/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 55:2 Unexpected "{"
Line 55:3 Expected identifier but found "%"
Line 471:0 Unexpected "{"
Line 471:1 Expected identifier but found "%"
Line 475:0 Unexpected "{"
Line 475:1 Expected identifier but found "%"

**/
:root {
  --hd-font: "halyard-display", sans-serif;
  --ht-font: "halyard-text", sans-serif;
}

{% comment %} @font-face {
  font-family: "Halyard Display";
  src: url("/cdn/shop/files/c4d8819fda4c3fd79e36cedcc8d422bb.eot");
  src: url("/cdn/shop/files/c4d8819fda4c3fd79e36cedcc8d422bb.eot?#iefix")
  format("embedded-opentype"),
  url("/cdn/shop/files/c4d8819fda4c3fd79e36cedcc8d422bb.woff")
  format("woff"),
  url("/cdn/shop/files/c4d8819fda4c3fd79e36cedcc8d422bb.woff2")
  format("woff2"),
  url("/cdn/shop/files/c4d8819fda4c3fd79e36cedcc8d422bb.ttf")
  format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Halyard Text";
  src: url("/cdn/shop/files/89248b0583721153668df86453b579de.eot");
  src: url("/cdn/shop/files/89248b0583721153668df86453b579de.eot?#iefix")
  format("embedded-opentype"),
  url("/cdn/shop/files/89248b0583721153668df86453b579de.woff")
  format("woff"),
  url("/cdn/shop/files/89248b0583721153668df86453b579de.woff2")
  format("woff2"),
  url("/cdn/shop/files/89248b0583721153668df86453b579de.ttf")
  format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Halyard-Text-Light";
  src: url("{{ "Inter-Regular.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
} {% endcomment %}

@font-face {
  font-family: "Inter";
  src: url("{{ "Inter-Regular.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("{{ "Inter-Medium.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Thin";
  src: url("{{ "Inter-Thin.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Light";
  src: url("{{ "Inter-Light.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraLight";
  src: url("{{ "Inter-ExtraLight.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("{{ "Inter-SemiBold.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("{{ "Inter-Bold.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("{{ "Inter-ExtraBold.ttf" | file_url }}") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Basic Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* Hide scrollbar for WebKit browsers (e.g., Chrome, Safari) */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

body {
  margin: 0;
  padding: 0;
  font-family: "halyard-display", sans-serif;
  /* background-color: #000000; */
  position: relative;
}

h1 {
  font-size: 9rem;
}

h2 {
  font-size: 7rem;
}

h3 {
  font-size: 4rem;
}

p {
  font-size: 2.1rem;
}

a {
  font-size: 2.1rem;
}

small {
  font-size: 2.1rem;
}

a {
  color: #000;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 7rem;
  }
  
  h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
  
  h3 {
    font-size: 3rem;
  }

  p, a, small {
    font-size: 1.8rem;
  }
}

/* Ultilities */
.text-white {
  color: white;
}

.gradient-bg {
  border-radius: 3.342px;
  background: linear-gradient(269deg, #5b32e0 -1.58%, #9e00ff 105.08%);
}

.gradient-border {
  border-radius: 3.342px;
  border: 1.5px solid #9905fd;
}

.light-bg-gradient {
  border-radius: 17.148px;
  background: linear-gradient(
  219deg,
  rgba(217, 217, 217, 0.15) 4.99%,
  rgba(217, 217, 217, 0) 124.99%
);
}

.dark-bg-gradient {
  background: linear-gradient(99deg, #010001 -5.04%, #0e0045 73.12%);
}

.bg-black {
  background-color: #000000;
}

.pointer {
  cursor: pointer;
}

.cursor-none {
  pointer-events: none;
}

.d-block {
  display: block;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.hide {
  display: none;
}

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

.list-none {
  list-style-type: none;
}

.divider {
  width: 100%;
  height: 1.143px;
  background: #6c3d92;
}

/* Flex Layout */
.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

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

.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.gap-16 {
  gap: 1rem;
}

/* Margin Group */
.mx-auto {
  margin-inline: auto;
}

.mx-20 {
  margin-inline: 20px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 30px;
}

.mt-60 {
  margin-top: 60px;
}

/* Padding Group */
.px-20 {
  padding-inline: 20px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ps-0 {
  padding-left: 0;
}

.pe-0 {
  padding-right: 0;
}

.px-20 {
  padding-inline: 20px;
}

.p-60 {
  padding: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

/* Width */
.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.program__cta-btn,
.program__meet-cta-btn,
.program__why-cta-btn,
.sf__cta-wrapper,
.sf__meet-cta-contaner,
.rf__cta-wrapper,
.rf__meet-cta-btn,
.ff__cta-wrapper,
.ff__meet-cta-btn,
.btn-wrapper,
.clickme,
.apply-now {
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .text-balance {
    text-wrap: balance;
  }
}

@media screen and (max-width: 768px) {
  #scrollTag {
    display: flex;
    }
}

/* Scroll Tag */
#scrollTag {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: fixed;
  bottom: 0;
  border-radius: 0;
  font-size: 1.2rem;
  font-family: 'Inter-Bold';
  z-index: 1000;
}

#scrollTag a {
  color: #f4f4f4;
}

{% if template contains 'alumni-main-page' %}
  .alumni__main-footer-group {
    display: none;
  }
{% endif %}


/** Pop Up Video Modal  */
.alumni__sales-main-popup-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  position: absolute;
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  place-items: center;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  
}

.alumni__sales-main-video-container > video {
  width: 1000px;
  height: 600px;
  object-fit: cover;
  backdrop-filter: none;
}

.alumni__sales-main-video-container > video::-webkit-media-controls-played-progress {
  background-color: #f00 !important;
}

.alumni__sales-main-popup-wrapper.active {
  opacity: 1;
  display: grid;
}

.alumni__sales-main-video-container {
  position: relative;
}

.alumni__sales-main-video-container img {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  object-fit: contain;
  cursor: pointer;

  display: block;
    position: absolute;
    top: -40px;
    right: -10px;
    object-fit: contain;
    cursor: pointer;
}

/** Container Desktop Responsive Breakpoints  */
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* 2XL */
@media (max-width: 1536px) {
  .container {
    max-width: 1280px;
  }
}

/* XL */
@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}

/* LG */
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}

/* MD */
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}


/* SM */
@media (max-width: 640px) {
  .container {
    max-width: 475px;
  }
}


/* XS */
@media (max-width: 475px) {
  .container {
    width: 100%;
  }
}


/** Adjustment some sections from the Global  */
section.alumni-choose-adventure + section.alumni-sales-glance h2 {
  font-size: 9rem;
}

section.alumni-choose-adventure + section.alumni-sales-glance h3 {
  font-size: 5.5rem;
}

section.alumni-choose-adventure + section.alumni-sales-glance li {
  font-size: 2.8rem;
}

/** Adjustment some big secton font szies from the Global  */
.sf__title-group h2,
.alumni__main-page-powerful-heading h2,
.program__title-group h2,
.rf__title-group h2,
.ff__title-group h2 {
  font-size: 12rem;
  line-height: 18rem;
}

.sf__title-group h2 + p,
.alumni__main-page-powerful-heading h2 + p,
.program__title-group h2 + p,
.rf__title-group h2 + p,
.ff__title-group h2 + p {
  font-size: 4rem;
}

.sf__why-quote p:first-of-type {
  font-size: 3.5rem;
  line-height: 44px;
  max-width: 850px;
}

.sf__meet-name-list li {
  font-size: 3.5rem;
}

.program__meet-card .program__columns.second h3 {
  font-size: 7.5rem;
  line-height: 10rem;
}

.program__meet-card .program__columns.second h3 + p {
  font-size: 5.5rem;
}


/** Regular stuff breakpoints  */

@media screen and (min-width: 1921px) {
  #MainContent {
    max-width: 1440px;
      width: 100%;
      margin-inline: auto;
  }

  #MainContent .alumni-welcome-service-section {
    padding-inline: 25px;
  }

  #MainContent .alumni-sales-questions {
    padding-inline: 120px;
  }
}

@media screen and (max-width: 1920px) {
  .alumni-sales-main-footer {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .program__title-group h2, .rf__title-group h2, .sf__title-group h2, .ff__title-group h2, .alumni__main-page-powerful-heading h2 {
    line-height: 135px !important;
    margin-top: 35px;
  }

  .program__cards {
    max-width: 100%;
  }

  .rf__wave-bg, .ff__wave-bg {
    top: 45% !important;
  }

  .alumni-sales-main-footer, .alumni__sales-main-powerful-container {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  /* .alumni__sales-main-video-container {
    margin-inline: 25px;
  } */

  .alumni__sales-main-video-container > video {
    width: 100%;
    height: 100%;
  }

  .alumni__sales-main-video-container img {
    width: 25px;
    height: 25px;
    top: -30px;
    right: 4px;
  }
}

@media (max-width: 767px) {
  .alumni__main-heading-group h2 + p {
    font-size: 1.8rem !important;
    max-width: 300px;
    margin-inline: auto;
    line-height: 1.5 !important;
  }

  .ff__title-group h2, .ff__meet-title h2, .rf__title-group h2, .rf__meet-title h2 {
    line-height: 80px !important;
  }

  .rf__wave-bg, .ff__wave-bg {
    top: 35% !important;
  }

  section.alumni-choose-adventure+section.alumni-sales-glance h3 {
    font-size: 3rem;
  }

  section.alumni-choose-adventure+section.alumni-sales-glance h2 {
    font-size: 3.5rem;
  }
  
  section.alumni-choose-adventure+section.alumni-sales-glance h2 + p {
    font-size: 1.8rem;
  }

  section.alumni-choose-adventure + section.alumni-sales-glance li {
    font-size: 1.6rem;
  }

  #spritually-fit .sf__btn {
    max-width: 250px;
  }

  .alumni__main-page-powerful-heading h2 + p {
    font-size: 2rem !important;
  }

  .rf__quote-container .rf__quote-info p {
    font-size: 2rem !important;
  }

  .rf__quote-container .rf__quote-info {
    padding-inline: 15px;
  }

  .alumni__list-item:last-of-type {
    margin-bottom: 20px !important;
  }

  .alumni__main-footer-info {
    text-align: center;
  }

  .for-ffs-main li {
    font-size: 1.6rem !important;
    text-align: center;
  }

  .ff__meet-quote p {
    font-size: 2.5rem !important;
  }
}