:root {
  --black: black;
  --white: white;
  --grey: #252727;
  --white-smoke: #f8f8f8;
  --gold: #fac200;
  --dim-grey: #8d8d8d;
  --light-grey: lightgrey;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.15;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

li {
  width: 90%;
  padding-top: .5rem;
}

.section {
  justify-content: center;
  padding: 4rem 5%;
  position: relative;
}

.section.centered {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section.background-dotted {
  background-image: url('../images/BG-historie-carousel.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1443px;
}

.section.background-foil {
  background-image: url('../images/facts-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.background-foil.min-height {
  min-height: 50vh;
}

.section.background-foil.centered {
  justify-content: center;
}

.section.background-foil.centered.min-height {
  min-height: 50vh;
}

.section.tabs {
  flex-direction: column;
  padding: 0;
}

.section.reduced-padding {
  padding-bottom: 0;
}

.section.hero {
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.hero.hero_recycle {
  background-image: url('../images/BG-historie-carousel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70dvh;
}

.section.hero.hero_recycle.hero_products {
  min-height: 40dvh;
  max-height: 100%;
}

.section.footer {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section.production {
  padding-bottom: 6rem;
  overflow: hidden;
}

.section.app {
  align-items: center;
  min-height: 80vh;
  padding: 5.5rem 0% 0;
}

.section.top {
  padding-top: 10rem;
}

.section.history-mobile {
  background-image: url('../images/BG-historie-carousel.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
}

.section.track {
  width: 100%;
  height: 250vw;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.section.track.background-dotted {
  background-size: 1443px;
  background-attachment: fixed;
  display: block;
}

.text-align-center {
  text-align: center;
}

.text-align-center.text-color-white {
  color: var(--white);
}

.text-align-center.text-color-white.cta_text {
  text-transform: none;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-align-center.footer-positioning {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-align-center.scale {
  font-size: 4vh;
}

.text-align-center.scale.text-color-gold {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-wrapper {
  display: block;
}

.swiper-wrapper.utilization {
  flex-direction: row;
  align-items: stretch;
}

.swiper-button-prev, .swiper-button-next {
  background-color: var(--grey);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.container {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.container.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.margin-bottom.margin-small {
  position: relative;
}

.container.production {
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  display: flex;
}

.container.recycle_container {
  display: flex;
}

.container.recycle_container.scroll_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container.recycle_container.about_container {
  flex-flow: column;
}

.container.recycle_container.about_container.about_container_flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}

.container.recycle_container.hero_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.recycle_swiper_container {
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.swiper-slide {
  width: 15rem;
  max-width: none;
  position: relative;
}

.swiper-slide.utilization {
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
}

.swiper-slide.facts {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10rem;
  display: flex;
}

.swiper-slide.facts.hidden {
  display: none;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  padding-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tabs-content {
  flex: 1;
  width: 50vw;
  min-height: 100vh;
  margin-top: -40vh;
  overflow: visible;
}

.tab-link {
  grid-column-gap: 1.5rem;
  background-color: var(--white-smoke);
  border-radius: 10rem;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--gold);
}

.tab-link-image {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.tab-link-image.minify {
  padding: .25rem;
}

.tab-link-text {
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.tab-pane-image {
  background-image: url('../images/FOTO-recyklace1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
}

.tab-pane-image._2 {
  background-image: url('../images/FOTO-recyklace-feedback.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.tab-pane-image._4 {
  background-image: url('../images/FOTO-recyklace4.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-pane-image._5 {
  background-image: url('../images/Foto-recyklace5.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-pane-image._3 {
  background-image: url('../images/FOTO-recyklace3-feedback.jpg');
}

.tab-pane-text-content {
  grid-row-gap: 2rem;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 5rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-answer-header {
  margin-bottom: 3rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.tab-answer-heading {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.tab-answer-pargraph {
  color: var(--white-smoke);
}

.cta-banner {
  grid-row-gap: 1rem;
  background-color: var(--gold);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem;
  display: none;
  position: relative;
}

.cta-banner.visible {
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.cta-banner.products_banner {
  display: flex;
}

.cta-banner-button {
  background-color: var(--white-smoke);
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.text-color-gold {
  color: var(--gold);
  letter-spacing: .2px;
}

.decoration-absolute {
  position: absolute;
}

.decoration-absolute.production-1 {
  z-index: 100;
  max-width: 8.5rem;
  top: 20rem;
  bottom: auto;
  right: -5rem;
}

.decoration-absolute.production-2 {
  max-width: 9rem;
  top: 17rem;
  left: -12rem;
}

.decoration-absolute.production-3 {
  max-width: 14rem;
  top: 25rem;
  right: -14rem;
}

.swiper-slide-content.utilization {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.utilization-text-block {
  background-color: #fff;
  width: 50%;
  padding: 3rem 4rem 3rem 3rem;
  position: relative;
}

.utilization-image-block {
  z-index: 100;
  background-image: url('../images/FOTO-stavebnictvi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 54%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.utilization-image-block._1 {
  background-image: url('../images/FOTO-potravinarstvi.jpg');
}

.utilization-image-block._1.recycle_image_block {
  background-image: url('../images/mechanicka_recyklace.webp');
}

.utilization-image-block._2 {
  background-image: url('../images/FOTO-zdravotnictvi.jpg');
}

.utilization-image-block._2.recycle_image_block {
  background-image: url('../images/chemicka_recyklace.webp');
  background-size: contain;
  width: 50%;
}

.absolute {
  z-index: 99;
  grid-template-rows: 124px 56px 104px 56px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 96px;
  height: 100%;
  margin-left: 19.2px;
  display: grid;
}

.floating-circle {
  background-color: var(--white);
  border-radius: 3rem;
  width: 48px;
  height: 48px;
  transition: border-radius .3s, width .2s;
  position: relative;
}

.utilization-symbol {
  z-index: 100;
  width: 48px;
  height: 48px;
  padding: 8px;
  display: block;
  position: absolute;
  inset: 0%;
}

.utilization-symbol.fit {
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.swiper-nav-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.facts-text-block {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
}

.facts-span-block {
  color: var(--gold);
}

.pagination-facts {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
}

.pagination-utilization {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.swiper-facts {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  overflow: hidden;
}

.swiper-utilization {
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.banner-question-mark.bottom {
  width: 10rem;
  position: absolute;
  bottom: -2rem;
  right: 3rem;
}

.h2-tabs-header {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs-width-half {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 40vh;
  padding: 4rem 5% 2rem;
  display: flex;
}

.answer-bubble {
  background-color: var(--white);
  border-radius: 1rem;
  align-items: center;
  height: 1.3rem;
  padding: .2rem 1rem;
  font-family: futura-pt, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  bottom: -1.25rem;
}

.pane-text-wrapper {
  flex-direction: column;
  width: 80%;
  margin-bottom: 2rem;
  display: flex;
}

.utilization-header-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.utilization-header-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.pill-tag {
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  font-family: ff-market-web, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.utilization-additional-info {
  opacity: 0;
  text-transform: uppercase;
  align-items: center;
  font-family: ff-market-web, sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 2rem;
}

.divider {
  background-color: var(--white);
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.vertical-label {
  position: absolute;
  left: 0;
}

.vertical-label.production-left {
  width: 8rem;
  max-width: none;
  margin-left: 0;
  top: 10rem;
}

.vertical-label.footer-bottom {
  background-image: url('../images/Granulky.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-label.history {
  max-width: 15vh;
  margin-left: 4px;
}

.vertical-label.history.sk {
  width: 8rem;
  max-width: none;
}

.production-step {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5rem;
  display: grid;
  position: relative;
}

.production-step.reverse {
  grid-template-columns: .75fr .5fr;
}

.production-step.first {
  margin-top: 3rem;
}

.production-solo-image.background-image {
  background-image: url('../images/kupa.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 40rem;
}

.production-description {
  position: relative;
}

.production-video {
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.production-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.production-gallery-image {
  border-radius: 2.5rem;
  width: 100%;
  height: 22rem;
}

.production-gallery-image._2-3 {
  background-image: url('../images/FOTO-vyroba-3c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.production-gallery-image._2-3.bottom-left {
  background-image: url('../images/FOTO-vyroba-3d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.production-gallery-image.top {
  background-image: url('../images/FOTO-vyroba-3a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.some-circle {
  z-index: 1;
  position: relative;
}

.some-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0;
}

.some-static {
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  display: flex;
  position: relative;
}

.some-link {
  background-color: var(--white);
  border-radius: 50%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.some-icon {
  flex: none;
  position: absolute;
}

.some-icon.hover {
  opacity: 1;
  color: var(--grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.some-icon.hover.orlen {
  display: none;
}

.some-icon.hover.web {
  width: 28px;
  height: 28px;
}

.hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.white-circle {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 37rem;
  height: 37rem;
  margin-bottom: 1rem;
  padding: 4rem 2rem 1rem;
  display: flex;
  position: absolute;
}

.hero-paragraph {
  text-align: center;
  width: 70%;
}

.hero-paragraph.mobile {
  display: none;
}

.hero-paragraph.mobile.recycle_desc {
  display: block;
}

.hero-paragraph.recycle_desc {
  text-wrap: pretty;
  font-size: 1.2rem;
}

.footer {
  padding: 4rem 5% 5rem;
  position: relative;
}

.footer.background-color-grey {
  background-color: var(--grey);
}

.footer-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  max-width: 8rem;
}

.logo.hover {
  z-index: 2;
  opacity: 1;
  max-width: 9rem;
  transition: opacity .3s ease-out;
}

.logo.color {
  opacity: 1;
  display: none;
}

.footer-text-block {
  color: var(--dim-grey);
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.footer-column.first {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-column.links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--light-grey);
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.page-wrapper {
  overflow: hidden;
}

.text-weight-normal {
  font-weight: 400;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-tiny, .margin-horizontal.margin-medium, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.text-align-right {
  text-align: right;
}

.margin-vertical, .margin-vertical.margin-custom2, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-large, .margin-vertical.margin-custom1, .margin-vertical.margin-xhuge, .margin-vertical.margin-xsmall, .margin-vertical.margin-huge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-small, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.padding-horizontal, .padding-horizontal.padding-custom3, .padding-horizontal.padding-small, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-0, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom1, .padding-horizontal.padding-xxsmall {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-height-small {
  height: 2rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.hide, .rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide-color {
  padding-bottom: 8rem;
}

.styleguide-color.is-light-grey {
  background-color: var(--dim-grey);
}

.styleguide-color.is-gold {
  background-color: var(--gold);
}

.styleguide-color.is-white {
  background-color: #fff;
}

.styleguide-color.is-black {
  background-color: var(--black);
}

.styleguide-color.is-grey, .styleguide-color.background-color-grey {
  background-color: var(--grey);
}

.padding-xxhuge {
  padding: 10rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-large {
  padding: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-huge {
  padding: 6rem;
}

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

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.text-style-italic {
  font-style: italic;
}

.text-style-muted {
  opacity: .6;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-0 {
  margin: 0;
}

.padding-xsmall {
  padding: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.text-style-link {
  text-decoration: underline;
}

.styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.styleguide-item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-custom3, .margin-left.margin-custom2, .margin-left.margin-0, .margin-left.margin-medium, .margin-left.margin-custom1, .margin-left.margin-xxhuge, .margin-left.margin-xxsmall, .margin-left.margin-small, .margin-left.margin-xlarge, .margin-left.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.padding-top, .padding-top.padding-xxlarge, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-xlarge, .padding-top.padding-0, .padding-top.padding-custom2, .padding-top.padding-xhuge, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.styleguide-heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-color-black {
  color: #000;
}

.margin-large {
  margin: 3rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.button {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: .75rem 1.5rem;
  font-size: .85rem;
  display: flex;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.mobile-menu {
  display: none;
}

.button.recycle_button {
  margin-top: 2rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-left, .padding-left.padding-custom3, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-0, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-large, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-xxsmall, .padding-left.padding-xsmall {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .9rem;
  display: inline-block;
}

.styleguide-label.is-html-tag {
  background-color: #be4aa5;
}

.overflow-scroll {
  overflow: scroll;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.overflow-auto {
  overflow: auto;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-right, .margin-right.margin-tiny, .margin-right.margin-xhuge, .margin-right.margin-custom3, .margin-right.margin-xxlarge, .margin-right.margin-0, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-medium, .margin-right.margin-huge, .margin-right.margin-custom2, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.padding-right, .padding-right.padding-xhuge, .padding-right.padding-medium, .padding-right.padding-xxlarge, .padding-right.padding-0, .padding-right.padding-xxsmall, .padding-right.padding-custom2, .padding-right.padding-small, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-xsmall, .padding-right.padding-custom1, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-xxhuge, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.margin-bottom, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom3, .margin-bottom.margin-0, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xxsmall {
  margin: .5rem;
}

.icon-height-large {
  height: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-tiny {
  margin: .25rem;
}

.padding-medium {
  padding: 2rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.margin-xsmall {
  margin: 1rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-medium {
  margin: 2rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-color-white {
  color: #fff;
}

.styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-xsmall, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xhuge, .padding-bottom.padding-small, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-custom2, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-xxsmall, .margin-top.margin-custom1, .margin-top.margin-tiny, .margin-top.margin-xxhuge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-medium {
  height: 3rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-align-left {
  text-align: left;
}

.padding-tiny {
  padding: .25rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-xhuge {
  margin: 7rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.margin-xxhuge {
  margin: 10rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.padding-small {
  padding: 1.5rem;
}

.styleguide-subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.padding-vertical, .padding-vertical.padding-custom3, .padding-vertical.padding-custom1, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-tiny, .padding-vertical.padding-0, .padding-vertical.padding-small, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-xhuge, .padding-vertical.padding-medium, .padding-vertical.padding-huge, .padding-vertical.padding-custom2, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  padding: .5rem 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-links-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-links-wrapper.mobile {
  display: none;
}

.navbar-link {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .85rem;
  text-decoration: none;
  display: flex;
}

.navbar-link.history-tablet {
  display: none;
}

.navbar-link.landuage-switcher {
  background-color: #fff0;
  margin-left: 0;
}

.navbar-container {
  justify-content: space-between;
  display: flex;
}

.cta-button-wrapper {
  border: 2px solid var(--gold);
  border-radius: 10rem;
  padding: .25rem;
  display: none;
}

.circle-decor {
  border: 2px solid #e7e7e7;
  border-radius: 100%;
  width: 75rem;
  height: 75rem;
  position: absolute;
}

.doodle-text-block {
  text-transform: uppercase;
  font-family: ff-market-web, sans-serif;
}

.doodle-text-block.hero-desktop {
  text-align: center;
  margin-top: 2rem;
}

.doodle-text-block.mobile {
  display: none;
}

.tabs-absolute-decor {
  position: absolute;
}

.tabs-absolute-decor.bottom {
  z-index: 3;
  max-height: 5rem;
  bottom: 0;
}

.tabs-absolute-decor.bottom-right {
  width: 100%;
  max-width: 4rem;
  right: 0;
}

.tabs-absolute-decor.bottom-left {
  width: 100%;
  max-width: 3rem;
  bottom: auto;
  left: 0;
}

.hero-video-mask {
  border-radius: 100%;
  width: 70rem;
  height: 70rem;
  position: relative;
  overflow: hidden;
}

.video-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.production-video-wrapper {
  width: 100%;
  position: relative;
}

.production-video-wrapper.desktop {
  padding-bottom: 56.25%;
}

.production-video-wrapper.mobile {
  display: none;
}

.arrown-down {
  width: 3rem;
  height: 3rem;
  position: relative;
}

.arrown-down.mobile {
  display: none;
}

.granule-circle-absolute {
  z-index: 1;
  position: absolute;
}

.pop-up {
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
}

.pop-up.link {
  color: var(--black);
  font-size: 1.2rem;
}

.pop-up-window {
  z-index: 1000;
  background-color: var(--white);
  opacity: 0;
  border: 1px solid #000;
  border-radius: 1.5rem;
  max-width: 20rem;
  max-height: 40rem;
  padding: 1.5rem;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
}

.pop-up-window.liten {
  bottom: 3rem;
}

.pop-up-window.mosten {
  bottom: 3rem;
  left: 5rem;
}

.pop-up-window.sources {
  z-index: 1000;
  grid-row-gap: .5rem;
  opacity: 0;
  flex-direction: column;
  min-width: 22rem;
  max-width: none;
  max-height: none;
  display: none;
  bottom: 4.5rem;
}

.close-popup {
  z-index: 990;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.some-dynamic {
  position: absolute;
}

.footer-arrow {
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: -1.5rem;
  right: -5rem;
  transform: rotate(-30deg);
}

.footer-arrow.left {
  transform-style: preserve-3d;
  left: -5rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(-30deg);
}

.absolute-wrapper {
  position: relative;
}

.arrow-link {
  z-index: 400;
}

.arrow-link.mobile.w--current, .arrow-link.tablet, .navbar-mobile {
  display: none;
}

.some-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43rem;
  display: flex;
  position: relative;
}

.app-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
}

.close-pop-up {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 4rem 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 25rem;
  margin-bottom: 2rem;
  display: flex;
}

.pop-up-icons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main-list {
  padding-left: 40px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.main-list-item {
  margin-top: 40px;
  list-style-type: lower-alpha;
}

.sub-list {
  margin-top: 20px;
  padding-left: 10px;
  list-style-type: decimal;
}

.sub-list-item {
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: decimal;
}

.sub-list-item.prize {
  line-height: 1.7;
}

.sub-list-item.no-style {
  list-style-type: none;
}

.h2-legal-heading {
  letter-spacing: .3px;
  text-transform: none;
  font-size: 1.5rem;
}

.h1-legal-heading {
  text-transform: none;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
}

.history-card {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2.5rem;
  flex-direction: column;
  max-width: 35vw;
  height: 100%;
  padding: 3.5vh;
  display: flex;
  position: relative;
}

.history-card.mobile {
  max-width: 60%;
  height: auto;
  padding: 2rem;
}

.timeline-line {
  border: 1px dashed #000;
  width: 99.5%;
}

.timeline-line.mobile {
  width: 1px;
  height: 100%;
}

.timeline-line.end, .timeline-line.first {
  width: 50%;
}

.camera {
  width: 100%;
  min-height: 100vh;
  padding-top: 7vh;
  padding-bottom: 5vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.frame.mobile {
  flex-direction: column;
  width: 80%;
}

.frame.timeline {
  height: 7rem;
  margin-top: 2rem;
}

.frame.timeline.mobile {
  flex-direction: column;
  align-items: center;
  width: 15%;
  height: auto;
  margin-top: 0%;
}

.decoration-absolute-timeline {
  position: absolute;
}

.decoration-absolute-timeline.kaucuk {
  max-width: 16vh;
  bottom: -2vh;
  left: -15vh;
}

.decoration-absolute-timeline.kaucuk.mobile {
  max-width: 8rem;
  bottom: -4rem;
  left: -7rem;
  right: 0;
}

.decoration-absolute-timeline.animation-2 {
  max-width: 18vh;
  right: -19vh;
}

.decoration-absolute-timeline.animation-2.mobile {
  max-width: 8rem;
  right: -9rem;
}

.decoration-absolute-timeline.animation-3 {
  max-width: 15vh;
  bottom: -2vh;
  right: -17vh;
}

.decoration-absolute-timeline.animation-3.mobile {
  max-width: 8rem;
  bottom: 0;
  right: -8rem;
}

.decoration-absolute-timeline.animation-5 {
  max-width: 28vh;
  bottom: -4vh;
  right: -28vh;
}

.decoration-absolute-timeline.animation-5.mobile {
  display: none;
}

.decoration-absolute-timeline.cheese {
  width: 13vh;
  top: -4vh;
  right: -9vh;
}

.decoration-absolute-timeline.cheese.mobile {
  width: 100%;
  max-width: 8rem;
  top: -2rem;
  right: -3rem;
}

.decoration-absolute-timeline.animation-4 {
  max-width: 22vh;
  top: -3vh;
  right: -23vh;
}

.decoration-absolute-timeline.animation-4.mobile {
  max-width: 10rem;
  top: 0;
  right: -11rem;
}

.decoration-absolute-timeline.bakeland {
  max-width: 15vh;
  bottom: 5vh;
  left: -14.5vh;
}

.decoration-absolute-timeline.bakeland.mobile {
  max-width: 8rem;
  bottom: 4rem;
  left: -7rem;
}

.decoration-absolute-timeline.animation-1 {
  max-width: 16vh;
  bottom: -3vh;
  left: -18vh;
}

.decoration-absolute-timeline.animation-1.mobile {
  max-width: 9rem;
  bottom: -2rem;
  left: -9rem;
}

.decoration-absolute-timeline.regnault {
  max-width: 15vh;
  inset: auto auto 2vh -14vh;
}

.decoration-absolute-timeline.regnault.mobile {
  max-width: 8rem;
  bottom: -3rem;
  left: -7rem;
}

.decoration-absolute-timeline.nylon {
  max-width: 16vh;
  top: 0;
  left: -14.5vh;
}

.decoration-absolute-timeline.nylon.mobile {
  max-width: 8rem;
  top: 0;
  left: -7rem;
}

.timeline-dot {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 49%;
}

.timeline-dot.mobile {
  left: auto;
  right: -6.5px;
}

.timeline-current-item {
  z-index: 2;
  width: 1.5rem;
  position: absolute;
  left: 48.5%;
}

.timeline-current-item.mobile {
  left: auto;
  right: -10px;
}

.frames-wrapper {
  justify-content: space-between;
  margin-top: 3rem;
  display: flex;
}

.timeline-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
}

.timeline-text.mobile {
  justify-content: flex-end;
  top: auto;
  right: 2rem;
}

.timeline-shade.bottom {
  background-image: linear-gradient(45deg, #fff, #0000);
  width: 3px;
  height: 15rem;
  position: absolute;
  bottom: 0;
  right: -1px;
}

.timeline-shade.mobile {
  background-image: linear-gradient(45deg, #0000, #fff);
  width: 3px;
  height: 15rem;
  position: absolute;
  top: 0;
  right: -1px;
}

.text-color-gold-2 {
  color: #fac200;
  letter-spacing: .2px;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-size: 2rem;
}

.history-item {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: auto;
  display: flex;
}

.history-item.first {
  margin-left: 25%;
}

.history-item.first.timeline {
  justify-content: flex-end;
  align-items: center;
}

.history-item.mobile {
  align-items: center;
  width: auto;
  height: 30rem;
}

.history-item.timeline {
  justify-content: center;
  align-items: center;
  position: relative;
}

.history-item.timeline.end {
  justify-content: flex-start;
}

.history-item.timeline.mobile {
  justify-content: flex-end;
  width: 100%;
  height: 30rem;
}

.container-xsmall {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  color: var(--dim-grey);
}

.recycle_about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about_desc {
  text-wrap: pretty;
  width: 90%;
}

.about_desc.about_desc_full {
  width: 90%;
}

.about_desc.heading_desc {
  width: 100%;
  font-size: 1.1rem;
}

.buttons_recycle_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.recycle_types.section.background-dotted {
  padding: 2rem 0% 0;
}

.recycle_type {
  background-color: var(--white);
  width: 100%;
}

.about_recycle_image {
  width: 100%;
}

.recycle_about_left {
  flex-flow: column;
  flex: 1 0 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.recycle_about_right {
  flex-flow: column;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recycle_scroll_section {
  height: 500vh;
}

.scroll_paragraph {
  text-align: center;
  width: 100%;
}

.recycle_image_block {
  background-image: url('../images/Schema_mechanicka_recyklace-v2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1 0 0;
}

.recycle_image_block.recycle_image_block_second {
  background-image: url('../images/chemicka_recyklace.webp');
  background-size: contain;
  flex-shrink: 0;
}

.about_wrapper_left, .about_wrapper_right {
  flex: 1 0 0;
}

.about_wrapper_right.products_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  margin-top: 2rem;
  display: grid;
}

.aboutimage.products_image {
  width: 100px;
}

.aboutimage.products_image.mobile_image {
  display: none;
}

.product_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.product_heading.mobile_heading {
  margin-bottom: 0;
}

.product_heading.icon_desc {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white-smoke);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 3rem;
}

.product_image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  max-height: 180px;
}

.product_image.product_big_image {
  object-fit: contain;
}

.product_image.product_big_image.margin-left {
  margin-left: -1.5rem;
  transform: scale(1.4);
}

.recycle_faq {
  margin-bottom: 1rem;
}

.recycle_faq_trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: background-color .15s;
  display: flex;
}

.recycle_faq_trigger:hover {
  background-color: var(--white-smoke);
}

.recycle_faq_icon {
  width: 1.2rem;
  min-width: 1.2rem;
}

.recycle_faq_body {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.faq_headline {
  font-weight: 700;
}

.product_desc {
  background-color: var(--white-smoke);
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar-link.landuage-switcher {
    margin-left: 2rem;
  }

  .granule-circle-absolute {
    width: 43rem;
    height: 43rem;
  }

  .history-card {
    max-width: 33vw;
  }

  .decoration-absolute-timeline.kaucuk {
    max-width: 15vh;
    bottom: 0;
    left: -14vh;
  }

  .decoration-absolute-timeline.animation-5 {
    bottom: -3vh;
  }

  .decoration-absolute-timeline.animation-1 {
    bottom: -2vh;
    transform: rotate(17deg);
  }

  .decoration-absolute-timeline.regnault {
    bottom: 2vh;
  }
}

@media screen and (min-width: 1440px) {
  .vertical-label.history.sk {
    margin-left: 2px;
  }

  .production-solo-image.background-image {
    min-height: 40rem;
  }

  .history-card {
    max-width: 30vw;
  }

  .decoration-absolute-timeline.kaucuk {
    bottom: -3vh;
  }
}

@media screen and (min-width: 1920px) {
  .tab-pane-text-content {
    justify-content: center;
  }

  .utilization-image-block {
    background-size: cover;
    background-attachment: scroll;
    width: 53%;
  }

  .pane-text-wrapper {
    width: 60%;
    margin-bottom: 4rem;
  }

  .some-grid {
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .tabs-absolute-decor.bottom {
    max-height: 7rem;
  }

  .granule-circle-absolute {
    width: 45rem;
    height: 45rem;
  }

  .some-dynamic {
    width: 100%;
  }

  .history-card {
    max-width: 25rem;
  }

  .timeline-line {
    width: 99.9%;
  }

  .frame.timeline {
    margin-top: 4rem;
  }

  .decoration-absolute-timeline.kaucuk {
    bottom: -3vh;
  }

  .decoration-absolute-timeline.bakeland {
    max-width: 13vh;
    left: -12vh;
  }

  .timeline-text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    min-height: 100vh;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.production {
    border-radius: 0%;
  }

  .section.top {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .section.history-mobile {
    background-image: url('../images/BG-historie-carousel.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 1443px;
    background-attachment: fixed;
    flex-direction: column;
    display: block;
  }

  .section.track {
    height: 400vw;
  }

  .section.track.background-dotted {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .container.recycle_container {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    grid-column-gap: 1.5rem;
    flex-direction: row;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .tabs-content {
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .tab-link {
    flex: none;
    width: auto;
    max-width: none;
  }

  .tab-link-image {
    width: 2rem;
    height: 2rem;
  }

  .tab-link-text {
    width: 100%;
  }

  .tab-pane-image {
    height: 25rem;
  }

  .tab-pane-text-content {
    min-height: 0;
    padding-bottom: 8rem;
  }

  .decoration-absolute.production-1, .decoration-absolute.production-2, .decoration-absolute.production-3 {
    display: none;
  }

  .banner-question-mark.bottom {
    width: 8rem;
  }

  .h2-tabs-header {
    text-align: center;
  }

  .tabs-width-half {
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }

  .pane-text-wrapper {
    width: 65%;
    margin-bottom: 0;
  }

  .vertical-label.production-left {
    max-width: 25%;
    display: none;
  }

  .production-step {
    grid-template-columns: .5fr 1fr;
    margin-top: 2rem;
  }

  .production-step.reverse {
    grid-template-columns: 1.75fr 1fr;
  }

  .production-solo-image.background-image {
    min-height: 35rem;
    margin-top: 0;
  }

  .some-grid {
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-paragraph.mobile.recycle_desc {
    width: 100%;
  }

  .margin-huge {
    margin: 5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .button.mobile-menu {
    z-index: 2000;
    display: flex;
  }

  .button.mobile {
    background-color: var(--white-smoke);
    color: var(--grey);
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding: 0 0%;
  }

  .navbar-links-wrapper {
    display: none;
  }

  .navbar-links-wrapper.mobile {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .navbar-link {
    text-align: center;
    font-size: 1rem;
  }

  .navbar-link.mobile {
    margin-bottom: 2rem;
  }

  .navbar-link.mobile.landcape-hidden {
    display: none;
  }

  .navbar-link.mobile-landscape {
    margin-bottom: 2rem;
    display: block;
  }

  .navbar-link.landuage-switcher {
    margin-top: 6rem;
  }

  .navbar-container {
    padding: .5rem 5%;
    position: relative;
  }

  .navbar-container.mobile {
    justify-content: flex-end;
    padding-left: 0%;
    padding-right: 0%;
    position: absolute;
    top: 1rem;
    left: 5%;
    right: 5%;
  }

  .cta-button-wrapper {
    border-color: var(--white-smoke);
  }

  .cta-button-wrapper.mobile {
    margin-top: 3rem;
  }

  .circle-decor {
    width: 60rem;
    height: 60rem;
  }

  .hero-video-mask {
    justify-content: center;
    align-items: center;
    width: 55rem;
    height: 55rem;
  }

  .arrow-link {
    display: none;
  }

  .arrow-link.tablet {
    display: block;
  }

  .navbar-mobile {
    z-index: 2000;
    background-color: var(--gold);
    background-image: url('../images/O-maska.svg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 5rem 2rem;
    display: flex;
    position: fixed;
    inset: 0%;
    transform: translate(100%);
  }

  .close-button {
    background-color: var(--white-smoke);
    border-radius: 100%;
    max-width: 2.5rem;
    max-height: 2.5rem;
    padding: .5rem;
    display: flex;
  }

  .main-list {
    font-size: 20px;
  }

  .main-list-item {
    list-style-type: lower-alpha;
  }

  .history-card {
    max-width: 50vw;
  }

  .history-card.mobile {
    max-width: 90%;
    height: auto;
    padding: 2rem 2rem 1.75rem;
  }

  .timeline-line.mobile {
    width: 1px;
    height: 100%;
  }

  .camera {
    background-image: url('../images/BG-historie-carousel.png');
    background-position: 50%;
    background-size: 1443px;
    height: 100%;
    max-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .frame.mobile {
    flex-direction: column;
    width: 75%;
  }

  .frame.timeline {
    margin-top: 2rem;
  }

  .frame.timeline.mobile {
    align-items: center;
    width: 15%;
    height: auto;
    margin-top: 0%;
  }

  .decoration-absolute-timeline {
    display: none;
  }

  .decoration-absolute-timeline.animation-2 {
    max-width: 11rem;
    right: -12rem;
  }

  .decoration-absolute-timeline.animation-3 {
    max-width: 7.5rem;
  }

  .decoration-absolute-timeline.animation-5 {
    max-width: 15rem;
    bottom: -2rem;
    right: -13rem;
  }

  .decoration-absolute-timeline.animation-4 {
    max-width: 10rem;
    right: -11rem;
  }

  .decoration-absolute-timeline.animation-1 {
    max-width: 7.5rem;
    bottom: -2rem;
    left: -8rem;
  }

  .timeline-dot.mobile {
    left: auto;
    right: -6.5px;
  }

  .timeline-current-item.mobile {
    left: auto;
    right: -.75rem;
  }

  .frames-wrapper {
    justify-content: space-between;
    margin-top: 3rem;
    display: flex;
  }

  .timeline-text.mobile {
    top: auto;
  }

  .timeline-shade {
    background-image: linear-gradient(45deg, #0000, #fff);
    width: 3px;
    height: 15rem;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: -1px;
  }

  .timeline-shade.bottom {
    background-image: linear-gradient(209deg, #0000, #fff);
    top: auto;
    bottom: 0;
  }

  .history-item {
    width: 80vw;
  }

  .history-item.first {
    margin-left: 10%;
  }

  .history-item.mobile {
    align-items: center;
    width: auto;
    height: 25rem;
  }

  .history-item.timeline.mobile {
    justify-content: flex-end;
    width: 100%;
    height: 25rem;
    padding-bottom: 0;
  }

  .about_desc {
    width: 90%;
  }

  .recycle_about_left {
    margin-bottom: 2rem;
  }

  .product_heading.icon_desc {
    border-radius: 0;
  }

  .product_image.product_big_image.margin-left {
    transform: scale(1.5);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .section.history-mobile {
    background-image: url('../images/BG-historie-carousel.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: 1443px;
    background-attachment: fixed;
  }

  .section.track.background-dotted {
    display: none;
  }

  .swiper-wrapper.utilization {
    max-height: none;
  }

  .container.recycle_container.about_container.about_container_flex {
    flex-flow: column;
  }

  .tab-pane-image {
    height: 20rem;
  }

  .cta-banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper-slide-content.utilization {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .utilization-text-block {
    width: 100%;
  }

  .utilization-image-block {
    width: 100%;
    height: 20rem;
    position: static;
  }

  .utilization-image-block._1 {
    position: relative;
  }

  .absolute {
    display: none;
  }

  .facts-text-block {
    font-size: 2rem;
  }

  .banner-question-mark.bottom {
    right: 1rem;
  }

  .pane-text-wrapper {
    width: 80%;
  }

  .vertical-label.production-left {
    display: none;
  }

  .production-solo-image.background-image {
    min-height: 30rem;
  }

  .production-gallery-image {
    height: 15rem;
  }

  .some-grid {
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .some-static {
    max-width: 38rem;
  }

  .some-link {
    width: 3.5rem;
    height: 3.5rem;
  }

  .white-circle {
    width: 35rem;
    height: 35rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-links-wrapper.mobile {
    z-index: 2001;
    grid-column-gap: 3rem;
    flex-direction: row;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: scroll;
  }

  .navbar-link.mobile {
    margin-bottom: 0;
  }

  .navbar-link.mobile.landcape-hidden {
    display: none;
  }

  .navbar-link.mobile-landscape {
    margin-bottom: 0;
    display: block;
  }

  .navbar-link.landuage-switcher, .cta-button-wrapper.mobile {
    margin-top: 0;
  }

  .circle-decor {
    width: 55rem;
    height: 55rem;
  }

  .hero-video-mask {
    width: 50rem;
    height: 50rem;
    position: absolute;
  }

  .relative-mask-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 50rem;
    display: flex;
    position: relative;
  }

  .video-content {
    width: 100%;
    height: 55rem;
  }

  .granule-circle-absolute {
    max-width: 40rem;
    max-height: 40rem;
  }

  .some-dynamic {
    width: 110%;
  }

  .arrow-link {
    display: none;
  }

  .arrow-link.tablet {
    display: block;
  }

  .navbar-mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .main-list-item {
    margin-top: 30px;
  }

  .sub-list {
    padding-left: 10px;
  }

  .sub-list-item {
    font-size: 15px;
  }

  .history-card.mobile {
    max-width: 22rem;
  }

  .frame.mobile {
    align-items: center;
    width: 80%;
    padding-left: 1rem;
  }

  .frame.timeline.mobile {
    width: 20%;
  }

  .decoration-absolute-timeline.kaucuk, .decoration-absolute-timeline.animation-2, .decoration-absolute-timeline.animation-3, .decoration-absolute-timeline.animation-5, .decoration-absolute-timeline.cheese, .decoration-absolute-timeline.animation-4, .decoration-absolute-timeline.bakeland {
    display: none;
  }

  .decoration-absolute-timeline.animation-1 {
    display: none;
    left: -10rem;
  }

  .decoration-absolute-timeline.regnault, .decoration-absolute-timeline.nylon {
    display: none;
  }

  .timeline-text.mobile {
    font-size: 1.2rem;
  }

  .timeline-shade {
    background-image: linear-gradient(45deg, #0000, #fff);
    width: 3px;
    height: 15rem;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: -1px;
  }

  .timeline-shade.bottom {
    background-image: linear-gradient(#0000, #fff);
    top: auto;
    bottom: 0;
  }

  .history-item.mobile {
    align-items: center;
    height: 30rem;
  }

  .history-item.timeline.mobile {
    height: 30rem;
  }

  .about_desc, .about_desc.about_desc_full {
    width: 100%;
  }

  .recycle_image_block {
    background-size: cover;
    flex: 0 auto;
    min-height: 420px;
  }

  .about_wrapper_right.products_grid {
    width: 100%;
  }

  .product_image.product_big_image.margin-left {
    margin-left: -1rem;
    transform: scale(1.6);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  li {
    text-wrap: pretty;
    width: 100%;
  }

  .section.footer {
    grid-row-gap: 1rem;
  }

  .section.top {
    padding-top: 6rem;
  }

  .section.history-mobile {
    display: none;
  }

  .section.track {
    height: 450vw;
  }

  .section.track.background-dotted {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-align-center.scale {
    font-size: 3.5vh;
  }

  .text-align-center.scale.text-color-gold {
    font-size: 4vh;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }

  .container.recycle_container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .tab-link-image {
    height: 1.5rem;
  }

  .tab-pane-image {
    height: 15rem;
  }

  .tab-pane-text-content {
    padding: 3rem 4rem 6rem;
  }

  .cta-banner.visible {
    padding: 1rem 2rem;
  }

  .decoration-absolute {
    display: none;
  }

  .utilization-text-block {
    padding: 1.5rem;
  }

  .swiper-nav-icon {
    width: .75rem;
    height: .75rem;
  }

  .pane-text-wrapper {
    width: auto;
  }

  .vertical-label {
    z-index: -1;
    width: 40%;
  }

  .vertical-label.history {
    display: none;
  }

  .production-step {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .production-step.reverse {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .production-solo-image.background-image {
    min-height: 15rem;
  }

  .production-video {
    min-height: 0;
  }

  .production-gallery {
    grid-template-columns: 1fr;
  }

  .some-grid {
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .some-static {
    width: 100%;
    bottom: auto;
  }

  .some-icon.hover.orlen {
    width: 2rem;
  }

  .some-icon.youtube, .some-icon.instagram, .some-icon.twitter {
    width: 1.5rem;
  }

  .some-icon.linkedin {
    width: 1.35rem;
  }

  .some-icon.facebook {
    width: .75rem;
  }

  .some-icon.orlen {
    width: 2rem;
  }

  .white-circle {
    width: 18rem;
    height: 18rem;
    margin-bottom: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-paragraph {
    width: 80%;
    display: none;
  }

  .hero-paragraph.mobile {
    margin-top: 3rem;
    display: block;
  }

  .hero-paragraph.mobile.recycle_desc {
    text-wrap: pretty;
  }

  .hero-paragraph.recycle_desc {
    font-size: 1rem;
    display: block;
  }

  .footer-content-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .logo {
    max-width: 7rem;
  }

  .footer-column.first {
    text-align: center;
    align-items: center;
  }

  .footer-column.links {
    flex-direction: column;
    align-items: center;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-links-wrapper.mobile {
    grid-column-gap: 1rem;
    flex-direction: column;
    overflow: visible;
  }

  .navbar-link.mobile {
    margin-bottom: 2rem;
  }

  .navbar-link.mobile.landcape-hidden, .navbar-link.mobile-landscape {
    display: block;
  }

  .navbar-link.landuage-switcher {
    margin-top: 6rem;
  }

  .cta-button-wrapper.mobile {
    margin-top: 2rem;
  }

  .circle-decor {
    width: 45rem;
    height: 45rem;
    display: none;
  }

  .doodle-text-block.hero-desktop {
    display: none;
  }

  .doodle-text-block.mobile {
    z-index: 10;
    color: var(--white-smoke);
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
    position: absolute;
    bottom: .5rem;
  }

  .tabs-absolute-decor.bottom {
    max-height: 4rem;
  }

  .tabs-absolute-decor.bottom-right {
    max-width: 3rem;
  }

  .tabs-absolute-decor.bottom-left {
    max-width: 2.5rem;
  }

  .hero-video-mask {
    width: 30rem;
    height: 30rem;
  }

  .relative-mask-wrapper {
    max-height: 30rem;
  }

  .video-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30rem;
    margin-top: 2rem;
  }

  .production-video-wrapper.desktop {
    display: none;
  }

  .production-video-wrapper.mobile {
    height: 100%;
    padding-bottom: 170%;
    display: block;
    position: relative;
  }

  .arrown-down {
    display: none;
  }

  .arrown-down.mobile {
    display: block;
  }

  .granule-circle-absolute {
    z-index: 100;
    max-width: 21rem;
    max-height: 21rem;
  }

  .pop-up-window.mosten {
    width: 100%;
    max-width: none;
    left: 0;
  }

  .some-dynamic {
    width: 110%;
  }

  .footer-arrow, .arrow-link {
    display: none;
  }

  .arrow-link.mobile, .arrow-link.mobile.w--current {
    display: block;
  }

  .arrow-link.tablet {
    display: none;
  }

  .some-wrapper {
    width: 150%;
    max-width: none;
  }

  .main-list {
    padding-left: 20px;
    font-size: 18px;
  }

  .main-list-item {
    margin-top: 20px;
  }

  .history-card {
    max-width: none;
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem;
  }

  .camera {
    background-image: url('../images/BG-historie-carousel.png');
    background-position: 50%;
    background-size: 1443px;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .frame.timeline {
    height: 5rem;
    margin-top: 1.5rem;
  }

  .decoration-absolute-timeline, .decoration-absolute-timeline.animation-5 {
    display: none;
  }

  .decoration-absolute-timeline.regnault {
    width: 8rem;
    left: -7rem;
  }

  .timeline-current-item {
    left: 47.5%;
  }

  .timeline-text {
    font-size: 14px;
    top: 0;
  }

  .text-color-gold-2.mobile {
    margin-bottom: .25rem;
    font-size: 1.75rem;
  }

  .history-item {
    width: 100vw;
    height: 100%;
  }

  .history-item.first {
    align-items: stretch;
    width: 101vw;
    height: 100%;
    margin-left: 0%;
  }

  .about_desc.heading_desc {
    width: 100%;
  }

  .buttons_recycle_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .scroll_paragraph {
    width: 90%;
  }

  .recycle_image_block {
    background-size: contain;
    min-height: 200px;
  }

  .about_wrapper_right.products_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .aboutimage.products_image {
    width: 50px;
    display: none;
  }

  .aboutimage.products_image.mobile_image {
    display: block;
  }

  .product_heading {
    flex-flow: column;
    margin-bottom: 0;
  }

  .product_heading.mobile_heading {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .product_heading.icon_desc {
    padding: .5rem 1rem;
  }

  .product_image {
    max-height: 100px;
  }

  .product_image.product_big_image.margin-left {
    margin-left: 0;
    transform: scale(1.3);
  }

  .list {
    padding-left: 0;
  }
}

#w-node-_6f09ce2c-eba8-4563-d2ba-0fcd6d8193d6-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8e4ad5a6-b3c0-106a-36c3-1a8f2911edc3-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f79bf26-c142-4f7c-a068-db2ba451e4ad-529340f8, #w-node-_2208cde1-76e5-4ad6-1d7c-8fda0a16f7d8-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f52dad-79c4-64b4-6d24-d40d9cede28d-529340f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84694ffd-caed-53b6-abc2-08dc747a49e6-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84694ffd-caed-53b6-abc2-08dc747a49e7-529340f8, #w-node-_84694ffd-caed-53b6-abc2-08dc747a49eb-529340f8, #w-node-c52d4cbd-e919-4eb7-0a01-a953caca3d10-529340f8, #w-node-_0a365052-3796-be04-6c25-1a00e7d6085c-529340f8, #w-node-cc2a1215-82aa-489d-09ea-37ee18e76139-529340f8, #w-node-_9a4ce192-719a-656c-b55b-216f5a3a2d73-529340f8, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def230-529340f8, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def231-529340f8, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def232-529340f8, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def233-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84694ffd-caed-53b6-abc2-08dc747a49e5-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_65637322-018a-cbab-c839-c5ca4665baaf-529340f8, #w-node-_968ef737-4999-607a-a1ff-7dba8db174aa-529340f8, #w-node-_095d6466-9703-51e8-ceb8-5c80b934df42-529340f8, #w-node-_1393d108-b0e1-ac52-91d6-d7158f08ee8e-529340f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44fe-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44eb-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44ec-529340f8, #w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44f0-529340f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b338730-c4d2-3266-c501-d6dba76ddbc5-529340f8, #w-node-_7f3344d0-2594-4177-1f74-ba7c1e4bd9f3-529340f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a661cc1-08dc-cef4-a190-2b9ff831bd53-529340f8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-fd04c144-d330-61a4-6504-1fb189c6fcc5-529340f8 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_38f39c80-ad2f-9c05-07fd-90f1100f1d97-529340f8 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_205e4adb-4550-9bfd-b70e-31fd99374d31-529340f8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_205e4adb-4550-9bfd-b70e-31fd99374d33-529340f8 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_205e4adb-4550-9bfd-b70e-31fd99374d34-529340f8 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-f4f9e42a-6b5c-9d89-e44d-bf6a3b646299-529340f8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-f4f9e42a-6b5c-9d89-e44d-bf6a3b64629b-529340f8 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-f4f9e42a-6b5c-9d89-e44d-bf6a3b64629c-529340f8 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_29c4f562-4ff1-7ac6-5033-e638ab833b20-ab833b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c4f562-4ff1-7ac6-5033-e638ab833b3c-ab833b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29c4f562-4ff1-7ac6-5033-e638ab833b3d-ab833b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81de4-d6d81dd6 {
  grid-area: 1 / 6 / 3 / 7;
  place-self: center;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81de7-d6d81dd6 {
  grid-area: 1 / 7 / 5 / 8;
  place-self: center;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81dea-d6d81dd6 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81ded-d6d81dd6 {
  grid-area: 2 / 8 / 3 / 9;
  place-self: center;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df0-d6d81dd6 {
  grid-area: 1 / 5 / 5 / 6;
  place-self: center;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df6-d6d81dd6 {
  grid-area: 20 / 7 / 21 / 6;
  place-self: center;
}

#w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df9-d6d81dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042eec-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042eee-a3934102 {
  justify-self: center;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f06-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f07-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f0b-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f0c-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f10-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f11-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f15-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f16-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f1a-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f1b-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f1f-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f20-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f2a-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f2b-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f2f-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f30-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f34-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f35-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f39-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f3a-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f3e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f3f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f43-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f44-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f4e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f4f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f53-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f54-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f58-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f59-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f5d-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f5e-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f67-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f68-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f71-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f72-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f84-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f85-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f89-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f8a-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f8e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f8f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f93-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f94-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f98-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042f99-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fa8-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fa9-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fb7-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fb8-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fc8-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fc9-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fcd-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fce-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fd2-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fd3-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fd7-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fd8-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fe1-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fe2-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fe6-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fe7-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042feb-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042fec-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042ff0-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042ff1-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042ffb-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64042ffc-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043000-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043001-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043005-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043006-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404307a-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404307b-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043080-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043081-a3934102 {
  justify-self: start;
}

#w-node-_6b774953-9b20-8faf-9d76-8a117cce7de6-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b774953-9b20-8faf-9d76-8a117cce7de7-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430c9-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430ca-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430cb-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430cd-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430d0-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430d1-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430d2-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430d6-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430d9-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430da-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430db-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430df-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430e3-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430e4-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430ea-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640430ee-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430ef-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640430f3-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043220-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043224-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043225-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043227-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043229-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404322a-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404322c-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404322e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404322f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043231-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043233-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043234-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043236-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043238-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043239-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404323b-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404323d-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404323e-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043240-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043242-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043243-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043245-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043246-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043248-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043249-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404324b-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404324c-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404324e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404324f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043251-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043252-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043254-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043255-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043257-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404325d-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043261-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043262-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043264-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043266-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043267-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043269-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404326b-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404326c-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404326e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043270-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043271-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043273-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043275-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043276-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043278-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404327a-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404327b-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404327d-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404327f-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043280-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043282-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043284-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043285-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043287-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043289-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404328a-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404328c-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404328e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404328f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043291-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043293-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043294-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043296-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404329b-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404329f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432a1-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432a4-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432a9-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432ae-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432b3-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432b8-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432bf-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432c0-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432c2-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432c3-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432c5-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432c6-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432c8-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432c9-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432cb-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432cc-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432ce-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432cf-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432d1-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432d2-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432d4-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432d5-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432d7-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432d8-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432da-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432db-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432dd-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432de-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432e0-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432e1-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432e3-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432e4-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432e6-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432e7-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432e9-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432ea-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432ec-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432ed-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432ef-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432f0-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432f2-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432f3-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432f5-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432f6-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432f8-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432f9-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432fb-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432fc-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640432fe-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e640432ff-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043301-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043302-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043304-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043305-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043307-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043308-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404330a-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404330b-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404330d-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404330e-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043310-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043311-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043313-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043314-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043316-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043317-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404331c-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043320-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043322-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043325-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404332a-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404332f-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043334-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043339-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043340-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043341-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043343-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043344-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043346-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043347-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043349-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404334a-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404334c-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404334d-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404334f-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043350-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043352-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043353-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043355-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043356-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043358-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043359-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404335b-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404335c-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404335e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404335f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043361-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043362-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043364-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043365-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043367-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043368-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404336a-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404336b-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404336d-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404336e-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043370-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043371-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043373-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043374-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043376-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043377-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043379-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404337a-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404337c-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404337d-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404337f-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043380-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043382-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043383-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043385-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043386-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043388-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043389-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404338b-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404338c-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404338e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404338f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043391-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043392-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043394-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043395-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043397-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043398-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404348a-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e6404348e-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404348f-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043493-a3934102, #w-node-_4c225dc9-3358-2ee1-25d9-315e64043495-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e64043496-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404349a-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404349b-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e6404349f-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434a0-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434a4-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434a5-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434a9-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434aa-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434ae-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434af-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434b3-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434b4-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434b8-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434b9-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434bd-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434be-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434c2-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434c3-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434c6-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434c7-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434ca-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434cb-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434cf-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434d0-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434d4-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434d5-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434d9-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434da-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434de-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434df-a3934102 {
  justify-self: start;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434e3-a3934102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c225dc9-3358-2ee1-25d9-315e640434e4-a3934102 {
  justify-self: start;
}

#w-node-_6f09ce2c-eba8-4563-d2ba-0fcd6d8193d6-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8e4ad5a6-b3c0-106a-36c3-1a8f2911edc3-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f79bf26-c142-4f7c-a068-db2ba451e4ad-0fc4169e, #w-node-_2208cde1-76e5-4ad6-1d7c-8fda0a16f7d8-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f52dad-79c4-64b4-6d24-d40d9cede28d-0fc4169e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84694ffd-caed-53b6-abc2-08dc747a49e6-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84694ffd-caed-53b6-abc2-08dc747a49e7-0fc4169e, #w-node-_84694ffd-caed-53b6-abc2-08dc747a49eb-0fc4169e, #w-node-c52d4cbd-e919-4eb7-0a01-a953caca3d10-0fc4169e, #w-node-_0a365052-3796-be04-6c25-1a00e7d6085c-0fc4169e, #w-node-cc2a1215-82aa-489d-09ea-37ee18e76139-0fc4169e, #w-node-_9a4ce192-719a-656c-b55b-216f5a3a2d73-0fc4169e, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def230-0fc4169e, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def231-0fc4169e, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def232-0fc4169e, #w-node-dbbe492f-4f8b-2f69-a5b5-57ca68def233-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84694ffd-caed-53b6-abc2-08dc747a49e5-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_65637322-018a-cbab-c839-c5ca4665baaf-0fc4169e, #w-node-_968ef737-4999-607a-a1ff-7dba8db174aa-0fc4169e, #w-node-_095d6466-9703-51e8-ceb8-5c80b934df42-0fc4169e, #w-node-_1393d108-b0e1-ac52-91d6-d7158f08ee8e-0fc4169e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44fe-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44eb-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44ec-0fc4169e, #w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44f0-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b338730-c4d2-3266-c501-d6dba76ddbc5-0fc4169e, #w-node-_7f3344d0-2594-4177-1f74-ba7c1e4bd9f3-0fc4169e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a661cc1-08dc-cef4-a190-2b9ff831bd53-0fc4169e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-fd04c144-d330-61a4-6504-1fb189c6fcc5-0fc4169e {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_38f39c80-ad2f-9c05-07fd-90f1100f1d97-0fc4169e {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_205e4adb-4550-9bfd-b70e-31fd99374d31-0fc4169e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_205e4adb-4550-9bfd-b70e-31fd99374d33-0fc4169e {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_205e4adb-4550-9bfd-b70e-31fd99374d34-0fc4169e {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-f4f9e42a-6b5c-9d89-e44d-bf6a3b646299-0fc4169e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-f4f9e42a-6b5c-9d89-e44d-bf6a3b64629b-0fc4169e {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-f4f9e42a-6b5c-9d89-e44d-bf6a3b64629c-0fc4169e {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bc1-0fc4169e {
  grid-area: 3 / 4 / 4 / 5;
  place-self: center;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bc4-0fc4169e {
  grid-area: 3 / 5 / 5 / 6;
  place-self: center;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bc7-0fc4169e {
  grid-area: 4 / 2 / 6 / 3;
  place-self: center end;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bca-0fc4169e {
  grid-area: 4 / 6 / 6 / 7;
  place-self: center start;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bcd-0fc4169e {
  grid-area: 3 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bd0-0fc4169e {
  grid-area: 12 / 4 / 13 / 5;
  place-self: center;
}

#w-node-_63c42b8e-4856-8535-891a-266d52ed6bd3-0fc4169e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df6-d6d81dd6 {
    grid-row: 24 / 25;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_33f52dad-79c4-64b4-6d24-d40d9cede28d-529340f8, #w-node-_33f52dad-79c4-64b4-6d24-d40d9cede28d-0fc4169e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6f09ce2c-eba8-4563-d2ba-0fcd6d8193d6-529340f8 {
    place-self: center;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df6-d6d81dd6 {
    grid-row: 19 / 20;
  }

  #w-node-_6f09ce2c-eba8-4563-d2ba-0fcd6d8193d6-0fc4169e {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1393d108-b0e1-ac52-91d6-d7158f08ee8e-529340f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df6-d6d81dd6 {
    grid-row: 17 / 18;
  }

  #w-node-_1393d108-b0e1-ac52-91d6-d7158f08ee8e-0fc4169e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f09ce2c-eba8-4563-d2ba-0fcd6d8193d6-529340f8 {
    justify-self: start;
  }

  #w-node-_33f52dad-79c4-64b4-6d24-d40d9cede28d-529340f8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_84694ffd-caed-53b6-abc2-08dc747a49e6-529340f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84694ffd-caed-53b6-abc2-08dc747a49e5-529340f8 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_095d6466-9703-51e8-ceb8-5c80b934df42-529340f8, #w-node-_1393d108-b0e1-ac52-91d6-d7158f08ee8e-529340f8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44fe-529340f8 {
    justify-self: start;
  }

  #w-node-_3b338730-c4d2-3266-c501-d6dba76ddbc5-529340f8, #w-node-_7f3344d0-2594-4177-1f74-ba7c1e4bd9f3-529340f8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81de4-d6d81dd6 {
    grid-area: 4 / 10 / 5 / 7;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81de7-d6d81dd6 {
    grid-area: 2 / 8 / 6 / 13;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81dea-d6d81dd6 {
    grid-area: 5 / 4 / 6 / 7;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81ded-d6d81dd6 {
    grid-area: 5 / 9 / 6 / 14;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df0-d6d81dd6 {
    grid-area: 2 / 6 / 6 / 8;
  }

  #w-node-_4b1228b1-4f39-db83-c3ae-bdbdd6d81df6-d6d81dd6 {
    grid-area: 14 / 9 / 15 / 8;
  }

  #w-node-_6f09ce2c-eba8-4563-d2ba-0fcd6d8193d6-0fc4169e {
    justify-self: start;
  }

  #w-node-_33f52dad-79c4-64b4-6d24-d40d9cede28d-0fc4169e {
    grid-column: span 1 / span 1;
  }

  #w-node-_84694ffd-caed-53b6-abc2-08dc747a49e6-0fc4169e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84694ffd-caed-53b6-abc2-08dc747a49e5-0fc4169e {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_095d6466-9703-51e8-ceb8-5c80b934df42-0fc4169e, #w-node-_1393d108-b0e1-ac52-91d6-d7158f08ee8e-0fc4169e {
    grid-column: span 1 / span 1;
  }

  #w-node-_9c85e01f-fa55-20ba-c035-f22aa04a44fe-0fc4169e {
    justify-self: start;
  }

  #w-node-_3b338730-c4d2-3266-c501-d6dba76ddbc5-0fc4169e, #w-node-_7f3344d0-2594-4177-1f74-ba7c1e4bd9f3-0fc4169e {
    grid-column: span 1 / span 1;
  }

  #w-node-_63c42b8e-4856-8535-891a-266d52ed6bc1-0fc4169e {
    grid-column: 4 / 5;
  }

  #w-node-_63c42b8e-4856-8535-891a-266d52ed6bc4-0fc4169e {
    grid-area: 4 / 6 / 6 / 8;
    justify-self: start;
  }

  #w-node-_63c42b8e-4856-8535-891a-266d52ed6bc7-0fc4169e {
    grid-column: 1 / 3;
    justify-self: end;
  }

  #w-node-_63c42b8e-4856-8535-891a-266d52ed6bca-0fc4169e {
    grid-area: 3 / 5 / 5 / 6;
    place-self: center;
  }

  #w-node-_63c42b8e-4856-8535-891a-266d52ed6bcd-0fc4169e {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-_63c42b8e-4856-8535-891a-266d52ed6bd0-0fc4169e {
    grid-column: 4 / 5;
  }

  #w-node-fe379663-7bc9-0bed-2995-c4cfcd48213f-446c4f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


