@charset "UTF-8";
/*!
Theme Name: Minnect-26
Description: A modular WordPress theme powered by ACF Flexible Content
Version: 1.0.0
Text Domain: minnect-26
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
html {
  background-color: #000;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  width: 100%;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

/* ==========================================================================
   Breakpoints map (used by responsive visibility and grid)
   ========================================================================== */
/* ==========================================================================
   Body & element defaults
   ========================================================================== */
body {
  color: #F7F5F2;
  background-color: #000000;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-size-adjust: none;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  width: 100%;
}
body.menu-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
strong {
  font-weight: bold;
  margin: 0;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

hr {
  height: 1px;
  background-color: #fff;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

/* ==========================================================================
   Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Forms
   ========================================================================== */
*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #181818;
  border: solid 1px #fff;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}

/* ==========================================================================
   Spacing utilities
   ========================================================================== */
.py-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.px-xl {
  padding-left: 96px;
  padding-right: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.my-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mx-xl {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-xl {
  margin-left: 96px;
}

.mr-xl {
  margin-right: 96px;
}

.py-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-lg {
  padding-top: 72px;
}

.pb-lg {
  padding-bottom: 72px;
}

.px-lg {
  padding-left: 72px;
  padding-right: 72px;
}

.pl-lg {
  padding-left: 72px;
}

.pr-lg {
  padding-right: 72px;
}

.my-lg {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-lg {
  margin-top: 72px;
}

.mb-lg {
  margin-bottom: 72px;
}

.mx-lg {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-lg {
  margin-left: 72px;
}

.mr-lg {
  margin-right: 72px;
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.px-md {
  padding-left: 48px;
  padding-right: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-md {
  margin-left: 48px;
}

.mr-md {
  margin-right: 48px;
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-sm {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 24px;
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-xs {
  padding-top: 12px;
}

.pb-xs {
  padding-bottom: 12px;
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.pl-xs {
  padding-left: 12px;
}

.pr-xs {
  padding-right: 12px;
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-xs {
  margin-top: 12px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-xs {
  margin-left: 12px;
}

.mr-xs {
  margin-right: 12px;
}

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

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

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

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

.mb-none {
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

/* ==========================================================================
   Font utilities
   ========================================================================== */
.font-base {
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Red Hat Display", sans-serif;
}

.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ==========================================================================
   Color utilities
   ========================================================================== */
.text-base {
  color: #fff;
}

.bg-base {
  background-color: #fff;
}

.text-background {
  color: #181818;
}

.bg-background {
  background-color: #181818;
}

.text-brand {
  color: #EC1C24;
}

.bg-brand {
  background-color: #EC1C24;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

/* ==========================================================================
   Responsive visibility
   ========================================================================== */
.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/* ==========================================================================
   Alignment & layout helpers
   ========================================================================== */
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

/* ==========================================================================
   Accessibility
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Container
 */
.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container--narrow {
  max-width: 800px;
}

.container--wide {
  max-width: 1440px;
}

/**
 * CSS Grid
 */
.grid {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .grid {
    gap: 10px;
  }
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media screen and (min-width: 769px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

@media screen and (min-width: 1025px) {
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
/**
 * Flexbox utilities
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.items-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

/**
 * Gap utilities
 */
.gap-xl {
  gap: 96px;
}

.gap-x-xl {
  column-gap: 96px;
}

.gap-y-xl {
  row-gap: 96px;
}

.gap-lg {
  gap: 72px;
}

.gap-x-lg {
  column-gap: 72px;
}

.gap-y-lg {
  row-gap: 72px;
}

.gap-md {
  gap: 48px;
}

.gap-x-md {
  column-gap: 48px;
}

.gap-y-md {
  row-gap: 48px;
}

.gap-sm {
  gap: 24px;
}

.gap-x-sm {
  column-gap: 24px;
}

.gap-y-sm {
  row-gap: 24px;
}

.gap-xs {
  gap: 12px;
}

.gap-x-xs {
  column-gap: 12px;
}

.gap-y-xs {
  row-gap: 12px;
}

.gap-none {
  gap: 0;
}

.gap-x-none {
  column-gap: 0;
}

.gap-y-none {
  row-gap: 0;
}

/* ==========================================================================
   Main content area
   ========================================================================== */
.main {
  min-height: 50vh;
  position: relative;
  z-index: 0;
}

.header__logo {
  z-index: 100;
}

/* ==========================================================================
   Sections
   ========================================================================== */
.section {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.section--sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section--dark {
  background-color: #fff;
  color: #181818;
}

.section--light {
  background-color: #f5f5f5;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  padding: 24px 0;
  margin-bottom: -130px;
  position: relative;
  z-index: 1;
  background: #181A1F;
  background: linear-gradient(180deg, rgba(24, 26, 31, 0.5) 0%, rgba(95, 97, 103, 0.01) 100%);
}
@media screen and (max-width: 1280px) {
  .header .header__navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #181818;
    z-index: 99;
    overflow: hidden;
    flex-direction: column;
    padding-top: 90px;
    box-sizing: border-box;
  }
  .header .header__navigation nav {
    display: flex;
    flex: 1;
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
  .header .header__navigation.is-active {
    display: flex;
  }
}

@media screen and (max-width: 1280px) {
  body.menu-open .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 101;
    margin-bottom: 0;
    box-sizing: border-box;
    background-color: #181818;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */
@media only screen and (min-width: 1281px) {
  .nav--header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .nav--header {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding-inline-start: 20px;
    padding-bottom: 24px;
  }
}

.nav-burger {
  float: right;
  transition: all 250ms ease-in-out;
  z-index: 100;
  margin-top: -8px;
}
@media only screen and (min-width: 1280px) {
  .nav-burger {
    display: none;
  }
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #fff;
  display: none;
  margin: 8px auto 0;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1280px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.nav {
  list-style: none;
}
.nav > li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (min-width: 1281px) {
  .nav > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 12px 0 0 0;
    min-width: 200px;
    padding: 8px 0;
    background-color: #181818;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out, transform 250ms ease-in-out;
    z-index: 100;
    list-style: none;
  }
  .nav > li .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
  }
  .nav > li .sub-menu li {
    display: block;
    margin: 0;
  }
  .nav > li .sub-menu a {
    display: block;
    padding: 10px 20px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #E5E5E5;
    text-decoration: none;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  }
  .nav > li .sub-menu a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
  }
  .nav > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.nav > li:last-child {
  margin-right: 0;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1000px) {
  .nav > li:last-child {
    margin-top: 24px;
    width: 80%;
  }
}
.nav > li:last-child:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .nav > li {
    border-bottom: 1px solid #363636;
    width: 94%;
  }
}
.nav > li > a {
  display: block;
  font-family: "Inter", sans-serif;
  color: #E5E5E5;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav > li > a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .nav > li > a {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.nav > li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav > li .nav-item__chevron {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}
.nav > li .nav-item__chevron svg {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .nav > li .nav-item__chevron svg {
    transition: transform 250ms ease-in-out;
    transform-origin: center;
  }
  .nav > li.menu-item-has-children:hover .nav-item__chevron svg, .nav > li.menu-item-has-children:focus-within .nav-item__chevron svg {
    transform: rotate(180deg);
  }
}

.header .nav > li:last-child > a {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header .nav > li:last-child > a:hover {
  text-decoration: none;
}

.header .nav > li:last-child:hover > a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .nav--header ul {
    list-style: none;
  }
  .nav--header .sub-menu {
    margin: 0;
    padding: 0 0 8px 0;
    padding-inline-start: 16px;
    border: none;
  }
  .nav--header .sub-menu li {
    border-bottom: none;
    width: 100%;
  }
  .nav--header .sub-menu a {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px 0;
    display: block;
  }
}

.footer {
  background-color: #171717;
  color: #A3A3A3;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer a {
  color: #A3A3A3;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}

/**
 * Top: Logo/tagline + newsletter
 */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 20px;
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer__branding {
    text-align: center;
    margin: 0 auto;
  }
}

.footer__logo {
  max-width: 180px;
  height: auto;
}

.footer__tagline {
  font-size: 18px;
  color: #A3A3A3;
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 8px;
  max-width: 500px;
}

.footer__newsletter-text {
  font-size: 15px;
  margin-bottom: 16px;
  color: #ffffff;
}
.footer__newsletter-text strong {
  color: #fff;
}

.footer__newsletter-message-container {
  margin-bottom: 12px;
  min-height: 0;
}

.footer__newsletter-message {
  font-size: 14px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 4px;
}
.footer__newsletter-message--success {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
}
.footer__newsletter-message--error {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.15);
}

.footer__newsletter-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: footer-newsletter-spin 0.6s linear infinite;
}

@keyframes footer-newsletter-spin {
  to {
    transform: rotate(360deg);
  }
}
.footer__newsletter-form button.is-loading {
  cursor: wait;
  color: transparent;
  position: relative;
}
.footer__newsletter-form button.is-loading .footer__newsletter-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.footer__newsletter-form input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.footer__newsletter {
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .footer__newsletter {
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #262626;
    padding-top: 24px;
  }
}

.footer__newsletter-form {
  display: flex;
  gap: 0;
}
.footer__newsletter-form input[type=email] {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #444;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #262626;
  color: #fff;
  font-size: 0.875rem;
  height: auto;
  line-height: normal;
}
.footer__newsletter-form input[type=email]::placeholder {
  color: #777;
}
.footer__newsletter-form button {
  font-family: "Inter", sans-serif;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 0 6px 6px 0;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer__newsletter-form button:hover {
  background: #e5e5e5;
}

/**
 * Middle: Menus + social/app
 */
.footer__middle {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid #262626;
}
@media screen and (max-width: 768px) {
  .footer__middle {
    flex-direction: column;
    padding: 0 20px 24px 20px;
  }
}

.footer__menus {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer__menus {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    border-top: 1px solid #262626;
    padding-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .footer__menu-col {
    flex: 1 1 calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .footer__menu-col:last-child {
    flex-basis: 100%;
  }
}

.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu li:first-child a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  pointer-events: none;
}
.footer__menu li a {
  font-size: 15px;
  display: block;
  padding: 3px 0;
  margin-bottom: 11px;
  line-height: 1.3;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .footer__right {
    display: contents;
  }
}

.footer__social {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .footer__social {
    order: 1;
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #262626;
    margin: 0 -20px;
  }
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 0;
  transition: border-color 0.3s ease;
}
.footer__social-link:hover {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__app {
    order: -1;
    text-align: center;
    padding-bottom: 16px;
  }
}

.footer__app-heading {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer__app-heading {
    text-align: center;
  }
}

.footer__app-badges {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__app-badges {
    justify-content: center;
  }
}
.footer__app-badges img {
  height: 40px;
  width: auto;
}

/**
 * Bottom: Copyright
 */
.footer__bottom {
  padding-top: 46px;
  text-align: center;
}

.footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #737373;
  margin: 0 auto;
}

/**
 * Partnership Modal Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.partnership-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.partnership-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.partnership-modal .hidden-fields-container,
.partnership-modal .screen-reader-response {
  display: none !important;
  border: 0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
}

.partnership-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.partnership-modal__content {
  position: relative;
  width: 100%;
  max-width: 748px;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #F7F5F2;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .partnership-modal__content {
    padding: 24px;
  }
}

.partnership-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: #181A1F;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .partnership-modal__close {
    top: 8px;
    right: 8px;
  }
}
.partnership-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.partnership-modal__close svg {
  pointer-events: none;
}

.partnership-modal__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
}

.partnership-modal__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  max-width: 548px;
}

.partnership-modal__title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #181A1F;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.partnership-modal__subtext {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #525252;
  text-align: center;
  margin: 0;
}

.partnership-modal__form,
.partnership-modal .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.partnership-modal__form > p,
.partnership-modal .wpcf7-form > p {
  margin: 0;
  text-align: center;
}
.partnership-modal__form .wpcf7-spinner,
.partnership-modal .wpcf7-form .wpcf7-spinner {
  display: none;
}
.partnership-modal__form .wpcf7-response-output,
.partnership-modal .wpcf7-form .wpcf7-response-output {
  display: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  margin: 16px 0 0;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
}
.partnership-modal__form.sent .wpcf7-response-output, .partnership-modal__form.failed .wpcf7-response-output, .partnership-modal__form.invalid .wpcf7-response-output,
.partnership-modal .wpcf7-form.sent .wpcf7-response-output,
.partnership-modal .wpcf7-form.failed .wpcf7-response-output,
.partnership-modal .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.partnership-modal__form.sent .wpcf7-response-output,
.partnership-modal .wpcf7-form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  color: #46b450;
}
.partnership-modal__form.failed .wpcf7-response-output, .partnership-modal__form.invalid .wpcf7-response-output,
.partnership-modal .wpcf7-form.failed .wpcf7-response-output,
.partnership-modal .wpcf7-form.invalid .wpcf7-response-output {
  border: 1px solid #EC1C24;
  color: #EC1C24;
}

.partnership-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.partnership-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.partnership-modal__field label {
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #181A1F;
  letter-spacing: 0em;
}
.partnership-modal__field input,
.partnership-modal__field select,
.partnership-modal__field textarea {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  padding: 12px 16px;
  min-height: 48px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  background-color: #E8E8E8;
  color: #181A1F;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  width: 100%;
}
.partnership-modal__field input::placeholder,
.partnership-modal__field select::placeholder,
.partnership-modal__field textarea::placeholder {
  color: #BABABA;
}
.partnership-modal__field input:focus,
.partnership-modal__field select:focus,
.partnership-modal__field textarea:focus {
  outline: none;
  border-color: #181A1F;
}
.partnership-modal__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23181A1F' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.partnership-modal__field textarea {
  resize: vertical;
  min-height: 30px;
}
.partnership-modal__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.partnership-modal__field .wpcf7-not-valid-tip {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.875rem;
  color: #EC1C24;
  margin-top: 4px;
}

.partnership-modal__submit,
.partnership-modal .wpcf7-form input[type=submit] {
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #F7F5F2;
  background-color: rgba(24, 26, 31, 0.8);
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  max-width: 242px;
  min-width: 242px;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.partnership-modal__submit:hover,
.partnership-modal .wpcf7-form input[type=submit]:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .partnership-modal__submit,
  .partnership-modal .wpcf7-form input[type=submit] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

body.modal-open {
  overflow: hidden;
}

/**
 * Shared App Store / Google Play badge row (footer + sections).
 * Uses uploaded badge images; scales with height, keeps aspect ratio, horizontal row.
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.app-store-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  box-sizing: border-box;
}
.app-store-badges a {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
}
.app-store-badges img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 400px) {
  .app-store-badges img {
    height: 34px;
  }
}

/**
 * Shared viewport hero frame — full-bleed; desktop min-height 100vh.
 * Mobile min-height: see `$page-hero-shell-mobile-min-height` (product base; Figma Hero artboard is 720px).
 *
 * Top spacing on mobile is NOT set here — use ACF Padding (Mobile) → Top on each hero (inner column).
 * That padding applies to `.page-hero-shell__inner` via minnect_hero_shell_inner_padding_styles().
 *
 * Alignment defaults are center/center in SCSS; per-layout ACF can set L/C/R and top/center/bottom.
 * Breakpoints: mobile shell rules use `resp-max($breakpoint-sm)` → max-width 768px (see _variables.scss).
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section.page-hero-shell {
  padding-top: 0;
  padding-bottom: 0;
}

.page-hero-shell {
  --page-hero-min-height-desktop: 100vh;
  --page-hero-min-height-mobile: 753px;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: var(--page-hero-min-height-desktop);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-hero-shell {
    min-height: var(--page-hero-min-height-mobile);
  }
}

.page-hero-shell--h-start {
  justify-content: flex-start;
}

.page-hero-shell--h-center {
  justify-content: center;
}

.page-hero-shell--h-end {
  justify-content: flex-end;
}

.page-hero-shell--v-start {
  align-items: flex-start;
}

.page-hero-shell--v-center {
  align-items: center;
}

.page-hero-shell--v-end {
  align-items: flex-end;
}

.page-hero-shell__inner {
  position: relative;
  z-index: 1;
  flex: 0 1 1240px;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0;
}

.page-hero-shell--h-start .page-hero-shell__inner {
  text-align: left;
}

.page-hero-shell--h-center .page-hero-shell__inner {
  text-align: center;
}

.page-hero-shell--h-end .page-hero-shell__inner {
  text-align: right;
}

.section-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.section-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.section-hero__media video,
.section-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.section-hero__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-hero__heading {
    font-size: 2.5rem;
  }
}

.section-hero__subheading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 36px;
  opacity: 0.9;
}

.experts-hero {
  --experts-hero-stagger: 0.2;
  --experts-hero-subheading-gap: 0.25;
  --experts-hero-duration: 1.2s;
  --experts-hero-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --experts-hero-stat-count-duration: 1500;
  --experts-hero-stat-count-stagger: 120;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-image: var(--hero-bg-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.experts-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .experts-hero {
    background-image: var(--hero-bg-mobile, var(--hero-bg-desktop));
    background-position-y: 0%;
  }
}

.experts-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.experts-hero__heading {
  font-family: "Inter", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -3px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .experts-hero__heading {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .experts-hero__heading {
    text-align: center;
    letter-spacing: -1.08px;
  }
}

.experts-hero__heading-line {
  display: block;
  opacity: 0;
  transform: translateY(0.5em);
  animation: experts-hero-line-reveal var(--experts-hero-duration) var(--experts-hero-easing) forwards;
  animation-delay: calc(var(--line-index, 0) * var(--experts-hero-stagger) * 1s);
  animation-play-state: paused;
}

.experts-hero--animation-ready .experts-hero__heading-line {
  animation-play-state: running;
}

.experts-hero--no-motion .experts-hero__heading-line {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes experts-hero-line-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .experts-hero__heading-line,
  .experts-hero__subheading--animated {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.experts-hero__subheading {
  font-family: "Red Hat Display", sans-serif;
  color: #F7F5F2;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.34px;
  margin-bottom: 26px;
  max-width: 790px;
}
@media screen and (max-width: 480px) {
  .experts-hero__subheading {
    margin-bottom: 24px;
    padding: 0 24px;
    text-align: center;
  }
}

.experts-hero__subheading--animated {
  opacity: 0;
  transform: translateY(0.5em);
  animation: experts-hero-line-reveal var(--experts-hero-duration) var(--experts-hero-easing) forwards;
  animation-delay: calc(var(--subheading-delay, 0) * 1s);
  animation-play-state: paused;
}

.experts-hero--animation-ready .experts-hero__subheading--animated {
  animation-play-state: running;
}

.experts-hero--no-motion .experts-hero__subheading--animated {
  opacity: 1;
  transform: none;
  animation: none;
}

.experts-hero__buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .experts-hero__buttons {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

.btn {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-align: center;
}

.btn--primary {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.btn--outline {
  border: 1px solid #FFF;
  background: #181A1F;
  color: #fff;
}
.btn--outline:hover, .btn--outline:focus, .btn--outline:active {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.experts-hero__stats {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 480px) {
  .experts-hero__stats {
    justify-content: center;
  }
}

.experts-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.experts-hero__stat:first-child {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 480px) {
  .experts-hero__stat:first-child {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .experts-hero__stat {
    padding: 0 20px;
  }
}

.experts-hero__stat-value {
  display: inline-block;
  color: #F7F5F2;
  font-family: "Red Hat Display", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 480px) {
  .experts-hero__stat-value {
    font-size: 30px;
  }
}

.experts-hero__stat-label {
  color: #F7F5F2;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 4px;
}
@media screen and (max-width: 480px) {
  .experts-hero__stat-label {
    font-size: 14px;
  }
}

/**
 * Hero Human Answers Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-hero-human-answers {
  --hero-human-answers-stagger: 0.2;
  --hero-human-answers-subheading-gap: 0.25;
  --hero-human-answers-duration: 1.2s;
  --hero-human-answers-easing: cubic-bezier(0.22, 1, 0.36, 1);
  --fade-stagger: 0.08s;
  --fade-delay-after-lines: 0.12s;
  --fade-gap-after-subheading: 0.15s;
  --fade-gap-before-pills: 0.12s;
  --fade-line-count: 0;
  background-color: #000000;
  color: #F7F5F2;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 913px) {
  .section-hero-human-answers {
    padding-bottom: 48px;
    background-position: center 22%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers {
    background-position: center 24%;
  }
}
@media (max-height: 500px) {
  .section-hero-human-answers {
    padding: 72px 0 24px 0;
  }
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 500px) {
  .section-hero-human-answers {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section-hero-human-answers .outter-container.page-hero-shell__inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
  }
}

.section-hero-human-answers__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.section-hero-human-answers__video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.section-hero-human-answers__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 913px) {
  .section-hero-human-answers__video {
    object-position: center 22%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__video {
    object-position: center 24%;
    transform: translate(-50%, -50%);
  }
}

.section-hero-human-answers__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.section-hero-human-answers__heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #F7F5F2;
  margin-bottom: 12px;
}
.section-hero-human-answers__heading--xl {
  font-size: 120px;
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__heading--xl {
    font-size: 36px;
    font-weight: 500;
  }
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 500px) {
  .section-hero-human-answers__heading--xl {
    font-size: 64px;
    max-width: 560px !important;
    font-weight: 500;
  }
}
@media (max-height: 500px) {
  .section-hero-human-answers__heading--xl {
    font-weight: 500;
    line-height: 1.2;
  }
}
.section-hero-human-answers__heading--lg {
  font-size: 100px;
}
@media screen and (max-width: 913px) {
  .section-hero-human-answers__heading--lg {
    font-size: 70px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__heading--lg {
    font-size: 36px;
    font-weight: 500;
  }
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 500px) {
  .section-hero-human-answers__heading--lg {
    font-size: 38px;
    font-weight: 500;
  }
}
@media (max-height: 500px) {
  .section-hero-human-answers__heading--lg {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__heading {
    margin-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-height: 500px) {
  .section-hero-human-answers__heading {
    margin-bottom: 12px;
  }
}

.section-hero-human-answers__heading-line {
  display: block;
  opacity: 0;
  transform: translateY(0.5em);
  animation: hero-human-answers-line-reveal var(--hero-human-answers-duration) var(--hero-human-answers-easing) forwards;
  animation-delay: calc(var(--line-index, 0) * var(--hero-human-answers-stagger) * 1s);
  animation-play-state: paused;
}

.section-hero-human-answers--animation-ready .section-hero-human-answers__heading-line {
  animation-play-state: running;
}

.section-hero-human-answers--no-motion .section-hero-human-answers__heading-line {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes hero-human-answers-line-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-human-answers-fade-in-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-hero-human-answers--fade-in-load .section-hero-human-answers__heading-line {
  transform: none;
  animation-name: hero-human-answers-fade-in-load;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: calc(var(--line-index, 0) * var(--fade-stagger));
}
.section-hero-human-answers--fade-in-load .section-hero-human-answers__subheading--animated {
  transform: none;
  animation-name: hero-human-answers-fade-in-load;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: calc(var(--fade-line-count, 0) * var(--fade-stagger) + var(--fade-delay-after-lines));
}
.section-hero-human-answers--fade-in-load .section-hero-human-answers__pills--fade-in {
  opacity: 0;
  transform: none;
  animation-name: hero-human-answers-fade-in-load;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
  animation-delay: calc(var(--fade-line-count, 0) * var(--fade-stagger) + var(--fade-delay-after-lines) + var(--fade-gap-after-subheading) + var(--fade-gap-before-pills));
}

.section-hero-human-answers--fade-in-load.section-hero-human-answers--animation-ready .section-hero-human-answers__pills--fade-in {
  animation-play-state: running;
}

.section-hero-human-answers--fade-in-load.section-hero-human-answers--no-motion .section-hero-human-answers__pills--fade-in {
  opacity: 1;
  transform: none;
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .section-hero-human-answers__heading-line,
  .section-hero-human-answers__subheading--animated {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .section-hero-human-answers__pills--fade-in {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.section-hero-human-answers__subheading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #F7F5F2;
  margin-bottom: 24px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__subheading {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}
@media (max-height: 500px) {
  .section-hero-human-answers__subheading {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.section-hero-human-answers__subheading--animated {
  opacity: 0;
  transform: translateY(0.5em);
  animation: hero-human-answers-line-reveal var(--hero-human-answers-duration) var(--hero-human-answers-easing) forwards;
  animation-delay: calc(var(--subheading-delay, 0) * 1s);
  animation-play-state: paused;
}

.section-hero-human-answers--animation-ready .section-hero-human-answers__subheading--animated {
  animation-play-state: running;
}

.section-hero-human-answers--no-motion .section-hero-human-answers__subheading--animated {
  opacity: 1;
  transform: none;
  animation: none;
}

.section-hero-human-answers__pills {
  overflow: hidden;
  margin-top: 48px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  box-sizing: border-box;
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 500px) {
  .section-hero-human-answers__pills {
    margin-top: 16px;
  }
}

.section-hero-human-answers__pills-track {
  display: flex;
  width: max-content;
  animation: pills-scroll 50s linear infinite;
}

.section-hero-human-answers__pills-set {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 12px;
  flex-shrink: 0;
}

@keyframes pills-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-hero-human-answers__pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #F7F5F2;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  user-select: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__pill {
    flex-shrink: 0;
  }
}

.section-hero-human-answers__pill-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.section-hero-human-answers__pill-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-hero-human-answers__pill-text {
  line-height: 1.4;
}

.section-hero-human-answers__buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.section-hero-human-answers__buttons .btn {
  flex: 1;
  width: 50%;
  box-sizing: border-box;
}
.section-hero-human-answers__buttons .btn--primary:hover,
.section-hero-human-answers__buttons .btn--primary:focus,
.section-hero-human-answers__buttons .btn--primary:active {
  color: #F7F5F2;
}
.section-hero-human-answers__buttons .btn--outline:hover,
.section-hero-human-answers__buttons .btn--outline:focus,
.section-hero-human-answers__buttons .btn--outline:active {
  color: #000;
}
@media screen and (max-width: 768px) {
  .section-hero-human-answers__buttons {
    flex-direction: column;
    max-width: 300px;
    width: 100%;
  }
  .section-hero-human-answers__buttons .btn {
    width: 100%;
  }
}

.section-cta {
  text-align: center;
}
.section-cta.section--dark {
  background-color: #fff;
  color: #181818;
}
.section-cta.section--brand {
  background-color: #EC1C24;
  color: #181818;
}

.section-cta__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .section-cta__heading {
    font-size: 1.75rem;
  }
}

.section-cta__text {
  font-family: "Red Hat Display", sans-serif;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

/**
 * CTA Contact Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-cta-contact {
  text-align: center;
}
.section-cta-contact .container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-contact__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #181A1F;
  margin: 0 0 24px;
  line-height: 1.3;
}

.section-cta-contact__description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #525252;
  margin: 0 0 36px;
}
.section-cta-contact__description p:last-child {
  margin-bottom: 0;
}
.section-cta-contact__description a {
  color: inherit;
  text-decoration: underline;
}
.section-cta-contact__description a:hover {
  opacity: 0.8;
}

.section-cta-contact__button-wrap {
  margin-top: 24px;
}

.section-cta-contact__button {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #F7F5F2;
  background-color: #181A1F;
  border-radius: 6px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  border: none;
  cursor: pointer;
  appearance: none;
  min-width: 200px;
}
.section-cta-contact__button:hover {
  opacity: 0.9;
  background-color: #181A1F;
}

.section-cards__heading {
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-cards__heading {
    font-size: 1.75rem;
  }
}

.section-cards__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .section-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .section-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background-color: #181818;
  border-radius: 6px;
  padding: 36px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 250ms ease-in-out;
}
.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card__icon {
  margin-bottom: 24px;
}
.card__icon img {
  width: 48px;
  height: 48px;
}

.card__title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.card__description {
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 24px;
  opacity: 0.75;
}

.card__link {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  display: inline-block;
}

.section-text-image__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .section-text-image__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.section-text-image__inner.section-text-image__inner--reversed {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section-text-image__inner.section-text-image__inner--reversed {
    flex-direction: column;
  }
}

.section-text-image__content {
  flex: 1;
}

.section-text-image__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-text-image__heading {
    font-size: 1.5rem;
  }
}

.section-text-image__media {
  flex: 1;
}
.section-text-image__media img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/**
 * Earning Path Module Styles
 */
.section-earning-path {
  background: linear-gradient(135deg, #181A1F 0%, #5F6167 100%);
  color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-earning-path::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.section-earning-path[data-overlay=true]::before {
  display: block;
}
.section-earning-path .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section-earning-path {
    padding: 48px 0;
  }
}
.section-earning-path#your-earning-path {
  scroll-margin-top: 0;
}

@media screen and (min-width: 783px) {
  body.admin-bar .section-earning-path#your-earning-path {
    scroll-margin-top: 32px;
  }
}

.section-earning-path__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__inner {
    flex-direction: column;
    gap: 0px;
  }
}

.section-earning-path__content {
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .section-earning-path__content--desktop {
    display: none;
  }
}

.section-earning-path__content--mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__content--mobile {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
  }
}

.section-earning-path__label {
  display: block;
  padding: 8px 24px;
  background-color: #000;
  color: #616672;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-earning-path__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__heading {
    font-size: 30px;
  }
}

.section-earning-path__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  color: #F7F5F2;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
  margin-top: 0;
}

.section-earning-path__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-earning-path__line-row {
  height: 24px;
  position: relative;
  padding-left: 66px;
}
.section-earning-path__line-row::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #76787C;
}

.section-earning-path__step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  padding-left: 66px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.section-earning-path__step::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #76787C;
  z-index: 0;
}
.section-earning-path__step:first-child::before {
  top: 50%;
  bottom: 0;
}
.section-earning-path__step:last-child::before {
  top: 0;
  bottom: 50%;
}
.section-earning-path__step:hover:not(.section-earning-path__step--active) {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 1201px) {
  .section-earning-path__step--active {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  }
}
@media screen and (max-width: 1200px) {
  .section-earning-path__step--active {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
}
.section-earning-path__step--active {
  padding: 14px 48px;
  padding-left: 66px;
}
.section-earning-path__step--active::before {
  display: none;
}
.section-earning-path__step--active .section-earning-path__step-description {
  display: block;
}
.section-earning-path__step--active .section-earning-path__step-number {
  background-color: #fff;
  color: #181A1F;
  border-color: #fff;
}
.section-earning-path__step--highlighted {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 48px;
}
.section-earning-path__step--highlighted .section-earning-path__step-number {
  background-color: #fff;
  color: #181A1F;
  border-color: #fff;
}

.section-earning-path__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background-color: #3d3f42;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  border: 1px solid #3d3f42;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel-slide .section-earning-path__step-number {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0px auto 0 auto;
  }
}

.section-earning-path__step--active .section-earning-path__step-number {
  top: 50%;
  transform: translateY(-50%);
}

.section-earning-path__step-content {
  flex: 1;
  padding-left: 16px;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel-slide .section-earning-path__step-content {
    padding-left: 0 !important;
    text-align: center;
  }
}

.section-earning-path__step-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  opacity: 0.5;
}
.section-earning-path__step--active .section-earning-path__step-title {
  font-weight: 700;
  opacity: 1;
}

.section-earning-path__step-description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  display: none;
  margin-top: 8px;
}

.section-earning-path__phone {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 42px;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  min-height: 630px;
}
@media screen and (max-width: 535px) {
  .section-earning-path__phone {
    min-height: 500px;
  }
}
@media screen and (max-width: 435px) {
  .section-earning-path__phone {
    min-height: 400px;
  }
}
.section-earning-path__phone-subcontainer {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__phone {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 40px);
    max-width: min(525px, 100% - 40px);
    box-sizing: border-box;
  }
}

.section-earning-path__phone-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.section-earning-path__phone-video-wrapper {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  bottom: -2px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  z-index: 1;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 60px;
  pointer-events: none;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 850px) {
  .section-earning-path__phone-video-wrapper {
    border-radius: 60px;
  }
}
@media screen and (max-width: 610px) {
  .section-earning-path__phone-video-wrapper {
    border-radius: 58px;
  }
}
@media screen and (max-width: 590px) {
  .section-earning-path__phone-video-wrapper {
    border-radius: 65px;
  }
}
@media screen and (max-width: 560px) {
  .section-earning-path__phone-video-wrapper {
    border-radius: 48px;
  }
}
@media screen and (max-width: 485px) {
  .section-earning-path__phone-video-wrapper {
    border-radius: 42px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 410px) {
  .section-earning-path__phone-video-wrapper {
    border-radius: 40px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

.section-earning-path__phone-video,
.section-earning-path__phone-step-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
  object-position: center center;
  border-radius: inherit;
}

.section-earning-path__phone-image {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
}

.section-earning-path__pricing {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 48px;
}

.section-earning-path__service {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-earning-path__service-name {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.section-earning-path__service-description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.875rem;
  color: #A3A3A3;
  margin-bottom: 12px;
  line-height: 1.5;
}

.section-earning-path__service-pricing {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.section-earning-path__service-minimum {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.75rem;
  color: #A3A3A3;
}

.section-earning-path__service-price {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #5CB85C;
}

.section-earning-path__step-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -40px;
  z-index: 100;
}
@media screen and (min-width: 1201px) {
  .section-earning-path__step-slider {
    display: none;
  }
}

.section-earning-path__step-slider-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.section-earning-path__step-slider-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}
.section-earning-path__step-slider-slide .section-earning-path__step-number {
  background-color: #fff;
  color: #181A1F;
  border-color: #fff;
  position: relative;
  left: auto;
}

.section-earning-path__carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 24px 6px;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel {
    overflow: visible;
    padding-top: 54px;
  }
}

.section-earning-path__carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel-container {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

.section-earning-path__carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.section-earning-path__carousel-slide--clone {
  pointer-events: none;
  user-select: none;
}

.section-earning-path__step-slider-slide--clone {
  pointer-events: none;
  user-select: none;
}

.section-earning-path__carousel-slide {
  min-width: 100%;
  flex-shrink: 0;
  padding: 14px 16px;
  padding-left: 66px;
  margin-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: default !important;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel-slide {
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 16px !important;
    gap: 12px !important;
  }
}
.section-earning-path__carousel-slide::before {
  display: none !important;
}
.section-earning-path__carousel-slide:hover {
  background-color: transparent !important;
}
.section-earning-path__carousel-slide.section-earning-path__step--active {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 14px 6px;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel-slide.section-earning-path__step--active {
    padding: 2px 0px !important;
  }
}
.section-earning-path__carousel-slide.section-earning-path__step--active .section-earning-path__step-description {
  display: block;
}
.section-earning-path__carousel-slide.section-earning-path__step--active .section-earning-path__step-number {
  background-color: #fff;
  color: #181A1F;
  border-color: #fff;
}

.section-earning-path__carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
}
.section-earning-path__carousel-arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.section-earning-path__carousel-arrow:active {
  background-color: rgba(255, 255, 255, 0.15);
}
.section-earning-path__carousel-arrow svg {
  width: 24px;
  height: 24px;
}
.section-earning-path__carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .section-earning-path__carousel-arrow {
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
  }
  .section-earning-path__carousel-arrow:hover {
    background-color: transparent;
    border-color: transparent;
    opacity: 0.8;
  }
  .section-earning-path__carousel-arrow:active {
    background-color: transparent;
    opacity: 0.6;
  }
}

/**
 * Expert Journeys Module Styles
 */
.section-expert-journeys {
  padding: 100px 0;
  background-color: #181A1F;
  color: #fff;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.section-expert-journeys .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys {
    padding: 48px 0;
  }
}

.section-expert-journeys__label {
  display: block;
  padding: 8px 24px;
  background-color: #000;
  color: #616672;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-expert-journeys__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__heading {
    font-size: 2rem;
  }
}

.section-expert-journeys__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  color: #F7F5F2;
  margin-bottom: 48px;
  line-height: 1.4;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-expert-journeys__carousel {
  position: relative;
  width: 100%;
  margin-top: 48px;
}
.section-expert-journeys__carousel--desktop {
  overflow: hidden;
}

.section-expert-journeys__carousel--desktop {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__carousel--desktop {
    display: none;
  }
}

.section-expert-journeys__carousel--mobile {
  display: none;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__carousel--mobile {
    display: block;
  }
}

.section-expert-journeys__carousel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 0;
}

.section-expert-journeys__carousel-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-expert-journeys__carousel-nav--mobile {
  justify-content: center;
  margin-top: 24px;
}

.section-expert-journeys__carousel-header-wrap {
  padding-bottom: 0;
}

.section-expert-journeys__carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.section-expert-journeys__carousel--desktop .section-expert-journeys__carousel-container {
  overflow: visible;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .section-expert-journeys__carousel--desktop .section-expert-journeys__carousel-container {
    overflow: hidden;
  }
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__carousel-container {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.section-expert-journeys__carousel-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.section-expert-journeys__carousel--desktop .section-expert-journeys__carousel-track {
  gap: 24px;
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__carousel-track {
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
}

.section-expert-journeys__expert-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 32px 32px 32px;
  box-sizing: border-box;
  background-color: #0f1013;
}
.section-expert-journeys__carousel--desktop .section-expert-journeys__expert-card {
  flex-shrink: 0;
  flex-grow: 0;
  width: 475px;
  min-width: 475px;
  height: 564px;
  min-height: 564px;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .section-expert-journeys__carousel--desktop .section-expert-journeys__expert-card {
    width: calc(50% - 12px);
    min-width: 200px;
    max-width: calc(50% - 12px);
    height: 564px;
    min-height: 420px;
  }
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__expert-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 24px;
  min-height: 520px;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__expert-card {
    min-height: 520px;
  }
}

.section-expert-journeys__expert-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__expert-image {
  background-position: center;
  background-size: 100%;
}
.section-expert-journeys__expert-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 16, 19, 0.75) 0%, rgba(15, 16, 19, 0.15) 14.83%, rgba(15, 16, 19, 0) 49.2%, rgba(15, 16, 19, 0.75) 98.4%);
  z-index: 1;
}

.section-expert-journeys__expert-tag {
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 6px 22px;
  border-radius: 24px;
  z-index: 3;
  flex-shrink: 0;
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__expert-tag {
  font-size: 14px;
  padding: 8px 24px;
  line-height: 1;
}

.section-expert-journeys__expert-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  gap: 14px;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  color: #F7F5F2;
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__expert-content {
  padding: 18px;
  border-radius: 16px;
  gap: 14px;
}

.section-expert-journeys__expert-quote {
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #F7F5F2;
  margin: 0;
  flex: none;
  align-self: stretch;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__expert-quote {
  font-size: 19px;
  letter-spacing: -0.57px;
  line-height: 1.4;
}

.section-expert-journeys__expert-info {
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #F7F5F2;
  margin: 0;
  flex: none;
  align-self: stretch;
  text-align: left;
}
.section-expert-journeys__carousel--mobile .section-expert-journeys__expert-info {
  font-size: 12px;
  letter-spacing: -0.36px;
  line-height: 1.6;
  color: #F7F5F2;
}

.section-expert-journeys__carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #272A2C;
  border: none;
  color: #BDBCBD;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}
.section-expert-journeys__carousel-arrow:hover {
  background-color: #353839;
}
.section-expert-journeys__carousel-arrow:active {
  background-color: #2F3234;
}
.section-expert-journeys__carousel-arrow svg {
  width: 24px;
  height: 24px;
}
.section-expert-journeys__carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.section-expert-journeys__carousel-nav--mobile .section-expert-journeys__carousel-arrow {
  background-color: #272A2C;
  border: none;
}
.section-expert-journeys__carousel-nav--mobile .section-expert-journeys__carousel-arrow:hover {
  background-color: #353839;
}

.section-expert-journeys__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 72px;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__cta {
    margin-top: 48px;
    gap: 12px;
  }
}

.section-expert-journeys__cta-heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #F7F5F2;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__cta-heading {
    font-size: 28px;
  }
}

.section-expert-journeys__cta-subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F7F5F2;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__cta-subtitle {
    font-size: 16px;
  }
}

.section-expert-journeys__cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #F7F5F2;
  color: #171717;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity 0.3s ease, transform 0.2s ease;
  margin-top: 12px;
}
.section-expert-journeys__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  text-decoration: none;
  color: #171717;
}
.section-expert-journeys__cta-button:active {
  opacity: 0.85;
  transform: translateY(0);
}
.section-expert-journeys__cta-button:focus {
  outline: 2px solid #F7F5F2;
  outline-offset: 2px;
  color: #171717;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .section-expert-journeys__cta-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

/**
 * How Experts Scale Module Styles
 */
.section-expert-announcements {
  --ea-reveal-duration: 0.55s;
  --ea-reveal-stagger: 0.1;
  --ea-reveal-translate: 24px;
  --ea-observer-threshold: 0.2;
  --ea-observer-root-margin: 0px 0px -8% 0px;
  --ea-parallax-max: 48px;
  --ea-parallax-factor: 0.09;
  --ea-cards-scroll-y: 0px;
  --ea-cards-scroll-max: 180px;
  --ea-cards-scroll-start-vh: 1;
  --ea-cards-scroll-start-inset: 650px;
  --ea-cards-scroll-end-offset: -0.35;
  --ea-cards-exit-opacity-power: 5;
  padding: 100px 0 0 0;
  background: linear-gradient(224deg, #F7F5F2 0%, #000000 100%);
  color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-expert-announcements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.section-expert-announcements[data-overlay=true]::before {
  display: block;
}
.section-expert-announcements .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .section-expert-announcements {
    padding: 48px 0;
  }
}
.section-expert-announcements--no-motion .section-expert-announcements__intro-body.section-expert-announcements__reveal, .section-expert-announcements--no-motion .section-expert-announcements__phone.section-expert-announcements__reveal, .section-expert-announcements--no-motion .section-expert-announcements__mobile-carousel.section-expert-announcements__reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.section-expert-announcements--animated .section-expert-announcements__phone.section-expert-announcements__reveal {
  opacity: 1;
}
@media screen and (min-width: 770px) {
  .section-expert-announcements--animated .section-expert-announcements__phone.section-expert-announcements__reveal {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 769px) {
  .section-expert-announcements--animated .section-expert-announcements__phone.section-expert-announcements__reveal {
    transform: translateY(0);
  }
}
.section-expert-announcements--animated .section-expert-announcements__mobile-carousel.section-expert-announcements__reveal {
  opacity: 1;
  transform: translateY(0);
}
.section-expert-announcements--animated .section-expert-announcements__intro-body.section-expert-announcements__reveal {
  opacity: 1;
  transform: translateY(0);
}

.section-expert-announcements__intro {
  width: 100%;
  max-width: 100%;
}

.section-expert-announcements__intro-body.section-expert-announcements__reveal {
  opacity: 0;
  transform: translateY(var(--ea-reveal-translate));
  transition: opacity var(--ea-reveal-duration) ease-out, transform var(--ea-reveal-duration) ease-out;
  transition-delay: calc(var(--ea-reveal-order, 0) * var(--ea-reveal-stagger) * 1s);
  will-change: opacity, transform;
}
.section-expert-announcements--animated .section-expert-announcements__intro-body.section-expert-announcements__reveal {
  will-change: auto;
}

@media screen and (min-width: 770px) {
  .section-expert-announcements__phone.section-expert-announcements__reveal {
    transform: translate(-50%, calc(-50% + var(--ea-reveal-translate)));
  }
}
@media screen and (max-width: 769px) {
  .section-expert-announcements__phone.section-expert-announcements__reveal {
    transform: translateY(var(--ea-reveal-translate));
  }
}

.section-expert-announcements__phone-parallax {
  display: block;
  width: 100%;
  transform: translateY(var(--ea-phone-parallax-y, 0px));
  will-change: transform;
}

.section-expert-announcements__mobile-carousel.section-expert-announcements__reveal {
  transform: translateY(var(--ea-reveal-translate));
}

@media (prefers-reduced-motion: reduce) {
  .section-expert-announcements__intro-body.section-expert-announcements__reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .section-expert-announcements__phone.section-expert-announcements__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .section-expert-announcements__mobile-carousel.section-expert-announcements__reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .section-expert-announcements__phone-parallax {
    transform: none !important;
  }
}
.section-expert-announcements__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 769px) {
  .section-expert-announcements__inner {
    flex-direction: column;
    gap: 48px;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.section-expert-announcements__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 600px;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .section-expert-announcements__content--desktop {
    display: none;
  }
}

.section-expert-announcements__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-expert-announcements__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #F7F5F2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-expert-announcements__heading {
    font-size: 30px;
  }
}

.section-expert-announcements__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  color: #F7F5F2;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
  margin-top: 0;
}

