/*
========================
GLOBAL CSS START HERE 
========================
*/
/*
========================
Temporary CSS
- To hide some sections
========================
*/
.racekit_collection {
  display: none;
}
/* .map_content {
 
}
section.runReadyRight_area {
} */
/*
========================
End of Temporary CSS
========================
*/
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to bottom, #fc1d01 0%, #fc2003 100%);
  color: #fff;
  overflow-x: hidden;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.hide-section {
  display: none;
}

.font-tt-bold {
  font-family: "ToyotaType", bold;
}
.font-tt-italic {
  font-family: "ToyotaType", italic;
}

.font-tt-regular {
  font-family: "ToyotaType";
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

::selection {
  color: white;
  background: #a6211f;
}

::-webkit-selection {
  color: white;
  background: #a6211f;
}

::-moz-selection {
  color: white;
  background: #a6211f;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #a6211f;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 25px;
  display: none;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 55;
}
.scrolltotop:hover {
  color: #fff;
}
.scrolltotop img {
  width: 14px;
  margin-top: -4px;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.pluse,
.pluse2 {
  position: relative;
  top: 10px;
  left: -7px;
  z-index: -1;
}

.pluse::before,
.pluse2::before {
  width: 40px;
  height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
  background: #a6211f;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
}

.pluse::after,
.pluse2::after {
  width: 30px;
  height: 30px;
  background: transparent;
  margin-left: -15px;
  margin-top: -15px;
}

.pluse::before {
  -webkit-animation: pluse_animate 2.5s infinite linear;
  animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.spaceHeroHeader {
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .spaceHeroHeader {
    padding-top: 64px;
  }
}

/*
========================
HERO CSS START HERE 
========================
*/
.hero_content img {
  width: 100%;
  display: block;
}

.entry_pricing_area {
  margin-top: -340px;
  margin-bottom: 20%;
  position: relative;
  z-index: 1;
  aspect-ratio: 1920 / 1145;
  overflow: visible;
  background-color: #ff591a;
  background-image:
    url("./images/v2/early-bird-promo-v2.png"),
    linear-gradient(to bottom, #ff591a 0%, #fc2003 100%);
  background-repeat: no-repeat, no-repeat;
  background-position:
    center top,
    center top;
  background-size:
    100% 100%,
    100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 1024px-class widths: less negative overlap so hero date banner stays visible */
@media screen and (min-width: 993px) and (max-width: 1024px) {
  .entry_pricing_area {
    margin-top: -240px;
  }
}

@media screen and (min-width: 2560px) {
  .entry_pricing_area {
    margin-top: -500px;
  }
}

.entry_pricing_area .container {
  width: 100%;
  height: 100%;
}
.entry_pricing_area .row,
.entry_pricing_area .col-12 {
  height: 100%;
}
.entry_pricing_content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 68%;
  margin: 0 auto;
  padding: 0;
}
.entry_pricing_content .earlybird_img {
  width: min(88%, 1060px);
  max-width: 100%;
  max-height: 72%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transform: translateY(-32%);
}

@media (max-width: 992px) {
  .entry_pricing_area {
    margin-top: 0;
    background-position: center;
  }

  .entry_pricing_content {
    max-width: 76%;
    padding: 0;
  }

  .entry_pricing_content .earlybird_img {
    width: min(84%, 780px);
    max-height: 68%;
    transform: translateY(-28%);
  }
}

@media (max-width: 576px) {
  .hero_area {
    margin-bottom: 5%;
  }

  .entry_pricing_area {
    margin-top: 0;
    aspect-ratio: 1920 / 1220;
  }

  .entry_pricing_content {
    max-width: 76%;
    padding: 0;
  }

  .entry_pricing_content .earlybird_img {
    width: 74%;
    max-height: 52%;
    transform: translateY(-18%);
  }
}

@media (min-width: 993px) {
  .hero_area {
    margin-bottom: 6%;
  }
}
.entry_pricing_content > img.table_img {
  width: 100%;
  max-width: 1618px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  display: block;
}
.entry_pricing_content > button {
  border: 0;
  background-color: transparent;
  width: 100%;
  max-width: 530px;
  margin-top: 30px;
  display: block;
  margin-left: 100px;
}

.entry_pricing_content > button img {
  width: 100%;
}
.entry_pricing_content > img.layer1 {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 15px;
  transform: scale(1.18);
  z-index: 1;
}
.entry_pricing_content > img.layer2 {
  width: 288px;
  position: absolute;
  bottom: 50px;
  left: -250px;
}

.prizePool_area {
  background-color: #fc2003;
}
.prizePool_content {
  display: flex;
  justify-content: center;
  padding-top: 0;
}
.prizePool_content > img {
  width: 30%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.prizePool_content > img.prizePool_heading {
  position: absolute;
  top: 70px;
  left: -10px;
  z-index: 1;
}
.prizePool_content > img.table {
  width: 100%;
  max-width: 1130px;
  position: relative;
  z-index: 2;
}

.prizePool_content > img.table.two {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gearup_greatness_area {
  position: relative;
  padding-top: 150px;
  overflow: visible;
}
.gearup_greatness_area-copy-1 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 140px;
  min-height: 1400px;
  overflow: visible;
  background-color: rgb(235, 93, 4);
}
.gearup_greatness_area-copy-1::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -5%;
  width: 110%;
  height: 116%;
  background-image: url("images/v2/sponsor-background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.gearup_greatness_area-bg::before {
  background-color: #fc2003;
  background-image: url("images/v2/eyes-on-the-prize.png");
}
.outrun-every-corner-bg {
  background: linear-gradient(to bottom, rgb(235, 93, 4) 0%, #cbfd02 100%);
}
.last_section-bg {
  background-image: url("images/v2/last_section-bg-v5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gearup_greatness_area::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -5%;
  width: 110%;
  height: 116%;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.gearup_bg {
  position: absolute;
  inset: 0;
  background-color: transparent;
  z-index: 0;
}
.gearup_greatness_area .container {
  position: relative;
  z-index: 1;
}
.gearup_greatness_area-copy-1 .container {
  position: relative;
  z-index: 1;
}
.gearup_greatness_area .container img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gearup_greatness_area-copy-1 .container img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gearup_greatness_content {
  position: relative;
}
.gearup_shape_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 110%;
  pointer-events: none;
  z-index: 3;
}
.gearup_greatness_content img.thumb {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.gearup_greatness_content img.overlay {
  position: absolute;
  bottom: 80px;
  right: calc(100% - 150px);
  width: 400px;
}
.racekit_collection img {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  margin-top: 150px;
}

.get_set_go_area {
  background-color: #fc2003;
}
.get_set_go_area.gearup_shop_area {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.get_set_go_area.bleed_next_section {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-bottom: -6%;
}
.get_set_go_area img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.get_set_go_area-2 {
  background-color: #eb5d04;
}
.get_set_go_area-2.gearup_shop_area {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.get_set_go_area-2.bleed_next_section {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-bottom: -6%;
}
.get_set_go_area-2 img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.map_area {
  width: 100%;
  aspect-ratio: 1920 / 1552;
  background-color: #fc2003;
  background-image:
    url("images/v2/yellow-bg-v2.png"),
    linear-gradient(to bottom, #fc2003 0%, rgb(249 40 3) 100%);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat, no-repeat;
  min-height: 0;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.map_area .container {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}
.map_area .container img {
  max-width: 30vw;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.map_content {
  padding-top: 150px;
}
.map_content > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.map_content > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
.map_content > a img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.before_go_content {
  padding-top: 20px;
}
.before_go_content > h2 {
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.before_go_content > p {
  font-size: 25px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
.before_go_content > a img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.map-images-stack {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 30px;
}

.map-images-stack a {
  display: block;
  text-align: center;
}

.map-images-stack img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.runReadyRight_content > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.runReadyRight_content h2 > img.line_one {
  transform: translate(50px, 0);
  display: inline-block;
  width: 90px;
}
.runReadyRight_content h2 > img.line_two {
  transform: translate(-70px, -50px);
  display: inline-block;
  width: 90px;
}

.runReadyRight_content > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
.runReadyRight_area {
  padding-top: 120px;
}
.runReadyRight_content {
  position: relative;
}
.runReadyRight_content img.overlay {
  position: absolute;
  width: 350px;
  z-index: -1;
}
.runReadyRight_content img.overlay.one {
  top: 0;
  right: calc(100% - 100px);
}
.runReadyRight_content img.overlay.two {
  top: 0;
  left: calc(100% - 100px);
}
button.skew_btn,
a.skew_btn {
  width: 100%;
  max-width: 540px;
  min-height: 115px;
  font-size: 46px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  position: relative;
  z-index: 5;
  display: block;
  background-color: transparent;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.25s ease;
  text-decoration: none;
  box-sizing: border-box;
}
button.skew_btn::before,
a.skew_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./images/v2/register-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
button.skew_btn:hover,
a.skew_btn:hover {
  transform: scale(1.04);
}

.worth_joining_header > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
.worth_joining_header > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 70px;
}
.worth_joining_header {
  margin-top: 160px;
}
.worth_joining_content {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.worth_joining_content > img {
  display: block;
  margin: 0 auto;
  padding: 0 15%;
}
.worth_joining_content > h4 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  font-style: italic;
  margin-top: 25px;
}
.worth_joining_content > p {
  width: 100%;
  max-width: 382px;
  line-height: 140%;
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
}

.ngoPartner_title {
  margin-top: 160px;
}
.fromChallenge_area {
  position: relative;
  overflow: visible;
  isolation: isolate;
  padding: 140px 0 360px;
}
.fromChallenge_area::before,
.fromChallenge_area::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
  background-image: url("images/v2/sponsor-background.png");
  background-repeat: no-repeat;
}
.fromChallenge_area::before {
  top: 0;
  bottom: 0;
  background-position: center top;
  background-size: 100% 100%;
}
.fromChallenge_area::after {
  bottom: -120px;
  height: 140px;
  background-image: none;
  background-color: #d8ee00;
}
.fromChallenge_container {
  position: relative;
  z-index: 1;
}
.fromChallenge_header {
  margin-top: 160px;
  text-align: center;
}
.fromChallenge_header > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
}
.fromChallenge_header > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 70px;
}
.fromChallenge_row {
  position: relative;
  z-index: 1;
}
.fromChallenge_card {
  min-width: 220px;
  text-align: center;
}
.fromChallenge_label {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}
.fromChallenge_logoGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.fromChallenge_logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.fromChallenge_logo--sm {
  max-width: 120px;
  max-height: 80px;
}
.fromChallenge_logo--md {
  max-width: 150px;
  max-height: 100px;
}
.fromChallenge_logo--lg {
  max-width: 200px;
  max-height: 120px;
}
.fromChallenge_overlay > img {
  width: 300px;
  position: absolute;
}
.fromChallenge_overlay > img.one {
  left: calc(100% - 200px);
  top: -100px;
}
.fromChallenge_overlay > img.two {
  right: calc(100% - 50px);
  bottom: -20px;
}
.gearup_greatness_area-copy-1 .container {
  max-width: 960px;
}
.copy1-partners-panel {
  color: #111;
  max-width: 960px;
  margin: 0 auto;
}
/* Override .gearup_greatness_area-copy-1 .container img { max-width: 60% } on partner
   rows only — 60% of the container per image was forcing triple/pair logos to wrap. */
.gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row img {
  max-width: 150px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* F&B pair: two logos side-by-side; width capped per column so they do not overlap ATF. */
.gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-pair {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
}
.gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-pair .copy1-logo-img {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: calc(50% - 6px);
  height: 90px;
  min-height: 90px;
  margin: 0;
  object-fit: contain;
}
.copy1-partners-panel,
.copy1-partners-panel *,
.copy1-partners-panel *::before,
.copy1-partners-panel *::after {
  box-sizing: border-box;
}
.copy1-ncsm-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 48px;
}
.copy1-ncsm-logo-box {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px 12px;
  text-align: center;
  min-height: 160px;
}
.copy1-ncsm-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
}
.copy1-ncsm-name {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
  margin-bottom: 6px;
}
.copy1-ncsm-tagline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-style: italic;
  color: #555;
  line-height: 1.4;
}
.copy1-ncsm-text-box {
  flex: 1;
  padding: 16px 18px;
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.65;
  color: #222;
}
.copy1-ncsm-text-box p + p {
  margin-top: 12px;
}
.copy1-divider {
  border: none;
  border-top: 1px solid #bbb;
  margin: 8px 0 28px;
}
.copy1-partner-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.copy1-partner-row--compact {
  gap: 40px;
}
.copy1-partner-row--grid {
  display: grid;
  align-items: start;
  justify-items: center;
  gap: 28px 24px;
}
.copy1-partner-row--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.copy1-partner-row--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.copy1-partner-row--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.copy1-partner-row--hydration-energy {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px 48px;
}
.copy1-partner-row--grid .copy1-partner-item {
  flex: none;
  max-width: none;
  width: 100%;
  min-width: 0;
}
.copy1-partner-row--grid .copy1-partner-label {
  white-space: normal;
  max-width: 100%;
}
.copy1-partner-item--energy .copy1-logo-triple {
  max-width: 100%;
}
.copy1-partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1 1 140px;
  max-width: 180px;
}
.copy1-partner-item--narrow {
  max-width: 120px;
}
.copy1-partner-item--wide {
  max-width: 140px;
}
.copy1-partner-label {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  color: #111;
  text-align: center;
  white-space: nowrap;
}
.copy1-partner-label--hidden {
  visibility: hidden;
}
.copy1-logo-img,
.copy1-logo-fallback {
  width: 100%;
  max-width: 150px;
  height: 60px;
  display: block;
}
.copy1-logo-img {
  object-fit: contain;
}
.copy1-logo-pair {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
/* F&B only (Coffee Bean + Secret Recipe): larger than other partner logos */
.copy1-logo-pair .copy1-logo-img {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(50% - 6px);
  height: 90px;
  min-height: 90px;
  object-fit: contain;
}
.copy1-logo-triple {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  width: 100%;
  max-width: 380px;
}
.copy1-logo-triple .copy1-logo-img {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 120px;
  height: 56px;
}
/* Must beat .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row img (3-class) */
.gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-triple .copy1-logo-img--milo {
  width: 130px;
  max-width: 130px;
  min-width: 0;
  height: auto;
  min-height: 0;
  flex: 0 0 auto;
  margin: 0;
  object-fit: contain;
}
.gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-triple .copy1-logo-img--leon-hart {
  width: 90px;
  max-width: 90px;
  min-width: 0;
  height: auto;
  min-height: 0;
  flex: 0 0 auto;
  margin: 0;
  object-fit: contain;
}
.copy1-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #bbb;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #444;
  text-align: center;
}
.ngoPartner_title > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
.ngoPartner_title > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 70px;
}
.ngoPartner_area {
  position: relative;
  padding: 120px 0 100px;
  overflow: visible;
}
.ngoPartner_shell {
  position: relative;
  z-index: 1;
}
.ngoPartner_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ngoPartner_intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}
.ngoPartnerH_left > img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
.ngoPartnerH_right {
  padding: 28px 32px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.ngoPartnerH_right > p {
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
.ngoPartner_header {
  margin-bottom: 100px;
}
.ngoPartner_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ngoPartner_brand > p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}
.ngoPartner_brand {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px 20px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: transparent;
}
.ngoPartner_brand > img {
  width: 100%;
  max-width: 290px;
  display: block;
  margin: 0 auto;
}

.ngoPartner_overlay > img {
  width: 300px;
  position: absolute;
}
.ngoPartner_overlay > img.one {
  left: calc(100% - 200px);
  top: -100px;
}
.ngoPartner_overlay > img.two {
  right: calc(100% - 50px);
  bottom: -20px;
}
@media (max-width: 992px) {
  .ngoPartner_area {
    padding: 96px 0 84px;
  }

  .ngoPartner_title > h2 {
    font-size: 38px;
    letter-spacing: 1px;
  }

  .ngoPartner_title > p {
    font-size: 24px;
    margin-bottom: 48px;
  }

  .ngoPartner_intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ngoPartnerH_left > img {
    max-width: 260px;
  }

  .ngoPartnerH_right {
    padding: 22px 20px;
  }

  .ngoPartnerH_right > p {
    font-size: 17px;
  }

  .ngoPartner_header {
    margin-bottom: 56px;
  }

  .ngoPartner_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .ngoPartner_overlay > img {
    width: 180px;
  }

  .ngoPartner_overlay > img.one {
    left: auto;
    right: -20px;
    top: -20px;
  }

  .ngoPartner_overlay > img.two {
    right: auto;
    left: -20px;
    bottom: -10px;
  }
}
@media (max-width: 576px) {
  .ngoPartner_area {
    padding: 80px 0 72px;
  }

  .ngoPartner_title > h2 {
    font-size: 30px;
  }

  .ngoPartner_title > p {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .ngoPartner_grid {
    grid-template-columns: 1fr;
  }

  .ngoPartner_brand {
    min-height: 0;
    padding: 20px 16px 18px;
  }

  .ngoPartner_brand > p {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .ngoPartner_brand > img {
    max-width: 220px;
  }

  .ngoPartnerH_left > img {
    max-width: 220px;
  }

  .ngoPartner_overlay > img {
    display: none;
  }
}
.startIpossible_content > h6 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  margin-top: 100px;
  margin-bottom: 75px;
  text-align: center;
}
.startIpossible_content > img {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.startIpossible_content > p {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  color: #fff;
}
.startIpossible_content .skew_btn {
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  max-width: 972px;
  min-height: 209px;
}
.startIpossible_content {
  padding-bottom: 100px;
}

.startIpossible_overlay > img {
  width: 200px;
  position: absolute;
}
.startIpossible_overlay > img.one {
  left: calc(100% - 200px);
  top: 50px;
}
.startIpossible_overlay > img.two {
  right: calc(100% - 200px);
  bottom: 50px;
}
.startIpossible_content {
  text-align: center;
}

/*
========================
Sizing CSS
- To reduce the size ofsections
========================
*/
@media (min-width: 993px) {
  section.entry_pricing_area {
    padding: 0% 18%;
  }

  section.prizePool_area {
    padding: 5% 18%;
  }

  section.gearup_greatness_area {
    padding: 5% 0;
  }

  section.gearup_greatness_area-copy-1 {
    padding: 5% 15%;
    min-height: 1400px;
  }

  .new2.worth_joining_area {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 800px;
    overflow: visible;
  }
  .new2.worth_joining_area::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: calc(100% + 240px);
    background: url("images/v2/sponsor-background.png") no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
  }
  .new2.worth_joining_area > * {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 992px) {
  .fromChallenge_area {
    padding: 100px 0 240px;
  }

  .fromChallenge_area::after {
    bottom: -90px;
    height: 110px;
  }

  .fromChallenge_header {
    margin-top: 100px;
  }

  .fromChallenge_header > h2 {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .fromChallenge_header > p {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .fromChallenge_card {
    min-width: 0;
  }

  .fromChallenge_overlay > img {
    width: 170px;
  }

  .fromChallenge_overlay > img.one {
    left: auto;
    right: -10px;
    top: -30px;
  }

  .fromChallenge_overlay > img.two {
    right: auto;
    left: -10px;
    bottom: -40px;
  }

  .copy1-ncsm-row {
    flex-direction: column;
  }

  .copy1-ncsm-logo-box {
    flex: none;
    min-height: auto;
  }

  .copy1-partner-row {
    gap: 16px;
  }

  .copy1-partner-row--cols-4,
  .copy1-partner-row--bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .copy1-partner-row--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .copy1-partner-row--hydration-energy {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .copy1-partner-item {
    flex: 1 1 90px;
    max-width: 130px;
  }

  .copy1-partner-row--grid .copy1-partner-item {
    max-width: none;
  }

  .copy1-logo-img,
  .copy1-logo-fallback {
    height: 44px;
  }

  .copy1-logo-pair .copy1-logo-img,
  .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-pair .copy1-logo-img {
    height: 72px;
    min-height: 72px;
  }

  .copy1-logo-triple .copy1-logo-img {
    height: 40px;
    max-width: 90px;
  }

  .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-triple .copy1-logo-img--milo {
    width: min(130px, 42vw);
    max-width: min(130px, 42vw);
    height: auto;
    min-height: 0;
  }

  .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-triple .copy1-logo-img--leon-hart {
    width: min(90px, 32vw);
    max-width: min(90px, 32vw);
    height: auto;
    min-height: 0;
  }

  .copy1-partner-label {
    font-size: 9px;
    white-space: normal;
    text-align: center;
    font-weight: 800;
  }
}

@media (max-width: 400px) {
  .copy1-partner-item {
    flex: 1 1 80px;
    max-width: 110px;
  }

  .copy1-logo-img,
  .copy1-logo-fallback {
    height: 36px;
  }

  .copy1-logo-pair .copy1-logo-img,
  .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-pair .copy1-logo-img {
    height: 56px;
    min-height: 56px;
  }

  .copy1-logo-triple .copy1-logo-img {
    height: 36px;
    max-width: 85px;
  }

  .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-triple .copy1-logo-img--milo {
    width: min(110px, 48vw);
    max-width: min(110px, 48vw);
    height: auto;
    min-height: 0;
  }

  .gearup_greatness_area-copy-1 .copy1-partners-panel .copy1-partner-row .copy1-logo-triple .copy1-logo-img--leon-hart {
    width: min(80px, 36vw);
    max-width: min(80px, 36vw);
    height: auto;
    min-height: 0;
  }
}

.worth_joining_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 10%;
}

/* Medium Devices (Tablets) */
@media (max-width: 992px) {
  .worth_joining_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5%;
    gap: 30px;
  }

  .worth_joining_top {
    padding: 0 5%;
    gap: 30px;
  }
}

/* Small Devices (Phones) */
@media (max-width: 576px) {
  .worth_joining_grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }

  .worth_joining_top {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
  }
}

.startIpossible_content p {
  font-size: 16px;
}
/* Three blocks; line breaks inside first & third blocks; width matches title image (700px) */
.startIpossible_content > p.startIpossible_copy-block {
  text-align: center;
}
.startIpossible_content > p.startIpossible_copy-block:last-of-type {
  margin-bottom: 28px;
}

/* Push “MAKE THE IMPOSSIBLE HAPPEN” art below the orange/green seam on narrower viewports */
.last_section-bg .startIpossible_top-padding {
  padding-top: 10%;
}
@media (max-width: 1024px) {
  .last_section-bg .startIpossible_top-padding {
    padding-top: clamp(100px, 22vw, 240px);
  }
}
@media (max-width: 576px) {
  .last_section-bg .startIpossible_top-padding {
    padding-top: clamp(120px, 34vw, 260px);
  }
}
@media (max-width: 480px) {
  .last_section-bg .startIpossible_top-padding {
    padding-top: clamp(185px, 52vw, 340px);
  }
}
@media (max-width: 430px) {
  .last_section-bg .startIpossible_top-padding {
    padding-top: clamp(210px, 58vw, 380px);
  }
}
@media (max-width: 400px) {
  .last_section-bg .startIpossible_top-padding {
    padding-top: clamp(230px, 64vw, 400px);
  }
}

/*
========================
2nd worth_joining-area ended
========================
*/
