/**
* Blocks:
* - Navigations: Core navigation elements ensuring an intuitive journey through the site for users. This includes global navbars, sidebars, and menu dropdowns.
* - Contents: The heart of the site's storytelling, covering text articles, blog entries, product listings, and featuring specialized blocks like Recommended Posts or Related Stories to encourage content exploration.
* - Interactive: Dynamic components such as sliders, lightboxes, modals, tabs, and toggles, crafted to enrich user interaction and content engagement.
* - Forms: Dedicated to facilitating user input and interactions through well-designed forms, subscription boxes, and contact forms.
* - Alerts: For immediate user feedback, including notifications and progress indicators, essential for a responsive and informative user experience.
* - Marketing: Designed to capture user attention and drive engagement through promotional banners, testimonial sliders, and clear pricing tables.
* - Integrations: Extends the site's functionality with external services and features, including social media feeds, embedded maps, and third-party integrations.
*
* The @import statements are meticulously arranged to ensure styles are applied logically and cohesively, fostering a modular and easily navigable structure.
*/

/* stylelint-disable */

html {
  box-sizing: border-box;
}

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

.o-container {
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .o-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.o-container.is-fluid {
  max-width: 100%;
}

/* @layer base {
  :root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-blue: #19B9FF;
    --color-blue-1: #001524;
    --color-blue-2: #002A51;
    --color-blue-3: #2B597D;
    --color-blue-4: #0D208F;
    --color-blue-5: #1283da;
    --color-pink: #ff6666;
    --color-violet: #823cfa;
    --color-violet-2: #4a3aff;
    --color-yellow: #ffc800;
    --color-gray: #EEEEEE;
    --color-gray-1: #f4f4f8;
    --color-gray-2: #fcfcfd;
    --color-gray-3: #8a8a8a;
    --color-gray-4: #30404C;
  }
} */

html {
  font-size: 16px;
}

body {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

body p {
  margin-bottom: 0;
}

body p+p {
  margin-top: 1.5rem;
}

@media (min-width: 48em) {
  body p+p {
    margin-top: 2rem;
  }
}

html,
body {
  overscroll-behavior: none;
}

button:focus {
  outline: none;
}

input {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input,
textarea,
select,
button {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
}

button:focus,
input:focus,
select:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  border-color: transparent;
}

.lazyload:not([src]) {
  visibility: hidden;
}

.lazyload,
.lazyloaded,
.lazyloading {
  display: block;
  transition: opacity 0.3s ease-out;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.is-non-ssl #wpadminbar {
  display: none !important;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none !important;
  background: none !important;
  color: rgba(138, 138, 138) !important;
  padding: 0 !important;
  font-size: 0.75rem;
}

/* dark theme css */

.section-block {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 23 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .section-block {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.dark-h1 {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(233 234 237 / var(--tw-text-opacity));
}

@media (min-width: 40em) {
  .dark-h1 {
    font-size: 3rem;
  }
}

@media (min-width: 48em) {
  .dark-h1 {
    font-size: 3.75rem;
  }
}

@media (min-width: 68.75em) {
  .dark-h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 90em) {
  .dark-h1 {
    font-size: 6rem;
  }
}

.dark-h1 {
  letter-spacing: -2.04px;
  line-height: 0.95;
}

.dark-h2 {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(233 234 237 / var(--tw-text-opacity));
}

@media (min-width: 40em) {
  .dark-h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 48em) {
  .dark-h2 {
    font-size: 3rem;
  }
}

@media (min-width: 68.75em) {
  .dark-h2 {
    font-size: 3.75rem;
  }
}

@media (min-width: 90em) {
  .dark-h2 {
    font-size: 4.5rem;
  }
}

.dark-h2 {
  letter-spacing: -2.04px;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .dark-h2,
  .dark-h1,
  .dark-h4 {
    letter-spacing: 0;
  }
}

.dark-h3 {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(233 234 237 / var(--tw-text-opacity));
}

@media (min-width: 68.75em) {
  .dark-h3 {
    font-size: 3.25rem;
  }
}

.dark-h3 {
  line-height: 1.2;
}

.dark-h4 {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(233 234 237 / var(--tw-text-opacity));
}

@media (min-width: 90em) {
  .dark-h4 {
    font-size: 1.75rem;
  }
}

.dark-h4 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.dark-h5 {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.8);
}

@media (min-width: 48em) {
  .dark-h5 {
    font-size: 1.125rem;
  }
}

@media (min-width: 68.75em) {
  .dark-h5 {
    font-size: 1.25rem;
  }
}

.dark-h6 {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 48em) {
  .dark-h6 {
    font-size: 1.125rem;
  }
}

@media (min-width: 68.75em) {
  .dark-h6 {
    font-size: 1.25rem;
  }
}

.body-large,
.body-large p {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(157 162 171 / var(--tw-text-opacity));
}

@media (min-width: 40em) {
  .body-large,
.body-large p {
    font-size: 1.15rem;
  }
}

.body-large,
.body-large p {
  letter-spacing: 0.16px;
  line-height: 1.4;
}

.body-small,
.body-small p {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(157 162 171 / var(--tw-text-opacity));
}

@media (min-width: 40em) {
  .body-small,
.body-small p {
    font-size: 1.15rem;
  }
}

.body-small,
.body-small p {
  letter-spacing: 0.16px;
  line-height: 1.6;
}

.stat-number.low-fonts {
  font-size: 2rem !important;
}

@media (min-width: 48em) {
  .stat-number.low-fonts {
    font-size: 2rem !important;
  }
}

@media (min-width: 68.75em) {
  .stat-number.low-fonts {
    font-size: 2rem !important;
  }
}

@media (min-width: 90em) {
  .stat-number.low-fonts {
    font-size: 2rem !important;
  }
}

.stat-number {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 143 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 8px 32px rgba(91,127,255,0.4);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 29 34 / var(--tw-bg-opacity)) !important;
  padding: 2rem !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.card:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 37 43 / var(--tw-bg-opacity)) !important;
}

/* .card.white-bg{
  @apply !bg-white hover:!bg-white/80;
} */

.eyebrow-text {
  display: inline-block;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
  letter-spacing: 1px;
}

.border-eyebrow,
.border-eyebrow p {
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(91 127 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
  letter-spacing: 1px;
}

.sec-heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}

.feature-highlights-grid .card-part.sec-heading img {
  margin: auto;
}

@media (min-width: 40em) {
  .sec-heading {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 48em) {
  .sec-heading {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 68.75em) {
  .sec-heading {
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 90em) {
  .sec-heading {
    margin-bottom: 3rem;
  }
}

.sec-heading {
  max-width: 53.125rem;
}

.sec-heading:not(:has(+ div)) {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.sec-heading .eyebrow-text,
.sec-heading .border-eyebrow {
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.bg-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 44 53 / var(--tw-bg-opacity));
  padding: 0.625rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: all var(--transition-duration) var(--transition-timing-function);
}

.check-list {
  position: relative;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.check-list pre {
  margin-top: 1.25rem;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
}

.check-list ul {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.check-list ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  color: rgb(255 255 255 / 0.8);
}

.check-list ul li:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  left: 11px;
  top: 5px;
  z-index: 1;
  width: 6px;
  height: 12px;
  border-right: 2px solid #5B7FFF;
  border-bottom: 2px solid #5B7FFF;
}

.check-list ul li:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  z-index: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #5B7FFF;
  padding: 2px;
  opacity: 0.2;
}

/* stylelint-disable */

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Screen Readers */

.srd,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Docs */

/* stylelint-disable declaration-property-unit-disallowed-list */

/* purgecss ignore */

html, body {
  overscroll-behavior: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd,
ol, ul,
form, fieldset,
legend,
figure,
table, th, td,
caption,
hr {
  margin: 0;
  padding: 0;
}

.o-section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 48em) {
  .o-section {
    padding: 0.75rem;
  }
}

:root {
  --transition-property: color;
  /* Default property */
  --transition-duration: 0.2s;
  /* Default duration */
  --transition-timing-function: ease-in-out;
  /* Default timing function */
}

.transition-color {
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.transition-opacity {
  transition: opacity var(--transition-duration) var(--transition-timing-function);
}

.transition-background-color {
  transition: background-color var(--transition-duration) var(--transition-timing-function);
}

.transition-background {
  transition: background var(--transition-duration) var(--transition-timing-function);
}

.transition-background-color-linear {
  transition: background-color var(--transition-duration) linear;
}

.transition-background-linear {
  transition: background var(--transition-duration) linear;
}

.transition-width {
  transition: width var(--transition-duration) var(--transition-timing-function);
}

.transition-height {
  transition: height var(--transition-duration) var(--transition-timing-function);
}

.transition-transform {
  transition: transform var(--transition-duration) var(--transition-timing-function);
}

.transition-all {
  transition: all var(--transition-duration) var(--transition-timing-function);
}

.transition-border-color {
  transition: border-color var(--transition-duration) var(--transition-timing-function);
}

.transition-margin {
  transition: margin var(--transition-duration) var(--transition-timing-function);
}

.transition-padding {
  transition: padding var(--transition-duration) var(--transition-timing-function);
}

.transition-font-size {
  transition: font-size var(--transition-duration) var(--transition-timing-function);
}

.transition-left {
  transition: left var(--transition-duration) var(--transition-timing-function);
}

.transition-right {
  transition: right var(--transition-duration) var(--transition-timing-function);
}

.transition-top {
  transition: top var(--transition-duration) var(--transition-timing-function);
}

.transition-bottom {
  transition: bottom var(--transition-duration) var(--transition-timing-function);
}

.transition-letter-spacing {
  transition: letter-spacing var(--transition-duration) var(--transition-timing-function);
}

.transition-opacity {
  transition: opacity var(--transition-duration) ease-out;
}

html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

/* Add transition to tab panels */

.js-tabber__slide {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}

.js-tabber__slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: Add transition to tab buttons (if desired) */

.js-tabber__trigger {
  transition: all 0.3s ease-in-out;
}

/* @media (min-width: 1600px) { html { font-size: 16px; } }

@media (min-width: 1800px) { html { font-size: 18px; } }

@media (min-width: 2000px) { html { font-size: 20px; } }

@media (min-width: 2400px) { html { font-size: 22px; } } */

.text-style-display-1, .text-wysiwyg h1 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .text-style-display-1, .text-wysiwyg h1 {
    font-size: 4.5rem;
  }
}

.text-style-display-2, .text-wysiwyg h2 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .text-style-display-2, .text-wysiwyg h2 {
    font-size: 3.5rem;
  }
}

.text-style-display-3, .text-wysiwyg h3 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .text-style-display-3, .text-wysiwyg h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.text-style-display-3-big-mobile {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .text-style-display-3-big-mobile {
    font-size: 3rem;
    line-height: 1;
  }
}

.text-style-display-4, .text-wysiwyg h4 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .text-style-display-4, .text-wysiwyg h4 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.text-style-display-5, .text-wysiwyg h5 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .text-style-display-5, .text-wysiwyg h5 {
    font-size: 2rem;
    line-height: 1;
  }
}

.text-style-display-6, .text-wysiwyg h6 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .text-style-display-6, .text-wysiwyg h6 {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

p, .text-style-t-1 {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  p, .text-style-t-1 {
    font-size: 1.188rem;
  }
}

.text-style-t-2, .text-wysiwyg ul li, .text-wysiwyg ol li, .text-wysiwyg p {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .text-style-t-2, .text-wysiwyg ul li, .text-wysiwyg ol li, .text-wysiwyg p {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.text-style-t-3 {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.text-style-m-1 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .text-style-m-1 {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.text-style-m-2 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-11 {
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
}

.text-style-12 {
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
}

.text-style-13 {
  font-size: 13.016px;
  font-style: normal;
  line-height: normal;
}

.text-style-14 {
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
  /* 18.2px */
}

.text-style-15 {
  font-size: 15px;
  font-style: normal;
  line-height: 130%;
  /* 18.2px */
}

.text-style-16 {
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
}

.text-style-18 {
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
}

.text-style-19 {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
}

.text-style-20 {
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
}

.text-style-21 {
  font-size: 21px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
}

.text-style-22 {
  font-size: 22px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
}

.text-style-24 {
  font-size: 24px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
}

.text-style-28 {
  font-size: 28px;
  font-style: normal;
  line-height: 100%;
  /* 28px */
}

.text-style-40 {
  font-size: 40px;
  font-style: normal;
  line-height: 120%;
  /* 48px */
  letter-spacing: -1.2px;
}

.text-style-48 {
  font-size: 48px;
  font-style: normal;
  line-height: 100%;
  /* 48px */
  letter-spacing: -1.44px;
}

.text-style-72 {
  font-size: 40px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -3.6px;
}

@media (min-width: 48em) {
  .text-style-72 {
    font-size: 56px
  }
}

@media (min-width: 68.75em) {
  .text-style-72 {
    font-size: 72px
  }
}

.text-style-80 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 80px */
  letter-spacing: -2.4px;
}

.text-style-104 {
  font-style: normal;
  line-height: 93%;
  /* 96.72px */
  letter-spacing: -3.12px;
  font-size: 64px;
}

@media (min-width: 48em) {
  .text-style-104 {
    font-size: 80px
  }
}

@media (min-width: 68.75em) {
  .text-style-104 {
    font-size: 104px
  }
}

.text-style-160 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 160px */
  letter-spacing: -4.8px;
}

@media (min-width: 48em) {
  .text-style-160 {
    font-size: 104px
  }
}

@media (min-width: 68.75em) {
  .text-style-160 {
    font-size: 160px
  }
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-500 {
  font-weight: 500;
}

.text-weight-700 {
  font-weight: 700;
}

.letter-spacing--42 {
  letter-spacing: -0.42px;
}

.text-wysiwyg a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
}

.text-wysiwyg hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-width: 1px;
  border-color: rgb(138 138 138 / 0.6);
}

.text-wysiwyg ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  list-style: disc;
}

.text-wysiwyg table {
  margin-bottom: 1.25rem;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
}

.text-wysiwyg table td, .text-wysiwyg table th {
  border-bottom-width: 1px;
  border-color: rgb(138 138 138 / 0.2);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left !important;
}

.text-wysiwyg p + h1, .text-wysiwyg p + h2, .text-wysiwyg p + h3, .text-wysiwyg p + h4, .text-wysiwyg p + h5, .text-wysiwyg p + h6 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.text-wysiwyg h1, .text-wysiwyg h2, .text-wysiwyg h3, .text-wysiwyg h4, .text-wysiwyg h5, .text-wysiwyg h6 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.adjust-spacing {
  display: block;
  height: 0;
}

.adjust-spacing--close {
  margin-bottom: 0 !important;
}

.adjust-spacing--extend {
  margin-bottom: 3.75rem;
}

@media (min-width: 68.75em) {
  .adjust-spacing--extend {
    margin-bottom: 120px;
  }
}

.announcement-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
}

.feature-highlights-grid .card-part.announcement-banner img {
  margin: auto;
}

.announcement-banner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .announcement-banner {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.announcement-banner p, .announcement-banner a {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .announcement-banner p, .announcement-banner a {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.announcement-banner a {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

#wpadminbar {
  display: none;
}

.mobile-drawer:not(#wpadminbar) {
  transform: translateX(0);
  /* Slide in */
}

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

.feature-highlights-grid .card-part.attention-grabber__content img {
  margin: auto;
}

.attention-grabber__content .attention-grabber__label {
  display: inline-flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.5rem;
  border-radius: 100px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.attention-grabber__content .attention-grabber__label span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .attention-grabber__content .attention-grabber__label span {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.attention-grabber__content .attention-grabber__label span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 700;
}

.attention-grabber__content .attention-grabber__headline {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .attention-grabber__content .attention-grabber__headline {
    font-size: 3.5rem;
  }
}

.attention-grabber__content .attention-grabber__headline {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  line-height: 100%;
}

.attention-grabber__content .attention-grabber__headline span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.attention-grabber__content .attention-grabber__subheading {
  margin-top: 1.5rem;
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-weight: 400;
  max-width: 453px;
  margin-left: auto;
  margin-right: auto;
}

.attention-grabber__content .attention-grabber__cta {
}

.attention-grabber .attention-grabber__image {
}

.ui-blocks .author-footer h6 {
  margin-bottom: 1rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.ui-blocks .author-footer h4 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.blog-cta-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 66.667%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #823cfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 60 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(130 60 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #823cfa var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 70%;
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

@media (min-width: 48em) {
  .blog-cta-content:after {
    width: 100%;
  }
}

.blog-cta-content .cta-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  aspect-ratio: 1 / 1;
  height: 100%;
}

.blog-cta-content .cta-content {
  position: relative;
  z-index: 3;
}

.ui-blocks .blog-cta-content h2,
.ui-blocks .blog-cta-content h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ui-blocks .blog-cta-content p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.board-members-grid {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.board-members-grid__lead-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .board-members-grid__lead-title {
    font-size: 3.5rem;
  }
}

.board-members-grid__lead-title {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  margin-bottom: 4rem;
  text-align: center;
}

.feature-highlights-grid .card-part.board-members-grid__lead-title img {
  margin: auto;
}

.board-members-grid__lead-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 579px;
}

.board-members-grid__lead-title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.board-members-grid__secondary-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .board-members-grid__secondary-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.board-members-grid__secondary-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  text-align: left;
  max-width: 579px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.board-members-grid__secondary-title img {
  margin: auto;
}

.board-members-grid__secondary-title {
  margin-top: 1.5rem;
}

.board-members-grid__secondary-title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.board-members-grid__members {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .board-members-grid__members.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .board-members-grid__members:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .board-members-grid__members:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .board-members-grid__members:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .board-members-grid__members:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .board-members-grid__members:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .board-members-grid__members:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .board-members-grid__members:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .board-members-grid__members:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .board-members-grid__members:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.board-members-grid__members {
  margin-top: 3.5rem;
}

@media (min-width: 68.75em) {
  .board-members-grid__members {
    margin-top: 5rem;
    row-gap: 4rem;
  }
}

.board-members-grid__members .board-members-grid__member {
  max-width: 220px;
}

.board-members-grid__members .board-members-grid__member .board-members-grid__member-image {
  max-width: 220px;
}

.board-members-grid__members .board-members-grid__member .board-members-grid__member-image img {
  width: auto;
  max-width: 100%;
  border-radius: 100%;
}

.board-members-grid__members .board-members-grid__member .board-members-grid__member-name {
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  max-width: 200px;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  margin-top: 2rem;
}

.board-members-grid__members .board-members-grid__member .board-members-grid__member-role {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .board-members-grid__members .board-members-grid__member .board-members-grid__member-role {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.board-members-grid__members .board-members-grid__member .board-members-grid__member-role {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  max-width: 200px;
  opacity: 0.4;
}

.button {
  position: relative;
  display: inline-flex;
  color: white;
  border-radius: 6px;
  padding: 11px 20px;
  transition: color var(--transition-duration) var(--transition-timing-function);
  transition: background-color var(--transition-duration) var(--transition-timing-function);
  transition: background-color var(--transition-duration) linear;
}

.button.--size-medium {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .button.--size-medium {
    display: inline-flex;
    font-size: 1.25rem
  }
}

.button.--size-medium.is-inline {
  display: inline-flex;
}

.button span {
  position: relative;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
  line-height: 1.4;
  z-index: 3;
}

.button::after {
  z-index: 1;
}

.button::before {
  z-index: 2;
}

.button::after, .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: opacity 0.3s ease-out;
}

.button::before {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: opacity var(--transition-duration) var(--transition-timing-function);
  transition: opacity var(--transition-duration) ease-out;
  opacity: 0;
}

.button.--blue-200::after {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #ff6666 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 102 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(74 58 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a3aff var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #1283da var(--tw-gradient-to-position);
  opacity: 0;
  transition: opacity 0.2s ease-out, -webkit-clip-path 0.2s linear;
  transition: opacity 0.2s ease-out, clip-path 0.2s linear;
  transition: opacity 0.2s ease-out, clip-path 0.2s linear, -webkit-clip-path 0.2s linear;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.button.--blue-200::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 2.3%, rgba(0, 0, 0, 0.00) 52.99%), #122532;
  border: 1px solid rgba(255,255,255,0.05);
  opacity: 1;
  z-index: 1;
}

.button.--blue-200:hover::after {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.button.--black, .button.--black::after, .button.--black::before {
  border-radius: 6px;
}

.button.--black::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 81 / var(--tw-bg-opacity));
  background-size: 200% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  /* Initial state */
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out;
}

.button.--black::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  opacity: 1;
  z-index: 1;
}

.button.--black:hover::after {
  /* Trigger the grow animation on hover */
  -webkit-clip-path: circle(75% at 50% 50%);
          clip-path: circle(75% at 50% 50%);
  opacity: 1;
}

.button.--black:not(:hover)::after {
  /* Trigger the retract animation when hover is removed */
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.button.--black span {
  display: inline-flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  /* Transition for smooth movement */
}

.button.--black:hover span {
  transform: translateX(-3px);
  /* Adjust the value for desired movement */
}

.button.--black:not(:hover) span {
  transform: translateX(0);
}

.button.--violet, .button.--violet::after, .button.--violet::before {
  border-radius: 6px;
}

.button.--violet::after {
  background-image: url('../../assets/blocks/btn--platform-blue.png');
  background-size: 200% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  /* Initial state */
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out;
}

.button.--violet::before {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
  opacity: 1;
  z-index: 1;
}

.button.--violet:hover::after {
  /* Trigger the grow animation on hover */
  -webkit-clip-path: circle(75% at 50% 50%);
          clip-path: circle(75% at 50% 50%);
  opacity: 1;
}

.button.--violet:not(:hover)::after {
  /* Trigger the retract animation when hover is removed */
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.button.--violet span {
  display: inline-flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  /* Transition for smooth movement */
}

.button.--violet:hover span {
  transform: translateX(-3px);
  /* Adjust the value for desired movement */
}

.button.--violet:not(:hover) span {
  transform: translateX(0);
}

.button.--white, .button.--white::after, .button.--white::before {
  border-radius: 6px;
}

.button.--white span {
  text-shadow: none;
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
}

.button.--white::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  opacity: 0;
}

.button.--white::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  z-index: 1;
}

.button.--white:hover::after {
  opacity: 1;
}

.button.--white:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button::hover, .button::hover span {
  color: white;
}

.button::hover::before {
  opacity: 1;
  background-size: 100%;
}

.button-controls {
  position: relative;
  display: inline-flex;
  color: white;
  border-radius: 12px;
  padding: 11px 20px;
  transition: color 0.3s ease, background 0.3s ease;
}

@keyframes circleGrow {
  from {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }

  to {
    -webkit-clip-path: circle(150% at 50% 50%);
            clip-path: circle(150% at 50% 50%);
    /* Adjust this value based on your button size */
    opacity: 1;
  }
}

.btn {
  position: relative;
  box-sizing: border-box;
}

.btn--changeGradient {
  background-image: url('../../assets/blocks/btn--platform-blue.png');
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation-play-state: paused;
}

/* Initially paused */

.btn--changeGradient:hover {
  animation: changeGradientAnimation 5s linear infinite;
  animation-play-state: running;
  /* Start animation on hover */
}

@keyframes changeGradientAnimation {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.careers-cta {
  border-radius: 12px 12px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.careers-cta__mask {
  background-image: url('../../assets/blocks/careers-cta__mask.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.careers-cta__content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.feature-highlights-grid .card-part.careers-cta__content img {
  margin: auto;
}

.careers-cta__content .careers-cta__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .careers-cta__content .careers-cta__title {
    font-size: 3rem;
    line-height: 1;
  }
}

.careers-cta__content .careers-cta__title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 700;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.625rem;
}

.careers-cta__content .careers-cta__title span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.careers-cta__content .careers-cta__button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
}

.company-timeline {
  overflow: hidden;
}

.company-timeline__heading {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .company-timeline__heading {
    font-size: 3.5rem;
  }
}

.feature-highlights-grid .card-part.company-timeline__heading img {
  margin: auto;
}

.company-timeline__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 629px;
  margin-bottom: 2rem;
}

.company-timeline__heading span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.company-timeline__text {
  max-width: 385px;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .company-timeline__text {
    font-size: 1.188rem;
  }
}

.company-timeline__text {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.company-timeline__text img {
  margin: auto;
}

.company-timeline__text {
  opacity: 0.8;
}

.company-timeline__image {
  width: 100vw;
  max-width: 100vw;
  margin-top: 4.25rem;
  margin-left: -1rem;
  overflow-x: scroll;
  scrollbar-width: none;
}

@media (min-width: 48em) {
  .company-timeline__image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1264px;
  }
}

.company-timeline__image img {
  width: 300vw;
  max-width: none;
  margin-right: 2rem;
}

@media (min-width: 48em) {
  .company-timeline__image img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.contact-header__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: 6.125rem;
  padding-bottom: 6.125rem;
}

@media (min-width: 48em) {
  .contact-header__content {
    flex-direction: row;
  }
}

.contact-header__content__left,
  .contact-header__content__right {
  width: 100%;
}

@media (min-width: 48em) {
  .contact-header__content__left,
  .contact-header__content__right {
    width: 50.000%;
  }
}

.contact-header__content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-header__content__right {
}

.contact-header__text-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0%;
}

.contact-header__headline {
  margin-bottom: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .contact-header__headline {
    font-size: 4.5rem;
  }
}

.contact-header__headline span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.contact-header__subheadline {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .contact-header__subheadline {
    font-size: 2rem;
    line-height: 1;
  }
}

.contact-header__subheadline {
  max-width: 350px;
  line-height: 1.25;
}

.contact-header__subheadline span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.contact-header__icon {
  margin-bottom: 3rem;
}

.contact-header__descriptive-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 21px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  margin-top: 1.875rem;
  max-width: 395px;
}

.contact-header__descriptive-text-before,
  .contact-header__descriptive-text-after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 1.875rem;
}

.contact-header__descriptive-text-before .acf-field+.acf-field, .contact-header__descriptive-text-after .acf-field+.acf-field {
  margin-top: 1.875rem;
}

.contact-header__propertise {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .contact-header__propertise {
    font-size: 1.188rem;
  }
}

.contact-header__propertise {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 2.313rem;
}

.contact-header__propertise li {
  max-width: 390px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-header__propertise li .star {
  margin-top: 3px;
}

.contact-header__form-container {
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3.125rem;
  min-height: 650px;
  box-shadow: 0px 34.334px 9.81px 0px rgba(124, 124, 124, 0.00), 0px 21.721px 8.408px 0px rgba(7, 48, 82, 0.01), 0px 12.612px 7.708px 0px rgba(7, 48, 82, 0.04), 0px 5.605px 5.605px 0px rgba(7, 48, 82, 0.07), 0px 1.401px 2.803px 0px rgba(53, 53, 53, 0.05), 0px 0px 0px 0px rgba(7, 48, 82, 0.08);
}

.contact-header--contact-layout,
  .contact-header--demo-layout,
  .contact-header--demoimage-layout {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  background-position: 360px center;
}

.contact-header--contact-layout {
  background-image: url('../../assets/blocks/contact-header__contact.png');
}

.contact-header--demo-layout {
  background-image: url('../../assets/blocks/contact-header__demo.png');
}

/* Hubspot Form Overrides */

.contact-header .myCustomButton {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif !important;
  font-weight: 700 !important;
  position: relative !important;
  display: inline-flex !important;
  color: white !important;
  border-radius: 6px !important;
  padding: 11px 20px !important;
  transition: color var(--transition-duration) var(--transition-timing-function);
  transition: background-color var(--transition-duration) var(--transition-timing-function);
  transition: background-color var(--transition-duration) linear;
}

.contact-header .myCustomButton.--size-medium {
  display: flex !important;
  justify-content: center !important;
}

.button.contact-header .myCustomButton {
  display: flex !important;
  justify-content: center !important;
}

.contact-header .myCustomButton.--size-medium {
  font-size: 1.125rem;
}

.button.contact-header .myCustomButton {
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .contact-header .myCustomButton.--size-medium {
    display: inline-flex !important
  }

  .button.contact-header .myCustomButton {
    display: inline-flex !important
  }

  .contact-header .myCustomButton.--size-medium {
    font-size: 1.25rem;
  }

  .button.contact-header .myCustomButton {
    font-size: 1.25rem;
  }
}

.contact-header .myCustomButton.--size-medium.is-inline {
  display: inline-flex;
}

.button.contact-header .myCustomButton.is-inline {
  display: inline-flex;
}

.contact-header .myCustomButton span {
  position: relative !important;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.25) !important;
  line-height: 1.4 !important;
  z-index: 3 !important;
}