.section-expert-announcements__cards {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
@media screen and (min-width: 770px) {
  .section-expert-announcements__cards {
    overflow: hidden;
  }
}

.section-expert-announcements__cards-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
@media screen and (min-width: 770px) {
  .section-expert-announcements__cards-track {
    transform: translateY(var(--ea-cards-scroll-y, 0px));
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-expert-announcements__cards-track {
    transform: none !important;
    will-change: auto;
  }
}

.section-expert-announcements__card {
  position: absolute;
  background: rgba(0, 0, 0, 0.015);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 32px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  max-width: 383px;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}
.section-expert-announcements__card--top-left {
  top: 0;
  left: calc(50% - 200px - 383px);
}
.section-expert-announcements__card--middle-right {
  top: 50%;
  left: calc(50% + 200px);
  transform: translateY(-50%);
}
.section-expert-announcements__card--bottom-left {
  bottom: 0;
  left: calc(50% - 200px - 383px);
  margin-bottom: 20px;
}
.section-expert-announcements__card--top-right {
  top: 0;
  left: calc(50% + 200px);
}
.section-expert-announcements__card--bottom-right {
  bottom: -10%;
  left: calc(50% + 200px);
  margin-bottom: -52px;
}

.section-expert-announcements__card-badge {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  background-color: #F7F5F2;
  color: #000;
}

.section-expert-announcements__card-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #F7F5F2;
  margin-bottom: 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.section-expert-announcements__card-description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  color: #F7F5F2;
  line-height: 1.2;
  margin: 0;
}

.section-expert-announcements__phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .section-expert-announcements__phone {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    order: -1;
    margin-bottom: 24px;
  }
}

