* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: var(--font-sans);
  color: var(--foreground);
  text-transform: lowercase;
}

h1 {
  font-weight: 700;
  font-size: clamp(32px, 26.3661971831px + 1.5023474178vw, 48px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

h2 {
  font-weight: 700;
  font-size: clamp(28px, 18.1408450704px + 2.6291079812vw, 56px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.5%;
}

h4 {
  font-weight: 600;
  font-size: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5%;
}

@media (max-width: 768px) {
  h2 {
    line-height: 110%;
  }
  h4 {
    line-height: 110%;
  }
}
h5 {
  font-size: clamp(16px, 12.4788732394px + 0.9389671362vw, 26px);
  font-weight: 600;
  line-height: 110%;
}

p {
  font-size: 20px;
  line-height: 145%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-hover) var(--white);
}

*::-moz-selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::-moz-selection {
  background: var(--primary-hover);
  color: var(--white);
}

*::-webkit-selection {
  background: var(--primary-hover);
  color: var(--white);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:root {
  --font-sans: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Arial, sans-serif;
  --container: 1680px;
  --wrapper: 1618px;
  --header-height: 81px;
  --transition-duration: 300ms;
  --white: rgb(255, 255, 255);
  --gray-900: rgb(37, 34, 33);
  --gray-800: rgb(69, 66, 65);
  --gray-700: rgb(100, 97, 96);
  --gray-600: rgb(119, 116, 115);
  --gray-500: rgb(160, 158, 157);
  --gray-400: rgb(190, 187, 186);
  --gray-300: rgb(224, 222, 221);
  --gray-200: rgb(238, 236, 236);
  --gray-100: rgb(245, 243, 243);
  --gray-50: rgb(250, 248, 247);
  --flare-900: rgb(51, 24, 11);
  --flare-800: rgb(97, 38, 16);
  --flare-700: rgb(147, 53, 18);
  --flare-600: rgb(199, 67, 17);
  --flare-500: rgb(255, 81, 14);
  --flare-400: rgb(255, 115, 60);
  --flare-300: rgb(255, 146, 98);
  --flare-200: rgb(255, 174, 137);
  --flare-100: rgb(255, 201, 175);
  --flare-50: rgb(255, 228, 214);
  --glacier-900: rgb(22, 38, 48);
  --glacier-800: rgb(31, 72, 94);
  --glacier-700: rgb(35, 108, 145);
  --glacier-600: rgb(32, 147, 198);
  --glacier-500: rgb(14, 188, 255);
  --glacier-400: rgb(96, 199, 255);
  --glacier-300: rgb(137, 210, 255);
  --glacier-200: rgb(170, 221, 255);
  --glacier-100: rgb(200, 232, 255);
  --glacier-50: rgb(228, 244, 255);
  --primary: var(--flare-500);
  --primary-hover: var(--flare-400);
  --primary-transparent: rgba(255, 81, 14, 0.5);
  --secondary: var(--gray-900);
  --secondary-hover: var(--gray-800);
  --tertiary: var(--white);
  --tertiary-hover: var(--flare-100);
  --foreground: var(--gray-900);
  --black-transparent: rgba(0, 0, 0, 0.05);
  --white-transparent: rgba(255, 255, 255, 0.8);
  --gray-transparent: rgba(32, 32, 32, 0.08);
  --primary-gradient: radial-gradient(
      214.92% 134.06% at 97.52% 97.55%,
      #c062fc 2.17%,
      #f45e89 18.28%,
      #ff510e 48.53%,
      #ff733c 72.82%,
      #fea907 98%
    ),
    var(--black-white-gray-100, #f5f3f3);
}

@media (max-width: 1024px) {
  :root {
    --header-height: 52px;
  }
}
._hidden {
  display: none;
}

a {
  color: inherit;
  transition: color var(--transition-duration) ease, scale var(--transition-duration) ease;
}
a:hover {
  text-decoration: underline;
  color: var(--primary);
}

button,
a.button {
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  background-color: var(--tertiary);
  color: var(--foreground);
  transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease, scale var(--transition-duration) ease;
}
button._primary,
a.button._primary {
  background-color: var(--primary);
  color: var(--white);
}
button._primary:hover, button._primary:focus,
a.button._primary:hover,
a.button._primary:focus {
  background-color: var(--primary-hover);
}
button._secondary,
a.button._secondary {
  background-color: var(--secondary);
  color: var(--white);
}
button._secondary:hover, button._secondary:focus,
a.button._secondary:hover,
a.button._secondary:focus {
  background-color: var(--primary);
}
button._tertiary,
a.button._tertiary {
  background-color: var(--tertiary);
  color: var(--foreground);
}
button._tertiary:hover, button._tertiary:focus,
a.button._tertiary:hover,
a.button._tertiary:focus {
  background-color: var(--foreground);
  color: var(--white);
}
button:hover, button:focus,
a.button:hover,
a.button:focus {
  background-color: var(--tertiary-hover);
  text-decoration: none;
  scale: 1.02;
}
button:active,
a.button:active {
  scale: 1;
}
button:disabled,
a.button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

header {
  --ellipse-fill: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: 50;
  padding: 0 clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
}
header .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--wrapper);
  margin: 0 auto;
  padding: clamp(5px, 1.8309859155px + 0.8450704225vw, 14px) clamp(20px, -6.7605633803px + 7.1361502347vw, 96px);
  border-radius: 0 0 24px 24px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: background-color var(--transition-duration) ease;
}
header._scrolled .headerWrapper {
  background-color: var(--white-transparent);
}
header #logo {
  width: clamp(125px, 116.9014084507px + 2.1596244131vw, 148px);
  height: clamp(30px, 28.2394366197px + 0.4694835681vw, 35px);
  color: var(--primary);
  transition: filter var(--transition-duration) ease;
}
header #logo:hover {
  filter: drop-shadow(3px 4px 6px var(--primary));
}
header #logo:active {
  filter: none;
}
header nav {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid var(--black-transparent);
  background-color: var(--white-transparent);
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li:first-child a {
  border-radius: 12px 4px 4px 12px;
}
header nav ul li:last-child a {
  border-radius: 4px 12px 12px 4px;
}
header nav a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 24px;
  text-wrap: nowrap;
  transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease;
  border-radius: 4px;
}
header nav a:hover {
  text-decoration: none;
  background-color: var(--gray-100);
  color: var(--foreground);
}
header nav a:active {
  background-color: var(--primary);
  color: var(--white);
}
header .mobileButtons {
  display: none;
  gap: 8px;
  align-items: center;
}

