@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/roboto-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --green: #9de0ad;
  --text: #818181;
  --dark: #303030;
  --light: #f6f6f6;
  --white: #ffffff;
  --footer: #1b1b1b;
  --sidebar-width: 260px;
  --container: 950px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--light);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.857142857;
  -webkit-font-smoothing: antialiased;
}

body.lightbox-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

a:hover,
a:focus-visible {
  color: var(--green);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

p {
  margin: 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--dark);
  font-weight: 600;
}

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

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--dark);
  background: var(--white);
  transform: translateY(-160%);
}

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

.sidebar {
  position: fixed;
  z-index: 30;
  inset: 0 auto 0 0;
  width: var(--sidebar-width);
  padding: 10px 30px 30px;
  overflow-y: auto;
  background: var(--white);
  scrollbar-width: thin;
}

.sidebar-logo {
  display: block;
  width: 200px;
  height: 200px;
}

.sidebar-logo img {
  width: 200px;
  height: 200px;
}

.desktop-nav {
  margin-top: 58px;
}

.desktop-nav-list,
.mobile-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.desktop-nav-list li {
  min-height: 42px;
}

.desktop-nav-list a {
  display: inline-block;
  color: var(--dark);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 26px;
  text-transform: uppercase;
}

.desktop-nav-list a.current,
.desktop-nav-list a:hover,
.desktop-nav-list a:focus-visible {
  color: var(--green);
}

.social-links {
  display: flex;
  gap: 5px;
  margin-top: 24px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  background: #3c5992;
  border-radius: 50%;
}

.social-links a:nth-child(2) {
  background: #397395;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--white);
  opacity: 0.78;
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links a:nth-child(2) svg {
  fill: none;
}

.social-links .icon-fill {
  fill: currentColor;
  stroke: none;
}

.contact-details {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.65;
}

.contact-details h2 {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 23.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 15px;
}

.contact-line p {
  margin: 0;
}

.line-icon {
  flex: 0 0 13px;
  width: 13px;
  margin-top: 2px;
}

.line-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-email {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  overflow-wrap: anywhere;
}

.site-content {
  min-width: 0;
  margin-left: var(--sidebar-width);
  background: var(--light);
}

.mobile-header {
  display: none;
}

main {
  min-height: calc(100vh - 64px);
}

.section-container {
  width: calc(100% - 60px);
  max-width: var(--container);
  margin-inline: auto;
}

.page-hero {
  position: relative;
  display: grid;
  height: 474px;
  overflow: hidden;
  background-color: #a6a6a6;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), var(--hero-image);
  background-position: var(--hero-position);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 25%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  align-self: center;
  width: calc(100% - 60px);
  max-width: var(--container);
  margin-inline: auto;
  text-align: center;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.15;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.title-separator {
  display: block;
  width: 23px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--white);
}

.home-slider {
  position: relative;
  height: 520px;
  overflow: hidden;
  color: var(--white);
  background: #7f8a80;
}

.slider-track,
.slider-slide {
  position: absolute;
  inset: 0;
}

.slider-slide {
  display: grid;
  place-items: center;
  visibility: hidden;
  background-image: var(--slide-image);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 850ms ease, visibility 850ms ease, transform 5.5s ease;
}

.slider-slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.06) 55%, rgba(0, 0, 0, 0.22));
}

.slider-copy {
  position: relative;
  width: min(850px, calc(100% - 120px));
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.62);
}

.slider-copy h1 {
  color: var(--white);
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.slider-copy p {
  margin: 20px 0 0;
  color: var(--white);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.slider-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgba(0, 0, 0, 0.45);
}

.slider-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.slider-prev {
  left: 24px;
}

.slider-next {
  right: 24px;
}

.slider-dots {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid var(--white);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--white);
}

.home-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  padding-block: 50px 40px;
}

.home-copy {
  text-align: justify;
}

.home-copy h2 {
  margin-bottom: 30px;
  color: var(--green);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

.home-video h2 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.385;
  text-transform: uppercase;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #222;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cards-section,
.programme-section,
.tarifs-section,
.contact-section,
.archive-section,
.article-content,
.legal-content,
.centered-message {
  padding-block: 50px;
}

.programme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.programme-card {
  overflow: hidden;
  background: var(--white);
}

.programme-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}

.programme-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.programme-card-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(157, 224, 173, 0.86);
  opacity: 0;
  transition: opacity 280ms ease;
}