.section-expert-announcements__phone-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
}
@media screen and (max-width: 769px) {
  .section-expert-announcements__phone-image {
    max-width: 250px;
    margin: 0 auto;
  }
}

.section-expert-announcements__mobile-carousel {
  display: none;
}
@media screen and (max-width: 769px) {
  .section-expert-announcements__mobile-carousel {
    display: flex;
    position: relative;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 10px;
    margin-top: 0;
  }
}

.section-expert-announcements__mobile-carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.section-expert-announcements__mobile-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  width: 100%;
}

.section-expert-announcements__mobile-carousel-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 12px 6px;
  box-sizing: border-box;
}

.section-expert-announcements__mobile-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0px 10px;
}
.section-expert-announcements__mobile-card .section-expert-announcements__card-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  white-space: normal;
}
.section-expert-announcements__mobile-card .section-expert-announcements__card-description {
  font-size: 18px;
  color: #ffffff;
}

.section-expert-announcements__mobile-carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  padding: 8px;
}
.section-expert-announcements__mobile-carousel-arrow:hover {
  opacity: 0.8;
}
.section-expert-announcements__mobile-carousel-arrow:active {
  opacity: 0.6;
}
.section-expert-announcements__mobile-carousel-arrow svg {
  width: 10.44px;
  height: 18.99px;
  display: block;
}
.section-expert-announcements__mobile-carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/**
 * Expert Communities Module Styles
 */
.section-expert-communities {
  padding: 100px 0 0 0;
  background: linear-gradient(135deg, #181A1F 0%, #5F6167 100%);
  color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-expert-communities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.section-expert-communities[data-overlay=true]::before {
  display: block;
}
.section-expert-communities .container {
  position: relative;
  z-index: 1;
  min-width: 0;
}
@media screen and (max-width: 769px) {
  .section-expert-communities .container {
    overflow: hidden;
  }
}
@media screen and (max-width: 769px) {
  .section-expert-communities {
    padding: 48px 0 0 0;
  }
}

.section-expert-communities__label {
  display: block;
  padding: 8px 24px;
  background-color: #000;
  color: #616672;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-expert-communities__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-expert-communities__heading {
    font-size: 30px;
  }
}

.section-expert-communities__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-expert-communities__subtitle {
    font-size: 1rem;
    padding: 0 12px;
  }
}

.section-expert-communities__features {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 769px) {
  .section-expert-communities__features {
    overflow: hidden;
    padding: 0 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.section-expert-communities__features-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  transition: none;
}
@media screen and (max-width: 769px) {
  .section-expert-communities__features-track {
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    min-width: min-content;
  }
}
@media screen and (max-width: 769px) and (prefers-reduced-motion: no-preference) {
  .section-expert-communities__features-track {
    will-change: transform;
  }
}

.section-expert-communities__features-marquee-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .section-expert-communities__features-marquee-set {
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
}

.section-expert-communities__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.section-expert-communities__feature:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 769px) {
  .section-expert-communities__feature {
    flex-shrink: 0;
    width: auto;
    justify-content: center;
    max-width: none;
    font-size: 14px;
  }
}

.section-expert-communities__feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: currentColor;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.section-expert-communities__feature-text {
  line-height: 1.4;
  user-select: none;
  -webkit-user-select: none;
}

.section-expert-communities__cta {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}

.section-expert-communities__button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #171717;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.section-expert-communities__button:hover, .section-expert-communities__button:focus, .section-expert-communities__button:active {
  color: #171717;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.95;
}
.section-expert-communities__button:active {
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0.9;
}
@media screen and (max-width: 769px) {
  .section-expert-communities__button {
    font-size: 17px;
    padding: 12px 24px;
  }
}

.section-expert-communities__orbit-canvas-clip {
  box-sizing: border-box;
  width: 100%;
  max-width: min(900px, 100%);
  min-width: 0;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  overflow: hidden;
  aspect-ratio: calc(1 / 0.52);
}
@media screen and (max-width: 1280px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.52);
  }
}
@media screen and (max-width: 1024px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.52);
  }
}
@media screen and (max-width: 900px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.5);
  }
}
@media screen and (max-width: 768px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.58);
  }
}
@media screen and (max-width: 640px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.56);
  }
}
@media screen and (max-width: 480px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.55);
  }
}
@media screen and (max-width: 375px) {
  .section-expert-communities__orbit-canvas-clip {
    aspect-ratio: calc(1 / 0.55);
  }
}
@media screen and (max-width: 769px) {
  .section-expert-communities__orbit-canvas-clip {
    padding: 0;
    margin-top: 24px;
    width: 130%;
    max-width: none;
    margin-left: calc((1 - 1.3) / 2 * 100%);
    margin-right: calc((1 - 1.3) / 2 * 100%);
  }
}

.section-expert-communities__orbit-canvas-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1/1;
}

.section-expert-communities__orbit-canvas {
  display: block;
  flex-shrink: 0;
  vertical-align: middle;
}

/**
 * Expert Broadcasts Module Styles
 */
.section-expert-broadcasts {
  --eb-reveal-duration: 0.6s;
  --eb-reveal-stagger: 0.15;
  --eb-reveal-translate: 30px;
  --eb-observer-threshold: 0.2;
  --eb-observer-root-margin: 0px 0px -50px 0px;
  padding: 100px 0;
  background-color: #F7F5F2;
  color: #000;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.section-expert-broadcasts .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts {
    padding: 48px 0;
  }
}
.section-expert-broadcasts--animated .section-expert-broadcasts__reveal {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}
.section-expert-broadcasts--no-motion .section-expert-broadcasts__reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

.section-expert-broadcasts__reveal {
  opacity: 0;
  transform: translateY(var(--eb-reveal-translate));
  transition: opacity var(--eb-reveal-duration) ease-out, transform var(--eb-reveal-duration) ease-out;
  transition-delay: calc(var(--eb-reveal-order, 0) * var(--eb-reveal-stagger) * 1s);
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .section-expert-broadcasts__reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
.section-expert-broadcasts__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.section-expert-broadcasts__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #181A1F;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__heading {
    font-size: 2rem;
    font-weight: 500;
  }
}

.section-expert-broadcasts__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #525252;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
  max-width: 850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__subtitle {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}

.section-expert-broadcasts__inner {
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 72px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
}
.section-expert-broadcasts__inner--inverted {
  grid-template-columns: 44% 56%;
}
.section-expert-broadcasts__inner--inverted .section-expert-broadcasts__image-container {
  order: 2;
}
.section-expert-broadcasts__inner--inverted .section-expert-broadcasts__features {
  order: 1;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__inner--inverted {
    grid-template-columns: 1fr;
  }
  .section-expert-broadcasts__inner--inverted .section-expert-broadcasts__image-container {
    order: 1;
  }
  .section-expert-broadcasts__inner--inverted .section-expert-broadcasts__features {
    order: 2;
  }
}

.section-expert-broadcasts__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__image-container {
    width: 100%;
    order: 1;
  }
}

.section-expert-broadcasts__image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
  object-fit: contain;
}

.section-expert-broadcasts__features {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  padding-top: 32px;
  align-self: center;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__features {
    width: 100%;
    order: 2;
    padding-top: 0;
  }
}

.section-expert-broadcasts__features-wrapper {
  max-width: 409px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__features-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-expert-broadcasts__features-heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #171717;
  text-align: left;
}

.section-expert-broadcasts__features-intro {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: left;
  max-width: 390px;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__features-intro {
    text-align: left;
  }
}

.section-expert-broadcasts__features-list-container {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 16px;
}

.section-expert-broadcasts__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-expert-broadcasts__feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.section-expert-broadcasts__feature-icon {
  width: 24px;
  height: auto;
  min-height: 24px;
  flex-shrink: 0;
  color: #FF3B30;
  margin-top: 2px;
}

.section-expert-broadcasts__feature-text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
  flex: 1;
}

.section-expert-broadcasts__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 72px;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__cta {
    margin-top: 48px;
  }
}

.section-expert-broadcasts__button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #181A1F;
  color: #F7F5F2;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}
.section-expert-broadcasts__button:hover, .section-expert-broadcasts__button:focus, .section-expert-broadcasts__button:active {
  color: #171717 !important;
  text-decoration: none;
  background-color: #E1D8CC;
  opacity: 0.95;
}
.section-expert-broadcasts__button:active {
  color: #171717 !important;
  background-color: #E1D8CC;
  opacity: 0.9;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__button {
    font-size: 17px;
    font-weight: 500;
    padding: 12px 24px;
  }
}

.section-expert-broadcasts__cta-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  color: #525252;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__cta-features {
    font-size: 12px;
  }
}

.section-expert-broadcasts__cta-feature {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section-expert-broadcasts__check-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #525252;
}

.section-expert-broadcasts__formats {
  margin-top: 48px;
}

.section-expert-broadcasts__formats-heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #171717;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .section-expert-broadcasts__formats-heading {
    font-size: 24px;
    text-align: center;
  }
}

.section-expert-broadcasts__formats-tiles {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin-top: 24px;
  width: 100%;
}

.section-expert-broadcasts__format-tile {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.section-expert-broadcasts__format-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section-expert-broadcasts__format-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(7151%) hue-rotate(346deg) brightness(92%) contrast(92%);
}

.section-expert-broadcasts__format-text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  text-align: center;
  line-height: 1.2;
}

.section-expert-tiles {
  --et-observer-threshold: 0.2;
  --et-observer-root-margin: 0px 0px -50px 0px;
  background: linear-gradient(180deg, #F7F5F2 0%, #F7F5F2 100%), #FAFAFA;
}
.section-expert-tiles .container {
  text-align: center;
}
.section-expert-tiles__heading--animate, .section-expert-tiles__subtitle--animate, .section-expert-tiles__tile--animate, .section-expert-tiles__cta--animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section-expert-tiles__tile--animate {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.3s ease;
}
.section-expert-tiles--animated .section-expert-tiles__heading--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.section-expert-tiles--animated .section-expert-tiles__subtitle--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate {
  opacity: 1;
  transform: translateY(0);
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(1) {
  transition-delay: 0.3s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(2) {
  transition-delay: 0.45s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(3) {
  transition-delay: 0.6s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(4) {
  transition-delay: 0.75s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(5) {
  transition-delay: 0.9s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(6) {
  transition-delay: 1.05s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(7) {
  transition-delay: 1.2s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(8) {
  transition-delay: 1.35s;
}
.section-expert-tiles--animated .section-expert-tiles__tile--animate:nth-child(9) {
  transition-delay: 1.5s;
}
.section-expert-tiles--animated .section-expert-tiles__cta--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.65s;
}
.section-expert-tiles--no-motion .section-expert-tiles__heading--animate, .section-expert-tiles--no-motion .section-expert-tiles__subtitle--animate, .section-expert-tiles--no-motion .section-expert-tiles__tile--animate, .section-expert-tiles--no-motion .section-expert-tiles__cta--animate {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .section-expert-tiles__heading--animate, .section-expert-tiles__subtitle--animate, .section-expert-tiles__tile--animate, .section-expert-tiles__cta--animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-expert-tiles__label {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #A58879;
  border-radius: 100px;
  padding: 8px 24px;
  margin-bottom: 8px;
  background-color: #fff;
  letter-spacing: 0.3px;
}
.section-expert-tiles__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1.5px;
  color: #181A1F;
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-expert-tiles__heading {
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 500;
  }
}
.section-expert-tiles__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #525252;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .section-expert-tiles__subtitle {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.section-expert-tiles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .section-expert-tiles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-expert-tiles__tile {
  background: #F1EFEC;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
}
.section-expert-tiles__tile:not(.section-expert-tiles__tile--animate) {
  transition: box-shadow 0.3s ease;
}
.section-expert-tiles__tile:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .section-expert-tiles__tile {
    padding: 24px;
  }
}
.section-expert-tiles__icon {
  margin-bottom: 20px;
}
.section-expert-tiles__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.section-expert-tiles__title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #181818;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section-expert-tiles__title {
    font-size: 20px;
  }
}
.section-expert-tiles__description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #525252;
  margin: 0;
}
.section-expert-tiles__cta .btn--primary {
  border-radius: 6px;
  color: #F7F5F2;
  background: #181A1F;
  padding: 12px 24px;
  border: 1px solid #F7F5F2;
  transition: background-color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease;
  min-width: 200px;
}
.section-expert-tiles__cta .btn--primary:hover {
  background-color: #E1D8CC;
  color: #181A1F;
  text-decoration: none;
}
.section-expert-tiles__cta .btn--primary:active {
  background-color: #E1D8CC;
  color: #181A1F;
  text-decoration: none;
}

/**
 * Find an Expert Module Styles
 * Adapted from Minnect Plugin styles
 */
.section-find-an-expert {
  width: 100%;
  background: linear-gradient(180deg, #F7F5F2 0%, #FFFFFF 100%);
}

.section-find-an-expert__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-find-an-expert__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  color: #181A1F;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-find-an-expert__heading {
    font-size: 30px;
    font-weight: 500;
  }
}

.section-find-an-expert__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #525252;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-find-an-expert__subtitle {
    padding: 0 12px;
  }
}

.find-expert-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Red Hat Display", sans-serif;
}

/* Categories Section */
.find-expert-categories-wrapper {
  margin-bottom: 24px;
  position: relative;
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.find-expert-categories-scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 8px 0;
  flex: 1;
  scroll-behavior: smooth;
}

/* Category Navigation Arrows */
.find-expert-category-arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
  padding: 0 !important;
  margin: 0 !important;
}

.find-expert-category-arrow:hover svg {
  color: rgba(0, 0, 0, 0.6);
}

.find-expert-category-arrow:active {
  transform: scale(0.95);
}

.find-expert-category-arrow svg {
  width: 20px;
  height: 20px;
  color: #333;
}

.find-expert-category-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.find-expert-category-arrow:disabled:hover {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.find-expert-categories-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.find-expert-categories-list {
  display: flex;
  gap: 8px;
  padding: 0 0;
  min-width: min-content;
}

.find-expert-category-tab {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #171717;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: 0;
}

.find-expert-category-tab:hover {
  background-color: #f5f5f5;
  border-color: #F0F0F0;
}

.find-expert-category-tab.active {
  background-color: #F0F0F0;
  color: #171717;
  border-color: #F0F0F0;
}

/* Section Titles */
.find-expert-section-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 14px 0;
  color: #181A1F;
}

/* Experts Sections */
.find-expert-experts-section {
  margin-bottom: 0px;
}

.find-expert-featured-section {
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.find-expert-experts-scroll,
.find-expert-featured-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding: 10px 0;
  margin-right: -10px;
}

.find-expert-experts-scroll::-webkit-scrollbar,
.find-expert-featured-scroll::-webkit-scrollbar {
  height: 8px;
}

.find-expert-experts-scroll::-webkit-scrollbar-track,
.find-expert-featured-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.find-expert-experts-scroll::-webkit-scrollbar-thumb,
.find-expert-featured-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.find-expert-experts-scroll::-webkit-scrollbar-thumb:hover,
.find-expert-featured-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.find-expert-experts-list,
.find-expert-featured-list {
  display: flex;
  gap: 12px;
  padding: 0;
  min-width: min-content;
}

/* Expert Card */
a.find-expert-expert-card {
  text-decoration: none;
  color: inherit;
}

.find-expert-expert-card {
  width: 230px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 405px;
}

.find-expert-expert-image {
  width: 230px;
  height: 270px !important;
  border-radius: 0;
  object-fit: cover;
  display: block;
  background: #f0f0f0;
  flex-shrink: 0;
}

.find-expert-expert-info {
  width: 100%;
  background: #f7f5f2;
  padding: 12px 0;
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
}

.find-expert-expert-card:hover .find-expert-expert-info {
  border-radius: 0;
}