@media (max-width: 1024px) {
  header {
    padding: 0;
  }
  header._orange {
    --ellipse-fill: var(--primary);
  }
  header._orange #logo {
    color: var(--white);
  }
  header._orange .headerWrapper {
    background-color: var(--primary);
  }
  header._orange._scrolled .headerWrapper {
    background-color: var(--primary-transparent);
  }
  header .headerWrapper {
    border-radius: 0;
  }
  header nav {
    display: none;
  }
  header #desktopDownloadButton {
    display: none;
  }
  header .mobileButtons {
    display: flex;
  }
}
section {
  padding: 0 clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
  max-width: var(--container);
  margin: 0 auto;
}
section:not(:last-child) {
  margin-bottom: 32px;
}

.accordion input[type=checkbox] {
  display: none;
}
.accordion label {
  cursor: pointer;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (hover: hover) {
  .accordion label:hover .accordionTitle {
    scale: 1.02;
  }
  .accordion label:active .accordionTitle {
    scale: 1;
  }
}
.accordion .accordionTitle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5%;
  transition: color var(--transition-duration), scale var(--transition-duration);
}
.accordion .accordionIcon {
  width: 18px;
  height: 2px;
  background-color: var(--primary);
  position: relative;
}
.accordion .accordionIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 18px;
  background-color: var(--primary);
  transition: rotate var(--transition-duration) ease;
}
.accordion .accordionContent {
  max-height: 0px;
  will-change: max-height;
  transition: max-height var(--transition-duration) ease;
  overflow: hidden;
}
.accordion .accordionContent strong,
.accordion .accordionContent p:not(:last-child) {
  display: block;
  margin-bottom: clamp(12px, 7.7746478873px + 1.1267605634vw, 24px);
}
.accordion:has(input:checked) .accordionTitle {
  color: var(--primary);
}
.accordion:has(input:checked) .accordionContent {
  max-height: 500px;
}
.accordion:has(input:checked) .accordionIcon::after {
  rotate: 90deg;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--gray-500);
  padding: 32px clamp(16px, -13.5774647887px + 7.8873239437vw, 100px);
}
footer p,
footer a {
  font-size: 16px;
  line-height: 140%;
}
footer .footerLinks {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
body {
  overflow: auto;
}
body._noScroll {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
}

#sidebar {
  display: flex;
  flex-direction: column;
  padding: 18px 12px;
  position: fixed;
  z-index: 60;
  translate: 100% 0;
  inset: 0;
  height: 100dvh;
  width: 100dvw;
  background-color: var(--white-transparent);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: translate var(--transition-duration) ease;
}
#sidebar #sidebarCloseButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin: 0px 16px 24px auto;
  height: 40px;
  width: 40px;
  padding: 2px;
}
#sidebar._active {
  translate: 0 0;
}
#sidebar nav {
  flex: 1 1 auto;
}
#sidebar nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
#sidebar nav a {
  display: block;
  padding: 12px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
}
#sidebar a.button {
  margin-top: auto;
  display: flex;
  text-align: center;
}

