@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Fallback";
  src: local("Arial");
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Roboto Condensed Fallback";
  src: local("Arial Narrow"), local("Arial");
  size-adjust: 92%;
  ascent-override: 96%;
  descent-override: 24%;
  line-gap-override: 0%;
}

:root {
  --rl-primary: #20364e;
  --rl-dark: #13283f;
  --rl-red: #ef5743;
  --rl-grey: #262e33;
  --rl-light-blue: #51606f;
  --rl-light-red: #ff7457;
  --rl-background: #f0f5f9;
  --rl-white: #ffffff;
  --rl-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  --rl-card-shadow: 0 20px 25px rgba(0, 0, 0, 0.2);
  --rl-content: min(100% - 270px, 1650px);
  --rl-narrow: min(100% - 830px, 1090px);
  --rl-font-body: "Roboto", "Roboto Fallback", Arial, sans-serif;
  --rl-font-display: "Roboto Condensed", "Roboto Condensed Fallback", "Arial Narrow", Arial, sans-serif;
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--rl-primary);
  color: var(--rl-white);
  font-family: var(--rl-font-body);
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not(.home) {
  background: var(--rl-background);
  color: var(--rl-primary);
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

a {
  color: inherit;
}

.wp-site-blocks > * + *,
.rl-main > * + *,
.entry-content > * + * {
  margin-block-start: 0;
}

.rl-main,
.rl-main .entry-content,
.entry-content > .rl-section.alignfull {
  width: 100%;
  max-width: none;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 24px;
  top: 16px;
  transform: translateY(-160%);
  background: var(--rl-white);
  color: var(--rl-dark);
  padding: 12px 16px;
  font-weight: 700;
  opacity: 0;
}

.skip-link:focus {
  transform: translateY(0);
  opacity: 1;
}

.rl-header-layer {
  position: sticky;
  z-index: 20;
  top: 0;
  display: block;
  width: 100%;
  min-height: 86px;
  color: var(--rl-white);
  background: var(--rl-dark);
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.home .rl-header-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}

.home .rl-header-layer.is-scrolled,
.home .rl-header-layer.is-menu-open {
  background: rgba(19, 40, 63, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.admin-bar.home .rl-header-layer {
  top: 32px;
}

.rl-header-inner {
  width: var(--rl-content);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
}

.rl-logo {
  display: inline-flex;
  width: 110px;
  height: 25px;
  flex: 0 0 110px;
  color: currentColor;
  text-decoration: none;
}

.rl-logo-mark {
  display: inline-block;
  width: 110px;
  height: 25px;
  background: currentColor;
  -webkit-mask: url("../icons/logo.svg") center / contain no-repeat;
  mask: url("../icons/logo.svg") center / contain no-repeat;
}

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

.rl-nav ul,
.rl-footer-bottom ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rl-nav ul {
  justify-content: space-between;
  gap: clamp(18px, 3vw, 78px);
}

.rl-nav a,
.rl-phone-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-family: var(--rl-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease;
}

.rl-nav a {
  min-height: 38px;
}

.rl-nav a:hover,
.rl-nav a:focus-visible,
.rl-footer-bottom a:hover,
.rl-footer-bottom a:focus-visible {
  color: var(--rl-light-red);
}

.rl-nav a:focus-visible,
.rl-footer-bottom a:focus-visible,
.rl-header-icon-link:focus-visible,
.rl-phone-link:focus-visible {
  outline: 2px solid var(--rl-light-red);
  outline-offset: 4px;
}

.rl-header-contact {
  display: flex;
  gap: 32px;
  align-items: center;
  flex: 0 0 auto;
}

.rl-header-icon-link,
.rl-phone-link {
  min-height: 30px;
}

.rl-phone-link {
  gap: 8px;
}

.rl-icon,
.rl-social-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: currentColor;
  -webkit-mask-image: var(--rl-icon-url);
  mask-image: var(--rl-icon-url);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.rl-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.rl-menu-toggle span,
.rl-menu-toggle span::before,
.rl-menu-toggle span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.rl-menu-toggle span {
  position: relative;
  margin: auto;
}

.rl-menu-toggle span::before,
.rl-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.rl-menu-toggle span::before {
  top: -8px;
}

.rl-menu-toggle span::after {
  top: 8px;
}

.rl-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 0;
  scroll-margin-top: 96px;
}

.rl-inner {
  width: var(--rl-content);
  margin: 0 auto;
}

.rl-narrow {
  width: var(--rl-narrow);
  margin: 0 auto;
}

.rl-section-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.rl-section-heading.is-centered {
  align-items: center;
  text-align: center;
}

.rl-eyebrow {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.rl-rule {
  width: 82px;
  height: 2px;
  background: var(--rl-red);
}

.rl-title {
  margin: 0;
  font-family: var(--rl-font-display);
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0;
  text-wrap: balance;
}

.rl-lead {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 27px;
}

.rl-hero {
  min-height: 896px;
  height: 896px;
  display: flex;
  align-items: flex-end;
  padding: 86px 0 0;
  overflow: hidden;
  color: var(--rl-white);
  background: var(--rl-primary);
}

.rl-hero::before,
.rl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rl-hero::before {
  background-image: var(--rl-hero-bg);
  background-size: 100% 146.49%;
  background-position: center -303px;
  opacity: 1;
}

.rl-hero::after {
  background:
    linear-gradient(180deg, rgba(11, 24, 37, 0.75) 0%, var(--rl-primary) 100%),
    rgba(0, 0, 0, 0.7);
}

.rl-hero-grid {
  position: relative;
  z-index: 1;
  width: var(--rl-content);
  min-height: 810px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 810px) minmax(360px, 810px);
  gap: 30px;
  align-items: end;
}

.rl-hero-copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  transform: translateY(35px);
}

.rl-hero h1 {
  width: min(100%, 810px);
  margin: 0 0 16px;
  font-family: var(--rl-font-display);
  font-size: clamp(60px, 4.3vw, 82px);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.rl-hero-subtitle {
  width: min(100%, 810px);
  margin: 0;
  font-family: var(--rl-font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.rl-buttons {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.rl-button {
  min-height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 0;
  border-radius: 0;
  color: var(--rl-dark);
  background: var(--rl-white);
  font-family: var(--rl-font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.rl-button.is-red {
  background: var(--rl-red);
}

.rl-button.is-dark {
  color: var(--rl-white);
  background: var(--rl-dark);
}

.rl-button.is-red:hover,
.rl-button.is-red:focus-visible {
  color: var(--rl-dark);
  background: var(--rl-white);
}

.rl-button:not(.is-red):not(.is-dark):hover,
.rl-button:not(.is-red):not(.is-dark):focus-visible {
  color: var(--rl-white);
  background: #25354c;
}

.rl-button:focus-visible {
  outline: 2px solid var(--rl-light-red);
  outline-offset: 4px;
}

.rl-hero-figure {
  align-self: end;
  width: min(100%, 810px);
  aspect-ratio: 1;
  margin: 0;
}

.rl-hero-figure picture,
.rl-photo-card picture,
.rl-video-card picture {
  width: 100%;
  height: 100%;
}

.rl-hero-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.rl-about {
  background: var(--rl-primary);
  color: var(--rl-white);
}

.rl-about .rl-section-heading {
  width: var(--rl-narrow);
  margin-inline: auto;
  margin-bottom: 54px;
}

.rl-about-cards,
.rl-action-cards {
  width: var(--rl-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.rl-about-card,
.rl-action-card {
  min-height: 339px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 30px;
  background: var(--rl-background);
  color: var(--rl-primary);
  text-align: center;
  box-shadow: var(--rl-card-shadow);
}

.rl-card-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  color: var(--rl-primary);
}

.rl-about-card h3,
.rl-action-card h3 {
  margin: 0;
  font-family: var(--rl-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.rl-card-kicker {
  margin: -8px 0 0;
  color: var(--rl-light-blue);
  text-transform: uppercase;
}

.rl-about-card p:last-child,
.rl-action-card p {
  margin: 0;
}

.rl-quote {
  padding: 100px 0;
  background: var(--rl-primary);
  color: var(--rl-white);
}

.rl-quote-panel {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 50px max(24px, calc((100% - 1370px) / 2));
  box-sizing: border-box;
  background: var(--rl-dark);
  text-align: center;
}

.rl-quote-icon {
  width: 48px;
  height: 48px;
  color: var(--rl-red);
}

.rl-quote blockquote {
  width: min(100%, 1370px);
  margin: 0;
  font-family: var(--rl-font-display);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.5;
}

.rl-quote-person {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.rl-quote-person picture {
  width: 110px;
  height: 110px;
}

.rl-quote-person img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.rl-quote-person p {
  margin: 0;
}

.rl-principles {
  width: min(100% - 550px, 1370px);
  height: 186px;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 390px));
  justify-content: space-between;
  gap: 30px;
}

.rl-principle {
  padding: 20px 0;
  border-bottom: 1px solid var(--rl-white);
}

.rl-principle h3 {
  margin: 0 0 16px;
  color: var(--rl-light-red);
  font-family: var(--rl-font-display);
  font-size: 24px;
  line-height: 36px;
}

.rl-principle p {
  margin: 0;
}

.rl-discussions,
.rl-timeline,
.rl-contact {
  background: var(--rl-primary);
  color: var(--rl-white);
}

.rl-split {
  width: var(--rl-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 810px) minmax(360px, 670px);
  gap: 170px;
  align-items: start;
}

.rl-split > *,
.rl-task-card > *,
.rl-action-card > *,
.rl-about-card > * {
  min-width: 0;
}

.rl-discussion-count {
  margin: 42px 0 40px;
}

.rl-discussion-number {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: var(--rl-font-display);
  font-size: 82px;
  font-weight: 700;
  line-height: 123px;
}

.rl-discussion-number strong {
  color: var(--rl-red);
}

.rl-discussion-count p {
  margin: 0;
  font-family: var(--rl-font-display);
  font-size: 24px;
  line-height: 36px;
}

.rl-progress {
  margin-bottom: 48px;
}

.rl-progress-bar {
  height: 12px;
  background: var(--rl-light-blue);
}

.rl-progress-bar span {
  display: block;
  width: 62.1%;
  height: 100%;
  background: var(--rl-red);
}

.rl-progress-labels,
.rl-stats {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.rl-progress-labels {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.rl-stats strong {
  display: block;
  font-family: var(--rl-font-display);
  font-size: 32px;
  line-height: 48px;
}

.rl-stats span {
  font-size: 18px;
  line-height: 27px;
}

.rl-photo-card {
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--rl-shadow);
}

.rl-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rl-tasks,
.rl-actions {
  background: var(--rl-background);
  color: var(--rl-primary);
}

.rl-task-grid {
  width: var(--rl-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 30px;
}

.rl-task-card {
  min-height: 275px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 30px;
}

.rl-task-card .rl-icon {
  color: var(--rl-primary);
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.rl-task-card h3 {
  margin: 0 0 16px;
  font-family: var(--rl-font-display);
  font-size: 32px;
  line-height: 48px;
}

.rl-task-card .rl-rule {
  margin-bottom: 16px;
}

.rl-task-card p {
  margin: 0;
  color: var(--rl-dark);
}

.rl-timeline-track {
  position: relative;
  width: var(--rl-content);
  min-height: 303px;
  margin: 78px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 250px));
  justify-content: space-between;
  gap: 30px;
}

.rl-timeline-track::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--rl-light-blue);
}

.rl-timeline-item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.rl-timeline-dot {
  width: 24px;
  height: 24px;
  border: 3px solid var(--rl-white);
  border-radius: 50%;
  background: var(--rl-primary);
}

.rl-timeline-item time,
.rl-timeline-item p {
  margin: 0;
}

.rl-timeline-item h3 {
  margin: 0;
  font-family: var(--rl-font-display);
  font-size: 42px;
  line-height: 63px;
}

.rl-broadcast {
  background: var(--rl-dark);
  color: var(--rl-white);
}

.rl-broadcast .rl-split {
  grid-template-columns: 670px minmax(0, 810px);
  gap: 170px;
}

.rl-broadcast .rl-section-heading {
  margin-bottom: 0;
}

.rl-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 670 / 377;
  overflow: hidden;
}

.rl-video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(2.25) saturate(1.05);
}

.rl-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  color: var(--rl-white);
}

.rl-broadcast-info {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 22px 0 48px;
}

.rl-broadcast-info span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.rl-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  max-width: 670px;
  text-align: center;
}

.rl-countdown strong {
  display: block;
  font-family: var(--rl-font-display);
  font-size: 82px;
  line-height: 123px;
}

.rl-countdown span {
  display: block;
  font-family: var(--rl-font-display);
  font-size: 24px;
  line-height: 36px;
}

.rl-testimonials {
  overflow: hidden;
  color: var(--rl-white);
}

.rl-testimonials::before,
.rl-testimonials::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rl-testimonials::before {
  background-image: var(--rl-testimonials-bg);
  background-size: cover;
  background-position: center;
}

.rl-testimonials::after {
  background: rgba(19, 40, 63, 0.9);
}

.rl-testimonials > * {
  position: relative;
  z-index: 1;
}

.rl-review-row {
  width: min(100% - 550px, 1370px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  gap: 48px;
  align-items: center;
}

.rl-review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 390px));
  gap: 30px;
  justify-content: center;
}

.rl-review-card {
  min-height: 330px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-bottom: 3px solid var(--rl-red);
  background: var(--rl-background);
  color: var(--rl-primary);
}

.rl-review-card p {
  margin: 0;
}

.rl-review-card strong {
  display: block;
  margin-bottom: 8px;
}

.rl-review-arrow {
  width: 32px;
  height: 32px;
  color: var(--rl-white);
}

.rl-review-row > .rl-review-arrow:first-child {
  transform: rotate(180deg);
}

.rl-action-card {
  min-height: 349px;
  background: var(--rl-white);
  box-shadow: none;
}

.rl-action-card .rl-card-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.rl-action-card h3 {
  margin-top: 16px;
}

.rl-action-card .rl-button {
  margin-top: auto;
}

.rl-contact .rl-split {
  grid-template-columns: minmax(0, 810px) minmax(0, 810px);
  gap: 30px;
  align-items: center;
}

.rl-contact .rl-photo-card {
  width: 530px;
  justify-self: center;
}

.rl-contact-list {
  display: grid;
  gap: 24px;
  padding: 0;
  margin: 48px 0 0;
  list-style: none;
}

.rl-contact-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.rl-contact-list a {
  text-decoration: none;
}

.rl-footer-layer {
  display: block;
  background: var(--rl-white);
  color: var(--rl-dark);
}

@media (min-width: 1181px) {
  .entry-content > .rl-section.rl-about.alignfull {
    margin-bottom: 2px;
  }

  .entry-content > .rl-section.rl-discussions.alignfull {
    min-height: 877px;
    margin-bottom: 4px;
  }

  .entry-content > .rl-section.rl-tasks.alignfull,
  .entry-content > .rl-section.rl-timeline.alignfull,
  .entry-content > .rl-section.rl-broadcast.alignfull {
    margin-bottom: 2px;
  }

  .entry-content > .rl-section.rl-testimonials.alignfull {
    margin-bottom: 4px;
  }

  .rl-tasks .rl-section-heading {
    margin-bottom: 46px;
  }
}

.rl-footer-main {
  min-height: 334px;
  padding: 50px 0;
  box-sizing: border-box;
}

.rl-footer-grid {
  width: var(--rl-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 251px 1fr 250px;
  gap: 170px;
  align-items: start;
}

.rl-footer-brand {
  display: grid;
  gap: 24px;
}

.rl-footer-brand .rl-logo-mark,
.rl-footer-layer .rl-logo-mark {
  color: var(--rl-dark);
}

.rl-footer-brand p,
.rl-footer-social p {
  margin: 0;
}

.rl-footer-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rl-footer-contact li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.rl-footer-contact a {
  text-decoration: none;
}

.rl-footer-social {
  grid-column: 4;
  display: grid;
  gap: 16px;
}

.rl-footer-social > p {
  color: var(--rl-primary);
  font-weight: 700;
}

.rl-footer-social > div {
  display: flex;
  gap: 24px;
}

.rl-social-link {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  color: var(--rl-primary);
}

.rl-social-link.is-disabled {
  pointer-events: none;
  cursor: default;
}

.rl-footer-bottom {
  min-height: 67px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 20px max(24px, calc((100% - min(100% - 270px, 1650px)) / 2)) calc(20px + env(safe-area-inset-bottom));
  color: var(--rl-white);
  background: var(--rl-dark);
  font-size: 16px;
  line-height: 24px;
}

.rl-footer-bottom p {
  margin: 0;
}

.rl-footer-bottom ul {
  gap: 32px;
  flex-wrap: wrap;
}

.rl-footer-bottom a {
  text-decoration: none;
}

.rl-page-main {
  min-height: 58vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--rl-background);
  color: var(--rl-primary);
}

.rl-page-main h1 {
  font-family: var(--rl-font-display);
  font-size: 60px;
  line-height: 90px;
}

@media (max-width: 1500px) {
  :root {
    --rl-content: min(100% - 96px, 1320px);
    --rl-narrow: min(100% - 96px, 1090px);
  }

  .rl-header-inner {
    gap: 28px;
  }

  .rl-split,
  .rl-footer-grid {
    gap: 80px;
  }

  .rl-review-row,
  .rl-principles {
    width: var(--rl-content);
  }
}

@media (max-width: 1180px) {
  .rl-header-contact {
    display: none;
  }

  .rl-hero-grid,
  .rl-split,
  .rl-contact .rl-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rl-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .rl-hero-grid {
    min-height: 0;
  }

  .rl-hero-figure {
    justify-self: center;
    width: min(720px, 100%);
  }

  .rl-about-cards,
  .rl-action-cards,
  .rl-task-grid,
  .rl-review-cards {
    grid-template-columns: 1fr;
  }

  .rl-task-grid {
    gap: 24px;
  }

  .rl-timeline-track {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rl-timeline-track::before {
    top: 0;
    bottom: 0;
    left: 12px;
    right: auto;
    width: 6px;
    height: auto;
  }

  .rl-timeline-item {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 24px;
  }

  .rl-timeline-dot {
    grid-row: span 4;
  }

  .rl-review-row {
    grid-template-columns: 1fr;
  }

  .rl-review-arrow {
    display: none;
  }

  .rl-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rl-footer-social {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  :root {
    --rl-content: min(100% - 32px, 100%);
    --rl-narrow: min(100% - 32px, 100%);
  }

  .admin-bar.home .rl-header-layer {
    top: 46px;
  }

  .rl-header-inner {
    position: relative;
    min-height: 60px;
    display: grid;
    grid-template-columns: 1fr auto 44px;
    grid-template-areas:
      "logo contact toggle"
      "nav nav nav";
    gap: 0 12px;
    align-items: center;
  }

  .rl-logo {
    grid-area: logo;
    position: relative;
    z-index: 6;
  }

  .rl-header-contact {
    grid-area: contact;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-self: end;
    position: relative;
    z-index: 6;
  }

  .rl-header-icon-link,
  .rl-phone-link {
    width: 30px;
    min-height: 30px;
    justify-content: center;
  }

  .rl-phone-link {
    gap: 0;
  }

  .rl-phone-link span:not(.rl-icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .rl-menu-toggle {
    grid-area: toggle;
    display: inline-flex;
    position: relative;
    z-index: 6;
  }

  .rl-nav {
    grid-area: nav;
    position: absolute;
    z-index: 5;
    top: 0;
    left: -16px;
    right: -16px;
    width: auto;
    height: 100vh;
    overflow: hidden;
    max-height: 100vh;
    opacity: 1;
    transform: translateY(0);
    padding: 72px 16px 16px;
    background: var(--rl-dark);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
    transition: max-height 180ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .rl-js .rl-header-inner:not(.is-menu-open) .rl-nav {
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  .rl-nav ul {
    display: grid;
    gap: 0;
    padding: 0;
  }

  .rl-nav a {
    min-height: 44px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 20px;
    line-height: 30px;
  }

  .rl-nav li:last-child a {
    border-bottom: 0;
  }

  .rl-header-inner.is-menu-open .rl-menu-toggle span {
    background: transparent;
  }

  .rl-header-inner.is-menu-open .rl-menu-toggle span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .rl-header-inner.is-menu-open .rl-menu-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .rl-section {
    padding: 72px 0;
  }

  .rl-title,
  .rl-page-main h1 {
    font-size: clamp(42px, 10vw, 60px);
    line-height: 1.15;
  }

  .rl-section-heading.is-centered {
    align-items: flex-start;
    text-align: left;
  }

  .rl-hero {
    min-height: 640px;
    height: 640px;
    display: block;
    padding: 60px 0 0;
  }

  .rl-hero::before {
    background-image: var(--rl-hero-bg-mobile, var(--rl-hero-bg));
  }

  .rl-hero-grid {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
  }

  .rl-hero-copy {
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 24px;
    width: calc(100% - 32px);
    gap: 18px;
    transform: none;
  }

  .rl-hero h1 {
    width: min(328px, 100%);
    font-size: 48px;
    line-height: 72px;
  }

  .rl-hero-subtitle {
    width: min(328px, 100%);
    font-size: 18px;
    line-height: 27px;
  }

  .rl-buttons {
    gap: 16px;
  }

  .rl-button {
    min-height: 37px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .rl-hero-figure {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: min(328px, calc(100% - 32px));
    height: 302px;
  }

  .rl-principles,
  .rl-footer-contact,
  .rl-progress-labels,
  .rl-stats,
  .rl-broadcast-info {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .rl-principles {
    display: grid;
  }

  .rl-discussion-number {
    font-size: 64px;
    line-height: 96px;
  }

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

  .rl-task-card {
    padding: 16px 0;
  }

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

  .rl-testimonials::before {
    background-image: var(--rl-testimonials-bg-mobile, var(--rl-testimonials-bg));
  }

  .rl-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 16px;
  }
}

@media (max-width: 430px) {
  .rl-hero {
    min-height: 640px;
    height: 640px;
  }

  .rl-hero-grid {
    height: 580px;
  }

  .rl-hero::before {
    background-size: cover;
    background-position: center center;
  }

  .rl-hero::after {
    background: linear-gradient(180deg, rgba(11, 24, 37, 0.75) 0%, var(--rl-primary) 100%);
  }

  .rl-hero-copy {
    height: 532px;
    justify-content: space-between;
    gap: 0;
  }

  .rl-hero h1 {
    width: min(328px, calc(100vw - 32px));
    font-size: 38px;
    line-height: 48px;
  }

  .rl-title,
  .rl-page-main h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .rl-hero-subtitle {
    width: min(328px, calc(100vw - 32px));
    font-size: 12px;
    line-height: 18px;
  }

  .rl-buttons {
    width: min(328px, calc(100vw - 32px));
    display: flex;
    gap: 16px;
  }

  .rl-button {
    width: 156px;
    flex: 0 0 156px;
    padding-inline: 12px;
  }

  .rl-hero-figure {
    top: 278px;
    right: auto;
    bottom: auto;
    left: 16px;
    width: min(328px, calc(100vw - 32px));
    height: 302px;
    overflow: hidden;
  }

  .rl-hero-figure img {
    position: relative;
    left: 50%;
    width: 138.68%;
    height: auto;
    max-width: none;
    object-fit: contain;
    transform: translateX(-50%);
  }

  .rl-about-card,
  .rl-action-card,
  .rl-review-card {
    padding: 24px;
  }

  .rl-task-card {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 20px;
  }

  .rl-task-card h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
