@font-face {
  font-family: "Saans";
  src: url("../fonts/Saans/Saans-Regular.woff2") format("woff2"), url("../fonts/Saans/Saans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saans";
  src: url("../fonts/Saans/Saans-Medium.woff2") format("woff2"), url("../fonts/Saans/Saans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saans";
  src: url("../fonts/Saans/Saans-SemiBold.woff2") format("woff2"), url("../fonts/Saans/Saans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saans";
  src: url("../fonts/Saans/Saans-Bold.woff2") format("woff2"), url("../fonts/Saans/Saans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saans";
  src: url("../fonts/Saans/Saans-Heavy.woff2") format("woff2"), url("../fonts/Saans/Saans-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saans Mono";
  src: url("../fonts/Saans/SaansMono-Medium.woff2") format("woff2"), url("../fonts/Saans/SaansMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  --container-max-width: 1180px; /* Default desktop max-width */
  max-width: var(--container-max-width);
  margin: 0 auto;
}
@media only screen and (max-width : 694px) {
  .wrapper {
    --container-max-width: 100vw;
    padding: 0 20px;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .wrapper {
    --container-max-width: 90vw;
    padding: 0 24px;
  }
}
@media only screen and (min-width : 1340px) {
  .wrapper {
    --container-max-width: 1180px;
    padding: 0;
  }
}

.container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 0;
  /* Default: responsive 12-column fluid grid */
  grid-template-columns: repeat(12, 1fr);
  height: 100%;
  width: 100%;
}
.container.contact {
  margin-bottom: 144px;
}
@media only screen and (max-width : 694px) {
  .container.contact {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width : 1340px) {
  .container {
    /* Desktop: fixed 80px columns align with 20px gutter to max 1180px */
    grid-template-columns: repeat(12, 80px);
  }
}
.column--1 {
  grid-column: span 1;
}

.column--2 {
  grid-column: span 2;
}

.column--3 {
  grid-column: span 3;
}

.column--4 {
  grid-column: span 4;
}

.column--5 {
  grid-column: span 5;
}

.column--6 {
  grid-column: span 6;
}

.column--7 {
  grid-column: span 7;
}

.column--8 {
  grid-column: span 8;
}

.column--9 {
  grid-column: span 9;
}

.column--10 {
  grid-column: span 10;
}

.column--11 {
  grid-column: span 11;
}

.column--12 {
  grid-column: 1/-1;
}

.column--start-1-end-1 {
  grid-column: 1/2;
}

.column--start-1-end-2 {
  grid-column: 1/3;
}

.column--start-1-end-3 {
  grid-column: 1/4;
}

.column--start-1-end-4 {
  grid-column: 1/5;
}

.column--start-1-end-5 {
  grid-column: 1/6;
}

.column--start-1-end-6 {
  grid-column: 1/7;
}

.column--start-1-end-7 {
  grid-column: 1/8;
}

.column--start-1-end-8 {
  grid-column: 1/9;
}

.column--start-1-end-9 {
  grid-column: 1/10;
}

.column--start-1-end-10 {
  grid-column: 1/11;
}

.column--start-1-end-11 {
  grid-column: 1/12;
}

.column--start-1-end-12 {
  grid-column: 1/13;
}

.column--start-2-end-2 {
  grid-column: 2/3;
}

.column--start-2-end-3 {
  grid-column: 2/4;
}

.column--start-2-end-4 {
  grid-column: 2/5;
}

.column--start-2-end-5 {
  grid-column: 2/6;
}

.column--start-2-end-6 {
  grid-column: 2/7;
}

.column--start-2-end-7 {
  grid-column: 2/8;
}

.column--start-2-end-8 {
  grid-column: 2/9;
}

.column--start-2-end-9 {
  grid-column: 2/10;
}

.column--start-2-end-10 {
  grid-column: 2/11;
}

.column--start-2-end-11 {
  grid-column: 2/12;
}

.column--start-2-end-12 {
  grid-column: 2/13;
}

.column--start-3-end-3 {
  grid-column: 3/4;
}

.column--start-3-end-4 {
  grid-column: 3/5;
}

.column--start-3-end-5 {
  grid-column: 3/6;
}

.column--start-3-end-6 {
  grid-column: 3/7;
}

.column--start-3-end-7 {
  grid-column: 3/8;
}

.column--start-3-end-8 {
  grid-column: 3/9;
}

.column--start-3-end-9 {
  grid-column: 3/10;
}

.column--start-3-end-10 {
  grid-column: 3/11;
}

.column--start-3-end-11 {
  grid-column: 3/12;
}

.column--start-3-end-12 {
  grid-column: 3/13;
}

.column--start-4-end-4 {
  grid-column: 4/5;
}

.column--start-4-end-5 {
  grid-column: 4/6;
}

.column--start-4-end-6 {
  grid-column: 4/7;
}

.column--start-4-end-7 {
  grid-column: 4/8;
}

.column--start-4-end-8 {
  grid-column: 4/9;
}

.column--start-4-end-9 {
  grid-column: 4/10;
}

.column--start-4-end-10 {
  grid-column: 4/11;
}

.column--start-4-end-11 {
  grid-column: 4/12;
}

.column--start-4-end-12 {
  grid-column: 4/13;
}

.column--start-5-end-5 {
  grid-column: 5/6;
}

.column--start-5-end-6 {
  grid-column: 5/7;
}

.column--start-5-end-7 {
  grid-column: 5/8;
}

.column--start-5-end-8 {
  grid-column: 5/9;
}

.column--start-5-end-9 {
  grid-column: 5/10;
}

.column--start-5-end-10 {
  grid-column: 5/11;
}

.column--start-5-end-11 {
  grid-column: 5/12;
}

.column--start-5-end-12 {
  grid-column: 5/13;
}

.column--start-6-end-6 {
  grid-column: 6/7;
}

.column--start-6-end-7 {
  grid-column: 6/8;
}

.column--start-6-end-8 {
  grid-column: 6/9;
}

.column--start-6-end-9 {
  grid-column: 6/10;
}

.column--start-6-end-10 {
  grid-column: 6/11;
}

.column--start-6-end-11 {
  grid-column: 6/12;
}

.column--start-6-end-12 {
  grid-column: 6/13;
}

.column--start-7-end-7 {
  grid-column: 7/8;
}

.column--start-7-end-8 {
  grid-column: 7/9;
}

.column--start-7-end-9 {
  grid-column: 7/10;
}

.column--start-7-end-10 {
  grid-column: 7/11;
}

.column--start-7-end-11 {
  grid-column: 7/12;
}

.column--start-7-end-12 {
  grid-column: 7/13;
}

.column--start-8-end-8 {
  grid-column: 8/9;
}

.column--start-8-end-9 {
  grid-column: 8/10;
}

.column--start-8-end-10 {
  grid-column: 8/11;
}

.column--start-8-end-11 {
  grid-column: 8/12;
}

.column--start-8-end-12 {
  grid-column: 8/13;
}

.column--start-9-end-9 {
  grid-column: 9/10;
}

.column--start-9-end-10 {
  grid-column: 9/11;
}

.column--start-9-end-11 {
  grid-column: 9/12;
}

.column--start-9-end-12 {
  grid-column: 9/13;
}

.column--start-10-end-10 {
  grid-column: 10/11;
}

.column--start-10-end-11 {
  grid-column: 10/12;
}

.column--start-10-end-12 {
  grid-column: 10/13;
}

.column--start-11-end-11 {
  grid-column: 11/12;
}

.column--start-11-end-12 {
  grid-column: 11/13;
}

.column--start-12-end-12 {
  grid-column: 12/13;
}

.column--push-1 {
  grid-column-start: 2;
}

.column--push-2 {
  grid-column-start: 3;
}

.column--push-3 {
  grid-column-start: 4;
}

.column--push-4 {
  grid-column-start: 5;
}

.column--push-5 {
  grid-column-start: 6;
}

.column--push-6 {
  grid-column-start: 7;
}

.column--push-7 {
  grid-column-start: 8;
}

.column--push-8 {
  grid-column-start: 9;
}

.column--push-9 {
  grid-column-start: 10;
}

.column--push-10 {
  grid-column-start: 11;
}

.column--push-11 {
  grid-column-start: 12;
}

.column--1.column--push-1 {
  grid-column: 2/3;
}

.column--1.column--push-2 {
  grid-column: 3/4;
}

.column--1.column--push-3 {
  grid-column: 4/5;
}

.column--1.column--push-4 {
  grid-column: 5/6;
}

.column--1.column--push-5 {
  grid-column: 6/7;
}

.column--1.column--push-6 {
  grid-column: 7/8;
}

.column--1.column--push-7 {
  grid-column: 8/9;
}

.column--1.column--push-8 {
  grid-column: 9/10;
}

.column--1.column--push-9 {
  grid-column: 10/11;
}

.column--1.column--push-10 {
  grid-column: 11/12;
}

.column--1.column--push-11 {
  grid-column: 12/13;
}

.column--2.column--push-1 {
  grid-column: 2/4;
}

.column--2.column--push-2 {
  grid-column: 3/5;
}

.column--2.column--push-3 {
  grid-column: 4/6;
}

.column--2.column--push-4 {
  grid-column: 5/7;
}

.column--2.column--push-5 {
  grid-column: 6/8;
}

.column--2.column--push-6 {
  grid-column: 7/9;
}

.column--2.column--push-7 {
  grid-column: 8/10;
}

.column--2.column--push-8 {
  grid-column: 9/11;
}

.column--2.column--push-9 {
  grid-column: 10/12;
}

.column--2.column--push-10 {
  grid-column: 11/13;
}

.column--2.column--push-11 {
  grid-column: 12/14;
}

.column--3.column--push-1 {
  grid-column: 2/5;
}

.column--3.column--push-2 {
  grid-column: 3/6;
}

.column--3.column--push-3 {
  grid-column: 4/7;
}

.column--3.column--push-4 {
  grid-column: 5/8;
}

.column--3.column--push-5 {
  grid-column: 6/9;
}

.column--3.column--push-6 {
  grid-column: 7/10;
}

.column--3.column--push-7 {
  grid-column: 8/11;
}

.column--3.column--push-8 {
  grid-column: 9/12;
}

.column--3.column--push-9 {
  grid-column: 10/13;
}

.column--3.column--push-10 {
  grid-column: 11/14;
}

.column--3.column--push-11 {
  grid-column: 12/15;
}

.column--4.column--push-1 {
  grid-column: 2/6;
}

.column--4.column--push-2 {
  grid-column: 3/7;
}

.column--4.column--push-3 {
  grid-column: 4/8;
}

.column--4.column--push-4 {
  grid-column: 5/9;
}

.column--4.column--push-5 {
  grid-column: 6/10;
}

.column--4.column--push-6 {
  grid-column: 7/11;
}

.column--4.column--push-7 {
  grid-column: 8/12;
}

.column--4.column--push-8 {
  grid-column: 9/13;
}

.column--4.column--push-9 {
  grid-column: 10/14;
}

.column--4.column--push-10 {
  grid-column: 11/15;
}

.column--4.column--push-11 {
  grid-column: 12/16;
}

.column--5.column--push-1 {
  grid-column: 2/7;
}

.column--5.column--push-2 {
  grid-column: 3/8;
}

.column--5.column--push-3 {
  grid-column: 4/9;
}

.column--5.column--push-4 {
  grid-column: 5/10;
}

.column--5.column--push-5 {
  grid-column: 6/11;
}

.column--5.column--push-6 {
  grid-column: 7/12;
}

.column--5.column--push-7 {
  grid-column: 8/13;
}

.column--5.column--push-8 {
  grid-column: 9/14;
}

.column--5.column--push-9 {
  grid-column: 10/15;
}

.column--5.column--push-10 {
  grid-column: 11/16;
}

.column--5.column--push-11 {
  grid-column: 12/17;
}

.column--6.column--push-1 {
  grid-column: 2/8;
}

.column--6.column--push-2 {
  grid-column: 3/9;
}

.column--6.column--push-3 {
  grid-column: 4/10;
}

.column--6.column--push-4 {
  grid-column: 5/11;
}

.column--6.column--push-5 {
  grid-column: 6/12;
}

.column--6.column--push-6 {
  grid-column: 7/13;
}

.column--6.column--push-7 {
  grid-column: 8/14;
}

.column--6.column--push-8 {
  grid-column: 9/15;
}

.column--6.column--push-9 {
  grid-column: 10/16;
}

.column--6.column--push-10 {
  grid-column: 11/17;
}

.column--6.column--push-11 {
  grid-column: 12/18;
}

.column--7.column--push-1 {
  grid-column: 2/9;
}

.column--7.column--push-2 {
  grid-column: 3/10;
}

.column--7.column--push-3 {
  grid-column: 4/11;
}

.column--7.column--push-4 {
  grid-column: 5/12;
}

.column--7.column--push-5 {
  grid-column: 6/13;
}

.column--7.column--push-6 {
  grid-column: 7/14;
}

.column--7.column--push-7 {
  grid-column: 8/15;
}

.column--7.column--push-8 {
  grid-column: 9/16;
}

.column--7.column--push-9 {
  grid-column: 10/17;
}

.column--7.column--push-10 {
  grid-column: 11/18;
}

.column--7.column--push-11 {
  grid-column: 12/19;
}

.column--8.column--push-1 {
  grid-column: 2/10;
}

.column--8.column--push-2 {
  grid-column: 3/11;
}

.column--8.column--push-3 {
  grid-column: 4/12;
}

.column--8.column--push-4 {
  grid-column: 5/13;
}

.column--8.column--push-5 {
  grid-column: 6/14;
}

.column--8.column--push-6 {
  grid-column: 7/15;
}

.column--8.column--push-7 {
  grid-column: 8/16;
}

.column--8.column--push-8 {
  grid-column: 9/17;
}

.column--8.column--push-9 {
  grid-column: 10/18;
}

.column--8.column--push-10 {
  grid-column: 11/19;
}

.column--8.column--push-11 {
  grid-column: 12/20;
}

.column--9.column--push-1 {
  grid-column: 2/11;
}

.column--9.column--push-2 {
  grid-column: 3/12;
}

.column--9.column--push-3 {
  grid-column: 4/13;
}

.column--9.column--push-4 {
  grid-column: 5/14;
}

.column--9.column--push-5 {
  grid-column: 6/15;
}

.column--9.column--push-6 {
  grid-column: 7/16;
}

.column--9.column--push-7 {
  grid-column: 8/17;
}

.column--9.column--push-8 {
  grid-column: 9/18;
}

.column--9.column--push-9 {
  grid-column: 10/19;
}

.column--9.column--push-10 {
  grid-column: 11/20;
}

.column--9.column--push-11 {
  grid-column: 12/21;
}

.column--10.column--push-1 {
  grid-column: 2/12;
}

.column--10.column--push-2 {
  grid-column: 3/13;
}

.column--10.column--push-3 {
  grid-column: 4/14;
}

.column--10.column--push-4 {
  grid-column: 5/15;
}

.column--10.column--push-5 {
  grid-column: 6/16;
}

.column--10.column--push-6 {
  grid-column: 7/17;
}

.column--10.column--push-7 {
  grid-column: 8/18;
}

.column--10.column--push-8 {
  grid-column: 9/19;
}

.column--10.column--push-9 {
  grid-column: 10/20;
}

.column--10.column--push-10 {
  grid-column: 11/21;
}

.column--10.column--push-11 {
  grid-column: 12/22;
}

.column--11.column--push-1 {
  grid-column: 2/13;
}

.column--11.column--push-2 {
  grid-column: 3/14;
}

.column--11.column--push-3 {
  grid-column: 4/15;
}

.column--11.column--push-4 {
  grid-column: 5/16;
}

.column--11.column--push-5 {
  grid-column: 6/17;
}

.column--11.column--push-6 {
  grid-column: 7/18;
}

.column--11.column--push-7 {
  grid-column: 8/19;
}

.column--11.column--push-8 {
  grid-column: 9/20;
}

.column--11.column--push-9 {
  grid-column: 10/21;
}

.column--11.column--push-10 {
  grid-column: 11/22;
}

.column--11.column--push-11 {
  grid-column: 12/23;
}

.column--12.column--push-1 {
  grid-column: 2/14;
}

.column--12.column--push-2 {
  grid-column: 3/15;
}

.column--12.column--push-3 {
  grid-column: 4/16;
}

.column--12.column--push-4 {
  grid-column: 5/17;
}

.column--12.column--push-5 {
  grid-column: 6/18;
}

.column--12.column--push-6 {
  grid-column: 7/19;
}

.column--12.column--push-7 {
  grid-column: 8/20;
}

.column--12.column--push-8 {
  grid-column: 9/21;
}

.column--12.column--push-9 {
  grid-column: 10/22;
}

.column--12.column--push-10 {
  grid-column: 11/23;
}

.column--12.column--push-11 {
  grid-column: 12/24;
}

@media only screen and (max-width : 694px) {
  .column--1,
  .column--2,
  .column--3,
  .column--4,
  .column--5,
  .column--6,
  .column--7,
  .column--8,
  .column--9,
  .column--10,
  .column--11 {
    grid-column: 1/-1;
  }
  .mobile-column--6 {
    grid-column: span 6;
  }
  .column--start-1-end-1 {
    grid-column: 1/12;
  }
  .column--start-1-end-2 {
    grid-column: 1/12;
  }
  .column--start-1-end-3 {
    grid-column: 1/12;
  }
  .column--start-1-end-4 {
    grid-column: 1/12;
  }
  .column--start-1-end-5 {
    grid-column: 1/12;
  }
  .column--start-1-end-6 {
    grid-column: 1/12;
  }
  .column--start-1-end-7 {
    grid-column: 1/12;
  }
  .column--start-1-end-8 {
    grid-column: 1/12;
  }
  .column--start-1-end-9 {
    grid-column: 1/12;
  }
  .column--start-1-end-10 {
    grid-column: 1/12;
  }
  .column--start-1-end-11 {
    grid-column: 1/12;
  }
  .column--start-1-end-12 {
    grid-column: 1/12;
  }
  .column--start-2-end-2 {
    grid-column: 1/12;
  }
  .column--start-2-end-3 {
    grid-column: 1/12;
  }
  .column--start-2-end-4 {
    grid-column: 1/12;
  }
  .column--start-2-end-5 {
    grid-column: 1/12;
  }
  .column--start-2-end-6 {
    grid-column: 1/12;
  }
  .column--start-2-end-7 {
    grid-column: 1/12;
  }
  .column--start-2-end-8 {
    grid-column: 1/12;
  }
  .column--start-2-end-9 {
    grid-column: 1/12;
  }
  .column--start-2-end-10 {
    grid-column: 1/12;
  }
  .column--start-2-end-11 {
    grid-column: 1/12;
  }
  .column--start-2-end-12 {
    grid-column: 1/12;
  }
  .column--start-3-end-3 {
    grid-column: 1/12;
  }
  .column--start-3-end-4 {
    grid-column: 1/12;
  }
  .column--start-3-end-5 {
    grid-column: 1/12;
  }
  .column--start-3-end-6 {
    grid-column: 1/12;
  }
  .column--start-3-end-7 {
    grid-column: 1/12;
  }
  .column--start-3-end-8 {
    grid-column: 1/12;
  }
  .column--start-3-end-9 {
    grid-column: 1/12;
  }
  .column--start-3-end-10 {
    grid-column: 1/12;
  }
  .column--start-3-end-11 {
    grid-column: 1/12;
  }
  .column--start-3-end-12 {
    grid-column: 1/12;
  }
  .column--start-4-end-4 {
    grid-column: 1/12;
  }
  .column--start-4-end-5 {
    grid-column: 1/12;
  }
  .column--start-4-end-6 {
    grid-column: 1/12;
  }
  .column--start-4-end-7 {
    grid-column: 1/12;
  }
  .column--start-4-end-8 {
    grid-column: 1/12;
  }
  .column--start-4-end-9 {
    grid-column: 1/12;
  }
  .column--start-4-end-10 {
    grid-column: 1/12;
  }
  .column--start-4-end-11 {
    grid-column: 1/12;
  }
  .column--start-4-end-12 {
    grid-column: 1/12;
  }
  .column--start-5-end-5 {
    grid-column: 1/12;
  }
  .column--start-5-end-6 {
    grid-column: 1/12;
  }
  .column--start-5-end-7 {
    grid-column: 1/12;
  }
  .column--start-5-end-8 {
    grid-column: 1/12;
  }
  .column--start-5-end-9 {
    grid-column: 1/12;
  }
  .column--start-5-end-10 {
    grid-column: 1/12;
  }
  .column--start-5-end-11 {
    grid-column: 1/12;
  }
  .column--start-5-end-12 {
    grid-column: 1/12;
  }
  .column--start-6-end-6 {
    grid-column: 1/12;
  }
  .column--start-6-end-7 {
    grid-column: 1/12;
  }
  .column--start-6-end-8 {
    grid-column: 1/12;
  }
  .column--start-6-end-9 {
    grid-column: 1/12;
  }
  .column--start-6-end-10 {
    grid-column: 1/12;
  }
  .column--start-6-end-11 {
    grid-column: 1/12;
  }
  .column--start-6-end-12 {
    grid-column: 1/12;
  }
  .column--start-7-end-7 {
    grid-column: 1/12;
  }
  .column--start-7-end-8 {
    grid-column: 1/12;
  }
  .column--start-7-end-9 {
    grid-column: 1/12;
  }
  .column--start-7-end-10 {
    grid-column: 1/12;
  }
  .column--start-7-end-11 {
    grid-column: 1/12;
  }
  .column--start-7-end-12 {
    grid-column: 1/12;
  }
  .column--start-8-end-8 {
    grid-column: 1/12;
  }
  .column--start-8-end-9 {
    grid-column: 1/12;
  }
  .column--start-8-end-10 {
    grid-column: 1/12;
  }
  .column--start-8-end-11 {
    grid-column: 1/12;
  }
  .column--start-8-end-12 {
    grid-column: 1/12;
  }
  .column--start-9-end-9 {
    grid-column: 1/12;
  }
  .column--start-9-end-10 {
    grid-column: 1/12;
  }
  .column--start-9-end-11 {
    grid-column: 1/12;
  }
  .column--start-9-end-12 {
    grid-column: 1/12;
  }
  .column--start-10-end-10 {
    grid-column: 1/12;
  }
  .column--start-10-end-11 {
    grid-column: 1/12;
  }
  .column--start-10-end-12 {
    grid-column: 1/12;
  }
  .column--start-11-end-11 {
    grid-column: 1/12;
  }
  .column--start-11-end-12 {
    grid-column: 1/12;
  }
  .column--start-12-end-12 {
    grid-column: 1/12;
  }
  .column--push-1 {
    grid-column-start: 2;
  }
  .column--push-2 {
    grid-column-start: 3;
  }
  .column--push-3 {
    grid-column-start: 4;
  }
  .column--push-4 {
    grid-column-start: 5;
  }
  .column--push-5 {
    grid-column-start: 6;
  }
  .column--push-6 {
    grid-column-start: 7;
  }
  .column--push-7 {
    grid-column-start: 8;
  }
  .column--push-8 {
    grid-column-start: 9;
  }
  .column--push-9 {
    grid-column-start: 10;
  }
  .column--push-10 {
    grid-column-start: 11;
  }
  .column--push-11 {
    grid-column-start: 12;
  }
  .column--1.column--push-1 {
    grid-column: 1/12;
  }
  .column--1.column--push-2 {
    grid-column: 1/12;
  }
  .column--1.column--push-3 {
    grid-column: 1/12;
  }
  .column--1.column--push-4 {
    grid-column: 1/12;
  }
  .column--1.column--push-5 {
    grid-column: 1/12;
  }
  .column--1.column--push-6 {
    grid-column: 1/12;
  }
  .column--1.column--push-7 {
    grid-column: 1/12;
  }
  .column--1.column--push-8 {
    grid-column: 1/12;
  }
  .column--1.column--push-9 {
    grid-column: 1/12;
  }
  .column--1.column--push-10 {
    grid-column: 1/12;
  }
  .column--1.column--push-11 {
    grid-column: 1/12;
  }
  .column--2.column--push-1 {
    grid-column: 1/12;
  }
  .column--2.column--push-2 {
    grid-column: 1/12;
  }
  .column--2.column--push-3 {
    grid-column: 1/12;
  }
  .column--2.column--push-4 {
    grid-column: 1/12;
  }
  .column--2.column--push-5 {
    grid-column: 1/12;
  }
  .column--2.column--push-6 {
    grid-column: 1/12;
  }
  .column--2.column--push-7 {
    grid-column: 1/12;
  }
  .column--2.column--push-8 {
    grid-column: 1/12;
  }
  .column--2.column--push-9 {
    grid-column: 1/12;
  }
  .column--2.column--push-10 {
    grid-column: 1/12;
  }
  .column--2.column--push-11 {
    grid-column: 1/12;
  }
  .column--3.column--push-1 {
    grid-column: 1/12;
  }
  .column--3.column--push-2 {
    grid-column: 1/12;
  }
  .column--3.column--push-3 {
    grid-column: 1/12;
  }
  .column--3.column--push-4 {
    grid-column: 1/12;
  }
  .column--3.column--push-5 {
    grid-column: 1/12;
  }
  .column--3.column--push-6 {
    grid-column: 1/12;
  }
  .column--3.column--push-7 {
    grid-column: 1/12;
  }
  .column--3.column--push-8 {
    grid-column: 1/12;
  }
  .column--3.column--push-9 {
    grid-column: 1/12;
  }
  .column--3.column--push-10 {
    grid-column: 1/12;
  }
  .column--3.column--push-11 {
    grid-column: 1/12;
  }
  .column--4.column--push-1 {
    grid-column: 1/12;
  }
  .column--4.column--push-2 {
    grid-column: 1/12;
  }
  .column--4.column--push-3 {
    grid-column: 1/12;
  }
  .column--4.column--push-4 {
    grid-column: 1/12;
  }
  .column--4.column--push-5 {
    grid-column: 1/12;
  }
  .column--4.column--push-6 {
    grid-column: 1/12;
  }
  .column--4.column--push-7 {
    grid-column: 1/12;
  }
  .column--4.column--push-8 {
    grid-column: 1/12;
  }
  .column--4.column--push-9 {
    grid-column: 1/12;
  }
  .column--4.column--push-10 {
    grid-column: 1/12;
  }
  .column--4.column--push-11 {
    grid-column: 1/12;
  }
  .column--5.column--push-1 {
    grid-column: 1/12;
  }
  .column--5.column--push-2 {
    grid-column: 1/12;
  }
  .column--5.column--push-3 {
    grid-column: 1/12;
  }
  .column--5.column--push-4 {
    grid-column: 1/12;
  }
  .column--5.column--push-5 {
    grid-column: 1/12;
  }
  .column--5.column--push-6 {
    grid-column: 1/12;
  }
  .column--5.column--push-7 {
    grid-column: 1/12;
  }
  .column--5.column--push-8 {
    grid-column: 1/12;
  }
  .column--5.column--push-9 {
    grid-column: 1/12;
  }
  .column--5.column--push-10 {
    grid-column: 1/12;
  }
  .column--5.column--push-11 {
    grid-column: 1/12;
  }
  .column--6.column--push-1 {
    grid-column: 1/12;
  }
  .column--6.column--push-2 {
    grid-column: 1/12;
  }
  .column--6.column--push-3 {
    grid-column: 1/12;
  }
  .column--6.column--push-4 {
    grid-column: 1/12;
  }
  .column--6.column--push-5 {
    grid-column: 1/12;
  }
  .column--6.column--push-6 {
    grid-column: 1/12;
  }
  .column--6.column--push-7 {
    grid-column: 1/12;
  }
  .column--6.column--push-8 {
    grid-column: 1/12;
  }
  .column--6.column--push-9 {
    grid-column: 1/12;
  }
  .column--6.column--push-10 {
    grid-column: 1/12;
  }
  .column--6.column--push-11 {
    grid-column: 1/12;
  }
  .column--7.column--push-1 {
    grid-column: 1/12;
  }
  .column--7.column--push-2 {
    grid-column: 1/12;
  }
  .column--7.column--push-3 {
    grid-column: 1/12;
  }
  .column--7.column--push-4 {
    grid-column: 1/12;
  }
  .column--7.column--push-5 {
    grid-column: 1/12;
  }
  .column--7.column--push-6 {
    grid-column: 1/12;
  }
  .column--7.column--push-7 {
    grid-column: 1/12;
  }
  .column--7.column--push-8 {
    grid-column: 1/12;
  }
  .column--7.column--push-9 {
    grid-column: 1/12;
  }
  .column--7.column--push-10 {
    grid-column: 1/12;
  }
  .column--7.column--push-11 {
    grid-column: 1/12;
  }
  .column--8.column--push-1 {
    grid-column: 1/12;
  }
  .column--8.column--push-2 {
    grid-column: 1/12;
  }
  .column--8.column--push-3 {
    grid-column: 1/12;
  }
  .column--8.column--push-4 {
    grid-column: 1/12;
  }
  .column--8.column--push-5 {
    grid-column: 1/12;
  }
  .column--8.column--push-6 {
    grid-column: 1/12;
  }
  .column--8.column--push-7 {
    grid-column: 1/12;
  }
  .column--8.column--push-8 {
    grid-column: 1/12;
  }
  .column--8.column--push-9 {
    grid-column: 1/12;
  }
  .column--8.column--push-10 {
    grid-column: 1/12;
  }
  .column--8.column--push-11 {
    grid-column: 1/12;
  }
  .column--9.column--push-1 {
    grid-column: 1/12;
  }
  .column--9.column--push-2 {
    grid-column: 1/12;
  }
  .column--9.column--push-3 {
    grid-column: 1/12;
  }
  .column--9.column--push-4 {
    grid-column: 1/12;
  }
  .column--9.column--push-5 {
    grid-column: 1/12;
  }
  .column--9.column--push-6 {
    grid-column: 1/12;
  }
  .column--9.column--push-7 {
    grid-column: 1/12;
  }
  .column--9.column--push-8 {
    grid-column: 1/12;
  }
  .column--9.column--push-9 {
    grid-column: 1/12;
  }
  .column--9.column--push-10 {
    grid-column: 1/12;
  }
  .column--9.column--push-11 {
    grid-column: 1/12;
  }
  .column--10.column--push-1 {
    grid-column: 1/12;
  }
  .column--10.column--push-2 {
    grid-column: 1/12;
  }
  .column--10.column--push-3 {
    grid-column: 1/12;
  }
  .column--10.column--push-4 {
    grid-column: 1/12;
  }
  .column--10.column--push-5 {
    grid-column: 1/12;
  }
  .column--10.column--push-6 {
    grid-column: 1/12;
  }
  .column--10.column--push-7 {
    grid-column: 1/12;
  }
  .column--10.column--push-8 {
    grid-column: 1/12;
  }
  .column--10.column--push-9 {
    grid-column: 1/12;
  }
  .column--10.column--push-10 {
    grid-column: 1/12;
  }
  .column--10.column--push-11 {
    grid-column: 1/12;
  }
  .column--11.column--push-1 {
    grid-column: 1/12;
  }
  .column--11.column--push-2 {
    grid-column: 1/12;
  }
  .column--11.column--push-3 {
    grid-column: 1/12;
  }
  .column--11.column--push-4 {
    grid-column: 1/12;
  }
  .column--11.column--push-5 {
    grid-column: 1/12;
  }
  .column--11.column--push-6 {
    grid-column: 1/12;
  }
  .column--11.column--push-7 {
    grid-column: 1/12;
  }
  .column--11.column--push-8 {
    grid-column: 1/12;
  }
  .column--11.column--push-9 {
    grid-column: 1/12;
  }
  .column--11.column--push-10 {
    grid-column: 1/12;
  }
  .column--11.column--push-11 {
    grid-column: 1/12;
  }
  .column--12.column--push-1 {
    grid-column: 1/12;
  }
  .column--12.column--push-2 {
    grid-column: 1/12;
  }
  .column--12.column--push-3 {
    grid-column: 1/12;
  }
  .column--12.column--push-4 {
    grid-column: 1/12;
  }
  .column--12.column--push-5 {
    grid-column: 1/12;
  }
  .column--12.column--push-6 {
    grid-column: 1/12;
  }
  .column--12.column--push-7 {
    grid-column: 1/12;
  }
  .column--12.column--push-8 {
    grid-column: 1/12;
  }
  .column--12.column--push-9 {
    grid-column: 1/12;
  }
  .column--12.column--push-10 {
    grid-column: 1/12;
  }
  .column--12.column--push-11 {
    grid-column: 1/12;
  }
}
body {
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}

.mono {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
}

h1 {
  font-size: 2.75rem;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 176px;
  grid-column: 2/span 10;
}
@media only screen and (max-width : 694px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  h1 {
    font-size: 4.75rem;
  }
}
@media only screen and (min-width : 1340px) {
  h1 {
    font-size: 4.75rem;
  }
}
@media only screen and (max-width : 694px) {
  h1 {
    font-size: 2.25rem;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width : 694px) and (max-width : 694px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 694px) and (max-width : 1340px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 1340px) {
  h1 {
    font-size: 2.75rem;
  }
}

h2 {
  font-size: 3.5rem;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width : 694px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width : 1340px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width : 694px) {
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width : 694px) and (max-width : 694px) {
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 694px) and (max-width : 1340px) {
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 1340px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.75rem;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 900;
  line-height: 1.125;
  margin-bottom: 16px;
}
@media only screen and (max-width : 694px) {
  h3 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  h3 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width : 1340px) {
  h3 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width : 694px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width : 694px) and (max-width : 694px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 694px) and (max-width : 1340px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 1340px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 2rem;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 900;
  line-height: 1.125;
  margin-bottom: 16px;
}
@media only screen and (max-width : 694px) {
  h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 1340px) {
  h4 {
    font-size: 2rem;
  }
}

p {
  font-size: 1.4375rem;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media only screen and (max-width : 694px) {
  p {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  p {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width : 1340px) {
  p {
    font-size: 1.4375rem;
  }
}
p a {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000000;
  transition: all 0.2s ease;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media only screen and (max-width : 694px) {
  p a {
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  p a .url,
  p a [href*=http],
  p a [href*=www],
  p a .text-block__content a,
  p a .text-block__content .link {
    word-break: break-all;
    overflow-wrap: anywhere;
    -webkit-hyphens: none;
            hyphens: none;
  }
}
@media only screen and (max-width : 694px) and (max-width : 694px) {
  p a .url,
  p a [href*=http],
  p a [href*=www],
  p a .text-block__content a,
  p a .text-block__content .link {
    font-size: 0.9em;
    line-height: 1.4;
  }
}
p a:hover {
  color: #fe8100;
  box-shadow: none;
}

p strong,
strong {
  font-weight: 900;
}

.small,
p.small {
  font-size: 1rem;
}
@media only screen and (max-width : 694px) {
  .small,
  p.small {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .small,
  p.small {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1340px) {
  .small,
  p.small {
    font-size: 1rem;
  }
}

.block-type-markdown h2,
.block-type-markdown h3,
.block-type-markdown h4,
.block-type-markdown h5,
.block-type-markdown h6 {
  text-align: left;
  margin-bottom: 0.5em;
}

ul,
ol {
  font-size: 1.4375rem;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media only screen and (max-width : 694px) {
  ul,
  ol {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  ul,
  ol {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width : 1340px) {
  ul,
  ol {
    font-size: 1.4375rem;
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  list-style-position: inside;
  margin-bottom: 0.5em;
}

.k-writer img,
.ProseMirror img,
.k-text img,
.inline-image {
  display: inline;
  vertical-align: middle;
  max-height: 1em;
  margin: 0 0.2em;
  border-radius: 2px;
}

.k-writer a img,
.ProseMirror a img,
.k-text a img {
  display: inline;
  vertical-align: middle;
  max-height: 1em;
  margin: 0 0.2em;
  border-radius: 2px;
  text-decoration: none;
  pointer-events: none;
}

.k-writer a:has(img),
.ProseMirror a:has(img),
.k-text a:has(img) {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}

header.container {
  padding: 40px 0 144px 0;
}
@media only screen and (max-width : 694px) {
  header.container {
    padding: 40px 0 96px 0;
  }
}

.logo a {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 350px;
}
@media only screen and (max-width : 694px) {
  .logo {
    text-align: center;
    margin: 0;
  }
  .logo a {
    width: 100%;
    text-align: center;
  }
  .logo a svg {
    max-width: 200px;
  }
}

.main-nav {
  background: rgba(254, 129, 0, 0.5);
  border-radius: 80px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* shrink-wrap to content width */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  justify-self: end; /* align the nav to the right within the grid column */
}

#mobile--nav--toggle {
  display: none;
}

ul.navigation {
  display: flex;
  align-items: center;
  gap: 26px; /* keep exact design; not a 4px multiple */
  padding: 6px 16px; /* keep exact design; top/bottom not 4px multiple */
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 0;
}
ul.navigation li {
  margin-bottom: 0;
}

.navigation__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  /* 20px 24px -> 4px scale */
  padding: 20px 24px 20px 24px;
  border-radius: 80px;
  box-sizing: border-box;
  border: 2px solid transparent;
  /* prevent layout shift on hover */
  color: #7c070c;
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  /* match figma weight */
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease, transform 80ms ease;
}
@media only screen and (max-width : 694px) {
  .navigation__link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .navigation__link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width : 1340px) {
  .navigation__link {
    font-size: 1.125rem;
  }
}

.navigation__link:hover,
.navigation__link:focus-visible {
  border-color: #7c070c;
  /* hover: 2px border */
}

.navigation__link:active {
  background: #7c070c;
  /* pressed: filled */
  color: #ffffff;
}

.navigation__item:last-child .navigation__link {
  background: #7c070c;
  color: #ffffff;
  padding: 10px 16px;
  /* keep exact design; top/bottom not 4px multiple */
}

.navigation__item:last-child .navigation__link:hover,
.navigation__item:last-child .navigation__link:focus-visible {
  border-color: #7c070c;
  /* 20px 16px -> 4px scale */
  padding: 20px 16px 20px 16px;
  background: none;
  color: #7c070c;
}

.navigation__item:last-child .navigation__link:active {
  background: #7c070c;
  color: #ffffff;
}

@media only screen and (max-width : 694px) {
  .navigation[id=mobile--nav] {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
    align-content: end;
    height: 100%;
    text-align: center;
    border-radius: 0;
    z-index: -10;
    padding-bottom: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: all 0.5s ease;
  }
  .navigation[id=mobile--nav].show {
    display: block;
    opacity: 1;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.8);
  }
  .navigation[id=mobile--nav] .navigation__link {
    margin-top: 12px;
    padding: 16px 24px 16px 24px;
    background: rgba(254, 129, 0, 0.5);
    border-radius: 80px;
    color: #000050;
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media only screen and (max-width : 694px) and (max-width : 694px) {
  .navigation[id=mobile--nav] .navigation__link {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 694px) and (max-width : 1340px) {
  .navigation[id=mobile--nav] .navigation__link {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 1340px) {
  .navigation[id=mobile--nav] .navigation__link {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width : 694px) {
  .navigation__link {
    padding: 12px 16px 12px 16px;
    font-size: 16px;
  }
  #mobile--nav--toggle {
    display: block;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background-color: rgba(254, 129, 0, 0.7);
    border-radius: 80px;
    z-index: 9999;
    width: 66px;
    height: 66px;
    font-size: 2rem;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width : 694px) and (max-width : 694px) {
  #mobile--nav--toggle {
    font-size: 2rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 694px) and (max-width : 1340px) {
  #mobile--nav--toggle {
    font-size: 4rem;
  }
}
@media only screen and (max-width : 694px) and (min-width : 1340px) {
  #mobile--nav--toggle {
    font-size: 4rem;
  }
}
@media only screen and (max-width : 694px) {
  #mobile--nav--toggle.active {
    background: rgba(254, 129, 0, 0.9);
    color: white;
  }
}
.layout-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 144px;
}
@media only screen and (max-width : 694px) {
  .layout-row {
    margin-bottom: 80px;
  }
}

.layout-row .card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0 10%;
}
.layout-row .card--clickable {
  display: block;
  text-decoration: none;
  color: inherit;
}
.layout-row .card--clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.layout-row .card--clickable:visited {
  color: inherit;
}
.layout-row .card .text-block__button {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #000050;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 28px 16px 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width : 694px) {
  .layout-row .card .text-block__button {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .layout-row .card .text-block__button {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 1340px) {
  .layout-row .card .text-block__button {
    font-size: 0.875rem;
  }
}
.layout-row .image-block {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.layout-row .image-block img {
  transition: opacity 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  font-size: initial;
}
.layout-row .image-block img.photo-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.layout-row .image-block figcaption {
  font-size: initial;
  line-height: initial;
}
.layout-row .image-block:hover img:not(.photo-hover) {
  opacity: 0;
}
.layout-row .image-block:hover img.photo-hover {
  opacity: 1;
}
.layout-row .image-block.no-hover:hover img {
  opacity: 1 !important;
}
.layout-row.promo_cards .card {
  background: rgba(217, 217, 217, 0.3);
  background-image: url("/assets/images/card_pattern_stripes_600.svg");
  background-size: 150px 150px;
  background-repeat: repeat;
  min-height: calc(var(--column-span) * var(--container-max-width) / 12 * 0.9);
  padding: 100px;
  border-radius: 24px;
}
@media only screen and (max-width : 694px) {
  .layout-row.promo_cards .card {
    padding: 40px;
    margin-bottom: 0;
  }
}
.layout-row.promo_cards .card:has(.block-type-image), .layout-row.promo_cards .card:has(.product-logo) {
  background-color: rgba(217, 217, 217, 0.3);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-row.promo_cards .card:has(.block-type-image) figure, .layout-row.promo_cards .card:has(.product-logo) figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
}
.layout-row.promo_cards .card:has(.block-type-image) figure img, .layout-row.promo_cards .card:has(.product-logo) figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout-row.promo_cards .card:has(.video-embed,
.hero-video iframe) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media only screen and (max-width : 694px) {
  .layout-row.promo_cards .card:has(.video-embed,
  .hero-video iframe) {
    padding: 16px;
  }
}
.layout-row.promo_cards .card:has(.video-embed,
.hero-video iframe) .hero-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.3);
  font-size: 0;
}
.layout-row.promo_cards .card:has(.block-type-textblock) {
  border-radius: 1.5rem;
  background-color: rgba(254, 129, 0, 0.2);
  background-image: url("/assets/images/card_pattern_stripes_600.svg");
  background-size: 150px 150px;
  background-repeat: repeat;
}
.layout-row.promo_cards .card .text-block {
  width: 100%;
}
.layout-row.promo_cards .card .text-block__content {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media only screen and (max-width : 694px) {
  .layout-row.promo_cards .card .text-block__content {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .layout-row.promo_cards .card .text-block__content {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1340px) {
  .layout-row.promo_cards .card .text-block__content {
    font-size: 1rem;
  }
}
.layout-row.promo_cards .card .text-block__content:last-child {
  margin-bottom: 0;
}
.layout-row.promo_cards .card .text-block__button {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: #000050;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 28px 16px 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width : 694px) {
  .layout-row.promo_cards .card .text-block__button {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .layout-row.promo_cards .card .text-block__button {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width : 1340px) {
  .layout-row.promo_cards .card .text-block__button {
    font-size: 1.0625rem;
  }
}
.layout-row.team_cards {
  gap: 20px;
  margin-bottom: 20px;
}
.layout-row.team_cards .card {
  background: #D9D9D9;
  background-image: url("/assets/images/card_pattern_stripes_600.svg");
  background-size: 150px 150px;
  background-repeat: repeat;
  padding: 40px;
  border-radius: 1.5rem;
  background-color: rgba(0, 0, 80, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}
.layout-row.team_cards .card .block-type-teamblock {
  width: 100%;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.3);
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.3s ease-in-out;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__photo img:first-child {
  opacity: 1;
  z-index: 1;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__photo img.teamblock__photo-hover {
  opacity: 0;
  z-index: 2;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__photo:hover img:first-child {
  opacity: 0;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__photo:hover img.teamblock__photo-hover {
  opacity: 1;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__name {
  margin-bottom: 32px;
}
.layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__bio {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width : 694px) {
  .layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__bio {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__bio {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1340px) {
  .layout-row.team_cards .card:has(.block-type-teamblock) .teamblock__bio {
    font-size: 1rem;
  }
}
.layout-row.team_cards .card.column--12 .teamblock__photo {
  width: 50%;
  margin-bottom: 0;
}
@media only screen and (max-width : 694px) {
  .layout-row.team_cards .card.column--12 .teamblock__photo {
    width: 100%;
  }
}
.layout-row.team_cards .card.column--4 .teamblock__photo {
  width: 100%;
}
@media only screen and (max-width : 694px) {
  .layout-row.snake_cards .card:has(.block-type-image) {
    order: -1;
  }
}
.layout-row.snake_cards .card {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-row.snake_cards .card .block-type-image {
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
}
.layout-row.snake_cards .card figure {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.layout-row.snake_cards .card figure img {
  width: 100%;
  height: auto;
  display: block;
}
.layout-row.features {
  row-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 694px) {
  .layout-row.features {
    row-gap: 8px;
    margin-bottom: 0;
  }
}
.layout-row.features .card {
  padding: 40px;
}
.layout-row.features .card.heading {
  margin-bottom: 80px;
}
.layout-row.features .card.feature {
  background: #D9D9D9;
  border-radius: 1.5rem;
  background-color: rgba(217, 217, 217, 0.3);
}
.layout-row.direct-email-section .card {
  background: #D9D9D9;
  padding: 40px;
  border-radius: 1.5rem;
  background-color: rgba(217, 217, 217, 0.3);
  background-image: url("/assets/images/card_pattern_stripes_600.svg");
  background-size: 150px 150px;
  background-repeat: repeat;
}

@media only screen and (max-width : 694px) {
  .card {
    margin-bottom: 16px;
    min-height: calc(var(--column-span) * var(--container-max-width) / 12 * 0.9 * 1.2);
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .card {
    min-height: calc(var(--column-span) * var(--container-max-width) / 12 * 0.9 * 1.1);
  }
}
@media only screen and (max-width : 694px) {
  .btn {
    padding: 24px 48px;
    font-size: 0.9375rem;
  }
  .btn__text {
    font-size: 1rem;
  }
  .btn__arrow {
    font-size: 1.25rem;
  }
}
footer {
  background: #000050;
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  grid-column: span 12;
}
footer .slogan {
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.125;
  padding-right: 40px;
}
@media only screen and (max-width : 694px) {
  footer .slogan {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  footer .slogan {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 1340px) {
  footer .slogan {
    font-size: 2rem;
  }
}
footer nav {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  font-size: 0.875rem;
}
footer nav .label {
  display: inline-block;
  color: #fe8100;
  margin-bottom: 0.5em;
}
footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer nav ul li {
  line-height: 1em;
  margin-bottom: 0;
}
footer nav ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 0.5em;
}
footer nav ul li a:hover, footer nav ul li a:focus {
  color: #fe8100;
}
footer .social-media {
  list-style: none;
  padding: 0;
  margin: 100px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
footer .social-media li {
  line-height: 0;
}
footer .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .social-media svg {
  width: 24px;
  height: auto;
  display: block;
  fill: #ffffff;
  color: #ffffff;
}
footer .social-media .icon,
footer .social-media img.icon,
footer .social-media svg.icon {
  width: 24px;
  height: auto;
  display: block;
  fill: #ffffff;
  color: #ffffff;
}

.testimonials-slogan {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin: 144px 0 80px;
}

.slider-container {
  margin-bottom: 144px;
}
@media only screen and (max-width : 694px) {
  .slider-container {
    margin-bottom: 0;
  }
}

.slider {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  width: 100%;
  height: auto;
  perspective: 100vw;
}
.slider__item {
  background-size: 150px 150px;
  background-repeat: repeat;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  padding: 40px;
  display: none;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  position: relative;
}
.slider__item::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 15px;
  background: linear-gradient(45deg, #fe8100, #fe8100, #000050, #fe8100, #00C9A3, #fe8100, #ffffff, #fe8100);
  background-size: 400% 400%;
  background-position: var(--scroll-progress, 0%) 100%;
  z-index: -2;
}
.slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: url("/assets/images/card_pattern_stripes.svg");
  background-size: 150px 150px;
  background-repeat: repeat;
  background-position: center;
  background-blend-mode: multiply;
  background-color: white;
  background: url("/assets/images/card_pattern_stripes.svg");
  background-size: 150px 150px;
  background-repeat: repeat;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.slider__item.active {
  display: block;
  animation: card-flip-in 0.25s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.slider__item.flip-out {
  animation: card-flip-out 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19) both;
}
.slider__item-index {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width : 694px) {
  .slider__item-index {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .slider__item-index {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 1340px) {
  .slider__item-index {
    font-size: 0.875rem;
  }
}
.slider__item-index.active {
  background-color: #fe8100;
  color: #ffffff;
  transform: scale(1.05);
}
.slider__item-index:hover {
  background-color: #000050;
  color: #ffffff;
  transform: scale(1.02);
}
.slider .testimonial {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width : 694px) {
  .slider .testimonial {
    gap: 20px;
  }
}
.slider .testimonial__avatar {
  height: auto;
  display: flex;
  justify-content: center;
  align-self: center;
  place-self: start;
  border-radius: 12px;
}
.slider .testimonial__avatar .block-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}
.slider .testimonial__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider .testimonial__name {
  margin-bottom: 0.375em;
  color: #fe8100;
}
.slider .testimonial blockquote p {
  font-size: 1.25rem;
  line-height: 1.375;
  margin-bottom: 40px;
}
@media only screen and (max-width : 694px) {
  .slider .testimonial blockquote p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .slider .testimonial blockquote p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 1340px) {
  .slider .testimonial blockquote p {
    font-size: 1.25rem;
  }
}
.slider .testimonial__title {
  font-size: 1rem;
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width : 694px) {
  .slider .testimonial__title {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .slider .testimonial__title {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1340px) {
  .slider .testimonial__title {
    font-size: 1rem;
  }
}

.slider__controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 16px 0;
}
.slider__controls p {
  background-color: rgba(217, 217, 217, 0.5);
  color: #ffffff;
  padding: 8px;
  border-radius: 100px;
}
@media only screen and (max-width : 694px) {
  .slider__controls {
    text-align: center;
  }
  .slider__controls p {
    border-radius: 12px;
  }
  .slider__controls p span {
    margin: 8px 0;
  }
}
.slider__controls p span {
  display: inline-block;
}
.slider__controls .button {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  line-height: 1;
  background-color: #000050;
  color: #ffffff;
  border-radius: 2rem;
}
.slider__controls .button__secondary {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000050;
  padding: 12px 28px 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width : 694px) {
  .slider__controls .button__secondary {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .slider__controls .button__secondary {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1340px) {
  .slider__controls .button__secondary {
    font-size: 1rem;
  }
}
.slider__controls .button__secondary:hover {
  background-color: rgba(0, 0, 80, 0.1);
}
.slider__controls .button__secondary.active {
  background-color: #000050;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* ----------------------------------------------
 * Card Flip Animations
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation card-flip-in
 * ----------------------------------------
 */
@keyframes card-flip-in {
  0% {
    transform: rotateY(-90deg) scale(0.85) translateZ(-20px);
    opacity: 0;
    filter: blur(2px);
  }
  30% {
    transform: rotateY(-60deg) scale(0.9) translateZ(-10px);
    opacity: 0.3;
    filter: blur(1px);
  }
  70% {
    transform: rotateY(-20deg) scale(0.95) translateZ(0px);
    opacity: 0.8;
    filter: blur(0px);
  }
  100% {
    transform: rotateY(0deg) scale(1) translateZ(0px);
    opacity: 1;
    filter: blur(0px);
  }
}
/**
 * ----------------------------------------
 * animation card-flip-out
 * ----------------------------------------
 */
@keyframes card-flip-out {
  0% {
    transform: rotateY(0deg) scale(1) translateZ(0px);
    opacity: 1;
    filter: blur(0px);
  }
  30% {
    transform: rotateY(30deg) scale(0.95) translateZ(10px);
    opacity: 0.8;
    filter: blur(0px);
  }
  100% {
    transform: rotateY(90deg) scale(0.85) translateZ(20px);
    opacity: 0;
    filter: blur(2px);
  }
}
*,
*::before,
*::after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  background-color: rgba(250, 251, 246, 0.8);
  background-image: url("/assets/images/meta_balls.webp");
  background-size: 200px 200px;
  background-repeat: repeat;
  background-blend-mode: lighten;
}

body {
  font-size: 1em;
  background-image: url("/assets/images/PE_background_pattern_crossline.svg");
  background-size: auto;
  background-repeat: repeat;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
figure img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.swiper {
  width: 100%;
}

.button--primary {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: #000050;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 28px 16px 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 40px;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media only screen and (max-width : 694px) {
  .button--primary {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .button--primary {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width : 1340px) {
  .button--primary {
    font-size: 1.0625rem;
  }
}
.button--primary:hover {
  background-color: rgba(0, 0, 80, 0.1);
  box-shadow: 0 0 0 1px #000050;
  color: #000050;
}

.button--secondary {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #000050;
  color: #ffffff;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: baseline;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 28px 16px 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width : 694px) {
  .button--secondary {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .button--secondary {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 1340px) {
  .button--secondary {
    font-size: 0.875rem;
  }
}
.button--secondary:hover {
  background-color: rgba(0, 0, 80, 0.1);
  box-shadow: 0 0 0 1px #000050 inset;
  color: #000050;
}

.button--tertiary {
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: rgba(254, 129, 0, 0.3);
  color: #000000;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: baseline;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 28px 16px 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width : 694px) {
  .button--tertiary {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  .button--tertiary {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width : 1340px) {
  .button--tertiary {
    font-size: 0.875rem;
  }
}
.button--tertiary:hover {
  background-color: rgba(254, 129, 0, 0.1);
  box-shadow: 0 0 0 1px #fe8100;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form label {
  display: inline-block;
  width: 100%;
  font-family: "Saans Mono", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (max-width : 694px) {
  form label {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  form label {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1340px) {
  form label {
    font-size: 1rem;
  }
}
form input {
  font-family: "Saans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #000000;
  border-radius: 120px;
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
  width: 100%;
  transition: all 0.3s ease;
}
@media only screen and (max-width : 694px) {
  form input {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 694px) and (max-width : 1340px) {
  form input {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 1340px) {
  form input {
    font-size: 1.25rem;
  }
}
form input:focus {
  outline: none;
  border: 1px solid #000050;
}
form .button--secondary {
  margin-top: 20px;
}

iframe[src*="youtube.com"],
iframe[src*="youtu.be"],
iframe[src*="vimeo.com"],
.video-embed,
.hero-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 12px;
}