.programme-card-overlay span {
  padding: 6px 22px;
  border: 2px solid var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: transform 280ms ease;
}

.programme-card-image:hover img,
.programme-card-image:focus-visible img {
  transform: scale(1.04);
}

.programme-card-image:hover .programme-card-overlay,
.programme-card-image:focus-visible .programme-card-overlay {
  opacity: 1;
}

.programme-card-image:hover .programme-card-overlay span,
.programme-card-image:focus-visible .programme-card-overlay span {
  transform: translateY(0);
}

.programme-card h2 {
  min-height: 72px;
  padding: 21px 18px 16px;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
}

.programme-layout {
  display: grid;
  grid-template-columns: minmax(0, 613px) minmax(0, 297px);
  gap: 40px;
  align-items: start;
}

.programme-gallery {
  display: grid;
  gap: 26px;
}

.gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 420ms ease, filter 420ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  filter: brightness(0.93);
  transform: scale(1.012);
}

.programme-details {
  position: sticky;
  top: 30px;
  font-size: 14px;
  line-height: 1.75;
}

.detail-block + .detail-block {
  margin-top: 26px;
}

.programme-details h2 {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  text-transform: uppercase;
}

.programme-details p {
  margin-bottom: 11px;
}

.equipment-group p {
  margin-bottom: 11px;
}

.programme-navigation {
  display: grid;
  grid-template-columns: 44px 44px 44px;
  justify-content: space-between;
  margin-top: 32px;
}

.programme-navigation > a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d8d8d8;
  background: transparent;
}

.programme-navigation svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.all-programmes {
  grid-template-columns: repeat(2, 5px) !important;
  gap: 3px;
  align-content: center;
  justify-content: center;
}

.all-programmes span {
  width: 5px;
  height: 5px;
  background: currentColor;
}

.tarifs-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #111;
  background: var(--white);
}

.tarifs-table th,
.tarifs-table td {
  padding: 15px 17px;
  border-bottom: 1px solid #d4d4d4;
  vertical-align: middle;
  text-align: left;
}

.tarifs-table thead th {
  color: #101010;
  background: #d9edf5;
  font-size: 14px;
  font-weight: 600;
}

.tarifs-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.tarifs-table tfoot th {
  color: #111;
  background: #d9edf5;
  font-weight: 600;
}

