@font-face {
  font-family: Anton Regular;
  src: url('../fonts/Anton-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galgo;
  src: url('../fonts/Galgo.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kinki;
  src: url('../fonts/Kinki-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kue Up;
  src: url('../fonts/Kue-Up.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kue Down;
  src: url('../fonts/Kue-Down.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts Mikadoultra;
  src: url('../fonts/HVD-Fonts--MikadoUltra.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoUltraItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hvd Fonts;
  src: url('../fonts/HVD-Fonts--MikadoRegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fkscreamertrial;
  src: url('../fonts/FKScreamerTrial-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fkscreamertrial;
  src: url('../fonts/FKScreamerTrial-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fkscreamertrial;
  src: url('../fonts/FKScreamerTrial-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fkscreamertrial;
  src: url('../fonts/FKScreamerTrial-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #32274e;
  --light-grey: #fff;
  --red: #ff1e35;
  --white: #fff;
  --purple: #5454ff;
  --yellow: #ffb700;
  --green: #24b94e;
  --tyrkys: #00bdb3;
  --pink: #ffc6ca;
  --00c9b1: #e6ff00;
  --orange: #ff4002;
  --light-yellow: #ffedbc;
  --tlg--count-3: 0px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-variation-settings: "wght" 900, "opsz" 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kue Down, Verdana, sans-serif;
  font-size: 200px;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  font-variation-settings: "opsz" 7.3, "wght" 803;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kue Down, Verdana, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kue Down, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  letter-spacing: .3px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .5rem;
  padding-left: 1vw;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page {
  z-index: 1;
  height: 100vh;
  min-height: 900px;
  position: relative;
}

.container-large {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper {
  z-index: 1;
  background-color: #fff0;
  position: relative;
}

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

.container-small {
  z-index: 5;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-bottom {
  width: 100%;
  margin: 0 0 3vw;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

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

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

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

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

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.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;
}

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

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

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

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

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--red);
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: .75rem 2rem;
  font-family: Fira Sans Extra Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  background-color: var(--white);
  color: var(--red);
  border-style: none;
  transform: translate(0, -10px);
}

.button.w--current {
  color: var(--purple);
}

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

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--white);
  color: var(--red);
}

.button.is-secondary:hover, .button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-alternate {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--yellow);
  font-weight: 400;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.button.is-alternate:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  transform: translate(0, -10px);
}

.button._3 {
  background-color: var(--yellow);
  border-style: none;
}

.button._3:hover {
  color: var(--white);
}

.button._3.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button._4 {
  background-color: var(--green);
}

.button._4:hover {
  color: var(--white);
}

.button._4.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button._2 {
  background-color: var(--red);
}

.button._2:hover {
  color: var(--white);
}

.button._2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button.uvod {
  background-color: var(--purple);
  color: var(--white);
}

.button.uvod.w--current {
  background-color: var(--black);
  color: var(--white);
}

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

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-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;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-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;
}

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

.h1-color {
  color: var(--purple);
}

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

.text-weight-semibold {
  font-weight: 600;
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black);
}

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

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-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;
}

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

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.text-align-center {
  text-align: center;
  margin-bottom: 3vw;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

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

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

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

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

.container {
  z-index: 7;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1920px;
  height: 100%;
  display: flex;
  position: relative;
}

.container.nadpis {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: none;
  padding-bottom: 4vw;
  position: relative;
}

.container.co-je-cubie {
  justify-content: flex-start;
  align-items: center;
}

.container.cenotvorba {
  max-width: 1600px;
}

.container._70 {
  height: 70%;
}

.container.contact {
  height: auto;
  padding-bottom: 100px;
  position: static;
}

.container._80 {
  height: 80%;
}

.container.experiment {
  width: 100%;
  max-width: none;
  height: 80%;
}

.container.logo {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
}

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

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

.navbar_logo-link {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.section {
  z-index: 10;
  grid-row-gap: 180px;
  flex-flow: column;
  position: relative;
}

.section.blue {
  z-index: 13;
  display: block;
}

.section-item-wrapper {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 100vw;
  height: 100vh;
  padding-left: 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-item-wrapper.purple {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-item-wrapper.section-1 {
  z-index: 11;
  background-image: linear-gradient(180deg, var(--purple), var(--white) 74%);
  height: 130vh;
}

.section-item-wrapper.section-3 {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 300px;
}

.section-item-wrapper.last, .section-item-wrapper.cenotvorba {
  height: auto;
  padding-top: 0;
  padding-bottom: 250px;
}

.section-item-wrapper.gradient-section-2 {
  background-image: linear-gradient(180deg, var(--red), var(--white) 29%);
  padding-top: 0;
}

.section-item-wrapper.gradient-section-2.last {
  background-image: none;
  padding-top: 120px;
  padding-bottom: 200px;
}

.section-item-wrapper.section-1 {
  background-image: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 150px;
}

.section-item-wrapper.gradient-section-3 {
  background-image: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 200px;
}

.section-item-wrapper.rodicia {
  height: auto;
  padding-bottom: 200px;
}

.section-item-wrapper.cenotvorba {
  height: auto;
  padding-top: 0;
  padding-bottom: 200px;
}

.section-item-wrapper.market, .section-item-wrapper.co-hladame {
  height: auto;
  padding-top: 0;
  padding-bottom: 250px;
}

.section-item-wrapper.co-hladame.last {
  padding-bottom: 140px;
}

.section-item-wrapper.logo {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.footer {
  z-index: 3;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white {
  color: var(--white);
}

.problem_item_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.nadpis_wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.nadpis_wrapper.white {
  color: var(--white);
}

.img-1 {
  z-index: 10;
  mix-blend-mode: multiply;
  object-fit: contain;
  height: 100%;
  position: relative;
}

.logo {
  color: var(--black);
  font-variation-settings: "wght" 788, "opsz" 69.7;
  font-size: 46px;
}

.vlastnosti_item_wrapper {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.problem_item_wrapper-copy {
  padding-bottom: 2vw;
}

.zdroj_wrapper {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.zdroj_wrapper.paragraph {
  text-align: center;
  margin-top: 10px;
}

.body {
  background-color: #fff0;
}

.grid-cenotvorba {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.tab-item_wrapper {
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 40px;
}

.tab-item_wrapper.top {
  font-variation-settings: "opsz" 83, "wght" 624;
  font-family: Kue Down, Verdana, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.tab-item_wrapper.price {
  font-size: 30px;
}

.velky-text {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.cubie {
  font-variation-settings: "opsz" 68.5, "wght" 793;
  font-size: 24vw;
}

.div-block-8 {
  position: sticky;
  top: 0;
}

.text-span-2 {
  color: var(--purple);
}

.text-span-3 {
  color: var(--yellow);
}

.text-span-4 {
  color: var(--red);
}

.text-span-5 {
  color: var(--tyrkys);
}

.text-span-6 {
  color: var(--green);
}

.header {
  z-index: 998;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.img-phone {
  object-fit: contain;
  height: 55%;
}

.vlastnosti_ikona {
  color: var(--green);
  width: 100%;
}

.vlastnosti_ikona.red {
  color: var(--red);
}

.vlastnosti_ikona.tyrkys {
  color: var(--tyrkys);
}

.vlastnosti_ikona.pink {
  color: var(--pink);
}

.ikona_wrapper {
  background-color: var(--white);
  flex: 1;
  margin-right: 50px;
  display: none;
}

.dlazdica_text {
  text-align: left;
  width: 60%;
  max-width: 920px;
}

.dlazdica_text h6 {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 52px;
}

.dlazdica_text p {
  font-size: 42px;
  line-height: 1.4;
}

.vlastnosti_grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  display: grid;
  position: relative;
}

.hw-white {
  color: var(--white);
  font-variation-settings: "opsz" 100, "wght" 788;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Kue Down, Verdana, sans-serif;
  font-size: 6.1vw;
  font-weight: 800;
  line-height: 1.1;
}

.nadpis-static {
  z-index: 8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.section_nadpis {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 0%;
}

.section_nadpis.tyrkys {
  background-image: none;
}

.nadpis {
  color: var(--black);
  text-transform: uppercase;
  flex: 1;
  line-height: .9;
}

.graf-item_wrapper {
  flex: 1;
  height: 50px;
  display: none;
}

.graf-item {
  width: 100%;
  height: 100%;
}

.graf-item.green {
  background-color: var(--green);
  width: 100%;
}

.graf-item.yellow {
  background-color: var(--yellow);
  width: 98%;
}

.graf-item.red {
  background-color: var(--red);
  width: 70%;
}

.graf-item.tyrkys {
  background-color: var(--tyrkys);
  width: 64%;
}

.rodicia_item_wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #ffffff87;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 4vw;
  padding: 40px 30px 50px;
  display: flex;
}

.rodicia-text-wrapper {
  flex: none;
}

.percento_wrapper {
  font-variation-settings: "wght" 575, "opsz" 0;
}

.rodicia-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.graf_text h6 {
  font-weight: 400;
}

.graf_text p {
  font-size: 22px;
}

.graf_wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.percento-cislo {
  font-family: Kue Up, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.div-block-19 {
  margin-top: 1.3vw;
  margin-bottom: 1.3vw;
}

.div-block-20 {
  border: 1px none var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff3;
  border-radius: 20px;
  padding: 30px 25px 36px;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-photo_wrapper {
  opacity: .8;
  width: 0%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.image-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.headline-wrapp {
  z-index: 20;
  text-align: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 10px;
}

.headline-wrapp.yellow {
  color: var(--yellow);
}

.headline-wrapp.margin {
  margin-bottom: 40px;
}

.headline {
  z-index: 20;
  max-width: 940px;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 60vh;
  min-height: 770px;
}

.slider.problem {
  height: 55vh;
  min-height: 650px;
}

.slide-nav {
  font-size: 18px;
  line-height: 1;
}

.left-arrow, .right-arrow {
  color: var(--black);
}

.div-block-22 {
  background-color: var(--tyrkys);
  text-align: center;
  border-radius: 100px;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px 27px;
  display: block;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-24 {
  margin-top: 40px;
}

.div-block-25 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  text-align: center;
  background-color: #5454ff9e;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 25px 45px;
  display: flex;
}

.mask {
  border: 1px #000;
  border-radius: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cenotvorba-tab-column {
  z-index: 2;
  color: var(--white);
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 45px;
  display: flex;
  position: absolute;
  inset: 115px 0% auto;
}

.cenotvorba-tab-column.accesories {
  top: 210px;
}

.facts-text p {
  font-size: 22px;
}

.icon {
  font-size: 20px;
  position: relative;
}

.icon-2 {
  font-size: 20px;
}

.image {
  mix-blend-mode: multiply;
  max-height: 520px;
}

.arrow-round-right {
  border: 1px solid #000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 50% 0 0% auto;
}

.arrow-round-left {
  border: 1px solid #000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 50% auto 0% 0;
}

.cubie-footer {
  font-variation-settings: "opsz" 68.5, "wght" 793;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  font-size: 34vw;
  line-height: .7;
  display: flex;
}

.div-block-26 {
  height: 200vh;
}

.text-span-7, .text-span-8, .text-span-9 {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
}

.contact-grid {
  z-index: 15;
  mix-blend-mode: multiply;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-photo {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-grid-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: none;
}

.headline-tim {
  justify-content: center;
  align-items: center;
  display: none;
}

.dlazdica_text-section-3 {
  text-align: left;
  width: 60%;
}

.dlazdica_text-section-3 h6 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 52px;
}

.dlazdica_text-section-3 p {
  font-size: 25px;
  line-height: 1.4;
}

.text-span-10, .text-span-11 {
  background-color: var(--white);
}

.text-span-12 {
  background-color: var(--green);
}

.text-span-13 {
  background-color: var(--yellow);
}

.div-block-30 {
  background-color: var(--white);
  height: 800px;
  position: relative;
}

.div-block-30.accesories {
  height: 820px;
  margin-top: -20px;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cubie-phone-img {
  height: 800px;
  position: relative;
}

.cubie-phone-img._1 {
  transform: rotate(-4deg);
}

.cubie-phone-img._2 {
  transform: rotate(0);
}

.cubie-phone-img._3 {
  transform: rotate(7deg);
}

.section-empty {
  z-index: 10;
  grid-row-gap: 180px;
  flex-flow: column;
  height: 90vh;
  position: relative;
}

.page-wrapper {
  width: 100%;
}

.section_blog {
  overflow: hidden;
}

.svg-arrow-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.svg-arrow-button.is-1 {
  width: 1rem;
  height: 1rem;
}

.slider_button {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #fff0;
  border: 1.5px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  transform: none;
}

.slider_button.is-next {
  left: -2rem;
  transform: none;
}

.slider_button.is-next:hover {
  background-color: #bf9e733d;
}

.slider_button.is-prev {
  left: -2rem;
  transform: rotate(-180deg);
}

.slider_button.is-prev:hover {
  background-color: #bf9e733d;
}

.swiper-wrapper.is-team {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.team_top-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.team_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.code-embed {
  display: none;
}

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

.swiper.is-team {
  height: 900px;
  margin-top: 3rem;
  overflow: visible;
}

.container-large-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide.is-team {
  min-width: 30%;
  transition: transform .4s;
}

.slider-item-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-img_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.slider-dlazdica_text {
  text-align: center;
  width: 90%;
}

.slider-dlazdica_text h6 {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: 900;
}

.slider-dlazdica_text p {
  font-size: 28px;
  line-height: 1.4;
}

.slider-image {
  mix-blend-mode: multiply;
  height: 100%;
}

.mask-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h3-headline {
  margin-bottom: 0;
  font-size: 68px;
}

.logo-kubi {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding-left: 0;
  display: flex;
}

.logo-kubi.w--current {
  width: 70vw;
  max-width: 1000px;
}

.animated-gradient {
  z-index: 2;
  background-color: var(--tyrkys);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg-grid {
  z-index: 3;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-32 {
  z-index: 10;
  mix-blend-mode: multiply;
  height: 90vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-3 {
  mix-blend-mode: multiply;
  height: 100%;
}

.div-block-33 {
  position: relative;
}

.img-1-vector {
  z-index: 10;
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.img-1_wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mesh-gradient {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.background {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.mesh-layer {
  height: 100%;
}

.div-block-35 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100%;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-36 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-top: 1px #000;
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.image-4 {
  width: 27px;
  margin-bottom: 35px;
}

.logo-kubiphone-small {
  width: 27px;
}

.img-2 {
  z-index: 10;
  opacity: 0;
  mix-blend-mode: multiply;
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.logo-kubi_footer {
  z-index: 10;
  border-top-style: solid;
  border-top-width: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-left: 100px;
  display: flex;
}

.logo-kubi_footer.w--current {
  width: 70vw;
  max-width: 1000px;
}

.image-5 {
  height: 100%;
}

.div-block-37 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  width: 100%;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-38 {
  color: var(--black);
  flex: none;
  margin-left: 2px;
  margin-right: 2px;
}

.logo-separate {
  height: 13px;
  display: inline-flex;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 24px;
}

.image-7 {
  color: var(--orange);
  height: 13vw;
  margin-right: .4vw;
}

.image-7.white {
  color: var(--white);
}

.logo-separate-2 {
  height: 13px;
  display: inline-flex;
}

.copy {
  z-index: 20;
  max-width: 1080px;
  font-size: 30px;
  font-weight: 400;
  overflow: hidden;
}

.div-block-40 {
  width: 700px;
  max-width: 700px;
}

.text-field {
  border: 1px solid #000;
  border-radius: 100px;
  height: 60px;
  margin-bottom: 0;
}

.field-label-2 {
  font-size: 30px;
  font-weight: 700;
}

.div-block-41 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.form-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.form-copy_wrapper {
  width: 550px;
  margin-bottom: 16px;
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-43 {
  z-index: 999;
}

.submit-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
}

.submit-button:hover {
  border-color: var(--orange);
  background-color: var(--orange);
}

.text-block {
  line-height: 1.4;
}

.img-1-mobile {
  z-index: 10;
  mix-blend-mode: multiply;
  object-fit: contain;
  height: 100%;
  display: none;
  position: relative;
}

.link-block {
  z-index: 1000;
  position: relative;
}

.code-embed-2 {
  color: var(--black);
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  color: var(--white);
  height: 13vw;
}

.image-8.white {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-alternate {
    font-size: 4vw;
  }

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

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

  .h1-color {
    font-size: 13vw;
  }

  .container {
    padding-top: 60px;
  }

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

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

  .section-item-wrapper {
    padding-left: 130px;
  }

  .section-item-wrapper.section-1, .section-item-wrapper.section-3, .section-item-wrapper.cenotvorba, .section-item-wrapper.section-1, .section-item-wrapper.cenotvorba, .section-item-wrapper.market, .section-item-wrapper.co-hladame {
    height: auto;
  }

  .section-item-wrapper.logo {
    justify-content: space-between;
    align-items: center;
  }

  .img-1 {
    display: none;
  }

  .img-1.mobile {
    height: 100%;
  }

  .vlastnosti_item_wrapper {
    flex-flow: column;
  }

  .zdroj_wrapper {
    margin-top: 3vw;
  }

  .grid-cenotvorba {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .header {
    background-image: linear-gradient(180deg, var(--white), #fff6da00);
    justify-content: center;
    align-items: center;
  }

  .ikona_wrapper {
    flex: 0 auto;
    width: 300px;
    margin-right: 0;
  }

  .dlazdica_text {
    text-align: center;
    width: 90%;
  }

  .dlazdica_text h6 {
    font-size: 40px;
  }

  .dlazdica_text p {
    font-size: 28px;
  }

  .vlastnosti_grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 95%;
  }

  .hw-white {
    font-size: 68px;
  }

  .rodicia-grid {
    grid-template-columns: 1fr 1fr;
  }

  .headline-wrapp {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .headline {
    width: 95%;
    min-width: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    height: 94vh;
    min-height: 800px;
  }

  .div-block-22 {
    width: auto;
  }

  .dlazdica_text-section-3 {
    text-align: center;
    width: 90%;
  }

  .dlazdica_text-section-3 h6 {
    font-size: 40px;
  }

  .dlazdica_text-section-3 p {
    font-size: 28px;
  }

  .slider_button {
    top: 53%;
  }

  .swiper.is-team {
    margin-top: 2rem;
  }

  .swiper-slide.is-team {
    min-width: 100%;
  }

  .slider-dlazdica_text h6 {
    font-size: 40px;
  }

  .slider-dlazdica_text p {
    font-size: 28px;
  }

  .h3-headline {
    font-size: 60px;
  }

  .img-1-vector {
    width: 100%;
    height: auto;
    inset: 0% 0% auto auto;
  }

  .div-block-35 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .copy {
    width: 95%;
    font-size: 26px;
  }

  .div-block-40 {
    width: 100%;
    max-width: none;
    padding-right: 30px;
  }

  .div-block-43 {
    width: 100%;
  }

  .img-1-mobile {
    display: inline-flex;
  }

  .img-1-mobile.mobile {
    height: 100%;
  }

  .div-block-45 {
    justify-content: center;
    align-items: center;
  }
}

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

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 28px;
  }

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

  .page {
    min-height: 900px;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar_logo-link {
    padding-left: 0;
  }

  .section-item-wrapper {
    padding-left: 120px;
  }

  .section-item-wrapper.logo {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 105px;
  }

  .vlastnosti_grid {
    grid-template-columns: 1fr 1fr;
  }

  .hw-white {
    font-size: 58px;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .headline-wrapp, .headline {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    min-height: 1000px;
  }

  .div-block-22 {
    border-radius: 30px;
  }

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

  .div-block-25 {
    text-align: center;
  }

  .svg-arrow-button {
    width: 1.2rem;
    height: 1.2rem;
  }

  .slider_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .slider_button.is-next, .slider_button.is-prev {
    left: -1rem;
  }

  .team_top-component {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .h3-headline {
    font-size: 42px;
  }

  .div-block-31 {
    display: none;
  }

  .logo-kubi {
    padding-left: 0;
  }

  .div-block-35 {
    padding-bottom: 60px;
  }

  .logo-kubi_footer {
    padding-left: 0;
  }

  .copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .text-field {
    border-radius: 100px;
    height: 50px;
  }

  .field-label-2 {
    font-size: 24px;
  }

  .form-copy {
    font-size: 15px;
  }

  .form-copy_wrapper {
    width: auto;
  }

  .div-block-42 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .div-block-43 {
    padding-bottom: 40px;
  }

  .submit-button {
    border-radius: 100px;
    height: 50px;
    font-size: 16px;
  }

  .div-block-45 {
    justify-content: center;
    align-items: flex-start;
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 12vw;
    line-height: 1.2;
  }

  h6 {
    font-size: 36px;
  }

  p {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-alternate {
    font-size: 6vw;
  }

  .container.nadpis {
    width: 86%;
  }

  .container.cenotvorba {
    width: 100%;
  }

  .container.contact {
    height: auto;
    margin-bottom: 100px;
  }

  .section-item-wrapper.purple {
    padding-top: 30px;
  }

  .section-item-wrapper.gradient-section-3 {
    height: auto;
  }

  .img-1 {
    opacity: .76;
  }

  .logo {
    font-size: 55px;
  }

  .vlastnosti_item_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .zdroj_wrapper {
    margin-top: 70px;
  }

  .grid-cenotvorba {
    flex-flow: column;
  }

  .header {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .ikona_wrapper {
    width: 250px;
    margin-right: 0;
  }

  .dlazdica_text {
    text-align: center;
    width: 90%;
  }

  .dlazdica_text h6 {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .dlazdica_text p {
    font-size: 20px;
  }

  .vlastnosti_grid {
    grid-template-columns: 1fr;
  }

  .hw-white {
    font-variation-settings: "opsz" 44.8, "wght" 788;
    font-size: 10vw;
    line-height: 1.2;
  }

  .rodicia_item_wrapper {
    justify-content: center;
    align-items: center;
  }

  .rodicia-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .graf_wrapper {
    margin-bottom: 15px;
  }

  .percento-cislo {
    font-size: 46px;
  }

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

  .headline-wrapp {
    width: 94%;
    margin-bottom: 75px;
  }

  .headline {
    width: 95%;
  }

  .slider {
    height: 76vh;
    min-height: 680px;
  }

  .slide-nav {
    bottom: -60px;
  }

  .left-arrow {
    font-size: 32px;
    bottom: -57px;
  }

  .right-arrow {
    z-index: 100;
    font-size: 32px;
    bottom: -57px;
  }

  .div-block-22 {
    border-radius: 20px;
    width: auto;
  }

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

  .mask {
    width: 100%;
  }

  .cenotvorba-tab-column {
    width: 65%;
    padding-left: 0;
    padding-right: 0;
    inset: 0%;
  }

  .cenotvorba-tab-column.accesories {
    inset: 15% 0% 0%;
  }

  .arrow-round-right {
    width: 40px;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .arrow-round-left {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .contact-grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    display: none;
  }

  .contact-photo {
    margin-bottom: 20px;
  }

  .contact-photo.mobile {
    width: 36vw;
    height: 36vw;
  }

  .contact-grid-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .headline-tim {
    margin-bottom: 40px;
    display: block;
  }

  .dlazdica_text-section-3 {
    text-align: center;
    width: 90%;
  }

  .dlazdica_text-section-3 h6 {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .dlazdica_text-section-3 p {
    font-size: 20px;
  }

  .div-block-30 {
    width: 100%;
    height: auto;
  }

  .div-block-30.accesories {
    height: auto;
  }

  .cubie-phone-img._1 {
    height: auto;
    transform: none;
  }

  .cubie-phone-img._2 {
    height: auto;
  }

  .cubie-phone-img._3 {
    height: auto;
    transform: none;
  }

  .slider_button {
    top: 59%;
  }

  .slider-item-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-img_wrapper {
    width: 250px;
    margin-right: 0;
  }

  .slider-dlazdica_text {
    text-align: center;
    width: 90%;
  }

  .slider-dlazdica_text h6 {
    font-size: 26px;
  }

  .slider-dlazdica_text p {
    font-size: 20px;
  }

  .h3-headline {
    font-size: 7.1vw;
    line-height: 1.3;
  }

  .image-7 {
    height: 15vw;
  }

  .copy {
    width: 95%;
    font-size: 17px;
  }

  .div-block-40 {
    padding-right: 20px;
  }

  .field-label-2 {
    font-size: 20px;
  }

  .form-copy {
    font-size: 12px;
  }

  .div-block-43 {
    padding-bottom: 0;
  }

  .submit-button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .img-1-mobile {
    opacity: .76;
  }

  .image-8 {
    height: 15vw;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-c3ce6eb2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c3ce6eb2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c3ce6eb2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c3ce6eb2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d380-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d382-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d385-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38a-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38f-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d394-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d399-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a0-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a1-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a3-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a4-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a7-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a9-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3aa-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ac-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ad-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3af-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b0-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b3-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b5-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b6-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b9-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bb-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3bc-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3be-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bf-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c1-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c2-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c4-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c5-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c7-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c8-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ca-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cb-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cd-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ce-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d0-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d1-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d3-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d4-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d6-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d7-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d9-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3da-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3dc-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3dd-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3df-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e0-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e2-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e3-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e5-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e6-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e8-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e9-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3eb-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ec-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ee-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ef-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f1-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f2-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f4-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f5-c3ce6eb2 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f7-c3ce6eb2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f8-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c3ce6eb2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c3ce6eb2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c3ce6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c3ce6eb2 {
  justify-self: start;
}


@font-face {
  font-family: 'Anton Regular';
  src: url('../fonts/Anton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galgo';
  src: url('../fonts/Galgo.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kinki';
  src: url('../fonts/Kinki-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kue Up';
  src: url('../fonts/Kue-Up.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kue Down';
  src: url('../fonts/Kue-Down.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts Mikadoultra';
  src: url('../fonts/HVD-Fonts--MikadoUltra.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoUltraItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hvd Fonts';
  src: url('../fonts/HVD-Fonts--MikadoRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial';
  src: url('../fonts/FKScreamerTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial';
  src: url('../fonts/FKScreamerTrial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial';
  src: url('../fonts/FKScreamerTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial';
  src: url('../fonts/FKScreamerTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}