#sidebarOpenButton,
#mobileDownloadButton {
  padding: 5px 16px;
  height: 40px;
  width: 60px;
  line-height: 1;
  border: 1px solid var(--gray-transparent);
}
#sidebarOpenButton:hover,
#mobileDownloadButton:hover {
  border-color: transparent;
}

.swiper,
.swiper-wrapper {
  margin: 0;
  width: 100%;
  overflow: visible;
}
.swiper .swiper-slide,
.swiper-wrapper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: visible;
}
.swiper .swiper-slide img,
.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

#intro {
  margin-top: calc(var(--header-height) - 2px);
}
#intro .introWrapper {
  background: var(--primary);
  color: var(--white);
  border-radius: 32px;
  padding: clamp(20px, 8.7323943662px + 3.0046948357vw, 52px) clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(28px, 14.9718309859px + 3.4741784038vw, 65px);
  position: relative;
  overflow: hidden;
}
#intro .introInfo {
  flex: 0 0 50%;
}
#intro .introInfo h1 {
  margin-bottom: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
}
#intro .introInfo > p {
  font-style: italic;
  margin-bottom: 32px;
}
#intro .introInfo a {
  margin-bottom: 32px;
}
#intro .introInfo .achievements {
  display: flex;
}
#intro .introInfo .achievements .metric {
  flex: 1 1 33.3%;
  position: relative;
  display: flex;
  flex-direction: column;
}
#intro .introInfo .achievements .metric:not(:first-of-type) {
  padding-left: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
}
#intro .introInfo .achievements .metric:not(:last-of-type) {
  padding-right: clamp(16px, 10.3661971831px + 1.5023474178vw, 32px);
}
#intro .introInfo .achievements .metric:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: clamp(72px, 80.4507042254px + -2.2535211268vw, 48px);
  right: 0%;
  top: 50%;
  background-color: var(--white);
  translate: -50% -50%;
}
#intro .introInfo .achievements .metric strong {
  flex: 0 1 30%;
  font-weight: 500;
  font-size: clamp(24px, 21.1830985915px + 0.7511737089vw, 32px);
  line-height: 125%;
  letter-spacing: 0.5%;
}
#intro .introInfo .achievements .metric p {
  flex: 1 0 70%;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 1%;
  color: var(--white-transparent);
}
#intro .introMedia {
  flex: 0 1 60%;
  position: relative;
}
#intro .introMedia img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateY(-30deg) rotateX(0deg);
}
#intro .introMedia .introSliderWrapper {
  max-width: clamp(520px, 365.0704225352px + 41.3145539906vw, 960px);
  margin: 25px 0;
}
#intro .introMedia .introSlide {
  height: clamp(300px, 211.9718309859px + 23.4741784038vw, 550px);
  perspective: 1000px;
}
#intro .introMedia .note {
  background: var(--primary-gradient);
  color: var(--white);
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  max-width: clamp(144px, 106.676056338px + 9.9530516432vw, 250px);
  position: absolute;
  top: 0%;
  left: -5%;
  z-index: 10;
}
#intro .introMedia .note p {
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
}
#intro .introMedia .note h5 {
  margin-bottom: clamp(8px, 6.5915492958px + 0.3755868545vw, 12px);
}
#intro .introMedia .note a.button {
  display: block;
  font-size: clamp(10px, 7.8873239437px + 0.5633802817vw, 16px);
}
#intro .downloadLogos {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
}
#intro .downloadLogos a:hover {
  color: var(--foreground);
}