.find-expert-expert-name {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0F1013;
  margin: 0 0 6px 0;
  padding: 0 16px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.find-expert-expert-byline {
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0F1013;
  line-height: 1.4;
  margin: 0;
  padding: 0 16px;
  min-height: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Send a Minnect Button */
.find-expert-send-button {
  display: none;
  width: 100%;
  padding: 12px 16px;
  background-color: #000 !important;
  color: #F7F5F2;
  border: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.find-expert-expert-card:hover .find-expert-send-button {
  display: flex;
}

.find-expert-send-button svg {
  flex-shrink: 0;
}

.find-expert-send-button:hover {
  background: #020202 !important;
}

/* Error State */
.find-expert-error {
  padding: 20px;
  text-align: center;
  color: #666;
  margin: 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.find-expert-error-message {
  padding: 40px 20px;
  text-align: center;
  color: #666;
  background-color: #f8f8f8;
  border-radius: 8px;
  margin: 20px 0;
  font-family: "Red Hat Display", sans-serif;
}
.find-expert-error-message p {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .find-expert-container {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .find-expert-container {
    padding: 0;
  }
  .find-expert-category-tab {
    padding: 6px 24px;
  }
}
/* Smooth scrolling */
.find-expert-categories-scroll,
.find-expert-experts-scroll,
.find-expert-featured-scroll {
  scroll-behavior: smooth !important;
}

/* Skeleton Loading States */
.find-expert-categories-skeleton,
.find-expert-experts-skeleton,
.find-expert-featured-skeleton {
  display: flex;
  gap: 10px;
  padding: 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.find-expert-skeleton-item {
  flex-shrink: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: find-expert-skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 20px;
}

.find-expert-skeleton-category {
  width: 120px;
  height: 40px;
}

.find-expert-skeleton-card {
  width: 230px;
  flex-shrink: 0;
}

.find-expert-skeleton-image {
  width: 230px;
  height: 270px;
  border-radius: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: find-expert-skeleton-loading 1.5s ease-in-out infinite;
  margin-bottom: 12px;
}

.find-expert-skeleton-text {
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: find-expert-skeleton-loading 1.5s ease-in-out infinite;
  margin-bottom: 8px;
}

.find-expert-skeleton-text-short {
  width: 80%;
}

@keyframes find-expert-skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.find-expert-cta {
  text-align: center;
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.find-expert-cta__wrapper {
  max-width: 449px;
  padding: 0 16px;
  width: 100%;
}

.find-expert-cta__text {
  font-family: "Red Hat Display", sans-serif;
  color: #181A1F;
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.find-expert-cta__button {
  display: block;
  width: 242px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 24px;
  background-color: #181a1f;
  color: #fff;
  text-decoration: none;
  border: 1px solid #181a1f;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  letter-spacing: -0.01em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 480px) {
  .find-expert-cta__button {
    width: auto;
  }
}
.find-expert-cta__button:hover, .find-expert-cta__button:focus-visible {
  text-decoration: none;
  color: #fff;
  background-color: #2c2f36;
  border-color: #2c2f36;
}
.find-expert-cta__button:active {
  text-decoration: none;
  color: #fff;
}
.find-expert-cta__button:focus {
  text-decoration: none;
}

/**
 * Challenge Module Styles
 */
.section-challenge {
  width: 100%;
  background: #F8F6F4;
}

.challenge-banner {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 32px 48px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.challenge-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.challenge-banner__title {
  font-family: "Red Hat Display", sans-serif;
  color: #F7F5F2;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  margin: 0;
}

.challenge-banner__subtitle {
  font-family: "Red Hat Display", sans-serif;
  color: #F7F5F2;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

.challenge-banner__button {
  display: inline-block;
  background-color: #ffffff;
  color: #181A1F;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: fit-content;
  align-self: center;
  font-weight: 500;
}
.challenge-banner__button:hover {
  text-decoration: none;
  background-color: #181A1F;
}
.challenge-banner__button:active {
  text-decoration: none;
  background-color: #181A1F;
}
.challenge-banner__button:focus {
  text-decoration: none;
}

.challenge-leading-experts {
  margin-bottom: 0;
}

.section-challenge--has-cta .challenge-leading-experts {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .section-challenge--has-cta .challenge-leading-experts {
    margin-bottom: 24px;
  }
}

.challenge-leading-experts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.challenge-leading-experts__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #181A1F;
  margin: 0;
}

.challenge-leading-experts__nav {
  display: flex;
  gap: 12px;
}

.challenge-leading-experts__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #F0EFEC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  color: #979797;
}
.challenge-leading-experts__arrow svg {
  width: 24px;
  height: 24px;
}
.challenge-leading-experts__arrow:hover:not(:disabled) {
  background: #F7F5F2;
}
.challenge-leading-experts__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.challenge-leading-experts__container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.challenge-leading-experts__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  padding: 0;
  min-width: min-content;
  transition: none;
}
@media screen and (min-width: 769px) {
  .challenge-leading-experts__track {
    will-change: transform;
  }
}

.challenge-leading-experts__marquee-set {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  flex-shrink: 0;
  box-sizing: border-box;
}

a.challenge-leading-experts__card {
  text-decoration: none;
  color: inherit;
}

.challenge-leading-experts__card {
  width: 230px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 405px;
  position: relative;
}

.challenge-leading-experts__image {
  width: 230px;
  height: 270px;
  border-radius: 0;
  object-fit: cover;
  display: block;
  background: #f0f0f0;
  flex-shrink: 0;
}

.challenge-leading-experts__info {
  width: 100%;
  background: #f7f5f2;
  padding: 12px 0;
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
}

.challenge-leading-experts__card:hover .challenge-leading-experts__info {
  border-radius: 0;
}

.challenge-leading-experts__name {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0F1013;
  margin: 0 0 6px 0;
  padding: 0 16px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.challenge-leading-experts__byline {
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  color: #0F1013;
  line-height: 1.4;
  margin: 0;
  padding: 0 16px;
  min-height: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.challenge-leading-experts__send-button {
  display: none;
  width: 100%;
  padding: 12px 16px;
  background-color: #000 !important;
  color: #fff;
  border: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  border-radius: 0 0 8px 8px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.challenge-leading-experts__send-button svg {
  flex-shrink: 0;
}

.challenge-leading-experts__card:hover .challenge-leading-experts__send-button {
  display: flex;
}

.challenge-leading-experts__send-button:hover {
  background: #333 !important;
}

.challenge-leading-experts__skeleton {
  display: flex;
  gap: 12px;
  padding: 0 20px;
  overflow-y: hidden;
}

.challenge-leading-experts__skeleton-card {
  width: 230px;
  flex-shrink: 0;
  min-height: 405px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.challenge-leading-experts__skeleton-image {
  width: 230px;
  height: 270px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: challenge-skeleton-loading 1.5s ease-in-out infinite;
}

.challenge-leading-experts__skeleton-text {
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: challenge-skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin: 8px 16px;
}

.challenge-leading-experts__skeleton-text-short {
  width: 60%;
}

@keyframes challenge-skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.challenge-leading-experts__error {
  padding: 40px 20px;
  text-align: center;
  color: #666;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.challenge-cta-wrapper {
  background-color: #FFFFFF;
  padding: 60px 16px;
}

.challenge-cta {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 769px) {
  .challenge-cta {
    max-width: 532px;
    margin-left: auto;
    margin-right: auto;
  }
}
.challenge-cta__text {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #181A1F;
  margin: 0 0 32px 0;
  line-height: 1.2;
}

.challenge-cta__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}

.challenge-cta__button {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease;
  box-sizing: border-box;
}
.challenge-cta__button--primary {
  background-color: #F7F5F2;
  color: #181A1F;
  border-color: #F7F5F2;
}
.challenge-cta__button--primary:hover {
  background-color: #E1D8CC;
  text-decoration: none;
  color: #181A1F;
}
.challenge-cta__button--primary:active {
  background-color: #E1D8CC;
  text-decoration: none;
  color: #181A1F;
}
.challenge-cta__button--primary:focus {
  text-decoration: none;
  color: #181A1F;
}
.challenge-cta__button--secondary {
  background-color: #181A1F;
  color: #F7F5F2;
}
.challenge-cta__button--secondary:hover {
  background-color: #181A1F;
  opacity: 1;
  text-decoration: none;
  color: #F7F5F2;
}
.challenge-cta__button--secondary:active {
  background-color: #181A1F;
  text-decoration: none;
  color: #F7F5F2;
}
.challenge-cta__button--secondary:focus {
  text-decoration: none;
  color: #F7F5F2;
}

@media screen and (max-width: 768px) {
  .challenge-banner {
    padding: 24px 32px;
    min-height: 374px;
  }
  .challenge-banner__title {
    font-size: 30px;
  }
  .challenge-banner__subtitle {
    font-size: 18px;
  }
  .challenge-leading-experts__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .challenge-leading-experts__nav {
    display: none;
  }
  .challenge-leading-experts__container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding: 10px 0;
    margin-right: -10px;
    scroll-behavior: smooth;
  }
  .challenge-leading-experts__container::-webkit-scrollbar {
    height: 8px;
  }
  .challenge-leading-experts__container::-webkit-scrollbar-track {
    background: transparent;
  }
  .challenge-leading-experts__container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  .challenge-leading-experts__container::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .challenge-leading-experts__track {
    padding-right: 20px;
  }
  .challenge-leading-experts__card {
    scroll-snap-align: start;
  }
  .challenge-cta-wrapper {
    padding: 40px 20px;
  }
  .challenge-cta {
    padding-left: 0;
    padding-right: 0;
  }
  .challenge-cta__buttons {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .challenge-cta__button {
    flex: 0 0 auto;
    width: 100%;
  }
}
.section-experts-stats {
  --experts-stats-count-duration: 1500;
  --experts-stats-count-stagger: 100;
  --experts-stats-box-duration: 0.5s;
  --experts-stats-box-stagger: 0.1;
  --experts-stats-box-translate-y: 20px;
  --experts-stats-observer-threshold: 0.2;
  --experts-stats-observer-root-margin: 0px 0px -50px 0px;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .section-experts-stats .section-experts-stats__stat {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-experts-stats {
  overflow: hidden;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}
.section-experts-stats--solid {
  background-color: #f7f5f2;
  background-size: auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .section-experts-stats--solid {
    padding: 40px 0;
  }
}
.section-experts-stats__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.section-experts-stats__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}
.section-experts-stats__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-experts-stats__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.section-experts-stats__intro-label {
  display: block;
  padding: 8px 24px;
  background-color: #ffffff;
  color: #a58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section-experts-stats__intro-heading {
  margin: 0 0 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #181a1f;
  text-align: center;
  max-width: 1160px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .section-experts-stats__intro-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
.section-experts-stats__intro-heading .section-experts-stats__intro-heading-accent {
  background: linear-gradient(270deg, #9a0f14 0%, #ec1c24 99.375%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ec1c24;
}
.section-experts-stats__intro-subtitle {
  margin: 0;
  max-width: 860px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #525252;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-experts-stats__intro-subtitle {
    padding: 0 12px;
  }
}
.section-experts-stats__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 60px;
  line-height: 1.2;
}
.section-experts-stats__heading span {
  color: #EC1C24;
}
@media screen and (max-width: 768px) {
  .section-experts-stats__heading {
    font-size: 30px;
    margin-bottom: 24px;
    padding: 0 20px;
    font-weight: 500;
  }
}
.section-experts-stats__grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .section-experts-stats__grid {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.section-experts-stats__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
  justify-content: center;
  padding: 20px 0;
  opacity: 0;
  transform: translateY(var(--experts-stats-box-translate-y));
  transition: opacity var(--experts-stats-box-duration) ease-out, transform var(--experts-stats-box-duration) ease-out;
}
.section-experts-stats.is-animated .section-experts-stats__stat {
  opacity: 1;
  transform: translateY(0);
}
.section-experts-stats.is-animated .section-experts-stats__stat:nth-child(1) {
  transition-delay: calc(var(--experts-stats-box-stagger) * 0 * 1s);
}
.section-experts-stats.is-animated .section-experts-stats__stat:nth-child(2) {
  transition-delay: calc(var(--experts-stats-box-stagger) * 1 * 1s);
}
.section-experts-stats.is-animated .section-experts-stats__stat:nth-child(3) {
  transition-delay: calc(var(--experts-stats-box-stagger) * 2 * 1s);
}
.section-experts-stats.is-animated .section-experts-stats__stat:nth-child(4) {
  transition-delay: calc(var(--experts-stats-box-stagger) * 3 * 1s);
}
.section-experts-stats.is-animated .section-experts-stats__stat:nth-child(5) {
  transition-delay: calc(var(--experts-stats-box-stagger) * 4 * 1s);
}
.section-experts-stats.is-animated .section-experts-stats__stat:nth-child(6) {
  transition-delay: calc(var(--experts-stats-box-stagger) * 5 * 1s);
}
.section-experts-stats__stat + .section-experts-stats__stat {
  border-left: 2px solid #E6E2DB;
}
@media screen and (max-width: 768px) {
  .section-experts-stats__stat {
    flex: none;
    width: 60%;
    padding-bottom: 12px;
  }
  .section-experts-stats__stat + .section-experts-stats__stat {
    border-left: none;
    border-top: 2px solid #E6E2DB;
    padding-top: 24px;
  }
}
.section-experts-stats__value {
  font-family: "Red Hat Display", sans-serif;
  font-size: 54px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .section-experts-stats__value {
    font-size: 46px;
  }
}
.section-experts-stats__label {
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.4;
}
.section-experts-stats__sublabel {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

/**
 * Expertise Protected Module Styles
 */
.section-expertise-protected {
  --ep-reveal-duration: 0.55s;
  --ep-reveal-stagger: 0.1;
  --ep-reveal-translate: 28px;
  --ep-observer-threshold: 0.2;
  --ep-observer-root-margin: 0px 0px -8% 0px;
  width: 100%;
  background: #F7F5F2;
}
.section-expertise-protected .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-expertise-protected__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 968px) {
  .section-expertise-protected__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.section-expertise-protected__content {
  max-width: 486px;
}
@media screen and (max-width: 968px) {
  .section-expertise-protected__content {
    text-align: center;
    margin: 0 auto;
  }
}
.section-expertise-protected__label {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #A58879;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 8px 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 968px) {
  .section-expertise-protected__label {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-expertise-protected__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1.5px;
  color: #181A1F;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .section-expertise-protected__heading {
    font-size: 40px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 480px) {
  .section-expertise-protected__heading {
    font-size: 32px;
  }
}
.section-expertise-protected__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #525252;
  margin: 0;
}
.section-expertise-protected__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 968px) {
  .section-expertise-protected__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .section-expertise-protected__cards {
    grid-template-columns: 1fr;
  }
}
.section-expertise-protected__card {
  background: #F1EFEC;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}
.section-expertise-protected__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  .section-expertise-protected__card {
    padding: 24px;
    display: flex;
  }
}
.section-expertise-protected__icon {
  margin-bottom: 16px;
}
.section-expertise-protected__icon img {
  min-width: 32px;
  height: auto;
  display: block;
  margin-right: 12px;
}
.section-expertise-protected__text {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  color: #181A1F;
  margin: 0;
}
.section-expertise-protected__reveal {
  opacity: 0;
  transform: translateY(var(--ep-reveal-translate));
  transition: opacity var(--ep-reveal-duration) ease-out, transform var(--ep-reveal-duration) ease-out;
  transition-delay: calc(var(--ep-reveal-order, 0) * var(--ep-reveal-stagger) * 1s);
  will-change: opacity, transform;
}
.section-expertise-protected--animated .section-expertise-protected__reveal {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}
.section-expertise-protected--no-motion .section-expertise-protected__reveal {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .section-expertise-protected__reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
@media screen and (min-width: 969px) {
  .section-expertise-protected--split-55-45 .section-expertise-protected__inner {
    grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  }
}

@media screen and (min-width: 969px) {
  .section-expertise-protected--split-60-40 .section-expertise-protected__inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
}

@media screen and (min-width: 969px) {
  .section-expertise-protected--split-55-45 .section-expertise-protected__content,
  .section-expertise-protected--split-60-40 .section-expertise-protected__content {
    max-width: none;
  }
}

@media screen and (min-width: 969px) {
  .section-expertise-protected--media-right .section-expertise-protected__inner {
    align-items: center;
  }
}
@media screen and (max-width: 968px) {
  .section-expertise-protected--media-right .section-expertise-protected__inner {
    gap: 24px;
  }
}
.section-expertise-protected--media-right .section-expertise-protected__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 566px;
  margin-left: auto;
  margin-right: -50px;
}
.section-expertise-protected--media-right .section-expertise-protected__media-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (breakpoint-sm) {
  .section-expertise-protected--media-right .section-expertise-protected__media-img {
    margin-right: -60px;
  }
}
@media screen and (max-width: 968px) {
  .section-expertise-protected--media-right .section-expertise-protected__heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
}

/**
 * Learning Hub Module Styles
 */
.section-learning-hub {
  padding: 100px 0;
  background-color: #FAF9F9;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .section-learning-hub {
    padding: 48px 0;
  }
}

.section-learning-hub__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-learning-hub__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #181A1F;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-learning-hub__heading {
    font-size: 30px;
    font-weight: 500;
  }
}

.section-learning-hub__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #525252;
  margin-top: 0;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-learning-hub__subtitle {
    margin-bottom: 24px;
  }
}

.section-learning-hub__rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-learning-hub__row {
  width: 100%;
  border-top: 1px solid #D4D4D4;
  padding-top: 24px;
}
.section-learning-hub__row--first {
  border-top: 1px solid #D4D4D4;
}
.section-learning-hub__row--last {
  border-bottom: none;
}
.section-learning-hub__row--single {
  border-top: none;
  padding-top: 0;
}

.section-learning-hub__row-heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #181A1F;
  margin: 0 0 24px 0;
  text-align: left;
}
@media screen and (max-width: 968px) {
  .section-learning-hub__row-heading {
    margin-bottom: 24px;
  }
}

.section-learning-hub__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
}
@media screen and (max-width: 968px) {
  .section-learning-hub__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.section-learning-hub__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
}

.section-learning-hub__thumbnail-wrapper {
  width: 358px;
  max-width: 100%;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 968px) {
  .section-learning-hub__thumbnail-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.section-learning-hub__thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.section-learning-hub__thumbnail .section-learning-hub__center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.section-learning-hub__thumbnail .section-learning-hub__center-icon img {
  width: 53px;
  height: 53px;
  object-fit: contain;
  pointer-events: none;
}
.section-learning-hub__thumbnail .section-learning-hub__badge {
  position: absolute;
  bottom: 50px;
  left: 24px;
  background-color: #FFFFFF;
  color: #181A1F;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  border-radius: 9999px;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.section-learning-hub__thumbnail .section-learning-hub__overlay-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #FFFFFF;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.section-learning-hub__thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  z-index: 1;
}
.section-learning-hub__thumbnail--clickable {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}
.section-learning-hub__thumbnail--clickable:focus {
  outline: 2px solid #181A1F;
  outline-offset: 2px;
}

.section-learning-hub__right {
  display: flex;
  flex-direction: column;
}

.section-learning-hub__accordion {
  display: flex;
  flex-direction: column;
  width: 90%;
}
@media screen and (max-width: 769px) {
  .section-learning-hub__accordion {
    width: 100%;
  }
}

.section-learning-hub__accordion-item {
  outline: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #D4D4D4;
}
.section-learning-hub__accordion-item--first {
  border-top: 1px solid #D4D4D4;
}
.section-learning-hub__accordion-item--last {
  border-bottom: none;
}
.section-learning-hub__accordion-item--active {
  outline: none;
  border-left: none;
  border-right: none;
}

.section-learning-hub__accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.2s ease;
  outline: none;
}
.section-learning-hub__accordion-button:hover {
  opacity: 0.8;
}
.section-learning-hub__accordion-button:focus {
  outline: none;
}
.section-learning-hub__accordion-button:focus-visible {
  outline: none;
}

.section-learning-hub__accordion-question {
  flex: 1;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  line-height: 1.5;
  margin-right: 24px;
}

.section-learning-hub__accordion-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.section-learning-hub__accordion-icon svg {
  width: 24px;
  height: 24px;
}

.section-learning-hub__accordion-item--active .section-learning-hub__accordion-icon {
  transform: rotate(45deg);
}

.section-learning-hub__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.section-learning-hub__accordion-item--active .section-learning-hub__accordion-content {
  max-height: 1000px;
}

.section-learning-hub__accordion-answer {
  padding-bottom: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
}

.section-learning-hub__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 72px;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .section-learning-hub__cta {
    margin-top: 48px;
    gap: 12px;
  }
}

.section-learning-hub__cta-heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #181A1F;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .section-learning-hub__cta-heading {
    font-size: 28px;
  }
}

.section-learning-hub__cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #F7F5F2;
  color: #171717;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity 0.3s ease, transform 0.2s ease;
  margin-top: 12px;
}
.section-learning-hub__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  text-decoration: none;
  color: #171717;
}
.section-learning-hub__cta-button:active {
  opacity: 0.85;
  transform: translateY(0);
}
.section-learning-hub__cta-button:focus {
  outline: 2px solid #171717;
  outline-offset: 2px;
  color: #171717;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .section-learning-hub__cta-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.learning-hub-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: visible;
}

.learning-hub-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}

.learning-hub-modal__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  z-index: 10000;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: learning-hub-modal-fade-in 0.3s ease;
}

@keyframes learning-hub-modal-fade-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.learning-hub-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(24, 26, 31, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: background-color 0.2s ease, transform 0.2s ease;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.learning-hub-modal__close:hover {
  background-color: rgb(24, 26, 31);
  transform: scale(1.1);
}
.learning-hub-modal__close:active {
  transform: scale(0.95);
}
.learning-hub-modal__close:focus {
  outline: 2px solid #181A1F;
  outline-offset: 2px;
}
.learning-hub-modal__close svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 769px) {
  .learning-hub-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
  .learning-hub-modal__close svg {
    width: 18px;
    height: 18px;
  }
}

.learning-hub-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 12px;
}

.learning-hub-modal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: auto;
  touch-action: manipulation;
}
.learning-hub-modal__video:not(.learning-hub-modal__video--embed) {
  object-fit: contain;
}

@media screen and (max-width: 769px) {
  .learning-hub-modal {
    padding: 10px;
  }
  .learning-hub-modal__content {
    max-height: 85vh;
    border-radius: 8px;
  }
  .learning-hub-modal__video-wrapper {
    padding-bottom: 56.25%;
  }
}
/**
 * Two Ways to Minnect Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-two-ways-to-minnect {
  --twtm-box-duration: 0.6s;
  --twtm-box-stagger: 0.2;
  --twtm-box-translate-y: 40px;
  --twtm-observer-threshold: 0.2;
  --twtm-observer-root-margin: 0px 0px -50px 0px;
  padding: 100px 0;
  background-color: #F7F5F2;
  color: #181A1F;
  position: relative;
  width: 100%;
}
.section-two-ways-to-minnect .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .section-two-ways-to-minnect {
    padding: 48px 0;
  }
}

.section-two-ways-to-minnect__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-two-ways-to-minnect__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #181A1F;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-two-ways-to-minnect__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
  }
}

.section-two-ways-to-minnect__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #525252;
  margin-top: 0;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-two-ways-to-minnect__subtitle {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}

.section-two-ways-to-minnect__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .section-two-ways-to-minnect__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.section-two-ways-to-minnect__column {
  background-color: #EEEAE4;
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
}
.section-two-ways-to-minnect__column--right {
  background-color: rgba(238, 234, 229, 0.5019607843);
}
.section-two-ways-to-minnect__column--animate {
  opacity: 0;
  transform: translateY(var(--twtm-box-translate-y));
  transition: opacity var(--twtm-box-duration) ease-out, transform var(--twtm-box-duration) ease-out;
}
.section-two-ways-to-minnect--animated .section-two-ways-to-minnect__column--animate {
  opacity: 1;
  transform: translateY(0);
}
.section-two-ways-to-minnect--animated .section-two-ways-to-minnect__column--animate.section-two-ways-to-minnect__column--left {
  transition-delay: 0s;
}
.section-two-ways-to-minnect--animated .section-two-ways-to-minnect__column--animate.section-two-ways-to-minnect__column--right {
  transition-delay: calc(var(--twtm-box-stagger) * 1s);
}

.section-two-ways-to-minnect--no-motion .section-two-ways-to-minnect__column--animate {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .section-two-ways-to-minnect__column--animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-two-ways-to-minnect__column-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-two-ways-to-minnect__column-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.section-two-ways-to-minnect__column-title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #181A1F;
  text-align: left;
}

.section-two-ways-to-minnect__column-description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.section-two-ways-to-minnect__items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-two-ways-to-minnect__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.section-two-ways-to-minnect__item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-two-ways-to-minnect__item-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  color: #1C1B1F;
}

.section-two-ways-to-minnect__item-text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
  flex: 1;
}

.section-two-ways-to-minnect__button {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.5s ease, opacity 0.5s ease, border-color 0.5s ease;
  border: none;
  margin-top: 48px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.section-two-ways-to-minnect__button--left {
  background-color: #F7F5F2;
  color: #171717 !important;
}
.section-two-ways-to-minnect__button--left:hover, .section-two-ways-to-minnect__button--left:focus, .section-two-ways-to-minnect__button--left:active {
  color: #171717 !important;
  text-decoration: none !important;
  background-color: #E1D8CC;
  opacity: 0.95;
}
.section-two-ways-to-minnect__button--right {
  background-color: #181A1F;
  color: #F7F5F2 !important;
}
.section-two-ways-to-minnect__button--right:hover, .section-two-ways-to-minnect__button--right:focus, .section-two-ways-to-minnect__button--right:active {
  color: #F7F5F2 !important;
  text-decoration: none !important;
  background-color: #181A1F;
}
@media screen and (max-width: 769px) {
  .section-two-ways-to-minnect__button {
    font-size: 17px;
    font-weight: 500;
    padding: 12px 24px;
  }
}

/**
 * Human Knowledge Economy — four-column section (Figma: The rise)
 * Why the Timing Is Now: entrance animation on scroll + cursor-tracking background
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-human-knowledge-economy {
  --hke-observer-threshold: 0.2;
  --hke-observer-root-margin: 0px 0px -50px 0px;
  --hke-cursor-intensity: 20px;
  --cursor-offset-x: 0px;
  --cursor-offset-y: 0px;
  position: relative;
  width: 100%;
  color: #f7f5f2;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .section-human-knowledge-economy {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.section-human-knowledge-economy__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.section-human-knowledge-economy__bg--cursor-track {
  inset: auto;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: translate(var(--cursor-offset-x), var(--cursor-offset-y));
}
.section-human-knowledge-economy__bg-base {
  position: absolute;
  inset: 0;
  background: #fafafa;
}
.section-human-knowledge-economy__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-human-knowledge-economy {
  /* &__bg-gradient {
     position: absolute;
     inset: 0;
     background: linear-gradient(
       180deg,
       rgba(247, 245, 242, 0) 0%,
       rgba(63, 63, 63, 0.5) 42.39%,
       #000000 100%
     );
     mix-blend-mode: overlay;
   } */
}
.section-human-knowledge-economy .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.section-human-knowledge-economy__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-human-knowledge-economy__heading--animate, .section-human-knowledge-economy__subtitle--animate, .section-human-knowledge-economy__card--animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__heading--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__subtitle--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__card--animate {
  opacity: 1;
  transform: translateY(0);
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__card--animate:nth-child(1) {
  transition-delay: 0.3s;
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__card--animate:nth-child(2) {
  transition-delay: 0.45s;
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__card--animate:nth-child(3) {
  transition-delay: 0.6s;
}
.section-human-knowledge-economy--animated .section-human-knowledge-economy__card--animate:nth-child(4) {
  transition-delay: 0.75s;
}
.section-human-knowledge-economy--no-motion .section-human-knowledge-economy__heading--animate, .section-human-knowledge-economy--no-motion .section-human-knowledge-economy__subtitle--animate, .section-human-knowledge-economy--no-motion .section-human-knowledge-economy__card--animate {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .section-human-knowledge-economy__heading--animate, .section-human-knowledge-economy__subtitle--animate, .section-human-knowledge-economy__card--animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-human-knowledge-economy__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #f7f5f2;
  border-radius: 9999px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #a58879;
  text-align: center;
}
.section-human-knowledge-economy__heading {
  margin: 0;
  max-width: 1250px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #f7f5f2;
  text-align: center;
  overflow-wrap: break-word;
}
@media screen and (max-width: 769px) {
  .section-human-knowledge-economy__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
  }
}
.section-human-knowledge-economy__subtitle {
  margin: 0;
  max-width: 838px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #f7f5f2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-human-knowledge-economy__subtitle {
    max-width: 310px;
  }
}
.section-human-knowledge-economy__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  .section-human-knowledge-economy__cards {
    grid-template-columns: repeat(4, 282px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1239px) {
  .section-human-knowledge-economy__cards {
    grid-template-columns: repeat(2, 282px);
  }
}
@media screen and (max-width: 769px) {
  .section-human-knowledge-economy__cards {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.section-human-knowledge-economy__card {
  position: relative;
  z-index: 0;
  display: flex;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  max-width: 350px;
  padding: 1px;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
}
.section-human-knowledge-economy__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  box-sizing: border-box;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.35) 35%, rgba(255, 255, 255, 0.12) 65%, rgba(255, 255, 255, 0.58) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (min-width: 770px) {
  .section-human-knowledge-economy__card {
    width: 282px;
    max-width: 282px;
    min-height: 244px;
  }
}
.section-human-knowledge-economy__card-inner {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 19px;
  overflow: hidden;
  background: transparent;
}
.section-human-knowledge-economy__card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media (prefers-reduced-motion: reduce) {
  .section-human-knowledge-economy__card-inner::after {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.section-human-knowledge-economy__card-icon {
  position: relative;
  z-index: 1;
  flex: none;
  flex-grow: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: translateZ(0);
}
.section-human-knowledge-economy__card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}
.section-human-knowledge-economy__card-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-grow: 0;
  gap: 8px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  transform: translateZ(0);
}
@media screen and (max-width: 769px) {
  .section-human-knowledge-economy__card-text {
    max-width: none;
  }
}
.section-human-knowledge-economy__card-title {
  margin: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-grow: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #f7f5f2;
}
.section-human-knowledge-economy__card-description {
  margin: 0;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-grow: 0;
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #f7f5f2;
}

/**
 * The Problem We Solve — two column (Figma: dark bg, image left / copy right)
 * Cursor-tracking background (same behavior as Human Knowledge Economy)
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-problem-we-solve {
  --pws-cursor-intensity: 20px;
  --cursor-offset-x: 0px;
  --cursor-offset-y: 0px;
  position: relative;
  width: 100%;
  color: #f7f5f2;
  overflow: hidden;
}
@media screen and (max-width: 968px) {
  .section-problem-we-solve {
    padding-top: 40px;
  }
}
.section-problem-we-solve__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.section-problem-we-solve__bg--cursor-track {
  inset: auto;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: translate(var(--cursor-offset-x), var(--cursor-offset-y));
}
.section-problem-we-solve__bg-base {
  position: absolute;
  inset: 0;
  background: #fafafa;
}
.section-problem-we-solve__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-problem-we-solve .container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
}
@media screen and (min-width: 969px) {
  .section-problem-we-solve--no-foreground .section-problem-we-solve__content {
    grid-column: 1/-1;
    max-width: 840px;
  }
}
.section-problem-we-solve__inner {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 13fr);
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 968px) {
  .section-problem-we-solve__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-problem-we-solve__content {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  box-sizing: border-box;
  align-self: start;
  margin-bottom: 60px;
}
@media screen and (max-width: 968px) {
  .section-problem-we-solve__content {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding: 0 2px;
    margin-bottom: 0px;
  }
}
.section-problem-we-solve__media {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 436px;
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 968px) {
  .section-problem-we-solve__media {
    grid-column: 1;
    grid-row: 2;
    max-width: 352px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-problem-we-solve__media-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.section-problem-we-solve__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #f7f5f2;
  border-radius: 9999px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #a58879;
}
.section-problem-we-solve__heading {
  margin: 0;
  max-width: 800px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #f7f5f2;
  overflow-wrap: break-word;
}
@media screen and (max-width: 968px) {
  .section-problem-we-solve__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.3px;
    max-width: none;
  }
}
.section-problem-we-solve__subtitle {
  margin: 0;
  max-width: 800px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #f7f5f2;
}
@media screen and (max-width: 968px) {
  .section-problem-we-solve__subtitle {
    max-width: none;
  }
}

/**
 * Human Expertise Wins Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-human-expertise-wins {
  background: linear-gradient(135deg, #181A1F 0%, #5F6167 100%);
  color: #F7F5F2;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.section-human-expertise-wins::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.section-human-expertise-wins[data-overlay=true]::before {
  display: block;
}
.section-human-expertise-wins .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .section-human-expertise-wins {
    padding: 48px 0;
  }
}
.section-human-expertise-wins--intro {
  --hew-count-duration: 1500;
  --hew-count-stagger: 120;
  --hew-intro-duration: 0.55s;
  --hew-intro-stagger: 0.08;
  --hew-intro-translate: 16px;
  --hew-block-reveal-delay: 0.22s;
  --hew-block-stagger: 0.1;
  --hew-block-count: 1;
  --hew-phone-fade-extra: 1s;
  --hew-observer-threshold: 0.2;
  --hew-observer-root-margin: 0px 0px -8% 0px;
}
@media (prefers-reduced-motion: reduce) {
  .section-human-expertise-wins--intro .section-human-expertise-wins__intro-seq, .section-human-expertise-wins--intro .section-human-expertise-wins__block--intro, .section-human-expertise-wins--intro .section-human-expertise-wins__phone--intro {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.section-human-expertise-wins--intro .section-human-expertise-wins__intro-seq {
  opacity: 0;
  transform: translateY(var(--hew-intro-translate));
  transition: opacity var(--hew-intro-duration) cubic-bezier(0.22, 1, 0.36, 1), transform var(--hew-intro-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.section-human-expertise-wins--intro.is-animated .section-human-expertise-wins__intro-seq {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--hew-intro-stagger) * var(--hew-seq, 0) * 1s);
}

.section-human-expertise-wins--intro .section-human-expertise-wins__block--intro {
  opacity: 0;
  transform: translateY(var(--hew-intro-translate));
  transition: opacity var(--hew-intro-duration) cubic-bezier(0.22, 1, 0.36, 1), transform var(--hew-intro-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.section-human-expertise-wins--intro.is-animated .section-human-expertise-wins__block--intro {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--hew-block-reveal-delay) + var(--hew-block-stagger) * var(--hew-block-index, 0) * 1s);
}

.section-human-expertise-wins--intro .section-human-expertise-wins__phone--intro {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  transition-duration: calc(var(--hew-intro-duration) + (var(--hew-block-count, 1) - 1) * var(--hew-block-stagger) * 1s + var(--hew-phone-fade-extra, 0.75s));
}

.section-human-expertise-wins--intro.is-animated .section-human-expertise-wins__phone--intro {
  opacity: 1;
  transition-delay: calc(var(--hew-block-reveal-delay) + var(--hew-block-stagger) * var(--hew-phone-block-index, 0) * 1s);
}

.section-human-expertise-wins__stat-value {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  min-width: 0.5em;
}

.section-human-expertise-wins__label {
  display: block;
  padding: 8px 24px;
  background-color: #000;
  color: #616672;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-human-expertise-wins__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #F7F5F2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-human-expertise-wins__heading {
    font-size: 30px;
  }
}

.section-human-expertise-wins__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F7F5F2;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-human-expertise-wins__subtitle {
    padding: 0 12px;
  }
}

.section-human-expertise-wins__inner {
  display: grid;
  grid-template-columns: 66% 1fr;
  gap: 48px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 24px;
}
@media screen and (max-width: 1100px) {
  .section-human-expertise-wins__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 0;
  }
}

.section-human-expertise-wins__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .section-human-expertise-wins__content {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .section-human-expertise-wins__content {
    gap: 24px;
  }
}

.section-human-expertise-wins__block {
  width: 100%;
  border-top: 1px solid #374151;
  padding-top: 24px;
}

.section-human-expertise-wins__block-inner {
  display: grid;
  grid-template-columns: 282px 1fr;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .section-human-expertise-wins__block-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.section-human-expertise-wins__block-large-text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: #F7F5F2;
  width: 100%;
  max-width: 282px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 769px) {
  .section-human-expertise-wins__block-large-text {
    font-size: 54px;
  }
}

.section-human-expertise-wins__block-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.section-human-expertise-wins__block-description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F7F5F2;
  line-height: 1.6;
  margin: 0;
}

.section-human-expertise-wins__items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-human-expertise-wins__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.section-human-expertise-wins__item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-human-expertise-wins__item-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  color: #F7F5F2;
}

.section-human-expertise-wins__item-text {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F7F5F2;
  line-height: 1.6;
  flex: 1;
}

.section-human-expertise-wins__phone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .section-human-expertise-wins__phone {
    width: 100%;
    order: -1;
    margin-bottom: 24px;
  }
}

.section-human-expertise-wins__phone-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .section-human-expertise-wins__phone-wrapper {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .section-human-expertise-wins__phone-wrapper {
    max-width: 228px;
  }
}
.section-human-expertise-wins__phone-wrapper--layered {
  --hew-phone-screen-inset-t: 5px;
  --hew-phone-screen-inset-x: 8px;
  --hew-phone-screen-inset-b: 5px;
  --hew-phone-screen-radius: 48px;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .section-human-expertise-wins__phone-wrapper--layered {
    max-width: 380px;
  }
}
@media screen and (max-width: 769px) {
  .section-human-expertise-wins__phone-wrapper--layered {
    --hew-phone-screen-radius: 48px;
  }
}
@media screen and (max-width: 480px) {
  .section-human-expertise-wins__phone-wrapper--layered {
    max-width: 228px;
    --hew-phone-screen-radius: 32px;
    --hew-phone-screen-inset-t: 3px;
    --hew-phone-screen-inset-x: 6px;
    --hew-phone-screen-inset-b: 3px;
  }
}
.section-human-expertise-wins__phone-wrapper--layered-fallback-ar {
  aspect-ratio: 9/19.5;
}

.section-human-expertise-wins__phone-screen {
  position: absolute;
  z-index: 1;
  top: var(--hew-phone-screen-inset-t);
  right: var(--hew-phone-screen-inset-x);
  bottom: var(--hew-phone-screen-inset-b);
  left: var(--hew-phone-screen-inset-x);
  pointer-events: none;
}

.section-human-expertise-wins__phone-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--hew-phone-screen-radius, 38px);
  pointer-events: none;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.section-human-expertise-wins__phone-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
}
.section-human-expertise-wins__phone-image--frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  border-radius: 0;
}

.section-human-expertise-wins__phone-video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: fill;
  border-radius: 8px;
}

/**
 * Everything Minnect Offers Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-everything-minnect-offers {
  padding: 100px 0 0 0;
  background-color: #181818;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  color: #F7F5F2;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-everything-minnect-offers .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .section-everything-minnect-offers {
    padding: 48px 0;
  }
}

.section-everything-minnect-offers__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-everything-minnect-offers__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 12px auto;
  max-width: 940px;
  color: #F7F5F2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section-everything-minnect-offers__heading {
    font-size: 2rem;
  }
}

.section-everything-minnect-offers__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #F7F5F2;
  margin-top: 0px;
  margin-bottom: 48px;
  line-height: 1.4;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .section-everything-minnect-offers__subtitle {
    padding: 0 12px;
  }
}

.section-everything-minnect-offers__tabs--desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto 48px auto;
  flex-wrap: wrap;
  width: fit-content;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
}
@media screen and (max-width: 769px), (orientation: landscape) and (max-width: 1024px) {
  .section-everything-minnect-offers__tabs--desktop {
    display: none;
  }
}

.section-everything-minnect-offers__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 24px;
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #F7F5F2;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  height: 34px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
}
.section-everything-minnect-offers__tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.section-everything-minnect-offers__tab--active {
  background-color: #F0F0F0;
  color: #171717;
  border-color: #F0F0F0;
}
.section-everything-minnect-offers__tab--active:hover {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}

.section-everything-minnect-offers__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section-everything-minnect-offers__tab-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.section-everything-minnect-offers__tab-text {
  display: block;
  letter-spacing: -0.03em;
}

.section-everything-minnect-offers__tabs-wrapper--mobile {
  display: none;
}
@media screen and (max-width: 769px), (orientation: landscape) and (max-width: 1024px) {
  .section-everything-minnect-offers__tabs-wrapper--mobile {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 48px;
    position: relative;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    padding: 0 0px;
  }
}

.section-everything-minnect-offers__tabs-scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 9px 0;
  flex: 1;
  scroll-behavior: smooth;
}
.section-everything-minnect-offers__tabs-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.section-everything-minnect-offers__tabs-list {
  display: flex;
  gap: 8px;
  padding: 0;
  min-width: min-content;
}

.section-everything-minnect-offers__tab--mobile {
  padding: 6px 14px !important;
  border-radius: 40px !important;
  background-color: transparent !important;
  border: 1px solid transparent;
  color: #F7F5F2 !important;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: 0 !important;
  height: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-everything-minnect-offers__tab--mobile:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.section-everything-minnect-offers__tab--mobile.section-everything-minnect-offers__tab--active {
  background-color: #F0F0F0 !important;
  color: #171717 !important;
  border-color: #F0F0F0 !important;
}
.section-everything-minnect-offers__tab--mobile.section-everything-minnect-offers__tab--active:hover {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
}

.section-everything-minnect-offers__tab-arrow {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
  padding: 0 !important;
  margin: 0 !important;
}
.section-everything-minnect-offers__tab-arrow:hover svg {
  color: rgba(0, 0, 0, 0.6);
}
.section-everything-minnect-offers__tab-arrow:active {
  transform: scale(0.95);
}
.section-everything-minnect-offers__tab-arrow svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.section-everything-minnect-offers__tab-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.section-everything-minnect-offers__tab-arrow:disabled:hover {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-everything-minnect-offers__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 769px), (orientation: landscape) and (max-width: 1024px) {
  .section-everything-minnect-offers__inner {
    flex-direction: column;
    gap: 48px;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.section-everything-minnect-offers__cards--desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 600px;
  z-index: 1;
}
@media screen and (max-width: 769px), (orientation: landscape) and (max-width: 1024px) {
  .section-everything-minnect-offers__cards--desktop {
    display: none;
  }
}

.section-everything-minnect-offers__cards-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 380px;
  width: 100%;
  z-index: 2;
}
.section-everything-minnect-offers__cards-column--left {
  left: calc(50% - 200px - 380px);
}
.section-everything-minnect-offers__cards-column--right {
  left: calc(50% + 200px);
}

.section-everything-minnect-offers__card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 24px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  max-width: 380px;
  width: 100%;
  box-sizing: border-box;
}
.section-everything-minnect-offers__card--top-left.is-active {
  background: rgba(240, 240, 240, 0.5);
  border-color: rgba(240, 240, 240, 0.5);
}
.section-everything-minnect-offers__card--top-left.is-active .section-everything-minnect-offers__card-title,
.section-everything-minnect-offers__card--top-left.is-active .section-everything-minnect-offers__card-description {
  color: #171717;
}

.section-everything-minnect-offers__card-title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #F7F5F2;
  margin-bottom: 6px;
  line-height: 1.3;
}

.section-everything-minnect-offers__card-description {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #F7F5F2;
  line-height: 1.4;
  margin: 0;
}

.section-everything-minnect-offers__phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  box-sizing: border-box;
  z-index: 2;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 769px), (orientation: landscape) and (max-width: 1024px) {
  .section-everything-minnect-offers__phone {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 250px;
    order: -1;
    margin-bottom: 24px;
  }
}

.section-everything-minnect-offers__phone-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.section-everything-minnect-offers__phone-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 38px;
  pointer-events: none;
  isolation: isolate;
}
@media screen and (max-width: 769px) {
  .section-everything-minnect-offers__phone-video-wrapper {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    border-radius: 33px;
  }
}

.section-everything-minnect-offers__phone-video {
  object-fit: fill;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 8px;
}

.section-everything-minnect-offers__phone-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .section-everything-minnect-offers__phone-image {
    max-width: 250px;
  }
}

.section-everything-minnect-offers__mobile-carousel {
  display: none;
}
@media screen and (max-width: 769px), (orientation: landscape) and (max-width: 1024px) {
  .section-everything-minnect-offers__mobile-carousel {
    display: flex;
    position: relative;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 10px;
  }
}

.section-everything-minnect-offers__mobile-carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  transition: height 0.25s ease;
}

.section-everything-minnect-offers__mobile-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  width: 100%;
  align-items: flex-start;
}

.section-everything-minnect-offers__mobile-carousel-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 0px 12px;
  box-sizing: border-box;
  min-height: 0;
  display: flex;
  align-items: flex-start;
}

.section-everything-minnect-offers__mobile-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  text-align: center;
}
.section-everything-minnect-offers__mobile-card .section-everything-minnect-offers__card-title {
  font-size: 18px;
  font-weight: 600;
  color: #F7F5F2;
  margin-bottom: 12px;
  line-height: 1.3;
}
.section-everything-minnect-offers__mobile-card .section-everything-minnect-offers__card-description {
  font-size: 15px;
  font-weight: 400;
  color: #F7F5F2;
  line-height: 1.6;
  margin: 0;
}

.section-everything-minnect-offers__mobile-carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  color: #F7F5F2;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  padding: 8px;
}
.section-everything-minnect-offers__mobile-carousel-arrow:hover {
  opacity: 0.8;
}
.section-everything-minnect-offers__mobile-carousel-arrow:active {
  opacity: 0.6;
}
.section-everything-minnect-offers__mobile-carousel-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}
.section-everything-minnect-offers__mobile-carousel-arrow--next svg {
  transform: rotate(180deg);
}
.section-everything-minnect-offers__mobile-carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-life-chapters {
  --lc-observer-threshold: 0.2;
  --lc-observer-root-margin: 0px 0px -50px 0px;
  background: #F7F5F2;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-life-chapters {
    padding: 60px 0;
  }
}
.section-life-chapters__label--animate, .section-life-chapters__heading--animate, .section-life-chapters__subtitle--animate, .section-life-chapters__card--animate {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}
.section-life-chapters--animated .section-life-chapters__label--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.section-life-chapters--animated .section-life-chapters__heading--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.12s;
}
.section-life-chapters--animated .section-life-chapters__subtitle--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.24s;
}
.section-life-chapters--animated .section-life-chapters__card--animate {
  opacity: 1;
  transform: translateY(0);
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(1) {
  transition-delay: 0.36s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(2) {
  transition-delay: 0.48s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(3) {
  transition-delay: 0.6s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(4) {
  transition-delay: 0.72s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(5) {
  transition-delay: 0.84s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(6) {
  transition-delay: 0.96s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(7) {
  transition-delay: 1.08s;
}
.section-life-chapters--animated .section-life-chapters__card--animate:nth-child(8) {
  transition-delay: 1.2s;
}
.section-life-chapters--no-motion .section-life-chapters__label--animate, .section-life-chapters--no-motion .section-life-chapters__heading--animate, .section-life-chapters--no-motion .section-life-chapters__subtitle--animate, .section-life-chapters--no-motion .section-life-chapters__card--animate {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .section-life-chapters__label--animate, .section-life-chapters__heading--animate, .section-life-chapters__subtitle--animate, .section-life-chapters__card--animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-life-chapters__label {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #A58879;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 24px;
  margin-bottom: 24px;
}
.section-life-chapters__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #181A1F;
  max-width: 900px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .section-life-chapters__heading {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.3px;
    padding: 0 20px;
  }
}
.section-life-chapters__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #525252;
  margin: 0 auto 48px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .section-life-chapters__subtitle {
    margin-bottom: 14px;
    padding: 0 40px;
  }
}
.section-life-chapters__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .section-life-chapters__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .section-life-chapters__grid {
    grid-template-columns: 1fr;
  }
}
.section-life-chapters__card {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .section-life-chapters__card {
    padding: 20px 20px 0;
  }
}
.section-life-chapters__image-wrap {
  position: relative;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.section-life-chapters__image {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-life-chapters__image {
    height: 330px;
  }
}
.section-life-chapters__description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #0F1013;
}
.section-life-chapters__description p {
  margin: 0;
}
.section-life-chapters__description strong {
  color: #0F1013;
  font-weight: 700;
}

/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-how-it-works {
  background: linear-gradient(135deg, #181A1F 0%, #5F6167 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-how-it-works {
    padding: 40px 0;
  }
}
.section-how-it-works__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-how-it-works__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-how-it-works .container {
  position: relative;
  z-index: 1;
}
.section-how-it-works__layout {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .section-how-it-works__layout {
    flex-direction: column;
    gap: 40px;
  }
}
.section-how-it-works__content {
  flex: 1;
  min-width: 0;
  text-align: center;
}
.section-how-it-works__label {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #616672;
  background-color: #000;
  border-radius: 100px;
  padding: 8px 24px;
  margin-bottom: 24px;
}
.section-how-it-works__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 auto 16px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__heading {
    font-size: 32px;
    padding: 0 20px;
  }
}
.section-how-it-works__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #F7F5F2;
  margin: 0 auto 70px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__subtitle {
    margin-bottom: 32px;
  }
}
.section-how-it-works__steps {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__steps {
    margin-bottom: 0;
  }
}
.section-how-it-works__step-indicators {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__step-indicators {
    margin-bottom: 32px;
  }
}
.section-how-it-works__step-line {
  width: 70px;
  height: 2px;
  background-color: #76787C;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__step-line {
    width: 50px;
  }
}
.section-how-it-works__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: rgba(32, 32, 32, 0.4);
  border: 1px solid #3d3f42;
  color: #858585;
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.section-how-it-works__step-num:hover:not(.section-how-it-works__step-num--active) {
  border-color: #3d3f42;
  color: #858585;
}
.section-how-it-works__step-num--active {
  background: rgba(84, 84, 84, 0.25);
  border-color: #76787C;
  color: #fff;
}
.section-how-it-works__step-panels {
  min-height: 80px;
}
.section-how-it-works__step-panel {
  display: none;
}
.section-how-it-works__step-panel--active {
  display: block;
}
.section-how-it-works__step-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #F7F5F2;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__step-title {
    font-size: 30px;
  }
}
.section-how-it-works__step-desc {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #F7F5F2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__step-desc {
    padding: 0 20px;
  }
}
.section-how-it-works__cta {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #F7F5F2;
  background: rgba(24, 26, 31, 0.8);
  border-radius: 6px;
  padding: 12px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-how-it-works__cta {
    display: none;
  }
}
.section-how-it-works__cta:hover {
  background-color: #fff;
  color: #181A1F;
  text-decoration: none;
}
.section-how-it-works__phone {
  flex: 0 0 auto;
  width: 320px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-how-it-works__phone {
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section-how-it-works__phone {
    width: 80%;
  }
}
.section-how-it-works__phone-image {
  width: 100%;
  height: auto;
  display: block;
}
.section-how-it-works__phone-frame {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  pointer-events: none;
}
.section-how-it-works__phone-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.section-how-it-works__phone-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 5px 6px;
  overflow: hidden;
  border-radius: 40px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .section-how-it-works__phone-video-wrapper {
    margin: 3px 4px;
  }
}
.section-how-it-works__phone-video {
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}

/**
 * Download Minnect Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-download-minnect {
  background: linear-gradient(230deg, #EC1C24 0%, #9A0F14 100%);
  color: #fff;
  position: relative;
}
.section-download-minnect .container {
  position: relative;
  z-index: 1;
}

.section-download-minnect__content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .section-download-minnect__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

.section-download-minnect__text-content {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-download-minnect__text-content {
    width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }
}

.section-download-minnect__heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 991px) {
  .section-download-minnect__heading {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .section-download-minnect__heading {
    font-size: 36px;
  }
}

.section-download-minnect__description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
.section-download-minnect__description p {
  margin: 0 0;
}
.section-download-minnect__description p:last-child {
  margin-bottom: 0;
}
.section-download-minnect__description strong {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .section-download-minnect__description {
    font-size: 16px;
  }
}

.section-download-minnect__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 50%;
  width: 50%;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-download-minnect__buttons {
    width: 100%;
    justify-content: center;
  }
}

.section-download-minnect__button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  padding: 12px 18px;
  background-color: #000000;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.section-download-minnect__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
.section-download-minnect__button:focus, .section-download-minnect__button:focus-visible {
  color: #fff;
  text-decoration: none;
}
.section-download-minnect__button:active {
  transform: translateY(0);
}
.section-download-minnect__button--app-store {
  gap: 12px;
  width: 215px;
  max-width: 100%;
}
.section-download-minnect__button--google-play {
  gap: 12px;
  width: 210px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .section-download-minnect__button {
    width: auto;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 14px 18px;
    min-height: 64px;
  }
}
@media screen and (max-width: 374px) {
  .section-download-minnect__button {
    padding: 12px 14px;
    min-height: 56px;
  }
}
@media screen and (max-width: 480px) {
  .section-download-minnect__button {
    white-space: nowrap;
  }
}

.section-download-minnect__button-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.section-download-minnect__button-icon img {
  display: block;
  width: auto;
  height: auto;
}
.section-download-minnect__button--app-store .section-download-minnect__button-icon img {
  width: 32px;
  height: 39px;
}
.section-download-minnect__button--google-play .section-download-minnect__button-icon img {
  width: 34px;
  height: 39px;
}
@media screen and (max-width: 480px) {
  .section-download-minnect__button--app-store .section-download-minnect__button-icon img {
    width: 28px;
    height: auto;
  }
  .section-download-minnect__button--google-play .section-download-minnect__button-icon img {
    width: 30px;
    height: auto;
  }
}

.section-download-minnect__button-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  flex: 1 1 auto;
}
.section-download-minnect__button--app-store .section-download-minnect__button-copy {
  gap: 8px;
}
.section-download-minnect__button--google-play .section-download-minnect__button-copy {
  gap: 3px;
}

.section-download-minnect__button-subline {
  margin: 0;
  padding: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
}
.section-download-minnect__button-subline--google {
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .section-download-minnect__button-subline {
    font-size: 12px;
  }
}

.section-download-minnect__button-wordmark {
  display: block;
  line-height: 0;
}
.section-download-minnect__button-wordmark img {
  display: block;
  height: auto;
}
.section-download-minnect__button-wordmark--app img {
  width: 95px;
}
.section-download-minnect__button-wordmark--google img {
  width: 109px;
}
@media screen and (max-width: 991px) and (min-width: 481px) {
  .section-download-minnect__button-wordmark--app img {
    width: 86px;
  }
  .section-download-minnect__button-wordmark--google img {
    width: 98px;
  }
}
@media screen and (max-width: 480px) {
  .section-download-minnect__button-wordmark--app img {
    width: 82px;
  }
  .section-download-minnect__button-wordmark--google img {
    width: 94px;
  }
}
@media screen and (max-width: 374px) {
  .section-download-minnect__button-wordmark--app img {
    width: 72px;
  }
  .section-download-minnect__button-wordmark--google img {
    width: 82px;
  }
}

/**
 * Get Started — hero + app download + CTA cards (Figma Minnect redesign)
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-get-started {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #f7f5f2;
  font-family: "Red Hat Display", sans-serif;
  overflow: hidden;
  background-color: #fafafa;
}
.section-get-started > .container {
  position: relative;
  z-index: 1;
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
}
.section-get-started__outer {
  border-radius: 0px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  .section-get-started__outer {
    border-radius: 16px;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
}
.section-get-started__inner {
  border-radius: 0px;
  padding: 32px 50px;
  background-color: rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  height: 872px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1240px) {
  .section-get-started__inner {
    height: auto;
    padding: 16px;
    overflow: visible;
  }
}
@media screen and (min-width: 1241px) {
  .section-get-started {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: transparent;
  }
  .section-get-started__outer {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .section-get-started__inner {
    border-radius: 0;
    background-color: transparent;
  }
}
.section-get-started__grid {
  display: flex;
  align-items: stretch;
  gap: 32px;
  flex: 1 1 auto;
  min-height: 0;
}
@media screen and (max-width: 1240px) {
  .section-get-started__grid {
    flex-direction: column;
    gap: 24px;
    flex: 0 0 auto;
    min-height: auto;
  }
}
.section-get-started__grid--intro-only {
  display: block;
}
.section-get-started__intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  flex: 1 1 0;
  min-width: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 1240px) {
  .section-get-started__intro {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 80px 0 24px;
    gap: 24px;
    flex: 0 0 auto;
  }
}
.section-get-started__logo-link {
  display: inline-block;
  line-height: 0;
  flex-shrink: 0;
}
.section-get-started__logo {
  display: block;
  width: 160px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1240px) {
  .section-get-started__logo {
    width: 132px;
  }
}
.section-get-started__intro-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: inherit;
  text-align: inherit;
  max-width: 640px;
}
@media screen and (max-width: 1240px) {
  .section-get-started__intro-copy {
    align-items: center;
    max-width: 100%;
  }
}
.section-get-started__heading {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #f7f5f2;
}
@media screen and (max-width: 1240px) {
  .section-get-started__heading {
    font-size: 30px;
    font-weight: 500;
  }
}
.section-get-started__lead {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #f7f5f2;
}
@media screen and (max-width: 1240px) {
  .section-get-started__lead {
    font-size: 18px;
    line-height: 1.6;
  }
}
.section-get-started__subgrid {
  display: flex;
  gap: 24px;
  align-items: stretch;
  align-content: stretch;
  flex: 0 0 auto;
  min-height: 0;
}
@media screen and (max-width: 1240px) {
  .section-get-started__subgrid {
    flex-direction: column;
    width: 100%;
  }
}
.section-get-started__subgrid--app-only, .section-get-started__subgrid--cards-only {
  flex-direction: column;
}
.section-get-started__glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  .section-get-started__glass {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.section-get-started__app {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 378px;
  min-height: 0;
  height: 100%;
  align-self: stretch;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .section-get-started__app {
    width: 100%;
    height: auto;
    align-self: auto;
  }
}
.section-get-started__app-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding: 24px 24px 0;
  box-sizing: border-box;
}
.section-get-started__app-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  flex-shrink: 0;
}
.section-get-started__app-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.section-get-started__app-title {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #f7f5f2;
}
.section-get-started__app-description {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #f7f5f2;
}
.section-get-started__download-label {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #f7f5f2;
  text-align: center;
}
.section-get-started__store-buttons.app-store-badges {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.section-get-started__store-buttons.app-store-badges a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 215px);
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  box-sizing: border-box;
  line-height: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.section-get-started__store-buttons.app-store-badges img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: cover;
  object-position: center center;
}
.section-get-started__store-buttons {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.section-get-started__app-visual {
  flex: 0 0 auto;
  margin-top: auto;
  width: 100%;
  min-height: 402px;
  height: 402px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
@media screen and (max-width: 1240px) {
  .section-get-started__app-visual {
    min-height: 220px;
    height: 220px;
    background-size: auto 100%;
    max-height: 280px;
  }
}
.section-get-started__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  width: 378px;
}
@media screen and (max-width: 1240px) {
  .section-get-started__cards {
    width: 100%;
  }
}
.section-get-started__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  flex: 1 1 auto;
  min-height: 0;
}
.section-get-started__card-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-get-started__card-title {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #f7f5f2;
}
.section-get-started__card-description {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #f7f5f2;
}
.section-get-started__card-description p {
  margin: 0 0 0.5em;
}
.section-get-started__card-description p:last-child {
  margin-bottom: 0;
}
.section-get-started__card-description strong,
.section-get-started__card-description b {
  font-weight: 700;
}
.section-get-started__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: auto;
  padding: 12px 24px;
  min-height: 48px;
  border-radius: 6px;
  background-color: #f7f5f2;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #171717;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.section-get-started__card-button:hover {
  color: #171717;
  text-decoration: none;
  opacity: 0.92;
}
.section-get-started__card-button:focus-visible {
  outline: 2px solid #f7f5f2;
  outline-offset: 2px;
}
.section-get-started .section-download-minnect__button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 14px 24px;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
  flex: none;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
}
.section-get-started .section-download-minnect__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
.section-get-started .section-download-minnect__button:focus, .section-get-started .section-download-minnect__button:focus-visible {
  color: #fff;
  text-decoration: none;
}
.section-get-started .section-download-minnect__button:active {
  transform: translateY(0);
}
.section-get-started .section-download-minnect__button--app-store {
  gap: 8px;
  width: 215px;
  max-width: 100%;
}
.section-get-started .section-download-minnect__button--google-play {
  gap: 7px;
  width: 215px;
  max-width: 100%;
}
.section-get-started .section-download-minnect__button-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.section-get-started .section-download-minnect__button-icon img {
  display: block;
  width: auto;
  height: auto;
}
.section-download-minnect__button--app-store .section-get-started .section-download-minnect__button-icon img {
  width: 32px;
  height: 39px;
}
.section-download-minnect__button--google-play .section-get-started .section-download-minnect__button-icon img {
  width: 34px;
  height: 39px;
}
.section-get-started .section-download-minnect__button-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 0 1 auto;
}
.section-download-minnect__button--app-store .section-get-started .section-download-minnect__button-copy {
  gap: 8px;
  width: 127px;
  flex: none;
}
.section-download-minnect__button--google-play .section-get-started .section-download-minnect__button-copy {
  gap: 3px;
  width: 121px;
  flex: none;
}
.section-get-started .section-download-minnect__button-subline {
  margin: 0;
  padding: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #fff;
  white-space: nowrap;
}
.section-get-started .section-download-minnect__button-subline--app {
  line-height: 1;
  width: 127px;
}
.section-get-started .section-download-minnect__button-subline--google {
  line-height: 18px;
  text-transform: uppercase;
  width: 121px;
}
.section-get-started .section-download-minnect__button-wordmark {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.section-get-started .section-download-minnect__button-wordmark img {
  display: block;
  height: auto;
  max-width: none;
}
.section-get-started .section-download-minnect__button-wordmark--app img {
  width: 95px;
  height: auto;
}
.section-get-started .section-download-minnect__button-wordmark--google img {
  width: 109px;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .section-get-started .section-download-minnect__button {
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    min-height: 51px;
    height: 51px;
    border: 1px solid #a6a6a6;
  }
  .section-get-started .section-download-minnect__button--app-store {
    gap: 8px;
    width: 142px;
    max-width: 100%;
  }
  .section-get-started .section-download-minnect__button--google-play {
    gap: 8px;
    width: 142px;
    max-width: 100%;
  }
  .section-get-started .section-download-minnect__button--app-store .section-download-minnect__button-icon img {
    width: 20px;
    height: 24px;
  }
  .section-get-started .section-download-minnect__button--google-play .section-download-minnect__button-icon img {
    width: 20px;
    height: auto;
    max-height: 24px;
  }
  .section-get-started .section-download-minnect__button--app-store .section-download-minnect__button-copy {
    gap: 0;
    width: 78px;
    height: 27px;
    flex: none;
    justify-content: center;
  }
  .section-get-started .section-download-minnect__button--google-play .section-download-minnect__button-copy {
    gap: 0;
    width: 78px;
    height: 27px;
    flex: none;
    justify-content: center;
  }
  .section-get-started .section-download-minnect__button-subline {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 0;
  }
  .section-get-started .section-download-minnect__button-subline--app {
    width: 78px;
    height: 9px;
  }
  .section-get-started .section-download-minnect__button-subline--google {
    width: 78px;
    line-height: 9px;
    font-size: 9px;
  }
  .section-get-started .section-download-minnect__button-wordmark--app img {
    width: 78px;
    height: 18px;
    object-fit: contain;
    object-position: left center;
  }
  .section-get-started .section-download-minnect__button-wordmark--google img {
    width: 78px;
    height: auto;
    max-height: 18px;
    object-fit: contain;
    object-position: left center;
  }
}

/**
 * Built for You Section Styles
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-built-for-you {
  padding: 80px 0;
  background: linear-gradient(to bottom, #F7F5F2 0%, #FAFAFA 100%);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you {
    padding: 0px !important;
  }
}
.section-built-for-you .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you .container {
    padding: 0px !important;
  }
}

.section-built-for-you__sub-container {
  border-radius: 16px;
  padding: 48px 160px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__sub-container {
    padding: 32px 24px;
    border-radius: 0;
    width: 100%;
  }
}

.section-built-for-you__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-built-for-you__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 12px auto;
  max-width: 900px;
  color: #F7F5F2;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__heading {
    font-size: 2rem;
  }
}

.section-built-for-you__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  color: #F7F5F2;
  margin-top: 0px auto 48px;
  margin-bottom: 48px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__subtitle {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}

.section-built-for-you__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__buttons {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

.section-built-for-you__button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #000000;
  color: #fff;
  padding: 5px 24px;
  height: 50px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.section-built-for-you__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.section-built-for-you__button:active {
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .section-built-for-you__button {
    padding: 14px 20px;
    height: auto;
    min-height: 32px;
  }
}
@media screen and (max-width: 374px) {
  .section-built-for-you__button {
    min-height: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__button {
    border: 1px solid #A6A6A6;
  }
}

.section-built-for-you__button-icon {
  width: auto;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .section-built-for-you__button-icon {
    height: 20px;
  }
}
@media screen and (max-width: 374px) {
  .section-built-for-you__button-icon {
    height: 18px;
  }
}

.section-built-for-you__button-text {
  width: auto;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.section-built-for-you__button--app-store .section-built-for-you__button-text {
  width: 110px;
  height: auto;
}
.section-built-for-you__button--google-play .section-built-for-you__button-text {
  width: 105px;
  height: auto;
}
@media screen and (max-width: 991px) and (min-width: 481px) {
  .section-built-for-you__button--app-store .section-built-for-you__button-text {
    width: 90px;
    height: auto;
  }
  .section-built-for-you__button--google-play .section-built-for-you__button-text {
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .section-built-for-you__button--app-store .section-built-for-you__button-text {
    width: 90px;
    height: auto;
  }
  .section-built-for-you__button--google-play .section-built-for-you__button-text {
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .section-built-for-you__button--app-store .section-built-for-you__button-text {
    width: 75px;
    height: auto;
  }
  .section-built-for-you__button--google-play .section-built-for-you__button-text {
    width: 70px;
    height: auto;
  }
}

.section-built-for-you__columns {
  display: grid;
  grid-template-columns: 61fr 39fr;
  align-items: stretch;
  gap: 48px;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__columns {
    grid-template-columns: 1fr;
    gap: 32px;
    overflow: hidden;
  }
}

.section-built-for-you__column-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__column-left {
    display: none;
  }
}

.section-built-for-you__card {
  display: inline-flex;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 12px 24px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  overflow: hidden;
}
.section-built-for-you__card--expandable {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.section-built-for-you__card--expandable:hover {
  opacity: 0.95;
}
.section-built-for-you__card--expandable[data-expanded] .section-built-for-you__card-description {
  overflow: hidden;
}
.section-built-for-you__card--expandable[data-expanded="0"] .section-built-for-you__card-description {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {
  .section-built-for-you__card--expandable[data-expanded="0"] .section-built-for-you__card-description {
    transition: none;
  }
}
.section-built-for-you__card--expandable[data-expanded="1"] .section-built-for-you__card-description {
  position: static;
  max-height: 48em;
  opacity: 1;
  max-width: 100%;
  min-width: 0;
  pointer-events: auto;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .section-built-for-you__card--expandable[data-expanded="1"] .section-built-for-you__card-description {
    transition: none;
  }
}
.section-built-for-you__card--bfy-active {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 0 rgba(255, 255, 255, 0.08);
}

.section-built-for-you__card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-built-for-you__card-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section-built-for-you__card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  color: #1C1B1F;
  filter: none;
}
.section-built-for-you__card-icon {
  color: #1C1B1F;
}

.section-built-for-you__card-content {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.section-built-for-you__card-title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.section-built-for-you__card-description {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.section-built-for-you__column-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__column-right {
    order: 1;
  }
}

.section-built-for-you__phone {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__phone {
    max-width: 250px;
  }
}

.section-built-for-you__phone-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.section-built-for-you__phone-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 38px;
  pointer-events: none;
  isolation: isolate;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__phone-video-wrapper {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    border-radius: 33px;
  }
}

.section-built-for-you__phone-video {
  object-fit: fill;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.section-built-for-you__phone-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__phone-image {
    max-width: 250px;
  }
}

.section-built-for-you__mobile-carousel {
  display: none;
}
@media screen and (max-width: 1100px) {
  .section-built-for-you__mobile-carousel {
    display: flex;
    position: relative;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 10px;
    order: 2;
  }
}

.section-built-for-you__mobile-carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.section-built-for-you__mobile-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  width: 100%;
  align-items: stretch;
  flex-shrink: 0;
}

.section-built-for-you__mobile-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  overflow: hidden;
}

.section-built-for-you__mobile-card {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  padding: 12px 12px;
  border-radius: 9999px;
  overflow: hidden;
}
.section-built-for-you__mobile-card .section-built-for-you__card-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section-built-for-you__mobile-card .section-built-for-you__card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.section-built-for-you__mobile-card .section-built-for-you__card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.section-built-for-you__mobile-card .section-built-for-you__card-title {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  overflow-wrap: break-word;
}
.section-built-for-you__mobile-card .section-built-for-you__card-description {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  overflow-wrap: break-word;
}

.section-built-for-you__mobile-carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  color: #171717;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  padding: 8px;
}
.section-built-for-you__mobile-carousel-arrow:hover {
  opacity: 0.8;
}
.section-built-for-you__mobile-carousel-arrow:active {
  opacity: 0.6;
}
.section-built-for-you__mobile-carousel-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}
.section-built-for-you__mobile-carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/**
 * Access Without Limits Section Styles
 *
 * Section with left-aligned text and image carousel.
 * Matches pattern: section heading (pill), title, subtitle.
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-access-without-limits {
  background: linear-gradient(90deg, #3B3E40 0%, #181A1F 30%, #181A1F 100%);
  color: #F7F5F2;
  position: relative;
  overflow: hidden;
}
.section-access-without-limits .container {
  position: relative;
  z-index: 1;
}

.section-access-without-limits__content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__content {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }
}

.section-access-without-limits__text {
  flex: 0 0 43%;
  max-width: 43%;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__text {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
}

.section-access-without-limits__label {
  display: block;
  padding: 8px 24px;
  background-color: #000;
  color: #616672;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
}

.section-access-without-limits__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #F7F5F2;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__heading {
    font-size: 30px;
    margin-bottom: 12px;
    text-align: left;
  }
}

.section-access-without-limits__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #F7F5F2;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__subtitle {
    font-size: 18px;
    text-align: left;
  }
}

.section-access-without-limits__carousel-wrapper {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__carousel-wrapper {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-access-without-limits__carousel {
  position: relative;
  width: 100%;
}

.section-access-without-limits__carousel-container {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 770px) {
  .section-access-without-limits__carousel-container {
    margin: 0 auto;
    max-width: 600px;
  }
  .section-access-without-limits__carousel-container::before, .section-access-without-limits__carousel-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
  }
  .section-access-without-limits__carousel-container::before {
    left: 0;
    background: linear-gradient(to right, #181A1F 0%, rgba(2, 3, 4, 0.6) 40%, transparent 100%);
  }
  .section-access-without-limits__carousel-container.is-first::before {
    opacity: 0;
  }
  .section-access-without-limits__carousel-container::after {
    right: 0;
    background: linear-gradient(to left, #181A1F 0%, rgba(2, 3, 4, 0.6) 40%, transparent 100%);
  }
  .section-access-without-limits__carousel-container.is-last::after {
    opacity: 0;
  }
}

.section-access-without-limits__carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.3s ease;
  will-change: transform;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__carousel-track {
    gap: 0;
  }
}

.section-access-without-limits__card {
  position: relative;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 770px) {
  .section-access-without-limits__card {
    width: 380px;
    min-width: 380px;
  }
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__card {
    width: 100%;
    min-width: 100%;
    min-height: 420px;
    aspect-ratio: auto;
  }
}

.section-access-without-limits__card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.section-access-without-limits__card-label {
  position: absolute;
  top: 24px;
  left: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__card-label {
    font-size: 24px;
    top: 20px;
    left: 20px;
  }
}

.section-access-without-limits__card-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  padding: 24px 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__card-overlay {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 24px;
  }
}

.section-access-without-limits__card-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #F7F5F2;
  margin: 0 0 4px 0;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .section-access-without-limits__card-title {
    font-size: 1.125rem;
  }
}

.section-access-without-limits__card-description {
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #F7F5F2;
  margin: 0;
  line-height: 1.5;
}

.section-access-without-limits__carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding: 0 4px;
}

.section-access-without-limits__carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #272A2C;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}
.section-access-without-limits__carousel-arrow:hover:not(:disabled) {
  background-color: #353839;
}
.section-access-without-limits__carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.section-access-without-limits__carousel-arrow svg {
  width: 24px;
  height: 24px;
}

.section-access-without-limits__carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background-color: #272A2C;
  border-radius: 9999px;
}

.section-access-without-limits__carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.section-access-without-limits__carousel-dot:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.section-access-without-limits__carousel-dot--active {
  width: 42px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
}

/**
 * Newspapers Section Styles
 *
 * "As seen in" section with horizontal row of media logos.
 * Desktop: heading + logos in a single centered row (unchanged).
 * Mobile: heading centered above, logos auto-scroll right to left.
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-newspapers {
  background-color: #FFFFFF;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .section-newspapers {
    padding: 32px 0;
  }
}

.section-newspapers__items--desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 120px;
  row-gap: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-newspapers__items--desktop {
    display: none;
  }
}

.section-newspapers__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-newspapers__mobile {
    display: block;
  }
}

.section-newspapers__mobile-heading {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #181A1F;
  text-align: center;
  margin: 0 0 20px;
}

/* .section-newspapers__track-wrap {
  overflow: hidden;
} */
.section-newspapers__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: np-scroll 20s linear infinite;
}

.section-newspapers__track-set {
  display: flex;
  align-items: center;
  column-gap: 36px;
  padding-right: 36px;
}

.section-newspapers__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section-newspapers__item.section-newspapers__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #181A1F;
  flex-shrink: 0;
}
.section-newspapers__item--linked {
  transition: opacity 0.2s ease, outline-color 0.2s ease;
}
.section-newspapers__item--linked:hover {
  opacity: 0.85;
}
.section-newspapers__item--linked:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 4px;
  border-radius: 2px;
}

