@font-face {
  font-family: "O120 Caveat";
  src: url("../fonts/Caveat-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --o120-blue: #087abd;
  --o120-blue-deep: #064d78;
  --o120-blue-ink: #062f4a;
  --o120-green: #91cf00;
  --o120-green-deep: #72a600;
  --o120-cloud: #f2f9fd;
  --o120-white: #ffffff;
  --o120-ink: #10384e;
  --o120-muted: #617785;
  --o120-line: #d6e8f1;
}

html.o120-home-page,
body.o120-home-page {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: var(--o120-cloud);
}

body.o120-home-page > .o120 {
  min-height: 100vh;
  min-height: 100svh;
}

.o120__skip {
  position: fixed;
  z-index: 999999;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background: var(--o120-blue-ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .18s ease;
}

.o120__skip:focus {
  color: #fff;
  transform: translateY(0);
}

.o120,
.o120 * {
  box-sizing: border-box;
}

.o120 {
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  color: var(--o120-ink);
  background:
    radial-gradient(circle at 8% 15%, rgba(145, 207, 0, .13), transparent 29rem),
    linear-gradient(145deg, #f8fcff 0%, var(--o120-cloud) 48%, #e9f6fc 100%);
  font-family: ui-rounded, "Avenir Next", Avenir, "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.o120 img,
.o120 svg {
  display: block;
}

.o120 button,
.o120 input,
.o120 textarea {
  font: inherit;
}

.o120__ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.o120__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  opacity: .72;
}

.o120__orb--one {
  width: 21rem;
  height: 21rem;
  top: -10rem;
  right: 2%;
  border: 4.5rem solid rgba(8, 122, 189, .08);
  animation: o120-float 10s ease-in-out infinite;
}

.o120__orb--two {
  width: 13rem;
  height: 13rem;
  left: -4rem;
  bottom: 10%;
  background: rgba(145, 207, 0, .09);
  animation: o120-float 8s ease-in-out infinite reverse;
}

.o120__scribble {
  position: absolute;
  right: -2rem;
  top: 33%;
  color: transparent;
  font-size: clamp(13rem, 29vw, 30rem);
  font-weight: 950;
  letter-spacing: -.11em;
  line-height: .75;
  -webkit-text-stroke: 2px rgba(8, 122, 189, .045);
  transform: rotate(-8deg);
  user-select: none;
}

.o120__shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 7vw, 108px) 0 clamp(66px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}

.o120__intro {
  position: sticky;
  top: 48px;
  padding-top: 10px;
}

.o120__brandline {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(40px, 7vh, 70px);
}

.o120__brandline img {
  width: 80px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 11px 16px rgba(6, 77, 120, .14));
}

.o120__brandline > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--o120-blue-deep);
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .18em;
}

.o120__brandline i {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--o120-green);
  transform: rotate(-5deg);
}

.o120__eyebrow,
.o120__kicker {
  margin: 0 0 13px;
  color: var(--o120-green-deep);
  font-size: .81rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.o120__title {
  max-width: 690px;
  margin: 0;
  color: var(--o120-blue-ink);
  font-size: clamp(3.1rem, 5.35vw, 5.6rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .93;
}

.o120__title span {
  position: relative;
  display: inline;
  color: var(--o120-blue);
}

.o120__title span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1%;
  right: -1%;
  bottom: .03em;
  height: .2em;
  border-radius: 99px;
  background: var(--o120-green);
  opacity: .9;
  transform: rotate(-1.5deg) scaleX(0);
  transform-origin: left;
  animation: o120-line-in .8s .65s cubic-bezier(.2,.8,.2,1) forwards;
}

.o120__lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: #3c6174;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}

.o120__event {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  max-width: 610px;
  margin-top: clamp(42px, 7vh, 70px);
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(8, 122, 189, .12);
  border-radius: 28px 28px 28px 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 60px rgba(6, 77, 120, .09);
  backdrop-filter: blur(12px);
}

.o120__event::after {
  content: "";
  position: absolute;
  top: -36px;
  right: -34px;
  width: 92px;
  height: 92px;
  border: 18px solid rgba(145, 207, 0, .16);
  border-radius: 50%;
}

.o120__event-date {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 115px;
  padding: 12px 14px;
  border-radius: 18px 18px 18px 5px;
  color: var(--o120-white);
  background: var(--o120-blue);
  box-shadow: 0 8px 20px rgba(8, 122, 189, .2);
}

.o120__event-date strong {
  font-size: 2.2rem;
  letter-spacing: -.05em;
  line-height: 1;
}

.o120__event-date span {
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
}

.o120__event p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #3d5e70;
  font-size: .95rem;
  line-height: 1.55;
}

.o120__event p strong {
  display: block;
  margin-bottom: 3px;
  color: var(--o120-blue-ink);
}

.o120__form-card {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 42px 42px 42px 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow:
    0 38px 90px rgba(6, 77, 120, .16),
    inset 0 0 0 1px rgba(8, 122, 189, .035);
  backdrop-filter: blur(18px);
}

.o120__form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, var(--o120-green) 0 29%, var(--o120-blue) 29% 100%);
}

.o120__card-head {
  position: relative;
  padding-right: 70px;
  margin-bottom: 34px;
}

.o120__card-number {
  position: absolute;
  right: -11px;
  top: -22px;
  color: rgba(8, 122, 189, .055);
  font-size: 5.8rem;
  font-weight: 950;
  letter-spacing: -.1em;
  line-height: 1;
  transform: rotate(7deg);
  user-select: none;
}

.o120__card-head h2,
.o120__success h2 {
  margin: 0;
  color: var(--o120-blue-ink);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.o120__card-head > p:last-child,
.o120__success > p:not(.o120__kicker) {
  margin: 13px 0 0;
  color: var(--o120-muted);
  font-size: 1rem;
}

.o120__form {
  display: grid;
  gap: 26px;
}

.o120__form[hidden],
.o120__success[hidden] {
  display: none !important;
}

.o120__honey {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.o120__field,
.o120__field-row {
  min-width: 0;
}

.o120__field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.o120__field label:not(.o120__consent) {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 10px;
  color: var(--o120-blue-ink);
  font-size: .9rem;
  font-weight: 850;
}

.o120__field label > span:first-child {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border-radius: 9px 9px 9px 3px;
  color: var(--o120-blue-deep);
  background: rgba(145, 207, 0, .19);
  font-size: .66rem;
  font-weight: 950;
}

.o120__field label em {
  margin-left: auto;
  color: #78909c;
  font-size: .69rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.o120__field input[type="text"],
.o120__field input[type="email"],
.o120__field textarea {
  width: 100%;
  min-height: 53px;
  margin: 0;
  padding: 14px 16px;
  border: 1.5px solid var(--o120-line);
  border-radius: 16px 16px 16px 6px;
  outline: none;
  color: var(--o120-blue-ink);
  background: #f9fcfe;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.45;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.o120__field textarea {
  display: block;
  min-height: 132px;
  padding-bottom: 32px;
  resize: vertical;
}

.o120__field input::placeholder,
.o120__field textarea::placeholder {
  color: #90a4ae;
  opacity: 1;
}

.o120__field input:focus,
.o120__field textarea:focus {
  border-color: var(--o120-blue);
  background: var(--o120-white);
  box-shadow: 0 0 0 4px rgba(8, 122, 189, .11);
  transform: translateY(-1px);
}

.o120__field input[aria-invalid="true"],
.o120__field textarea[aria-invalid="true"] {
  border-color: #c84141;
  box-shadow: 0 0 0 4px rgba(200, 65, 65, .09);
}

.o120__textarea-wrap {
  position: relative;
}

.o120__textarea-wrap small {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #8ca0aa;
  font-size: .73rem;
  font-variant-numeric: tabular-nums;
}

.o120__dropzone {
  position: relative;
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 25px 20px;
  overflow: hidden;
  border: 2px dashed #b8d5e4;
  border-radius: 22px 22px 22px 7px;
  color: #557383;
  background: linear-gradient(145deg, #f7fbfd, #edf7fb);
  text-align: center;
  cursor: pointer;
  transition: border-color .25s ease, transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.o120__dropzone:hover,
.o120__dropzone:focus-within,
.o120__dropzone.is-dragging {
  border-color: var(--o120-green-deep);
  background: #f4fae9;
  box-shadow: 0 11px 28px rgba(114, 166, 0, .1);
  transform: translateY(-2px);
}

.o120__dropzone input {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.o120__dropzone strong {
  color: var(--o120-blue-ink);
  font-size: 1rem;
}

.o120__dropzone > span {
  font-size: .78rem;
}

.o120__upload-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 5px;
  border-radius: 15px 15px 15px 5px;
  color: var(--o120-white);
  background: var(--o120-blue);
  box-shadow: 0 8px 18px rgba(8, 122, 189, .23);
  transition: transform .25s ease, background .25s ease;
}

.o120__dropzone:hover .o120__upload-icon,
.o120__dropzone.is-dragging .o120__upload-icon {
  background: var(--o120-green-deep);
  transform: translateY(-3px) rotate(-3deg);
}

.o120__upload-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.o120__previews {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.o120__previews:empty {
  display: none;
}

.o120__preview {
  position: relative;
  aspect-ratio: 1;
  overflow: visible;
  animation: o120-pop .34s cubic-bezier(.2,.9,.3,1.25) both;
}

.o120__preview img {
  width: 100%;
  height: 100%;
  border: 3px solid var(--o120-white);
  border-radius: 14px 14px 14px 4px;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(6, 77, 120, .16);
}

.o120__preview:nth-child(even) {
  transform: rotate(2deg);
}

.o120__preview:nth-child(odd) {
  transform: rotate(-1.5deg);
}

.o120__remove-photo {
  position: absolute;
  z-index: 3;
  top: -7px;
  right: -6px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 2px solid var(--o120-white);
  border-radius: 50%;
  color: var(--o120-white);
  background: var(--o120-blue-ink);
  box-shadow: 0 4px 10px rgba(6, 47, 74, .2);
  cursor: pointer;
}

.o120__remove-photo span {
  position: relative;
  top: -1px;
  font-size: 1.15rem;
  line-height: 1;
}

.o120__field-help,
.o120__field-error {
  margin: 6px 3px 0;
  font-size: .75rem;
  line-height: 1.35;
}

.o120__field-help {
  color: #78909c;
}

.o120__field-error {
  min-height: 0;
  color: #b62f2f;
  font-weight: 700;
}

.o120__field-error:empty {
  display: none;
}

.o120__consent {
  position: relative;
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 11px;
  align-items: start;
  color: #536e7d;
  font-size: .79rem;
  line-height: 1.55;
  cursor: pointer;
}

.o120__consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.o120__check {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1.5px solid #aac8d7;
  border-radius: 8px 8px 8px 3px;
  background: #f7fbfd;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.o120__check svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: white;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: scale(.5);
  transition: opacity .18s ease, transform .18s ease;
}

.o120__consent input:checked + .o120__check {
  border-color: var(--o120-blue);
  background: var(--o120-blue);
}

.o120__consent input:checked + .o120__check svg {
  opacity: 1;
  transform: scale(1);
}

.o120__consent input:focus-visible + .o120__check {
  box-shadow: 0 0 0 4px rgba(8, 122, 189, .14);
}

.o120__consent a {
  color: var(--o120-blue-deep);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(8, 122, 189, .35);
  text-underline-offset: 2px;
}

.o120__submit {
  position: relative;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 22px;
  overflow: hidden;
  border: 0;
  border-radius: 18px 18px 18px 6px;
  color: var(--o120-white);
  background: var(--o120-blue);
  box-shadow: 0 13px 28px rgba(8, 122, 189, .25);
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.o120__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.24) 46%, transparent 65%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}

.o120__submit:hover {
  background: var(--o120-blue-deep);
  box-shadow: 0 17px 32px rgba(6, 77, 120, .27);
  transform: translateY(-2px);
}

.o120__submit:hover::before {
  transform: translateX(120%);
}

.o120__submit:focus-visible,
.o120__again:focus-visible,
.o120__remove-photo:focus-visible {
  outline: 3px solid rgba(145, 207, 0, .75);
  outline-offset: 3px;
}

.o120__submit:disabled {
  cursor: wait;
  opacity: .75;
  transform: none;
}

.o120__submit svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.o120__submit:hover svg {
  transform: translateX(4px);
}

.o120__submit.is-loading svg {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: white;
  border-radius: 50%;
  animation: o120-spin .75s linear infinite;
}

.o120__submit.is-loading svg path {
  display: none;
}

.o120__status {
  margin: -10px 0 0;
  color: var(--o120-blue-deep);
  font-size: .86rem;
  font-weight: 700;
  text-align: center;
}

.o120__status.is-error {
  color: #b62f2f;
}

.o120__success {
  position: relative;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 6px;
  text-align: center;
  outline: none;
}

.o120__success-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 32px;
  border: 2px solid rgba(145, 207, 0, .45);
  border-radius: 50%;
  background: rgba(145, 207, 0, .11);
  animation: o120-success .55s cubic-bezier(.2,.9,.35,1.3) both;
}

.o120__success-mark::before,
.o120__success-mark::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(8, 122, 189, .16);
  border-radius: 50%;
  animation: o120-pulse 1.8s ease-out infinite;
}

.o120__success-mark::before { inset: -13px; }
.o120__success-mark::after { inset: -27px; animation-delay: .35s; }

.o120__success-mark span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: white;
  background: var(--o120-green-deep);
  box-shadow: 0 13px 25px rgba(114, 166, 0, .25);
  font-size: 2.3rem;
  font-weight: 900;
}

.o120__success > p:not(.o120__kicker) {
  max-width: 470px;
  line-height: 1.65;
}

.o120__again {
  margin-top: 25px;
  padding: 12px 18px;
  border: 1px solid var(--o120-line);
  border-radius: 14px;
  color: var(--o120-blue-deep);
  background: var(--o120-white);
  font-size: .88rem;
  font-weight: 800;
  cursor: pointer;
}

.o120__confetti {
  position: absolute;
  z-index: 8;
  top: 35%;
  left: var(--x);
  width: 8px;
  height: 14px;
  border-radius: 3px;
  pointer-events: none;
  animation: o120-confetti 1.45s var(--delay) ease-out both;
}

.o120__closing {
  position: relative;
  min-height: min(72vh, 720px);
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(78px, 10vw, 140px) 20px;
  overflow: hidden;
  color: var(--o120-white);
  background:
    radial-gradient(circle at 50% 0%, rgba(145, 207, 0, .12), transparent 42%),
    linear-gradient(155deg, var(--o120-blue-deep), #033754);
  text-align: center;
}

.o120__closing::before {
  content: "120";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(255,255,255,.035);
  font-size: clamp(12rem, 28vw, 28rem);
  font-weight: 950;
  letter-spacing: -.1em;
  line-height: .75;
  transform: translate(-50%, -50%);
}

.o120__slogan,
.o120__closing-date {
  position: relative;
  z-index: 1;
}

.o120__slogan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.o120__slogan p {
  margin: 0;
  color: var(--o120-white);
  font-family: "O120 Caveat", "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(5.4rem, 15vw, 12rem);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .78;
  text-shadow: 0 18px 42px rgba(0, 25, 42, .28);
  opacity: 0;
  transform: translateY(55px) rotate(-8deg) scale(.88);
}

.o120__slogan cite {
  align-self: flex-end;
  margin: 27px 5% 0 0;
  color: var(--o120-green);
  font-size: clamp(.82rem, 1.5vw, 1.05rem);
  font-style: normal;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
}

.o120__slogan-mark {
  position: absolute;
  top: -30px;
  right: -35px;
  width: 5px;
  height: 74px;
  border-radius: 99px;
  background: var(--o120-green);
  box-shadow: 0 0 28px rgba(145, 207, 0, .5);
  transform-origin: bottom;
  opacity: 0;
}

.o120__slogan-mark::before,
.o120__slogan-mark::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 4px;
  height: 26px;
  border-radius: 99px;
  background: var(--o120-green);
  transform-origin: top;
}

.o120__closing.is-visible .o120__slogan p {
  animation: o120-slogan-in 1.05s .18s cubic-bezier(.18,.9,.25,1.2) both;
}

.o120__closing.is-visible .o120__slogan cite {
  animation: o120-author-in .65s .85s ease both;
}

.o120__closing.is-visible .o120__slogan-mark {
  animation: o120-arrow-rise 1.1s .6s cubic-bezier(.2,.8,.2,1) both;
}

.o120__slogan-mark::before {
  left: -8px;
  transform: rotate(42deg);
}

.o120__slogan-mark::after {
  right: -8px;
  transform: rotate(-42deg);
}

.o120__closing-date {
  display: inline-flex;
  margin-top: 48px;
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 99px;
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.o120-policy,
.o120-policy * {
  box-sizing: border-box;
}

.o120-policy {
  min-height: 100vh;
  color: var(--o120-ink);
  background:
    radial-gradient(circle at 88% 6%, rgba(145, 207, 0, .13), transparent 25rem),
    linear-gradient(150deg, #f8fcff, #eaf6fb);
  font-family: ui-rounded, "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

.o120-policy__hero {
  padding: 28px max(24px, calc((100vw - 980px) / 2)) clamp(64px, 8vw, 105px);
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(145, 207, 0, .18), transparent 20rem),
    var(--o120-blue-deep);
}

.o120-policy__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(50px, 7vw, 88px);
}

.o120-policy__topline img {
  width: 66px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 25, 42, .22));
}

.o120-policy__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.85);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.o120-policy__back:hover {
  color: var(--o120-green);
  transform: translateX(-3px);
}

.o120-policy__eyebrow {
  margin: 0 0 15px;
  color: var(--o120-green);
  font-size: .79rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.o120-policy__hero h1 {
  max-width: 880px;
  margin: 0;
  color: white;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

.o120-policy__lead {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.o120-policy__updated {
  display: inline-flex;
  margin-top: 28px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 99px;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.o120-policy__content {
  width: min(980px, calc(100% - 40px));
  margin: clamp(-38px, -4vw, -52px) auto 0;
  padding-bottom: 90px;
}

.o120-policy__content section {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: clamp(27px, 4vw, 42px);
  border-bottom: 1px solid var(--o120-line);
  background: rgba(255,255,255,.94);
}

.o120-policy__content section:first-child {
  border-radius: 30px 30px 0 0;
}

.o120-policy__content section:nth-child(9) {
  border-bottom: 0;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 28px 70px rgba(6, 77, 120, .12);
}

.o120-policy__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px 15px 15px 5px;
  color: var(--o120-blue-deep);
  background: rgba(145, 207, 0, .19);
  font-size: .75rem;
  font-weight: 950;
}

.o120-policy__content h2 {
  margin: 2px 0 13px;
  color: var(--o120-blue-ink);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.o120-policy__content p {
  margin: 0 0 13px;
  color: #4b6979;
  font-size: 1rem;
}

.o120-policy__content p:last-child {
  margin-bottom: 0;
}

.o120-policy__content strong {
  color: var(--o120-blue-ink);
}

.o120-policy__content a {
  color: var(--o120-blue-deep);
  font-weight: 760;
  text-decoration-color: rgba(8,122,189,.32);
  text-underline-offset: 3px;
}

.o120-policy__cta {
  margin-top: 32px;
  padding: 32px;
  border-radius: 24px 24px 24px 8px;
  color: white;
  background: var(--o120-blue);
  box-shadow: 0 18px 44px rgba(8, 122, 189, .2);
}

.o120-policy__cta p {
  margin: 0 0 5px;
  color: rgba(255,255,255,.72);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.o120-policy__cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 900;
  text-decoration: none;
}

.o120-policy__cta a span {
  transition: transform .18s ease;
}

.o120-policy__cta a:hover span {
  transform: translateX(5px);
}

.o120-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1);
}

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

.o120__intro .o120-reveal:nth-child(2) { transition-delay: .08s; }
.o120__intro .o120-reveal:nth-child(3) { transition-delay: .15s; }
.o120__intro .o120-reveal:nth-child(4) { transition-delay: .22s; }
.o120__intro .o120-reveal:nth-child(5) { transition-delay: .29s; }

@keyframes o120-line-in { to { transform: rotate(-1.5deg) scaleX(1); } }
@keyframes o120-float { 0%, 100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(0,18px,0) rotate(5deg); } }
@keyframes o120-pop { from { opacity: 0; scale: .7; } to { opacity: 1; scale: 1; } }
@keyframes o120-spin { to { transform: rotate(360deg); } }
@keyframes o120-success { from { opacity: 0; transform: scale(.55) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes o120-pulse { 0% { opacity: .8; transform: scale(.82); } 100% { opacity: 0; transform: scale(1.25); } }
@keyframes o120-confetti { 0% { opacity: 0; transform: translateY(0) rotate(0); } 15% { opacity: 1; } 100% { opacity: 0; transform: translateY(230px) rotate(var(--spin)); } }
@keyframes o120-slogan-in { from { opacity: 0; transform: translateY(55px) rotate(-8deg) scale(.88); filter: blur(6px); } to { opacity: 1; transform: translateY(0) rotate(-3deg) scale(1); filter: blur(0); } }
@keyframes o120-author-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes o120-arrow-rise { from { opacity: 0; transform: translateY(55px) scaleY(.1); } to { opacity: 1; transform: translateY(0) scaleY(1); } }

@media (max-width: 960px) {
  .o120__shell {
    grid-template-columns: 1fr;
    width: min(680px, calc(100% - 32px));
    gap: 48px;
    padding-top: 42px;
  }

  .o120__intro {
    position: relative;
    top: auto;
  }

  .o120__brandline {
    margin-bottom: 38px;
  }

  .o120__title {
    font-size: clamp(3rem, 10vw, 5.1rem);
  }

  .o120__event {
    margin-top: 35px;
  }
}

@media (max-width: 560px) {
  .o120__shell {
    width: min(100% - 24px, 680px);
    gap: 34px;
    padding: 25px 0 64px;
  }

  .o120__brandline {
    gap: 12px;
    margin-bottom: 30px;
  }

  .o120__brandline img {
    width: 58px;
    height: 60px;
  }

  .o120__brandline > span {
    font-size: .71rem;
  }

  .o120__eyebrow {
    margin-bottom: 10px;
  }

  .o120__title {
    font-size: clamp(2.72rem, 13vw, 4rem);
    line-height: .95;
  }

  .o120__lead {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .o120__event {
    grid-template-columns: 1fr;
    margin-top: 29px;
    padding: 18px;
    border-radius: 23px 23px 23px 7px;
  }

  .o120__event-date {
    width: max-content;
  }

  .o120__form-card {
    padding: 29px 19px 26px;
    border-radius: 29px 29px 29px 9px;
  }

  .o120__card-head {
    padding-right: 45px;
    margin-bottom: 30px;
  }

  .o120__card-head h2,
  .o120__success h2 {
    font-size: 2.08rem;
  }

  .o120__card-number {
    right: -7px;
    top: -12px;
    font-size: 4.2rem;
  }

  .o120__form {
    gap: 23px;
  }

  .o120__field-row {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .o120__dropzone {
    min-height: 143px;
  }

  .o120__previews {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }

  .o120__consent {
    font-size: .77rem;
  }

  .o120__submit {
    min-height: 58px;
    padding-inline: 14px;
    font-size: .94rem;
  }

  .o120__success {
    min-height: 500px;
    padding-inline: 4px;
  }

  .o120__closing {
    padding-inline: 26px;
  }

  .o120__slogan-mark {
    right: 0;
    height: 58px;
  }

  .o120__slogan cite {
    margin-top: 21px;
    margin-right: 0;
  }

  .o120-policy__hero {
    padding-inline: 20px;
  }

  .o120-policy__content {
    width: calc(100% - 24px);
  }

  .o120-policy__content section {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 25px 21px;
  }

  .o120-policy__number {
    width: 39px;
    height: 39px;
    border-radius: 12px 12px 12px 4px;
  }

  .o120-policy__content p {
    font-size: .94rem;
  }

  .o120-policy__cta {
    padding: 25px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .o120 *,
  .o120 *::before,
  .o120 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .o120-reveal {
    opacity: 1;
    transform: none;
  }
}