@media (max-width: 1024px) {
  #intro {
    padding: 0;
  }
  #intro .introWrapper {
    border-radius: 0 0 32px 32px;
  }
}
@media (max-width: 768px) {
  #intro .introWrapper {
    flex-direction: column;
  }
  #intro .introInfo {
    flex: 1 1 auto;
  }
  #intro .introMedia {
    flex: 1 1 auto;
    translate: 20%;
  }
  #intro .downloadLogos {
    display: none;
  }
}
#realMoments .realMomentsWrapper {
  background-color: var(--glacier-500);
  color: var(--white);
  border-radius: 32px;
  padding: clamp(20px, 8.7323943662px + 3.0046948357vw, 52px) clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(28px, 14.9718309859px + 3.4741784038vw, 65px);
  overflow: hidden;
}
#realMoments .realMomentsWrapper .realMomentInfo {
  flex: 1 0 50%;
}
#realMoments .realMomentsWrapper .realMomentInfo h2 {
  margin-bottom: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
}
#realMoments .realMomentsWrapper .realMomentInfo p {
  margin-bottom: clamp(16px, 8.9577464789px + 1.8779342723vw, 36px);
}
#realMoments .realMomentsWrapper .realMomentInfo a.button {
  color: var(--glacier-500);
}
#realMoments .realMomentsWrapper .realMomentMedia {
  flex: 1 1 50%;
}
#realMoments .realMomentsWrapper .realMomentMedia img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#realMoments .realMomentsWrapper .realMomentMedia .realMomentsSliderWrapper {
  max-width: clamp(600px, 473.2394366197px + 33.8028169014vw, 960px);
  margin: 25px 0;
}
#realMoments .realMomentsWrapper .realMomentMedia .realMomentSlide {
  height: clamp(250px, 207.7464788732px + 11.2676056338vw, 370px);
}

@media (max-width: 1024px) {
  #realMoments {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .realMomentsWrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .realMomentMedia .realMomentsSliderWrapper {
    translate: 22.5%;
  }
}
#keepingFriends {
  display: flex;
  align-items: center;
  gap: clamp(28px, 2.6478873239px + 6.7605633803vw, 100px);
  padding: 0 clamp(16px, -11.8169014085px + 7.4178403756vw, 95px);
}
#keepingFriends .keepingFriendsInfo {
  flex: 1 1 50%;
}
#keepingFriends .keepingFriendsInfo h2 {
  margin-bottom: clamp(16px, 12.4788732394px + 0.9389671362vw, 26px);
}
#keepingFriends .keepingFriendsInfo p {
  color: var(--gray-800);
  font-size: 26px;
  font-weight: 600;
  line-height: 142%; /* 36.92px */
}
#keepingFriends .keepingFriendsMedia {
  flex: 1 1 50%;
  max-width: 400px;
}
#keepingFriends .keepingFriendsMedia img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #keepingFriends {
    flex-direction: column;
  }
  .keepingFriendsMedia img {
    max-width: 300px;
  }
  .keepingFriendsInfo {
    text-align: center;
  }
}
#ambassadorProgram .ambassadorProgramWrapper {
  background: var(--primary);
  color: var(--white);
  border-radius: 32px;
  padding: clamp(20px, 8.7323943662px + 3.0046948357vw, 52px) clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(28px, 14.9718309859px + 3.4741784038vw, 65px);
}
#ambassadorProgram .ambassadorProgramMedia {
  flex: 1 1 50%;
  max-width: 400px;
}
#ambassadorProgram .ambassadorProgramMedia img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ambassadorProgram .ambassadorProgramInfo {
  flex: 1 1 50%;
  position: relative;
  margin-bottom: clamp(0px, -70.4225352113px + 18.779342723vw, 200px);
}
#ambassadorProgram .ambassadorProgramInfo h2 {
  margin-bottom: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
}
#ambassadorProgram .ambassadorProgramInfo p {
  color: var(--flare-50);
  font-size: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  font-weight: 400;
  line-height: normal;
  margin-bottom: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
}
#ambassadorProgram .ambassadorProgramInfo img {
  position: absolute;
  bottom: -350px;
  right: 0;
  max-width: clamp(250px, 161.9718309859px + 23.4741784038vw, 500px);
}