.section-newspapers__logo {
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-newspapers__logo {
    max-height: 55px;
  }
}

@keyframes np-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-real-consultations {
  background-color: #181A1F;
  padding: 0 0;
  overflow: hidden;
}

.section-real-consultations__grid {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-real-consultations__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .section-real-consultations__content {
    text-align: center;
  }
}

.section-real-consultations__label {
  display: inline-block;
  padding: 8px 24px;
  background-color: #000000;
  color: #616672;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.section-real-consultations__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  color: #F7F5F2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-real-consultations__heading {
    font-size: 36px;
  }
}

.section-real-consultations__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #F7F5F2;
}
@media screen and (max-width: 1024px) {
  .section-real-consultations__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-real-consultations__cards-area {
  position: relative;
  height: 700px;
  overflow: hidden;
  margin-right: -200px;
}
@media screen and (max-width: 1024px) {
  .section-real-consultations__cards-area {
    margin-right: 0;
  }
}
.section-real-consultations__cards-area::before, .section-real-consultations__cards-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 2;
  pointer-events: none;
}
.section-real-consultations__cards-area::before {
  top: 0;
  background: linear-gradient(to bottom, var(--rc-fade-color) 0%, transparent 100%);
}
.section-real-consultations__cards-area::after {
  bottom: 0;
  background: linear-gradient(to top, var(--rc-fade-color) 0%, transparent 100%);
}
@media screen and (max-width: 1024px) {
  .section-real-consultations__cards-area {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
  }
}
@media screen and (max-width: 768px) {
  .section-real-consultations__cards-area {
    height: 450px;
  }
}

.section-real-consultations__columns {
  display: flex;
  gap: 46px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section-real-consultations__columns {
    gap: 40px;
  }
}

.section-real-consultations__column {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.section-real-consultations__scroll-track {
  display: flex;
  flex-direction: column;
  animation: rc-scroll-up 30s linear infinite;
}
.section-real-consultations__column[data-column="1"] .section-real-consultations__scroll-track {
  animation-direction: reverse;
}
.section-real-consultations__scroll-track.is-paused {
  animation-play-state: paused;
}

.section-real-consultations__scroll-set {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .section-real-consultations__scroll-set {
    gap: 20px;
    padding-bottom: 20px;
  }
}

@keyframes rc-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.section-real-consultations__card {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease-out, box-shadow 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  will-change: transform;
}
.section-real-consultations__card:nth-child(3n+1) {
  transform: scale(0.9);
  opacity: 1;
  filter: blur(0);
}
.section-real-consultations__card:nth-child(3n+2) {
  transform: scale(0.62);
  opacity: 0.65;
  filter: blur(0.5px);
}
.section-real-consultations__card:nth-child(3n+3) {
  transform: scale(0.34);
  opacity: 0.55;
  filter: blur(1px);
}
.section-real-consultations__card:hover {
  opacity: 1;
  filter: blur(0);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}
.section-real-consultations__card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.section-real-consultations__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section-real-consultations__modal.is-active {
  opacity: 1;
  visibility: visible;
}

.section-real-consultations__modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.section-real-consultations__modal-content {
  position: relative;
  max-width: 600px;
  max-height: 85vh;
  width: 90%;
  z-index: 10000;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.section-real-consultations__modal.is-active .section-real-consultations__modal-content {
  transform: scale(1);
}
.section-real-consultations__modal-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.section-real-consultations__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.section-real-consultations__modal-close:hover {
  opacity: 0.7;
}

/**
 * Home Feed Section Styles
 */
.section-home-feed {
  color: #F7F5F2;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-home-feed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.section-home-feed[data-overlay=true]::before {
  display: block;
}
.section-home-feed .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-home-feed {
    padding: 48px 0;
  }
}

.section-home-feed__label {
  display: block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  border-radius: 9999px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-home-feed__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #F7F5F2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-home-feed__heading {
    font-size: 2.25rem;
  }
}

.section-home-feed__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  color: #F7F5F2;
  margin-bottom: 24px;
  line-height: 1.6;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-home-feed__subtitle {
    font-size: 16px;
  }
}

.section-home-feed__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  margin: 0 -60px 48px;
}
@media screen and (max-width: 768px) {
  .section-home-feed__pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    margin: 0 -24px 24px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .section-home-feed__pills::-webkit-scrollbar {
    display: none;
  }
}

.section-home-feed__pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  min-width: fit-content;
}

.section-home-feed__pill-text {
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #F7F5F2;
}
@media screen and (max-width: 768px) {
  .section-home-feed__pill-text {
    font-size: 14px;
  }
}