.contact-header .myCustomButton::after {
  z-index: 1 !important;
}

.contact-header .myCustomButton::before {
  z-index: 2 !important;
}

.contact-header .myCustomButton::after,.contact-header .myCustomButton::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 6px !important;
  transition: opacity 0.3s ease-out !important;
}

.contact-header .myCustomButton::before {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: opacity var(--transition-duration) var(--transition-timing-function);
  transition: opacity var(--transition-duration) ease-out;
  opacity: 0 !important;
}

.contact-header .myCustomButton.--blue-200::after {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #ff6666 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 102 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(74 58 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a3aff var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #1283da var(--tw-gradient-to-position);
  opacity: 0 !important;
  transition: opacity 0.2s ease-out, -webkit-clip-path 0.2s linear !important;
  transition: opacity 0.2s ease-out, clip-path 0.2s linear !important;
  transition: opacity 0.2s ease-out, clip-path 0.2s linear, -webkit-clip-path 0.2s linear !important;
  -webkit-clip-path: inset(0 100% 0 0) !important;
          clip-path: inset(0 100% 0 0) !important;
}

.contact-header .myCustomButton.--blue-200::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 2.3%, rgba(0, 0, 0, 0.00) 52.99%), #122532 !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

.contact-header .myCustomButton.--blue-200:hover::after {
  opacity: 1 !important;
  -webkit-clip-path: inset(0 0 0 0) !important;
          clip-path: inset(0 0 0 0) !important;
}

.contact-header .myCustomButton.--black,.contact-header .myCustomButton.--black::after,.contact-header .myCustomButton.--black::before {
  border-radius: 6px !important;
}

.contact-header .myCustomButton.--black::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 81 / var(--tw-bg-opacity));
  background-size: 200% 100% !important;
  background-repeat: no-repeat !important;
  opacity: 0 !important;
  /* Initial state */
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
  transition: opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out !important;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out !important;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out !important;
}

.contact-header .myCustomButton.--black::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  opacity: 1 !important;
  z-index: 1 !important;
}

.contact-header .myCustomButton.--black:hover::after {
  /* Trigger the grow animation on hover */
  -webkit-clip-path: circle(75% at 50% 50%) !important;
          clip-path: circle(75% at 50% 50%) !important;
  opacity: 1 !important;
}

.contact-header .myCustomButton.--black:not(:hover)::after {
  /* Trigger the retract animation when hover is removed */
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
  opacity: 0 !important;
}

.contact-header .myCustomButton.--black span {
  display: inline-flex !important;
  align-items: center !important;
  transition: transform 0.5s ease-in-out !important;
  /* Transition for smooth movement */
}

.contact-header .myCustomButton.--black:hover span {
  transform: translateX(-3px) !important;
  /* Adjust the value for desired movement */
}

.contact-header .myCustomButton.--black:not(:hover) span {
  transform: translateX(0) !important;
}

.contact-header .myCustomButton.--violet,.contact-header .myCustomButton.--violet::after,.contact-header .myCustomButton.--violet::before {
  border-radius: 6px !important;
}

.button.contact-header .myCustomButton, .button.contact-header .myCustomButton::after, .button.contact-header .myCustomButton::before {
  border-radius: 6px !important;
}

.contact-header .myCustomButton.--violet::after {
  background-image: url('../../assets/blocks/btn--platform-blue.png') !important;
  background-size: 200% 100% !important;
  background-repeat: no-repeat !important;
  opacity: 0 !important;
  /* Initial state */
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
  transition: opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out !important;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out !important;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out !important;
}

.button.contact-header .myCustomButton::after {
  background-image: url('../../assets/blocks/btn--platform-blue.png') !important;
  background-size: 200% 100% !important;
  background-repeat: no-repeat !important;
  opacity: 0 !important;
  /* Initial state */
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
  transition: opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out !important;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out !important;
  transition: clip-path 1s ease-in-out, opacity 2.5s ease-in-out, -webkit-clip-path 1s ease-in-out !important;
}

.contact-header .myCustomButton.--violet::before {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.button.contact-header .myCustomButton::before {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.contact-header .myCustomButton.--violet::before {
  opacity: 1 !important;
  z-index: 1 !important;
}

.button.contact-header .myCustomButton::before {
  opacity: 1 !important;
  z-index: 1 !important;
}

.contact-header .myCustomButton.--violet:hover::after {
  /* Trigger the grow animation on hover */
  -webkit-clip-path: circle(75% at 50% 50%) !important;
          clip-path: circle(75% at 50% 50%) !important;
  opacity: 1 !important;
}

.button.contact-header .myCustomButton:hover::after {
  /* Trigger the grow animation on hover */
  -webkit-clip-path: circle(75% at 50% 50%) !important;
          clip-path: circle(75% at 50% 50%) !important;
  opacity: 1 !important;
}

.contact-header .myCustomButton.--violet:not(:hover)::after {
  /* Trigger the retract animation when hover is removed */
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
  opacity: 0 !important;
}

.button.contact-header .myCustomButton:not(:hover)::after {
  /* Trigger the retract animation when hover is removed */
  -webkit-clip-path: circle(0% at 50% 50%) !important;
          clip-path: circle(0% at 50% 50%) !important;
  opacity: 0 !important;
}

.contact-header .myCustomButton.--violet span {
  display: inline-flex !important;
  align-items: center !important;
  transition: transform 0.5s ease-in-out !important;
  /* Transition for smooth movement */
}

.button.contact-header .myCustomButton span {
  display: inline-flex !important;
  align-items: center !important;
  transition: transform 0.5s ease-in-out !important;
  /* Transition for smooth movement */
}

.contact-header .myCustomButton.--violet:hover span {
  transform: translateX(-3px) !important;
  /* Adjust the value for desired movement */
}

.button.contact-header .myCustomButton:hover span {
  transform: translateX(-3px) !important;
  /* Adjust the value for desired movement */
}

.contact-header .myCustomButton.--violet:not(:hover) span {
  transform: translateX(0) !important;
}

.button.contact-header .myCustomButton:not(:hover) span {
  transform: translateX(0) !important;
}

.contact-header .myCustomButton.--white,.contact-header .myCustomButton.--white::after,.contact-header .myCustomButton.--white::before {
  border-radius: 6px !important;
}

.contact-header .myCustomButton.--white span {
  text-shadow: none !important;
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
}

.contact-header .myCustomButton.--white::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  opacity: 0 !important;
}

.contact-header .myCustomButton.--white::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1 !important;
  z-index: 1 !important;
}

.contact-header .myCustomButton.--white:hover::after {
  opacity: 1 !important;
}

.contact-header .myCustomButton.--white:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-header .myCustomButton::hover,.contact-header .myCustomButton::hover span {
  color: white !important;
}

.contact-header .myCustomButton::hover::before {
  opacity: 1 !important;
  background-size: 100% !important;
}

.contact-header .myCustomButton {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.cta-buttons .cb-icon-wrap {
  background-color: rgb(255 255 255 / 0.1);
}

.cta-buttons .cb-blue-btn:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cta-buttons .cb-watch-btn {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  background-color: rgb(255 255 255 / 0.1);
}

.cta-buttons .cb-watch-btn:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.cta-cards__text {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .cta-cards__text {
    font-size: 3.5rem;
  }
}

.feature-highlights-grid .card-part.cta-cards__text img {
  margin: auto;
}

.cta-cards__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  margin-bottom: 4rem;
}

.cta-cards__cards {
  display: grid;
  gap: 2rem;
}

.cta-cards__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: 1.103px solid rgba(126, 126, 126, 0.20);
  background: rgba(168, 168, 168, 0.10);
  background-blend-mode: lighten;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  gap: 2rem;
  padding: 2rem;
}

@media (min-width: 68.75em) {
  .cta-cards__card {
    gap: 3.5rem;
    padding: 3.5rem;
    min-height: 200px;
  }
}

.cta-cards__card-title h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .cta-cards__card-title h3 {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 68.75em) {
  .cta-cards__card-title h3 {
    font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }

  @media (min-width: 48em) {
    .cta-cards__card-title h3 {
      font-size: 2.5rem;
      line-height: 1;
    }
  }
}

.cta-cards__card-text p {
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .cta-cards__card-text p {
    font-size: 1.188rem;
  }
}

.cta-cards__card-cta {
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: flex-start;
}

.cta-cards__card-cta span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  margin-right: 0.75rem;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.cta-cards__card:hover .cta-cards__card-cta span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

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

@media (min-width: 48em) {
  .cta-cards__cards--two-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.cta-cards__cards--three-cols .cta-cards__card-title h3 {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .cta-cards__cards--three-cols .cta-cards__card-title h3 {
    font-size: 2rem;
    line-height: 1;
  }

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

.culture-benefits__lead-image {
  padding-bottom: 1.5rem;
}

.culture-benefits__lead-image img {
  width: 100%;
  border-radius: 8px;
}

.culture-benefits__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .culture-benefits__content {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    flex-direction: row;
  }
}

.culture-benefits__title {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 68.75em) {
  .culture-benefits__title {
    margin-left: 5rem;
    margin-right: 5rem;
    flex-shrink: 1;
    max-width: 440px;
  }
}

.culture-benefits__title-stars {
  display: none;
}

.mobile-drawer:not(.culture-benefits__title-stars) {
  transform: translateX(0);
  /* Slide in */
}

@media (min-width: 68.75em) {
  .culture-benefits__title-stars {
    display: block;
  }
}

.culture-benefits__mobile-stars {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  text-align: center;
}

.feature-highlights-grid .card-part.culture-benefits__mobile-stars img {
  margin: auto;
}

@media (min-width: 68.75em) {
  .culture-benefits__mobile-stars {
    display: none;
  }

  .mobile-drawer:not(.culture-benefits__mobile-stars) {
    transform: translateX(0);
    /* Slide in */
  }
}

.culture-benefits__faq {
  max-width: 100%;
}

@media (min-width: 68.75em) {
  .culture-benefits__faq {
    min-width: 630px;
    flex-shrink: 0;
    flex-grow: 1;
  }
}

.culture-benefits__title h2 {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .culture-benefits__title h2 {
    font-size: 3.5rem;
  }
}

.culture-benefits__title h2 span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.culture-benefits__faq-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .culture-benefits__faq-title {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.culture-benefits__faq-content {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .culture-benefits__faq-content {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

/* [data-aos="fade-up-soft"] {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition-property: transform, opacity;
}

[data-aos="fade-up-soft"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */

.drawer {
  position: absolute;
  top: 3rem;
  left: -99px;
  z-index: 10;
  padding-top: 2rem;
  padding-bottom: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.drawer__content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  border-radius: 8px;
  border: 1.103px solid rgba(244, 243, 239, 0.20);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0px 232px 65px rgba(0, 0, 0, 0.01), 0px 35px 59px rgba(0, 0, 0, 0.06), 0px 20px 50px rgba(0, 0, 0, 0.2), 0px 37px 37px rgba(0, 0, 0, 0.14), 0px 9px 20px rgba(0, 0, 0, 0.19), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.drawer__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .drawer__title {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.drawer__title {
  margin-bottom: 1.5rem;
}

.drawer__features-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.drawer__feature-item {
  min-width: 305px;
}

.drawer__feature-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .drawer__feature-link.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .drawer__feature-link:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .drawer__feature-link:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .drawer__feature-link:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .drawer__feature-link:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .drawer__feature-link:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .drawer__feature-link:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .drawer__feature-link:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .drawer__feature-link:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .drawer__feature-link:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.drawer__feature-content {
  margin-right: 1.5rem;
  width: auto;
  max-width: 185px;
}

.drawer__feature-icon-frame {
  min-width: 32px;
  max-width: 32px;
  height: auto;
  width: 32px;
}

.drawer__feature-icon-frame img,
    .drawer__feature-icon-frame svg {
  height: auto;
  width: 32px;
}

.drawer__feature-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  margin-bottom: 0.375rem;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.drawer__feature-desc {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  font-weight: 400;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: opacity var(--transition-duration) var(--transition-timing-function);
  transition: opacity var(--transition-duration) ease-out;
  opacity: 0.6;
}

.drawer__feature-link:hover .drawer__feature-title, .drawer__feature-link.--is-active .drawer__feature-title {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.drawer__feature-link:hover .drawer__feature-desc, .drawer__feature-link.--is-active .drawer__feature-desc {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  opacity: 1;
}

.drawer__feature-intro {
  width: 246px;
}

.drawer__platform-intro {
}

.drawer__platform-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .drawer__platform-title {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.drawer__platform-title {
  margin-bottom: 1.5rem;
}

.drawer__platform-image {
  max-width: 246px;
  margin-bottom: 1.25rem;
}

.drawer__platform-image img {
  height: auto;
  width: 100%;
  border-radius: 6px;
}

.drawer__platform-desc {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
  /* 18.2px */
  font-weight: 400;
}

.drawer__platform-link {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
}

.drawer__platform-link span {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
  /* 18.2px */
  font-weight: 700;
  letter-spacing: -0.42px;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.drawer__platform-link:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer--regular {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}

.drawer--regular .drawer__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.drawer--large {
  left: -110px;
  max-width: 705px;
}

.drawer--large.three-col {
  left: -200px;
  width: 860px;
  max-width: 860px;
}

@media (min-width: 90em) {
  .drawer--large.three-col {
    left: -100px;
  }
}

.drawer--large {
  margin-left: auto;
  margin-right: auto;
}

.drawer--large .drawer__content {
  padding: 2rem;
}

/*
.transform,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-bottom-50{bottom:-3.125rem}.-left-50{left:-3.125rem}.-top-30{top:-1.875rem}.-top-50{top:-3.125rem}.bottom-0{bottom:0}.bottom-120{bottom:7.5rem}.bottom-20{bottom:1.25rem}.left-0{left:0}.left-16{left:1rem}.left-\[50px\]{left:50px}.right-0{right:0}.right-30{right:1.875rem}.right-\[-50px\]{right:-50px}.right-\[100\%\]{right:100%}.right-\[50px\]{right:50px}.top-0{top:0}.top-5{top:.3125rem}.top-85{top:5.313rem}.top-\[50\%\]{top:50%}.top-\[5px\]{top:5px}.-z-1{z-index:-1}.z-1{z-index:1}.z-10{z-index:10}.z-2{z-index:2}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.col-span-2{grid-column:span 2/span 2}.m-0{margin:0}.-mx-32{margin-left:-2rem;margin-right:-2rem}.mx-4{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.-mt-100{margin-top:-6.25rem}.mb-0{margin-bottom:0}.mb-10{margin-bottom:.625rem}.mb-100{margin-bottom:6.25rem}.mb-12{margin-bottom:.75rem}.mb-14{margin-bottom:.875rem}.mb-16{margin-bottom:1rem}.mb-18{margin-bottom:1.125rem}.mb-20{margin-bottom:1.25rem}.mb-24{margin-bottom:1.5rem}.mb-25{margin-bottom:1.563rem}.mb-28{margin-bottom:1.75rem}.mb-32{margin-bottom:2rem}.mb-48{margin-bottom:3rem}.mb-50{margin-bottom:3.125rem}.mb-60{margin-bottom:3.75rem}.mb-64{margin-bottom:4rem}.mb-70{margin-bottom:4.375rem}.mb-8{margin-bottom:.5rem}.mb-80{margin-bottom:5rem}.mb-92{margin-bottom:5.75rem}.ml-10{margin-left:.625rem}.ml-12{margin-left:.75rem}.ml-6{margin-left:.375rem}.mr-12{margin-right:.75rem}.mt-12{margin-top:.75rem}.mt-120{margin-top:7.5rem}.mt-20{margin-top:1.25rem}.mt-24{margin-top:1.5rem}.mt-40{margin-top:2.5rem}.mt-42{margin-top:2.625rem}.mt-5{margin-top:.3125rem}.mt-8{margin-top:.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-32{height:2rem}.h-\[100px\]{height:100px}.h-\[15px\]{height:15px}.h-\[170px\]{height:170px}.h-\[230px\]{height:230px}.h-\[250px\]{height:250px}.h-full{height:100%}.max-h-\[400px\]{max-height:400px}.min-h-\[700px\]{min-height:700px}.w-13{width:.8125rem}.w-14{width:.875rem}.w-15{width:.9375rem}.w-17{width:1.063rem}.w-22{width:1.375rem}.w-24{width:1.5rem}.w-25{width:1.563rem}.w-32{width:2rem}.w-36{width:2.25rem}.w-88{width:5.5rem}.w-89{width:5.563rem}.w-9{width:.5625rem}.w-\[100px\]{width:100px}.w-\[140px\]{width:140px}.w-\[170px\]{width:170px}.w-\[30\%\]{width:30%}.w-\[90\%\]{width:90%}.w-full{width:100%}.max-w-\[340px\]{max-width:340px}.max-w-\[380px\]{max-width:380px}.max-w-\[430px\]{max-width:430px}.max-w-\[500px\]{max-width:500px}.max-w-\[550px\]{max-width:550px}.flex-none{flex:none}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-16{gap:1rem}.gap-24{gap:1.5rem}.gap-26{gap:1.625rem}.gap-30{gap:1.875rem}.gap-32{gap:2rem}.gap-4{gap:.25rem}.gap-50{gap:3.125rem}.gap-54{gap:3.375rem}.gap-6{gap:.375rem}.gap-60{gap:3.75rem}.gap-8{gap:.5rem}.gap-x-16{-moz-column-gap:1rem;column-gap:1rem}.gap-x-54{-moz-column-gap:3.375rem;column-gap:3.375rem}.gap-y-24{row-gap:1.5rem}.gap-y-32{row-gap:2rem}.gap-y-8{row-gap:.5rem}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.whitespace-nowrap{white-space:nowrap}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[2px\]{border-radius:2px}.rounded-\[32px\]{border-radius:32px}.rounded-\[4px\]{border-radius:4px}.rounded-default{border-radius:6px}.rounded-full{border-radius:100%}.rounded-bl-\[6px\]{border-bottom-left-radius:6px}.rounded-br-\[6px\]{border-bottom-right-radius:6px}.rounded-tl-\[12px\]{border-top-left-radius:12px}.rounded-tr-\[12px\]{border-top-right-radius:12px}.p-16{padding:1rem}.p-20{padding:1.25rem}.p-24{padding:1.5rem}.p-32{padding:2rem}.px-12{padding-left:.75rem;padding-right:.75rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.px-32{padding-left:2rem;padding-right:2rem}.px-8{padding-left:.5rem;padding-right:.5rem}.py-14{padding-top:.875rem;padding-bottom:.875rem}.py-18{padding-top:1.125rem;padding-bottom:1.125rem}.py-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-4{padding-top:.25rem;padding-bottom:.25rem}.py-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-70{padding-top:4.375rem;padding-bottom:4.375rem}.pb-20{padding-bottom:1.25rem}.pb-30{padding-bottom:1.875rem}.pb-48{padding-bottom:3rem}.pb-60{padding-bottom:3.75rem}.pb-64{padding-bottom:4rem}.pb-\[100\%\]{padding-bottom:100%}.pb-\[65\%\]{padding-bottom:65%}.pb-\[75px\]{padding-bottom:75px}.pb-\[80\%\]{padding-bottom:80%}.pl-30{padding-left:1.875rem}.pl-32{padding-left:2rem}.pr-30{padding-right:1.875rem}.pr-40{padding-right:2.5rem}.pt-10{padding-top:.625rem}.pt-100{padding-top:6.25rem}.pt-16{padding-top:1rem}.pt-32{padding-top:2rem}.pt-40{padding-top:2.5rem}.pt-48{padding-top:3rem}.pt-50{padding-top:3.125rem}.pt-60{padding-top:3.75rem}.pt-70{padding-top:4.375rem}.pt-80{padding-top:5rem}.text-left{text-align:left}.text-center{text-align:center}.font-primary{font-family:"PT_Basis Grotesque Pro",Arial,"Helvetica Neue",Helvetica,sans-serif}.font-secondary{font-family:"PT_GT America",Arial,"Helvetica Neue",Helvetica,sans-seriff}.text-12{font-size:.75rem}.text-14{font-size:.875rem}.text-16{font-size:1rem}.text-18{font-size:1.125rem}.text-48{font-size:3rem}.text-64{font-size:4rem}.text-\[16px\]{font-size:16px}.font-bold{font-weight:700}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}
*/

.dynamic-banner__container {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  padding: 1.5rem;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1147px;
}

@media (min-width: 68.75em) {
  .dynamic-banner__container {
    flex-direction: row;
  }
}

.dynamic-banner__content {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
}

@media (min-width: 68.75em) {
  .dynamic-banner__content {
    width: 50.000%;
    padding-left: 3rem;
    padding-right: 3rem;
    gap: 2rem;
  }
}

.dynamic-banner__title h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .dynamic-banner__title h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.dynamic-banner__title h2 {
  max-width: 406px;
}

.dynamic-banner__description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .dynamic-banner__description {
    font-size: 1.188rem;
  }
}

.dynamic-banner__description {
  max-width: 436px;
}

.dynamic-banner__cta {
}

.dynamic-banner__image {
  width: 100%;
  max-width: 526px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media (min-width: 68.75em) {
  .dynamic-banner__image {
    width: 50.000%;
  }
}

.dynamic-banner__image img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.every-channel {
  padding-top: 6rem;
}

@media (min-width: 68.75em) {
  .every-channel {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.every-channel__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-highlights-grid .card-part.every-channel__header img {
  margin: auto;
}

.every-channel__header {
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 68.75em) {
  .every-channel__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  
                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header {
    border-radius: 12px;
    padding: 1rem;
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header.inner-purple:hover {
    background-color: rgba(167,113,252,0.15);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header.inner-purple:hover .menu-icon {
    box-shadow: 0 0 10px rgba(167,113,252,1);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header.inner-cyan:hover {
    background-color: rgba(63,239,239,0.15);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header.inner-cyan:hover .menu-icon {
    box-shadow: 0 0 10px rgba(63,239,239,1);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header.inner-blue:hover {
    background-color: rgba(91,127,255,0.15);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__header.inner-blue:hover .menu-icon {
    box-shadow: 0 0 10px rgba(91,127,255,1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .every-channel__header:hover .menu-icon {
    position: relative;
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .every-channel__header:hover .menu-icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(167, 113, 252, 1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .every-channel__header:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .every-channel__header:hover .menu-icon {
    position: relative;
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .every-channel__header:hover .menu-icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(91, 127, 255, 1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .every-channel__header:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .every-channel__header:hover .menu-icon {
    position: relative;
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .every-channel__header:hover .menu-icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(63, 239, 239, 1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .every-channel__header:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
  }

  .every-channel__header {
    text-align: left;
    gap: 2.5rem;
    margin-bottom: 0;
  }
}

.every-channel__header-left .every-channel__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .every-channel__header-left .every-channel__title {
    font-size: 3rem;
    line-height: 1;
  }
}

.every-channel__header-left .every-channel__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 320px;
}

@media (min-width: 48em) {
  .every-channel__header-left .every-channel__title {
    max-width: 550px;
  }
}

@media (min-width: 68.75em) {
  .every-channel__header-left .every-channel__title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.every-channel__header-left .every-channel__title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.every-channel__header-left .every-channel__text {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 68.75em) {
  .every-channel__header-left .every-channel__text {
    margin-left: 0;
    margin-right: 0;
  }
}

.every-channel__header-right .every-channel__cta {
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  font-weight: 700;
}

.every-channel__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (min-width: 68.75em) {
  .every-channel__content {
    flex-direction: row;
    align-items: flex-start;
  }

  
                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content {
    border-radius: 12px;
    padding: 1rem;
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content.inner-purple:hover {
    background-color: rgba(167,113,252,0.15);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content.inner-purple:hover .menu-icon {
    box-shadow: 0 0 10px rgba(167,113,252,1);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content.inner-cyan:hover {
    background-color: rgba(63,239,239,0.15);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content.inner-cyan:hover .menu-icon {
    box-shadow: 0 0 10px rgba(63,239,239,1);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content.inner-blue:hover {
    background-color: rgba(91,127,255,0.15);
  }

   .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .every-channel__content.inner-blue:hover .menu-icon {
    box-shadow: 0 0 10px rgba(91,127,255,1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .every-channel__content:hover .menu-icon {
    position: relative;
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .every-channel__content:hover .menu-icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(167, 113, 252, 1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .every-channel__content:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .every-channel__content:hover .menu-icon {
    position: relative;
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .every-channel__content:hover .menu-icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(91, 127, 255, 1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .every-channel__content:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .every-channel__content:hover .menu-icon {
    position: relative;
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .every-channel__content:hover .menu-icon::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(63, 239, 239, 1);
  }

  .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .every-channel__content:hover .menu-icon img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
  }
}

.every-channel__content .every-channel__block_image {
  display: none;
}

@media (min-width: 68.75em) {
  .every-channel__content .every-channel__block_image {
    display: block;
    margin-top: -6rem;
    margin-bottom: -6rem;
    padding-right: 8rem;
  }
}

.every-channel__content .every-channel__block_image--mobile {
  width: 100vw;
  max-width: 720px;
  margin-left: -1rem;
}

@media (min-width: 68.75em) {
  .every-channel__content .every-channel__block_image--mobile {
    display: none
  }
}

.every-channel__content .every-channel__block_image--mobile img {
  width: 100%;
}

.every-channel__content .every-channel__channels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 520px;
}

.every-channel__content .every-channel__channels .every-channel__channel {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 1.5rem;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(151, 151, 151, 0.60);
  opacity: 0.5;
}

/* backdrop-filter: blur(50px); */

@media (min-width: 68.75em) {
  .every-channel__content .every-channel__channels .every-channel__channel {
    gap: 1rem;
    padding: 2rem;
    padding-right: 6rem;
    max-width: calc(100% - 48px);
  }
}

.every-channel__content .every-channel__channels .every-channel__channel:has(+ .every-channel__channel.is-active) {
  border-bottom: none;
}

.every-channel__content .every-channel__channels .every-channel__channel.is-active {
  border-radius: 12px;
  border: 1px solid rgba(151, 151, 151, 0.20);
  background: radial-gradient(129.4% 129.4% at 100% 89.96%, rgba(255, 102, 102, 0.04) 23%, rgba(130, 60, 250, 0.04) 45.5%, rgba(25, 185, 255, 0.00) 77%), rgba(249, 249, 251, 0.10);
  box-shadow: 0px 0px 0px 0.25px rgba(41, 56, 78, 0.05) inset, 
          0px 51px 78px 0px rgba(17, 7, 53, 0.05), 
          0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 
          0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 
          0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 
          0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 
          0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 100%;
  opacity: 1;
  flex-direction: column;
}

@media (min-width: 68.75em) {
  .every-channel__content .every-channel__channels .every-channel__channel.is-active {
    flex-direction: row;
  }
}

.every-channel__content .every-channel__channels .every-channel__channel.is-active .every-channel__channel-icon .every-channel__channel-icon-inactive{
  display: none;
}

.every-channel__content .every-channel__channels .every-channel__channel.is-active .every-channel__channel-icon .every-channel__channel-icon-active {
  display: block;
}

.every-channel__content .every-channel__channels .every-channel__channel.is-active .every-channel__channel-content .every-channel__channel-title {
  color: #001524;
}

.every-channel__content .every-channel__channels .every-channel__channel.is-active .every-channel__channel-content .every-channel__channel-text {
  display: block;
}

.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-icon {
  width: 2rem;
  min-width: 2rem;
}

.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-icon .every-channel__channel-icon-inactive{
  display: block;
}

.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-icon .every-channel__channel-icon-active {
  display: none;
}

.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-content .every-channel__channel-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-content .every-channel__channel-title {
    font-size: 2rem;
    line-height: 1;
  }
}

.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-content .every-channel__channel-title {
  margin-bottom: 0.75rem;
  color: #9797A5;
}

.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-content .every-channel__channel-text {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  display: none;
}

.mobile-drawer:not(.every-channel__content .every-channel__channels .every-channel__channel .every-channel__channel-content .every-channel__channel-text) {
  transform: translateX(0);
  /* Slide in */
}

.expert-module .em-numbar {
  color: rgb(255 255 255 / 0.5);
}

.expert-module .em-card {
  max-width: 13.75rem;
}

.explore-resources__header {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .explore-resources__header {
    margin-bottom: 4rem;
  }
}

.explore-resources__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .explore-resources__title {
    font-size: 3rem;
    line-height: 1;
  }
}

.explore-resources__title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.explore-resources__grid {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 68.75em) {
  .explore-resources__grid {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.explore-resources__lead {
  display: flex;
  flex-grow: 1;
}

@media (min-width: 48em) {
  .explore-resources__lead {
    max-width: 567px;
  }
}

.explore-resources__lead .resources-card {
  width: 100%;
  border: 1.5px solid rgba(169, 169, 169, 0.25);
  background: transparent;
}

.explore-resources__cards {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 48em) {
}

.explore-resources__card {
  border: 1.5px solid rgba(169, 169, 169, 0.25);
  border-radius: 6px;
  display: flex;
  flex-grow: 1;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 68.75em) {
  .explore-resources__card {
    flex-direction: row;
  }
}

.explore-resources__card-LHS {
  max-width: 100%;
  /* img {
      @apply rounded-sm;
      border: 1.5px solid rgba(169, 169, 169, 0.25);
    } */
}

@media (min-width: 68.75em) {
  .explore-resources__card-LHS {
    max-width: 220px;
  }
}

.explore-resources__card-RHS {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.explore-resources__card-image-wrap {
  min-width: 220px;
  padding-top: 66.6666%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.explore-resources__card-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.explore-resources__card-tags {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-tags.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .explore-resources__card-tags:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .explore-resources__card-tags:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .explore-resources__card-tags:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .explore-resources__card-tags:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .explore-resources__card-tags:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .explore-resources__card-tags:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .explore-resources__card-tags:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .explore-resources__card-tags:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .explore-resources__card-tags:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.explore-resources__card-external-icon {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .explore-resources__card-external-icon.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .explore-resources__card-external-icon:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .explore-resources__card-external-icon:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .explore-resources__card-external-icon:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .explore-resources__card-external-icon:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .explore-resources__card-external-icon:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .explore-resources__card-external-icon:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .explore-resources__card-external-icon:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .explore-resources__card-external-icon:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .explore-resources__card-external-icon:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.explore-resources__card-external-icon {
  max-height: 24px;
}

.explore-resources__card-external-icon svg {
  max-width: 24px;
  height: auto;
  width: 100%;
}

.explore-resources__card-heading {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  margin-bottom: 0.375rem;
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
}

@media (min-width: 68.75em) {
  .explore-resources__card-heading {
    font-size: 24px;
    font-style: normal;
    line-height: 130%;
    /* 31.2px */
  }
}

.explore-resources__card--blog:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity));
}

.explore-resources__card--blog:hover .explore-resources__card-heading {
  --tw-text-opacity: 1;
  color: rgb(254 243 247 / var(--tw-text-opacity));
}

.explore-resources__card--case-studies:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.explore-resources__card--case-studies:hover .explore-resources__card-heading {
  --tw-text-opacity: 1;
  color: rgb(241 254 248 / var(--tw-text-opacity));
}

.explore-resources__card--press:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
}

.explore-resources__card--press:hover .explore-resources__card-heading {
  --tw-text-opacity: 1;
  color: rgb(254 247 237 / var(--tw-text-opacity));
}

.explore-resources__card--ebooks:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 143 / var(--tw-bg-opacity));
}

.explore-resources__card--ebooks:hover .explore-resources__card-heading {
  --tw-text-opacity: 1;
  color: rgb(239 241 254 / var(--tw-text-opacity));
}

.explore-section__cards {
  display: grid;
  gap: 2rem;
}

.explore-section__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: 1.103px solid rgba(126, 126, 126, 0.20);
  background: rgba(168, 168, 168, 0.10);
  background-blend-mode: lighten;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  gap: 2rem;
  padding: 2rem;
}

@media (min-width: 68.75em) {
  .explore-section__card {
    gap: 3.5rem;
    padding: 3.5rem;
    min-height: 200px;
  }
}

.explore-section__card-title h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .explore-section__card-title h3 {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 68.75em) {
  .explore-section__card-title h3 {
    font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }

  @media (min-width: 48em) {
    .explore-section__card-title h3 {
      font-size: 2.5rem;
      line-height: 1;
    }
  }
}

.explore-section__card-text p {
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .explore-section__card-text p {
    font-size: 1.188rem;
  }
}

.explore-section__card-cta {
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: flex-start;
}

.explore-section__card-cta span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  margin-right: 0.75rem;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.explore-section__card:hover .explore-section__card-cta span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

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

@media (min-width: 48em) {
  .explore-section__cards--three-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.c-faq-items__button span {
  transition: color 0.3s ease-out;
}

.c-faq-items__button .is-horizontal {
  transition: transform 0.3s ease-out;
  transform-origin: center center;
}

.c-faq-items__content {
  height: 0;
  overflow: hidden;
}

.c-faq-items__item:hover .c-faq-items__button span {
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
}

.c-faq-items__item.is-active .c-faq-items__button span {
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
}

.c-faq-items__item.is-active .c-faq-items__content {
  height: auto;
}

.c-faq-items__item.is-active .is-horizontal {
  transform: scaleY(0);
}

.ui-blocks .faq-section h2.faq-title {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.faq-section .faq-item + .faq-item {
  margin-top: 0.375rem;
}

.faq-section .faq-toggle {
  display: none;
}

.faq-section .faq-question .icon::before {
  content: "+";
  font-size: 20px;
  transition: transform 0.2s, content 0.2s;
}

.faq-section .faq-toggle:checked + .faq-question .icon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.faq-section .faq-toggle:checked + .faq-question .icon::before {
  content: "−";
  /* Unicode minus */
}

.faq-section .faq-toggle:checked + .faq-question {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.faq-section .faq-answer {
}

.faq-section .faq-toggle:checked + .faq-question + .faq-answer {
  display: block;
}

.feature-highlights-grid .card-part.text-center img {
  margin: auto;
}

.feature-highlights-grid .fhg-four {
  max-width: 1100px;
}

.featured-news {
  min-height: 300px;
}

.featured-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2rem;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 68.75em) {
  .featured-news__header {
    flex-direction: row;
    padding-bottom: 4rem;
  }
}

.featured-news__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .featured-news__title {
    font-size: 3.5rem;
  }
}

.featured-news__title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.featured-resource {
  position: relative;
}

.featured-resource__content {
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.09), 0px 67px 40px 0px rgba(0, 0, 0, 0.05), 0px 120px 48px 0px rgba(0, 0, 0, 0.01);
  min-height: 440px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 68.75em) {
  .featured-resource__content {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 3.5rem;
    gap: 3.125rem;
    flex-direction: row;
  }
}

.featured-resource__image {
  width: 100%;
  padding-top: 100%;
  /* padding-top: 440px; */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.featured-resource__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.featured-resource__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.featured-resource__meta-topic {
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
  font-weight: 700;
}

.featured-resource__meta-date {
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
  font-weight: 700;
}

.featured-resource__meta-separator {
  height: 0.25rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 185 255 / var(--tw-bg-opacity));
  opacity: 0.5;
  border-radius: 100%;
}

.featured-resource__meta-separator--blog {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity));
}

.featured-resource__meta-separator--case-studies {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.featured-resource__meta-separator--press {
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
}

.featured-resource__meta-separator--ebooks {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 143 / var(--tw-bg-opacity));
}

.featured-resource__meta-right-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.featured-resource__content-body {
}

.featured-resource__content-title {
  font-size: 40px;
  font-style: normal;
  line-height: 120%;
  /* 48px */
  letter-spacing: -1.2px;
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  margin-top: 1.5rem;
}

.featured-resource__content-excerpt {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .featured-resource__content-excerpt {
    font-size: 1.188rem;
  }
}

.featured-resource__content-excerpt {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  margin-top: 1.5rem;
}

.featured-resource__case-study-content {
  display: flex;
  flex-direction: row;
  gap: 3.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(138, 138, 152, 0.25);
}

.featured-resource__case-study-content-col {
  max-width: 286px;
}

.featured-resource__case-study-title {
  font-size: 15px;
  font-style: normal;
  line-height: 130%;
  /* 18.2px */
  font-weight: 700;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.featured-resource__case-study-text {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  margin-top: 0.875rem;
}

.featured-resource__content-footer {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 68.75em) {
  .featured-resource__content-footer {
    margin-top: 2.813rem;
  }
}

.featured-resource__content-footer-author {
  display: flex;
  align-content: center;
  align-items: center;
}

.featured-resource__content-footer-author-img {
  max-width: 36px;
  margin-right: 0.75rem;
}

.featured-resource__content-footer-author-img img {
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}

.featured-resource__content-footer-author-name {
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.featured-resource__content-footer-author-role {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.featured-resource__content-footer-feature span {
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

@media (min-width: 48em) {
}

.featured-resource__LHS {
  max-width: 560px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* allow LHS to shrink as needed */
  flex: none;
}

@media (min-width: 68.75em) {
  .featured-resource__LHS {
    max-width: 440px;
    width: 100%;
  }
}

.featured-resource__fallback-image-holder {
  height: 100%;
  width: 100%;
  max-height: 440px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-resource__RHS {
  flex-grow: 1;
}

@media (min-width: 48em) {
  .featured-resource__RHS {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.featured-resource__content-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.featured-resource--light .featured-resource__content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.featured-resource--light .featured-resource__content-footer-author-role {
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
}

.featured-resource--light .resources-filters__item-icon svg g {
  fill: #001524 !important;
}

.featured-resource--dark .featured-resource__content {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.featured-resource--dark .featured-resource__content-footer-author-role {
  opacity: 0.7;
}

.featured-resource--dark .resources-filters__item-icon svg g {
  fill: white !important;
}

.featured-resource--blog .featured-resource__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
}

.featured-resource--case-studies .featured-resource__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
}

.featured-resource--press .featured-resource__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
}

.featured-resource--ebooks .featured-resource__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
}

.features-list__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 3.5rem;
  width: 100%;
}

@media (min-width: 48em) {
  .features-list__content {
    flex-direction: row;
    gap: 5.625rem;
  }
}

.features-list__item {
  max-width: 329px;
}

.features-list__icon {
  max-width: 80px;
}

.features-list__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .features-list__title {
    font-size: 2rem;
    line-height: 1;
  }
}

.features-list__title {
  margin-top: 1.25rem;
}

@media (min-width: 68.75em) {
  .features-list__title {
    margin-top: 1.5rem;
  }
}

.features-list__title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.features-list__text {
  margin-top: 0.75rem;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.footer-logo-wrap svg {
  max-width: 100%;
}

.c-footer-newsletter form .hs_error_rollup {
  position: absolute;
  color: #ff6666;
  font-size: 12px;
  margin-top: 4px;
}

.full-width {
  background: var(--fw-bg) !important;
}

.full-width * {
  color: var(--fw-text) !important;
}

.full-width.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/images/bg/page-careers--layout-viii.png');
  background-size: 100vw 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.full-width__description.enlarge {
  max-width: 920px;
}

.full-width iframe {
  aspect-ratio: 3 / 1;
  margin: auto;
  border-radius: 16px;
}

.full-width {
  background-image: url('../../assets/blocks/full-width.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.full-width__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .full-width__title {
    font-size: 3.5rem;
  }
}

.full-width__title {
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.full-width__title img {
  margin: auto;
}

.full-width__title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.full-width__title--small {
  max-width: 512px;
  font-size: 48px;
  font-style: normal;
  line-height: 100%;
  /* 48px */
  letter-spacing: -1.44px;
}

.full-width__description {
  margin-top: 1.5rem;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .full-width__description {
    font-size: 1.188rem;
  }
}

.full-width__description {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-weight: 400;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.full-width__description img {
  margin: auto;
}

.full-width__image {
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.full-width__image img {
  margin: auto;
}

.full-width__image img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.full-width__image img img {
  margin: auto;
}

.full-width__image img {
  border-radius: 12.717px;
  /*background: #F1F2F4;
			box-shadow: -0.25px 1.75px 0px 0.25px rgba(41, 56, 78, 0.05) inset, 0px 51px 78px 0px rgba(17, 7, 53, 0.05), 0px 21.307px 35.494px 0px rgba(17, 7, 53, 0.04), 0px 11.392px 18.942px 0px rgba(17, 7, 53, 0.03), 0px 6.386px 9.88px 0px rgba(17, 7, 53, 0.02), 0px 3.392px 4.587px 0px rgba(17, 7, 53, 0.02), 0px 1.411px 1.553px 0px rgba(17, 7, 53, 0.02);*/
}

.full-width__video {
  width: 140vw;
  margin-left: calc(-20vw - 1em);
}

@media (min-width: 40em) {
  .full-width__video {
    width: 100%;
    margin-left: 0px;
  }
}

.full-width__embed {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.dark-hero .play-icon {
  width: 40px;
  height: 40px;
  padding-left: 3px;
}

.badge {
  letter-spacing: 1px;
}

/*
@media screen and (min-width: 767px) {
    .gallery-gif {
        aspect-ratio: 16 / 9;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        max-height: 70vh;
    }
}
*/

/*
@media screen and (max-width: 767px) {

    .dark-hero:has(.gallery-gif) {
        flex-direction: column-reverse;
        row-gap: 24px;
        padding: 80px 0;
    }

    .dark-hero:has(.gallery-gif) .bg-overlay-wrap {
        opacity: 0;
    }

    .gallery-gif {
        position: unset !important;
        transform: unset;
        aspect-ratio: 16 / 9;
    }

}*/

.gm-masonry {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gm-masonry.gm-bg-gallery {
  -moz-column-count: 3;
       column-count: 3;
}

.gm-masonry-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1rem;
  opacity: 0;
}

.gm-masonry img,
.gm-masonry video {
  width: 100%;
  border-radius: 12px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.gm-left-img {
  opacity: 0;
  transform: translateX(1000px);
  border-radius: 16px;
  max-width: 100%;
}

.left-col {
  padding-top: 56.25%;
  position: relative;
  min-height: 500px;
}

.left-col img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media(max-width:991px) {
  .gm-masonry {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .gm-masonry.gm-bg-gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media(max-width:767px) {
  .left-col {
    padding-top: 80%;
    min-height: 350px;
  }
}

.gallery__contain {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  padding-right: 1.5rem;
}

.gallery__wrapper.swiper-wrapper {
  cursor: url('../../assets/svgs/drag.svg'), auto;
}

.gallery__slide.swiper-slide {
  display: flex;
  height: auto;
  width: auto;
  justify-content: space-between;
}

.gallery__slide {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

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

.feature-highlights-grid .card-part.gallery__slide .gallery__image img {
  margin: auto;
}

.gallery__slide .gallery__image {
  height: 222px;
}

.gallery__slide .gallery__image img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  text-align: center;
}

.feature-highlights-grid .card-part.gallery__slide .gallery__image img img {
  margin: auto;
}

.gallery__slide .gallery__image img {
  height: 222px;
}

@media (min-width: 48em) {
  .gallery__slide .gallery__image {
    height: 472px;
  }

  .gallery__slide .gallery__image img {
    height: 472px;
  }
}

.gallery__slide--2x {
  max-width: 629px;
  display: flex;
  gap: 2.188rem;
  flex-direction: row;
}

.gallery__slide--2x .gallery__image {
  height: 222px;
}

.gallery__slide--2x .gallery__image img {
  width: auto;
  max-width: 100%;
  height: 222px;
}

@media (min-width: 48em) {
  .gallery__slide--2x {
    max-width: 629px;
    flex-direction: column;
    gap: 0.75rem;
  }

  .gallery__slide--2x .gallery__image {
    height: 222px;
  }

  .gallery__slide--2x .gallery__image img {
    height: 222px;
  }
}

.gallery__slide img {
  max-width: 100%;
}

.gallery--vertical {
  background-image: url('../../assets/blocks/gallery.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery--vertical .gallery__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
}

.gallery--vertical .gallery__title {
  max-width: 760px;
  font-size: 48px;
  font-style: normal;
  line-height: 100%;
  /* 48px */
  letter-spacing: -1.44px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.gallery--vertical .gallery__title img {
  margin: auto;
}

.gallery--vertical .gallery__title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.gallery--vertical .gallery__description {
  margin-top: 1.5rem;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .gallery--vertical .gallery__description {
    font-size: 1.188rem;
  }
}

.gallery--vertical .gallery__description {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-weight: 400;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.gallery--vertical .gallery__description img {
  margin: auto;
}

.gallery--horizontal .gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 5.5rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48em) {
  .gallery--horizontal .gallery__header {
    gap: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 5.5rem;
    flex-direction: row;
  }
}

.gallery--horizontal .gallery__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .gallery--horizontal .gallery__title {
    font-size: 3.5rem;
  }
}

.gallery--horizontal .gallery__title {
  width: 100%;
}

@media (min-width: 48em) {
  .gallery--horizontal .gallery__title {
    width: 50.000%;
  }
}

.gallery--horizontal .gallery__title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.gallery--horizontal .gallery__description {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .gallery--horizontal .gallery__description {
    font-size: 1.188rem;
  }
}

.gallery--horizontal .gallery__description {
  width: 100%;
}

@media (min-width: 48em) {
  .gallery--horizontal .gallery__description {
    width: 50.000%;
  }
}

.global-team {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.global-team__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.global-team__title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .global-team__title {
    font-size: 4.5rem;
  }
}

.feature-highlights-grid .card-part.global-team__title img {
  margin: auto;
}

.global-team__title span {
  background: url('../../assets/blocks/btn--platform-orange.png');
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -moz-background-clip: text;
  -ms-background-clip: text;
}

.global-team__cta {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  text-align: center;
}

.feature-highlights-grid .card-part.global-team__cta img {
  margin: auto;
}

::root {
  --grid-gap: 16px;
}

.o-grid {
  display: flex;
}

.o-grid [class*="w-"],
  .o-grid [class*="col-"] {
  margin-right: var(--grid-gap);
}

.o-grid [class*="w-"]:last-child, .o-grid [class*="col-"]:last-child {
  margin-right: 0;
}

.is-dev-mode [class^="w-"],
.is-dev-mode [class^="col-"],
.is-dev-mode [class^="flexcol-"] {
  min-height: 100px;
  border: 1px solid black;
  margin-bottom: var(--grid-gap);
}

.is-dev-mode [class^="w-"] div, .is-dev-mode [class^="col-"] div, .is-dev-mode [class^="flexcol-"] div {
  margin: 0;
  background: blue;
  margin-right: var(--grid-gap);
}

.is-dev-mode [class^="w-"] div:last-child, .is-dev-mode [class^="col-"] div:last-child, .is-dev-mode [class^="flexcol-"] div:last-child {
  margin-right: 0;
}

.header-clearance {
  display: block;
  min-height: 52px;
}

@media (min-width: 68.75em) {
  .header-clearance {
    min-height: 80px;
  }
}

.c-hero-animation__icon-1, .c-hero-animation__icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 2s ease-out;
}

.c-hero-animation__icon-1.is-animate {
  transform: translate3d(-250%, -50%, 0);
}

.c-hero-animation__icon-2 {
  transform: translate3d(150%, -50%, 0);
}

.c-hero-animation__icon-2.is-animate {
  transform: translate3d(-50%, -50%, 0);
}

.c-hero-animation__icon-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(48 64 76 / var(--tw-bg-opacity));
  transition: background-color 2s ease-out 0.5s;
}

.c-hero-animation__icon-wrapper.is-animate {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.c-hero-animation__text {
  position: relative;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #ff6666 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 102 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(74 58 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a3aff var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #1283da var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.c-hero-animation__text::before {
  content: attr(data-text);
  position: absolute;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: opacity 2s ease-out;
}

.c-hero-animation__text.is-animate::before {
  opacity: 0;
}

.homepage-testimonials__container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  height: 486px;
}

.image-content-callout .icc-highlight span {
  color: rgb(255 255 255 / 0.5);
}

.image-content-callout .icc-btn-primary:hover {
  background-color: rgb(91 127 255 / 0.7);
}

.image-content-callout .icc-main-cta:hover {
  background-color: rgb(74 58 255 / 0.7);
}

.image-content-callout .icc-gallery-wrapper {
  position: relative;
}

.image-content-callout .icc-image-badge {
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(0 0 0 / 0.6);
}

.image-content-callout .icc-gallery-wrap-left {
  max-width: 700px;
}

.image-content-callout .icc-gallery-wrap-left img {
  aspect-ratio: 4/3;
}

@media (max-width: 1100px) {
  .image-content-callout .icc-gallery-wrap-left img {
    -o-object-fit: contain;
       object-fit: contain
  }
}

.impact-statistics {
  display: block;
}

.impact-statistics__title h2 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .impact-statistics__title h2 {
    font-size: 3.5rem;
  }
}

.feature-highlights-grid .card-part.impact-statistics__title h2 img {
  margin: auto;
}

.impact-statistics__title h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 544px;
  margin-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .impact-statistics__title h2 {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}

.impact-statistics__title h2 span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

/* 4x grid with inside border lines */

.impact-statistics__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1258px;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 48em) {
  .impact-statistics__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 68.75em) {
  .impact-statistics__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.impact-statistics__stat {
  position: relative;
  padding: 2rem;
  background-color: transparent;
  -webkit-backdrop-filter: blur(27.567127227783203px);
          backdrop-filter: blur(27.567127227783203px);
  /* Mobile adjustments: remove left and right borders from all items */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top: 0.5px solid rgba(138, 138, 152, 0.25);
  border-bottom: 0.5px solid rgba(138, 138, 152, 0.25);
}

/* Remove the top border from the first item */

.impact-statistics__stat:first-child {
  border-top-width: 0px;
}

/* Remove the bottom border from the last item */

.impact-statistics__stat:last-child {
  border-bottom-width: 0px;
}

/* MD adjustments */

@media (min-width: 48em) {
  .impact-statistics__stat {
    /* First row: Remove top border for the top items */
    /* Left items: Add left border back and keep the right border removed */
    /* Right items: Remove right border */
    /* Bottom border adjustment is handled in lg to manage dynamic row counts */
  }

  .impact-statistics__stat:nth-child(-n+2) {
    border-top-width: 0px;
  }

  .impact-statistics__stat:nth-child(odd) {
    border-left-width: 0px;
    border-right: 0.5px solid rgba(138, 138, 152, 0.25);
  }

  .impact-statistics__stat:nth-child(even) {
    border-right-width: 0px;
  }
}

/* LG adjustments */

@media (min-width: 68.75em) {
  .impact-statistics__stat {
    /* Reset borders for large screens then selectively remove as needed */
    border: 0.5px solid rgba(138, 138, 152, 0.25)
    /* Top row: Remove top border for the first four items */
    /* Right items: Remove right border */
    /* Leftmost items: Remove left border */
    /* Rightmost items: Remove right border */
    /* Bottom row: Remove bottom border for the last row items */
  }

  .impact-statistics__stat:nth-child(odd) {
    border-left: 0.5px solid rgba(138, 138, 152, 0.25);
  }

  .impact-statistics__stat:nth-child(even) {
    border-right: 0.5px solid rgba(138, 138, 152, 0.25);
  }

  .impact-statistics__stat:nth-child(-n+4) {
    border-top-width: 0px;
  }

  .impact-statistics__stat:nth-child(4n+1) {
    border-left-width: 0px;
  }

  .impact-statistics__stat:nth-child(4n) {
    border-right-width: 0px;
  }

  .impact-statistics__stat:nth-last-child(-n+4) {
    border-bottom-width: 0px;
  }
}

.impact-statistics__stat-title h4 {
  text-align: center;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 40px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -3.6px;
}

@media (min-width: 48em) {
  .impact-statistics__stat-title h4 {
    font-size: 56px
  }
}

@media (min-width: 68.75em) {
  .impact-statistics__stat-title h4 {
    font-size: 72px
  }
}

.impact-statistics__stat-title h4 {
  font-weight: 700;
}

.feature-highlights-grid .card-part.impact-statistics__stat-title h4 img {
  margin: auto;
}

.impact-statistics__stat-description {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
}

.feature-highlights-grid .card-part.impact-statistics__stat-description img {
  margin: auto;
}

.impact-statistics__stat-description {
  margin-top: 0.75rem;
}

.inspirational-commerce {
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.feature-highlights-grid .card-part.inspirational-commerce img {
  margin: auto;
}

.inspirational-commerce {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 68.75em) {
  .inspirational-commerce {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.inspirational-commerce__content .inspirational-commerce__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .inspirational-commerce__content .inspirational-commerce__title {
    font-size: 3rem;
    line-height: 1;
  }
}

.inspirational-commerce__content .inspirational-commerce__title {
  line-height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  margin-bottom: 4rem;
}

.inspirational-commerce__content .inspirational-commerce__title span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.inspirational-commerce__content .inspirational-commerce__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1262px;
}

@media (min-width: 48em) {
  .inspirational-commerce__content .inspirational-commerce__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 68.75em) {
  .inspirational-commerce__content .inspirational-commerce__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background-blend-mode: overlay;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-origin: border-box;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

@media (min-width: 48em) {
  .inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat:nth-child(3):nth-last-child(1) {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 68.75em) {
  .inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat:nth-child(3):nth-last-child(1) {
    grid-column: span 1 / span 1;
  }
}

.inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat .inspirational-commerce__stat-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -3.6px;
}

@media (min-width: 48em) {
  .inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat .inspirational-commerce__stat-title {
    font-size: 56px
  }
}

@media (min-width: 68.75em) {
  .inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat .inspirational-commerce__stat-title {
    font-size: 72px
  }
}

.inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat .inspirational-commerce__stat-title {
  font-weight: 700;
}

.inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat .inspirational-commerce__stat-title span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.inspirational-commerce__content .inspirational-commerce__stats .inspirational-commerce__stat .inspirational-commerce__stat-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 500;
  opacity: 0.7;
}

.inspirational-tabs {
  background-image: url('../../assets/blocks/inspirational-tabs.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.inspirational-tabs__lead-title {
  text-align: center;
}

.feature-highlights-grid .card-part.inspirational-tabs__lead-title img {
  margin: auto;
}

.inspirational-tabs__lead-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .inspirational-tabs__lead-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.inspirational-tabs__lead-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.inspirational-tabs__lead-title span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.inspirational-tabs__wrapper .inspirational-tabs__tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__tabs {
    flex-direction: row;
    gap: 1rem;
  }
}

.inspirational-tabs__wrapper .inspirational-tabs__tabs .inspirational-tabs__tab {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.313rem;
  padding-right: 1.313rem;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  border-radius: 6px;
}

.inspirational-tabs__wrapper .inspirational-tabs__tabs .inspirational-tabs__tab.is-active,
        .inspirational-tabs__wrapper .inspirational-tabs__tabs .inspirational-tabs__tab:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel {
  margin-bottom: 6rem;
  display: none;
}

.mobile-drawer:not(.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel) {
  transform: translateX(0);
  /* Slide in */
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel.is-active {
  display: block;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: flex-start;
  gap: 32px;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__content-wrapper {
    flex-direction: row;
    gap: 56px;
  }
}

@media (min-width: 68.75em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__content-wrapper {
    gap: 108px;
  }
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text-content {
  gap: 1.5rem;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__image {
  max-width: 590px;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__image-style {
  border-radius: 8px;
  border: 1.103px solid rgba(151, 151, 151, 0.20);
  background: radial-gradient(129.4% 129.4% at 100% 89.96%, rgba(255, 102, 102, 0.04) 23%, rgba(130, 60, 250, 0.04) 45.5%, rgba(25, 185, 255, 0.00) 77%), rgba(249, 249, 249, 0.60);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__heading {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__heading {
    font-size: 2rem;
    line-height: 1;
  }
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__heading {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  /* @apply max-w-[310px]; */
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text {
    font-size: 1.188rem;
  }
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__text {
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__cta {
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__cta span {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  font-weight: 700;
  letter-spacing: -0.42px;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__cta:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns {
  margin-top: 2.625rem;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns {
    flex-direction: row;
  }
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column {
  width: 100%;
  max-width: 334px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column .inspirational-tabs__icon {
  max-width: 44px;
  height: 44px;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column .inspirational-tabs__icon img {
  max-width: 100%;
  height: auto;
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column .inspirational-tabs__column-text {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column .inspirational-tabs__column-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column .inspirational-tabs__column-text {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-weight: 700;
}

@media (min-width: 48em) {
  .inspirational-tabs__wrapper .inspirational-tabs__content .inspirational-tabs__panel .inspirational-tabs__columns .inspirational-tabs__column .inspirational-tabs__column-text {
    max-width: 240px;
  }
}

.key-takeaways p,
.key-takeaways li {
  position: relative;
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ui-blocks .key-takeaways ul {
  margin: 0;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.ui-blocks .key-takeaways li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJ3LTMyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMzIgMzMiPgogIDxwYXRoIHN0cm9rZT0iI0Y2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xMS41IDFjMyAxMCA2LjIgMjAuMSA4LjYgMzAuM20tMTYtMTIuNEEzNjUuOCAzNjUuOCAwIDAgMSAxOSAxNC41YzMuOC0xIDcuNS0yLjEgMTEuMy0zTTEgMTAuNmMxLjQgMS4yIDMuNyAxLjcgNS40IDIuMiA0IDEuMyA4LjIgMi40IDEyLjIgMy42IDMuMSAxIDYuMiAyIDkuMiAzLjIuOC4zIDEuNy42IDIuNCAxLjFNMjAuMiA2Yy0xLjcgNC44LTMuOCA5LjQtNS40IDE0LjEtMS4xIDMuMy0yLjUgNi41LTMuMyA5LjgiPjwvcGF0aD4KPC9zdmc+");
}

.ui-blocks .key-takeaways h2 {
  margin-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.leadership-grid {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.leadership-grid__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .leadership-grid__title {
    font-size: 3.5rem;
  }
}

.leadership-grid__title {
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .leadership-grid__title {
    margin-bottom: 4rem;
  }
}

.leadership-grid__profiles {
  padding-bottom: 4rem;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .leadership-grid__profiles.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .leadership-grid__profiles:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .leadership-grid__profiles:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .leadership-grid__profiles:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .leadership-grid__profiles:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .leadership-grid__profiles:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .leadership-grid__profiles:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .leadership-grid__profiles:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .leadership-grid__profiles:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .leadership-grid__profiles:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

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

@media (min-width: 48em) {
  .leadership-grid__profiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 68.75em) {
  .leadership-grid__profiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-image {
  width: 100%;
  padding-top: 115%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-name {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-name {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-name {
  font-weight: 700;
  max-width: 348px;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-role {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-role {
    font-size: 1.188rem;
  }
}

.leadership-grid__profiles .leadership-grid__profile .leadership-grid__profile-role {
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
  max-width: 348px;
}

.leadership-intro {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.leadership-intro__content .leadership-intro__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .leadership-intro__content .leadership-intro__title {
    font-size: 3.5rem;
  }
}

.leadership-intro__content .leadership-intro__title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 640px;
}

.leadership-intro__content .leadership-intro__title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.leadership-intro__content .leadership-intro__intro {
  margin-top: 2rem;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .leadership-intro__content .leadership-intro__intro {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.leadership-intro__content .leadership-intro__intro {
  max-width: 801px;
}

@media (min-width: 68.75em) {
  .leadership-intro__content .leadership-intro__intro {
    margin-top: 3rem;
  }
}

.leadership-intro__body {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
  margin-top: 3.75rem;
  padding-bottom: 3.375rem;
  border-bottom: 1px solid rgba(169, 169, 169, 0.25);
}

@media (min-width: 68.75em) {
  .leadership-intro__body {
    margin-top: 108px;
    padding-bottom: 3.375rem;
    flex-direction: row;
    border-bottom-width: 0px;
  }
}

.leadership-intro__body .leadership-intro__image {
  max-width: 748px;
}

.leadership-intro__body .leadership-intro__image img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.leadership-intro__body .leadership-intro__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-end;
}

.leadership-intro__body .leadership-intro__text .leadership-intro__block-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .leadership-intro__body .leadership-intro__text .leadership-intro__block-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.leadership-intro__body .leadership-intro__text .leadership-intro__block-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 385px;
}

.leadership-intro__body .leadership-intro__text .leadership-intro__block-title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.leadership-intro__body .leadership-intro__text .leadership-intro__block-text {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .leadership-intro__body .leadership-intro__text .leadership-intro__block-text {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.leadership-intro__body .leadership-intro__text .leadership-intro__block-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 48em) {
  .leadership-intro__body .leadership-intro__text .leadership-intro__block-text {
    min-width: 400px;
    max-width: 480px;
  }
}

.leadership-stats {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 100%;
}

.leadership-stats__content {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  justify-content: flex-start;
}

@media (min-width: 48em) {
  .leadership-stats__content {
    flex-direction: row;
  }
}

@media (min-width: 68.75em) {
  .leadership-stats__content {
    justify-content: space-between;
  }
}

.leadership-stats__left .leadership-stats__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .leadership-stats__left .leadership-stats__title {
    font-size: 3.5rem;
  }
}

.leadership-stats__left .leadership-stats__title {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 441px;
}

.leadership-stats__left .leadership-stats__intro {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .leadership-stats__left .leadership-stats__intro {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.leadership-stats__left .leadership-stats__intro {
  max-width: 441px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 1.5rem;
}

.leadership-stats__right {
  width: 100%;
  max-width: 440px;
  border-top: 1px solid rgba(169, 169, 169, 0.25);
  padding-top: 2rem;
}

@media (min-width: 48em) {
  .leadership-stats__right {
    padding-top: 3rem;
  }
}

@media (min-width: 68.75em) {
  .leadership-stats__right {
    max-width: 640px;
  }
}

.leadership-stats__right .leadership-stats__right-header{
}

.leadership-stats__right .leadership-stats__right-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 160px */
  letter-spacing: -4.8px;
}

@media (min-width: 48em) {
  .leadership-stats__right .leadership-stats__right-title {
    font-size: 104px
  }
}

@media (min-width: 68.75em) {
  .leadership-stats__right .leadership-stats__right-title {
    font-size: 160px
  }
}

.leadership-stats__right .leadership-stats__right-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.leadership-stats__right .leadership-stats__right-text {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .leadership-stats__right .leadership-stats__right-text {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.leadership-stats__right .leadership-stats__right-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  margin-top: 0.625rem;
}

.leadership-stats__right .leadership-stats__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
}

@media (min-width: 48em) {
  .leadership-stats__right .leadership-stats__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.leadership-stats__right .leadership-stats__stats .leadership-stats__stat {
  border-top: 1px solid rgba(169, 169, 169, 0.25);
  padding-top: 0.5rem;
  margin-top: 2rem;
}

@media (min-width: 48em) {
  .leadership-stats__right .leadership-stats__stats .leadership-stats__stat {
    padding-top: 2rem;
    margin-top: 3rem;
  }
}

@media (min-width: 68.75em) {
  .leadership-stats__right .leadership-stats__stats .leadership-stats__stat {
    padding-top: 2rem;
    margin-top: 3rem;
  }
}

.leadership-stats__right .leadership-stats__stats .leadership-stats__stat .leadership-stats__stat-title {
  font-size: 80px;
  font-style: normal;
  line-height: 100%;
  /* 80px */
  letter-spacing: -2.4px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  padding-right: 2rem;
  padding-bottom: 0.625rem;
}

.leadership-stats__right .leadership-stats__stats .leadership-stats__stat .leadership-stats__stat-text {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .leadership-stats__right .leadership-stats__stats .leadership-stats__stat .leadership-stats__stat-text {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.leadership-stats__right .leadership-stats__stats .leadership-stats__stat .leadership-stats__stat-text {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-right: 2rem;
}

.logo-section .ls-eyebrow{
  letter-spacing: 1.5px;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  padding-top: 53px;
  padding-bottom: 0px;
  transition: background-color var(--transition-duration) var(--transition-timing-function);
  transition: background var(--transition-duration) var(--transition-timing-function);
  transform: translateX(-100%);
  /* Start off-screen to the left */
  transition: transform 0.15s ease-out;
}

/* Smooth transition for sliding in */

.mobile-drawer:not(.hidden) {
  transform: translateX(0);
  /* Slide in */
}

.mobile-drawer__content-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-drawer__content-container.o-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mobile-drawer__main-content {
  flex: 1 1 0%;
  overflow: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-drawer__cta-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  min-height: 45px;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.mobile-drawer__cta-button {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.mobile-drawer__accordion {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.mobile-drawer__accordion-item {
  overflow: hidden;
}

.mobile-drawer__accordion-header {
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.mobile-drawer__accordion-title {
  flex-grow: 1;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  font-weight: 700;
}

.mobile-drawer__accordion-icon {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition: transform var(--transition-duration) var(--transition-timing-function);
  /* Ensures smooth rotation */
  min-height: 12px;
  min-width: 12px;
}

.mobile-drawer__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.75rem;
}

/* When an accordion header is clicked, toggle these classes in addition to the hidden class */

.mobile-drawer__accordion-content--expanded {
}

.mobile-drawer__accordion-icon--rotated {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  /* Rotates the icon 180 degrees */
}

.mobile-drawer__features-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile-drawer__feature-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 4.8px;
  transition: background-color var(--transition-duration) var(--transition-timing-function);
  background: rgba(0, 56, 95, 0.20);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  -webkit-backdrop-filter: blur(27.567127227783203px);
          backdrop-filter: blur(27.567127227783203px);
}

.mobile-drawer__feature_content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.mobile-drawer__feature-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .mobile-drawer__feature-link.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .mobile-drawer__feature-link:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .mobile-drawer__feature-link:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .mobile-drawer__feature-link:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .mobile-drawer__feature-link:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .mobile-drawer__feature-link:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .mobile-drawer__feature-link:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .mobile-drawer__feature-link:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .mobile-drawer__feature-link:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .mobile-drawer__feature-link:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.mobile-drawer__feature-link.--is-active .mobile-drawer__feature-title {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.mobile-drawer__feature-link.--is-active .mobile-drawer__feature-desc {
  opacity: 1;
}

.mobile-drawer__feature-icon-frame {
  min-width: 32px;
  max-width: 32px;
  margin-top: 0.25rem;
  height: auto;
  width: 32px;
}

.mobile-drawer__feature-icon-frame img, .mobile-drawer__feature-icon-frame svg {
  height: auto;
  width: 32px;
}

.mobile-drawer__feature-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0.375rem;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
}

.mobile-drawer__feature-desc {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  opacity: 0.5;
  font-weight: 400;
}

.mobile-drawer__feature-content:hover .drawer__feature-title {
  text-decoration-line: underline;
}

.mobile-drawer__cta-button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

.feature-highlights-grid .card-part.mobile-drawer__cta-button img {
  margin: auto;
}

.mobile-drawer__cta-button span {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
}

/* .site-nav {} */

.nav-link {
  position: relative;
  margin-right: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.3125rem;
  border-radius: 8px;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link:before {
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  height: 0.0625rem;
  width: 0;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.06);
  content: "";
  transition: 0.5s ease-in-out;
}

.submenu-title {
  margin-bottom: 0.75rem;
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(157 162 171 / var(--tw-text-opacity));
  letter-spacing: 1px;
}

.menu-icon {
  display: flex;
  height: 2.813rem;
  width: 2.813rem;
  min-width: 2.813rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.06);
  background-color: rgb(255 255 255 / 0.04);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dark-submenu {
  visibility: hidden;
  position: absolute;
  z-index: 50;
  display: grid;
  height: auto;
  gap: 1.25rem;
  border-radius: 24px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.08);
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 23 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0;
  --tw-shadow: 0 16px 64px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 16px 64px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 64em) {
  .group:hover .dark-submenu {
    visibility: visible;
    opacity: 1;
  }
}

.dark-submenu {
  left: 50%;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  min-width: 600px;
}

@media (max-width: 1200px) {
  .dark-submenu {
    min-width: 500px
  }
}

.dark-submenu.hide-panel.hide-full {
  min-width: 500px !important;
}

.site-header__menu-item .bottom-link-part {
  font-size: 14px;
  border-top: 1px solid #ffffff14;
  padding-top: 14px;
  margin-top: 14px;
  display: flex;
}

.site-header__menu-item .bottom-link-part:hover .arrow-part {
  transform: translateX(5px);
}

.site-header__menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  transform: translateY(-50%);
  width: 100%;
  height: 52px;
  transition: 0.3s;
  /* opacity: 0; */
  background: transparent;
}

.site-header__menu-item:hover .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header__menu-item:hover .nav-link:after {
  transform: translateY(10%) rotate(45deg) scale(-1);
}

.site-header__menu-item:hover .nav-link:before {
  width: 100%;
  opacity: 1;
}

.site-header__menu-item .nav-link {
  position: relative;
}

.site-header__menu-item .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #8a8a8a;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.site-header__menu-item .title {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header__menu-item .desc {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
}

.site-header__menu-item.menu-type-double_column .submenu-double_column {
  min-width: 700px;
}

.site-header__menu-item.menu-type-double_column .submenu-double_column .submenu-item {
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 34 / var(--tw-bg-opacity));
}

.site-header__menu-item.menu-type-double_column .submenu-double_column ul {
  gap: 16px;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu {
  padding: 0;
  gap: 0;
  min-width: 730px;
}

@media (max-width: 1280px) {
  .site-header__menu-item.menu-type-mega_menu .dark-submenu {
    transform: translateX(-30%)
  }
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item,
                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start {
  border-radius: 12px;
  padding: 1rem;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item.inner-purple:hover, .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item.inner-purple:hover .menu-icon, .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item.inner-cyan:hover, .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item.inner-cyan:hover .menu-icon, .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item.inner-blue:hover, .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .item.inner-blue:hover .menu-icon, .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .items-start.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content .menu-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

/* .bottom-link-part {
						font-size: 14px;
						border-top: 1px solid #ffffff14;
						padding-top: 14px;
						margin-top: 14px;
						display: flex;

						&:hover {
							.arrow-part {
								transform: translateX(5px);
							}
						}
					} */

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .items-start:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .items-start:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .items-start:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .items-start:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .items-start:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .items-start:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .items-start:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .items-start:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .items-start:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .left {
  width: 100%;
  padding: 1.25rem;
  border-right: 1px solid #ffffff14;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .right {
  width: 100%;
  padding: 1.25rem;
  background-color: #0f1113;
  border-radius: 0 26px 26px 0;
}

.site-header__menu-item.menu-type-double_column_description .submenu-double_column_description {
  min-width: 800px;
  padding: 0;
  gap: 0;
}

.site-header__menu-item.menu-type-double_column_description .submenu-double_column_description >div {
  width: 100%;
  padding: 1.25rem;
}

.site-header__menu-item.menu-type-double_column_description .submenu-double_column_description >div:first-child {
  border-right: 1px solid #ffffff14;
}

.site-header__menu-item.menu-type-double_column_description .submenu-double_column_description >div:nth-child(2) {
  background-color: #0f1113;
  border-radius: 0 26px 26px 0;
}

.site-header__menu-item.accent:hover .submenu-item:hover {
  background-color: rgba(157,162,171,0.15);
}

.site-header__menu-item.accent:hover .submenu-item:hover .menu-icon {
  box-shadow: 0 0 10px #9da2ab;
}

.site-header__menu-item.accent:hover .nav-link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(157 162 171 / var(--tw-bg-opacity));
}

.site-header__menu-item.accent:hover:hover .nav-link:before {
  opacity: 1;
}

.site-header__menu-item.blue:hover .submenu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity));
}

.site-header__menu-item.blue:hover .submenu-item:hover .menu-icon {
  box-shadow: 0 0 10px #5b7fff;
}

.site-header__menu-item.blue:hover .nav-link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity));
}

.site-header__menu-item.blue:hover:hover .nav-link:before {
  opacity: 1;
}

.site-header__menu-item.amber:hover .submenu-item:hover {
  background-color: rgba(255,155,123,0.15);
}

.site-header__menu-item.amber:hover .submenu-item:hover .menu-icon {
  box-shadow: 0 0 10px #ff9b7b;
}

.site-header__menu-item.amber:hover .nav-link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 77 / var(--tw-bg-opacity));
}

.site-header__menu-item.amber:hover:hover .nav-link:before {
  opacity: 1;
}

.site-header__menu-item.cyan:hover .submenu-item:hover {
  background-color: rgba(78,204,195,0.15);
}

.site-header__menu-item.cyan:hover .submenu-item:hover .menu-icon {
  box-shadow: 0 0 10px #4ecdc4;
}

.site-header__menu-item.cyan:hover .nav-link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(78 205 196 / var(--tw-bg-opacity));
}

.site-header__menu-item.cyan:hover:hover .nav-link:before {
  opacity: 1;
}

.site-header__menu-item.pink:hover .submenu-item:hover {
  background-color: rgba(255,107,157,0.15);
}

.site-header__menu-item.pink:hover .submenu-item:hover .menu-icon {
  box-shadow: 0 0 10px #ff6b9d;
}

.site-header__menu-item.pink:hover .nav-link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 157 / var(--tw-bg-opacity));
}

.site-header__menu-item.pink:hover:hover .nav-link:before {
  opacity: 1;
}

.submenu-list {
  display: grid;
}

.submenu-list .submenu-item {
  margin-top: 0 !important;
  border-radius: 12px;
  padding: 1rem;
}

.submenu-list .submenu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 37 43 / var(--tw-bg-opacity));
}

.submenu-list .submenu-item .link-part {
  padding-right: 30px;
  position: relative;
}

.submenu-list .submenu-item .link-part:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #8a8a8a;
  transform: translateY(-50%) rotate(-45deg);
}

.submenu-double_column_description,
.submenu-double_column {
  min-width: 520px;
}

.submenu-double_column_description .submenu-list, .submenu-double_column .submenu-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* .mega-menu {
    @apply bg-card-color absolute left-0 top-full h-auto text-black shadow-xl grid gap-20 rounded-2xl p-20 z-50 min-w-[960px] opacity-0 invisible mmd:group-hover:visible mmd:group-hover:opacity-100;
} */

.mega .content {
  display: none;
}

.mega .content.active {
  display: block;
}

.submenu-double_column_description {
  display: flex;
}

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

.site-header__.menu-item-link.nav-link {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(184 189 199 / var(--tw-text-opacity));
  letter-spacing: 0.02em;
}

@media (max-width: 1200px) {
  .site-header__.menu-item-link.nav-link {
    font-size: 16px
  }
}

.site-header--dark-theme {
  background-color: rgb(17 19 23 / 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: rgba(255, 255, 255, 0.03) 0px 1px 0px 0px inset;
}

@media (max-width: 1200px) {
  .site-header__logo {
    width: 170px !important
  }
}

.v2-mobile-drawer .sub-link-content {
  display: flex;
  flex-direction: column;
}

.v2-mobile-drawer .sub-link-content .title {
  display: block;
}

.v2-mobile-drawer .sub-link-content .desc {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8a8a8a;
}

.v2-mobile-drawer .mobile-drawer__sub-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.v2-mobile-drawer .mobile-drawer__feature-item.is-open .mobile-drawer__sub-list {
  max-height: 500px;
}

.v2-mobile-drawer .mobile-drawer__feature-trigger .arrow {
  transition: transform 0.3s ease;
}

.v2-mobile-drawer .mobile-drawer__feature-item.is-open .arrow {
  transform: rotate(180deg);
}

.v2-mobile-drawer .mobile-drawer__sub-list.always-open {
  max-height: none !important;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.v2-mobile-drawer .mobile-drawer__feature-item {
  row-gap: 16px;
  padding: 20px;
}

.v2-mobile-drawer .mobile-drawer__feature-item .mobile-drawer__feature-icon-frame {
  transition: 0.3s;
}

.v2-mobile-drawer .mobile-drawer__feature-item:hover .mobile-drawer__feature-icon-frame {
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.v2-mobile-drawer .mobile-drawer__sub-link {
  display: flex;
  gap: 10px;
  align-items: center;
}

.v2-mobile-drawer .mobile-drawer__sub-link .menu-icon {
  transition: 0.3s;
}

.v2-mobile-drawer .mobile-drawer__sub-link:hover .menu-icon {
  box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.v2-mobile-drawer .mobile-drawer__sub-item.bottom-link {
  margin-top: 30px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}

.v2-mobile-drawer .mobile-drawer__sub-item.bottom-link:hover {
  box-shadow: 0 0 10px #fff;
}

.v2-mobile-drawer .mobile-drawer__sub-item.bottom-link.left-bottom-link {
  max-width: 97%;
}

.v2-mobile-drawer .mobile-drawer__feature-link .mobile-drawer__feature-icon-frame {
  display: flex;
  height: 2.813rem;
  width: 2.813rem;
  min-width: 2.813rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.06);
  background-color: rgb(255 255 255 / 0.04);
}

.v2-mobile-drawer .mobile-drawer__feature-link .mobile-drawer__feature-icon-frame img {
  max-width: 100%;
  height: auto;
}

.v2-mobile-drawer .mobile-drawer__feature-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.v2-mobile-drawer .mobile-drawer__feature-content .mobile-drawer__feature-title {
  margin: 0;
}

.v2-mobile-drawer .mobile-drawer__feature-link {
  align-items: center;
}

.page-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.page-header__content {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
}

.page-header__content .o-container {
  width: 100%;
}

.page-header__regular {
  background-image: url('../../assets/images/bg/page-header__regular.jpg');
  min-height: 220px;
  margin-bottom: 3rem;
}

@media (min-width: 68.75em) {
  .page-header__regular {
    min-height: 339px;
    margin-bottom: 5.625rem;
  }
}

.page-header__large {
  background-image: url('../../assets/images/bg/page-header__large.png');
  min-height: 220px;
}

@media (min-width: 68.75em) {
  .page-header__large {
    min-height: 578px;
  }
}

.page-header__large .page-header__content {
  max-height: 220px;
}

.page-header__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 1.125rem;
}

.page-header__title-large {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 93%;
  /* 59.52px */
  letter-spacing: -1.92px;
}

@media (min-width: 68.75em) {
  .page-header__title-large {
    font-size: 104px;
    line-height: 93%;
    /* 96.72px */
    letter-spacing: -3.12px
  }
}

.page-header__title-small {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .page-header__title-small {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.page-header__title-small {
  line-height: 1;
}

@media (min-width: 68.75em) {
  .page-header__title-small {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -3.12px
  }
}

.page-header__title-mini {
  font-size: 42px;
  line-height: 93%;
  /* 96.72px */
  letter-spacing: -3.12px;
}

.page-header__icon {
  max-width: 52px;
}

@media (min-width: 68.75em) {
  .page-header__icon {
    max-width: 70px;
  }
}

.page-header__icon svg, .page-header__icon img {
  height: auto;
  max-width: 100%;
}

.page-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-hero:has(.page-hero__overlay.mobile) .page-hero__overlay.default {
  display: none;
}

@media (min-width: 48em) {
  .page-hero:has(.page-hero__overlay.mobile) .page-hero__overlay.default {
    display: block
  }
}

.page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* Cover the entire area of the div */
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

/* Ensures the overlay is behind the content */

@media (min-width: 48em) {
  .page-hero__overlay.mobile {
    display: none
  }
}

.page-hero__content {
  position: relative;
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: calc(52px + 24px);
  padding-bottom: calc(52px + 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 68.75em) {
  .page-hero__content {
    padding-top: calc(80px + 56px + 24px);
    padding-bottom: calc(80px + 24px);
  }
}

.page-hero__content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  text-align: center;
}

.feature-highlights-grid .card-part.page-hero__content-inner img {
  margin: auto;
}

@media (min-width: 48em) {
  .page-hero__content-inner {
    max-width: 640px;
  }
}

@media (min-width: 68.75em) {
  .page-hero__content-inner {
    max-width: 820px;
  }
}

.page-hero__label {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.feature-highlights-grid .card-part.page-hero__label img {
  margin: auto;
}

.page-hero__label {
  min-height: 40px;
  display: inline-flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255, 255, 255, 0.10);
  background-blend-mode: lighten;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.page-hero__label span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .page-hero__label span {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.page-hero__title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.feature-highlights-grid .card-part.page-hero__title img {
  margin: auto;
}

.page-hero__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .page-hero__title {
    font-size: 3.5rem;
  }
}

@media (min-width: 68.75em) {
  .page-hero__title {
    font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }

  @media (min-width: 48em) {
    .page-hero__title {
      font-size: 4.5rem;
    }
  }
}

.page-hero__description {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.feature-highlights-grid .card-part.page-hero__description img {
  margin: auto;
}

.page-hero__description {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .page-hero__description {
    font-size: 1.188rem;
  }
}

.page-hero__description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 560px;
}

.page-hero__icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  text-align: center;
}

.feature-highlights-grid .card-part.page-hero__icon img {
  margin: auto;
}

.page-hero__icon svg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

@media (min-width: 48em) {
  .page-hero__icon svg {
    margin-top: 5.625rem;
  }
}

.page-hero--regular .page-hero__content {
  min-height: 658px;
}

.page-hero--large .page-hero__content {
  min-height: 830px;
}

.pagination {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pagination__list {
  display: none;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
}

.mobile-drawer:not(.pagination__list) {
  transform: translateX(0);
  /* Slide in */
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .pagination__list.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .pagination__list:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .pagination__list:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .pagination__list:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .pagination__list:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .pagination__list:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .pagination__list:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .pagination__list:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .pagination__list:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .pagination__list:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

@media (min-width: 48em) {
  .pagination__list {
    display: flex;
  }
}

.pagination__item {
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.pagination__item a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
  border-bottom: 2px solid #823cfa;
}

.pagination__link--active {
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
  border-bottom: 2px solid #823cfa;
}

.platform-comparision .plc-topwrap {
  max-width: 750px;
}

.platform-comparision .plc-wrap {
  max-width: 675px;
  margin: auto;
}

.platform-comparision .plc-icon-part {
  height: 27px;
}

.platform-comparision .plc-cardwrap span {
  border-color: rgb(44 44 44 / 0.7);
}

.platform-comparision .plc-alternative span {
  border-color: rgb(255 255 255 / 0.5);
  background-color: rgb(255 255 255 / 0.02);
  color: rgb(255 255 255 / 0.7);
}

.platform-comparision .plc-features-item {
  border-color: rgb(255 255 255 / 0.5);
}

.platform-comparision .plc-highlight-label {
  color: rgb(255 255 255 / 0.8);
}

.platform-comparision .plc-tag {
  border-color: rgb(91 127 255 / 0.5) !important;
  background-color: rgb(91 127 255 / 0.2);
}

.platform-comparision .plc-tag-alt {
  border-color: rgb(255 255 255 / 0.5);
  background-color: rgb(255 255 255 / 0.2);
}

.platform-comparision .plc-btn:hover {
  background-color: rgb(91 127 255 / 0.7);
}

.platform-comparision .plc-btn-alt {
  border-color: rgb(255 255 255 / 0.1);
}

.platform-comparision .plc-btn-alt:hover {
  background-color: rgb(91 127 255 / 0.7);
}

.platform-comparision .plc-feature {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem;
  padding-left: 1.875rem;
}

@media (min-width: 40em) {
  .platform-comparision .plc-feature {
    flex-direction: row;
  }
}

@media (min-width: 48em) {
  .platform-comparision .plc-feature {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 68.75em) {
  .platform-comparision .plc-feature {
    padding-left: 3.125rem;
  }
}

.platform-comparision .plc-cardwrap .plc-feature::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0.1875rem;
  z-index: 1;
  height: 1rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(91 127 255 / var(--tw-border-opacity));
}

@media (min-width: 68.75em) {
  .platform-comparision .plc-cardwrap .plc-feature::before {
    left: 0.75rem;
  }
}

.platform-comparision .plc-alternative .plc-feature::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0.1875rem;
  z-index: 1;
  height: 1rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 68.75em) {
  .platform-comparision .plc-alternative .plc-feature::before {
    left: 0.75rem;
  }
}

.platform-comparision .plc-alternative .plc-feature::after {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 7px;
  z-index: 1;
  height: 0.5rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 68.75em) {
  .platform-comparision .plc-alternative .plc-feature::after {
    left: 0.75rem;
  }
}

.platform-header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/blocks/platform-header.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.feature-highlights-grid .card-part.platform-header img {
  margin: auto;
}

.platform-header {
  overflow: hidden;
}

.platform-header__label {
  border-radius: 100px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255, 255, 255, 0.10);
  background-blend-mode: lighten;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .platform-header__label {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.platform-header__label {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 700;
}

.platform-header__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .platform-header__title {
    font-size: 4.5rem;
  }
}

.platform-header__title {
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.platform-header__title img {
  margin: auto;
}

.platform-header__text {
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-weight: 400;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.platform-header__text img {
  margin: auto;
}

.platform-header__text {
  margin-top: 1.25rem;
}

.platform-header__cta {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 68.75em) {
  .platform-header__cta {
    margin-top: 3.75rem;
    margin-bottom: 4.25rem;
  }
}

.platform-header__graphic {
  width: 140vw;
  margin-left: calc(-20vw - 1em);
  margin-bottom: 3rem;
}

@media (min-width: 40em) {
  .platform-header__graphic {
    width: 100%;
    margin-left: 0px;
  }
}

@media (min-width: 68.75em) {
  .platform-header__graphic {
    margin-bottom: 4.25rem;
  }
}

.platform-header__graphic img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.platform-infrastructure .pli-topwrap {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  border-color: rgb(255 255 255 / 0.3);
  padding-bottom: 3.125rem;
}

.platform-infrastructure .pli-eyebrow {
  border-color: rgb(91 127 255 / 0.5);
  background-color: rgb(91 127 255 / 0.2);
}

.platform-infrastructure .pli-subheading {
  color: rgb(255 255 255 / 0.6);
}

.platform-infrastructure .pli-stat-wrap {
  max-width: 780px;
}

.platform-infrastructure .pli-info-wrap {
  max-width: 1250px;
}

.platform-infrastructure .pli-info-item {
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 34 / var(--tw-bg-opacity));
}

.platform-infrastructure .pli-info-item:hover {
  border-color: rgb(91 127 255 / 0.6);
  --tw-gradient-from: rgb(91 127 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 127 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.platform-infrastructure .pli-img-wrap {
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(39 44 53 / var(--tw-bg-opacity));
}

.group:hover .platform-infrastructure .pli-img-wrap {
  background-color: rgb(91 127 255 / 0.3);
}

.platform-infrastructure .pli-list-wrap {
  border-color: rgb(255 255 255 / 0.3);
}

.platform-infrastructure .pli-status-text {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.platform-infrastructure .seprator {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  color: rgb(255 255 255 / 0.5);
}

.platform-infrastructure .pli-status-text::before {
  content: '';
  position: absolute;
  left: 0.25rem;
  top: 0.3125rem;
  z-index: 1;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.platform-infrastructure .pli-compliance-text {
  color: rgb(255 255 255 / 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.product-comparision .pdc-tophead {
  max-width: 870px;
}

.product-comparision .pdc-subtitle {
  color: rgb(255 255 255 / 0.5);
}

.product-comparision .pdc-productwrap,
	.product-comparision .pdc-focus-label,
	.product-comparision .pdc-benefit-label {
  background-color: rgb(44 44 44 / 0.5);
}

.product-comparision .pdc-metric-text {
  color: rgb(255 255 255 / 0.5);
}

.product-comparision .pdc-focus-area,
	.product-comparision .pdc-primary-benefit {
  color: rgb(255 255 255 / 0.7);
}

@media (min-width:1024px) {
  .product-comparision .product-compare-grid {
    min-width: 0 !important;
  }
}

.product-header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  overflow: hidden;
}

.product-header__content {
  position: relative;
  z-index: 10;
}

.product-header__content-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.25rem;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 68.75em) {
  .product-header__content-header {
    padding-top: 4.5rem;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.product-header__label-text {
  border-radius: 100px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255, 255, 255, 0.10);
  background-blend-mode: lighten;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: none;
}

.mobile-drawer:not(.product-header__label-text) {
  transform: translateX(0);
  /* Slide in */
}

.product-header__label-text span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .product-header__label-text span {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.product-header__label-text span {
  font-weight: 700;
}

@media (min-width: 68.75em) {
  .product-header__label-text {
    display: block;
  }
}

.product-header__title {
  font-size: 40px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -3.6px;
}

@media (min-width: 48em) {
  .product-header__title {
    font-size: 56px
  }
}

@media (min-width: 68.75em) {
  .product-header__title {
    font-size: 72px
  }
}

.product-header__title {
  font-weight: 700;
  max-width: 920px;
  line-height: 93%;
  letter-spacing: -2.16px;
}

@media (min-width: 90em) {
  .product-header__title {
    padding-left: 3rem;
  }
}

.product-header__body {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 3.875rem;
  flex-direction: column;
}

@media (min-width: 68.75em) {
  .product-header__body {
    padding-top: 3.875rem;
    flex-direction: row;
    gap: 2rem;
  }
}

.product-header__body--LHS {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  width: 640px;
  max-width: 100%;
}

.product-header__body--RHS {
  width: 100%;
}

.product-header__body-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .product-header__body-content {
    font-size: 1.188rem;
  }
}

.product-header__body-content {
  max-width: 387px;
  padding-top: 0;
}

@media (min-width: 68.75em) {
  .product-header__body-content {
    padding-top: 4.5rem;
  }
}

@media (min-width: 90em) {
  .product-header__body-content {
    padding-left: 3rem;
  }
}

.product-header__description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .product-header__description {
    font-size: 1.188rem;
  }
}

.product-header__description {
  margin-bottom: 2rem;
}

.product-header__cta {
}

@media (min-width: 68.75em) {
  .product-header__image {
    margin-top: -6rem;
    margin-bottom: -4rem;
    margin-right: -4rem;
  }
}

.product-header__image img {
  height: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.product-header__arrow {
  display: none;
}

.mobile-drawer:not(.product-header__arrow) {
  transform: translateX(0);
  /* Slide in */
}

@media (min-width: 68.75em) {
  .product-header__arrow {
    display: block;
  }
}

.product-header--ai-bundling .product-header__arrow svg path {
  stroke: #1283da;
}

.product-header--visual-shopping .product-header__arrow svg path {
  stroke: #823cfa;
}

.product-header--one-to-one-shopping {
}

.quote-section {
  --tw-bg-opacity: 1;
  background-color: rgb(25 185 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

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

.feature-highlights-grid .card-part.quote-section__content img {
  margin: auto;
}

.quote-section__content {
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
}

.quote-section__content .quote-section__logo {
  margin-left: auto;
  margin-right: auto;
  max-height: 90px;
  margin-bottom: 2.25rem;
}

.quote-section__content .quote-section__logo img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.quote-section__content .quote-section__logo img img {
  margin: auto;
}

.quote-section__content .quote-section__logo img {
  max-width: 100%;
  height: auto;
}

.quote-section__content .quote-section__text {
  font-size: 28px;
  font-style: normal;
  /* 28px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  line-height: 120%;
}

.quote-section__content .quote-section__text span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.quote-section__content .quote-section__details {
  margin-top: 2.25rem;
  display: inline-flex;
  gap: 0.375rem;
}

.quote-section__content .quote-section__details .quote-section__industry {
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.quote-section__content .quote-section__details .quote-section__designation {
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 400;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.resource-header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url("../../assets/blocks/resource-header__bg.png");
  background-size: 100vw 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 48em) {
  .resource-header {
    min-height: 600px;
  }
}

.resource-header__content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__content.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .resource-header__content:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .resource-header__content:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .resource-header__content:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .resource-header__content:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .resource-header__content:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .resource-header__content:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .resource-header__content:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .resource-header__content:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .resource-header__content:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.resource-header__content {
  flex-direction: column;
  margin-top: 1.25rem;
  gap: 32px;
}

@media (min-width: 48em) {
  .resource-header__content {
    gap: 50px;
    margin-top: 3.125rem;
    flex-direction: row
  }
}

.resource-header__LHS,
  .resource-header__RHS {
  width: 100%;
}

@media (min-width: 48em) {
  .resource-header__LHS,
  .resource-header__RHS {
    min-height: 392px;
  }
}

.resource-header__LHS {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .resource-header__LHS.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .resource-header__LHS:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .resource-header__LHS:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .resource-header__LHS:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .resource-header__LHS:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .resource-header__LHS:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .resource-header__LHS:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .resource-header__LHS:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .resource-header__LHS:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .resource-header__LHS:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.resource-header__LHS img {
  max-height: 440px;
  border-radius: 6px;
}

@media (min-width: 48em) {
  .resource-header__LHS {
    width: 41.667%;
  }
}

.resource-header__RHS {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}

@media (min-width: 48em) {
  .resource-header__RHS {
    width: 58.333%;
    margin-bottom: 0;
  }
}

.resource-header__fallback-image-holder {
  width: 100%;
  min-height: 392px;
  max-height: 440px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 6px;
  display: none;
}

.mobile-drawer:not(.resource-header__fallback-image-holder) {
  transform: translateX(0);
  /* Slide in */
}

@media (min-width: 48em) {
  .resource-header__fallback-image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.resource-header__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.resource-header__meta-topic {
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
  font-weight: 700;
}

.resource-header__meta-date {
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
  font-weight: 700;
}

.resource-header__meta-separator {
  height: 0.25rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 185 255 / var(--tw-bg-opacity));
  opacity: 0.5;
  border-radius: 100%;
}

.resource-header__meta-separator--blog {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity));
}

.resource-header__meta-separator--case-studies {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.resource-header__meta-separator--press {
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
}

.resource-header__meta-separator--ebooks {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 143 / var(--tw-bg-opacity));
}

.resource-header__meta-right-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.resource-header__content-body {
  max-width: 645px;
}

.resource-header__content-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .resource-header__content-title {
    font-size: 3.5rem;
  }
}

.resource-header__content-title {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  margin-top: 1.5rem;
  line-height: 1;
}

.resource-header__content-title--small {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .resource-header__content-title--small {
    font-size: 3rem;
    line-height: 1;
  }
}

.resource-header__content-footer {
  margin-top: 2.813rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-header__content-footer-author {
  display: flex;
  align-content: center;
  align-items: center;
}

.resource-header__content-footer-author-img {
  max-width: 36px;
  margin-right: 0.75rem;
}

.resource-header__content-footer-author-img img {
  height: auto;
  max-width: 100%;
  border-radius: 100%;
}

.resource-header__content-footer-author-name {
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.resource-header__content-footer-author-role {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.resource-header__content-footer-feature span {
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.resource-header--blog .resource-header__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
}

.resource-header--case-studies .resource-header__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
}

.resource-header--press .resource-header__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
}

.resource-header--ebooks .resource-header__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
}

.resources-section {
  /* .resource-item {
        .resource-label {
            @apply border-white/10;
        }

        .resource-desc {
            @apply text-white/50;
        }
    } */
}

.resources-section .resources-top {
  max-width: 760px;
}

.resources-section .resources-desc {
  color: rgb(255 255 255 / 0.5);
}

.resources-aside {
  margin-top: 6rem;
}

@media (min-width: 68.75em) {
  .resources-aside {
    margin-top: 120px;
  }
}

.resources-aside__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.25rem;
}

.resources-aside__search-results {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
}

.resources-aside__no-results {
  display: inline-flex;
  gap: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
}

.resources-aside__divider {
  width: 2px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.resources-card {
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255,255,255,0.9);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  -webkit-backdrop-filter: blur(250px);
          backdrop-filter: blur(250px);
}

@media (min-width: 68.75em) {
  .resources-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    min-height: 526px;
  }
}

.resources-card__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 284px;
  padding: 0.75rem;
  border-radius: 8px;
}

.resources-card__fallback-logo {
  text-align: center;
}

.feature-highlights-grid .card-part.resources-card__fallback-logo img {
  margin: auto;
}

.resources-card__image-wrap {
  width: 100%;
  padding-top: 66.6666%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.resources-card__image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.resources-card__title {
  margin-top: 1.25rem;
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
}

@media (min-width: 68.75em) {
  .resources-card__title {
    margin-top: 0;
    font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  @media (min-width: 48em) {
    .resources-card__title {
      font-size: 1.5rem;
      line-height: 1;
      letter-spacing: -0.03em;
    }
  }

  .resources-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.resources-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.resources-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.resources-card__meta-topic {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
  font-weight: 700;
}

.resources-card__meta-date {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 11px;
  font-style: normal;
  line-height: 140%;
  /* 15.4px */
  font-weight: 700;
}

.resources-card__meta-separator {
  height: 0.25rem;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 185 255 / var(--tw-bg-opacity));
  opacity: 0.5;
  border-radius: 100%;
}

.resources-card__meta-separator--blog {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity));
}

.resources-card__meta-separator--case-studies {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.resources-card__meta-separator--press {
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
}

.resources-card__meta-separator--ebooks {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 143 / var(--tw-bg-opacity));
}

.resources-card:hover {
  border-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.resources-card--blog .resources-card__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
}

.resources-card--blog:hover {
  box-shadow: 0px 10px 39px 10px rgba(216,27,96,0.22);
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity));
}

.resources-card--blog:hover .resources-card__title,
    .resources-card--blog:hover .resources-card__meta-topic,
    .resources-card--blog:hover .resources-card__meta-date {
  --tw-text-opacity: 1;
  color: rgb(254 243 247 / var(--tw-text-opacity));
}

.resources-card--blog:hover .resources-card__meta-separator {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
}

.resources-card--blog:hover .resources-filters__item-icon svg g {
  fill: white;
}

.resources-card--press .resources-card__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
}

.resources-card--press:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
  box-shadow: 0px 10px 39px 10px rgba(247,144,9,0.22);
}

.resources-card--press:hover .resources-card__title,
    .resources-card--press:hover .resources-card__meta-topic,
    .resources-card--press:hover .resources-card__meta-date {
  --tw-text-opacity: 1;
  color: rgb(254 247 237 / var(--tw-text-opacity));
}

.resources-card--press:hover .resources-card__meta-separator {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
}

.resources-card--press:hover .resources-filters__item-icon svg g {
  fill: white;
}

.resources-card--case-studies .resources-card__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
}

.resources-card--case-studies:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
  box-shadow: 0px 10px 39px 10px rgba(18,183,106,0.22);
}

.resources-card--case-studies:hover .resources-card__title,
    .resources-card--case-studies:hover .resources-card__meta-topic,
    .resources-card--case-studies:hover .resources-card__meta-date {
  --tw-text-opacity: 1;
  color: rgb(241 254 248 / var(--tw-text-opacity));
}

.resources-card--case-studies:hover .resources-card__meta-separator {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
}

.resources-card--case-studies:hover .resources-filters__item-icon svg g {
  fill: white;
}

.resources-card--ebooks .resources-card__fallback-image-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
}

.resources-card--ebooks:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 143 / var(--tw-bg-opacity));
  box-shadow: 0px 10px 39px 10px rgba(13,32,143,0.22);
}

.resources-card--ebooks:hover .resources-card__title,
    .resources-card--ebooks:hover .resources-card__meta-topic,
    .resources-card--ebooks:hover .resources-card__meta-date {
  --tw-text-opacity: 1;
  color: rgb(239 241 254 / var(--tw-text-opacity));
}

.resources-card--ebooks:hover .resources-card__meta-separator {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
}

.resources-card--ebooks:hover .resources-filters__item-icon svg g {
  fill: white;
}

.resources-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.resources-filters__item {
  border: 1px solid rgba(169, 169, 169, 0.25);
  border-radius: 6px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: all var(--transition-duration) var(--transition-timing-function);
}

.resources-filters__item--active,
    .resources-filters__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: all var(--transition-duration) var(--transition-timing-function);
}

.resources-filters__item--large {
  border: none;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 16px;
  font-style: normal;
  /* 20.8px */
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  gap: 0.75rem;
}

.resources-filters__item--large span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.resources-filters__item--large:hover {
}

.resources-filters__item--type-blog {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(216 27 96 / var(--tw-text-opacity));
}

.resources-filters__item--type-blog:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(216 27 96 / var(--tw-text-opacity));
}

.resources-filters__item--type-blog:hover span {
  border-bottom-color: #D81B60;
}

.resources-filters__item--type-case-study {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}

.resources-filters__item--type-case-study:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}

.resources-filters__item--type-case-study:hover span {
  border-bottom-color: #12B76A;
}

.resources-filters__item--type-press {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity));
}

.resources-filters__item--type-press:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity));
}

.resources-filters__item--type-press:hover span {
  border-bottom-color: #F79009;
}

.resources-filters__item--type-ebook {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 32 143 / var(--tw-text-opacity));
}

.resources-filters__item--type-ebook:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 32 143 / var(--tw-text-opacity));
}

.resources-filters__item--type-ebook:hover span {
  border-bottom-color: #0D208F;
}

.resources-filters__item-icon {
  max-width: 20px;
}

.resources-filters__item-icon svg {
  /* animation: rotate 1s infinite; */
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: all var(--transition-duration) var(--transition-timing-function);
  overflow: visible;
  max-width: 100%;
  height: auto;
}

.resources-filters__item--search-results {
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  padding-left: 0;
}

.resources-filters__item--search-results:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: all var(--transition-duration) var(--transition-timing-function);
}

.resources-filters__item--clear-results {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.resources-grid {
  display: grid;
  margin-top: 2.5rem;
}

@media (min-width: 68.75em) {
  .resources-grid {
    margin-top: 5rem;
  }
}

.resources-grid__no-results {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.resources-grid__no-results h1 {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .resources-grid__no-results h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.resources-grid__no-results h1 {
  font-weight: 700;
}

.resources-grid--blog {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.25rem;
}

@media (min-width: 48em) {
  .resources-grid--blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
}

@media (min-width: 68.75em) {
  .resources-grid--blog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 3rem;
  }
}

.resources-grid--noise {
  background-size: cover;
  background-position: center;
}

.resources-header {
  margin-top: 3.375rem;
  margin-bottom: 5rem;
}

.resources-header__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.resources-header__title,
  .resources-header__icon {
}

.resources-header__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-style: normal;
  line-height: 93%;
  /* 96.72px */
  letter-spacing: -3.12px;
  font-size: 64px;
}

@media (min-width: 48em) {
  .resources-header__title {
    font-size: 80px
  }
}

@media (min-width: 68.75em) {
  .resources-header__title {
    font-size: 104px
  }
}

.resources-header__title {
  font-weight: 700;
}

.resources-header__glossary {
  margin-top: 1.5rem;
}

.resources-header__glossary-subtitle {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .resources-header__glossary-subtitle {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.resources-header__glossary-subtitle {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  max-width: 600px;
}

.resources-header__glossary-intro {
  margin-top: 0.75rem;
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  max-width: 600px;
}

.resources-search {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 68.75em) {
  .resources-search {
    margin-left: 0;
    margin-right: 0;
  }
}

.resources-search__container {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  gap: 0.75rem;
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255, 255, 255, 0.00);
}

.resources-search__icon {
  flex-shrink: 0;
}

.resources-search__field {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.resources-search__field:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-width: 0px;
}

.resources-search__field {
  min-width: 220px;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 13.016px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  max-width: calc(100vw - 80px);
}

.resources-search__field::-moz-placeholder {
  opacity: 0.5;
}

.resources-search__field::placeholder {
  opacity: 0.5;
}

.results-matter__title {
  line-height: 1.1;
}

/* Legacy Code with minor updates */

.c-results-matter-items .item {
  background: rgba(168, 168, 168, 0.1);
  background-blend-mode: lighten;
  border: 1px solid rgba(244, 243, 239, 0.2);
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
}

@media (min-width: 68.75em) {
  .c-results-matter-items .item:nth-child(2), .c-results-matter-items .item:nth-child(4) {
    margin-top: 3.5rem;
  }
}

.c-results-matter-cta {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-results-matter-cta span {
  transition: transform 0.3s ease-out;
}

.c-results-matter-cta:hover span {
  transform: translateX(4px);
}

.results-section .results-top {
  max-width: 760px;
}

.results-section .results-desc {
  color: rgb(255 255 255 / 0.6);
}

.results-section .results-grid {
  max-width: 1100px;
}

.results-section .results-item::before {
  content: '';
  position: absolute;
  background-color: rgb(255 255 255 / 0.5);
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .results-section .results-item::before {
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    bottom: auto;
  }
}

.results-section .results-item .results-item-inner {
  max-width: 250px;
}

.results-section .results-item .results-desc {
  color: rgb(255 255 255 / 0.5);
  color: rgb(255 255 255 / 0.6);
}

.see-current-opportunities__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  max-width: 550px;
}

.see-current-opportunities__title h2 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .see-current-opportunities__title h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.feature-highlights-grid .card-part.see-current-opportunities__title h2 img {
  margin: auto;
}

.see-current-opportunities__title h2 span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.see-current-opportunities__iframe-container {
  display: block;
  min-height: 450px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #D1D1D1;
}

.services-overview__headline {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .services-overview__headline {
    font-size: 3.5rem;
  }
}

.services-overview__headline {
  margin-bottom: 2.813rem;
}

/* @apply max-w-[720px]; */

.services-overview__headline span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.services-overview__intro {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 22px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.22px;
}

.services-overview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-direction: column-reverse;
}

@media (min-width: 68.75em) {
  .services-overview__header {
    flex-direction: row;
  }
}

.services-overview__col--left {
  max-width: 840px;
}

.services-overview__col--right {
  flex-grow: 0;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 68.75em) {
  .services-overview__col--right {
    min-width: 400px;
    max-width: 100%;
  }
}

@media (min-width: 75em) {
  .services-overview__col--right {
    min-width: 480px;
  }
}

.services-overview__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 3rem;
  padding-top: 80px;
}

.services-overview__col--service {
  width: 100%;
  max-width: 341px;
}

@media (min-width: 68.75em) {
  .services-overview__col--service {
    width: 33.333%;
  }
}

.services-overview__service-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .services-overview__service-title {
    font-size: 2rem;
    line-height: 1;
  }
}

.services-overview__service-title {
  margin-bottom: 1.625rem;
}

.services-overview__service-title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
  display: block;
}

.services-overview__service-description {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .services-overview__service-description {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.c-footer-newsletter {
  position: relative;
}

.c-footer-newsletter .hs_email label {
  display: none;
}

.mobile-drawer:not(.c-footer-newsletter .hs_email label) {
  transform: translateX(0);
  /* Slide in */
}

.c-footer-newsletter input[type=email] {
  font-size: 1rem;
}

.c-footer-newsletter input[type=email]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(138 138 138 / var(--tw-placeholder-opacity));
}

.c-footer-newsletter input[type=email]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(138 138 138 / var(--tw-placeholder-opacity));
}

.c-footer-newsletter input[type=email] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  line-height: 1;
  height: 44px;
  outline: none;
}

.c-footer-newsletter input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0;
  width: 16px;
  height: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1289 7.76768H0.128906M16.1289 7.76768L8.10189 14.1677M16.1289 7.76768L8.10189 1.36768' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 50%;
  transition: background-image 0.3s ease-out;
}

.c-footer-newsletter input[type=submit]:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1289 8.76768H0.128906M16.1289 8.76768L8.10189 15.1677M16.1289 8.76768L8.10189 2.36768' stroke='%23ff6666' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}

.c-footer-socials a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.site-header {
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  z-index: 50;
}

.site-header .site-header__pinned-logo {
  display: none;
}

.mobile-drawer:not(.site-header .site-header__pinned-logo) {
  transform: translateX(0);
  /* Slide in */
}

.site-header__menu-arrow {
  opacity: 0.5;
}

.site-header__menu-item {
  position: relative;
}

.site-header__menu-item .is-icon-arrow {
  transition: transform 0.3s ease-out;
}

.site-header__menu-item .site-header__menu-item-link {
  transition: color 0.3s ease-out;
}

.site-header__menu-item.is-open .is-icon-arrow {
  transform: rotate(-180deg);
}

.site-header__menu-item.is-open .site-header__menu-item-link {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.site-header__menu-item:last-child .drawer--large {
  right: -110px;
  left: auto;
}

.site-header--light-theme {
  background-color: rgb(17 19 23 / 0.8);
  border-bottom: 1px solid rgba(138, 138, 152, 0.25);
}

.site-header--light-theme .site-header__menu-item-link {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.site-header--light-theme .site-header__menu-arrow svg path {
  stroke: #001524;
}

.site-header--light-theme .site-header__mobile-trigger-icon--closed svg path {
  fill: #001524;
}

.site-header--dark-theme {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.site-header--dark-theme .site-header__menu-item-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header--dark-theme .site-header__menu-arrow svg path, .site-header--dark-theme .site-header__mobile-trigger-icon--closed svg path {
  stroke: white;
}

.site-header--dark-theme .site-header__mobile-trigger-icon--closed svg path {
  fill: white;
}

.site-header--dark-theme .site-header__demo-button:before {
  border: 0.5px solid rgba(255, 255, 255, 0.10);
  background: radial-gradient(51.45% 135.56% at 51.15% 124.44%, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 2.3%, rgba(0, 0, 0, 0.00) 52.99%), rgba(18, 37, 50, 0.01);
}

.site-header--is-pinned {
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 23 / var(--tw-bg-opacity));
}

/* backdrop-filter: blur(10px); */

/* transition: background-color 0.5s ease-in-out; */

.site-header--is-pinned .site-header__pinned-logo {
  display: block;
}

.site-header--is-pinned .site-header__default-logo {
  display: none;
}

.mobile-drawer:not(.site-header--is-pinned .site-header__default-logo) {
  transform: translateX(0);
  /* Slide in */
}

.site-header--is-pinned .site-header__menu-item-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header--is-pinned .site-header__menu-arrow svg path {
  stroke: white;
}

.site-header--is-pinned .site-header__mobile-trigger-icon--closed svg path {
  fill: white;
}

.site-header--is-pinned .site-header__demo-button:before {
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 36 / var(--tw-border-opacity));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 2.3%, rgba(0, 0, 0, 0.00) 52.99%), #122532;
}

.site-header__mobile-trigger .site-header__mobile-trigger-icon--closed {
  display: block;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: all var(--transition-duration) var(--transition-timing-function);
}

.site-header__mobile-trigger .site-header__mobile-trigger-icon--opened {
  display: none;
}

.mobile-drawer:not(.site-header__mobile-trigger .site-header__mobile-trigger-icon--opened) {
  transform: translateX(0);
  /* Slide in */
}

.site-header__mobile-trigger.mobile-drawer--is-opened .site-header__mobile-trigger-icon--closed {
  display: none;
}

.mobile-drawer:not(.site-header__mobile-trigger.mobile-drawer--is-opened .site-header__mobile-trigger-icon--closed) {
  transform: translateX(0);
  /* Slide in */
}

.site-header__mobile-trigger.mobile-drawer--is-opened .site-header__mobile-trigger-icon--closed {
  opacity: 0;
}

.site-header__mobile-trigger.mobile-drawer--is-opened .site-header__mobile-trigger-icon--opened {
  animation: spin 0.3s ease-in-out forwards;
  display: block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

.c-testimonials .swiper-button-disabled {
  opacity: 0.5;
}

.accordion-item__title {
  transition: color 0.3s ease;
}

.accordion-item__title.is-active {
  --tw-text-opacity: 1;
  color: rgb(0 42 81 / var(--tw-text-opacity));
  text-decoration: underline;
}

.accordion-item__title:not(.is-active):hover {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.c-explore-more-slider .swiper-button-disabled {
  opacity: 0.5;
}

.hero-slider {
  transform: scale(1.75) translate3d(-10px, -10px, 0);
  transform-origin: top left;
}

@media (min-width: 48em) {
  .hero-slider {
    transform: none
  }
}

.c-testimonials__next rect, .c-testimonials__next path, .c-testimonials__prev rect, .c-testimonials__prev path {
  transition: 0.3s ease-out;
}

.c-testimonials__next:hover rect, .c-testimonials__prev:hover rect {
  fill: #19B9FF;
}

.c-testimonials__next:hover path, .c-testimonials__prev:hover path {
  stroke: #001524;
}

.stats-highlight {
  display: block;
  text-align: center;
}

.feature-highlights-grid .card-part.stats-highlight img {
  margin: auto;
}

.stats-highlight {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 68.75em) {
  .stats-highlight {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.stats-highlight__heading h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .stats-highlight__heading h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.stats-highlight__heading h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 629px;
  margin-bottom: 4rem;
}

.stats-highlight__heading h2 span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.stats-highlight__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1262px;
}

@media (min-width: 48em) {
  .stats-highlight__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 68.75em) {
  .stats-highlight__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.stats-highlight__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 12px;
  border: 1.103px solid rgba(244, 243, 239, 0.20);
  background: rgba(168, 168, 168, 0.10);
  background-blend-mode: lighten;
  -webkit-backdrop-filter: blur(27.567127227783203px);
          backdrop-filter: blur(27.567127227783203px);
}

@media (min-width: 48em) {
  .stats-highlight__stat:nth-child(3):nth-last-child(1) {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 68.75em) {
  .stats-highlight__stat:nth-child(3):nth-last-child(1) {
    grid-column: span 1 / span 1;
  }
}

.stats-highlight__stat-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -3.6px;
}

@media (min-width: 48em) {
  .stats-highlight__stat-title {
    font-size: 56px
  }
}

@media (min-width: 68.75em) {
  .stats-highlight__stat-title {
    font-size: 72px
  }
}

.stats-highlight__stat-title {
  font-weight: 700;
}

.stats-highlight__stat-title span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.stats-highlight__stat-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  font-weight: 500;
  opacity: 0.7;
}

.success-stories .ss-card-imagewrap img {
  aspect-ratio: 7/1;
}

/* Responsive wrapper */

.wp-block-table.styled-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 48em) {
  .wp-block-table.styled-table {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* Table base styling */

.wp-block-table.styled-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 1rem;
}

/* Header row styling */

.wp-block-table.styled-table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-table.styled-table th,
.wp-block-table.styled-table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(252 252 253 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

.wp-block-table.styled-table th {
  border-color: rgb(252 252 253 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}

.wp-block-table.styled-table td {
  border-color: rgb(0 21 36 / var(--tw-border-opacity));
  --tw-border-opacity: 0.05;
}

/* Bold for left column and headers */

.wp-block-table.styled-table td:first-child,
.wp-block-table.styled-table th {
  font-weight: 600;
}

/* Zebra stripe rows */

.wp-block-table.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.wp-block-table.styled-table tbody tr:nth-child(even) {
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
}

/* Responsive text wrapping */

.wp-block-table.styled-table td {
  white-space: normal;
  word-break: break-word;
}

.tech-stack-tabs {
  background-image: url('../../assets/blocks/tech-stack.png');
  background-size: 960px auto;
  background-position: center 70%;
  background-repeat: no-repeat;
}

.tech-stack-tabs__lead-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .tech-stack-tabs__lead-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.tech-stack-tabs__lead-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  max-width: 768px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.tech-stack-tabs__lead-title img {
  margin: auto;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__header {
  text-align: center;
}

.feature-highlights-grid .card-part.tech-stack-tabs__wrapper .tech-stack-tabs__header img {
  margin: auto;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__tabs {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

.feature-highlights-grid .card-part.tech-stack-tabs__wrapper .tech-stack-tabs__tabs img {
  margin: auto;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__tabs {
  width: auto;
  padding: 0.75rem;
  box-shadow: 0px 10px 39px 15px rgba(130,60,250,0.22);
}

.tech-stack-tabs__wrapper .tech-stack-tabs__tabs .tech-stack-tabs__tab {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.313rem;
  padding-right: 1.313rem;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  border-radius: 6px;
  cursor: pointer;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__tabs .tech-stack-tabs__tab.is-active,
        .tech-stack-tabs__wrapper .tech-stack-tabs__tabs .tech-stack-tabs__tab:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 3.875rem;
}

.mobile-drawer:not(.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel) {
  transform: translateX(0);
  /* Slide in */
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel {
  justify-content: center;
}

@media (min-width: 48em) {
  .tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel {
    flex-direction: row;
  }
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel.is-active {
  display: flex;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__image {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__image img {
  margin: auto;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 48em) {
  .tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__image {
    width: 514px;
  }
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__image img {
  width: auto;
  max-width: 100%;
  border-radius: 8px;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
}

@media (min-width: 48em) {
  .tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points .tech-stack-tabs__point {
  display: flex;
  gap: 12px;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points .tech-stack-tabs__point .tech-stack-tabs__point-number {
  background-color: #E5F7FF;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points .tech-stack-tabs__point .tech-stack-tabs__point-content {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points .tech-stack-tabs__point .tech-stack-tabs__point-content {
    font-size: 1.188rem;
  }
}

.tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points .tech-stack-tabs__point .tech-stack-tabs__point-content {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

@media (min-width: 48em) {
  .tech-stack-tabs__wrapper .tech-stack-tabs__content .tech-stack-tabs__panel .tech-stack-tabs__points .tech-stack-tabs__point .tech-stack-tabs__point-content {
    max-width: 248px;
  }
}

.technology-behind {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  overflow: hidden;
}

.technology-behind__title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .technology-behind__title {
    font-size: 3.5rem;
  }
}

.technology-behind__title {
  max-width: 674px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.875rem;
  text-align: center;
}

.feature-highlights-grid .card-part.technology-behind__title img {
  margin: auto;
}

.technology-behind__graphic {
  width: 100%;
  text-align: center;
}

.feature-highlights-grid .card-part.technology-behind__graphic img {
  margin: auto;
}

.technology-behind__graphic {
  margin-left: auto;
  margin-right: auto;
}

.technology-behind__graphic img {
  height: auto;
  max-width: 100%;
}

.technology-behind__graphic video {
  width: 140vw;
  max-width: 140vw;
  margin-left: calc(-20vw - 1em);
}

@media (min-width: 40em) {
  .technology-behind__graphic video {
    width: 100%;
    margin-left: 0px;
  }
}

.technology-behind__graphic__mobile{
  display: flex;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .technology-behind__graphic__mobile{
    display: none
  }
}

.technology-behind__graphic__desktop{
  display: none;
}

@media (min-width: 48em) {
  .technology-behind__graphic__desktop{
    display: flex;
    justify-content: center
  }
}

.testimonials-module {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/blocks/platform-header.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials-module .tm-wrapper {
  border: 1px solid rgba(169, 169, 169, 0.25);
  background: rgba(255, 255, 255, 0.10);
  background-blend-mode: lighten;
}

.testimonials-module .swiper-pagination-bullet {
  transition: 0.5s ease all;
}

.testimonials-module .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity)) !important;
}

.testimonials-module .tm__header-arrows-arrow svg path {
  stroke: currentColor;
}

/* @apply bg-blue-100 text-white;
    background-image: url('../../assets/blocks/platform-header.png');
    background-size: 100vw 100%;
    background-position: center;
    background-repeat: no-repeat; */

/* .tm-wrapper {
        border: 1px solid rgba(169, 169, 169, 0.25);
        background: rgba(255, 255, 255, 0.10);
        background-blend-mode: lighten;
    } */

.testimonials-tabs .swiper-pagination-bullet {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: 0.5s ease all;
  width: auto;
  height: auto;
  opacity: 0.7;
  background: transparent;
  white-space: nowrap;
}

.testimonials-tabs .swiper-pagination-bullet .progress-line {
  background-color: rgb(255 255 255 / 0.2) !important;
  margin-top: 16px;
}

.testimonials-tabs .swiper-pagination-bullet .progress-line span {
  z-index: 1;
}

.testimonials-tabs .swiper-pagination-bullet-active {
  border-radius: 6px;
  background-color: transparent !important;
  opacity: 1;
}

.testimonials-tabs .swiper-pagination-bullet-active .progress-line span {
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  transition: 12s width !important;
}

.testimonials-tabs .quote-icon svg {
  width: 56px;
  opacity: 0.2;
}

.testimonials__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 1.25rem;
  border-radius: 12px;
}

@media (min-width: 48em) {
  .testimonials__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 68.75em) {
  .testimonials__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
}

.testimonials__wrapper .testimonials__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.testimonials__wrapper .testimonials__header-lead-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__header-lead-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.testimonials__wrapper .testimonials__header-lead-title {
  font-weight: 700;
  max-width: 379px;
}

.testimonials__wrapper .testimonials__header-lead-title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.testimonials__wrapper .testimonials__header-arrows {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.testimonials__wrapper .testimonials__header-arrows-arrow {
  cursor: pointer;
}

.testimonials__wrapper .testimonials__header-arrows-arrow:hover svg rect {
  fill: #19B9FF;
}

.testimonials__wrapper .testimonials__header-arrows-arrow:hover svg path {
  stroke: #001524;
}

.testimonials__wrapper .testimonials__content-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__content-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 68.75em) {
  .testimonials__wrapper .testimonials__content-item {
    grid-template-columns: 500px minmax(900px, 1fr);
  }
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__content-item-image {
    max-width: 320px;
  }
}

@media (min-width: 68.75em) {
  .testimonials__wrapper .testimonials__content-item-image {
    max-width: 217px;
    margin-bottom: 1.25rem;
  }
}

.testimonials__wrapper .testimonials__content-item-image img {
  height: auto;
  width: 100%;
  border-radius: 6px;
}

.testimonials__wrapper .testimonials__content-item-logo-image {
  max-width: 70%;
}

.testimonials__wrapper .testimonials__content-item-text {
  max-width: 488px;
}

.testimonials__wrapper .testimonials__content-item-text-quote {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__content-item-text-quote {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.testimonials__wrapper .testimonials__content-item-text-quote {
  line-height: 120%;
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__content-item-text-quote {
    margin-bottom: 3rem;
  }
}

.testimonials__wrapper .testimonials__content-item-text-quotee {
  font-size: 0.6875rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

@media (min-width: 48em) {
  .testimonials__wrapper .testimonials__content-item-text-quotee {
    font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
  }

  @media (min-width: 48em) {
    .testimonials__wrapper .testimonials__content-item-text-quotee {
      font-size: 1rem;
      line-height: 1.4;
    }
  }
}

.value-proposition {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.value-proposition__headline {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .value-proposition__headline {
    font-size: 4.5rem;
  }
}

.feature-highlights-grid .card-part.value-proposition__headline img {
  margin: auto;
}

.value-proposition__headline {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.value-proposition__subheading {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
}

.feature-highlights-grid .card-part.value-proposition__subheading img {
  margin: auto;
}

.value-proposition__subheading {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.438rem;
  max-width: 562px;
}

.value-proposition__cta-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  text-align: center;
}

.feature-highlights-grid .card-part.value-proposition__cta-button img {
  margin: auto;
}

.value-proposition__footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  max-width: 1264px;
}

.value-proposition__footer img {
  border-radius: 8px;
  max-width: 100%;
}

.values-highlights__title h2 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .values-highlights__title h2 {
    font-size: 3.5rem;
  }
}

.feature-highlights-grid .card-part.values-highlights__title h2 img {
  margin: auto;
}

.values-highlights__title h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 544px;
  margin-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .values-highlights__title h2 {
    margin-bottom: 4rem;
  }
}

.values-highlights__title h2 span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

/* grid of 6x6 */

.values-highlights__statements {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

@media (min-width: 48em) {
  .values-highlights__statements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 68.75em) {
  .values-highlights__statements {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}

.values-highlights__statement {
  border-radius: 12px;
  border: 1.103px solid rgba(151, 151, 151, 0.20);
  background: rgba(242, 242, 247, 0.20);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 1.5rem;
}

@media (min-width: 48em) {
  .values-highlights__statement:nth-child(3):nth-last-child(1) {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 68.75em) {
  .values-highlights__statement:nth-child(3):nth-last-child(1) {
    grid-column: span 1 / span 1;
  }
}

.values-highlights__icon {
  width: 38px;
  margin-bottom: 2.875rem;
}

.values-highlights__icon img {
  height: auto;
  max-width: 100%;
}

.values-highlights__title {
  font-size: 28px;
  font-style: normal;
  line-height: 100%;
  /* 28px */
  font-weight: 700;
  margin-bottom: 1.563rem;
}

.values-highlights__description {
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  font-weight: 400;
}

.vertical-carousel__slides {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(138 138 152 / 0.25);
}

.vertical-carousel__slides .vertical-carousel__nav--mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__nav--mobile {
    display: none;
  }

  .mobile-drawer:not(.vertical-carousel__slides .vertical-carousel__nav--mobile) {
    transform: translateX(0);
    /* Slide in */
  }
}

.vertical-carousel__slides .vertical-carousel__nav--desktop {
  display: none;
}

.mobile-drawer:not(.vertical-carousel__slides .vertical-carousel__nav--desktop) {
  transform: translateX(0);
  /* Slide in */
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__nav--desktop {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
  }
}

.vertical-carousel__slides .vertical-carousel__nav .vertical-carousel__nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(138 138 152 / 0.25);
  border-radius: 6px;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.vertical-carousel__slides .vertical-carousel__nav .vertical-carousel__nav-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(130 60 250 / var(--tw-border-opacity));
}

.vertical-carousel__slides .vertical-carousel__nav .vertical-carousel__nav-button--disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.vertical-carousel__slides .vertical-carousel__slide.is-active .vertical-carousel__heading {
  cursor: default;
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide.is-active .vertical-carousel__heading {
    padding-bottom: 0.5rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide.is-active .vertical-carousel__heading:after{
  animation: progressAnimation 20s linear forwards;
}

.vertical-carousel__slides .vertical-carousel__slide.is-active .vertical-carousel__heading .vertical-carousel__heading-left {
  opacity: 1;
}

.vertical-carousel__slides .vertical-carousel__slide.is-active .vertical-carousel__heading .vertical-carousel__heading-right {
  display: block;
}

.vertical-carousel__slides .vertical-carousel__slide.is-active .vertical-carousel__content {
  height: 100%;
  margin-bottom: 3rem;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(138 138 152 / 0.25);
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  cursor: pointer;
}

/* @apply transition-all; */

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading:after{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0%;
  background-color: #19B9FF;
  height: 3px;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  opacity: 0.4;
}

/* @apply transition-all; */

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left .vertical-carousel__heading-number {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left .vertical-carousel__heading-number {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left .vertical-carousel__heading-number {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
  width: 2.5rem;
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left .vertical-carousel__heading-number {
    width: 4rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left .vertical-carousel__heading-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-left .vertical-carousel__heading-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-right {
  display: none;
}

.mobile-drawer:not(.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__heading .vertical-carousel__heading-right) {
  transform: translateX(0);
  /* Slide in */
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 0;
}

/* @apply transition-all; */

@media (min-width: 48em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content {
    flex-direction: row-reverse;
    gap: 2rem;
  }
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content {
    gap: 4.5rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text {
  margin-top: 1.25rem;
}

@media (min-width: 48em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text {
    width: 50%;
    max-width: 718px;
    margin-top: 0;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-title {
    font-size: 2rem;
    line-height: 1;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  margin-bottom: 0.75rem;
  max-width: 461px;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-text {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  max-width: 461px;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-cta {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-cta span {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  font-weight: 700;
  letter-spacing: -0.42px;
  transition: color var(--transition-duration) var(--transition-timing-function);
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__slide-cta:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    margin-top: 4rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature {
  max-width: 440px;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.375rem;
}


                .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top {
  border-radius: 12px;
  padding: 1rem;
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top.inner-purple:hover {
  background-color: rgba(167,113,252,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top.inner-purple:hover .menu-icon {
  box-shadow: 0 0 10px rgba(167,113,252,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top.inner-cyan:hover {
  background-color: rgba(63,239,239,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top.inner-cyan:hover .menu-icon {
  box-shadow: 0 0 10px rgba(63,239,239,1);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top.inner-blue:hover {
  background-color: rgba(91,127,255,0.15);
}

 .site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top.inner-blue:hover .menu-icon {
  box-shadow: 0 0 10px rgba(91,127,255,1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(167, 113, 252, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-purple .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(52%) saturate(600%) hue-rotate(230deg) brightness(95%) contrast(95%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(91, 127, 255, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-blue .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2000%) hue-rotate(215deg) brightness(100%) contrast(100%);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon {
  position: relative;
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: rgba(63, 239, 239, 1);
}

.site-header__menu-item.menu-type-mega_menu .dark-submenu .mega .content.inner-cyan .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top:hover .menu-icon img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(500%) hue-rotate(140deg);
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top {
  margin-bottom: 0.25rem;
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top {
    margin-bottom: 0.75rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top .vertical-carousel__feature-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.125rem;
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top .vertical-carousel__feature-icon {
    margin-left: -1.875rem;
  }
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-top .vertical-carousel__feature-title {
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  font-weight: 700;
}

.vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-text {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  opacity: 0.8;
}

@media (min-width: 68.75em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__text .vertical-carousel__features .vertical-carousel__feature .vertical-carousel__feature-text {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 48em) {
  .vertical-carousel__slides .vertical-carousel__slide .vertical-carousel__content .vertical-carousel__image {
    max-width: 600px;
  }
}

@keyframes progressAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.vertical-slider-block .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

.vertical-slider-block .swiper-pagination {
  position: unset !important;
  transform: unset !important;
}

.vertical-slider-block .progress-pagination .swiper-pagination-bullet {
  height: 2px !important;
  width: 100% !important;
  margin: 0 !important;
  position: relative;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  opacity: 0.2;
  border-radius: 0 !important;
}

.vertical-slider-block .progress-pagination .swiper-pagination-bullet.is-completed {
  opacity: 1;
}

.vertical-slider-block .progress-pagination .progress-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity));
  width: 0;
  height: 2px;
}

.vertical-slider-block .progress-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 0 !important;
  background-color: rgb(255 255 255 / 0.2) !important;
}

.vertical-slider-block .progress-pagination .swiper-pagination-bullet-active .progress-fill {
  animation: progressFill 7s linear;
}

/* ✅ KEYFRAMES ALWAYS OUTSIDE */

@keyframes progressFill {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.vertical-slider-block .custom-pagination {
  position: relative;
  z-index: 10;
}

.vertical-slider-block .custom-bullet {
  opacity: 0.6;
  position: relative;
  padding-left: 45px;
  transition: opacity 0.3s ease;
  color: white;
}

.vertical-slider-block .custom-bullet.is-active {
  opacity: 1;
}

.vertical-slider-block .custom-bullet h3 {
  display: block !important;
  color: white !important;
  font-size: 24px !important;
  text-align: left;
  /* margin: 0 0 0.25rem 0; */
}

.vertical-slider-block .custom-bullet .bullet-desc {
  display: block !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px !important;
  margin-top: 10px;
}

.vertical-slider-block .custom-bullet .bullet-desc>span {
  overflow: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}

.vertical-slider-block .custom-bullet span.w-30 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vertical-slider-block .custom-bullet img {
  max-width: 100%;
  height: auto;
  display: block;
}

.vertical-slider-block .card-desc p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}

.vertical-slider-block .vs-desc,
    .vertical-slider-block .vs-cta-link,
    .vertical-slider-block .vs-cta-space {
  --tw-text-opacity: 1;
  color: rgb(157 162 171 / var(--tw-text-opacity));
}

.vertical-slider-block .vs-card-numbar-text {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
  color: rgb(255 255 255 / 0.5);
}

.vertical-slider-block .vs-slider-imgwrap {
  background-color: rgb(255 255 255 / 0.5);
}

.vertical-slider-block .custom-bullet {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.vertical-slider-block .custom-bullet.is-visible {
  opacity: 0.6;
  transform: translateX(0);
}

.vertical-slider-block .custom-bullet.is-active {
  opacity: 1;
}

.vertical-tabs {
  background-image: url('../../assets/blocks/vertical-tabs--default.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: 120px;
  padding-bottom: 120px;
}

.vertical-tabs__lead-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .vertical-tabs__lead-title {
    font-size: 3.5rem;
  }
}

.vertical-tabs__lead-title {
  text-align: center;
}

.feature-highlights-grid .card-part.vertical-tabs__lead-title img {
  margin: auto;
}

.vertical-tabs__lead-title {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .vertical-tabs__lead-title {
    margin-bottom: 6rem;
  }
}

.vertical-tabs__lead-title span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.vertical-tabs__wrapper {
  display: flex;
  gap: 3.813rem;
  flex-direction: column;
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper {
    flex-direction: row;
  }
}

.vertical-tabs__wrapper .vertical-tabs__tabs {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .vertical-tabs__wrapper .vertical-tabs__tabs {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-left: -1em;
    padding-left: 1em;
    padding-right: 2em;
    width: 100vw;
    max-width: 100vw
  }
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.vertical-tabs__wrapper .vertical-tabs__tabs .vertical-tabs__tab {
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
  text-align: center;
}

.feature-highlights-grid .card-part.vertical-tabs__wrapper .vertical-tabs__tabs .vertical-tabs__tab img {
  margin: auto;
}

.vertical-tabs__wrapper .vertical-tabs__tabs .vertical-tabs__tab {
  border: 1px solid transparent;
  border-left: 4px solid transparent;
  max-width: 229px;
  border-radius: 6px;
  padding-left: 0.875rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__tabs .vertical-tabs__tab {
    text-align: left;
  }
}

.vertical-tabs__wrapper .vertical-tabs__tabs .vertical-tabs__tab.is-active,
        .vertical-tabs__wrapper .vertical-tabs__tabs .vertical-tabs__tab:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel {
  display: none;
  flex-direction: column-reverse;
  justify-content: flex-start;
  gap: 3.75rem;
}

.mobile-drawer:not(.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel) {
  transform: translateX(0);
  /* Slide in */
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel {
    flex-direction: row;
  }
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel.is-active {
  display: flex;
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__image {
  width: 100%;
  height: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__image img {
  margin: auto;
}

/* @apply flex justify-center items-center; */

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__image {
    max-width: 279px;
  }
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__image img {
  width: auto;
  max-width: 100%;
  border-radius: 8px;
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__heading {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__heading {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__heading {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 600px;
  margin-bottom: 4rem;
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 747px;
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks .vertical-tabs__block {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 323px;
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks .vertical-tabs__block .vertical-tabs__block-title {
  font-size: 19px;
  font-style: normal;
  line-height: 140%;
  /* 26.6px */
  letter-spacing: -0.19px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks .vertical-tabs__block .vertical-tabs__block-text {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks .vertical-tabs__block .vertical-tabs__block-text {
    font-size: 1.188rem;
  }
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks .vertical-tabs__block .vertical-tabs__block-text {
  --tw-text-opacity: 1;
  color: rgb(242 242 247 / var(--tw-text-opacity));
  opacity: 0.8;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.vertical-tabs__wrapper .vertical-tabs__content .vertical-tabs__panel .vertical-tabs__blocks .vertical-tabs__block p a {
  text-decoration-line: underline;
  display: inline;
}

.wp-block-embed.is-type-video {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 6px;
}

@media (min-width: 48em) {
  .wp-block-embed.is-type-video {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 16px;
  }
}

.wp-block-embed.is-type-video iframe {
  width: 100% !important;
}

.wp-block-embed.wp-embed-aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.wp-block-embed .jetpack-video-wrapper,
.wp-block-embed .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 iframe {
  height: 100% !important;
}

.what-we-do {
  background-image: url('../../assets/blocks/what-we-do.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.what-we-do__lead {
  max-width: 762.301px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.what-we-do__lead img {
  margin: auto;
}

.what-we-do__video {
  width: 140vw;
  margin-left: calc(-20vw - 1em);
}

@media (min-width: 40em) {
  .what-we-do__video {
    width: 100%;
    margin-left: 0px;
  }
}

.why-choose-us-metrics .wc-one-bigcard {
  background: linear-gradient(153deg, rgba(127, 81, 168, 0.7) 3%, rgba(25, 25, 25, 0.75) 88%);
}

.why-choose-us-metrics .wc-unit-text {
  color: rgb(255 255 255 / 0.6);
}

.why-choose-us-metrics .wc-sub-text {
  color: rgb(255 255 255 / 0.7);
}

.why-choose-us-metrics .wc-desc {
  color: rgb(255 255 255 / 0.7);
  max-width: 660px;
}

.why-choose-us-metrics .wc-desc p {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: rgb(255 255 255 / 0.7);
}

.why-choose-us-metrics .wc-bottom-card {
  background-color: rgb(255 255 255 / 0.1);
}

.why-choose-us-metrics .wc-bm-desc {
  color: rgb(255 255 255 / 0.8);
}

.why-choose-us-metrics .metric-number span {
  margin-left: 0.375rem;
  font-size: 1rem;
}

.author {
  background-image: url('../../assets/templates/author__bg.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.author__no-posts {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .author__no-posts {
    font-size: 1.188rem;
  }
}

.author__no-posts {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  padding-top: 1.5rem;
  padding-bottom: 164px;
}

.author__nav {
  margin-top: 1.875rem;
  margin-bottom: 3.875rem;
}

.author__nav-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.author__nav-back span {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  text-decoration-line: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.author__nav-back:hover span {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 36 / var(--tw-border-opacity));
}

.author__header .o-container {
}

.author__header-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 105px;
  gap: 60px;
  flex-direction: column;
}

@media (min-width: 48em) {
  .author__header-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 68.75em) {
  .author__header-wrapper {
    gap: 114px;
  }
}

.author__header-img {
  min-width: 285px;
  max-width: 285px;
}

.author__header-img img {
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}

.author__header-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .author__header-title {
    font-size: 2rem;
    line-height: 1;
  }
}

.author__header-title {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.author__header-role {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .author__header-role {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.author__header-role {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
  margin-top: 0.375rem;
}

.author__header-bio {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .author__header-bio {
    font-size: 1.188rem;
  }
}

.author__header-bio {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-top: 1.5rem;
  max-width: 745px;
}

.author__content-header {
  border-top: 1px solid rgba(0, 21, 36, 0.25);
  padding-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5rem;
}

.author__content-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .author__content-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.author__content-title {
  font-weight: 700;
}

@keyframes titleAnimation {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 200% 0%;
  }
}

.builder {
  display: flex;
  flex-direction: column;
}

.builder .product-header {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.builder .product-header__title span {
  background-size: 200% 100% !important;
  background-position: 0% 0;
  animation: titleAnimation 20s linear infinite;
}

.builder .featured-resource {
  background-image: url('../../assets/blocks/featured-resources.png');
  background-size: 1640px 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.builder .inspirational-tabs {
}

.builder--ai-bundling .product-header {
  background-image: url('../../assets/templates/product__product-header--ai-bundling.png');
}

.builder--ai-bundling .product-header__title span {
  background: url('../../assets/blocks/ai-bundling-title-mirrored.jpg');
}

.builder--ai-bundling .attention-grabber__label span {
  background: linear-gradient(90deg, #823CFA 30.5%, #19B9FF 100%);
}

.builder--ai-bundling .product-header__label {
  background: url('../../assets/blocks/label--ai-styling.png');
  background-size: cover;
  display: block;
  width: 150px;
  height: 80px;
}

.builder--ai-bundling .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--ai-bundling.png');
}

.builder--ai-bundling .vertical-tabs__tab.is-active,
	.builder--ai-bundling .vertical-tabs__tab:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 185 255 / var(--tw-border-opacity)) !important;
}

.builder--ai-bundling .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(25 185 255 / var(--tw-bg-opacity));
}

.builder--visual-shopping .product-header {
  background-image: url('../../assets/templates/product__product-header--visual-shopping.png');
}

.builder--visual-shopping .product-header__title span {
  background: url('../../assets/blocks/visual-shopping-title-mirrored.jpg');
}

.builder--visual-shopping .attention-grabber__label span {
  background: linear-gradient(90deg, #FF4646 0%, #823CFA 100%);
}

.builder--visual-shopping .product-header__label {
  background: url('../../assets/blocks/label--visual-shopping.png');
  background-size: cover;
  display: block;
  width: 186px;
  height: 80px;
}

.builder--visual-shopping .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--visual-shopping.png');
}

.builder--visual-shopping .vertical-tabs__tab.is-active,
	.builder--visual-shopping .vertical-tabs__tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.builder--visual-shopping .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.builder--one-to-one-shopping .product-header {
  background-image: url('../../assets/templates/product__product-header--one-to-one-shopping.png');
}

.builder--one-to-one-shopping .product-header__title span {
  background: url('../../assets/blocks/1_1-title-mirrored.jpg');
}

.builder--one-to-one-shopping .attention-grabber__label span {
  background: linear-gradient(90deg, #19B9FF 0%, #FF4646 100%);
}

.builder--one-to-one-shopping .product-header__label {
  background: url('../../assets/blocks/label--one-to-one-shopping.png');
  background-size: cover;
  display: block;
  width: 157px;
  height: 80px;
}

.builder--one-to-one-shopping .vertical-tabs__tab.is-active,
	.builder--one-to-one-shopping .vertical-tabs__tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.builder--one-to-one-shopping .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--one-on-one-shopping.png');
}

.builder--one-to-one-shopping .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.builder--platform .platform-header {
  padding-top: 5rem;
}

.builder--platform .attention-grabber__label span {
  background: linear-gradient(90deg, #FF4646 0%, #823CFA 100%);
}

.builder--platform .technology-behind {
  padding-top: 3.75rem;
  background: #00101B;
}

@media (min-width: 68.75em) {
  .builder--platform .technology-behind {
    padding-top: 120px;
  }
}

.builder--platform .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--platform.png');
}

.builder--platform .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.builder .product-header__title span,
	.builder .attention-grabber__label span {
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -moz-background-clip: text;
  -ms-background-clip: text;
}

.builder--contact {
  /* Instructions for Contact theme */
}

.builder--no-header {
  /* Instructions for No Header theme */
}

.builder .every-channel {
  background-image: url('../../assets/blocks/every-channel.png');
  background-size: 100vw 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.builder .cta-cards {
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/images/bg/page-careers--layout-viii.png');
  background-size: 100vw 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.glossary {
  background-image: url('../../assets/templates/author__bg.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.glossary__header-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 114px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.75rem;
  padding-bottom: 4.5rem;
}

.glossary__header-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .glossary__header-title {
    font-size: 4.5rem;
  }
}

.glossary__header-title {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  text-align: center;
}

.feature-highlights-grid .card-part.glossary__header-title img {
  margin: auto;
}

.glossary__header-description {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .glossary__header-description {
    font-size: 1.188rem;
  }
}

.glossary__header-description {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-top: 2rem;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-highlights-grid .card-part.glossary__header-description img {
  margin: auto;
}

.glossary__content-header {
  border-top: 1px solid rgba(0, 21, 36, 0.25);
  padding-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5rem;
}

.glossary__content-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .glossary__content-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.glossary__content-title {
  font-weight: 700;
}

.glossary .name_directory_total {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .glossary .name_directory_total {
    font-size: 1.188rem;
  }
}

.glossary .name_directory_total {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-weight: 400;
}

.glossary .name_directory_total a {
  color: #ed706b
}

.glossary .name_directory_index,
	.glossary .name_directory_startswith {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  line-height: 1.22 !important;
  letter-spacing: 0;
  text-transform: capitalize;
}

.glossary .name_directory_index {
  max-width: 860px;
}

.glossary .name_directory_index form {
  margin: 12px auto 24px auto;
  max-width: 560px;
}

.glossary .name_directory_startswith {
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  border: 1px solid #D9D5D140;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 6px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
  margin-bottom: 1rem;
}

.glossary .name_directory_startswith:first-of-type {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.glossary .name_directory_startswith.name_directory_active,
	.glossary .name_directory_startswith:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
}

.glossary #gloassary-page .title,
	.glossary #gloassary-page :not(.name_directory_names) > p,
	.glossary .name_directory_title,
	.glossary .name_directory_index,
	.glossary .name_directory_total {
  text-align: center;
}

.glossary .name_directory_name_box strong[role="term"]:first-of-type {
  font-size: 24px;
  font-style: normal;
  line-height: 130%;
  /* 31.2px */
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  display: block;
  margin-bottom: 0;
}

.glossary .name_directory_title{
}

.glossary .name_directory_column.name_directory_nr1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 48em) {
  .glossary .name_directory_column.name_directory_nr1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 68.75em) {
  .glossary .name_directory_column.name_directory_nr1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.glossary .name_directory_character_header {
  grid-column: 1 / -1;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .glossary .name_directory_character_header {
    font-size: 3rem;
    line-height: 1;
  }
}

.glossary .name_directory_character_header {
  border-top: 1px solid rgba(0, 21, 36, 0.25);
  padding-top: 2rem;
  text-decoration-line: none;
}

.glossary .name_directory_name_box {
  background: rgba(255, 255, 255, 0.80);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(242, 242, 247, 0.91);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.glossary .name_directory_name_box a[name] + h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #003760;
}

.glossary .name_directory_name_box a {
  color: #ed706b;
}

.glossary .name_directory_index form {
  position: relative;
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media (min-width: 48em) {
  .glossary .name_directory_index form {
    flex-direction: row;
    gap: 0px
  }
}

.glossary .name_directory_title {
  display: none;
}

.mobile-drawer:not(.glossary .name_directory_title) {
  transform: translateX(0);
  /* Slide in */
}

.glossary .name_directory_name_box div {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .glossary .name_directory_name_box div {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.glossary .name_directory_name_box div {
  font-weight: 400;
  @extend .ui-blocks;
}

.glossary .name_directory_readmore_trigger {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.glossary input#name-directory-search-input-box {
  /* @apply rounded-sm; */
  border-radius: 6px;
  border: 1px solid var(--Neutral-stroke-on-dark, rgba(169, 169, 169, 0.25));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  width: 100%;
}

@media (min-width: 48em) {
  .glossary input#name-directory-search-input-box {
    border-radius: 6px 0 0 6px;
    border-right: none;
    max-width: 320px
  }
}

.glossary input#name-directory-search-input-button {
  padding: 14px 5px;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  width: 100%;
  -webkit-transition: none;
  outline: 0;
  transition: background .2s ease,color .2s ease,border .2s ease,box-shadow .3s ease .1s;
  border: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 6px;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

@media (min-width: 48em) {
  .glossary input#name-directory-search-input-button {
    border-radius: 0 6px 6px 0;
    min-width: 92px;
    max-width: 187px
  }
}

.glossary input#name-directory-search-input-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.glossary .name_directory_index {
  margin: 48px auto;
  padding-top: 48px;
}

.glossary .name_directory_total{
  margin: 0px auto 48px auto;
}

.glossary input#name-directory-search-input-box::-moz-placeholder {
  opacity: 0.5;
  color: var(--color-text-dark);
}

.glossary input#name-directory-search-input-box::placeholder {
  opacity: 0.5;
  color: var(--color-text-dark);
}

.glossary__explore-resources {
  margin-top: 5.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 68.75em) {
  .glossary__explore-resources {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.glossary__explore-resources {
  background: rgba(242, 242, 247, 1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.glossary .name_directory_name_box a[name] + h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #003760;
}

.glossary .name_directory_name_box a {
  color: #ed706b;
}

.glossary .name_directory_index form {
  position: relative;
}

.glossary .name_directory_title {
  display: none;
}

.mobile-drawer:not(.glossary .name_directory_title) {
  transform: translateX(0);
  /* Slide in */
}

.glossary .name_directory_name_box div {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .glossary .name_directory_name_box div {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.glossary .name_directory_name_box div {
  font-weight: 400;
  @extend .ui-blocks;
}

.glossary .name_directory_total{
  margin: 0px auto 48px auto;
  text-align: center;
}

.feature-highlights-grid .card-part.glossary .name_directory_total img {
  margin: auto;
}

.page-home .slider {
  padding-top: 80px;
}

.page-home .explore-resources {
  padding-top: 6rem;
  padding-bottom: 120px;
}

.not-found {
  background-image: url('../../assets/templates/author__bg.png');
  background-size: 100vw 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  min-height: 700px;
  max-height: 700px;
}

.not-found__nav {
  margin-top: 1.875rem;
  margin-bottom: 3.875rem;
}

.not-found__nav-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.not-found__nav-back span {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  text-decoration-line: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.not-found__nav-back:hover span {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 36 / var(--tw-border-opacity));
}

.not-found__header-wrapper {
  margin-top: 200px;
}

.not-found__header-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 160px */
  letter-spacing: -4.8px;
}

@media (min-width: 48em) {
  .not-found__header-title {
    font-size: 104px
  }
}

@media (min-width: 68.75em) {
  .not-found__header-title {
    font-size: 160px
  }
}

.not-found__header-title {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.not-found__header-text {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .not-found__header-text {
    font-size: 1.188rem;
  }
}

.not-found__header-text {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-weight: 400;
}

.page-about-us--layout-i {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-about-us--layout-i .page-hero--regular .page-hero__content {
  min-height: 658px;
}

@media (min-width: 48em) {
  .page-about-us--layout-i .page-hero--regular .page-hero__content {
    min-height: calc(658px + 200px);
  }
}

.page-about-us--layout-i .page-hero--large .page-hero__content {
  min-height: 830px;
}

@media (min-width: 48em) {
  .page-about-us--layout-i .page-hero--large .page-hero__content {
    min-height: calc(830px + 200px);
  }
}

.page-about-us .dynamic-banner__container {
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.09), 0px 67px 40px 0px rgba(0, 0, 0, 0.05), 0px 120px 48px 0px rgba(0, 0, 0, 0.01);
}

.page-about-us--layout-ii {
  position: relative;
  z-index: 10;
  margin-top: -80px;
}

@media (min-width: 48em) {
  .page-about-us--layout-ii {
    margin-top: -200px;
  }
}

.page-about-us--layout-iv {
}

.page-about-us .services-overview {
  padding-top: 117px;
  padding-bottom: 98px;
}

.page-about-us .value-proposition {
  background-image: url('../../assets/blocks/value-proposition.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 68.75em) {
  .page-about-us .value-proposition {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.page-about-us .company-timeline {
  background-image: url('../../assets/blocks/timeline.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (min-width: 68.75em) {
  .page-about-us .company-timeline {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.page-about-us .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.page-about-us .careers-cta .careers-cta__title {
  max-width: 712px;
}

.page-blog {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  background-image: url('../../assets/images/bg/resources-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.page-careers {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-careers--layout-i {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-careers .stats-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
}

.page-careers .dynamic-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  background-image: url('../../assets/blocks/page-careers__dynamic-banner.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.page-careers--layout-ii {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/images/bg/page-careers--layout-i.png');
  background-blend-mode: lighten;
  background-size: 1154px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.page-careers .global-team {
  min-height: 700px;
}

.page-careers--layout-iii {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.page-careers--layout-iv {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  background-image: url('../../assets/blocks/value-highlights.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 68.75em) {
  .page-careers--layout-iv {
    min-height: 700px;
    padding-top: 4rem;
    padding-bottom: 6rem
  }
}

.page-careers--layout-v {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #010d1e;
  background-image: url('../../assets/images/bg/page-careers--layout-v.png');
  background-size: 100vw 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
}

.page-careers--layout-vi {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.page-careers--layout-vii {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.page-careers--layout-viii {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/images/bg/page-careers--layout-viii.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.page-careers .global-team {
  padding-top: 10rem;
  padding-bottom: 8.25rem;
}

.page-careers .gallery {
  padding-top: 3rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 68.75em) {
  .page-careers .gallery {
    padding-top: 6.125rem;
    padding-bottom: 4.75rem;
  }
}

.page-careers .impact-statistics {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 68.75em) {
  .page-careers .impact-statistics {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.page-careers .values-highlights {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-careers .culture-benefits {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .page-careers .culture-benefits {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
  }
}

.page-careers .cta-cards {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 68.75em) {
  .page-careers .cta-cards {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.page-careers .c-faq-items__item:hover .c-faq-items__button span,
  .page-careers .c-faq-items__item.is-active span {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.page-careers .see-current-opportunities {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .page-careers .see-current-opportunities {
    padding-top: 112px;
  }
}

/*
.page-careers [class^="page-careers--layout-"] {
  position: relative;
  overflow: hidden;
}

.page-careers [class^="page-careers--layout-"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  background: rgba(168, 168, 168, 0.10);
  z-index: -1;
}
*/

.page-faq__sidebar-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .page-faq__sidebar-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media (min-width: 68.75em) {
  .page-faq__sidebar-title {
    font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }

  @media (min-width: 48em) {
    .page-faq__sidebar-title {
      font-size: 3.5rem;
    }
  }
}

.page-leadership--layout-i {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
}

.page-leadership--layout-ii {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  background-image: url('../../assets/templates/page-leadership--layout-ii.png');
  background-size: 100vw 800px;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-leadership--layout-iii {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  background-image: url('../../assets/templates/page-leadership--layout-iii.png');
  background-size: 100vw 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.page-leadership--layout-iv {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('../../assets/templates/page-leadership--layout-iv.png');
  background-size: 100vw 120%;
  background-position: center;
  background-repeat: no-repeat;
}

.page-leadership .leadership-intro {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 68.75em) {
  .page-leadership .leadership-intro {
    padding-top: 5.25rem;
    padding-bottom: 3.75rem;
  }
}

.page-leadership .leadership-grid {
  padding-top: 2rem;
}

@media (min-width: 68.75em) {
  .page-leadership .leadership-grid {
    padding-top: 3.75rem;
  }
}

.page-leadership .leadership-stats {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-bottom: -160px;
  padding-bottom: 320px;
}

@media (min-width: 48em) {
  .page-leadership .leadership-stats {
    padding-bottom: 5.625rem;
    margin-bottom: 0;
  }
}

@media (min-width: 68.75em) {
  .page-leadership .leadership-stats {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.page-leadership .board-members-grid {
  padding-top: 120px;
  padding-bottom: 3.75rem;
}

.page-leadership .explore-resources {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.platform {
}

.product {
  display: flex;
  flex-direction: column;
}

.product .product-header {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.product .featured-resource {
  background-image: url('../../assets/blocks/featured-resources.png');
  background-size: 1640px 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.product .inspirational-tabs {
}

.product--ai-bundling .product-header {
  background-image: url('../../assets/templates/product__product-header--ai-bundling.png');
}

.product--ai-bundling .product-header__title span {
  background: url('../../assets/blocks/glit--ai-bundling-top.png');
}

.product--ai-bundling .attention-grabber__label span {
  background: linear-gradient(90deg, #823CFA 30.5%, #19B9FF 100%);
}

.product--ai-bundling .product-header__label {
  background: url('../../assets/blocks/label--ai-styling.png');
  background-size: cover;
  display: block;
  width: 150px;
  height: 80px;
}

.product--ai-bundling .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--ai-bundling.png');
}

.product--ai-bundling .vertical-tabs__tab.is-active,
	.product--ai-bundling .vertical-tabs__tab:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 185 255 / var(--tw-border-opacity)) !important;
}

.product--ai-bundling .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(25 185 255 / var(--tw-bg-opacity));
}

.product--visual-shopping .product-header {
  background-image: url('../../assets/templates/product__product-header--visual-shopping.png');
}

.product--visual-shopping .product-header__title span {
  background: url('../../assets/blocks/glit--visual-shopping-top.png');
}

.product--visual-shopping .attention-grabber__label span {
  background: linear-gradient(90deg, #FF4646 0%, #823CFA 100%);
}

.product--visual-shopping .product-header__label {
  background: url('../../assets/blocks/label--visual-shopping.png');
  background-size: cover;
  display: block;
  width: 186px;
  height: 80px;
}

.product--visual-shopping .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--visual-shopping.png');
}

.product--visual-shopping .vertical-tabs__tab.is-active,
	.product--visual-shopping .vertical-tabs__tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.product--visual-shopping .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.product--one-to-one-shopping .product-header {
  background-image: url('../../assets/templates/product__product-header--one-to-one-shopping.png');
}

.product--one-to-one-shopping .product-header__title span {
  background: url('../../assets/blocks/glit--one-to-one-shopping-top.png');
}

.product--one-to-one-shopping .attention-grabber__label span {
  background: linear-gradient(90deg, #19B9FF 0%, #FF4646 100%);
}

.product--one-to-one-shopping .product-header__label {
  background: url('../../assets/blocks/label--one-to-one-shopping.png');
  background-size: cover;
  display: block;
  width: 157px;
  height: 80px;
}

.product--one-to-one-shopping .vertical-tabs__tab.is-active,
	.product--one-to-one-shopping .vertical-tabs__tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.product--one-to-one-shopping .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--one-on-one-shopping.png');
}

.product--one-to-one-shopping .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.product--platform .platform-header {
  padding-top: 5rem;
}

.product--platform .technology-behind {
  padding-top: 3.75rem;
  background: #00101B;
}

@media (min-width: 68.75em) {
  .product--platform .technology-behind {
    padding-top: 120px;
  }
}

.product--platform .inspirational-commerce {
  background-image: url('../../assets/blocks/inspirational-commerce--platform.png');
}

.product--platform .careers-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.product .product-header__title span,
	.product .attention-grabber__label span {
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -moz-background-clip: text;
  -ms-background-clip: text;
}

.single__body {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  gap: 2rem;
}

@media (min-width: 68.75em) {
  .single__body {
    padding-top: 120px;
    flex-direction: row-reverse;
  }
}

.single__aside {
  width: 100%;
}

@media (min-width: 68.75em) {
  .single__aside {
    width: 41.667%;
  }
}

.single__aside .single__share {
  gap: 1rem;
}

.single__aside-articles-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .single__aside-articles-title {
    font-size: 2rem;
    line-height: 1;
  }
}

.single__aside-articles-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  margin-bottom: 1rem;
}

.single__aside-articles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 112px;
  @screeen md {
  }
}

.single__aside-articles-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single__aside-articles-link {
  display: flex;
  gap: 1rem;
  border: 1px solid #D9D5D1;
  border-radius: 8px;
  max-width: 459px;
  padding: 1rem;
  flex-direction: column;
}

@media (min-width: 68.75em) {
  .single__aside-articles-link {
    flex-direction: row;
  }
}

.single__aside-articles-LHS {
  max-width: 100%;
}

@media (min-width: 68.75em) {
  .single__aside-articles-LHS {
    max-width: 180px;
  }
}

.single__aside-articles-LHS img {
  border-radius: 6px;
}

.single__aside-articles-image {
  width: 170px;
}

.single__aside-articles-RHS {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.single__aside-articles-heading {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .single__aside-articles-heading {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.single__aside-articles-heading {
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.single__content {
  width: 100%;
}

@media (min-width: 68.75em) {
  .single__content {
    width: 58.333%;
  }
}

.single__content ul {
  list-style-type: disc;
  padding-left: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.single__content ul li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single__share {
  display: flex;
  flex-direction: column;
}

.single__share-title {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .single__share-title {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.single__share-title {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.single__share-icons {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.single__footer {
  border-top: 1px solid #D9D5D1;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 68.75em) {
  .single__footer {
    flex-direction: row;
  }
}

.single__footer .single__share {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 0.75rem;
}

.single__footer a {
  text-decoration-line: none;
}

.single__footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  text-decoration-line: none !important;
  border-bottom-width: 0px;
}

.single__footer-nav span {
  text-decoration-line: none;
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-size: 20px;
  font-style: normal;
  line-height: 130%;
  /* 23.4px */
  font-weight: 700;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.single__footer-nav:hover span {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 21 36 / var(--tw-border-opacity));
}

.single .explore-resources {
  margin-top: 5.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #F2F2F7;
}

@media (min-width: 68.75em) {
  .single .explore-resources {
    margin-top: 5.75rem;
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }
}

.single__aside-container--i {
  position: relative;
  padding-bottom: 2rem;
  min-height: 400px;
  display: none;
}

.mobile-drawer:not(.single__aside-container--i) {
  transform: translateX(0);
  /* Slide in */
}

@media (min-width: 68.75em) {
  .single__aside-container--i {
    display: block;
  }
}

.single__aside-container--i .single__share {
  position: sticky;
  top: 112px;
}

.single__aside-container--ii {
  position: relative;
}

.spacer {
  display: block;
  height: 0;
  margin-bottom: 6rem;
}

.template-contact {
}

.template-contact .explore-section {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../assets/images/bg/page-careers--layout-viii.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.template-resources {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  background-size: 100% 100vh;
  background-position: center 90px;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-attachment: fixed;
}

.template-resources__featured-news {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 68.75em) {
  .template-resources__featured-news {
    padding-top: 108px;
    padding-bottom: 5.75rem;
  }
}

.template-resources__dynamic-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-image: url('../../assets/templates/template-resources__dynamic-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.template-resources--default {
  background-image: url('../../assets/templates/template-resources--default-bg.png');
}

.template-resources--blog {
  background-image: url('../../assets/templates/template-resources--blog-bg.png');
}

.template-resources--case-studies {
  background-image: url('../../assets/templates/template-resources--case-studies-bg.png');
}

.template-resources--press {
  background-image: url('../../assets/templates/template-resources--press-bg.png');
}

.template-resources--ebooks {
  background-image: url('../../assets/templates/template-resources--ebooks-bg.png');
}

.template-resources--glossary {
  background-image: url('../../assets/templates/template-resources--glossary-bg.png');
}

.template-resources__grid {
  padding-bottom: 2.25rem;
}

@media (min-width: 68.75em) {
  .template-resources__grid {
    padding-bottom: 6rem;
  }
}

.template-resources__grid---noises {
  background-image: url('../../assets/contents/resources-grid--noise.png');
  background-size: 2900px auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.template-resources .explore-resources {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #F2F2F7;
}

.template-resources .explore-resources .resources-card,
    .template-resources .explore-resources .explore-resources__card {
}

[class*='ratio-'] {
  position: relative;
  display: block;
}

.ratio-child {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

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

.ratio-square {
  padding-bottom: 100%;
}

.ratio-16\/9 {
  padding-bottom: 56.25%;
}

.ratio-4\/3 {
  padding-bottom: 75%;
}

.ratio-21\/9 {
  padding-bottom: 42.86%;
}

.u-bg-home-hero-pattern {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 830 909'%3E%3Cg clip-path='url(%23home-hero-bg)' opacity='.8'%3E%3Cpath fill='%23122532' d='M0 0h830v1H0z' opacity='.8'/%3E%3Cpath fill='%23122532' d='M0 60.5h830v1H0zm0 60.6h830v1H0zm0 60.5h830v1H0zm0 60.5h830v1H0zm0 60.6h830v1H0zm0 60.5h830v1H0zm0 60.5h830v1H0zm0 60.6h830v1H0zm0 60.5h830v1H0zm0 60.5h830v1H0zm0 60.6h830v1H0zm0 60.5h830v1H0zm0 60.5h830v1H0zm0 60.6h830v1H0zM0 908h830v1H0z'/%3E%3Cpath fill='%23122532' d='M0 913V0h1v913H0Zm63.8 0V0h1v913h-1Zm63.7 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.7 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.7 0V0h1v913h-1Zm63.8 0V0h1v913h-1Zm63.7 0V0h1v913h-1Zm63.8 0V0h1v913h-1Z' opacity='.8'/%3E%3Cpath fill='url(%23home-hero-bg-1)' d='M510 909V0H0v909h510Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='home-hero-bg-1' x1='0' x2='330.2' y1='454.5' y2='454.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23011625'/%3E%3Cstop offset='1' stop-color='%23011625' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='home-hero-bg'%3E%3Cpath fill='%23fff' d='M0 0h830v909H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.u-home-mid-grid {
  position: relative;
}

.u-home-mid-grid::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 1200px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 830 1337'%3E%3Cpath fill='%23122532' d='M0 0h830v1H0z' opacity='.4'/%3E%3Cpath fill='%23122532' d='M0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zM0 661h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0zm0 66.1h830v1H0z'/%3E%3Cpath fill='%23122532' d='M0 1323V0h1v1323H0Zm63.8 0V0h1v1323h-1Zm63.7 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.7 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.7 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Zm63.7 0V0h1v1323h-1Zm63.8 0V0h1v1323h-1Z' opacity='.4'/%3E%3Cpath fill='url(%23home-mid-grid-a)' d='M510 1337V0H0v1337h510Z'/%3E%3Cpath fill='url(%23home-mid-grid-b)' d='M924 1059H-413v278H924v-278Z'/%3E%3Cdefs%3E%3ClinearGradient id='home-mid-grid-a' x1='0' x2='330.2' y1='668.5' y2='668.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.3' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='home-mid-grid-b' x1='255.5' x2='255.5' y1='1337' y2='1157' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.3' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 0;
  opacity: 0.1;
  z-index: -1;
}

.u-box-shadow {
  box-shadow: 0px 30px 30px 0px #00000017;
}

.breadcrumb span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}

.breadcrumb .breadcrumb_last {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h-right-clip {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 76%, 91% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 76%, 91% 100%, 0% 100%);
}

.x-right-clip {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 76%, 91% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 76%, 91% 100%, 0% 100%);
}

.u-fill-space {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0%
  }

  100% {
    background-position: 100%
  }
}

.h-body-no-scroll {
  overflow: hidden;
}

/*
none : None
torea_bay : Torea Bay
mountain_meadow : Mountain Meadow
gold_tips : Gold Tips
california : California
amaranth : Amaranth
*/

.u-tag-theme {
  border-radius: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  display: flex;
  gap: 0.625rem;
}

.u-tag-theme span {
}

.u-tag-theme--torea-bay {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 32 143 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .u-scroll-horizontal-mobile {
    -webkit-overflow-scrolling: touch
  }

  .u-scroll-horizontal-mobile::-webkit-scrollbar {
    display: none;
  }
}

.u-text-stroke {
  -webkit-text-stroke: 0.3px;
  text-stroke: 0.3px;
}

.u-text-stroke-small {
  -webkit-text-stroke: 0.2px;
  text-stroke: 0.2px;
}

.u-trademark {
  transform: scale(0.5) translate(10px, 10px);
  position: relative;
  display: inline-block;
  transform-origin: top left;
}

.u-color-transition {
  transition: color 0.3s ease-out;
}

.u-text-span-blue span {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.u-text-small-heading-border {
  display: inline-flex;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(169, 169, 169, 0.25);
}

.u-hide-br-mobile br {
  display: none;
}

@media (min-width: 48em) {
  .u-hide-br-mobile br {
    display: block
  }
}

.u-inherit-styles * {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.u-inherit-color * {
  color: inherit;
}

.ui-arrow {
  max-width: 48px;
  height: 49px;
}

.ui-arrow svg {
  border: 1px solid rgba(138, 138, 152, 0.25);
  border-radius: 6px;
}

.ui-arrow svg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 60 250 / var(--tw-bg-opacity));
}

.ui-arrow svg:hover path {
  stroke: white;
}

.ui-arrow--right svg {
  transform: rotate(180deg);
}

.ui-blocks {
  --tw-text-opacity: 1;
  color: rgb(0 42 81 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .ui-blocks {
    font-size: 1.188rem;
  }
}

.ui-blocks {
  font-weight: 400;
}

.ui-blocks__content {
  max-width: 680px;
}

.ui-blocks h1, .ui-blocks h2, .ui-blocks h3, .ui-blocks h4, .ui-blocks h5, .ui-blocks h6, .ui-blocks h1 span, .ui-blocks h2 span, .ui-blocks h3 span, .ui-blocks h4 span, .ui-blocks h5 span, .ui-blocks h6 span {
  font-weight: 700;
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 42 81 / var(--tw-text-opacity));
}

.ui-blocks h1, .ui-blocks h2, .ui-blocks h3, .ui-blocks h4 {
  margin-bottom: 2.25rem;
}

.ui-blocks h5, .ui-blocks h6, .ui-blocks .wp-video {
  margin-bottom: 1rem;
}

.ui-blocks h1, .ui-blocks h1 span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .ui-blocks h1, .ui-blocks h1 span {
    font-size: 3.5rem;
  }
}

.ui-blocks h2, .ui-blocks h2 span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .ui-blocks h2, .ui-blocks h2 span {
    font-size: 3.5rem;
  }
}

.ui-blocks h3, .ui-blocks h3 span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .ui-blocks h3, .ui-blocks h3 span {
    font-size: 3rem;
    line-height: 1;
  }
}

.ui-blocks h4, .ui-blocks h4 span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .ui-blocks h4, .ui-blocks h4 span {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.ui-blocks h5, .ui-blocks h5 span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

@media (min-width: 48em) {
  .ui-blocks h5, .ui-blocks h5 span {
    font-size: 2rem;
    line-height: 1;
  }
}

.ui-blocks h6, .ui-blocks h6 span {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 48em) {
  .ui-blocks h6, .ui-blocks h6 span {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

.ui-blocks p {
  --tw-text-opacity: 1;
  color: rgb(0 42 81 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .ui-blocks p {
    font-size: 1.188rem;
  }
}

.ui-blocks p {
  font-weight: 400;
}

.ui-blocks p ~ h1, .ui-blocks p ~ h2, .ui-blocks p ~ h3, .ui-blocks p ~ h4, .ui-blocks p ~ h5, .ui-blocks p ~ h6 {
  margin-top: 4rem;
}

.ui-blocks a {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.ui-blocks img {
  border-radius: 8px;
}

.ui-blocks ul, .ui-blocks ol {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  list-style: disc;
}

.ui-blocks--legacy h1, .ui-blocks--legacy h2, .ui-blocks--legacy h3, .ui-blocks--legacy h4, .ui-blocks--legacy h5, .ui-blocks--legacy h6, .ui-blocks--legacy h1 span, .ui-blocks--legacy h2 span, .ui-blocks--legacy h3 span, .ui-blocks--legacy h4 span, .ui-blocks--legacy h5 span, .ui-blocks--legacy h6 span {
  font-weight: 700 !important;
}

.ui-blocks--legacy div p ~ div {
  margin-top: 1rem;
}

.ui-blocks--legacy p ~ blockquote {
}

.ui-blocks--legacy blockquote {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
  border-radius: 8px;
  background-image: url('../../assets/helpers/ui-block__blockquote.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .ui-blocks--legacy blockquote {
    font-size: 1.188rem;
  }
}

.ui-blocks--legacy blockquote {
  font-weight: 700;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

@media (min-width: 90em) {
  .ui-blocks--legacy blockquote {
    float: left;
    margin-left: -64px;
    margin-right: -64px;
    max-width: 808px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3.375rem;
    padding-bottom: 3.375rem
  }
}

.ui-blocks--legacy blockquote:before,
    .ui-blocks--legacy blockquote:after {
  /* clear the float */
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
}

.ui-blocks--legacy blockquote p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .ui-blocks--legacy blockquote p {
    font-size: 1.188rem;
  }
}

.ui-blocks--legacy blockquote p {
  font-weight: 700;
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.ui-blocks--legacy ul li {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .ui-blocks--legacy ul li {
    font-size: 1.188rem;
  }
}

.ui-blocks--legacy ul li {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.name_directory_name_box div {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .name_directory_name_box div {
    font-size: 1.063rem;
    line-height: 1.3;
  }
}

.name_directory_name_box div {
  font-weight: 400;
  @extend .ui-blocks;
  @extend .ui-blocks--legacy;
}

.ui-span span {
  background: linear-gradient(270deg, #FFC800, #FF6666, #4A3AFF, #FFC800, #FF6666, #4A3AFF);
  background-size: 400% 400%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 10s linear infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 80% 50%;
  }
}

.ui-tags {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 2px;
}

.ui-tags--blog {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(216 27 96 / var(--tw-text-opacity));
}

.ui-tags--case-studies {
  --tw-bg-opacity: 1;
  background-color: rgb(241 254 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}

.ui-tags--press {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity));
}

.ui-tags--ebooks {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 32 143 / var(--tw-text-opacity));
}

.ui-tags--glossary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 182 16 / var(--tw-text-opacity));
}

/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #f4f4f8;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #8a8a8a;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #8a8a8a;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(18 131 218 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(18 131 218 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.\!bottom-auto {
  bottom: auto !important;
}

.\!left-\[-10px\] {
  left: -10px !important;
}

.\!top-\[-10px\] {
  top: -10px !important;
}

.-bottom-50 {
  bottom: -3.125rem;
}

.-left-50 {
  left: -3.125rem;
}

.-top-50 {
  top: -3.125rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-100 {
  bottom: 6.25rem;
}

.bottom-120 {
  bottom: 7.5rem;
}

.bottom-15 {
  bottom: 0.9375rem;
}

.bottom-20 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0;
}

.left-16 {
  left: 1rem;
}

.left-20 {
  left: 1.25rem;
}

.left-50 {
  left: 3.125rem;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[50px\] {
  left: 50px;
}

.right-0 {
  right: 0;
}

.right-15 {
  right: 0.9375rem;
}

.right-30 {
  right: 1.875rem;
}

.right-\[-50px\] {
  right: -50px;
}

.right-\[12px\] {
  right: 12px;
}

.right-\[50px\] {
  right: 50px;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-100 {
  top: 6.25rem;
}

.top-30 {
  top: 1.875rem;
}

.top-4 {
  top: 0.25rem;
}

.top-5 {
  top: 0.3125rem;
}

.top-85 {
  top: 5.313rem;
}

.top-\[12px\] {
  top: 12px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[5px\] {
  top: 5px;
}

.-z-1 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-2 {
  z-index: 2;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.-order-1 {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.m-0 {
  margin: 0;
}

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.-mx-32 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\!mb-12 {
  margin-bottom: 0.75rem !important;
}

.-mt-100 {
  margin-top: -6.25rem;
}

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

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mb-14 {
  margin-bottom: 0.875rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-25 {
  margin-bottom: 1.563rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-6 {
  margin-bottom: 0.375rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-92 {
  margin-bottom: 5.75rem;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 0.3125rem;
}

.ml-6 {
  margin-left: 0.375rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mt-12 {
  margin-top: 0.75rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-42 {
  margin-top: 2.625rem;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-92 {
  margin-top: 5.75rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-100 {
  height: 6.25rem;
}

.h-12 {
  height: 0.75rem;
}

.h-2 {
  height: 0.125rem;
}

.h-20 {
  height: 1.25rem;
}

.h-200 {
  height: 12.5rem;
}

.h-21 {
  height: 1.313rem;
}

.h-24 {
  height: 1.5rem;
}

.h-27 {
  height: 1.688rem;
}

.h-30 {
  height: 1.875rem;
}

.h-32 {
  height: 2rem;
}

.h-36 {
  height: 2.25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-48 {
  height: 3rem;
}

.h-50 {
  height: 3.125rem;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[170px\] {
  height: 170px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[50\%\] {
  height: 50%;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[96px\] {
  height: 96px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-full {
  max-height: 100%;
}

.\!min-h-max {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.min-h-32 {
  min-height: 2rem;
}

.min-h-\[700px\] {
  min-height: 700px;
}

.\!w-auto {
  width: auto !important;
}

.w-0 {
  width: 0;
}

.w-12 {
  width: 0.75rem;
}

.w-12\/24 {
  width: 50.000%;
}

.w-14 {
  width: 0.875rem;
}

.w-14\/24 {
  width: 58.333%;
}

.w-150 {
  width: 9.375rem;
}

.w-16 {
  width: 1rem;
}

.w-16\/24 {
  width: 66.667%;
}

.w-17 {
  width: 1.063rem;
}

.w-2\/24 {
  width: 8.333%;
}

.w-20 {
  width: 1.25rem;
}

.w-200 {
  width: 12.5rem;
}

.w-21 {
  width: 1.313rem;
}

.w-22 {
  width: 1.375rem;
}

.w-23 {
  width: 1.438rem;
}

.w-24 {
  width: 1.5rem;
}

.w-25 {
  width: 1.563rem;
}

.w-30 {
  width: 1.875rem;
}

.w-32 {
  width: 2rem;
}

.w-36 {
  width: 2.25rem;
}

.w-40 {
  width: 2.5rem;
}

.w-48 {
  width: 3rem;
}

.w-50 {
  width: 3.125rem;
}

.w-75 {
  width: 4.688rem;
}

.w-8\/24 {
  width: 33.333%;
}

.w-88 {
  width: 5.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[170px\] {
  width: 170px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[75px\] {
  width: 75px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[96px\] {
  width: 96px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[75px\] {
  min-width: 75px;
}

.\!max-w-full {
  max-width: 100% !important;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[340px\] {
  max-width: 340px;
}

.max-w-\[360px\] {
  max-width: 360px;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

.\!flex-col {
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

.\!gap-0 {
  gap: 0 !important;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-12 {
  gap: 0.75rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.125rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-24 {
  gap: 1.5rem;
}

.gap-26 {
  gap: 1.625rem;
}

.gap-3 {
  gap: 0.1875rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-32 {
  gap: 2rem;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-54 {
  gap: 3.375rem;
}

.gap-6 {
  gap: 0.375rem;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-x-16 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-30 {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-50 {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.gap-x-54 {
  -moz-column-gap: 3.375rem;
       column-gap: 3.375rem;
}

.gap-y-24 {
  row-gap: 1.5rem;
}

.gap-y-30 {
  row-gap: 1.875rem;
}

.gap-y-32 {
  row-gap: 2rem;
}

.gap-y-50 {
  row-gap: 3.125rem;
}

.gap-y-8 {
  row-gap: 0.5rem;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

.overflow-auto {
  overflow: auto;
}

.\!overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-3xl {
  border-radius: 32px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-full {
  border-radius: 100%;
}

.rounded-lg {
  border-radius: 12px;
}

.rounded-md {
  border-radius: 8px;
}

.rounded-sm {
  border-radius: 6px;
}

.rounded-xl {
  border-radius: 16px;
}

.border {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-\[3px\] {
  border-left-width: 3px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(0 21 36 / var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(43 89 125 / var(--tw-border-opacity));
}

.border-california-dark {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(138 138 138 / var(--tw-border-opacity));
}

.border-gray-400\/20 {
  border-color: rgb(138 138 138 / 0.2);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F2F2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}

.bg-\[transparent\] {
  background-color: transparent;
}

.bg-accent-blue-color {
  --tw-bg-opacity: 1;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity));
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 36 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 81 / var(--tw-bg-opacity));
}

.bg-blue-500\/10 {
  background-color: rgb(18 131 218 / 0.1);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity));
}

.bg-california-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.bg-card-color {
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 34 / var(--tw-bg-opacity));
}

.bg-dark-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 23 / var(--tw-bg-opacity));
}

.bg-dark-bg-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(39 44 53 / var(--tw-bg-opacity));
}

.bg-dark-bg\/70 {
  background-color: rgb(17 19 23 / 0.7);
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 248 / var(--tw-bg-opacity));
}

.bg-gray-400\/10 {
  background-color: rgb(138 138 138 / 0.1);
}

.bg-gray-400\/30 {
  background-color: rgb(138 138 138 / 0.3);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 64 76 / var(--tw-bg-opacity));
}

.bg-gray-500\/40 {
  background-color: rgb(48 64 76 / 0.4);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}

.bg-gray-800\/50 {
  background-color: rgb(44 44 44 / 0.5);
}

.bg-gray-body\/20 {
  background-color: rgb(113 113 123 / 0.2);
}

.bg-natural-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}

.bg-violet-100\/05 {
  background-color: rgb(130 60 250 / 0.05);
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 58 255 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-opacity-05 {
  --tw-bg-opacity: 0.05;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-blog-dark {
  --tw-gradient-from: #D81B60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 27 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-100 {
  --tw-gradient-from: #001524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 21 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-dark-bg {
  --tw-gradient-from: #111317 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 19 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-100 {
  --tw-gradient-to: #001524 var(--tw-gradient-to-position);
}

.to-blue-200 {
  --tw-gradient-to: #002A51 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.\!p-0 {
  padding: 0 !important;
}

.p-0 {
  padding: 0;
}

.p-10 {
  padding: 0.625rem;
}

.p-12 {
  padding: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-32 {
  padding: 2rem;
}

.p-36 {
  padding: 2.25rem;
}

.p-4 {
  padding: 0.25rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-6 {
  padding: 0.375rem;
}

.p-8 {
  padding: 0.5rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-28 {
  padding-bottom: 1.75rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[80\%\] {
  padding-bottom: 80%;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

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

.pt-10 {
  padding-top: 0.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-96 {
  padding-top: 6rem;
}

.pt-\[40\%\] {
  padding-top: 40%;
}

.pt-\[72px\] {
  padding-top: 72px;
}

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

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

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

.font-geist {
  font-family: "Geist","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.font-primary {
  font-family: "PT_Basis Grotesque Pro","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.font-secondary {
  font-family: "PT_GT America","Arial","Helvetica Neue","Helvetica",sans-seriff;
}

.\!text-\[16px\] {
  font-size: 16px !important;
}

.\!text-\[18px\] {
  font-size: 18px !important;
}

.text-12 {
  font-size: 0.75rem;
}

.text-13 {
  font-size: 0.8125rem;
}

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

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

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

.text-20 {
  font-size: 1.25rem;
}

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

.text-30 {
  font-size: 1.875rem;
}

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

.text-36 {
  font-size: 2.25rem;
}

.text-40 {
  font-size: 2.5rem;
}

.text-48 {
  font-size: 3rem;
}

.text-50 {
  font-size: 3.125rem;
}

.text-\[16px\] {
  font-size: 16px;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[1\.14\] {
  line-height: 1.14;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-accent-blue-color {
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blog-dark {
  --tw-text-opacity: 1;
  color: rgb(216 27 96 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(25 185 255 / var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(0 21 36 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
}

.text-california-dark {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.text-case-study-dark {
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(252 252 253 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(48 64 76 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(8 8 8 / var(--tw-text-opacity));
}

.text-gray-body {
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
}

.text-headline-color {
  --tw-text-opacity: 1;
  color: rgb(233 234 237 / var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(130 60 250 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[5\%\] {
  opacity: 5%;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.shadow-lg {
  --tw-shadow: 0 8px 32px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 16px 64px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 16px 64px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-none {
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.vw-b-120 {
  padding-bottom: 8.33vw;
}

.contain-x-2 {
  padding-inline: calc(var(--contain) * 2);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-blue-500\/40:hover {
  border-color: rgb(18 131 218 / 0.4);
}

.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 46 / var(--tw-border-opacity));
}

.hover\:\!bg-accent-blue-color-hover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 143 255 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8) !important;
}

.hover\:bg-gray-400\/20:hover {
  background-color: rgb(138 138 138 / 0.2);
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:shadow-cta:hover {
  --tw-shadow: 0 8px 32px rgba(91,127,255,0.4);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.0625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-4 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:gap-12 {
  gap: 0.75rem;
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(91 127 255 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(91 127 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 40em) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .sm\:h-72 {
    height: 4.5rem;
  }

  .sm\:w-10\/24 {
    width: 41.667%;
  }

  .sm\:max-w-\[427px\] {
    max-width: 427px;
  }

  .sm\:max-w-\[490px\] {
    max-width: 490px;
  }

  .sm\:max-w-\[500px\] {
    max-width: 500px;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-16 {
    gap: 1rem;
  }

  .sm\:p-20 {
    padding: 1.25rem;
  }

  .sm\:p-32 {
    padding: 2rem;
  }

  .sm\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-64 {
    padding-bottom: 4rem;
  }

  .sm\:pb-96 {
    padding-bottom: 6rem;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pt-30 {
    padding-top: 1.875rem;
  }

  .sm\:pt-40 {
    padding-top: 2.5rem;
  }

  .sm\:pt-64 {
    padding-top: 4rem;
  }

  .sm\:pt-96 {
    padding-top: 6rem;
  }

  .sm\:text-22 {
    font-size: 1.375rem;
  }

  .sm\:text-30 {
    font-size: 1.875rem;
  }

  .sm\:text-36 {
    font-size: 2.25rem;
  }

  .sm\:text-42 {
    font-size: 2.625rem;
  }
}

@media (min-width: 48em) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    inset: 0;
  }

  .md\:-bottom-16 {
    bottom: -1rem;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-32 {
    left: 2rem;
  }

  .md\:right-\[30px\] {
    right: 30px;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:top-\[0\.5vw\] {
    top: 0.5vw;
  }

  .md\:top-\[120px\] {
    top: 120px;
  }

  .md\:top-\[initial\] {
    top: initial;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-end-23 {
    grid-column-end: 23;
  }

  .md\:col-end-24 {
    grid-column-end: 24;
  }

  .md\:col-end-25 {
    grid-column-end: 25;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-mb-128 {
    margin-bottom: -8rem;
  }

  .md\:-mt-30 {
    margin-top: -1.875rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-120 {
    margin-bottom: 7.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-32 {
    margin-bottom: 2rem;
  }

  .md\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-42 {
    margin-bottom: 2.625rem;
  }

  .md\:mb-48 {
    margin-bottom: 3rem;
  }

  .md\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .md\:mb-64 {
    margin-bottom: 4rem;
  }

  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-120 {
    height: 7.5rem;
  }

  .md\:h-24 {
    height: 1.5rem;
  }

  .md\:h-54 {
    height: 3.375rem;
  }

  .md\:h-96 {
    height: 6rem;
  }

  .md\:h-\[110px\] {
    height: 110px;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[250px\] {
    height: 250px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[486px\] {
    min-height: 486px;
  }

  .md\:w-10\/24 {
    width: 41.667%;
  }

  .md\:w-15\/24 {
    width: 62.500%;
  }

  .md\:w-18\/24 {
    width: 75.000%;
  }

  .md\:w-200 {
    width: 12.5rem;
  }

  .md\:w-28 {
    width: 1.75rem;
  }

  .md\:w-49 {
    width: 3.063rem;
  }

  .md\:w-54 {
    width: 3.375rem;
  }

  .md\:w-6\/24 {
    width: 25.000%;
  }

  .md\:w-8\/24 {
    width: 33.333%;
  }

  .md\:w-9\/24 {
    width: 37.500%;
  }

  .md\:w-\[110px\] {
    width: 110px;
  }

  .md\:w-\[1px\] {
    width: 1px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:min-w-\[110px\] {
    min-width: 110px;
  }

  .md\:max-w-\[390px\] {
    max-width: 390px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

  .md\:gap-36 {
    gap: 2.25rem;
  }

  .md\:gap-40 {
    gap: 2.5rem;
  }

  .md\:gap-50 {
    gap: 3.125rem;
  }

  .md\:gap-y-0 {
    row-gap: 0;
  }

  .md\:gap-y-18 {
    row-gap: 1.125rem;
  }

  .md\:gap-y-30 {
    row-gap: 1.875rem;
  }

  .md\:gap-y-68 {
    row-gap: 4.25rem;
  }

  .md\:rounded-\[16px\] {
    border-radius: 16px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-32 {
    padding: 2rem;
  }

  .md\:p-36 {
    padding: 2.25rem;
  }

  .md\:p-40 {
    padding: 2.5rem;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-100 {
    padding-bottom: 6.25rem;
  }

  .md\:pb-110 {
    padding-bottom: 6.875rem;
  }

  .md\:pb-120 {
    padding-bottom: 7.5rem;
  }

  .md\:pb-128 {
    padding-bottom: 8rem;
  }

  .md\:pb-150 {
    padding-bottom: 9.375rem;
  }

  .md\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-49 {
    padding-bottom: 3.063rem;
  }

  .md\:pb-50 {
    padding-bottom: 3.125rem;
  }

  .md\:pb-56 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .md\:pb-80 {
    padding-bottom: 5rem;
  }

  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .md\:pl-50 {
    padding-left: 3.125rem;
  }

  .md\:pr-30 {
    padding-right: 1.875rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pt-120 {
    padding-top: 7.5rem;
  }

  .md\:pt-160 {
    padding-top: 10rem;
  }

  .md\:pt-36 {
    padding-top: 2.25rem;
  }

  .md\:pt-45 {
    padding-top: 2.813rem;
  }

  .md\:pt-56 {
    padding-top: 3.5rem;
  }

  .md\:pt-80 {
    padding-top: 5rem;
  }

  .md\:pt-96 {
    padding-top: 6rem;
  }

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

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

  .md\:text-100 {
    font-size: 6.25rem;
  }

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

  .md\:text-20 {
    font-size: 1.25rem;
  }

  .md\:text-22 {
    font-size: 1.375rem;
  }

  .md\:text-23 {
    font-size: 1.438rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-30 {
    font-size: 1.875rem;
  }

  .md\:text-40 {
    font-size: 2.5rem;
  }

  .md\:text-48 {
    font-size: 3rem;
  }

  .md\:text-56 {
    font-size: 3.5rem;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:vw-t-130 {
    padding-top: 9.03vw;
  }

  .md\:vw-b-80 {
    padding-bottom: 5.56vw;
  }
}

@media (min-width: 64em) {
  .mmd\:flex {
    display: flex;
  }

  .mmd\:hidden {
    display: none;
  }

  .mmd\:w-\[226px\] {
    width: 226px;
  }

  .mmd\:pr-24 {
    padding-right: 1.5rem;
  }
}

@media (min-width: 68.75em) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:right-\[30\%\] {
    right: 30%;
  }

  .lg\:top-\[120px\] {
    top: 120px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

  .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-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-end-22 {
    grid-column-end: 22;
  }

  .lg\:col-end-24 {
    grid-column-end: 24;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .lg\:mb-48 {
    margin-bottom: 3rem;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

  .lg\:\!w-18\/24 {
    width: 75.000% !important;
  }

  .lg\:\!w-6\/24 {
    width: 25.000% !important;
  }

  .lg\:w-10\/24 {
    width: 41.667%;
  }

  .lg\:w-12\/24 {
    width: 50.000%;
  }

  .lg\:w-14\/24 {
    width: 58.333%;
  }

  .lg\:w-32 {
    width: 2rem;
  }

  .lg\:w-6\/24 {
    width: 25.000%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

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

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

  .lg\:grid-cols-24 {
    grid-template-columns: repeat(24, 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\:\!flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:gap-20 {
    gap: 1.25rem;
  }

  .lg\:gap-30 {
    gap: 1.875rem;
  }

  .lg\:gap-40 {
    gap: 2.5rem;
  }

  .lg\:gap-60 {
    gap: 3.75rem;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:p-40 {
    padding: 2.5rem;
  }

  .lg\:p-48 {
    padding: 3rem;
  }

  .lg\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .lg\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:\!pt-48 {
    padding-top: 3rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-80 {
    padding-bottom: 5rem;
  }

  .lg\:pl-140 {
    padding-left: 8.75rem;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pr-32 {
    padding-right: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 1rem;
  }

  .lg\:pt-160 {
    padding-top: 10rem;
  }

  .lg\:pt-90 {
    padding-top: 5.625rem;
  }

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

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

  .lg\:text-18 {
    font-size: 1.125rem;
  }

  .lg\:text-24 {
    font-size: 1.5rem;
  }

  .lg\:text-30 {
    font-size: 1.875rem;
  }

  .lg\:text-36 {
    font-size: 2.25rem;
  }

  .lg\:text-60 {
    font-size: 3.75rem;
  }
}

@media (min-width: 75em) {
  .llg\:order-1 {
    order: 1;
  }

  .llg\:order-2 {
    order: 2;
  }

  .llg\:col-start-1 {
    grid-column-start: 1;
  }

  .llg\:col-start-3 {
    grid-column-start: 3;
  }

  .llg\:col-start-6 {
    grid-column-start: 6;
  }

  .llg\:col-end-13 {
    grid-column-end: 13;
  }

  .llg\:col-end-23 {
    grid-column-end: 23;
  }

  .llg\:col-end-6 {
    grid-column-end: 6;
  }

  .llg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .llg\:-mt-\[192px\] {
    margin-top: -192px;
  }

  .llg\:mb-0 {
    margin-bottom: 0;
  }

  .llg\:mb-64 {
    margin-bottom: 4rem;
  }

  .llg\:mb-\[-150px\] {
    margin-bottom: -150px;
  }

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

  .llg\:block {
    display: block;
  }

  .llg\:w-\[30\%\] {
    width: 30%;
  }

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

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

  .llg\:flex-row {
    flex-direction: row;
  }

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

  .llg\:gap-100 {
    gap: 6.25rem;
  }

  .llg\:gap-18 {
    gap: 1.125rem;
  }

  .llg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .llg\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .llg\:bg-\[\#F2F2F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 247 / var(--tw-bg-opacity));
  }

  .llg\:pb-75 {
    padding-bottom: 4.688rem;
  }

  .llg\:pl-50 {
    padding-left: 3.125rem;
  }

  .llg\:pr-0 {
    padding-right: 0;
  }

  .llg\:pr-48 {
    padding-right: 3rem;
  }

  .llg\:pt-50 {
    padding-top: 3.125rem;
  }

  .llg\:text-\[18px\] {
    font-size: 18px;
  }
}

@media (min-width: 90em) {
  .xl\:bottom-150 {
    bottom: 9.375rem;
  }

  .xl\:top-150 {
    top: 9.375rem;
  }

  .xl\:top-\[5px\] {
    top: 5px;
  }

  .xl\:mb-54 {
    margin-bottom: 3.375rem;
  }

  .xl\:w-15\/24 {
    width: 62.500%;
  }

  .xl\:w-4\/24 {
    width: 16.667%;
  }

  .xl\:w-9\/24 {
    width: 37.500%;
  }

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

  .xl\:gap-48 {
    gap: 3rem;
  }

  .xl\:gap-80 {
    gap: 5rem;
  }

  .xl\:p-64 {
    padding: 4rem;
  }

  .xl\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:pb-96 {
    padding-bottom: 6rem;
  }

  .xl\:pt-124 {
    padding-top: 7.75rem;
  }

  .xl\:text-36 {
    font-size: 2.25rem;
  }
}

.\[\&\>a\]\:inline-flex>a {
  display: inline-flex;
}

.\[\&\>a\]\:h-20>a {
  height: 1.25rem;
}

.\[\&\>a\]\:w-20>a {
  width: 1.25rem;
}

.\[\&\>a\]\:w-full>a {
  width: 100%;
}

.\[\&\>a\]\:items-center>a {
  align-items: center;
}

.\[\&\>a\]\:justify-center>a {
  justify-content: center;
}

.\[\&\>a\]\:text-california-dark>a {
  --tw-text-opacity: 1;
  color: rgb(255 102 102 / var(--tw-text-opacity));
}

.\[\&\>li\+li\]\:mt-16>li+li {
  margin-top: 1rem;
}

.\[\&\>li\.active\]\:border-california-dark>li.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 102 / var(--tw-border-opacity));
}

.\[\&\>li\]\:block>li {
  display: block;
}

.\[\&\>li\]\:rounded-lg>li {
  border-radius: 12px;
}

.\[\&\>li\]\:border-l-\[2px\]>li {
  border-left-width: 2px;
}

.\[\&\>li\]\:border-gray>li {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.\[\&\>li\]\:bg-white>li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>li\]\:p-16>li {
  padding: 1rem;
}

.\[\&\>span\.swiper-pagination-bullet-active\]\:\!bg-accent-blue-color>span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 127 255 / var(--tw-bg-opacity)) !important;
}

.\[\&\>span\.swiper-pagination-bullet-active\]\:\!opacity-100>span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.\[\&\>span\]\:\!m-0>span {
  margin: 0 !important;
}

.\[\&\>span\]\:\!bg-white>span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\[\&\>span\]\:text-gray-body>span {
  --tw-text-opacity: 1;
  color: rgb(113 113 123 / var(--tw-text-opacity));
}

.\[\&\>span\]\:\!opacity-60>span {
  opacity: 0.6 !important;
}

@media (min-width: 48em) {
  .\[\&_p\]\:md\:text-24 p {
    font-size: 1.5rem;
  }
}