@import url("https://use.typekit.net/fxj5hhr.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Emoji&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-decoration: none;
}

input {
  outline: 0;
}

svg * {
  vector-effect: non-scaling-stroke;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  font-variant: common-ligatures;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgb(255, 255, 255);
  color: black;
  overscroll-behavior-y: none;
}
body.scroll-locked {
  height: 100vh;
  overflow: hidden;
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  height: 1px;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
}
.screen-reader-only.skip-link {
  display: block;
  top: 12px;
  width: fit-content;
  height: 4.2em !important;
  padding: 1.35em;
  margin: auto;
  line-height: 1.5em;
  background-color: rgb(255, 255, 255);
  color: black;
  border: none;
  border-radius: 999px;
  z-index: 9999;
}
.screen-reader-only.skip-link:focus {
  left: 12px;
}

p {
  margin-bottom: 1em;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

h1, .page-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  h1, .page-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  h1, .page-title {
    font-size: calc(45px + (100vw - 360px) / 840 * 9);
  }
}
@media screen and (max-width: 360px) {
  h1, .page-title {
    font-size: 45px;
  }
}

h2, .heading {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  h2, .heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  h2, .heading {
    font-size: calc(36px + (100vw - 360px) / 840 * 7.2);
  }
}
@media screen and (max-width: 360px) {
  h2, .heading {
    font-size: 36px;
  }
}

h3, .subheading, .big-link__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  h3, .subheading, .big-link__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  h3, .subheading, .big-link__title {
    font-size: calc(27px + (100vw - 360px) / 840 * 5.4);
  }
}
@media screen and (max-width: 360px) {
  h3, .subheading, .big-link__title {
    font-size: 27px;
  }
}

.lead {
  font-family: urw-form, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  font-size: 21.6px;
}
@media screen and (min-width: 1704px) {
  .lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 19.2px;
  }
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.text-body {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16.2px;
}
@media screen and (min-width: 1704px) {
  .text-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .text-body {
    font-size: 14.4px;
  }
}

.text-page-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  .text-page-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .text-page-title {
    font-size: calc(45px + (100vw - 360px) / 840 * 9);
  }
}
@media screen and (max-width: 360px) {
  .text-page-title {
    font-size: 45px;
  }
}

.text-section-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  .text-section-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .text-section-title {
    font-size: calc(36px + (100vw - 360px) / 840 * 7.2);
  }
}
@media screen and (max-width: 360px) {
  .text-section-title {
    font-size: 36px;
  }
}

.text-subtitle {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  .text-subtitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .text-subtitle {
    font-size: calc(27px + (100vw - 360px) / 840 * 5.4);
  }
}
@media screen and (max-width: 360px) {
  .text-subtitle {
    font-size: 27px;
  }
}

.text-header {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .text-header {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .text-header {
    font-size: 11.2px;
  }
}

.text-lead {
  font-family: urw-form, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  font-size: 21.6px;
}
@media screen and (min-width: 1704px) {
  .text-lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .text-lead {
    font-size: 19.2px;
  }
}

.text-highlight-big {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .text-highlight-big {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .text-highlight-big {
    font-size: 28.8px;
  }
}

.text-highlight {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  font-size: 16.2px;
}
@media screen and (min-width: 1704px) {
  .text-highlight {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .text-highlight {
    font-size: 14.4px;
  }
}

.text-caption {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .text-caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .text-caption {
    font-size: 11.2px;
  }
}

.text-microcopy {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .text-microcopy {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .text-microcopy {
    font-size: 11.2px;
  }
}

.text-link {
  font-family: urw-form, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  font-size: 16.2px;
}
@media screen and (min-width: 1704px) {
  .text-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .text-link {
    font-size: 14.4px;
  }
}

.text-big-link-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  .text-big-link-title {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 1199px) {
  .text-big-link-title {
    font-size: calc(27px + (100vw - 360px) / 840 * 9);
  }
}
@media screen and (max-width: 360px) {
  .text-big-link-title {
    font-size: 27px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1090px) {
  .text-big-link-title {
    font-size: 23.4px;
  }
}

.text-card-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  font-size: 21.6px;
}
@media screen and (min-width: 1704px) {
  .text-card-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-title {
    font-size: 19.2px;
  }
}

.text-card-body {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-size: 14.4px;
}
@media screen and (min-width: 1704px) {
  .text-card-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-body {
    font-size: 12.8px;
  }
}

.text-box-body {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .text-box-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-body {
    font-size: 11.2px;
  }
}

.text-box-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .text-box-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-title {
    font-size: 28.8px;
  }
}

.text-menu {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 18.9px;
}
@media screen and (min-width: 1704px) {
  .text-menu {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .text-menu {
    font-size: 16.8px;
  }
}

.text-submenu {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16.2px;
}
@media screen and (min-width: 1704px) {
  .text-submenu {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .text-submenu {
    font-size: 14.4px;
  }
}

.text-hero-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  .text-hero-title {
    font-size: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .text-hero-title {
    font-size: calc(72px + (100vw - 360px) / 840 * 14.4);
  }
}
@media screen and (max-width: 360px) {
  .text-hero-title {
    font-size: 72px;
  }
}

.text-emoji {
  font-family: "Noto Emoji", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 43.2px;
}
@media screen and (min-width: 1704px) {
  .text-emoji {
    font-size: 48px;
  }
}
@media screen and (max-width: 900px) {
  .text-emoji {
    font-size: 38.4px;
  }
}

.block-big-links {
  margin: 0 48px;
  max-width: 1608px;
  display: flex;
  gap: 48px;
  row-gap: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block-big-links {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-big-links {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-big-links .big-link {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 480px;
  background-size: cover;
}
.block-big-links .big-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-big-links .big-link:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .block-big-links .big-link:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-big-links .big-link:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .block-big-links .big-link:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.block-big-links .big-link__inner {
  position: relative;
  background-color: black;
  width: 320px;
  max-width: 100%;
  min-height: 360px;
  margin-left: auto;
  color: rgb(255, 255, 255);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__inner {
    min-height: auto;
  }
}
.block-big-links .big-link__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 1704px) {
  .block-big-links .big-link__title {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 1199px) {
  .block-big-links .big-link__title {
    font-size: calc(27px + (100vw - 360px) / 840 * 9);
  }
}
@media screen and (max-width: 360px) {
  .block-big-links .big-link__title {
    font-size: 27px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1090px) {
  .block-big-links .big-link__title {
    font-size: 23.4px;
  }
}
.block-big-links .big-link__text {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  font-size: 16.2px;
  margin-bottom: auto;
}
@media screen and (min-width: 1704px) {
  .block-big-links .big-link__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__text {
    font-size: 14.4px;
  }
}
.block-big-links .big-link__button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  margin-top: auto;
}
@media screen and (min-width: 1704px) {
  .block-big-links .big-link__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__button {
    font-size: 11.2px;
  }
}
.block-big-links a.big-link .big-link__button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .block-big-links a.big-link .big-link__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links a.big-link .big-link__button {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-big-links a.big-link .big-link__button:focus {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .block-big-links a.big-link .big-link__button:hover {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-big-links a.big-link:focus .big-link__button {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .block-big-links a.big-link:hover .big-link__button {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.block-big-links.col-3 .big-link {
  min-width: calc(33.3333333333% - 32px);
}
.block-big-links.col-2 .big-link {
  min-width: calc(50% - 24px);
}
@media screen and (max-width: 900px) {
  .block-big-links {
    flex-direction: column;
    gap: 24px;
    row-gap: 24px;
  }
  .block-big-links .big-link {
    min-height: auto;
    padding-top: 48px;
  }
  .block-big-links .big-link__inner {
    width: 240px;
  }
}

.block-cards {
  margin: 0 48px;
  max-width: 1608px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block-cards {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-cards {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards {
    gap: 24px;
  }
}
.block-cards .card {
  position: relative;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  background-size: cover;
  min-width: calc(33.333% - 32px);
}
.block-cards .card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cards .card:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .block-cards .card:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cards .card:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .block-cards .card:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card {
    min-width: 100%;
  }
}
.block-cards .card::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.block-cards .card__image {
  width: 100%;
  height: 100%;
}
.block-cards .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-cards .card__title {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  font-size: 21.6px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1704px) {
  .block-cards .card__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__title {
    font-size: 19.2px;
  }
}
.block-cards .card__tags {
  position: absolute;
  max-width: calc(100% - 48px);
  top: 24px;
  right: 24px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.block-cards .card__tags__tag {
  height: 40px;
  border-radius: 20px;
  padding: 8px;
  background: white;
}
.block-cards .card__tags__tag svg {
  height: 24px;
  width: auto;
}
.block-cards .card__tags__tag span {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
  display: block;
  font-size: 14px !important;
  line-height: 24px;
}
@media screen and (min-width: 1704px) {
  .block-cards .card__tags__tag span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__tags__tag span {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cards a.card:focus::before {
    background-image: linear-gradient(180deg, rgba(121, 12, 245, 0) 0%, rgba(121, 12, 245, 0.75) 100%);
  }
  .block-cards a.card:hover::before {
    background-image: linear-gradient(180deg, rgba(121, 12, 245, 0) 0%, rgba(121, 12, 245, 0.75) 100%);
  }
}

.block-cta {
  margin: 0 48px;
  max-width: 1608px;
  padding: 12px 0 24px 0;
  border-bottom: 5px solid black;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .block-cta {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-cta {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-cta__text {
  flex-grow: 1;
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  font-size: 16.2px;
  max-width: 38em;
  margin-right: auto;
}
@media screen and (min-width: 1704px) {
  .block-cta__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__text {
    font-size: 14.4px;
  }
}
.block-cta__button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .block-cta__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__button {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cta__button:focus {
    background-color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .block-cta__button:hover {
    background-color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.block-cta__button--transcription {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: black;
  border-color: black;
  background-color: transparent;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 1704px) {
  .block-cta__button--transcription {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__button--transcription {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cta__button--transcription:focus {
    color: #790CF5;
    border-color: #790CF5;
    background-color: transparent;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .block-cta__button--transcription:hover {
    color: #790CF5;
    border-color: #790CF5;
    background-color: transparent;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}

.block-highlight {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
}
@media screen and (max-width: 900px) {
  .block-highlight {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-highlight {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-highlight__text {
  grid-column: 5/span 8;
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .block-highlight__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__text {
    font-size: 28.8px;
  }
}
.block-highlight__text p {
  max-width: 38em;
}
@media screen and (max-width: 900px) {
  .block-highlight__text {
    grid-column: 1/span 4;
  }
}
.block-highlight__footer {
  text-align: right;
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  max-width: 60em;
  margin-top: 24px;
  margin-left: auto;
}
@media screen and (min-width: 1704px) {
  .block-highlight__footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__footer {
    font-size: 11.2px;
  }
}

.block-lead {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
}
@media screen and (max-width: 900px) {
  .block-lead {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-lead {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-lead__lead {
  grid-column: span 8;
  font-family: urw-form, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  font-size: 21.6px;
}
@media screen and (min-width: 1704px) {
  .block-lead__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead__lead {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead__lead {
    grid-column: span 4;
  }
}
.block-lead .lead {
  max-width: 38em;
}

.block-object {
  padding-top: 24px;
}
@media screen and (max-width: 900px) {
  .block-object {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.block-object .block-object__inner + .block-cta {
  margin: 0 48px;
  max-width: 1608px;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .block-object .block-object__inner + .block-cta {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-object .block-object__inner + .block-cta {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-object-- .block-object__inner, .block-object--picture .block-object__inner, .block-object--pdf .block-object__inner, .block-object--image-portrait .block-object__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
}
@media screen and (max-width: 900px) {
  .block-object-- .block-object__inner, .block-object--picture .block-object__inner, .block-object--pdf .block-object__inner, .block-object--image-portrait .block-object__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-object-- .block-object__inner, .block-object--picture .block-object__inner, .block-object--pdf .block-object__inner, .block-object--image-portrait .block-object__inner {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-object-- .block-object__inner, .block-object--picture .block-object__inner, .block-object--pdf .block-object__inner, .block-object--image-portrait .block-object__inner {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-object-- .block-object__inner .block-object__texts, .block-object--picture .block-object__inner .block-object__texts, .block-object--pdf .block-object__inner .block-object__texts, .block-object--image-portrait .block-object__inner .block-object__texts {
  grid-column: 1/span 8;
}
.block-object-- .block-object__inner .block-object__texts__inner, .block-object--picture .block-object__inner .block-object__texts__inner, .block-object--pdf .block-object__inner .block-object__texts__inner, .block-object--image-portrait .block-object__inner .block-object__texts__inner {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 48px;
  row-gap: 12px;
}
.block-object-- .block-object__inner .block-object__texts__inner > *, .block-object--picture .block-object__inner .block-object__texts__inner > *, .block-object--pdf .block-object__inner .block-object__texts__inner > *, .block-object--image-portrait .block-object__inner .block-object__texts__inner > * {
  grid-column: 1/span 7;
}
@media screen and (max-width: 900px) {
  .block-object-- .block-object__inner .block-object__texts__inner, .block-object--picture .block-object__inner .block-object__texts__inner, .block-object--pdf .block-object__inner .block-object__texts__inner, .block-object--image-portrait .block-object__inner .block-object__texts__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 12px;
  }
  .block-object-- .block-object__inner .block-object__texts__inner > *, .block-object--picture .block-object__inner .block-object__texts__inner > *, .block-object--pdf .block-object__inner .block-object__texts__inner > *, .block-object--image-portrait .block-object__inner .block-object__texts__inner > * {
    grid-column: 1/span 4;
  }
}
.block-object-- .block-object__inner .block-object__viewer, .block-object--picture .block-object__inner .block-object__viewer, .block-object--pdf .block-object__inner .block-object__viewer, .block-object--image-portrait .block-object__inner .block-object__viewer {
  grid-column: span 4;
}
@media screen and (max-width: 900px) {
  .block-object-- .block-object__inner, .block-object--picture .block-object__inner, .block-object--pdf .block-object__inner, .block-object--image-portrait .block-object__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin: 0 24px;
  }
  .block-object-- .block-object__inner .block-object__texts, .block-object-- .block-object__inner .block-object__viewer, .block-object--picture .block-object__inner .block-object__texts, .block-object--picture .block-object__inner .block-object__viewer, .block-object--pdf .block-object__inner .block-object__texts, .block-object--pdf .block-object__inner .block-object__viewer, .block-object--image-portrait .block-object__inner .block-object__texts, .block-object--image-portrait .block-object__inner .block-object__viewer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.block-object--image-portrait .block-object__inner .block-object__texts {
  grid-column: 1/span 7;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 48px;
}
@media screen and (max-width: 900px) {
  .block-object--image-portrait .block-object__inner .block-object__texts {
    display: block;
  }
}
.block-object--image-portrait .block-object__inner .block-object__texts__inner {
  grid-column: 1/span 6;
  display: flex;
}
.block-object--image-portrait .block-object__inner .block-object__texts .block-cta {
  grid-column: 1/span 7;
}
.block-object--image-portrait .block-object__inner .block-object__viewer {
  grid-column: 8/span 5;
  grid-row: 1;
}
.block-object--image-landscape .block-object__inner, .block-object--sketchfab .block-object__inner {
  display: flex;
  flex-direction: row-reverse;
}
.block-object--image-landscape .block-object__inner .block-object__texts, .block-object--sketchfab .block-object__inner .block-object__texts {
  width: calc(50% + 24px);
  padding-left: 48px;
  margin-right: 48px;
}
@media screen and (min-width: 1704px) {
  .block-object--image-landscape .block-object__inner .block-object__texts, .block-object--sketchfab .block-object__inner .block-object__texts {
    max-width: 828px;
    margin-right: auto;
  }
}
.block-object--image-landscape .block-object__inner .block-object__viewer, .block-object--sketchfab .block-object__inner .block-object__viewer {
  width: calc(50% - 24px);
}
.block-object--image-landscape .block-object__inner .block-object__viewer iframe, .block-object--sketchfab .block-object__inner .block-object__viewer iframe {
  width: 100%;
  height: 100%;
  min-height: 28vw;
}
@media screen and (max-width: 900px) {
  .block-object--image-landscape .block-object__inner, .block-object--sketchfab .block-object__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin: 0 24px;
  }
  .block-object--image-landscape .block-object__inner .block-object__texts, .block-object--image-landscape .block-object__inner .block-object__viewer, .block-object--sketchfab .block-object__inner .block-object__texts, .block-object--sketchfab .block-object__inner .block-object__viewer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.block-object--youtube .block-object__inner {
  display: flex;
}
.block-object--youtube .block-object__inner .block-object__texts {
  width: calc(50% + 24px);
  padding-right: 48px;
  margin-left: 48px;
}
@media screen and (min-width: 1704px) {
  .block-object--youtube .block-object__inner .block-object__texts {
    max-width: 828px;
    margin-left: auto;
  }
}
.block-object--youtube .block-object__inner .block-object__viewer {
  position: relative;
  width: calc(50% - 24px);
  height: 0;
  padding-top: calc(0.5625 * (50% - 24px));
}
.block-object--youtube .block-object__inner .block-object__viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .block-object--youtube .block-object__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin: 0 24px;
  }
  .block-object--youtube .block-object__inner .block-object__texts {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .block-object--youtube .block-object__inner .block-object__viewer {
    width: 100%;
    padding-top: 56.52%;
  }
}
.block-object--soundcloud .block-object__inner {
  display: flex;
  flex-direction: row-reverse;
}
.block-object--soundcloud .block-object__inner .block-object__texts {
  width: calc(50% + 24px);
  padding-left: 48px;
  margin-right: 48px;
}
@media screen and (min-width: 1704px) {
  .block-object--soundcloud .block-object__inner .block-object__texts {
    max-width: 828px;
    margin-right: auto;
  }
}
.block-object--soundcloud .block-object__inner .block-object__viewer {
  width: calc(50% - 24px);
  max-width: 780px;
  margin-left: auto;
}
.block-object--soundcloud .block-object__inner .block-object__viewer iframe {
  height: 100%;
  min-height: 28vw;
}
@media screen and (max-width: 900px) {
  .block-object--soundcloud .block-object__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin: 0 24px;
  }
  .block-object--soundcloud .block-object__inner .block-object__texts, .block-object--soundcloud .block-object__inner .block-object__viewer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.block-object__texts, .block-object__texts__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block-object__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  font-size: 21.6px;
  max-width: 38em;
}
@media screen and (min-width: 1704px) {
  .block-object__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-object__title {
    font-size: 19.2px;
  }
}
.block-object__author {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  max-width: 60em;
}
@media screen and (min-width: 1704px) {
  .block-object__author {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-object__author {
    font-size: 11.2px;
  }
}
.block-object__highlight {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
  max-width: 38em;
}
@media screen and (min-width: 1704px) {
  .block-object__highlight {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .block-object__highlight {
    font-size: 28.8px;
  }
}
.block-object__text {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16.2px;
  max-width: 38em;
}
@media screen and (min-width: 1704px) {
  .block-object__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-object__text {
    font-size: 14.4px;
  }
}
.block-object__credits {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
  max-width: 38em;
}
@media screen and (min-width: 1704px) {
  .block-object__credits {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-object__credits {
    font-size: 11.2px;
  }
}
.block-object__viewer img {
  width: 100%;
}
.block-object .block-cta {
  margin: auto 0 0 0;
}
@media screen and (min-width: 1704px) {
  .block-object .block-cta {
    width: auto;
  }
}

.block-quick-links {
  margin: 0 48px;
  max-width: 1608px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 900px) {
  .block-quick-links {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-quick-links {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links {
    gap: 24px;
  }
}
.block-quick-links .quick-link {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  min-width: calc(25% - 36px);
  padding: 12px 0;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link {
    min-width: calc(50% - 12px);
    max-width: 100%;
  }
}
.block-quick-links .quick-link__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  flex-grow: 1;
}
.block-quick-links .quick-link__image {
  margin-top: auto;
}
.block-quick-links .quick-link__image img {
  display: block;
  max-width: 170px;
  max-height: 170px;
  width: auto;
  height: auto;
}
.block-quick-links .quick-link__text {
  max-width: 50em;
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .block-quick-links .quick-link__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text {
    font-size: 11.2px;
  }
}
.block-quick-links .quick-link__button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  padding-top: 0.1765em;
  background-color: transparent;
  transition-property: color;
  transition-duration: 0.4s;
  border: none;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1704px) {
  .block-quick-links .quick-link__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__button {
    font-size: 11.2px;
  }
}
.block-quick-links .quick-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links a.quick-link:focus .quick-link__button {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .block-quick-links a.quick-link:hover .quick-link__button {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}

.block-subheading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  padding-top: 48px;
}
@media screen and (max-width: 900px) {
  .block-subheading {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-subheading {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-subheading {
    margin: 0 auto;
    width: 1608px;
  }
}
.block-subheading h3 {
  grid-column: span 8;
  max-width: 38em;
}
@media screen and (max-width: 900px) {
  .block-subheading h3 {
    grid-column: span 4;
  }
}

.block-text {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16.2px;
  max-width: 1608px;
  /* WCAG AAA */
  /* lists */
  /* WP Editor inline images */
}
@media screen and (max-width: 900px) {
  .block-text {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .block-text {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (min-width: 1704px) {
  .block-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    font-size: 14.4px;
  }
}
.block-text__inner {
  grid-column: 1/span 8;
}
@media screen and (max-width: 900px) {
  .block-text__inner {
    grid-column: 1/span 4;
  }
}
.block-text h2 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .block-text h2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.block-text h3 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .block-text h3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.block-text p {
  max-width: 50em;
  margin-bottom: 1em;
}
.block-text .lead {
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .block-text .lead {
    margin-bottom: 24px;
  }
}
.block-text p, .block-text .lead, .block-text ul, .block-text ol, .block-text h2, .block-text h3, .block-text h4, .block-text h5, .block-text h6 {
  max-width: 38em;
}
.block-text *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.block-text a {
  font-family: inherit;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.4s;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  transition: color 0.4s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-text a:focus {
    color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .block-text a:hover {
    color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-navy .block-text a:focus, html.tab-navigating .bg-blue .block-text a:focus, html.tab-navigating .bg-dark-grey .block-text a:focus {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .bg-navy .block-text a:hover, .bg-blue .block-text a:hover, .bg-dark-grey .block-text a:hover {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-transparent .block-text a:focus, html.tab-navigating .bg-yellow .block-text a:focus, html.tab-navigating .bg-grey .block-text a:focus, html.tab-navigating .bg-white .block-text a:focus {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .bg-transparent .block-text a:hover, .bg-yellow .block-text a:hover, .bg-grey .block-text a:hover, .bg-white .block-text a:hover {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
.block-text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 0.5em;
}
.block-text ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.block-text ul ul,
.block-text ol ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25em;
  margin-left: 0;
}
.block-text ol ol,
.block-text ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}
.block-text ol {
  list-style: none;
  counter-reset: li;
}
.block-text ol > li::before {
  content: counter(li) ". ";
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.2em;
}
.block-text ol li {
  counter-increment: li;
}
.block-text ol ol {
  list-style: none;
  counter-reset: li;
  padding-left: 1.25em;
}
.block-text ol ol ol li {
  margin-left: 1em;
}
.block-text ol ol li:before {
  content: counters(li, ".") ". ";
}
.block-text li > ul,
.block-text li > ol {
  margin-top: 0;
  margin-bottom: 0;
}
.block-text img,
.block-text img[class*=align],
.block-text img[class*=wp-image-],
.block-text img.size-full {
  display: block;
  width: 100%;
  height: auto;
}
.block-text figure,
.block-text .wp-caption {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.block-text .wp-caption-text {
  margin-top: 0.75em;
}
.block-text iframe {
  width: 100%;
  height: 56.25%;
}
.block-text .iframe-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.block-text .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.data-consent-box {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 617px;
  width: 100%;
  background-color: black;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  .data-consent-box {
    max-width: unset;
  }
}
.data-consent-box__heading {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  font-size: 21.6px;
}
@media screen and (min-width: 1704px) {
  .data-consent-box__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__heading {
    font-size: 19.2px;
  }
}
.data-consent-box__content {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .data-consent-box__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__content {
    font-size: 11.2px;
  }
}
.data-consent-box__content p {
  margin-bottom: 12px;
}
.data-consent-box .privacy-policy-link {
  font-family: urw-form, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  font-size: 16.2px;
  transition: color 0.4s;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .data-consent-box .privacy-policy-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .privacy-policy-link {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .privacy-policy-link:focus {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .data-consent-box .privacy-policy-link:hover {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.data-consent-box__form {
  display: none;
}
.data-consent-box .data-consent-box__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.data-consent-box .data-consent-box__buttons__button.reject-button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .data-consent-box .data-consent-box__buttons__button.reject-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons__button.reject-button {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.reject-button:focus {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .data-consent-box .data-consent-box__buttons__button.reject-button:hover {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.data-consent-box .data-consent-box__buttons__button.accept-button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  color: black;
  background-color: rgb(255, 255, 255);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 1704px) {
  .data-consent-box .data-consent-box__buttons__button.accept-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons__button.accept-button {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.accept-button:focus {
    background-color: #E6AF0C;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .data-consent-box .data-consent-box__buttons__button.accept-button:hover {
    background-color: #E6AF0C;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.site-footer__top {
  background: #EFEFF2;
}
.site-footer__top__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  padding: 24px 0;
}
@media screen and (max-width: 900px) {
  .site-footer__top__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__top__inner {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .site-footer__top__inner {
    margin: 0 auto;
    width: 1608px;
  }
}
.site-footer__logo {
  grid-column: 1/span 3;
  padding-bottom: 48px;
}
.site-footer__logo .svg-icon--use {
  transition: color 0.4s;
}
.site-footer__logo a {
  width: 106px;
  height: 60px;
}
.site-footer__logo a:focus .svg-icon--use {
  color: #790CF5;
}
@media screen and (max-width: 900px) {
  .site-footer__logo {
    grid-column: span 4;
    padding-bottom: 24px;
  }
}
.site-footer__menu {
  grid-column: 4/span 9;
  columns: 3;
  column-gap: 48px;
}
@media screen and (max-width: 900px) {
  .site-footer__menu {
    columns: 1;
    grid-column: 1/span 4;
    padding-bottom: 12px;
  }
}
.site-footer__menu .menu-item {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  padding-top: 0.1765em;
  background-color: transparent;
  transition-property: color;
  transition-duration: 0.4s;
  border: none;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  cursor: pointer;
  padding: 0;
  width: 100%;
  padding-bottom: 12px;
}
@media screen and (min-width: 1704px) {
  .site-footer__menu .menu-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__menu .menu-item {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__menu .menu-item:focus {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .site-footer__menu .menu-item:hover {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
.site-footer__social {
  grid-column: span 12;
  height: 24px;
  display: flex;
  column-gap: 18px;
}
@media screen and (max-width: 900px) {
  .site-footer__social {
    grid-column: span 4;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__social__item__link:focus {
    color: #790CF5;
  }
  .site-footer__social__item__link:hover {
    color: #790CF5;
  }
}
.site-footer__social svg {
  height: 24px;
  width: 24px;
}
.site-footer__social svg.icon-facebook {
  width: 12.72px;
}
.site-footer__social svg.icon-youtube {
  width: 30px;
}
.site-footer__social svg.icon-soundcloud {
  width: 30px;
}
.site-footer__bottom {
  background: rgb(255, 255, 255);
}
.site-footer__bottom__inner {
  margin: 0 48px;
  max-width: 1608px;
  padding-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .site-footer__bottom__inner {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .site-footer__bottom__inner {
    margin: 0 auto;
    width: 1608px;
  }
}
.site-footer__gov {
  display: flex;
  column-gap: 11.25vw;
  padding-top: 24px;
  padding-bottom: 36px;
  align-items: center;
}
.site-footer__gov svg {
  flex-shrink: 1;
}
@media screen and (max-width: 900px) {
  .site-footer__gov {
    flex-direction: column;
    gap: 42px;
    align-items: center;
    padding: 42px;
  }
}
.site-footer .developer-info {
  text-align: right;
}
.site-footer .developer-info__link {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  padding-top: 0.1765em;
  background-color: transparent;
  transition-property: color;
  transition-duration: 0.4s;
  border: none;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  cursor: pointer;
}
@media screen and (min-width: 1704px) {
  .site-footer .developer-info__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info__link {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .site-footer .developer-info__link:hover {
    color: #790CF5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}

.game-content__oz-object-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}
body.action-reaction-game .game-content__oz-object-container {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  body.action-reaction-game .game-content__oz-object-container {
    min-height: calc(100vh - 201px);
  }
}
.game-content__oz-object-container .object-media-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game-content__oz-object-container .object-media-box--image {
  position: relative;
  height: 100%;
  max-height: calc(100vh - 100px);
}
@media screen and (max-width: 900px) {
  .game-content__oz-object-container .object-media-box--image {
    min-height: calc(100vh - 201px);
  }
}
.game-content__oz-object-container .object-media-box--image img {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
  max-width: 100%;
  max-height: 100%;
}
.game-content__oz-object-container .object-media-box--image img.loaded {
  opacity: 1;
}
.game-content__oz-object-container .object-media-box--youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.game-content__oz-object-container .object-media-box--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.game-content__oz-object-container .object-media-box--sketchfab, .game-content__oz-object-container .object-media-box--soundcloud, .game-content__oz-object-container .object-media-box--pdf {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 100px);
}
@media screen and (max-width: 900px) {
  .game-content__oz-object-container .object-media-box--sketchfab, .game-content__oz-object-container .object-media-box--soundcloud, .game-content__oz-object-container .object-media-box--pdf {
    max-height: calc(100vh - 201px);
  }
}
.game-content__oz-object-container .object-media-box--sketchfab iframe, .game-content__oz-object-container .object-media-box--soundcloud iframe, .game-content__oz-object-container .object-media-box--pdf iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.compare-associate-game .game-content__oz-object-container .game-content__oz-object-container {
  max-height: calc(100vh - 100px);
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
  height: 100%;
  max-height: calc(100vh - 100px);
}
@media screen and (max-width: 900px) {
  body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper {
    min-height: calc(100vh - 201px);
  }
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box:nth-child(1) {
  align-self: flex-end;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box:nth-child(1) > * {
  right: 0;
  left: unset;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box:nth-child(2) {
  align-self: flex-end;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box:nth-child(2) > * {
  left: 0;
  right: unset;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box {
  position: relative;
  width: fit-content;
  min-height: calc(50% - 24px);
  width: 100%;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--image {
  max-height: calc((100vh - 273px) / 2);
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--image img {
  position: absolute;
  min-width: unset;
  width: unset;
  height: unset;
  max-height: 100%;
  max-width: 100%;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--sketchfab, body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--soundcloud, body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--pdf {
  position: relative;
  width: 100%;
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--youtube {
  position: relative;
  width: 100%;
  padding-top: 0;
  margin: 0;
  height: calc((100vh - 273px) / 2);
}
body.compare-associate-game .game-content__oz-object-container .media-boxes-wrapper .object-media-box--youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  width: 100%;
  height: 100%;
  border: 0;
}

.game-screen {
  display: block;
  min-height: 100%;
}
body.thank-you-screen-visible .game-screen--main, body.new-game-screen-visible .game-screen--main {
  pointer-events: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.game-screen--thank-you {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
body.thank-you-screen-visible .game-screen--thank-you {
  opacity: 1;
  visibility: visible;
  position: static;
  display: block;
}
.game-screen--new-game {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
body.new-game-screen-visible .game-screen--new-game {
  opacity: 1;
  visibility: visible;
  position: static;
  display: block;
}

.page-section--game {
  min-height: calc(100vh - 100px);
  display: flex;
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
}
.page-section--game.page-section {
  padding-top: 0;
}
.page-section--game, .page-section--game.hero-section {
  height: auto;
}
.page-section--game .hero, .page-section--game.hero-section .hero {
  height: auto;
}
@media screen and (max-width: 900px) {
  .page-section--game {
    min-height: unset;
  }
}
.page-section--game .game-main {
  height: auto;
}
@media screen and (max-width: 900px) {
  .page-section--game {
    min-height: unset;
  }
}

.icon-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.75vw;
  width: 3.75vw;
  max-height: 72px;
  max-width: 72px;
  min-height: 36px;
  min-width: 36px;
}

.game-main .game-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: row;
  gap: 48px;
  height: 100%;
}
.game-main .game-content > * {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
}
@media screen and (max-width: 900px) {
  .game-main .game-content {
    flex-wrap: wrap;
  }
  .game-main .game-content > * {
    flex-basis: 100%;
  }
}
.game-main .game-content--column-1 {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.game-main .game-content--column-2 {
  margin-right: 48px;
  max-width: calc(1608px / 2);
  border-bottom: 5px solid black;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 24px;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .game-main .game-content--column-2 {
    margin-right: 24px;
    margin-left: 24px;
    max-width: unset;
  }
}
@media screen and (min-width: 1704px) {
  .game-main .game-content--column-2 {
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .game-main .game-content--column-2 > * {
    height: auto;
  }
}
.game-main .game-content__toolbar {
  width: 100%;
  margin-top: auto;
}
.game-main .game-content__texts {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  height: 100%;
  width: auto;
  padding-top: 0;
  margin-right: 0;
}
.game-main .game-content .game-form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.game-main .game-content .game-form__question {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .game-main .game-content .game-form__question {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .game-main .game-content .game-form__question {
    font-size: 28.8px;
  }
}
.game-main .game-content .game-form .form-fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.game-main .game-content .game-form__submit {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  align-self: flex-end;
  margin-top: auto;
}
@media screen and (min-width: 1704px) {
  .game-main .game-content .game-form__submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .game-main .game-content .game-form__submit {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-main .game-content .game-form__submit:focus {
    background-color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .game-main .game-content .game-form__submit:hover {
    background-color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.game-main .game-content .game-form__submit[disabled=true] {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: auto;
}

.back-navigation {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  transition: color 0.4s;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  transition: color 0.4s;
}
@media screen and (min-width: 1704px) {
  .back-navigation {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .back-navigation {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .back-navigation:focus {
    color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .back-navigation:hover {
    color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}

@media screen and (max-width: 900px) {
  .page-section-thank-you--hero {
    min-height: unset;
  }
}
.page-section-thank-you__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  border-bottom: 5px solid black;
  grid-template-rows: 1fr 90px;
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .page-section-thank-you__content {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content {
    grid-template-rows: auto;
  }
}
.page-section-thank-you__content > * {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-section-thank-you__content__congratulations {
  grid-column: 1/span 6;
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content__congratulations {
    grid-column: 1/-1;
  }
}
.page-section-thank-you__content__congratulations .comment-text {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .page-section-thank-you__content__congratulations .comment-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content__congratulations .comment-text {
    font-size: 28.8px;
  }
}
.page-section-thank-you__content__game-summary {
  grid-column: 7/span 6;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content__game-summary {
    grid-column: 1/-1;
  }
}
.page-section-thank-you__content__game-summary .question-content {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1704px) {
  .page-section-thank-you__content__game-summary .question-content {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content__game-summary .question-content {
    font-size: 28.8px;
  }
}
.page-section-thank-you__content__game-summary .answers__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-section-thank-you__content__game-summary .answers {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .page-section-thank-you__content__game-summary .answers {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content__game-summary .answers {
    font-size: 28.8px;
  }
}
.page-section-thank-you__content__toolbar {
  grid-column: 1/-1;
  max-height: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-section-thank-you__content .back-navigation__link {
  transition: color 0.4s;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  max-width: 60em;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .page-section-thank-you__content .back-navigation__link:focus {
    color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .page-section-thank-you__content .back-navigation__link:hover {
    color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.page-section-thank-you__content .content-toolbar__buttons {
  margin-left: auto;
  display: flex;
  gap: 12px;
  padding: 12px 0;
  margin-bottom: 15px;
}
.page-section-thank-you__content .content-toolbar__buttons__button--back-to-game {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: black;
  border-color: black;
  background-color: transparent;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 1704px) {
  .page-section-thank-you__content .content-toolbar__buttons__button--back-to-game {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content .content-toolbar__buttons__button--back-to-game {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .page-section-thank-you__content .content-toolbar__buttons__button--back-to-game:focus {
    color: #790CF5;
    border-color: #790CF5;
    background-color: transparent;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .page-section-thank-you__content .content-toolbar__buttons__button--back-to-game:hover {
    color: #790CF5;
    border-color: #790CF5;
    background-color: transparent;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
.page-section-thank-you__content .content-toolbar__buttons__button--new-game {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .page-section-thank-you__content .content-toolbar__buttons__button--new-game {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .page-section-thank-you__content .content-toolbar__buttons__button--new-game {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .page-section-thank-you__content .content-toolbar__buttons__button--new-game:focus {
    background-color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .page-section-thank-you__content .content-toolbar__buttons__button--new-game:hover {
    background-color: #790CF5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}

.game-content__toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  color: rgb(255, 255, 255);
  height: 97px;
  padding-bottom: 15px;
  padding-top: 9px;
}
.game-content__toolbar__content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: inherit;
  padding: 12px 24px 12px 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .game-content__toolbar__content {
    padding: 12px 24px 12px 24px;
  }
}
.game-content__toolbar__content__label {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  font-size: 16.2px;
}
@media screen and (min-width: 1704px) {
  .game-content__toolbar__content__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .game-content__toolbar__content__label {
    font-size: 14.4px;
  }
}
.game-content__toolbar__content__random-btn {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .game-content__toolbar__content__random-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .game-content__toolbar__content__random-btn {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-content__toolbar__content__random-btn:focus {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .game-content__toolbar__content__random-btn:hover {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.game-content__toolbar__content__search-btn {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 1704px) {
  .game-content__toolbar__content__search-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .game-content__toolbar__content__search-btn {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-content__toolbar__content__search-btn:focus {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .game-content__toolbar__content__search-btn:hover {
    color: #E6AF0C;
    border-color: #E6AF0C;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}

.statistics-container .subheading {
  margin-bottom: 24px;
}
.statistics-container .statistics-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 24px;
  max-width: 85%;
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  .statistics-container .statistics-list {
    max-width: 95%;
  }
}
@media screen and (max-width: 900px) {
  .statistics-container .statistics-list {
    max-width: 423px;
  }
}
.statistics-container .statistics-list__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #EFEFF2;
  border-radius: 24px;
  flex-basis: 0;
  font-family: urw-form, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  font-size: 21.6px;
  padding: 0 12px 0 0;
}
@media screen and (min-width: 1704px) {
  .statistics-container .statistics-list__box {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .statistics-container .statistics-list__box {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 901) and (max-width: 1280px) {
  .statistics-container .statistics-list__box {
    max-width: calc(100% / 3 - 12px );
  }
}
@media screen and (max-width: 900px) {
  .statistics-container .statistics-list__box {
    max-width: 50%;
  }
}

.game-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: auto;
}
.game-popup.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.game-popup__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .game-popup__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .game-popup__inner {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .game-popup__inner {
    margin: 0 auto;
    width: 1608px;
  }
}
.game-popup__content {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.5s;
}
.game-popup__content__item {
  width: calc(25% - 48px);
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
}
.game-popup__content__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-popup__content__item:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .game-popup__content__item:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-popup__content__item:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .game-popup__content__item:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 900px) {
  .game-popup__content__item {
    width: calc(50% - 24px );
  }
}
.game-popup__content__item .media-box {
  height: 0;
  padding-bottom: 75.43%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 100%;
}
.game-popup__content.loaded {
  opacity: 1;
}
.game-popup__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 28px;
  height: 25px;
  align-self: center;
  z-index: 110;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: black;
  transition: color 0.4s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-popup__close:focus {
    color: #790CF5;
  }
  .game-popup__close:hover {
    color: #790CF5;
  }
}
.game-popup__close__line {
  color: currentColor;
  width: 28px;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  transition: transform 0.4s;
  opacity: 1;
  pointer-events: none;
}
.game-popup__close__line:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
  transform-origin: 1px 6px;
}
.game-popup__close__line:nth-child(2) {
  top: calc(100% / 2 - 1.5px);
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transform: scale(1);
  transform-origin: center center;
}
.game-popup__close__line:nth-child(3) {
  top: calc(100% - 3px);
  transform: rotate(-45deg);
  transform-origin: 0px -4px;
}

.game-form__answers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.game-form_label {
  height: auto;
  display: inline-block;
}
.game-form__checkbox-wrapper {
  position: relative;
  cursor: pointer;
  transition: background-color 0.4s;
  border-radius: 50%;
  margin: 0;
}
.game-form__checkbox-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-form__checkbox-wrapper:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .game-form__checkbox-wrapper:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-form__checkbox-wrapper:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .game-form__checkbox-wrapper:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.game-form__checkbox-wrapper.checked {
  background-color: #21C070;
}
.game-form__checkbox-wrapper.focused::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
}
.game-form__checkbox-wrapper:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-form__checkbox-wrapper:hover:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .game-form__checkbox-wrapper:hover:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .game-form__checkbox-wrapper:hover:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .game-form__checkbox-wrapper:hover:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.game-form__checkbox {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.game-form__checkbox:checked {
  background-color: #21C070;
}

.game-form__text-field {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16.2px;
  box-sizing: border-box;
  width: 100%;
  background-color: #EFEFF2;
  resize: none;
  border: none;
  color: black;
  box-shadow: 0px 0px 0px 12px #EFEFF2;
  margin-bottom: 12px;
}
@media screen and (min-width: 1704px) {
  .game-form__text-field {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .game-form__text-field {
    font-size: 14.4px;
  }
}
.game-form__text-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
.game-form__text-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}
.game-form__text-field::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
  z-index: 100;
}
.site-header__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  position: relative;
  background-color: black;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .site-header__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__inner {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .site-header__inner {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__inner {
    margin: 0 12px;
    height: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1704px) {
  .site-header__inner {
    margin: 0 auto;
  }
}
.site-header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -48px;
  width: 48px;
  right: auto;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  .site-header__inner::before {
    left: -24px;
    width: 24px;
  }
}
@media screen and (min-width: 1704px) {
  .site-header__inner::before {
    left: calc((100vw - 1608px) / -2);
    width: calc((100vw - 1608px) / 2);
  }
}
.site-header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -48px;
  width: 48px;
  left: auto;
  background-color: black;
}
@media screen and (max-width: 900px) {
  .site-header__inner::after {
    right: -24px;
    width: 24px;
  }
}
@media screen and (min-width: 1704px) {
  .site-header__inner::after {
    right: calc((100vw - 1608px) / -2);
    width: calc((100vw - 1608px) / 2);
  }
}
.site-header .site_header__logo-wrapper {
  grid-column: 1/span 2;
  background-color: rgb(255, 255, 255);
  align-self: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .site-header .site_header__logo-wrapper {
    grid-column: 1/span 1;
  }
  body.menu-opened .site-header .site_header__logo-wrapper {
    display: none;
  }
}
.site-header .site_header__logo-wrapper .zacheta-logo-link {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-header .site_header__logo-wrapper .zacheta-logo-link .svg-icon {
  display: inline-block;
  max-width: 178px;
  height: 100%;
  width: 90%;
}
.site-header .site_header__logo-wrapper .zacheta-logo-link .svg-icon .svg-icon--use {
  transition: color 0.4s;
  color: black;
}
@media screen and (max-width: 900px) {
  .site-header .site_header__logo-wrapper .zacheta-logo-link .svg-icon {
    height: 77px;
    height: 100%;
    width: 100;
  }
}
.site-header .site_header__logo-wrapper .zacheta-logo-link:focus .svg-icon--use {
  color: #790CF5;
}
.site-header__links {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  grid-column: 3/span 10;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: fit-content;
  align-self: center;
  background-color: black;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1704px) {
  .site-header__links {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__links {
    font-size: 11.2px;
  }
}
.site-header__links a {
  transition: color 0.4s;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__links a:focus {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .site-header__links a:hover {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
@media screen and (min-width: 901px) {
  .site-header__links a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__links {
    grid-column: 2/-1;
  }
  body.menu-opened .site-header__links {
    grid-column: 1/-1;
    padding-left: 0;
  }
}
.site-header__links .separator {
  display: inline-block;
  width: 3px;
  height: inherit;
  background-color: currentColor;
  height: 32px;
  margin-top: 6px;
}
.site-header__links .separator:nth-of-type(1) {
  display: block;
}
.site-header__links .separator:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .site-header__links .separator:nth-of-type(1) {
    display: none;
  }
  body.menu-opened .site-header__links .separator:nth-of-type(2) {
    display: block;
    z-index: 110;
  }
}
.site-header__links .menu-toggle_button {
  display: none;
}
@media screen and (max-width: 900px) {
  .site-header__links .menu-toggle_button {
    display: block;
  }
}
.site-header .home-link-wrapper {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  padding-top: 0.1765em;
  background-color: transparent;
  transition-property: color;
  transition-duration: 0.4s;
  border: none;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1704px) {
  .site-header .home-link-wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .site-header .home-link-wrapper {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header .home-link-wrapper:focus {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
  .site-header .home-link-wrapper:hover {
    color: #E6AF0C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
  }
}
.site-header .home-link-wrapper .home-link {
  text-align: left;
}
@media screen and (max-width: 900px) {
  body.menu-opened .site-header .home-link-wrapper {
    z-index: 110;
    grid-column: 1/span 1;
    margin-left: 24px;
  }
}
.site-header__navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
}
.site-header__navigation > * {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header .logo-ue {
  width: 28px;
  height: 100%;
  opacity: 1;
  visibility: visible;
  align-items: center;
}
.site-header .logo-ue .svg-icon {
  display: inline-block;
  max-width: 178px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .site-header .logo-ue {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.menu-opened .site-header .logo-ue {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 110;
  }
}
.site-header .site-menu {
  background-color: black;
}
@media screen and (max-width: 900px) {
  .site-header .site-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.menu-opened .site-header .site-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 100;
    align-items: flex-start;
  }
  body.menu-opened .site-header .site-menu__inner {
    width: 100%;
    padding-top: 152px;
  }
}

@keyframes hero-image-animation {
  0% {
    width: 100%;
  }
  100% {
    width: calc(50% - 24px);
  }
}
@keyframes hero-texts-animation {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
.hero-section .hero {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-section .hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-section .hero__image img {
  width: calc(50% - 24px);
  height: 100%;
  transition-property: transform;
  object-fit: cover;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier();
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media screen and (max-width: 900px) {
  .hero-section .hero__image img {
    width: 100%;
    animation-name: none;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero__image {
    position: relative;
    height: 50vh;
  }
}
.hero-section .hero__inner {
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .hero-section .hero__inner {
    min-height: auto;
  }
}
.hero-section .hero__inner__texts {
  height: 100%;
  position: relative;
  padding-top: 96px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier();
  animation-delay: 2.5s;
  animation-fill-mode: both;
}
.hero-section .hero__inner__texts__wrapper {
  height: 100%;
  position: relative;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  .hero-section .hero__inner__texts {
    animation-name: none;
    padding-top: 24px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero__inner {
    height: auto;
    position: relative;
  }
}
.hero-section .hero-topic .hero__inner, .hero-section .hero--picture .hero__inner {
  min-height: calc(100vh - 100px);
}
.hero-section .hero-topic .hero__inner__texts, .hero-section .hero--picture .hero__inner__texts {
  margin-right: 48px;
}
@media screen and (min-width: 1704px) {
  .hero-section .hero-topic .hero__inner__texts, .hero-section .hero--picture .hero__inner__texts {
    margin-right: auto;
    width: 828px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero-topic .hero__inner__texts, .hero-section .hero--picture .hero__inner__texts {
    margin: 0;
  }
}
.hero-section .hero-topic .hero__inner__texts__wrapper, .hero-section .hero--picture .hero__inner__texts__wrapper {
  margin-left: calc(50% - 24px);
  padding-left: 48px;
}
@media screen and (max-width: 900px) {
  .hero-section .hero-topic .hero__inner__texts__wrapper, .hero-section .hero--picture .hero__inner__texts__wrapper {
    margin: 0;
    padding: 0 24px;
  }
}
.hero-section .hero--no-picture .hero__inner__texts {
  padding-bottom: 48px;
  grid-column: 1/span 8;
}
@media screen and (max-width: 900px) {
  .hero-section .hero--no-picture .hero__inner__texts {
    grid-column: 1/span 4;
    padding-bottom: 24px;
  }
}
.hero-section .hero--no-picture .hero__inner__texts__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
}
@media screen and (max-width: 900px) {
  .hero-section .hero--no-picture .hero__inner__texts__wrapper {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero--no-picture .hero__inner__texts__wrapper {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .hero-section .hero--no-picture .hero__inner__texts__wrapper {
    margin: 0 auto;
    width: 1608px;
  }
}
.hero-section .hero__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (min-width: 1704px) {
  .hero-section .hero__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-section .hero__title {
    font-size: calc(45px + (100vw - 360px) / 840 * 9);
  }
}
@media screen and (max-width: 360px) {
  .hero-section .hero__title {
    font-size: 45px;
  }
}
.home .hero-section .hero__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 1.2;
  font-size: calc(54px + (100vw - 360px) / 1344 * 42);
}
@media screen and (min-width: 1704px) {
  .home .hero-section .hero__title {
    font-size: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .home .hero-section .hero__title {
    font-size: calc(72px + (100vw - 360px) / 840 * 14.4);
  }
}
@media screen and (max-width: 360px) {
  .home .hero-section .hero__title {
    font-size: 72px;
  }
}
@media screen and (min-width: 1704px) {
  .home .hero-section .hero__title {
    font-size: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .home .hero-section .hero__title {
    font-size: calc(54px + (100vw - 360px) / 1344 * 42);
  }
}
@media screen and (max-width: 360px) {
  .home .hero-section .hero__title {
    font-size: 54px;
  }
}
.hero-section .hero__lead {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  font-size: 32.4px;
}
@media screen and (min-width: 1704px) {
  .hero-section .hero__lead {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero__lead {
    font-size: 28.8px;
  }
}

.hero-topic .block-quick-links {
  margin: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 1704px) {
  .hero-topic .block-quick-links {
    margin: 0;
    width: auto;
  }
}
.hero-topic .hero__caption {
  position: absolute;
  left: calc(50% - 24px);
  padding-left: 48px;
  bottom: 24px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__caption {
    position: relative;
    left: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__caption {
    padding-top: 24px;
    bottom: auto;
  }
}
.hero-topic .hero__caption__inner {
  margin-right: 48px;
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
}
@media screen and (min-width: 1704px) {
  .hero-topic .hero__caption__inner {
    margin-right: auto;
    width: 828px;
  }
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__caption__inner {
    margin: 0;
  }
}
@media screen and (min-width: 1704px) {
  .hero-topic .hero__caption__inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__caption__inner {
    font-size: 11.2px;
  }
}
.hero-topic .hero__tags {
  margin-right: calc(50% - 24px);
  padding-right: 48px;
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__tags {
    margin: 0;
    padding: 0 24px;
  }
}
.hero-topic .hero__tags__wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.hero-topic .hero__tags__inner {
  margin-left: 48px;
  margin-top: 48px;
  padding: 0 24px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 1704px) {
  .hero-topic .hero__tags__inner {
    margin-left: auto;
    width: 828px;
  }
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__tags__inner {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__tags__inner {
    margin-top: 48px;
    padding: 0 48px;
  }
}
.hero-topic .hero__tags__tag {
  height: 40px;
  border-radius: 20px;
  padding: 8px;
  background: white;
}
.hero-topic .hero__tags__tag svg {
  height: 24px;
  width: auto;
}
.hero-topic .hero__tags__tag span {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12.6px;
  display: block;
  font-size: 14px !important;
  line-height: 24px;
}
@media screen and (min-width: 1704px) {
  .hero-topic .hero__tags__tag span {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .hero-topic .hero__tags__tag span {
    font-size: 11.2px;
  }
}
.hero-topic .hero__arrow {
  width: 56px;
  height: 56px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 48px;
  padding: 16px;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .hero-topic .hero__arrow:focus {
    background: #C5C5C5;
  }
  .hero-topic .hero__arrow:hover {
    background: #C5C5C5;
  }
}
.hero-topic .hero__arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-top: 3px solid black;
  border-right: 3px solid black;
}
.hero-topic .hero__arrow--left {
  left: 0;
}
.hero-topic .hero__arrow--left::after {
  transform: rotate(225deg);
}
.hero-topic .hero__arrow--right {
  right: 0;
}
.hero-topic .hero__arrow--right::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
  .language-switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.menu-opened .language-switcher {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 110;
  }
}
.language-switcher__link {
  position: relative;
}
.language-switcher__link::before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
}

.main-container {
  padding-top: 100px;
  padding-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .main-container {
    padding-top: 80px;
  }
}
body.single-topic--game .main-container {
  padding-bottom: 0;
}

.menu-toggle_button {
  width: 28px;
  height: 25px;
  padding-top: 3px;
  margin-right: 24px;
  align-self: center;
  z-index: 110;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.menu-toggle_button .burger-line {
  color: currentColor;
  width: 28px;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  transition: transform 0.4s;
  opacity: 1;
  pointer-events: none;
}
.menu-toggle_button .burger-line:nth-child(1) {
  top: 0;
  transform-origin: 1px 6px;
}
.menu-toggle_button .burger-line:nth-child(2) {
  top: calc(100% / 2 - 1.5px);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transform: scale(1);
  transform-origin: center center;
}
.menu-toggle_button .burger-line:nth-child(3) {
  top: calc(100% - 3px);
  transform-origin: 0px -4px;
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(1) {
  transform: rotate(45deg);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(2) {
  top: calc(100% / 2 - 1.5px);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(3) {
  top: calc(100% - 3px);
  transform: rotate(-45deg);
}

.main-menu .menu-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 18px;
}
@media screen and (max-width: 900px) {
  body.menu-opened .main-menu .menu-list {
    font-family: urw-form, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18.9px;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    gap: 36px;
  }
}
@media screen and (max-width: 900px) and (min-width: 1704px) {
  body.menu-opened .main-menu .menu-list {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  body.menu-opened .main-menu .menu-list {
    font-size: 16.8px;
  }
}
.main-menu .menu-list .menu-link.current-menu-item {
  border-bottom: 1px solid currentColor;
}
.main-menu .menu-list .menu-link--home {
  display: none;
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list .menu-link--home {
    display: inline-block;
  }
}

.page-section {
  display: grid;
  row-gap: 48px;
  padding: 48px 0;
}
.page-section__header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .page-section__header {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .page-section__header {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .page-section__header {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (min-width: 1704px) {
  .page-section__header {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .page-section__header {
    font-size: calc(36px + (100vw - 360px) / 840 * 7.2);
  }
}
@media screen and (max-width: 360px) {
  .page-section__header {
    font-size: 36px;
  }
}
.page-section__header .section-header__inner {
  grid-column: span 12;
}
@media screen and (max-width: 900px) {
  .page-section__header .section-header__inner {
    grid-column: span 4;
  }
}
@media screen and (max-width: 900px) {
  .page-section {
    row-gap: 24px;
    padding: 24px 0;
  }
}

.skip-link {
  position: absolute;
  height: 1px;
  height: 1px;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  opacity: 0;
  z-index: 500;
  transition: none;
}
@media screen and (min-width: 1704px) {
  .skip-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link {
    font-size: 11.2px;
  }
}
.skip-link:focus {
  top: 120px;
  left: 48px;
  z-index: 1001;
  pointer-events: all;
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

.topic-game-links {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  padding: 48px 0;
}
@media screen and (max-width: 900px) {
  .topic-game-links {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .topic-game-links {
    margin: 0 auto;
    width: 1608px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links {
    gap: 24px;
  }
}
.topic-game-links__heading {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  grid-column: span 12;
  padding-bottom: 48px;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .topic-game-links__heading {
    font-size: calc(36px + (100vw - 360px) / 840 * 7.2);
  }
}
@media screen and (max-width: 360px) {
  .topic-game-links__heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links__heading {
    grid-column: span 4;
    padding-bottom: 0;
  }
}
.topic-game-links__game-link {
  display: flex;
  grid-column: span 4;
  padding: 24px 0 0 24px;
  position: relative;
  min-height: 396px;
  height: 100%;
}
.topic-game-links__game-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .topic-game-links__game-link:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .topic-game-links__game-link:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .topic-game-links__game-link:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .topic-game-links__game-link:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.topic-game-links__game-link::before {
  left: 24px;
  top: 24px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  z-index: 1;
}
.topic-game-links__game-link::after {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.topic-game-links__game-link--action-reaction::after {
  background: #21C070;
}
.topic-game-links__game-link--compare-associate::after {
  background: #790CF5;
}
.topic-game-links__game-link__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #EFEFF2;
  padding: 24px;
  height: 100%;
  width: 100%;
}
.topic-game-links__game-link__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__game-link__title {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 1199px) {
  .topic-game-links__game-link__title {
    font-size: calc(27px + (100vw - 360px) / 840 * 9);
  }
}
@media screen and (max-width: 360px) {
  .topic-game-links__game-link__title {
    font-size: 27px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1090px) {
  .topic-game-links__game-link__title {
    font-size: 23.4px;
  }
}
.topic-game-links__game-link__description {
  font-family: urw-form, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  font-size: 16.2px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__game-link__description {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links__game-link__description {
    font-size: 14.4px;
  }
}
.topic-game-links__game-link__button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: black;
  border-color: black;
  background-color: transparent;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-top: auto;
  z-index: 2;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__game-link__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links__game-link__button {
    font-size: 11.2px;
  }
}
.topic-game-links__game-link:hover .topic-game-links__game-link__button {
  color: #790CF5;
  border-color: #790CF5;
  background-color: transparent;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.topic-game-links__for-teachers {
  display: flex;
  flex-direction: column;
  grid-column: span 4;
}
.topic-game-links__for-teachers__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  font-size: 21.6px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__for-teachers__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links__for-teachers__title {
    font-size: 19.2px;
  }
}
.topic-game-links__for-teachers__description {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-size: 14.4px;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__for-teachers__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links__for-teachers__description {
    font-size: 12.8px;
  }
}
.topic-game-links__for-teachers__button {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.6px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 0.4s;
  border: none;
  outline: none;
  border-width: 3px;
  border-style: solid;
  color: black;
  border-color: black;
  background-color: transparent;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  align-self: flex-end;
  margin: 24px 0;
}
@media screen and (min-width: 1704px) {
  .topic-game-links__for-teachers__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .topic-game-links__for-teachers__button {
    font-size: 11.2px;
  }
}
.topic-game-links__for-teachers:hover .topic-game-links__for-teachers__button {
  color: #790CF5;
  border-color: #790CF5;
  background-color: transparent;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.topic-summary {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  padding: 24px 0;
}
@media screen and (max-width: 900px) {
  .topic-summary {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .topic-summary {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  .topic-summary {
    margin: 0 auto;
    width: 1608px;
  }
}
.topic-summary__line {
  grid-column: span 12;
  height: 5px;
  background: black;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .topic-summary__line {
    grid-column: span 4;
  }
}
.topic-summary__inner {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .topic-summary__inner {
    grid-column: span 4;
  }
}
.topic-summary__text {
  font-family: urw-form, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-size: 16.2px;
  margin: 0;
}
@media screen and (min-width: 1704px) {
  .topic-summary__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .topic-summary__text {
    font-size: 14.4px;
  }
}
.topic-summary .block-quick-links {
  margin: 0;
  grid-column: span 12;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .topic-summary .block-quick-links {
    grid-column: span 4;
  }
}

body.for-teachers .hero-section {
  padding-top: 96px;
  padding-bottom: 48px;
}
body.for-teachers .hero-section__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 48px;
  margin: 0 48px;
  max-width: 1608px;
  gap: 48px;
}
@media screen and (max-width: 900px) {
  body.for-teachers .hero-section__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  body.for-teachers .hero-section__inner {
    margin: 0 24px;
  }
}
@media screen and (min-width: 1704px) {
  body.for-teachers .hero-section__inner {
    margin: 0 auto;
    width: 1608px;
  }
}
body.for-teachers .hero-section__inner > * {
  grid-column: span 8;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