@media (max-width: 768px) {
  #ambassadorProgram .ambassadorProgramWrapper {
    flex-direction: column;
  }
  #ambassadorProgram .ambassadorProgramMedia img {
    max-height: 400px;
  }
  #ambassadorProgram .ambassadorProgramInfo {
    margin-bottom: 0;
  }
  #ambassadorProgram .ambassadorProgramInfo img {
    display: none;
  }
}
#craqsCliques {
  display: flex;
  gap: 24px;
}
#craqsCliques .infoCard {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
#craqsCliques .infoCard .cardDetails {
  flex: 1 1 auto;
}
#craqsCliques .infoCard img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: clamp(12px, 9.1830985915px + 0.7511737089vw, 20px);
}
#craqsCliques .infoCard h4 {
  margin-bottom: clamp(6px, 3.8873239437px + 0.5633802817vw, 12px);
}
#craqsCliques .infoCard p {
  margin-bottom: clamp(20px, 12.2535211268px + 2.0657276995vw, 42px);
}
#craqsCliques .infoCard a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #craqsCliques {
    flex-direction: column;
  }
  #craqsCliques .infoCard {
    border-radius: 24px;
  }
}
#getTheApp {
  --wrapper-padding: 38px;
}
#getTheApp .getTheAppWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  background-color: var(--glacier-500);
  color: var(--white);
  border-radius: 36px;
  padding: var(--wrapper-padding) 50px 0;
}
#getTheApp .getTheAppWrapper .getTheAppInfo {
  margin-bottom: var(--wrapper-padding);
}
#getTheApp .getTheAppWrapper h2 {
  margin-bottom: 16px;
}
#getTheApp .getTheAppWrapper .screenShots {
  align-self: flex-end;
  flex: 1 1 33.3%;
}
#getTheApp .getTheAppWrapper .screenShots img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#getTheApp .getTheAppWrapper .qr {
  margin-bottom: var(--wrapper-padding);
}
#getTheApp .getTheAppWrapper .qr img {
  height: 220px;
  width: 220px;
  border-radius: 20px;
}

@media (max-width: 1280px) {
  #getTheApp .getTheAppWrapper {
    flex-direction: column;
    border-radius: 24px;
    padding: var(--wrapper-padding) 0 0;
  }
  #getTheApp .getTheAppWrapper .getTheAppInfo {
    text-align: center;
    margin-bottom: 0;
  }
  #getTheApp .getTheAppWrapper .qr {
    order: 2;
  }
  #getTheApp .getTheAppWrapper .screenShots {
    order: 3;
    align-self: center;
  }
}
#news {
  display: flex;
  align-items: center;
  gap: clamp(28px, 14.9718309859px + 3.4741784038vw, 65px);
  padding-top: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
  padding-bottom: clamp(12px, 2.1408450704px + 2.6291079812vw, 40px);
}
#news .newsInfo {
  flex: 1 1 70%;
}
#news .newsInfo .readOn {
  color: var(--gray-400);
  margin-bottom: 16px;
}
#news .newsInfo h2 {
  margin-bottom: 16px;
}
#news .newsInfo .author {
  margin-bottom: 24px;
}
#news .newsMedia {
  flex: 1 1 50%;
  position: relative;
}
#news .newsMedia img {
  border-radius: 32px;
  height: 520px;
  width: 100%;
  -o-object-position: 40% center;
     object-position: 40% center;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .newsMedia .note {
  display: none;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--white);
}
#news .newsMedia .note h2 {
  margin-bottom: 12px;
  text-transform: none;
}
#news .newsMedia .note p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1%;
}

@media (max-width: 768px) {
  #news {
    flex-direction: column;
  }
  #news .newsInfo {
    display: none;
  }
  #news .newsMedia img {
    border-radius: 24px;
    -o-object-position: 45% center;
       object-position: 45% center;
    height: 412px;
    filter: brightness(70%);
  }
  #news .newsMedia .note {
    display: block;
  }
}
#faq {
  display: flex;
  gap: clamp(20px, 0.6338028169px + 5.1643192488vw, 75px);
  padding: 0 clamp(16px, -13.5774647887px + 7.8873239437vw, 100px);
}
#faq h2 {
  flex: 1 1 20%;
}
#faq .faqAccordions {
  flex: 1 1 80%;
  transition: var(--transition-duration);
}

@media (max-width: 768px) {
  #faq {
    flex-direction: column;
  }
  #faq h2 {
    color: var(--primary);
    font-style: italic;
  }
}
#joinUniversities {
  text-align: center;
}
#joinUniversities #logo {
  margin-bottom: clamp(32px, 29.1830985915px + 0.7511737089vw, 40px);
}
#joinUniversities h3 {
  margin-bottom: clamp(8px, 5.1830985915px + 0.7511737089vw, 16px);
}
#joinUniversities p {
  color: var(--gray-600);
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
  margin-bottom: clamp(32px, 29.1830985915px + 0.7511737089vw, 40px);
}

@media (max-width: 768px) {
  #joinUniversities {
    text-align: left;
  }
  #joinUniversities a.button {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */