@charset "UTF-8";
/* 
Theme Name: Bootstrap 5 Sass
Description: Bootstrap 5 with Sass
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* GENERAL STYLES
-------------------------------------------------*/
body {
  background: #141f2a;
  font-family: "Instrument Sans", sans-serif;
  padding-top: 0px;
}

.node__content {
  margin-top: 0;
}

/* COLORS 
--------------------------------------------------*/
.layout-builder-block {
  background-color: #152436;
}

a {
  color: #8FA4B8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.fs-0 {
  font-size: 0 !important;
}

.block-content--type-text-with-buttons {
  padding: 4.5rem 5rem;
  background-color: #152436;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 180, 0, 0.2);
}
@media (min-width: 62rem) {
  .block-content--type-text-with-buttons {
    display: grid;
    -moz-column-gap: 48px;
         column-gap: 48px;
    grid-template-columns: minmax(0, 1fr) 220px;
  }
}
@media (max-width: 61.99875rem) {
  .block-content--type-text-with-buttons {
    padding: 1.875rem 1.875rem;
  }
}
.block-content--type-text-with-buttons .btn {
  width: 100%;
}
.block-content--type-text-with-buttons .btn.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-content--type-text-with-buttons .btn.btn-primary:after {
  content: "";
  margin-inline-start: 0.5rem;
  transition: transform 0.2s ease;
  background-image: url("../images/icons/right-arrow.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: inline-flex;
}
.block-content--type-text-with-buttons .right-wrapper {
  align-self: center;
}
.block-content--type-text-with-buttons .right-wrapper .field--name-field-primary-button {
  margin-bottom: 0.75rem;
}
@media (max-width: 61.99875rem) {
  .block-content--type-text-with-buttons .left-wrapper {
    margin-bottom: 1.875rem;
  }
}
.block-content--type-text-with-buttons .sub-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #FFB400;
  margin-bottom: 1rem;
}
.block-content--type-text-with-buttons .sub-title::before {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 8px;
  background-color: #FFB400;
  border-radius: 50%;
  margin-inline-end: 0.625rem;
}
.block-content--type-text-with-buttons .title {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.5625rem;
  letter-spacing: 1.2px;
  margin-bottom: 0.8125rem;
  max-width: 95%;
}
@media (max-width: 61.99875rem) {
  .block-content--type-text-with-buttons .title {
    max-width: 100%;
    font-size: 2.5rem;
  }
}
@media (max-width: 35.99875rem) {
  .block-content--type-text-with-buttons .title {
    font-size: 2rem;
    line-height: normal;
  }
}
.block-content--type-text-with-buttons .field-body p {
  margin-bottom: 0;
}
.block-content--type-text-with-buttons .more-details {
  font-size: 0.75rem;
  padding-top: 0.75rem;
  text-align: center;
}

.btn-primary {
  --bs-btn-bg: #FFB400;
  --bs-btn-hover-bg: #FFB400;
  --bs-btn-color: #0D1B2A;
  --bs-btn-hover-color: #0D1B2A;
  border-radius: 0.625rem;
  box-shadow: 0 8px 32px 0 rgba(255, 180, 0, 0.3);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #FFB400 !important;
  color: #0D1B2A !important;
}

.btn-secondary {
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-color: #FFFFFF;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: rgba(255, 255, 255, 0.5) !important;
  --bs-btn-hover-color: #FFFFFF;
  background-color: transparent !important;
  color: #FFFFFF !important;
}

.fixed-top {
  position: fixed;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.color-gray {
  color: #8FA4B8 !important;
}

.vlb-section {
  padding: 6.25rem 0;
}
@media (max-width: 61.99875rem) {
  .vlb-section {
    padding: 3.125rem 0;
  }
}
.vlb-section .layout-builder__layout .block:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media (max-width: 61.99875rem) {
  .vlb-section .layout-builder__layout .block:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 62rem) {
  .vlb-section:first-child::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 30%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 180, 0, 0.07) 0%, transparent 65%);
    pointer-events: none;
  }
}

.bg-gray {
  background-color: #152436 !important;
}

.node--type-pricing.node--view-mode-teaser {
  margin-bottom: 0;
  padding: 2.25rem 1.875rem;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0D1B2A;
}
.node--type-pricing.node--view-mode-teaser .field-price {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  letter-spacing: 1.12px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.node--type-pricing.node--view-mode-teaser .field-price.fs-40 {
  font-size: 2.5rem;
}
.node--type-pricing.node--view-mode-teaser .field-price.icon::before {
  content: "$";
  font-size: 1.5rem;
  vertical-align: text-top;
}
.node--type-pricing.node--view-mode-teaser .field-per {
  font-size: 0.875rem;
  margin: 0.375rem 0 1.25rem;
}
.node--type-pricing.node--view-mode-teaser .field-brief {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.375rem;
  margin-bottom: 1.125rem;
}
.node--type-pricing.node--view-mode-teaser .field--name-field-link {
  margin-top: 0.9375rem;
}
.node--type-pricing.node--view-mode-teaser .field--name-field-link a {
  width: 100%;
}
.node--type-pricing.node--view-mode-teaser .field-title {
  padding: 0;
  margin-bottom: 0.9375rem;
}

.plans-listing .most-popular .node--view-mode-teaser {
  position: relative;
  box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.3), 0 24px 60px 0 rgba(255, 180, 0, 0.1);
  border-color: #FFB400;
}
.plans-listing .most-popular .node--view-mode-teaser .field--name-field-link a {
  background-color: #FFB400;
  box-shadow: 0 6px 24px 0 rgba(255, 180, 0, 0.3);
  color: #0D1B2A;
}
.plans-listing .most-popular .node--view-mode-teaser .field--name-field-link a:hover, .plans-listing .most-popular .node--view-mode-teaser .field--name-field-link a:focus, .plans-listing .most-popular .node--view-mode-teaser .field--name-field-link a:active {
  background-color: #FFB400 !important;
  color: #0D1B2A !important;
}
.plans-listing .most-popular .node--view-mode-teaser .badge-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFB400;
  color: #0D1B2A;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.66px;
  padding: 0.25rem 1.125rem;
  border-radius: 6.25rem;
}
@media (min-width: 75rem) {
  .plans-listing .grid {
    width: 80%;
    margin: 0 auto;
  }
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.6875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.feature-list li::before {
  content: "✓";
  color: #FFB400;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}
.feature-list li.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.feature-list li.disabled::before {
  content: "—";
  color: rgba(255, 255, 255, 0.25);
}

.block-content--type-heading .field-title h2 {
  text-transform: uppercase;
  letter-spacing: 1.36px;
  line-height: 4rem;
  margin-bottom: 0;
}
@media (min-width: 75rem) {
  .block-content--type-heading .field-title h2 {
    font-size: 4.25rem;
  }
}
@media (max-width: 74.99875rem) {
  .block-content--type-heading .field-title h2 {
    line-height: normal;
  }
}
.block-content--type-heading .sub-title {
  color: #FFB400;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.block-content--type-heading .sub-title:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 2px;
  background-color: #FFB400;
  margin-inline-end: 0.625rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bs-text-center .block-content--type-heading .sub-title {
  justify-content: center;
}

.bg-firefly {
  background-color: #0D1B2A !important;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.testimonial-author .avatar-initials {
  font-family: "Bebas Neue", sans-serif;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: rgba(255, 180, 0, 0.12);
  color: #FFB400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 180, 0, 0.25);
}
.testimonial-author .author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.testimonial-author .author-info strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.testimonial-author .author-info span {
  font-size: 0.75rem;
  color: #8FA4B8;
}

.node--view-mode-teaser {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.node--type-testimonial.node--view-mode-teaser {
  border: none;
  margin-bottom: 0;
  padding: 2rem;
  border-radius: 1rem;
  background: #152436;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.node--type-testimonial.node--view-mode-teaser .field--name-field-rating {
  margin-bottom: 1.0625rem;
}
.node--type-testimonial.node--view-mode-teaser .field--name-field-rating .custom1-on {
  background: url("../images/icons/star.svg");
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
  margin-top: 0;
  float: none;
}
.node--type-testimonial.node--view-mode-teaser .field--name-field-rating::after {
  content: "";
  display: table;
  clear: both;
}
.node--type-testimonial.node--view-mode-teaser .field--name-field-rating .starrating {
  display: flex;
}
.node--type-testimonial.node--view-mode-teaser .field-body {
  clear: both;
}
.node--type-testimonial.node--view-mode-teaser:hover {
  border-color: rgba(255, 180, 0, 0.4);
  background: linear-gradient(110deg, rgba(255, 180, 0, 0.06) 0%, rgba(255, 180, 0, 0.02) 100%);
}

.view-platform-features {
  background-color: #152436;
  padding: 0;
}

#views-bootstrap-platform-features-platform-feature {
  counter-reset: feature-counter;
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
#views-bootstrap-platform-features-platform-feature .col-lg-4 {
  padding: 0;
}
@media (min-width: 62rem) {
  #views-bootstrap-platform-features-platform-feature .col-lg-4 {
    border-right: 1px solid #2e3d52;
  }
}
#views-bootstrap-platform-features-platform-feature .col-lg-4:nth-child(3n) {
  border-right: none;
}
@media (min-width: 62rem) {
  #views-bootstrap-platform-features-platform-feature .col-lg-4:nth-child(-n+3) {
    border-bottom: 1px solid #2e3d52;
  }
}
@media (max-width: 61.99875rem) {
  #views-bootstrap-platform-features-platform-feature .col-lg-4 {
    border-bottom: 1px solid #2e3d52;
  }
}

.node--type-platform-feature.node--view-mode-teaser {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2.5rem 2rem;
  height: 100%;
  box-sizing: border-box;
  background-color: #152436;
  transition: background-color 0.25s ease;
  counter-increment: feature-counter;
}
@media (max-width: 61.99875rem) {
  .node--type-platform-feature.node--view-mode-teaser {
    padding: 1.25rem 0.9375rem;
  }
}
.node--type-platform-feature.node--view-mode-teaser::before {
  content: counter(feature-counter, decimal-leading-zero);
  font-size: 3rem;
  line-height: 3rem;
  color: rgba(255, 180, 0, 0.15);
  letter-spacing: 1.92px;
  display: block;
  font-family: "Bebas Neue", sans-serif;
}
.node--type-platform-feature.node--view-mode-teaser:hover {
  background-color: #192b41;
}
.node--type-platform-feature.node--view-mode-teaser:hover .field-link .link {
  color: #cc9000;
}
.node--type-platform-feature.node--view-mode-teaser .field--name-field-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 180, 0, 0.25);
  border-radius: 0.875rem;
  background-color: rgba(255, 180, 0, 0.12);
}
.node--type-platform-feature.node--view-mode-teaser .field--name-field-feature-icon img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.node--type-platform-feature.node--view-mode-teaser .field--name-node-title {
  margin-top: 0.625rem;
}
.node--type-platform-feature.node--view-mode-teaser .field--name-node-title .field-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", sans-serif;
}
.node--type-platform-feature.node--view-mode-teaser .field-body {
  flex-grow: 1;
}
.node--type-platform-feature.node--view-mode-teaser .field-body p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.node--type-platform-feature.node--view-mode-teaser .field-link {
  margin-top: 0.4375rem;
}
.node--type-platform-feature.node--view-mode-teaser .field-link .link {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FFB400;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: gap 0.2s ease, opacity 0.2s ease;
}
.node--type-platform-feature.node--view-mode-teaser .field-link .link::after {
  content: "↗";
  font-size: 0.9em;
  transition: transform 0.2s ease;
}
.node--type-platform-feature.node--view-mode-teaser .field-link .link:hover {
  opacity: 0.85;
  gap: 0.5em;
}
.node--type-platform-feature.node--view-mode-teaser .field-link .link:hover::after {
  transform: translate(2px, -2px);
}
.node--type-platform-feature.node--view-mode-teaser .field-link .link:focus-visible {
  outline: 2px solid #FFB400;
  outline-offset: 3px;
  border-radius: 0.125rem;
}

@media (min-width: 62rem) {
  .block-content--type-why-skoolerz {
    display: grid;
    -moz-column-gap: 80px;
         column-gap: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block-content--type-why-skoolerz .left-wrapper > .field-title {
  margin-bottom: 1.25rem;
}
.block-content--type-why-skoolerz .left-wrapper > .field-title h2 {
  text-transform: uppercase;
  letter-spacing: 1.36px;
  line-height: 4rem;
  margin-bottom: 0;
}
@media (min-width: 62rem) {
  .block-content--type-why-skoolerz .left-wrapper > .field-title h2 {
    font-size: 4.25rem;
  }
}
@media (max-width: 61.99875rem) {
  .block-content--type-why-skoolerz .left-wrapper > .field-title h2 {
    line-height: normal;
  }
}
.block-content--type-why-skoolerz .left-wrapper > .sub-title {
  color: #FFB400;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.block-content--type-why-skoolerz .left-wrapper > .sub-title:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 2px;
  background-color: #FFB400;
  margin-inline-end: 0.625rem;
}
.block-content--type-why-skoolerz .left-wrapper > .field--name-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.block-content--type-why-skoolerz .left-wrapper > .field--name-body p {
  margin-bottom: 0;
}
@media (max-width: 61.99875rem) {
  .block-content--type-why-skoolerz .left-wrapper {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 75rem) {
  .block-content--type-why-skoolerz .right-wrapper {
    margin-top: 6.25rem;
  }
}

.field--name-field-impact-stat.field__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.field--name-field-impact-stat .paragraph--type-impact-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  font-family: "Instrument Sans", sans-serif;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.field--name-field-impact-stat .paragraph--type-impact-stat:hover {
  border-color: rgba(255, 180, 0, 0.25);
  background-color: rgba(255, 180, 0, 0.1);
}
.field--name-field-impact-stat .media-wrraper {
  flex-shrink: 0;
}
.field--name-field-impact-stat .media-wrraper .field--name-field-media-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 0.5rem;
  background: rgba(255, 180, 0, 0.12);
  border: 1px solid rgba(255, 180, 0, 0.25);
}
.field--name-field-impact-stat .media-wrraper .field--name-field-media-svg img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.field--name-field-impact-stat .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.field--name-field-impact-stat .field-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Instrument Sans", sans-serif;
}
.field--name-field-impact-stat .field-body {
  font-size: 0.8125rem;
  line-height: 1.3rem;
  color: #8FA4B8;
  font-family: "Instrument Sans", sans-serif;
}

.field--name-field-impact-stat-features.field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.field--name-field-impact-stat-features .field__item {
  flex: 1 1 100%;
  position: relative;
}
.field--name-field-impact-stat-features .paragraph--type-impact-stat-features {
  padding: 1.375rem;
  background-color: #152436;
  border: 1px solid #2e3d52;
  border-radius: 0.75rem;
  font-family: "Instrument Sans", sans-serif;
  display: flex;
  flex-direction: column;
}
.field--name-field-impact-stat-features .field__item:first-child .paragraph--type-impact-stat-features:before {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-orange-50, #FFB400) 0%, var(--color-orange-500, rgba(255, 180, 0, 0)) 100%);
  position: absolute;
  top: 1px;
  left: 7px;
  right: 0;
}
.field--name-field-impact-stat-features .field__item:first-child .field-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #FFB400;
  letter-spacing: 0.02em;
}
@media (max-width: 47.99875rem) {
  .field--name-field-impact-stat-features .field__item:first-child .field-title {
    font-size: 2.5rem;
  }
}
.field--name-field-impact-stat-features .field__item:first-child .field-body {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8FA4B8;
}
.field--name-field-impact-stat-features .field__item:not(:first-child) {
  flex: 1 1 calc(50% - 0.5rem);
}
.field--name-field-impact-stat-features .field__item:not(:first-child) .paragraph--type-impact-stat-features {
  justify-content: space-between;
}
.field--name-field-impact-stat-features .field__item:not(:first-child) .field-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.field--name-field-impact-stat-features .field__item:not(:first-child) .field-body {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #8FA4B8;
}

@media (max-width: 35.9375rem) {
  .field--name-field-impact-stat-features .field__item:not(:first-child) {
    flex: 1 1 100%;
  }
}
.logos-section {
  padding: 2.5rem 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 3rem;
  overflow: hidden;
}

.logos-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
}

.logos-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.logos-track {
  display: flex;
  gap: 3rem;
  align-items: center;
  animation: scroll-ltr 18s linear infinite;
  flex-shrink: 0;
}

.logo-name {
  font-family: "Bebas Neue", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  transition: color 0.2s;
}

.logo-name:hover {
  color: rgba(255, 255, 255, 0.5);
}

@keyframes scroll-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
.logos-overflow {
  overflow: hidden;
  flex: 1;
  display: flex;
}

.bs-pt-40 {
  padding-top: 2.5rem !important;
}

.bs-pb-40 {
  padding-bottom: 2.5rem !important;
}

.block-content--type-hero-section .hero-tag {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  color: #FFB400;
  margin-bottom: 1.5625rem;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 180, 0, 0.25);
  background-color: rgba(255, 180, 0, 0.12);
  padding: 0.375rem 0.875rem;
}
.block-content--type-hero-section .hero-tag::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 2px;
  background-color: #FFB400;
}
.block-content--type-hero-section .field--name-field-title-formatted h2 {
  font-size: 6.875rem;
  line-height: 6.3125rem;
  letter-spacing: 0.1375rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 61.99875rem) {
  .block-content--type-hero-section .field--name-field-title-formatted h2 {
    font-size: 3.125rem;
    line-height: normal;
  }
}
.block-content--type-hero-section .hero-sub p {
  margin-bottom: 1.5625rem;
}
.block-content--type-hero-section .btn-wrapper {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 3.125rem;
}
.block-content--type-hero-section .btn-wrapper .btn-primary {
  padding: 0.9375rem 2.125rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
}
.block-content--type-hero-section .btn-wrapper .btn-primary:after {
  content: "";
  margin-inline-start: 0.5rem;
  transition: transform 0.2s ease;
  background-image: url("../images/icons/right-arrow.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: inline-flex;
}
.block-content--type-hero-section .btn-wrapper .btn-secondary {
  padding: 0.9375rem 1.75rem;
  display: flex;
  align-items: center;
}
.block-content--type-hero-section .btn-wrapper .btn-secondary::before {
  content: "";
  margin-inline-end: 0.5rem;
  transition: transform 0.2s ease;
  background-image: url("../images/icons/play.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-flex;
}
.block-content--type-hero-section .field--name-field-metrics {
  display: flex;
  gap: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 2.5rem;
}
.block-content--type-hero-section .field--name-field-metrics .field__item {
  position: relative;
}
.block-content--type-hero-section .field--name-field-metrics .field__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}
.block-content--type-hero-section .field--name-field-metrics .field__item:last-child::after {
  display: none;
}
.block-content--type-hero-section .field--name-field-metrics .field__item .metric-val {
  color: #FFB400;
  font-size: 2.375rem;
  letter-spacing: 1.52px;
  font-family: "Bebas Neue", sans-serif;
}
.block-content--type-hero-section .field--name-field-metrics .field__item .metric-label {
  font-size: 0.75rem;
  letter-spacing: 0.48px;
  color: #8FA4B8;
}
.block-content--type-hero-section .hero-right {
  position: relative;
  margin-top: 10.9375rem;
}
.block-content--type-hero-section .hero-right .field--name-field-floating-image-right {
  position: absolute;
  top: 10%;
  right: -50px;
  animation: float 4s ease-in-out infinite;
}
.block-content--type-hero-section .hero-right .field--name-field-floating-image-left {
  position: absolute;
  bottom: 10%;
  left: -50px;
  animation: float 4s ease-in-out infinite;
}
.block-content--type-hero-section .hero-right .field--name-field-main-image {
  position: relative;
  z-index: 1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.pt-200 {
  padding-top: 12.5rem;
}
@media (max-width: 74.99875rem) {
  .pt-200 {
    padding-top: 6.25rem;
  }
}

/* RTL flip */
[dir=rtl] .block-content--type-text-with-buttons .btn.btn-primary:after,
[dir=rtl] .block-content--type-hero-section .btn-wrapper .btn-primary:after {
  transform: scaleX(-1);
}
[dir=rtl] .logos-track {
  animation: scroll-rtl 18s linear infinite;
}
[dir=rtl] body {
  font-family: "Luma", sans-serif;
}
[dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6 {
  font-family: "Luma", sans-serif;
}
[dir=rtl] a {
  line-height: normal;
}
