@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Public+Sans:wght@300;400;600;700&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;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
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;
}

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

ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1em;
}

ul ul,
ol ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 1em;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  padding-left: 1em;
}

ul li,
ol li {
  margin-top: 0.5em;
}

ul li:not(:empty):before {
  content: "–";
  position: absolute;
  display: inline-block;
  height: 1em;
  width: auto;
  transform: translateX(-0.9em);
}

body {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  background-color: #ECEBE8;
}
@media screen and (min-width: 1620px) {
  body {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
  }
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  height: 1px !important;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
}
.screen-reader-only.skip-link {
  display: block;
  top: 10px;
  width: fit-content;
  height: 4.2em !important;
  padding: 1.35em;
  margin: auto;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  background-color: #FF5F42;
  color: black;
  border: none;
  border-radius: 999px;
  z-index: 9999;
}
@media screen and (min-width: 1620px) {
  .screen-reader-only.skip-link {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .screen-reader-only.skip-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .screen-reader-only.skip-link {
    font-size: 14px;
  }
}
.screen-reader-only.skip-link:focus {
  left: 10px;
}

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

.button {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.03em;
  padding: 0.8em 1.25em;
  border-radius: 999px;
  color: black;
  background-color: rgb(255, 255, 255);
  width: fit-content;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media screen and (min-width: 1620px) {
  .button {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button:focus {
    background-color: #FF5F42;
  }
  .button:hover {
    background-color: #FF5F42;
  }
}

.button-container {
  margin-top: auto;
}

.big-link__tagline {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1620px) {
  .big-link__tagline {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__tagline {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__tagline {
    font-size: 16px;
  }
}

.imagebox-link__text,
.cta__text {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.15em;
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}
@media screen and (min-width: 1620px) {
  .imagebox-link__text,
  .cta__text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .imagebox-link__text,
  .cta__text {
    font-size: 14.4px;
  }
}

h1, .page-title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 1.125;
}
@media screen and (min-width: 1620px) {
  h1, .page-title {
    font-size: 88px;
  }
}
@media screen and (max-width: 900px) {
  h1, .page-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 900px) {
  h1, .page-title {
    font-size: 48px;
  }
}

h2, .heading {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
}
@media screen and (min-width: 1620px) {
  h2, .heading {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  h2, .heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  h2, .heading {
    font-size: 20px;
  }
}

h3, .big-link__title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1620px) {
  h3, .big-link__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  h3, .big-link__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  h3, .big-link__title {
    font-size: 20px;
  }
}

.lead {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 1620px) {
  .lead {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 20px;
  }
}

blockquote, .quote {
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 60px;
  line-height: normal;
}
@media screen and (min-width: 1620px) {
  blockquote, .quote {
    font-size: 66px;
  }
}
@media screen and (max-width: 900px) {
  blockquote, .quote {
    font-size: 54px;
  }
}
@media screen and (max-width: 900px) {
  blockquote, .quote {
    font-size: 30px;
  }
}

figcaption, .image-caption {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 1620px) {
  figcaption, .image-caption {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  figcaption, .image-caption {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  figcaption, .image-caption {
    font-size: 14px;
  }
}

.block {
  grid-column: 2/-2;
  display: grid;
  grid-template-columns: repeat(35, 1fr);
}
.block.col-2, .block.col-3 {
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .block.col-2, .block.col-3 {
    row-gap: 20px;
  }
}
.block.col-2 > * {
  grid-column: 1/span 35;
}
@media screen and (min-width: 901px) {
  .block.col-2 > *:nth-child(2n+1) {
    grid-column: 1/span 17;
  }
  .block.col-2 > *:nth-child(2n) {
    grid-column: 19/span 17;
  }
}
.block.col-3 > * {
  grid-column: 1/span 35;
}
@media screen and (min-width: 901px) {
  .block.col-3 > *:nth-child(3n+1) {
    grid-column: 1/span 11;
  }
  .block.col-3 > *:nth-child(3n+2) {
    grid-column: 13/span 11;
  }
  .block.col-3 > *:nth-child(3n) {
    grid-column: 25/span 11;
  }
}
.block.block-text, .block.block-subheading, .block.block-pieces {
  display: block;
}

.page-section:not(.subhero-section) > .block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .page-section:not(.subhero-section) > .block:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-section.subhero-section > .block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .page-section.subhero-section > .block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: [container-start] minmax(20px, calc((100vw - 1440px) / 2)) [content-start] repeat(35, 1fr) [content-end] minmax(20px, calc((100vw - 1440px) / 2)) [container-end];
  grid-auto-flow: row dense;
  grid-auto-flow: row;
  background-color: black;
  padding-top: 40px;
  padding-bottom: 60px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  .footer {
    grid-template-columns: [container-start] 10px [content-start] repeat(34, 1fr) [content-end] 10px [container-end];
  }
}
@media screen and (max-width: 900px) {
  .footer {
    grid-auto-flow: column dense;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 901px) {
  .footer {
    min-height: 190px;
  }
}
.footer__logo {
  grid-column: 2/span 11;
}
@media screen and (max-width: 900px) {
  .footer__logo {
    grid-column: 2/span 16;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .footer__logo > .footer-logo:focus {
    color: #FF5F42;
  }
  .footer__logo > .footer-logo:hover {
    color: #FF5F42;
  }
}
.footer__logo > .footer-logo > svg {
  color: inherit;
}
@media screen and (max-width: 900px) {
  .footer__logo > .footer-logo > svg {
    width: 130px;
    height: auto;
  }
}
@media screen and (min-width: 901px) {
  .footer__menus {
    grid-column: 14/span 23;
    display: grid;
    grid-template-columns: repeat(23, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .footer__menus {
    grid-column: 20/span 16;
  }
}
.footer__menu-left {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  grid-column: none;
}
@media screen and (max-width: 900px) {
  .footer__menu-left {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 901px) {
  .footer__menu-left {
    row-gap: 10px;
    grid-column: 1/span 11;
  }
}
.footer__menu-right {
  display: flex;
  flex-direction: column;
  grid-column: none;
}
@media screen and (max-width: 900px) {
  .footer__menu-right {
    row-gap: 30px;
  }
}
@media screen and (min-width: 901px) {
  .footer__menu-right {
    height: 100%;
    justify-content: space-between;
    grid-column: 13/span 11;
  }
}
.footer__developer {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer .menu-link {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  width: fit-content;
}
@media screen and (min-width: 1620px) {
  .footer .menu-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .footer .menu-link {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .footer .menu-link {
    font-size: 14px;
  }
}
.footer .menu-link.footer__developer {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .footer .menu-link {
    font-size: 11px;
  }
  .footer .menu-link.footer__developer {
    font-size: 10px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .footer .menu-link:focus {
    color: #FF5F42;
  }
  .footer .menu-link:hover {
    color: #FF5F42;
  }
}
@media screen and (min-width: 901px) {
  .footer .footer__menu-left > .menu-link {
    line-height: 1.125;
  }
}

.site-header {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: [container-start] minmax(20px, calc((100vw - 1440px) / 2)) [content-start] repeat(35, 1fr) [content-end] minmax(20px, calc((100vw - 1440px) / 2)) [container-end];
  grid-auto-flow: row dense;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #ECEBE8;
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .site-header {
    grid-template-columns: [container-start] 10px [content-start] repeat(34, 1fr) [content-end] 10px [container-end];
  }
}
@media screen and (max-width: 900px) {
  .site-header {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
}
.site-header__inner {
  grid-column: 2/-2;
  text-align: center;
  height: 71px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .site-header__inner {
    height: 47px;
  }
}
.site-header__logo {
  color: black;
  pointer-events: auto;
  transition-property: color;
  transition-duration: 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__logo:focus {
    color: #FF5F42;
  }
  .site-header__logo:hover {
    color: #FF5F42;
  }
}
@media screen and (max-width: 900px) {
  .site-header__logo > svg {
    width: 81px;
    height: 47px;
  }
}
.site-header__language {
  position: absolute;
  height: 100%;
  left: 4px;
  top: 0;
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  pointer-events: auto;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1620px) {
  .site-header__language {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__language {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__language {
    font-size: 14px;
  }
}
.site-header__language > li {
  padding: 0;
  display: flex;
  align-items: center;
}
.site-header__language > li.wpml-ls-current-language {
  display: none;
}
.site-header__language > li:not(:empty):before {
  content: none;
}
.site-header__language > li > a {
  text-transform: uppercase;
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__language > li > a:focus {
    color: #FF5F42;
  }
  .site-header__language > li > a:hover {
    color: #FF5F42;
  }
}
.site-header .menu-toggle_button {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  height: 70px;
  width: 70px;
  padding: 19px;
  border-radius: 50%;
  background-color: #ECEBE8;
  z-index: 101;
  position: fixed;
  top: 18px;
  right: max(24px, (100% - 1400px) * 0.5);
  pointer-events: auto;
  color: black;
  transition-property: background-color;
  transition-duration: 0.5s;
}
@media screen and (max-width: 900px) {
  .site-header .menu-toggle_button {
    height: 48px;
    width: 48px;
    padding: 8px;
    top: 6px;
    right: 10px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header .menu-toggle_button:focus {
    background-color: #FF5F42;
  }
  .site-header .menu-toggle_button:hover {
    background-color: #FF5F42;
  }
}
.site-header .menu-toggle_button .line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition-property: transform;
  transition-duration: 0.5s;
  -webkit-touch-callout: none;
  user-select: none;
}
.site-header .menu-toggle_button .line:first-child {
  transform: translateY(-6px);
}
.site-header .menu-toggle_button .line:nth-child(2) {
  transform: translateY(0);
}
.site-header .menu-toggle_button .line:nth-child(3) {
  transform: translateY(6px);
}
.site-header .menu-toggle_button.hero-white {
  color: rgb(255, 255, 255);
}
body.menu-opened .site-header .site-header__logo {
  z-index: 101;
  position: fixed;
  transform: translateX(-50%);
  top: 18px;
}
@media screen and (max-width: 900px) {
  body.menu-opened .site-header .site-header__logo {
    top: 6.5px;
  }
}
body.menu-opened .site-header .menu-toggle_button .line:first-child {
  transform: translateY(1px) rotate(45deg);
}
body.menu-opened .site-header .menu-toggle_button .line:nth-child(2) {
  transform: scale(0);
}
body.menu-opened .site-header .menu-toggle_button .line:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
}

.hero-standard {
  grid-column: 2/-2;
  display: grid;
  grid-template-columns: repeat(35, 1fr);
  row-gap: 40px;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .hero-standard {
    row-gap: 60px;
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.hero-standard .hero__title {
  width: 100%;
  grid-column: 1/span 35;
  text-align: center;
  overflow-wrap: break-word;
  opacity: 0;
  animation: show-up 0.75s ease-in-out forwards;
}
@media screen and (min-width: 901px) {
  .hero-standard .hero__title {
    grid-column: 4/span 29;
  }
}
.hero-standard .hero__title::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto 40px auto;
  border-radius: 50%;
  background-color: #FF5F42;
  opacity: 0;
  animation: get-visible 1s ease-in-out 0.7s forwards;
}
@media screen and (min-width: 901px) {
  .hero-standard .hero__title::before {
    margin: 0 auto 60px auto;
  }
}
.hero-standard .hero__lead {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  width: 100%;
  grid-column: 1/span 35;
  opacity: 0;
  animation: get-visible 0.7s ease-in-out 0.5s forwards;
}
@media screen and (min-width: 1620px) {
  .hero-standard .hero__lead {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .hero-standard .hero__lead {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .hero-standard .hero__lead {
    font-size: 20px;
  }
}
@media screen and (min-width: 901px) {
  .hero-standard .hero__lead {
    grid-column: 13/span 19;
  }
}

.hero-front,
.hero-main,
.hero-alternate {
  grid-column: 1/-1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: [container-start] minmax(20px, calc((100vw - 1440px) / 2)) [content-start] repeat(35, 1fr) [content-end] minmax(20px, calc((100vw - 1440px) / 2)) [container-end];
  grid-auto-flow: row dense;
}
@media screen and (max-width: 900px) {
  .hero-front,
  .hero-main,
  .hero-alternate {
    grid-template-columns: [container-start] 10px [content-start] repeat(34, 1fr) [content-end] 10px [container-end];
  }
}
.hero-front .hero__title,
.hero-main .hero__title,
.hero-alternate .hero__title {
  margin-bottom: 40px;
  color: black;
  max-width: 78vw;
  text-align: center;
  transition-property: color;
  transition-duration: 0.5s;
}
@media screen and (min-width: 901px) {
  .hero-front .hero__title,
  .hero-main .hero__title,
  .hero-alternate .hero__title {
    margin-bottom: 60px;
  }
}
.hero-front .hero__title.hero-white,
.hero-main .hero__title.hero-white,
.hero-alternate .hero__title.hero-white {
  color: rgb(255, 255, 255);
}

.hero .hero__inner {
  grid-column: 2/-2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  padding-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .hero .hero__inner {
    padding-bottom: 20px;
  }
}
.hero .button-container {
  position: fixed;
  bottom: 40px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1620px) {
  .hero .button-container {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .hero .button-container {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .hero .button-container {
    font-size: 14px;
  }
}
.hero .button-container .button {
  display: block;
  background-color: #FF5F42;
  color: black;
  height: 4.2em;
  padding: 1.15em 1.5em;
  line-height: 1.9em;
  pointer-events: auto;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  width: calc(10px + 15.2em);
  transition-property: width, color, padding, transform;
  transition-duration: 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .hero .button-container .button:focus {
    background-color: rgb(255, 255, 255);
    color: black;
  }
  .hero .button-container .button:hover {
    background-color: rgb(255, 255, 255);
    color: black;
  }
}
.hero .button-container .button > svg {
  height: 1.9em;
  width: 2.4em;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 1px;
  transition-property: transform;
  transition-duration: 0.5s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .hero .button-container.shrunk:focus > .button {
    width: calc(10px + 15.2em);
    color: black;
    transform: translateX(calc(50vw - 7.6em - 25px));
    box-shadow: 0 0 5px #ECEBE8;
  }
  html.tab-navigating .hero .button-container.shrunk:focus > .button > svg {
    transform: translateX(0);
  }
  .hero .button-container.shrunk:hover > .button {
    width: calc(10px + 15.2em);
    color: black;
    transform: translateX(calc(50vw - 7.6em - 25px));
    box-shadow: 0 0 5px #ECEBE8;
  }
  .hero .button-container.shrunk:hover > .button > svg {
    transform: translateX(0);
  }
}
.hero .button-container.shrunk > .button {
  transform: translateX(calc(50vw - 2.1em - 20px));
  width: 4.2em;
  color: transparent;
}
.hero .button-container.shrunk > .button > svg {
  transform: translateX(-0.42em);
}

@keyframes icon-donate-arrow {
  0% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.icon-donate-arrow {
  animation-name: icon-donate-arrow;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.hero-front {
  height: fit-content;
}
.hero-front .hero__title {
  margin-bottom: calc(114px + 0.375em);
}
.hero-front .hero-cover {
  opacity: 0;
}
.hero-alternate {
  min-height: 30vh;
  position: relative;
}
.hero-alternate:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-alternate .hero__title {
  z-index: 1;
}

.home > .main-container > .hero-section {
  margin-bottom: 40px;
  padding-top: 106px;
}
@media screen and (max-width: 900px) {
  .home > .main-container > .hero-section {
    padding-top: 60px;
  }
}

@keyframes show-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes get-visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-container > .hero-section {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: [container-start] minmax(20px, calc((100vw - 1440px) / 2)) [content-start] repeat(35, 1fr) [content-end] minmax(20px, calc((100vw - 1440px) / 2)) [container-end];
  grid-auto-flow: row dense;
}
@media screen and (max-width: 900px) {
  .main-container > .hero-section {
    grid-template-columns: [container-start] 10px [content-start] repeat(34, 1fr) [content-end] 10px [container-end];
  }
}
.main-container > .page-section {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: [container-start] minmax(20px, calc((100vw - 1440px) / 2)) [content-start] repeat(35, 1fr) [content-end] minmax(20px, calc((100vw - 1440px) / 2)) [container-end];
  grid-auto-flow: row dense;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main-container > .page-section {
    grid-template-columns: [container-start] 10px [content-start] repeat(34, 1fr) [content-end] 10px [container-end];
  }
}

.site-menu {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: [container-start] minmax(20px, calc((100vw - 1440px) / 2)) [content-start] repeat(35, 1fr) [content-end] minmax(20px, calc((100vw - 1440px) / 2)) [container-end];
  grid-auto-flow: row dense;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ECEBE8;
  padding-top: 80px;
  padding-bottom: 40px;
  transition: opacity 0.5s;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .site-menu {
    grid-template-columns: [container-start] 10px [content-start] repeat(34, 1fr) [content-end] 10px [container-end];
  }
}
body.menu-opened .site-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-menu .site-menu__inner {
  grid-column: 8/-8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .site-menu .site-menu__inner {
    grid-column: 2/-2;
  }
}
.site-menu .menu {
  column-count: 2;
  column-gap: 21.7391%;
  list-style: none;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .site-menu .menu {
    column-count: 1;
  }
}
.site-menu .menu__item {
  display: block;
  padding-top: 0.5em;
  height: 155px;
  max-height: 20vh;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  border-top: 1px solid black;
  break-inside: avoid;
}
@media screen and (min-width: 1620px) {
  .site-menu .menu__item {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .menu__item {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .menu__item {
    font-size: 24px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-menu .menu__item:not(.menu__item--current):focus {
    color: #FF5F42;
  }
  .site-menu .menu__item:not(.menu__item--current):hover {
    color: #FF5F42;
  }
}
.site-menu .menu__item--current {
  pointer-events: none;
}
.site-menu .menu__item--current::after {
  content: "";
  display: inline-block;
  background-color: #FF5F42;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  vertical-align: text-bottom;
  margin-left: 15px;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 900px) {
  .site-menu .menu__item {
    height: 90px;
    max-height: 12vh;
  }
}

body.menu-opened {
  position: fixed;
  overflow-y: scroll;
}

.page-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .page-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.page-section__header {
  grid-column: 2/-2;
  margin-bottom: 10px;
}
@media screen and (min-width: 901px) {
  .page-section__header {
    margin-bottom: 40px;
  }
}
.page-section__header > .section-header__inner > .section-title {
  color: #FF3814;
  overflow-x: hidden;
}
.page-section__header > .section-header__inner > .section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #FF3814;
  transform: translateX(-100%);
  transition: transform 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.page-section__header > .section-header__inner > .section-title.line-animation::after {
  transform: translateX(0);
}

.spa-curtain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  visibility: hidden;
  z-index: 101;
}
.spa-curtain.filled {
  background-color: #ECEBE8;
}

@keyframes loader {
  0% {
    transform: scale(20%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(20%);
  }
}
.audio-player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.audio-player__button {
  width: 100%;
  height: calc(100% - 68px);
  cursor: pointer;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .audio-player__button:focus {
    color: #FF5F42;
  }
  .audio-player__button:hover {
    color: #FF5F42;
  }
}
.audio-player__button > div {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  text-align: center;
}
.audio-player__button--loading > div {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FF5F42;
  animation-name: loader;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.audio-player__button--play {
  display: none;
}
.audio-player__button--pause {
  display: none;
}
.audio-player__bar {
  position: absolute;
  left: 18px;
  bottom: 28px;
  width: calc(100% - 36px);
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.audio-player__bar--progress {
  width: 0%;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: rgb(255, 255, 255);
}
.audio-player__time {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1620px) {
  .audio-player__time {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__time {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__time {
    font-size: 14px;
  }
}
.audio-player__duration {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1620px) {
  .audio-player__duration {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__duration {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__duration {
    font-size: 14px;
  }
}

.block-big-links .big-link {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  min-height: 360px;
  flex: 1;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.block-big-links .big-link:nth-child(-n+3) {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 1s ease-in 0.25s, transform 1s ease-in-out;
}
@media screen and (min-width: 901px) {
  .block-big-links .big-link {
    width: auto;
    min-width: calc(33.3333333333% - 26.6666666667px);
  }
  .block-big-links .big-link:nth-child(1), .block-big-links .big-link:nth-child(2) {
    min-width: calc(50% - 20px);
  }
  .block-big-links .big-link:nth-child(2) {
    transition-delay: 0.4s;
  }
  .block-big-links .big-link:nth-child(3) {
    transition-delay: 0.8s;
  }
}
.block-big-links .big-link.box-animation:nth-child(-n+3) {
  opacity: 1;
  transform: translateY(0);
}
.block-big-links .big-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 0;
}
.block-big-links .big-link > * {
  position: relative;
  z-index: 1;
}
.block-big-links .big-link__title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 0 20px 0;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1620px) {
  .block-big-links .big-link__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__title {
    font-size: 20px;
  }
}
.block-big-links .big-link__text {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1620px) {
  .block-big-links .big-link__text {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__text {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__text {
    font-size: 14px;
  }
}
.block-big-links .big-link .button-container {
  margin: 0;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-big-links .big-link:focus .button-container .button {
    background-color: rgb(255, 255, 255);
  }
  .block-big-links .big-link:hover .button-container .button {
    background-color: rgb(255, 255, 255);
  }
}
.block-big-links .button-container .button {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 40px;
  background-color: #FF5F42;
  color: black;
}
@media screen and (min-width: 1620px) {
  .block-big-links .button-container .button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .button-container .button {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .button-container .button {
    font-size: 14px;
  }
}

.block-quick-links {
  display: grid;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.block-quick-links .quick-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  position: relative;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
@media screen and (min-width: 901px) {
  .block-quick-links .quick-link:nth-child(3n)::before, .block-quick-links .quick-link:nth-child(3n+2)::before {
    content: "";
    height: 0;
    width: 1px;
    background: #FF3814;
    display: block;
    position: absolute;
    left: -4.545%;
    top: 0;
    transition: height 1s ease-out 0.7s;
  }
  .block-quick-links .quick-link:nth-child(3n).line-animation::before, .block-quick-links .quick-link:nth-child(3n+2).line-animation::before {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #FF3814;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
  }
}
.block-quick-links .quick-link.box-animation {
  opacity: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links .quick-link:focus .quick-link__button:after {
    transform: translate(0%, 0px);
  }
  .block-quick-links .quick-link:hover .quick-link__button:after {
    transform: translate(0%, 0px);
  }
}
.block-quick-links .quick-link__title {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (min-width: 1620px) {
  .block-quick-links .quick-link__title {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__title {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__title {
    font-size: 16px;
  }
}
.block-quick-links .quick-link__text {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1620px) {
  .block-quick-links .quick-link__text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text {
    font-size: 16px;
  }
}
.block-quick-links .quick-link__text > a {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 1620px) {
  .block-quick-links .quick-link__text > a {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text > a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links .quick-link__text > a:focus {
    color: #FF3814;
  }
  .block-quick-links .quick-link__text > a:hover {
    color: #FF3814;
  }
}
.block-quick-links .quick-link__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-quick-links .quick-link__wrapper > *:not(:last-child) {
  margin-bottom: 20px;
}
.block-quick-links .quick-link__button {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 40px;
  border-radius: 999px;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  width: fit-content;
  display: inline-block;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.4s;
  margin-top: auto;
  position: relative;
  pointer-events: all;
}
@media screen and (min-width: 1620px) {
  .block-quick-links .quick-link__button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__button {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__button {
    font-size: 14px;
  }
}
@media screen and (min-width: 901px) {
  .block-quick-links .quick-link:hover .quick-link__button {
    background-color: #FF5F42;
    border-color: #FF5F42;
    color: black;
  }
}

.block-image {
  display: block;
  padding: 20px;
}
.block-image.block-image-with-bg {
  background-color: black;
}
.block-image.block-image-with-bg .block-image__caption {
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 901px) {
  .block-image {
    padding: 40px;
  }
}
.block-image .block-image__image {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block-image .block-image__image img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 5 * 20px);
  object-fit: contain;
}
.block-image .information-container {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .block-image .information-container:not(.home .block-image .information-container) {
    max-width: calc(50% - 40px / 2);
  }
}
.block-image .information-container .map-legend {
  margin: 0;
  padding: 0;
}
.block-image .information-container .map-legend > li:not(:empty) {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
@media screen and (min-width: 1620px) {
  .block-image .information-container .map-legend > li:not(:empty) {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-image .information-container .map-legend > li:not(:empty) {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-image .information-container .map-legend > li:not(:empty) {
    font-size: 14px;
  }
}
.block-image .information-container .map-legend > li:not(:empty)::before {
  content: "";
  top: 0;
  left: -30px;
  transform: none;
}
.block-image .information-container .map-legend > li:not(:empty):first-of-type::before {
  width: 18px;
  height: 18px;
  background-color: black;
  border-radius: 50%;
}
.block-image .information-container .map-legend > li:not(:empty):nth-of-type(2)::before {
  width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 2px solid black;
}
.block-image .information-container .map-legend > li:not(:empty):nth-of-type(3)::before {
  width: 20px;
  height: 20px;
  background: url("./../images/map-arrows-icon.svg") center no-repeat;
}
.block-image .information-container .map-legend > li:not(:empty):not(:last-of-type) {
  margin-right: 20px;
}
.block-image .block-image__caption {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 1620px) {
  .block-image .block-image__caption {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-image .block-image__caption {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-image .block-image__caption {
    font-size: 14px;
  }
}

.block-cta {
  display: block;
}
.block-cta__button {
  display: block;
  margin: auto;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.03em;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  height: 4.2em;
  padding: 1.35em;
  line-height: 1.5em;
}
@media screen and (min-width: 1620px) {
  .block-cta__button {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__button {
    font-size: 14px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cta__button:focus {
    background-color: #FF5F42;
    border-color: #FF5F42;
  }
  .block-cta__button:hover {
    background-color: #FF5F42;
    border-color: #FF5F42;
  }
}

.block-lead {
  display: block;
  grid-column: 14/span 17;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  padding: 0;
}
@media screen and (min-width: 1620px) {
  .block-lead {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead {
    grid-column: 2/-2;
  }
}

.block-text {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  grid-column: 14/span 17;
}
@media screen and (min-width: 1620px) {
  .block-text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    grid-column: 2/span 35;
  }
}
.block-text .content-lead {
  margin-bottom: 20px;
}
.block-text em {
  font-style: italic;
}
.block-text a {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (min-width: 1620px) {
  .block-text a {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-text a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-text a {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-text a:focus {
    color: #FF5F42;
  }
  .block-text a:hover {
    color: #FF5F42;
  }
}
.block-text *:last-child {
  margin-bottom: 0;
}

.block-quote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 80px;
}
.block-quote__quote {
  grid-column: 1/-1;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .block-quote__quote {
    grid-column: 4/span 29;
  }
}
.block-quote .quote__footer {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.15em;
  font-style: normal;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 1620px) {
  .block-quote .quote__footer {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-quote .quote__footer {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quote .quote__footer {
    font-size: 16px;
  }
}

.block-steps {
  display: flex;
  border-width: 1px 0 1px 1px;
  border-color: black;
  border-style: solid;
  position: relative;
}
@media screen and (max-width: 900px) {
  .block-steps {
    border-right-width: 1px;
  }
}
.block-steps .step {
  display: flex;
}
@media screen and (max-width: 900px) {
  .block-steps .step {
    flex-grow: 1;
  }
}
.block-steps .step__content {
  overflow-x: hidden;
  width: 0;
  transition-property: width;
  transition-duration: 0.5s;
}
@media screen and (max-width: 900px) {
  .block-steps .step__content {
    position: absolute;
    left: 0;
    top: 64px;
    transition-property: opacity;
    opacity: 0;
  }
}
.block-steps .step__content__inner {
  padding: 20px;
  min-width: 300px;
}
.block-steps .step__tab {
  outline: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 112px;
  background-color: #FF5F42;
  border: 0;
  border-right: 1px solid black;
  padding: 16px;
  transition-property: background-color;
  transition-duration: 0.5s;
  color: black;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-steps .step__tab:focus {
    background-color: #ECEBE8;
  }
  .block-steps .step__tab:hover {
    background-color: #ECEBE8;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__tab {
    cursor: default;
    width: 100%;
    height: 64px;
    padding: 10px;
    border-bottom: 1px solid black;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step:last-child > .step__tab {
    border-right-width: 0;
  }
}
.block-steps .step__image {
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
}
.block-steps .step__text {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  max-width: 660px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1620px) {
  .block-steps .step__text {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__text {
    font-size: 20px;
  }
}
.block-steps .step__text > ol {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.block-steps .step__text > ol > li {
  margin-top: 0;
}
.block-steps .step__text > ol > li::marker {
  font-size: inherit;
}
.block-steps .step__caption {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  max-width: 660px;
}
@media screen and (min-width: 1620px) {
  .block-steps .step__caption {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__caption {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step .step__image + .step__caption {
    margin-top: -20px;
  }
}
.block-steps .step__counter {
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 60px;
  line-height: normal;
  width: 80px;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (min-width: 1620px) {
  .block-steps .step__counter {
    font-size: 66px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__counter {
    font-size: 54px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__counter {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__counter {
    width: inherit;
  }
}
.block-steps .step__title {
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  line-height: 2.667;
  writing-mode: vertical-lr;
  width: 80px;
  text-align: center;
}
@media screen and (min-width: 1620px) {
  .block-steps .step__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .block-steps .step__title {
    display: none;
  }
}
.block-steps .step.step-open .step__content {
  width: auto;
}
@media screen and (max-width: 900px) {
  .block-steps .step.step-open .step__content {
    opacity: 1;
  }
}
.block-steps .step.step-open .step__tab {
  background-color: transparent;
  cursor: default;
  border-bottom-width: 0;
}

.block-subheading {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1620px) {
  .block-subheading {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-subheading {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-subheading {
    font-size: 20px;
  }
}

.block-cards {
  padding-top: 0;
  padding-bottom: 0;
}
.block-cards .card {
  display: flex;
  flex-direction: column;
  flex: 0 1 1;
}
.block-cards .card:nth-child(-n+3) {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 1s ease-in 0.25s, transform 1s ease-in-out;
}
@media screen and (min-width: 901px) {
  .block-cards .card:nth-child(2) {
    transition-delay: 0.5s;
  }
  .block-cards .card:nth-child(3) {
    transition-delay: 1s;
  }
}
.block-cards .card.box-animation:nth-child(-n+3) {
  opacity: 1;
  transform: translateY(0%);
}
.block-cards .card__texts {
  background-color: rgb(255, 255, 255);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .block-cards .card__texts {
    padding: 20px;
  }
}
.block-cards .card__texts > *:not(:last-child):not(.card__content) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .block-cards .card__texts > *:not(:last-child):not(.card__content) {
    margin-bottom: 10px;
  }
}
.block-cards .card__title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1620px) {
  .block-cards .card__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__title {
    font-size: 20px;
  }
}
.block-cards .card__tagline {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 1620px) {
  .block-cards .card__tagline {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__tagline {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__tagline {
    font-size: 14px;
  }
}
.block-cards .card__content.card-content-with-btn {
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .block-cards .card__content.card-content-with-btn {
    margin-bottom: 30px;
  }
}
.block-cards .card__content ul {
  margin: 0;
  list-style: disc;
}
.block-cards .card__content ul li::before {
  content: none;
}
.block-cards .card__button {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 40px;
  border-radius: 999px;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  width: fit-content;
  display: inline-block;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.4s;
}
@media screen and (min-width: 1620px) {
  .block-cards .card__button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__button {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-cards .card__button {
    font-size: 14px;
  }
}
.block-cards .card__title + .button-container {
  margin-top: 10px;
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .block-cards .card:focus .card__button {
    background-color: #FF5F42;
    border-color: #FF5F42;
    color: black;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  .block-cards .card:hover .card__button {
    background-color: #FF5F42;
    border-color: #FF5F42;
    color: black;
  }
}
.block-cards .button-container {
  margin-top: auto;
}
.block-cards .card__image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.block-cards .card__image + .card__tagline {
  margin-top: 10px;
}
.block-cards.col-2 .card__image {
  padding-bottom: 52.941%;
}
.block-cards.col-3 .card__image {
  padding-bottom: 81.818%;
}

#form {
  position: absolute;
  top: -40px;
}

.block-form .wpcf7 {
  grid-column: 2/-2;
}
@media screen and (min-width: 901px) {
  .block-form .wpcf7 {
    grid-column: 7/span 23;
  }
}
.block-form .wpcf7-form > p:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 901px) {
  .block-form .wpcf7-form > p:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.block-form .wpcf7-form > p:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-form .wpcf7-form.invalid .wpcf7-response-output {
  color: #FF3814;
}
.block-form .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.block-form__label:not(.form-upload-label) {
  display: flex;
  position: relative;
  flex-direction: column;
}
.block-form__label:not(.form-upload-label).form-input-has-value .block-form__label-text {
  top: 0;
  font-size: 12px;
  opacity: 1;
  z-index: 2;
}
.block-form__label:not(.form-upload-label).form-input-has-value .wpcf7-form-control-wrap::after {
  background-color: black;
}
.block-form__label:not(.form-upload-label):not(.form-input-has-value) .block-form__label-text {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  top: 20px;
  opacity: 0.6;
  color: black;
}
@media screen and (min-width: 1620px) {
  .block-form__label:not(.form-upload-label):not(.form-input-has-value) .block-form__label-text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__label:not(.form-upload-label):not(.form-input-has-value) .block-form__label-text {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__label:not(.form-upload-label):not(.form-input-has-value) .block-form__label-text {
    font-size: 16px;
  }
}
.block-form__label:not(.form-upload-label):focus-within .block-form__label-text {
  top: 0;
  font-size: 12px;
  opacity: 1;
}
.block-form__label:not(.form-upload-label):focus-within .wpcf7-form-control-wrap::after {
  background-color: black;
}
.block-form__label:not(.form-upload-label) .block-form__label-text {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  transition: all 0.25s ease-in-out;
  z-index: 0;
}
@media screen and (min-width: 1620px) {
  .block-form__label:not(.form-upload-label) .block-form__label-text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__label:not(.form-upload-label) .block-form__label-text {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__label:not(.form-upload-label) .block-form__label-text {
    font-size: 16px;
  }
}
.block-form__label:not(.form-upload-label) .wpcf7-form-control-wrap {
  position: relative;
}
.block-form__label:not(.form-upload-label) .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.25s ease-in-out;
}
.block-form__label:not(.form-upload-label) .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  bottom: -35px;
}
@media screen and (min-width: 1620px) {
  .block-form__label:not(.form-upload-label) .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__label:not(.form-upload-label) .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__label:not(.form-upload-label) .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.block-form__input,
.block-form .wpcf7-text,
.block-form .wpcf7-textarea {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: unset;
  border: none;
  z-index: 1;
}
@media screen and (min-width: 1620px) {
  .block-form__input,
  .block-form .wpcf7-text,
  .block-form .wpcf7-textarea {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__input,
  .block-form .wpcf7-text,
  .block-form .wpcf7-textarea {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form__input,
  .block-form .wpcf7-text,
  .block-form .wpcf7-textarea {
    font-size: 16px;
  }
}
.block-form .wpcf7-text {
  margin: 0;
  padding: 20px 0 10px;
}
.block-form .wpcf7-textarea {
  min-width: 100%;
  min-height: 54px;
  padding: 0;
  margin: 20px 0 10px;
}
.block-form .wpcf7-textarea:focus-visible {
  outline: none;
}
.block-form .wpcf7-submit {
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 23px;
  background-color: #FF5F42;
  color: black;
  border: none;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  appearance: none;
}
@media screen and (min-width: 901px) {
  .block-form .wpcf7-submit {
    height: 84px;
    padding: 30px 40px;
  }
}
.block-form .wpcf7-submit:disabled {
  opacity: 0.4;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-form .wpcf7-submit:not(:disabled):focus {
    background-color: rgb(255, 255, 255);
  }
  .block-form .wpcf7-submit:not(:disabled):hover {
    background-color: rgb(255, 255, 255);
  }
}
.block-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  padding-left: 35px;
}
.block-form .wpcf7-acceptance .wpcf7-list-item > label {
  position: relative;
}
.block-form .wpcf7-acceptance .wpcf7-list-item > label:focus-within .wpcf7-list-item-label::before {
  opacity: 1;
}
.block-form .wpcf7-acceptance .wpcf7-list-item > label > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -35px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.block-form .wpcf7-acceptance .wpcf7-list-item > label.form-input-has-value .wpcf7-list-item-label::before {
  background-color: black;
  background-image: url("./../images/form-checked-icon.svg");
  opacity: 1;
}
.block-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1620px) {
  .block-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.block-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  transition: all 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  cursor: pointer;
}
.block-form .wpcf7-acceptance .wpcf7-list-item-label:hover::before {
  opacity: 1;
}
.block-form .wpcf7-acceptance .wpcf7-list-item-label > a {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration: underline;
}
@media screen and (min-width: 1620px) {
  .block-form .wpcf7-acceptance .wpcf7-list-item-label > a {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7-acceptance .wpcf7-list-item-label > a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7-acceptance .wpcf7-list-item-label > a {
    font-size: 16px;
  }
}
.block-form .wpcf7 form .wpcf7-response-output {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  border: none;
}
@media screen and (min-width: 1620px) {
  .block-form .wpcf7 form .wpcf7-response-output {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7 form .wpcf7-response-output {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7 form .wpcf7-response-output {
    font-size: 20px;
  }
}
@media screen and (min-width: 901px) {
  .block-form .wpcf7 form .wpcf7-response-output {
    margin: 40px 0 0 0;
  }
}
.block-form .wpcf7-spinner {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  border-radius: 0;
  background-color: unset;
}
@media screen and (min-width: 901px) {
  .block-form .wpcf7-spinner {
    margin-top: 40px;
  }
}
.block-form .wpcf7-spinner::before {
  content: none;
}
.block-form .wpcf7-spinner::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./../images/form-spiner-icon.svg");
  animation: spiner-rotate 1s linear infinite;
}
.block-form .wpcf7-form-control-wrap {
  position: relative;
}
.block-form .cd-upload-btn {
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
  padding: 10px 40px;
  border-radius: 999px;
  background-color: transparent;
  width: fit-content;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-form .cd-upload-btn:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
  }
  .block-form .cd-upload-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.block-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.block-form .dnd-upload-status .dnd-upload-details span.has-error {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FF3814;
}
@media screen and (min-width: 1620px) {
  .block-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
  .block-form .dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
  .block-form .dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
  .block-form .dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 14px;
  }
}
.block-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip::before,
.block-form .dnd-upload-status .dnd-upload-details span.has-error::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("./../images/form-invalid-icon.svg");
}
.block-form .dnd-upload-status {
  width: 100%;
  max-width: 560px;
  margin-bottom: 20px;
}
.block-form .dnd-upload-status.complete .dnd-upload-image::before {
  background-image: url("./../images/form-complete-doc-icon.svg");
}
.block-form .dnd-upload-status .dnd-upload-image {
  width: 30px;
  border: none;
}
.block-form .dnd-upload-status .dnd-upload-image .file {
  display: none;
}
.block-form .dnd-upload-status .dnd-upload-image::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-image: url("./../images/form-document-icon.svg");
  background-repeat: no-repeat;
}
.block-form .dnd-upload-status .dnd-upload-details .name {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
}
.block-form .dnd-upload-status .dnd-upload-details .name span {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1620px) {
  .block-form .dnd-upload-status .dnd-upload-details .name span {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .dnd-upload-status .dnd-upload-details .name span {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .dnd-upload-status .dnd-upload-details .name span {
    font-size: 16px;
  }
}
.block-form .dnd-upload-status .dnd-upload-details .name em {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.6;
}
@media screen and (min-width: 1620px) {
  .block-form .dnd-upload-status .dnd-upload-details .name em {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .dnd-upload-status .dnd-upload-details .name em {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .dnd-upload-status .dnd-upload-details .name em {
    font-size: 14px;
  }
}
.block-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
}
.block-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: black;
  color: black;
  line-height: 6px;
  font-size: 6px;
}
.block-form .dnd-upload-status .dnd-upload-details .has-error {
  margin-top: 10px;
}
.block-form input:-webkit-autofill,
.block-form input:-webkit-autofill:hover,
.block-form input:-webkit-autofill:focus {
  border: unset;
  -webkit-text-fill-color: black;
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.block-form .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ECEBE8;
  z-index: 101;
}
.form-popup-visible .block-form .popup {
  display: flex;
}
.block-form .popup__close-btn {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  height: 48px;
  width: 48px;
  padding: 8px;
  pointer-events: auto;
  color: black;
  background-color: unset;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .block-form .popup__close-btn {
    top: 18px;
    right: max(24px, (100% - 1400px) * 0.5);
    height: 70px;
    width: 70px;
    padding: 20px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-form .popup__close-btn:focus {
    outline: none;
  }
  html.tab-navigating .block-form .popup__close-btn:focus .popup__close-btn-line {
    background-color: #FF3814;
  }
  .block-form .popup__close-btn:hover {
    outline: none;
  }
  .block-form .popup__close-btn:hover .popup__close-btn-line {
    background-color: #FF3814;
  }
}
.block-form .popup__close-btn-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-touch-callout: none;
  user-select: none;
  transition: all 0.25s ease-in-out;
}
.block-form .popup__close-btn-line:first-child {
  transform: translateY(1px) rotate(45deg);
}
.block-form .popup__close-btn-line:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
}
.block-form .popup__body {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1620px) {
  .block-form .popup__body {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .popup__body {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-form .popup__body {
    font-size: 20px;
  }
}
.block-form .popup__body::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-image: url("./../images/form-success-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 901px) {
  .block-form .popup__body::before {
    margin: 0 auto 40px;
  }
}

.form-popup-visible {
  overflow: hidden;
}

@keyframes spiner-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.card-piece-to-listen .button-container,
.card-piece-to-read .button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-piece-to-listen .button-container::after,
.card-piece-to-read .button-container::after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-piece-to-listen .button-container::after {
  background-image: url("./../images/pieces-listen-icon.svg");
}

.card-piece-to-read .button-container::after {
  background-image: url("./../images/pieces-read-icon.svg");
}

.block-pieces > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .block-pieces > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.block-pieces.pieces-load-more .block-cta__button {
  width: 4.2em;
  animation: bounceCtaBtn 0.75s ease-in-out 0.5s infinite alternate forwards;
  background-color: #FF5F42;
  border-color: #FF5F42;
}
.block-pieces.pieces-loading .block-cta__button {
  opacity: 0;
}
.block-pieces.pieces-loaded .block-cards .card:nth-child(n+4) {
  opacity: 1;
}
.block-pieces .block-cards .card:nth-child(n+4) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.block-pieces .block-cta__button {
  width: 100%;
  transform: scale(1);
  transition: width 0.5s ease-in-out, transform 0.5s ease-in-out 0.7s, opacity 0.75s ease-out 0.7s;
}
@media screen and (min-width: 901px) {
  .block-pieces .block-cta__button {
    width: 320px;
  }
}

@keyframes bounceCtaBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.block-donors {
  grid-column: 2/-2;
  row-gap: 20px;
}
@media screen and (min-width: 901px) {
  .block-donors {
    row-gap: 40px;
  }
}
.block-donors__pagination {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .block-donors__pagination {
    justify-content: center;
  }
}
.block-donors__pagination-btn {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 10px 7px;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  color: black;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1620px) {
  .block-donors__pagination-btn {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-donors__pagination-btn {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-donors__pagination-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-donors__pagination-btn:focus {
    background-color: rgb(255, 255, 255);
  }
  .block-donors__pagination-btn:hover {
    background-color: rgb(255, 255, 255);
  }
}
.block-donors__pagination-btn.donor-active-button {
  background-color: #FF3814;
  color: rgb(255, 255, 255);
}
.block-donors__container {
  position: relative;
  grid-column: 1/-1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .block-donors__container {
    height: 100%;
  }
}
.block-donors__content {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.25s linear, transform 0.75s ease-in-out 0.05s;
}
.block-donors__content.donor-active {
  opacity: 1;
  transform: translateX(0);
}
.block-donors__content .block-cards {
  margin-top: 20px;
}
@media screen and (min-width: 901px) {
  .block-donors__content .block-cards {
    margin-top: 40px;
  }
}
.block-donors__content .block-cards ul {
  padding: 0;
  list-style: none;
}
.block-donors__title {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  color: #FF3814;
  overflow-x: hidden;
}
@media screen and (min-width: 1620px) {
  .block-donors__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block-donors__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block-donors__title {
    font-size: 20px;
  }
}
.block-donors__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #FF3814;
}

.block--sketchfab {
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  background-color: black;
  color: white;
}
@media screen and (max-width: 900px) {
  .block--sketchfab {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block--sketchfab__model {
  grid-column: span 8;
  padding: 40px;
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .block--sketchfab__model {
    grid-column: span 4;
    padding: 0;
  }
}
.block--sketchfab__model__inner {
  position: relative;
  aspect-ratio: 16/9;
}
.block--sketchfab__model .sketchfab-embed-wrapper,
.block--sketchfab__model iframe {
  height: 100%;
  width: 100%;
}
.block--sketchfab .information-container {
  grid-column: span 4;
  padding: 40px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .block--sketchfab .information-container {
    grid-column: span 4;
    padding-left: 40px;
    padding-top: 0;
  }
}
.block--sketchfab__title {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 1620px) {
  .block--sketchfab__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .block--sketchfab__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .block--sketchfab__title {
    font-size: 20px;
  }
}
.block--sketchfab__caption {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 1620px) {
  .block--sketchfab__caption {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block--sketchfab__caption {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block--sketchfab__caption {
    font-size: 14px;
  }
}
.block--sketchfab__description {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 1620px) {
  .block--sketchfab__description {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block--sketchfab__description {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .block--sketchfab__description {
    font-size: 16px;
  }
}

.block--publications {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .block--publications {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .block--publications {
    grid-template-columns: repeat(4, 1fr);
  }
}

.publication-card {
  background-color: white;
  grid-column: span 4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.publication-card__title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1620px) {
  .publication-card__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card__title {
    font-size: 20px;
  }
}
.publication-card__caption {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 1620px) {
  .publication-card__caption {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card__caption {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card__caption {
    font-size: 14px;
  }
}
.publication-card__description {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1620px) {
  .publication-card__description {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card__description {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card__description {
    font-size: 16px;
  }
}
.publication-card__texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.publication-card .button-container {
  display: flex;
  justify-content: space-between;
}
.publication-card .button {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 40px;
  border-radius: 999px;
  color: black;
  background-color: transparent;
  border: 1px solid black;
  width: fit-content;
  display: inline-block;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.4s;
}
@media screen and (min-width: 1620px) {
  .publication-card .button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card .button {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .publication-card .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .publication-card .button:focus {
    background-color: #FF5F42;
    border-color: #FF5F42;
    color: black;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  .publication-card .button:hover {
    background-color: #FF5F42;
    border-color: #FF5F42;
    color: black;
  }
}
.publication-card .button--download {
  width: 40px;
  height: 100%;
  position: relative;
}
.publication-card .button--download:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: background-image 0.5s;
  background-image: url("./../images/download-icon.svg");
}
.publication-card .button--download:hover:after {
  background-image: url("./../images/download-icon_hover.svg");
}

.block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .block-gallery {
    gap: 20px;
  }
}
.block-gallery .gallery-item {
  display: block;
  position: relative;
  aspect-ratio: 1;
  min-width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  flex: 1;
  color: rgb(255, 255, 255);
  cursor: pointer;
  overflow: hidden;
  background-color: black;
}
.block-gallery .gallery-item__background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition-property: transform;
  transition-duration: 0.3s;
  pointer-events: none;
}
.block-gallery .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FF5F42;
  opacity: 0;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item:focus::before {
    content: "";
    background-color: #FF5F42;
    opacity: 0.5;
  }
  .block-gallery .gallery-item:hover::before {
    content: "";
    background-color: #FF5F42;
    opacity: 0.5;
  }
}
.block-gallery .gallery-item-audio {
  background-color: black;
}
.block-gallery .gallery-item-audio svg {
  transform: translateX(10%);
}
.block-gallery .gallery-item__button {
  position: absolute;
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  padding: 8px;
  border: 0;
  pointer-events: none;
  z-index: 2;
}
.block-gallery .gallery-item__description {
  position: absolute;
  left: 6px;
  bottom: 6px;
  pointer-events: none;
}
.block-gallery .gallery-item__description > svg {
  width: 19px;
  height: 9px;
  display: inline-block;
}
.block-gallery .gallery-item__duration {
  margin-left: 2.0004px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 1620px) {
  .block-gallery .gallery-item__duration {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery .gallery-item__duration {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery .gallery-item__duration {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery .gallery-item {
    min-width: calc(50% - 10px);
    min-height: auto;
  }
}
.block-gallery--layout-square > .gallery-item {
  min-width: calc(25% - 9px);
  min-height: columns-with-gutter(2.5, 1.5);
  aspect-ratio: 1;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-square > .gallery-item {
    min-width: calc(50% - 6px);
    min-height: auto;
  }
}
.block-gallery--layout-landscape > .gallery-item {
  min-width: calc(50% - 6px);
  min-height: columns-with-gutter(3.75, 3);
  aspect-ratio: 1.333;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-landscape > .gallery-item {
    min-width: 100%;
    min-height: auto;
  }
}
.block-gallery--layout-portrait > .gallery-item {
  min-width: calc(33% - 8.0004px);
  min-height: columns-with-gutter(4.4444, 3.1111);
  aspect-ratio: 0.75;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-portrait > .gallery-item {
    min-width: 100%;
  }
}
.block-gallery--layout-portrait.with-tail .gallery-item:last-of-type, .block-gallery--layout-landscape.with-tail .gallery-item:last-of-type {
  aspect-ratio: unset;
  height: column-width(6);
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-portrait.with-tail .gallery-item:last-of-type, .block-gallery--layout-landscape.with-tail .gallery-item:last-of-type {
    min-width: 100%;
    height: column-width(3);
  }
}
.block-gallery--layout-square.with-tail .gallery-item:last-of-type {
  aspect-ratio: unset;
  height: column-width(6);
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-square.with-tail .gallery-item:last-of-type {
    min-width: 100%;
    height: calc(50vw - var(--grid-page-margin));
  }
}
.block-gallery__popup {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 100;
  transition-property: visibility, opacity;
  transition-duration: 0.3s;
}
.block-gallery__popup.popup--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content:not(.next):not(.prev) {
  visibility: visible;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content:not(.next):not(.prev) .video-player {
  visibility: visible;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content.next .video-player__button,
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content.prev .video-player__button {
  visibility: hidden !important;
}
.block-gallery__popup.popup--open .block-slider__navigation__btn-left, .block-gallery__popup.popup--open .block-slider__navigation__btn-right {
  pointer-events: all;
}
.block-gallery__popup.popup--open .block-slider__navigation__btn-left:hover, .block-gallery__popup.popup--open .block-slider__navigation__btn-right:hover {
  background-color: #FF5F42;
}
.block-gallery__popup .block-slider {
  height: 100%;
}
.block-gallery__popup .block-slider__slides:after {
  content: none;
}
.block-gallery__popup .block-slider .slider-component {
  height: 100%;
}
.block-gallery__popup .block-slider .slider-component .slide-content {
  padding: 0;
  gap: 24px;
}
.block-gallery__popup .block-slider .slider-component .slide-content:not(.next):not(.prev) {
  visibility: hidden;
}
.block-gallery__popup .block-slider .slider-component .slide-content::before {
  content: none;
}
.block-gallery__popup .block-slider .slider-component .slide-content .video-player {
  visibility: hidden;
}
.block-gallery__popup .block-slider .slider-component .block-slider__slide__image {
  position: relative;
}
.block-gallery__popup .block-slider .slider-component .block-slider__slide__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-gallery__popup .block-slider__navigation__btn-left, .block-gallery__popup .block-slider__navigation__btn-right {
  pointer-events: none;
}
.block-gallery__popup__closer {
  position: absolute;
  background-color: black;
  border: 0;
  width: 38px;
  height: 38px;
  right: 12px;
  top: 12px;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
.block-gallery__popup__closer > span {
  position: absolute;
  width: 30px;
  height: 1px;
  left: calc(50% - 16px);
  top: calc(50% - 1px);
  background-color: rgb(255, 255, 255);
  transform: scale(1, 1) rotate(135deg);
  transition-property: background-color;
  transition-duration: 0.3s;
}
.block-gallery__popup__closer > span:first-child {
  transform: scale(1, 1) rotate(45deg);
}

.gallery-audio-player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gallery-audio-player__button {
  width: 100%;
  height: calc(100% - 68px);
  cursor: pointer;
  color: black;
  background: transparent;
  border: 0;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .gallery-audio-player__button:focus {
    color: #FF5F42;
  }
  .gallery-audio-player__button:hover {
    color: #FF5F42;
  }
}
.gallery-audio-player__button > div {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}
.gallery-audio-player__button > div svg {
  display: block;
  height: 40px;
  width: 40px;
  transform-origin: center;
  pointer-events: none;
}
.gallery-audio-player__button--loading > div {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FF5F42;
  animation-name: loader;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.gallery-audio-player__button--play {
  display: none;
}
.gallery-audio-player__button--pause {
  display: none;
}
.gallery-audio-player__bar {
  position: absolute;
  left: 18px;
  bottom: 28px;
  width: calc(100% - 36px);
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.gallery-audio-player__bar--progress {
  width: 0%;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: rgb(255, 255, 255);
}
.gallery-audio-player__time {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1620px) {
  .gallery-audio-player__time {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .gallery-audio-player__time {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .gallery-audio-player__time {
    font-size: 14px;
  }
}
.gallery-audio-player__duration {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1620px) {
  .gallery-audio-player__duration {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .gallery-audio-player__duration {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .gallery-audio-player__duration {
    font-size: 14px;
  }
}

.block-slider {
  width: 100%;
  position: relative;
  color: rgb(255, 255, 255);
}
.block-slider.block {
  padding: 0;
  display: block;
}
.block-slider .slider-component {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 36px 96px;
}
.block-slider__navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.block-slider__navigation__btn-left, .block-slider__navigation__btn-right {
  pointer-events: all;
  z-index: 100;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 32px);
  transform: translateY(-50%);
  background: rgb(255, 255, 255);
  color: inherit;
  visibility: hidden;
  transition: background-color, color, opacity, visibility;
  transition-duration: 0.3s;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  border: 0;
}
.block-slider__navigation__btn-left svg, .block-slider__navigation__btn-right svg {
  display: block;
  height: 24px;
  width: 24px;
  transform-origin: center;
  pointer-events: none;
}
.block-slider__navigation__btn-left.visible, .block-slider__navigation__btn-right.visible {
  opacity: 1;
  visibility: inherit;
}
.block-slider__navigation__btn-left {
  left: 12px;
}
.block-slider__navigation__btn-right {
  right: 12px;
}
.block-slider__slides {
  outline: none;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.block-slider__slide {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  opacity: 1;
  visibility: visible;
  transition: transform 0.75s cubic-bezier(0.91, 0.9, 0.2, 0.99), opacity 0.75s ease-in-out, visibility 0.75s;
  transform: translateX(0);
}
.block-slider__slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.block-slider__slide__image {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.block-slider__slide__image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block-slider__slide.next {
  opacity: 1;
  visibility: hidden;
  transform: translateX(100%);
}
.block-slider__slide.prev {
  opacity: 1;
  visibility: hidden;
  transform: translateX(-100%);
}
.block-slider .slide-content {
  overflow: hidden;
  padding-left: 48px;
  padding-right: 48px;
}
.block-slider .slide-content--video {
  flex-direction: row;
  justify-content: center;
}
.block-slider .slide-content--video .video-player {
  width: 100%;
}
.block-slider .slide-content--video .video-player iframe {
  width: 100%;
  height: 50vw;
}
.block-slider .slide-content__text {
  margin-bottom: 12px;
  text-align: center;
  filter: theme-text-shadow-filter();
}
.block-slider .slide-content__button {
  z-index: 1;
}
.block-slider .slide-content__description {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 1620px) {
  .block-slider .slide-content__description {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-slider .slide-content__description {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-slider .slide-content__description {
    font-size: 14px;
  }
}
.block-slider .slide-content .line {
  transform: translateY(-12px);
  width: 100%;
  max-width: calc(column-width(2) + 12px);
}
.block-slider .slide-content__description, .block-slider .slide-content__button, .block-slider .slide-content__text,
.block-slider .slide-content .line {
  z-index: 1;
}

/* 
    Przykład podpięcia zestawu mixinów i podstawowych styli z wp-theme-base
    można podpiąć całość lub np. poszczególne katalogi:
        // @import '../../vendor/superskrypt/wp-theme-base/src/Assets/scss/generic';
    lub bezpośrednio pojedyńcze pliki
        // @import '../../vendor/superskrypt/wp-theme-base/src/Assets/scss/)_base_helpers-mixins';
*/

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