.section-home-feed__pill-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.section-home-feed__showcase {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .section-home-feed__showcase {
    min-height: 500px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.section-home-feed__cards--desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.section-home-feed__card {
  position: absolute;
  z-index: 2;
  transition: transform 0.3s ease;
}
.section-home-feed__card:hover {
  transform: scale(1.03);
}

.section-home-feed__card-image {
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
}

.section-home-feed__card--top-left {
  top: 22%;
  left: calc(50% - 440px);
  width: 250px;
}
@media screen and (max-width: 1280px) {
  .section-home-feed__card--top-left {
    width: 190px;
    left: calc(50% - 310px);
  }
}
@media screen and (max-width: 1024px) {
  .section-home-feed__card--top-left {
    width: 160px;
    left: calc(50% - 260px);
  }
}
@media screen and (max-width: 768px) {
  .section-home-feed__card--top-left {
    top: 15%;
    left: -30px;
    width: 140px;
  }
}

.section-home-feed__card--top-right {
  top: 10%;
  left: calc(50% + 190px);
  width: 230px;
}
@media screen and (max-width: 1280px) {
  .section-home-feed__card--top-right {
    width: 190px;
    left: calc(50% + 140px);
  }
}
@media screen and (max-width: 1024px) {
  .section-home-feed__card--top-right {
    width: 160px;
    left: calc(50% + 115px);
  }
}
@media screen and (max-width: 768px) {
  .section-home-feed__card--top-right {
    top: 22%;
    left: auto;
    right: -30px;
    width: 130px;
  }
}

.section-home-feed__card--bottom-left {
  bottom: 4%;
  left: calc(50% - 390px);
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .section-home-feed__card--bottom-left {
    width: 170px;
    left: calc(50% - 310px);
  }
}
@media screen and (max-width: 1024px) {
  .section-home-feed__card--bottom-left {
    width: 145px;
    left: calc(50% - 255px);
  }
}
@media screen and (max-width: 768px) {
  .section-home-feed__card--bottom-left {
    bottom: 0%;
    left: -15px;
    width: 120px;
  }
}

.section-home-feed__card--bottom-center {
  bottom: 5%;
  left: calc(50% - 180px);
  width: 220px;
}
@media screen and (max-width: 1280px) {
  .section-home-feed__card--bottom-center {
    width: 190px;
    left: calc(50% - 160px);
  }
}
@media screen and (max-width: 1024px) {
  .section-home-feed__card--bottom-center {
    width: 160px;
    left: calc(50% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .section-home-feed__card--bottom-center {
    bottom: 2%;
    left: calc(50% - 80px);
    width: 130px;
  }
}

.section-home-feed__card--bottom-right {
  bottom: 15%;
  left: calc(50% + 190px);
  width: 280px;
}
@media screen and (max-width: 1280px) {
  .section-home-feed__card--bottom-right {
    width: 190px;
    left: calc(50% + 140px);
  }
}
@media screen and (max-width: 1024px) {
  .section-home-feed__card--bottom-right {
    width: 160px;
    left: calc(50% + 115px);
  }
}
@media screen and (max-width: 768px) {
  .section-home-feed__card--bottom-right {
    bottom: 12%;
    left: auto;
    right: -30px;
    width: 130px;
  }
}

.section-home-feed__phone {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-home-feed__phone-image {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-home-feed__phone-image {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .section-home-feed__phone-image {
    max-width: 220px;
  }
}

.section-home-feed__mobile-carousel {
  display: none;
}

.section-home-feed__mobile-carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.section-home-feed__mobile-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.section-home-feed__mobile-carousel-slide {
  min-width: 100%;
  flex-shrink: 0;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.section-home-feed__mobile-card-image {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.section-home-feed__mobile-carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.section-home-feed__mobile-carousel-arrow:hover {
  opacity: 0.8;
}
.section-home-feed__mobile-carousel-arrow svg {
  width: 10px;
  height: 19px;
  display: block;
}
.section-home-feed__mobile-carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.section-home-feed__cta {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .section-home-feed__cta {
    margin-top: 24px;
  }
}

.section-learning-hub-cta {
  background: #F7F5F2;
  text-align: center;
}

.section-learning-hub-cta__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #181A1F;
  margin: 0 0 16px;
}

.section-learning-hub-cta__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #525252;
  margin: 0 0 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section-learning-hub-cta__subtitle {
    margin-bottom: 24px;
  }
}

.section-learning-hub-cta__button-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-learning-hub-cta__button-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.section-learning-hub-cta__button {
  display: block;
  min-width: 200px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #171717;
  background: #F7F5F2;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 24px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  appearance: none;
}
.section-learning-hub-cta__button:hover {
  background: #171717;
  color: #F7F5F2;
  border-color: #171717;
  text-decoration: none;
}
.section-learning-hub-cta__button--light:hover {
  background: #E1D8CC;
  color: #171717;
  border-color: #E1D8CC;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-learning-hub-cta__button {
    flex: 0 0 auto;
  }
}
.section-learning-hub-cta__button--dark {
  background: #181A1F;
  color: #fff;
  border-color: #181A1F;
}
.section-learning-hub-cta__button--dark:hover {
  background: #2c2f36;
  color: #fff;
  border-color: #2c2f36;
}

.main.leaderboard-page {
  font-family: Arial, Helvetica, sans-serif;
  background: #181A1F;
  color: #fff;
  padding: 3.25rem 0 3rem;
  margin: 0;
}
.main.leaderboard-page .container {
  margin-top: clamp(6rem, 10vw, 8.5rem);
  box-sizing: border-box;
}
.main.leaderboard-page .leaderboard-page__toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 16px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .main.leaderboard-page .leaderboard-page__toolbar {
    padding: 32px 0 0;
  }
}
.main.leaderboard-page .leaderboard-table th,
.main.leaderboard-page .leaderboard-table td,
.main.leaderboard-page .leaderboard-table2 th,
.main.leaderboard-page .leaderboard-table2 td {
  padding: 15px;
  text-align: left;
}
.main.leaderboard-page .leaderboard-table {
  width: 100%;
  min-width: 100%;
  table-layout: auto;
  background: linear-gradient(to left, #000000, #171717);
  border-collapse: collapse;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.main.leaderboard-page .leaderboard-table.contest-1 {
  background: none;
}
.main.leaderboard-page .leaderboard-table tr:first-child {
  background-color: #000;
}
.main.leaderboard-page .leaderboard-table th,
.main.leaderboard-page .leaderboard-table td {
  border: none;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.main.leaderboard-page .leaderboard-table th {
  background-color: #083b4c;
  font-weight: bold;
}
.main.leaderboard-page .leaderboard-table td a {
  color: #fff;
}
.main.leaderboard-page .leaderboard-table td a:hover {
  color: lightblue;
}
.main.leaderboard-page .leaderboard-table tbody tr:not(:first-child):nth-child(odd) {
  background-color: rgba(24, 26, 31, 0.631372549);
}
.main.leaderboard-page .leaderboard-table tbody tr:nth-child(even) {
  background-color: transparent;
}
.main.leaderboard-page iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main.leaderboard-page .points-description {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
}
.main.leaderboard-page .points-description table {
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
  box-sizing: border-box;
}
.main.leaderboard-page .points-description table td {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  font-weight: normal;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.main.leaderboard-page h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.main.leaderboard-page h2.leaderboard-page__points-title {
  font-weight: 700;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1.35;
}
.main.leaderboard-page .term-and-conditions-container {
  text-align: center;
  width: 90%;
  margin: 1rem auto;
  font-size: 0.7rem;
}
.main.leaderboard-page .tab-container {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0;
  box-sizing: border-box;
}
.main.leaderboard-page .tabs {
  background: #0a2e36;
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin: 2rem 0 1rem;
  display: none;
  box-sizing: border-box;
}
.main.leaderboard-page .tabs .ui-tabs-nav li a,
.main.leaderboard-page .tabs .ui-tabs-nav li .ui-tabs-anchor {
  padding: 10px 16px 8px;
  color: rgb(213, 213, 213);
  font-size: large;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-tabs-active a,
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-state-active a,
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  font-weight: bold;
  color: #fff;
  border-bottom-color: #ec1c24;
}
.main.leaderboard-page .tabs .ui-tabs-panel,
.main.leaderboard-page .ui-tabs .ui-tabs-panel {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
}
.main.leaderboard-page .tabs ul {
  text-align: center;
}
.main.leaderboard-page .tabs .table-header-info {
  font-weight: 500;
  text-align: center;
  margin: 1.3rem 1rem;
  color: #fff;
}
.main.leaderboard-page .ui-widget,
.main.leaderboard-page .ui-widget-content {
  border: none;
  background: transparent;
  color: #fff;
  font-family: inherit;
}
.main.leaderboard-page .tabs.ui-widget-content {
  width: 100%;
  max-width: 100%;
}
.main.leaderboard-page .ui-widget-header {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: normal;
}
.main.leaderboard-page .tabs.ui-tabs {
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.main.leaderboard-page .tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  display: block;
  text-align: center;
}
.main.leaderboard-page .tabs .ui-tabs-nav li {
  float: none;
  display: inline-block;
  margin: 0 2px 4px;
  border: none;
  background: transparent;
  top: 0;
}
.main.leaderboard-page .tabs .ui-tabs-nav li .ui-tabs-anchor {
  float: none;
}
.main.leaderboard-page .ui-state-default,
.main.leaderboard-page .ui-widget-content .ui-state-default,
.main.leaderboard-page .ui-widget-header .ui-state-default,
.main.leaderboard-page .ui-button,
.main.leaderboard-page html .ui-button.ui-state-disabled:hover,
.main.leaderboard-page html .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
  color: rgb(213, 213, 213);
  font-weight: normal;
}
.main.leaderboard-page .ui-state-hover,
.main.leaderboard-page .ui-widget-content .ui-state-hover,
.main.leaderboard-page .ui-widget-header .ui-state-hover,
.main.leaderboard-page .ui-state-focus,
.main.leaderboard-page .ui-widget-content .ui-state-focus,
.main.leaderboard-page .ui-widget-header .ui-state-focus {
  border: none;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.main.leaderboard-page .ui-state-active,
.main.leaderboard-page .ui-widget-content .ui-state-active,
.main.leaderboard-page .ui-widget-header .ui-state-active,
.main.leaderboard-page a.ui-button:active,
.main.leaderboard-page .ui-button:active,
.main.leaderboard-page .ui-button.ui-state-active:hover {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: bold;
}
.main.leaderboard-page .tabs .ui-tabs-nav li a.ui-tabs-anchor {
  border-bottom: 2px solid transparent;
}
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor,
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  border-bottom-color: #ec1c24;
}
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.main.leaderboard-page .tabs .ui-tabs-nav li.ui-state-active a {
  color: #fff;
  font-weight: bold;
}
.main.leaderboard-page .leaderboard-table-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.main.leaderboard-page .tab-options {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: center;
  width: 100%;
  max-width: 80%;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  margin: 2rem auto;
  box-sizing: border-box;
}
.main.leaderboard-page .tab-option {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  cursor: pointer;
  padding: 12px 16px;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main.leaderboard-page .tab-option-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.main.leaderboard-page .tab-option-subtitle {
  font-size: 0.9rem;
  color: #ddd;
}
.main.leaderboard-page .vertical-divider {
  flex-shrink: 0;
  align-self: center;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  margin: 0 0.75rem;
}
.main.leaderboard-page .tab-option:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.main.leaderboard-page .tab-option.active {
  background-color: #ec1c24;
  border-radius: 6px;
}
.main.leaderboard-page .tab-option.active .tab-option-title,
.main.leaderboard-page .tab-option.active .tab-option-subtitle {
  color: #fff;
}
.main.leaderboard-page .media-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.main.leaderboard-page .banner-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.main.leaderboard-page .video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.main.leaderboard-page .video-container video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main.leaderboard-page .banner-container img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .main.leaderboard-page .flex-container {
    flex-wrap: wrap;
    overflow-x: auto;
  }
  .main.leaderboard-page .leaderboard-table {
    width: 100%;
    overflow-x: auto;
  }
  .main.leaderboard-page .leaderboard-table th,
  .main.leaderboard-page .leaderboard-table td,
  .main.leaderboard-page .leaderboard-table2 th,
  .main.leaderboard-page .leaderboard-table2 td {
    text-align: left;
    font-size: medium;
  }
  .main.leaderboard-page .tab-container {
    padding: 0 1rem;
    margin: 0 auto;
  }
  .main.leaderboard-page table > tr th.table-header-info {
    text-align: left;
  }
  .main.leaderboard-page .term-and-conditions-container {
    width: 90%;
    padding: 1rem;
    font-size: 0.7rem;
  }
  .main.leaderboard-page .tabs {
    margin: 1rem auto;
  }
  .main.leaderboard-page .tab-options {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main.leaderboard-page .flex-container {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto !important;
    justify-content: start;
  }
  .main.leaderboard-page .leaderboard-table th,
  .main.leaderboard-page .leaderboard-table td,
  .main.leaderboard-page .leaderboard-table2 th,
  .main.leaderboard-page .leaderboard-table2 td {
    text-align: left;
  }
}
.main.leaderboard-page.leaderboard-page--context-1 .video-container {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.main.leaderboard-page.leaderboard-page--context-1 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.main.leaderboard-page.leaderboard-page--context-1 .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 {
  max-width: none;
  border-collapse: collapse;
  color: #fff;
}
.main.leaderboard-page.leaderboard-page--context-1 .flex-container .leaderboard-table {
  margin: 10px;
  flex: 1 1 320px;
}
@media screen and (max-width: 1279px) {
  .main.leaderboard-page.leaderboard-page--context-1 .flex-container {
    flex-direction: column;
    align-items: stretch;
  }
  .main.leaderboard-page.leaderboard-page--context-1 .flex-container .leaderboard-table {
    flex: 1 1 auto;
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1280px) {
  .main.leaderboard-page.leaderboard-page--context-1 .flex-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .main.leaderboard-page.leaderboard-page--context-1 .flex-container .leaderboard-table {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table th,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table td,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 th,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #0d5a6c;
  color: #fff;
  font-weight: 100;
  font-size: large;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table th,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 th {
  background: none !important;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table td,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 td {
  background: #0a2e36;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table tr:first-child td,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 tr:first-child td {
  border-top: 1px solid #0d5a6c;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table tr,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 tr {
  border-bottom: 1px solid #0d5a6c;
  background-color: transparent;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table a,
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-table2 a {
  color: lightblue;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-context__tables--single {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-context__tables--single .leaderboard-table2 {
  width: 100%;
  max-width: 720px;
  margin: 10px;
}
.main.leaderboard-page.leaderboard-page--context-1 .leaderboard-context__notice {
  text-align: center;
  width: 100%;
  margin: 2rem auto;
  font-size: 0.9rem;
}

/**
 * Our Investors Section
 *
 * Row 1: 40/60 grid - left text, right investor cards
 * Row 2: Video title + thumbnail with play icon and overlay
 * Entrance animation on scroll + cursor-tracking background (desktop)
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-our-investors {
  --oi-observer-threshold: 0.2;
  --oi-observer-root-margin: 0px 0px -50px 0px;
  --oi-cursor-intensity: 20px;
  --cursor-offset-x: 0px;
  --cursor-offset-y: 0px;
  position: relative;
  width: 100%;
  min-height: 100px;
  background-color: #0F1013;
  color: #F7F5F2;
  overflow: hidden;
  box-sizing: border-box;
}

.section-our-investors__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.section-our-investors__bg--cursor-track {
  inset: auto;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: translate(var(--cursor-offset-x), var(--cursor-offset-y));
}

.section-our-investors__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.section-our-investors__row--1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .section-our-investors__row--1 {
    margin-bottom: 32px;
  }
}
.section-our-investors__row--1 {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .section-our-investors__row--1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.section-our-investors__col {
  min-width: 0;
}

.section-our-investors__col--text {
  overflow: visible;
}

.section-our-investors__col--cards {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-our-investors__col--cards {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.section-our-investors__heading--animate,
.section-our-investors__description--animate,
.section-our-investors__card--animate,
.section-our-investors__video-title--animate,
.section-our-investors__video-wrap--animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section-our-investors--animated .section-our-investors__heading--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.section-our-investors--animated .section-our-investors__description--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.section-our-investors--animated .section-our-investors__card--animate {
  opacity: 1;
  transform: translateY(0);
}
.section-our-investors--animated .section-our-investors__card--animate:nth-child(1) {
  transition-delay: 0.3s;
}
.section-our-investors--animated .section-our-investors__card--animate:nth-child(2) {
  transition-delay: 0.45s;
}
.section-our-investors--animated .section-our-investors__card--animate:nth-child(3) {
  transition-delay: 0.6s;
}
.section-our-investors--animated .section-our-investors__card--animate:nth-child(4) {
  transition-delay: 0.75s;
}

.section-our-investors--animated .section-our-investors__video-title--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.section-our-investors--animated .section-our-investors__video-wrap--animate {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.05s;
}

.section-our-investors--no-motion .section-our-investors__heading--animate,
.section-our-investors--no-motion .section-our-investors__description--animate,
.section-our-investors--no-motion .section-our-investors__card--animate,
.section-our-investors--no-motion .section-our-investors__video-title--animate,
.section-our-investors--no-motion .section-our-investors__video-wrap--animate {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .section-our-investors__heading--animate,
  .section-our-investors__description--animate,
  .section-our-investors__card--animate,
  .section-our-investors__video-title--animate,
  .section-our-investors__video-wrap--animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section-our-investors__label {
  display: inline-block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border-radius: 9999px;
}

.section-our-investors__heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.2;
  color: #F7F5F2;
  margin: 0 0 24px;
}
@media screen and (max-width: 1400px) {
  .section-our-investors__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-our-investors__heading {
    font-size: 30px;
  }
}

.section-our-investors__description {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #F7F5F2;
  margin: 0;
}
.section-our-investors__description p:last-child {
  margin-bottom: 0;
}

.section-our-investors__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-our-investors__cards {
    grid-template-columns: 1fr;
  }
}

.section-our-investors__card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  min-height: 546px;
  min-width: 0;
  aspect-ratio: 1/1.2;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .section-our-investors__card {
    aspect-ratio: auto;
    min-height: 546px;
  }
}

.section-our-investors__card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.section-our-investors__card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(15, 16, 19) 0%, rgba(15, 16, 19, 0) 12%, rgba(15, 16, 19, 0) 88%, rgb(15, 16, 19) 100%);
  z-index: 1;
}

.section-our-investors__card-content {
  position: relative;
  z-index: 2;
  min-height: 155px;
  margin-top: auto;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
}

.section-our-investors__card-title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #F7F5F2;
  margin: 0;
}

.section-our-investors__card-description {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #F7F5F2;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.section-our-investors__card-description p:last-child {
  margin-bottom: 0;
}

.section-our-investors__row--2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-our-investors__video-title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.section-our-investors__video-title p {
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .section-our-investors__video-title--desktop {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-our-investors__video-title--desktop {
    display: none;
  }
}

.section-our-investors__video-title--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-our-investors__video-title--mobile {
    display: block;
    font-weight: 500;
    font-size: 30px;
  }
}

.section-our-investors__video-wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 792px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  text-align: left;
}
.section-our-investors__video-wrap--clickable {
  cursor: pointer;
}

.section-our-investors__video-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
.section-our-investors__video-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.section-our-investors__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .section-our-investors__play-icon {
    width: 72px;
    height: 72px;
  }
}

.section-our-investors__video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border-radius: 0 0 12px 12px;
}

.section-our-investors__video-badge {
  display: inline-block;
  width: fit-content;
  padding: 4px 14px;
  background-color: #FFFFFF;
  color: #181A1F;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 9999px;
}

.section-our-investors__video-caption {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-our-investors__video-caption {
    font-size: 12px;
  }
}

/**
 * Our Long Term Direction Section
 *
 * Two-column layout: left ~50% text, right ~50% empty spacer.
 * Full-bleed background image (desktop + mobile variants).
 * Text sits over light left side of image; focal point (hand/globe) on right.
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-our-long-term-direction {
  --oltd-cursor-intensity: 20px;
  --cursor-offset-x: 0px;
  --cursor-offset-y: 0px;
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  box-sizing: border-box;
}

.section-our-long-term-direction__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.section-our-long-term-direction__bg--cursor-track {
  inset: auto;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: translate(var(--cursor-offset-x), var(--cursor-offset-y));
}
@media screen and (max-width: 1280px) {
  .section-our-long-term-direction__bg {
    background-position: top center;
  }
}

.section-our-long-term-direction__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.section-our-long-term-direction__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: start;
  min-height: 400px;
}
@media screen and (max-width: 1280px) {
  .section-our-long-term-direction__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: auto;
  }
}

.section-our-long-term-direction__col {
  min-width: 0;
}

.section-our-long-term-direction__col--text {
  overflow: visible;
  max-width: 610px;
}
@media screen and (max-width: 1280px) {
  .section-our-long-term-direction__col--text {
    max-width: 100%;
    order: 2;
  }
}

@media screen and (max-width: 1280px) {
  .section-our-long-term-direction__col--spacer {
    order: 1;
  }
}
@media screen and (max-width: 1280px) and (min-width: 901px) {
  .section-our-long-term-direction__col--spacer {
    min-height: 80vh;
  }
}
@media screen and (max-width: 900px) and (min-width: 668px) {
  .section-our-long-term-direction__col--spacer {
    min-height: 70vh;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1281px) {
  .section-our-long-term-direction__col--spacer {
    min-height: 80vh;
  }
}
@media screen and (max-width: 667px) {
  .section-our-long-term-direction__col--spacer {
    min-height: 30vh;
  }
}

.section-our-long-term-direction__label {
  display: inline-block;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border-radius: 9999px;
}

.section-our-long-term-direction__heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.15;
  color: #181A1F;
  margin: 0 0 24px;
}
@media screen and (max-width: 1280px) {
  .section-our-long-term-direction__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-our-long-term-direction__heading {
    font-size: 30px;
    font-weight: 500;
  }
}

.section-our-long-term-direction__description {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #4a4d52;
  margin: 0;
}
.section-our-long-term-direction__description p:last-child {
  margin-bottom: 0;
}

.section-press-grid {
  background: #fafafa;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .section-press-grid {
    background: linear-gradient(180deg, #F7F5F2 0%, #F7F5F2 100%), #FAFAFA;
  }
}
.section-press-grid .container {
  text-align: center;
}
.section-press-grid__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.section-press-grid__filter {
  appearance: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(24, 26, 31, 0.5098039216);
  background: #fff;
  border: 1px solid #d6d1cb;
  border-radius: 100px;
  padding: 8px 22px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.section-press-grid__filter:hover {
  background: #f1efec;
  border-color: #b5afa8;
}
.section-press-grid__filter.is-active {
  background: #181a1f;
  color: #fff;
  border-color: #181a1f;
  font-weight: 500;
}
.section-press-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 48px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .section-press-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-press-grid__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #f1efec;
  border-radius: 16px;
  padding: 32px;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.section-press-grid__card:hover {
  border-color: #eb1c1f;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-press-grid__card {
    padding: 24px 48px 24px 24px;
  }
}
.section-press-grid__card--hidden {
  display: none;
}
.section-press-grid__card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  flex: 1 1 auto;
  min-height: 180px;
}
@media screen and (max-width: 768px) {
  .section-press-grid__card-top {
    flex: 0 1 auto;
    min-height: 0;
  }
}
.section-press-grid__meta {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #a58879;
  border-radius: 100px;
  padding: 6px 20px;
  background-color: #fff;
}
.section-press-grid__title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.72px;
  color: #181a1f;
  margin: 0;
}
.section-press-grid__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 36px;
  text-decoration: none;
  color: #171717;
}
@media screen and (max-width: 768px) {
  .section-press-grid__link {
    margin-top: 24px;
  }
}
.section-press-grid__link-text {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.17px;
  color: #171717;
}
.section-press-grid__link-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.section-press-grid__empty {
  margin: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #666;
}
.section-press-grid__cta .btn--primary,
.section-press-grid__cta .section-press-grid__load-more {
  appearance: none;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.17px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #f7f5f2;
  background-color: #171717;
  padding: 12px 24px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  min-width: 200px;
}
.section-press-grid__cta .btn--primary:hover,
.section-press-grid__cta .section-press-grid__load-more:hover {
  color: #181818;
  background-color: #f7f5f2;
  transform: translateY(-2px);
}
.section-press-grid__cta .btn--primary:active,
.section-press-grid__cta .section-press-grid__load-more:active {
  transform: translateY(0);
}

.pm-page-hero {
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  background-image: var(--pm-page-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .pm-page-hero {
    background-image: var(--pm-page-hero-bg-mobile, var(--pm-page-hero-bg));
  }
}

.pm-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 250px 20px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pm-page-hero__content {
    padding: 200px 20px 40px;
  }
}

.pm-page-hero__heading {
  font-family: "Inter", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -3px;
  margin: 0 auto;
  color: #F7F5F2;
}
@media screen and (max-width: 1024px) {
  .pm-page-hero__heading {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .pm-page-hero__heading {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -1.08px;
  }
}

.pm-page-hero__subheading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #F7F5F2;
  max-width: 600px;
  margin: 20px auto 0;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 768px) {
  .pm-page-hero__subheading {
    font-size: 16px;
    margin-top: 16px;
  }
}

/**
 * Press & Media Section
 *
 * Section with sub-container (uploadable bg image), section heading, title, description,
 * two-column glassy cards (desktop only), and "View all press releases" button.
 */
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-press-media {
  background-color: #FFFFFF;
  padding: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .section-press-media {
    padding: 40px 20px;
  }
}

.section-press-media__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.section-press-media__sub-container {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  padding: 80px 0px;
  background: linear-gradient(135deg, #2a2a2a 0%, #4a3a35 50%, #5c4033 100%);
}
@media screen and (max-width: 1280px) {
  .section-press-media__sub-container {
    padding: 32px;
  }
}

.section-press-media__sub-bg {
  position: absolute;
  inset: 0;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 16px;
}
.section-press-media__sub-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
}

.section-press-media__header,
.section-press-media__cards,
.section-press-media__button-wrap {
  position: relative;
  z-index: 2;
}

.section-press-media__header {
  text-align: center;
}

.section-press-media__label {
  display: inline-block;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #A58879;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border-radius: 9999px;
}

.section-press-media__heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.15;
  color: #F7F5F2;
  margin: 0 0 24px;
}
@media screen and (max-width: 1280px) {
  .section-press-media__heading {
    font-size: 30px;
  }
}

.section-press-media__description {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #F7F5F2;
  margin: 0 auto 48px;
  max-width: 904px;
}
.section-press-media__description p:last-child {
  margin-bottom: 0;
}

.section-press-media__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 auto 48px;
  max-width: 792px;
}
@media screen and (max-width: 1280px) {
  .section-press-media__cards {
    display: none;
  }
}

.section-press-media__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  padding: 32px;
  gap: 48px;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  color: #F7F5F2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-press-media__card:hover {
  text-decoration: none;
  opacity: 0.95;
}

.section-press-media__card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex: 1;
}

.section-press-media__card-date {
  display: inline-block;
  border-radius: 9999px;
  padding: 4px 12px;
  background-color: #FFFFFF;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #A58879;
  text-transform: uppercase;
  align-self: flex-start;
}

.section-press-media__card-title {
  font-family: "Inter", "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #F7F5F2;
  margin: 0;
}

.section-press-media__card-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #F7F5F2;
}

.section-press-media__card-link-text {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #F7F5F2;
}

.section-press-media__card:hover .section-press-media__card-link-text {
  text-decoration: underline;
}

.section-press-media__card-link-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.section-press-media__button-wrap {
  display: flex;
  justify-content: center;
}

.section-press-media__button {
  display: inline-block;
  background-color: #F7F5F2;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #171717;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-press-media__button:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #171717;
}

.post-hero {
  position: relative;
  width: 100%;
  background-color: #2a2a2a;
  background-image: url("/wp-content/uploads/2026/04/post-top.jpg");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .post-hero {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

.post-hero__inner {
  position: relative;
  z-index: 1;
}

.post-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .post-hero__breadcrumb {
    justify-content: center;
    font-size: 30px;
  }
}

.post-hero__breadcrumb-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-hero__breadcrumb-link:hover {
  color: #F7F5F2;
}

.post-hero__breadcrumb-sep {
  color: rgba(247, 245, 242, 0.4);
}

.post-hero__breadcrumb-current {
  color: #F7F5F2;
}

.wp-singular.post-template-default.single {
  background-color: #F7F5F2;
}
.wp-singular.post-template-default.single .section-learning-hub-cta {
  background-color: #F7F5F2;
  padding: 50px 0 40px;
}

.post-template-default .main {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .post-template-default .main {
    padding: 40px 0 0;
  }
}

.post__title {
  color: #181A1F;
  font-family: "Inter", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.62px;
}
@media screen and (max-width: 768px) {
  .post__title {
    font-size: 30px;
    letter-spacing: -0.3px;
    font-weight: 500;
  }
}

.post__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #A58879;
  text-transform: capitalize;
}

.post__date {
  text-transform: capitalize;
}

.post__meta-sep {
  color: #D1C7C0;
}

.post__thumbnail {
  margin: 32px 0;
  border-radius: 16px;
  overflow: hidden;
}
.post__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-width: 790px;
  margin: 0 auto;
}

.post {
  padding: 80px 100px 60px;
  background-color: #FAFAFA;
  border-radius: 40px;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .post {
    padding: 80px 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .post {
    padding: 20px 0px 10px;
    background-color: #F7F5F2;
  }
}
@media screen and (max-width: 480px) {
  .post {
    padding: 20px 0px 10px;
  }
}

article {
  color: #525252;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

article a {
  color: #525252;
  text-decoration: none;
}
article a:hover {
  text-decoration: underline;
  color: #525252;
}

article h2 {
  font-size: 20px;
  font-weight: 700;
}

article img {
  max-width: 100%;
  height: auto;
}

article img {
  margin: 48px 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  article img {
    margin: 24px 0;
  }
}

article figure img {
  display: block;
  height: auto;
}

article figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

article .aligncenter,
article .wp-block-image.aligncenter,
article figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article .aligncenter img,
article .wp-block-image.aligncenter img,
article figure.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

article .alignleft,
article .wp-block-image.alignleft,
article figure.alignleft {
  float: left;
  margin: 4px 24px 12px 0;
  max-width: 50%;
}

article .alignright,
article .wp-block-image.alignright,
article figure.alignright {
  float: right;
  margin: 4px 0 12px 24px;
  max-width: 50%;
}

article .alignnone,
article .wp-block-image.alignnone,
article figure.alignnone {
  margin: 24px 0;
}

article .alignwide,
article .wp-block-image.alignwide {
  margin-left: -40px;
  margin-right: -40px;
  max-width: calc(100% + 80px);
}

article .alignfull,
article .wp-block-image.alignfull {
  margin-left: -80px;
  margin-right: -80px;
  max-width: calc(100% + 160px);
  width: calc(100% + 160px);
}

article .wp-block-image {
  margin: 24px 0;
}
article .wp-block-image img {
  max-width: 100%;
  height: auto;
}
article .wp-block-image.size-medium img, article .wp-block-image.size-thumbnail img {
  max-width: 100%;
}

article .is-resized {
  display: table;
}
article .is-resized img {
  width: 100%;
  height: auto;
}
article .is-resized figcaption {
  display: table-caption;
  caption-side: bottom;
}

article::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  article .alignleft,
  article .wp-block-image.alignleft,
  article figure.alignleft,
  article .alignright,
  article .wp-block-image.alignright,
  article figure.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  article .alignleft img,
  article .wp-block-image.alignleft img,
  article figure.alignleft img,
  article .alignright img,
  article .wp-block-image.alignright img,
  article figure.alignright img {
    margin-left: auto;
    margin-right: auto;
  }
  article .alignwide,
  article .wp-block-image.alignwide,
  article .alignfull,
  article .wp-block-image.alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.post-video-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
}
.post-video-link img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-video-link.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.post-video-link.alignleft {
  float: left;
  margin: 4px 24px 12px 0;
}
.post-video-link.alignright {
  float: right;
  margin: 4px 0 12px 24px;
}
.post-video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 53px;
  background-image: url("/wp-content/uploads/2026/03/play_circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.post-video-link:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.post-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: visible;
}

.post-video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}

.post-video-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(24, 26, 31, 0.9);
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.post-video-modal__close:hover {
  background-color: rgb(24, 26, 31);
  transform: scale(1.1);
}
.post-video-modal__close:active {
  transform: scale(0.95);
}
.post-video-modal__close:focus {
  outline: 2px solid #181A1F;
  outline-offset: 2px;
}
.post-video-modal__close svg {
  width: 20px;
  height: 20px;
}

.post-video-modal__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  z-index: 10000;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: post-video-modal-fade-in 0.3s ease;
}

@keyframes post-video-modal-fade-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.post-video-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 12px;
}

.post-video-modal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.post-video-modal__video:not(.post-video-modal__video--embed) {
  object-fit: contain;
}

@media screen and (max-width: 769px) {
  .post-video-modal {
    padding: 10px;
  }
  .post-video-modal__content {
    max-height: 85vh;
    border-radius: 8px;
  }
  .post-video-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
  .post-video-modal__close svg {
    width: 18px;
    height: 18px;
  }
  .post-video-link::after {
    width: 40px;
    height: 40px;
  }
}
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-wysiwyg-content {
  padding: 160px 20px 80px;
}
.section-wysiwyg-content__inner {
  margin: 0 auto;
  font-family: "Red Hat Display", sans-serif;
  color: #F7F5F2;
  line-height: 1.7;
}
.section-wysiwyg-content__inner h1, .section-wysiwyg-content__inner h2, .section-wysiwyg-content__inner h3, .section-wysiwyg-content__inner h4, .section-wysiwyg-content__inner h5, .section-wysiwyg-content__inner h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
}
.section-wysiwyg-content__inner h1:first-child, .section-wysiwyg-content__inner h2:first-child, .section-wysiwyg-content__inner h3:first-child, .section-wysiwyg-content__inner h4:first-child, .section-wysiwyg-content__inner h5:first-child, .section-wysiwyg-content__inner h6:first-child {
  margin-top: 0;
}
.section-wysiwyg-content__inner h1 {
  font-size: 2.5rem;
}
.section-wysiwyg-content__inner h2 {
  font-size: 2rem;
}
.section-wysiwyg-content__inner h3 {
  font-size: 1.5rem;
}
.section-wysiwyg-content__inner h4 {
  font-size: 1.25rem;
}
.section-wysiwyg-content__inner p {
  margin: 0 0 1.25em;
}
.section-wysiwyg-content__inner p:last-child {
  margin-bottom: 0;
}
.section-wysiwyg-content__inner a {
  color: #EC1C24;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.section-wysiwyg-content__inner a:hover {
  opacity: 0.8;
}
.section-wysiwyg-content__inner ul, .section-wysiwyg-content__inner ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
}
.section-wysiwyg-content__inner ul li, .section-wysiwyg-content__inner ol li {
  margin-bottom: 0.5em;
}
.section-wysiwyg-content__inner blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #EC1C24;
  background-color: rgba(0, 0, 0, 0.03);
  font-style: italic;
}
.section-wysiwyg-content__inner blockquote p:last-child {
  margin-bottom: 0;
}
.section-wysiwyg-content__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}
.section-wysiwyg-content__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.section-wysiwyg-content__inner table th, .section-wysiwyg-content__inner table td {
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  text-align: left;
}
.section-wysiwyg-content__inner table th {
  background-color: #F7F5F2;
  font-weight: 600;
}
.section-wysiwyg-content__inner hr {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .section-wysiwyg-content__inner h1 {
    font-size: 1.75rem;
  }
  .section-wysiwyg-content__inner h2 {
    font-size: 1.5rem;
  }
  .section-wysiwyg-content__inner h3 {
    font-size: 1.25rem;
  }
  .section-wysiwyg-content__inner h4 {
    font-size: 1.1rem;
  }
}

/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
.section-team-grid {
  padding: 100px 20px 80px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .section-team-grid {
    padding: 48px 40px;
    background: linear-gradient(180deg, #F7F5F2 0%, #F7F5F2 100%), #FAFAFA;
  }
}
.section-team-grid__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.section-team-grid__header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-team-grid__header {
    margin-bottom: 32px;
  }
}
.section-team-grid__label {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #A58879;
  background-color: #ffffff;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 8px;
}
.section-team-grid__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  color: #181A1F;
  margin: 0 0 16px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 768px) {
  .section-team-grid__heading {
    font-size: 30px;
    font-weight: 500;
  }
}
.section-team-grid__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #525252;
  max-width: 620px;
  margin: 0 auto;
}
.section-team-grid__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.section-team-grid__card {
  width: calc(33.333% - 16px);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.section-team-grid__card:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .section-team-grid__card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 480px) {
  .section-team-grid__card {
    width: 100%;
  }
}
.section-team-grid__card-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background-color: #2A2A2A;
}
.section-team-grid__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-team-grid__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
}
.section-team-grid__card-name {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 2px;
  color: #F7F5F2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-team-grid__card-name {
    font-size: 16px;
  }
}
.section-team-grid__card-title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #F7F5F2;
  text-align: center;
  letter-spacing: -0.45px;
}
.section-team-grid__card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 0px;
  background-color: #000;
  color: #F7F5F2;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 0 0 16px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  line-height: 1.4;
}
.section-team-grid__card-link:hover {
  background-color: #EC1C24;
  text-decoration: none;
  cursor: pointer;
}
.section-team-grid__card-link svg {
  flex-shrink: 0;
}

.section-post-cta {
  background: #F7F5F2;
  text-align: center;
}

.section-post-cta__heading {
  font-family: "Red Hat Display", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #181A1F;
  margin: 0 0 16px;
}

.section-post-cta__subtitle {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #525252;
  margin: 0 0 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .section-post-cta__subtitle {
    margin-bottom: 24px;
  }
}

.section-post-cta__button-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-post-cta__button-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.section-post-cta__button {
  display: block;
  min-width: 200px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: #181A1F;
  border: 1px solid #181A1F;
  border-radius: 6px;
  padding: 12px 24px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
  appearance: none;
}
.section-post-cta__button:hover {
  background: #2c2f36;
  color: #fff;
  border-color: #2c2f36;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-post-cta__button {
    flex: 0 0 auto;
  }
}
