@font-face {
  font-family: "Acid Grotesk";
  src: url("../../fonts/AcidGrotesk-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Acid Grotesk";
  src: url("../../fonts/AcidGrotesk-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Acid Grotesk";
  src: url("../../fonts/AcidGrotesk-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --blue: #2b7b9c;
  --blue-deep: #27718f;
  --blue-light: #71acc3;
  --white: #fff;
  --page: 1584px;
  --copy: 1256px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--blue);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--blue);
  color: var(--white);
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.section-frame {
  position: relative;
  width: min(var(--copy), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
}

.hero {
  position: relative;
  height: 1090px;
  overflow: hidden;
  background: var(--blue);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 5;
  height: 190px;
  background: linear-gradient(to bottom, transparent, var(--blue) 88%);
  content: "";
  pointer-events: none;
}

.hero__slashes {
  position: absolute;
  top: -129px;
  left: 50%;
  width: 2122px;
  max-width: none;
  transform: translateX(-50%);
  opacity: 0.5;
}

.hero__backdrop {
  position: absolute;
  top: 282px;
  left: 50%;
  width: 2050px;
  max-width: none;
  transform: translateX(-50%);
}

.topbar {
  position: relative;
  z-index: 20;
  width: min(var(--page), calc(100% - 48px));
  height: 260px;
  margin: 0 auto;
}

.topbar::before {
  position: absolute;
  top: 113px;
  right: -6px;
  left: 38.2576%;
  z-index: 0;
  height: 67px;
  border-radius: 34px 0 0 34px;
  background: linear-gradient(
    90deg,
    rgba(93, 166, 194, 0.62),
    rgba(140, 190, 208, 0.78)
  );
  content: "";
}

.topbar > * {
  position: absolute;
  z-index: 1;
}

.brand--stacked {
  top: 65px;
  left: -0.3157%;
  width: 20.8965%;
}

.topbar__join {
  top: 124px;
  left: 39.5833%;
  display: flex;
  width: 24.1162%;
  gap: 5.4974%;
}

.topbar__join a {
  display: flex;
  flex: 0 0 43.4555%;
  min-width: 0;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(31, 111, 146, 0.72);
  box-shadow: 0 8px 18px rgba(21, 85, 112, 0.14);
  font-size: clamp(14px, 1.075vw, 17px);
  text-align: center;
}

.topbar__join a:last-child {
  flex-basis: 51.0471%;
}

.topbar__merch {
  top: 92px;
  left: 67.4874%;
  width: 19.2551%;
  filter: drop-shadow(0 14px 18px rgba(25, 78, 101, 0.3));
}

.topbar__donate {
  top: 124px;
  right: 2.1465%;
  display: flex;
  width: 8.8384%;
  min-width: 0;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: #2b7b9c;
  text-align: center;
}

.hero__inner {
  position: relative;
  z-index: 10;
  width: min(var(--page), 100%);
  height: 830px;
  margin: 0 auto;
}

.hero-card {
  position: absolute;
  top: 157px;
  left: 96px;
  z-index: 3;
  width: 750px;
  height: 585px;
  overflow: hidden;
  border-radius: 50px;
  background: rgba(92, 157, 184, 0.54);
  box-shadow: 18px 24px 0 rgba(41, 113, 143, 0.25);
  backdrop-filter: blur(5px);
}

.hero-card__copy {
  height: 468px;
  padding: 82px 56px 40px;
}

.hero-card h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 0.93;
}

.hero-card h1 span {
  display: block;
  margin-bottom: 12px;
  font-size: 67px;
  font-weight: 400;
  letter-spacing: -3px;
}

.hero-card p {
  margin: 45px 0 0 8px;
  font-size: 29px;
  line-height: 1.05;
}

.hero-card__actions {
  display: flex;
  align-items: center;
  height: 117px;
  background: rgba(30, 119, 155, 0.72);
}

.hero-card__actions .join-buttons {
  margin-left: 178px;
}

.hero__man {
  position: absolute;
  top: 95px;
  left: 708px;
  z-index: 4;
  width: 787px;
  max-width: none;
}

.join-buttons {
  display: flex;
  align-items: center;
  gap: 46px;
}

.button {
  display: inline-flex;
  min-width: 166px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid #fff;
  font-size: 17px;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--light {
  min-width: 192px;
  background: #fff;
  color: #2b7b9c;
}

.join-buttons--compact {
  gap: 42px;
}

.why {
  position: relative;
  height: 1640px;
}

.why__content {
  padding-top: 130px;
}

.why__intro h2 {
  margin: 0;
  font-size: 78px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 0.92;
}

.why__intro h2 span {
  font-weight: 400;
}

.why__intro > p {
  margin: 39px 0 0;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.08;
}

.why__intro > p + p {
  margin-top: 38px;
}

.quote-card {
  position: absolute;
  z-index: 5;
  border-radius: 50px;
  background: rgba(121, 177, 198, 0.72);
  box-shadow: 25px 26px 0 rgba(111, 169, 191, 0.35);
}

.quote-card--top {
  top: 197px;
  right: 0;
  width: 670px;
  min-height: 340px;
  padding: 42px 55px 35px;
}

.quote-card p {
  margin: 21px 0 0;
  font-size: 25px;
  line-height: 1.05;
}

.quote-card .quote-card__hebrew {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.06;
  text-align: right;
}

.quote-card cite {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-style: normal;
}

.why__men {
  position: absolute;
  top: 601px;
  left: -8px;
  z-index: 2;
  width: 1303px;
  max-width: none;
}

.why__commit {
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 0;
  z-index: 6;
  text-align: center;
}

.why__commit h3 {
  margin: 0 0 75px;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
}

.why__commit .join-buttons {
  justify-content: center;
}

.strength {
  position: relative;
  height: 1230px;
  overflow: hidden;
}

.strength__slashes {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2122px;
  max-width: none;
  transform: translateX(-50%);
  opacity: 0.44;
}

.strength__content {
  z-index: 2;
  padding-top: 50px;
}

.strength h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -3px;
}

.strength h2 span {
  font-weight: 400;
}

.strength__lead {
  margin: 77px 0 0;
  font-size: 46px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.reminder-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 74px;
  font-size: 21px;
}

.reminder-title span,
.strength__actions > span,
.not-silent__actions > span {
  height: 2px;
  background: rgba(255, 255, 255, 0.32);
}

.reminder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 67px;
}

.reminder-card {
  position: relative;
  height: 324px;
  overflow: hidden;
  border-radius: 50px;
  background: rgba(123, 180, 201, 0.62);
  box-shadow: 13px 15px 0 rgba(111, 169, 191, 0.33);
}

.reminder-card::before {
  position: absolute;
  top: 55px;
  right: 40px;
  width: 155px;
  height: 155px;
  border: 18px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.reminder-card::after {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 60px;
  height: 180px;
  background: rgba(255, 255, 255, 0.13);
  clip-path: polygon(0 0, 100% 45%, 45% 45%, 100% 100%, 0 58%);
  content: "";
}

.reminder-card p {
  position: relative;
  z-index: 2;
  margin: 72px 0 0 68px;
  font-size: 37px;
  line-height: 1.05;
}

.strength__actions,
.not-silent__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin-top: 95px;
}

.not-silent {
  position: relative;
  height: 1120px;
}

.not-silent__content {
  padding-top: 120px;
}

.not-silent h2 {
  margin: 0;
  font-size: 88px;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 0.92;
}

.not-silent__lead {
  margin: 72px 0 0;
  font-size: 28px;
  line-height: 1.05;
}

.quote-card--bottom {
  top: 466px;
  left: 10px;
  width: 633px;
  min-height: 289px;
  padding: 34px 50px 28px;
}

.quote-card--bottom .quote-card__hebrew {
  font-size: 29px;
}

.quote-card--bottom p {
  font-size: 24px;
}

.quote-card--bottom cite {
  text-align: right;
}

.not-silent__men {
  position: absolute;
  top: 15px;
  right: -255px;
  width: 1046px;
  max-width: none;
}

.not-silent__statement {
  position: absolute;
  right: 0;
  bottom: 182px;
  left: 0;
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1px;
}

.not-silent__actions {
  position: absolute;
  right: 0;
  bottom: 52px;
  left: 0;
}

.footer {
  display: flex;
  height: 135px;
  align-items: center;
}

.footer__inner {
  display: grid;
  grid-template-columns: 385px 180px 220px 1fr auto;
  align-items: center;
  width: min(var(--page), calc(100% - 48px));
  height: 67px;
  margin: 0 auto;
  padding: 0 38px;
  background: linear-gradient(90deg, rgba(112, 174, 197, 0.7), rgba(149, 195, 211, 0.88));
  font-size: 17px;
  font-weight: 700;
}

.footer__inner img {
  width: 330px;
}

.footer__inner span {
  font-weight: 400;
}

.merch {
  display: flex;
  height: 570px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 180px;
}

.merch__panel {
  position: relative;
  display: block;
  width: min(var(--page), calc(100% - 48px));
  height: 312px;
  overflow: visible;
  padding: 0;
  border-radius: 52px;
  background:
    linear-gradient(90deg, rgba(129, 187, 208, 0.45), rgba(132, 188, 208, 0.77)),
    url("../slashes-wide.png") center / cover no-repeat;
}

.merch__panel h2 {
  position: absolute;
  top: 75px;
  left: 4.2984%;
  z-index: 3;
  margin: 0;
  font-size: 78px;
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 0.76;
}

.merch__products {
  position: absolute;
  inset: 0;
  height: 100%;
}

.merch__hoodie {
  position: absolute;
  top: -106px;
  left: 21.3654%;
  z-index: 2;
  width: 33.6915%;
}

.merch__earplugs {
  position: absolute;
  top: 154px;
  left: 17.3831%;
  z-index: 4;
  width: 21.3021%;
}

.merch__panel > p {
  position: absolute;
  top: 84px;
  left: 49.7472%;
  width: 17.8887%;
  margin: 0;
  font-size: 36px;
  line-height: 0.95;
}

.merch__button {
  position: absolute;
  top: 115px;
  left: 73.1353%;
  display: flex;
  width: 20.1011%;
  height: 68px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 24px;
  font-weight: 700;
}

.forms {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  min-height: 2628px;
}

.form-panel {
  display: flex;
  width: min(var(--page), calc(100% - 48px));
  height: 1231px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 184px;
  scroll-margin-top: 24px;
  border-radius: 52px;
  background: linear-gradient(
    135deg,
    rgba(145, 195, 214, 0.76),
    rgba(88, 158, 185, 0.72)
  );
}

.form-panel--personal {
  height: 951px;
  padding-top: 178px;
}

.form-inner {
  width: 955px;
}

.form-inner h2 {
  margin: 0;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1;
}

.form-subtitle {
  margin: 10px 0 82px;
  font-size: 28px;
}

.form-inner fieldset {
  margin: 0 0 75px;
  padding: 0;
  border: 0;
}

.form-inner legend {
  width: 100%;
  margin-bottom: 54px;
  padding-bottom: 18px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.18);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 34px;
}

.field-grid label {
  display: block;
}

.field-grid label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.field-grid input {
  width: 100%;
  height: 46px;
  padding: 0 22px;
  border: 2px solid #fff;
  border-radius: 0;
  outline: none;
  background: rgba(43, 123, 156, 0.3);
  color: #fff;
  font-size: 18px;
}

.field-grid input::placeholder {
  color: #fff;
  opacity: 1;
}

.field-grid input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
}

.radio-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
  font-size: 16px;
}

.radio-row > span {
  margin-right: auto;
}

.radio-row label {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.radio-row input {
  width: 28px;
  height: 28px;
  margin: 0;
  accent-color: #fff;
}

.benefits {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding: 24px 48px;
  background: rgba(43, 123, 156, 0.42);
  font-size: 16px;
}

.benefits p {
  margin: 0 0 10px;
}

.form-inner button {
  width: 100%;
  height: 44px;
  border: 0;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  font-size: 18px;
}

.form-inner button:hover,
.form-inner button:focus-visible {
  background: #eef9fd;
}

.form-panel--personal .form-subtitle {
  margin-bottom: 66px;
}

.form-panel--personal .form-inner fieldset {
  margin-bottom: 48px;
}

.commitment-copy {
  margin: 0 0 35px;
  text-align: center;
}

.form-note {
  margin: 30px 0 0;
  padding: 22px;
  background: rgba(43, 123, 156, 0.42);
  font-weight: 700;
  text-align: center;
}

.form-toast {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 100;
  width: min(460px, calc(100% - 44px));
  padding: 18px 52px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(20, 83, 108, 0.96);
  box-shadow: 0 16px 40px rgba(15, 61, 80, 0.32);
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.form-toast--error {
  background: rgba(132, 50, 50, 0.97);
}

.form-toast button {
  position: absolute;
  top: 9px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

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

.form-inner button[disabled] {
  cursor: wait;
  opacity: 0.75;
}

@media (max-width: 1100px) {
  .topbar {
    display: flex;
    align-items: flex-start;
  }

  .topbar::before {
    display: none;
  }

  .brand--stacked {
    position: static;
    width: 250px;
    margin-top: 48px;
  }

  .topbar__join {
    display: none;
  }

  .topbar__merch {
    position: static;
    width: 250px;
    margin: 64px 0 0 auto;
  }

  .topbar__donate {
    position: static;
    width: 140px;
    min-width: 140px;
    margin: 64px 0 0 18px;
  }

  .hero-card {
    left: 24px;
  }

  .hero__man {
    left: 53%;
  }

  .quote-card--top {
    width: 50%;
  }

  .why__men {
    width: 110%;
  }

  .merch__panel {
    display: block;
  }

  .merch__panel h2 {
    font-size: clamp(50px, 5vw, 60px);
  }

  .merch__panel > p {
    font-size: clamp(22px, 2.6vw, 28px);
  }

  .merch__button {
    width: 20.1011%;
    margin: 0;
    font-size: 18px;
  }
}

@media (max-width: 760px) {
  .section-frame {
    width: min(100% - 36px, 560px);
  }

  .hero {
    height: 920px;
  }

  .hero::after {
    height: 120px;
  }

  .hero__slashes {
    top: -40px;
    width: 1050px;
  }

  .hero__backdrop {
    top: 230px;
    height: 690px;
    width: auto;
  }

  .topbar {
    display: flex;
    width: calc(100% - 36px);
    height: 210px;
    align-items: flex-start;
  }

  .brand--stacked {
    width: 185px;
    margin-top: 30px;
  }

  .topbar__merch {
    width: 150px;
    margin-top: 48px;
  }

  .topbar__donate {
    display: none;
  }

  .hero__inner {
    height: 710px;
  }

  .hero-card {
    top: 70px;
    right: 18px;
    left: 18px;
    width: auto;
    height: 480px;
    border-radius: 32px;
  }

  .hero-card__copy {
    height: 385px;
    padding: 46px 28px 22px;
  }

  .hero-card h1 {
    font-size: clamp(43px, 11vw, 61px);
    letter-spacing: -3px;
  }

  .hero-card h1 span {
    font-size: clamp(37px, 9vw, 52px);
  }

  .hero-card p {
    margin: 33px 0 0;
    font-size: 21px;
  }

  .hero-card__actions {
    height: 95px;
  }

  .hero-card__actions .join-buttons {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .hero__man {
    top: 350px;
    left: 38%;
    z-index: 2;
    width: 480px;
  }

  .join-buttons,
  .join-buttons--compact {
    gap: 10px;
  }

  .button,
  .button--light {
    min-width: 0;
    width: 50%;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }

  .why {
    height: 1240px;
  }

  .why__content {
    padding-top: 65px;
  }

  .why__intro h2 {
    font-size: 58px;
  }

  .why__intro > p {
    font-size: 20px;
  }

  .why__intro > p + p {
    margin-top: 20px;
  }

  .quote-card--top {
    top: 440px;
    right: 0;
    width: 94%;
    min-height: 240px;
    padding: 27px 25px;
  }

  .quote-card .quote-card__hebrew {
    font-size: 22px;
  }

  .quote-card p {
    font-size: 17px;
  }

  .why__men {
    top: 680px;
    left: -20%;
    width: 142%;
  }

  .why__commit {
    bottom: 42px;
  }

  .why__commit h3 {
    margin-bottom: 34px;
    font-size: 35px;
  }

  .strength {
    height: auto;
    min-height: 1460px;
  }

  .strength__content {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .strength h2 {
    font-size: 43px;
  }

  .strength__lead {
    margin-top: 46px;
    font-size: 27px;
  }

  .strength__lead br {
    display: none;
  }

  .reminder-title {
    margin-top: 55px;
  }

  .reminder-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 38px;
  }

  .reminder-card {
    height: 245px;
  }

  .reminder-card p {
    margin: 45px 0 0 48px;
    font-size: 30px;
  }

  .strength__actions {
    margin-top: 45px;
  }

  .not-silent {
    height: 1030px;
  }

  .not-silent__content {
    padding-top: 65px;
  }

  .not-silent h2 {
    font-size: 56px;
  }

  .not-silent__lead {
    margin-top: 36px;
    font-size: 20px;
  }

  .not-silent__men {
    top: 260px;
    right: -330px;
    width: 750px;
    opacity: 0.82;
  }

  .quote-card--bottom {
    top: 470px;
    left: 0;
    width: 92%;
    min-height: 245px;
    padding: 26px;
  }

  .quote-card--bottom .quote-card__hebrew {
    font-size: 21px;
  }

  .quote-card--bottom p {
    font-size: 17px;
  }

  .not-silent__statement {
    bottom: 150px;
    font-size: 26px;
  }

  .not-silent__actions {
    bottom: 56px;
  }

  .footer {
    height: 230px;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
    width: calc(100% - 36px);
    height: auto;
    min-height: 180px;
    padding: 24px;
  }

  .footer__inner a:first-child {
    grid-column: 1 / -1;
  }

  .footer__inner img {
    width: 240px;
  }

  .footer__inner span {
    text-align: right;
  }

  .merch {
    height: 650px;
    padding-top: 155px;
  }

  .merch__panel {
    display: block;
    width: calc(100% - 36px);
    height: 430px;
    padding: 38px 28px;
    overflow: hidden;
    border-radius: 38px;
  }

  .merch__panel h2 {
    position: relative;
    top: auto;
    left: auto;
    font-size: 55px;
  }

  .merch__products {
    position: absolute;
    inset: 0;
  }

  .merch__hoodie {
    top: -112px;
    left: 25%;
    width: 330px;
  }

  .merch__earplugs {
    top: 210px;
    left: 9%;
    width: 230px;
  }

  .merch__panel > p {
    position: absolute;
    top: 180px;
    right: 25px;
    left: auto;
    width: auto;
    z-index: 5;
    font-size: 22px;
  }

  .merch__button {
    position: absolute;
    top: auto;
    right: 26px;
    bottom: 30px;
    left: auto;
    z-index: 5;
    width: 220px;
    font-size: 18px;
  }

  .forms {
    gap: 60px;
    min-height: 0;
    padding-bottom: 60px;
  }

  .form-panel,
  .form-panel--personal {
    width: calc(100% - 36px);
    height: auto;
    min-height: 920px;
    padding: 70px 24px;
    border-radius: 38px;
  }

  .form-panel--personal {
    min-height: 720px;
  }

  .form-inner {
    width: 100%;
  }

  .form-inner h2 {
    font-size: 36px;
  }

  .form-subtitle {
    margin-bottom: 58px;
    font-size: 20px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .form-inner fieldset {
    margin-bottom: 50px;
  }

  .form-inner legend {
    margin-bottom: 34px;
  }

  .radio-row {
    flex-wrap: wrap;
    padding: 0;
  }

  .radio-row > span {
    width: 100%;
  }

  .benefits {
    padding: 22px;
  }
}

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

  .button {
    transition: none;
  }
}