.contact-section {
  min-height: 520px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-form label:not(.consent) {
  display: grid;
  gap: 6px;
}

.contact-form label > span {
  color: var(--dark);
  font-size: 13px;
}

.contact-form em {
  color: var(--text);
  font-style: normal;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  color: var(--dark);
  border: 1px solid #e3e3e3;
  border-radius: 0;
  outline: none;
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:not([type="checkbox"]) {
  min-height: 46px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(157, 224, 173, 0.2);
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  accent-color: var(--green);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.submit-button {
  display: inline-grid;
  place-items: center;
  justify-self: start;
  min-width: 126px;
  min-height: 44px;
  padding: 8px 24px;
  color: var(--dark);
  border: 2px solid var(--dark);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.article-content img {
  width: 100%;
  margin: 24px 0 28px;
}

.article-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 12px;
}

.article-date {
  display: grid;
  min-width: 54px;
  padding: 7px;
  color: var(--white);
  background: var(--green);
  line-height: 1.1;
  text-align: center;
}

.article-date strong {
  font-size: 20px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.archive-grid article {
  background: var(--white);
}

.archive-grid h2 {
  padding: 18px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.archive-post a {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 28px;
  color: inherit;
  background: var(--white);
}

.archive-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-post div {
  padding: 30px 30px 30px 0;
}

.archive-post h2 {
  margin-bottom: 12px;
  font-size: 24px;
}

.archive-date {
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}

.legal-content {
  max-width: 820px;
}

.legal-content h2 {
  margin: 28px 0 8px;
  font-size: 19px;
  text-transform: uppercase;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content a {
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.centered-message {
  min-height: 360px;
  text-align: center;
}

.centered-message h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.centered-message .submit-button {
  justify-self: auto;
  margin-top: 18px;
}

.site-footer {
  min-height: 64px;
  color: #777;
  background: var(--footer);
  font-size: 11px;
}

.footer-inner {
  display: flex;
  gap: 16px 30px;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 15px 30px;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 15px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.back-to-top {
  position: fixed;
  z-index: 15;
  right: 25px;
  bottom: 26px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease, color 200ms ease, border-color 200ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: var(--green);
  border-color: var(--green);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

.lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  padding: 40px;
  color: var(--white);
  background: rgba(15, 15, 15, 0.96);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  display: grid;
  place-items: center;
  max-width: 1200px;
  max-height: calc(100vh - 80px);
  margin: auto;
}

.lightbox figure img {
  max-width: 100%;
  max-height: calc(100vh - 125px);
  object-fit: contain;
}

.lightbox figcaption {
  min-height: 26px;
  margin-top: 10px;
  color: #ddd;
  text-align: center;
}

.lightbox button {
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
}

.lightbox button:hover,
.lightbox button:focus-visible {
  border-color: var(--green);
  color: var(--green);
}

.lightbox button svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
}

.lightbox-nav {
  width: 54px;
  height: 54px;
}

.lightbox-prev {
  justify-self: start;
}

.lightbox-next {
  justify-self: end;
}

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px) {
  .sidebar {
    display: none;
  }

  .site-content {
    margin-left: 0;
  }

  .mobile-header {
    position: relative;
    z-index: 40;
    display: block;
    background: var(--white);
  }

  .mobile-header-bar {
    position: relative;
    height: 100px;
  }

  .mobile-menu-toggle {
    position: absolute;
    top: 0;
    left: 15px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 100px;
    padding: 0;
    color: #999;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .menu-close-icon {
    display: none;
  }

  .mobile-menu-toggle[aria-expanded="true"] .menu-open-icon {
    display: none;
  }

  .mobile-menu-toggle[aria-expanded="true"] .menu-close-icon {
    display: block;
  }

  .mobile-logo {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%);
  }

  .mobile-logo img {
    width: 80px;
    height: 80px;
  }

  .mobile-nav {
    margin-inline: 15px;
    overflow: hidden;
    background: var(--white);
  }

  .mobile-nav-list li {
    border-bottom: 1px solid #eaeaea;
  }

  .mobile-nav-list li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-list a {
    display: block;
    min-height: 47px;
    padding: 10px 8px;
    color: var(--text);
    font-size: 14px;
    line-height: 26px;
  }

  .mobile-nav-list a.current,
  .mobile-nav-list a:hover,
  .mobile-nav-list a:focus-visible {
    color: var(--green);
  }

  .page-hero {
    height: 165px;
  }

  .page-hero-inner,
  .section-container {
    width: calc(100% - 90px);
  }

  .page-hero h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .title-separator {
    width: 20px;
    margin-top: 12px;
  }

  .home-slider {
    height: 300px;
  }

  .slider-copy {
    width: calc(100% - 80px);
  }

  .slider-copy h1 {
    font-size: 32px;
  }

  .slider-copy p {
    font-size: 15px;
    line-height: 1.4;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
  }

  .slider-prev {
    left: 10px;
  }

  .slider-next {
    right: 10px;
  }

  .home-intro {
    grid-template-columns: 1fr;
    width: auto;
    margin-inline: 35px;
    gap: 36px;
  }

  .home-copy h2 {
    font-size: 30px;
    line-height: 1;
  }

  .programme-grid,
  .programme-layout,
  .form-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .programme-grid {
    gap: 22px;
  }

  .programme-details {
    position: static;
    margin-top: 0;
  }

  .programme-layout {
    gap: 26px;
  }

  .programme-navigation {
    margin-top: 28px;
  }

  .archive-post a {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .archive-post div {
    padding: 24px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 560px) {
  .cards-section,
  .programme-section,
  .tarifs-section,
  .contact-section,
  .archive-section,
  .article-content,
  .legal-content,
  .centered-message {
    padding-block: 30px;
  }

  .programme-card h2 {
    min-height: 72px;
    padding-inline: 10px;
  }

  .programme-hero {
    height: 250px;
  }

  .programme-hero h1 {
    max-width: 280px;
    margin-inline: auto;
  }

  .tarifs-table th,
  .tarifs-table td {
    padding: 12px 7px;
    font-size: 12px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .tarifs-table thead th {
    font-size: 12px;
  }

  .contact-form {
    gap: 15px;
  }

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

  .page-hero h1 {
    letter-spacing: 0.4px;
  }

  .slider-copy h1 {
    font-size: 27px;
  }

  .slider-copy p {
    font-size: 14px;
  }

  .lightbox {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    padding: 20px 8px;
  }

  .lightbox-nav {
    width: 40px;
    height: 48px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .back-to-top {
    right: 20px;
    bottom: 75px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
