:root {
  --color-scheme-light--background: #f7f7f7;
  --_typography---font-styles--body: Lexend, sans-serif;
  --color-scheme-light--text: var(--_primitives---colors--igy-text-main);
  --_typography---font-styles--heading: Lexend, sans-serif;
  --_primitives---colors--igy-text-secondary: #384250;
  --_primitives---colors--igy-text-main: #111927;
  --_primitives---colors--igy-brand-light: #f8f8f8;
  --_primitives---colors--igy-text-alternative-secondaty: #ffffffd9;
  --igy-text-white-transparent: #fff9;
  --_ui-styles---radius--large: 500px;
  --_primitives---colors--igy-white: #fff;
  --_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>: black;
  --_primitives---colors--igy-text-alternative-tertiary: #aaa9a7a6;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--igy-red: #ff2f43;
  --color-scheme-light--accent: var(--_primitives---colors--igy-red);
  --_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>: transparent;
  --_primitives---colors--igy-transparent: #fff0;
  --_primitives---colors--igy-text-alternative: var(--_primitives---colors--igy-white);
  --_primitives---colors--igy-text-tertiary: #4d5761;
  --_ui-styles---radius--small: 15px;
  --_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-light--border: var(--_primitives---colors--igy-text-alternative-secondaty);
  --_ui-styles---radius--medium: 25px;
  --color-scheme-light--foreground: var(--_primitives---colors--igy-transparent);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---stroke--divider-width: 1px;
  --color-scheme-light--text-secondary: var(--_primitives---colors--igy-text-secondary);
  --_primitives---colors--igy-brand-dark: #151a1d;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

body {
  background-color: var(--color-scheme-light--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-light--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-light--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

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

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

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

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

blockquote {
  border-left: .1875rem solid var(--color-scheme-light--text);
  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-xlarge.align-center {
  max-width: none;
}

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

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

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

.container-large {
  width: 100%;
  max-width: 80rem;
  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-large.margin-top {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}

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

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

.main-wrapper {
  border-top: 100px #151b1d;
  padding-top: 0;
}

.main-wrapper.main-page {
  padding-top: 0;
}

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

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

.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-custom3 {
  margin-bottom: 24px;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-top.margin-small.middle-cta {
  text-align: center;
}

.margin-top.margin-small.form__seniority {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.margin-top.margin-medium.middle {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge.mobile__only {
  display: none;
}

.margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge.allign-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.allign-center {
  text-align: center;
}

.margin-bottom.margin-small.quote {
  max-width: 40rem;
}

.margin-bottom.margin-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-large.allign-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxsmall.allign-center {
  text-align: center;
}

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

.margin-bottom.margin-xsmall {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-xsmall.extra-layout {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-xsmall.allign-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-xsmall.allign-center {
  text-align: center;
}

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

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

.margin-bottom.margin-xsmall {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.quote {
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.margin-left {
  margin: 0 0 0 44px;
}

.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 {
  text-align: left;
  font-weight: 500;
}

.text-weight-medium.allign-center {
  text-align: center;
}

.text-size-medium {
  color: var(--_primitives---colors--igy-text-secondary);
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline;
}

.text-size-medium.text-weight-bold {
  color: var(--_primitives---colors--igy-text-main);
}

.text-size-medium.header-light {
  color: var(--_primitives---colors--igy-brand-light);
  text-align: left;
  font-size: 1rem;
}

.text-size-medium.white {
  color: var(--_primitives---colors--igy-text-alternative-secondaty);
}

.text-size-medium.text-weight-normal, .text-size-medium.text-weight-normal.allign-left {
  text-align: left;
}

.text-size-medium.ai {
  color: var(--igy-text-white-transparent);
  border-radius: 0;
  font-weight: 300;
}

.text-size-medium.allign-center {
  text-align: center;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-light--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-light--text);
  width: 2rem;
  height: 2rem;
  color: var(--_primitives---colors--igy-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.heading-style-h2 {
  color: var(--_primitives---colors--igy-text-main);
  text-align: left;
}

.heading-style-h2.text-color-white.slim-footer {
  font-weight: 400;
}

.heading-style-h2.allign-center {
  text-align: center;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.heading-style-h6.benefit-heading {
  margin-left: 10px;
  display: inline-block;
}

.heading-style-h6.slim-seo-cenik {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}

.heading-style-h6.allign-center {
  text-align: center;
}

.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_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--igy-white);
}

.heading-style-h5 {
  color: var(--color-scheme-light--text);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-weight-medium {
  font-weight: 500;
}

.heading-style-h5.text-weight-normal.all-caps {
  text-decoration: none;
}

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

.heading-style-h1 {
  text-align: left;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.slim-footer {
  color: var(--_primitives---colors--igy-text-alternative-secondaty);
  text-align: left;
  font-weight: 400;
}

.heading-style-h1.home-page {
  text-align: left;
  font-size: 3.2rem;
}

.heading-style-h1.broader.allign-left {
  text-align: left;
}

.heading-style-h1.allign-center {
  text-align: center;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  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-icon.is-alternate {
  border-style: solid;
  border-color: var(--_primitives---colors--igy-text-alternative-tertiary);
  border-radius: 5px;
}

.form_checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-tiny {
  color: var(--_primitives---colors--igy-text-secondary);
  font-size: .75rem;
}

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px none var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--igy-red);
  width: auto;
  color: var(--_primitives---colors--igy-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  background-color: #e2283b;
  box-shadow: 0 4px 12px #0000001a;
}

.button.is-link {
  border-style: none;
  border-right-color: var(--color-scheme-light--accent);
  border-bottom-color: var(--color-scheme-light--accent);
  border-left-color: var(--_primitives---colors--igy-red);
  color: var(--_primitives---colors--igy-red);
  -webkit-text-stroke-color: black;
  background-color: #0000;
  padding: .25rem 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.button.is-link:hover {
  box-shadow: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--igy-white);
}

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

.button.is-link.foot-muted-link {
  color: var(--_primitives---colors--igy-text-alternative-tertiary);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: .5rem .125rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.button.is-link.foot-muted-link:hover {
  text-decoration: underline;
}

.button.is-link.white {
  color: var(--_primitives---colors--igy-white);
}

.button.is-link.white.offset-underline {
  text-underline-offset: 5px;
  font-weight: 500;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button.is-icon:hover {
  background-color: #e2283b;
}

.button.is-icon.is-alternate.custom {
  border-style: solid;
  border-color: var(--color-scheme-light--text);
  background-color: var(--_primitives---colors--igy-transparent);
  color: var(--_primitives---colors--igy-text-main);
}

.button.is-icon.is-alternate.custom:hover {
  background-color: #ffffff26;
}

.button.is-icon.is-alternate.custom.white {
  border-color: var(--_primitives---colors--igy-white);
  color: var(--_primitives---colors--igy-white);
}

.button.is-icon.is-small.is-secondary.is-transparent {
  color: var(--_primitives---colors--igy-text-alternative);
  background-color: #ffffff17;
}

.button.is-icon.is-small.is-secondary.is-transparent.block {
  display: block;
}

.button.is-icon.is-small.is-secondary.is-transparent.block.right {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon.is-small.is-secondary.is-transparent.block.right:hover {
  background-color: #ffffff40;
}

.button.is-icon.is-secondary:hover {
  background-color: var(--_primitives---colors--igy-text-alternative-tertiary);
  color: var(--color-scheme-light--text);
}

.button.is-secondary {
  border-style: solid;
  border-color: var(--_primitives---colors--igy-text-alternative-tertiary);
  background-color: var(--_primitives---colors--igy-white);
  color: #000;
}

.button.is-secondary:hover {
  background-color: #f0f0f0;
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--igy-white);
}

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

.button.is-small:hover {
  background-color: #e2283b;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--igy-white);
  background-color: var(--_primitives---colors--igy-white);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.button.width-100 {
  width: 100%;
}

.button.width-100:hover {
  background-color: #e2283b;
}

.button.blog__button {
  display: none;
}

.button.form__button {
  width: 100%;
}

.button.chci-nez-vaznou-konzultaci {
  margin-right: 0;
}

.button.va-e-kladivo {
  z-index: auto;
  background-color: var(--_primitives---colors--igy-white);
  color: var(--_primitives---colors--igy-text-secondary);
  -webkit-text-stroke-color: var(--_primitives---colors--igy-text-main);
  margin-top: -36px;
  margin-bottom: 0;
  padding: 1rem .5rem;
  font-size: .7rem;
  font-weight: 300;
  position: relative;
}

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

.heading-style-h4 {
  float: none;
  clear: none;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: visible;
}

.heading-style-h4.all-caps {
  text-transform: uppercase;
}

.heading-style-h4.all-caps.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4.text-weight-medium {
  font-weight: 500;
}

.heading-style-h4.text-weight-medium.ai {
  font-size: 1.2rem;
}

.heading-style-h4.text-weight-medium.red {
  color: var(--_primitives---colors--igy-red);
}

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

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

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

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

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

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  color: var(--_primitives---colors--igy-text-secondary);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

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

.text-size-regular.text-color-tertiary {
  color: var(--_primitives---colors--igy-text-tertiary);
}

.text-size-regular.text-color-primary.text-allign-center {
  text-align: center;
}

.text-size-regular.text-color-white {
  font-weight: 300;
}

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

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

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

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

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

.heading-style-h3.text-weight-normal, .heading-style-h3.text-weight-normal.all-caps {
  font-weight: 400;
}

.heading-style-h3.igy-red.allign-center, .heading-style-h3.text-allign-center {
  text-align: center;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--igy-text-alternative-tertiary);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-transparent);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--igy-white);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--igy-brand-light);
  background-color: var(--_primitives---colors--igy-transparent);
  color: var(--_primitives---colors--igy-white);
  font-weight: 400;
}

.form_input::placeholder {
  color: var(--_primitives---colors--igy-text-alternative-tertiary);
  font-weight: 300;
}

.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: url('/images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('/images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--igy-white);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--igy-white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>);
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.right {
  justify-content: flex-end;
  align-items: center;
}

.button-group.right.custom-blog-page-btn-group {
  display: inline-block;
}

.button-group.left-always {
  justify-content: flex-start;
  align-items: center;
}

.button-group.center {
  justify-content: center;
  align-items: center;
}

.text-color-white {
  color: var(--_primitives---colors--igy-white);
}

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

.text-style-muted.home-sluzba {
  color: var(--_primitives---colors--igy-text-tertiary);
  font-size: .75rem;
}

.text-style-muted.home-sluzba.all-caps.padding-bottom {
  margin-bottom: .5rem;
}

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

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

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

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

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

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_primitives---colors--igy-white);
  -webkit-text-stroke-color: var(--_primitives---colors--igy-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.icon-embed-xsmall.rotate-right {
  transform: rotate(90deg);
}

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

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

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

.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: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-light--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  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;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--igy-white);
}

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

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

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

.text-size-small {
  color: var(--_primitives---colors--igy-text-main);
  font-size: .75rem;
  display: inline-block;
}

.text-size-small.text-weight-semibold.menu-title.igy-red.menu {
  font-size: 1rem;
}

.text-size-small.inline {
  font-weight: 300;
  display: inline-block;
}

.text-size-small.inline.igy-red {
  font-weight: 500;
}

.text-size-small.inline.igy-red.autor-red {
  font-size: .75rem;
}

.text-size-small.inline.autor {
  color: var(--_primitives---colors--igy-text-tertiary);
  margin-right: 10px;
  font-size: .75rem;
}

.text-size-small.cteni {
  text-align: right;
  font-size: .75rem;
}

.text-size-small.muted-firmy {
  color: var(--_primitives---colors--igy-text-tertiary);
  font-weight: 300;
}

.text-size-small.muted-firmy.text-weight-normal {
  font-weight: 400;
}

.text-size-small.popis-k-cislu {
  color: var(--_primitives---colors--igy-text-tertiary);
  text-align: left;
  padding-top: 10px;
  font-weight: 300;
}

.text-size-small.smallest-muted {
  color: var(--_primitives---colors--igy-text-tertiary);
  font-size: .75rem;
}

.text-size-small.white {
  color: var(--_primitives---colors--igy-text-alternative-secondaty);
  letter-spacing: .25px;
  font-weight: 300;
}

.text-size-small.custom-adresa {
  color: var(--_primitives---colors--igy-text-main);
  text-align: left;
  padding-top: 5px;
  font-size: 1rem;
}

.text-size-small.color-text-primary {
  color: var(--_primitives---colors--igy-text-main);
}

.text-size-small.color-text-primary.text-color-white {
  color: var(--_primitives---colors--igy-white);
}

.text-size-small.text-color-white {
  color: var(--_primitives---colors--igy-white);
  display: block;
}

.text-size-small.text-color-white.text-allign-center {
  text-align: center;
}

.text-size-small.text-color-primary {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.text-rich-text blockquote {
  border-left-color: var(--_primitives---colors--igy-red);
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--color-scheme-light--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text.take-away {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  margin-top: 2rem;
  padding: 2rem;
}

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

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

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

.form_checkbox.is-alternate {
  color: #fff;
}

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

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

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

.text-size-large {
  color: var(--_primitives---colors--igy-text-secondary);
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large.text-weight-semibold {
  color: var(--_primitives---colors--igy-text-main);
  text-align: left;
}

.text-size-large.text-weight-medium {
  font-family: var(--_typography---font-styles--body);
  font-weight: 500;
}

.text-size-large.text-weight-medium.color-text-primary {
  color: var(--_primitives---colors--igy-text-main);
  line-height: 28px;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  text-align: center;
  border-top: 1px solid #f3f4f6;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.igy-bg-dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_primitives---colors--igy-brand-light);
  background-color: #151a1d;
  background-image: url('/images/BG5.svg');
  background-size: cover;
  background-attachment: scroll;
  border-top-width: 0;
  border-top-color: #f3f4f600;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.padding-global.igy-bg-dark.xxx {
  background-image: url('/images/BG5.svg');
  background-size: cover;
  background-attachment: scroll;
}

.padding-global.background-blur {
  background-image: url('/images/background-blur.svg');
  background-position: 40%;
  background-size: cover;
}

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

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

.padding-section-large.company-list-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-light--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-light--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color-scheme-light--accent);
  border-radius: var(--_ui-styles---radius--large);
  color: var(--_primitives---colors--igy-text-secondary);
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---colors--igy-white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--igy-white);
  background-color: var(--_primitives---colors--igy-white);
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.tag.pozice {
  border-color: var(--_primitives---colors--igy-text-alternative-tertiary);
  color: var(--_primitives---colors--igy-text-secondary);
  background-color: #f9fafb;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.color-scheme-1 {
  background-color: var(--color-scheme-light--background);
  color: var(--color-scheme-light--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-light--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-light--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px none var(--color-scheme-light--border);
  background-color: var(--color-scheme-light--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-light--border);
  background-color: var(--color-scheme-light--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-light--border);
  background-color: var(--color-scheme-light--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-light--border);
  background-color: var(--color-scheme-light--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-light--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.navbar12_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar12_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--_primitives---colors--igy-text-alternative-tertiary);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-light--background);
  width: 40rem;
  color: var(--color-scheme-light--text);
  padding: 1.5rem;
  box-shadow: 0 10px 10px #0003;
}

.navbar12_component {
  z-index: 1000;
  background-color: var(--_primitives---colors--igy-transparent);
  width: 100%;
  min-height: 4.5rem;
  color: var(--color-scheme-light--text);
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar12_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.navbar12_icon-wrapper {
  aspect-ratio: 1;
  border: 1px solid var(--_primitives---colors--igy-text-alternative-tertiary);
  object-fit: fill;
  border-radius: 5px;
  flex: none;
}

.navbar12_icon-wrapper.sluzba {
  background-color: #fdfdfd;
  border-color: #dedede;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-shadow: 0 2px 5px #0000001c;
}

.navbar12_icon-wrapper.sluzba.blog-share {
  aspect-ratio: 1;
  background-color: var(--_primitives---colors--igy-white);
  width: 44px;
  height: 44px;
  padding: 8px;
}

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

.navbar12_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home_header_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_header_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_header_image-wrapper1 {
  border-radius: var(--_ui-styles---radius--large);
  opacity: 1;
  width: 100%;
  margin-left: 15%;
  overflow: hidden;
}

.home_header_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.home_features-list-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
}

.home_features-list-2_image-wrapper.big-case {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 60px;
}

.home_features-list-2_image-wrapper.big-case.mama {
  background-image: url('/images/Background-mamalabels_1.avif');
  background-position: 30%;
  background-size: cover;
  padding: 60px;
}

.home_features-list-2_image-wrapper.big-case.ababu {
  background-image: url('/images/casestudy-Ababu_1.avif');
  background-size: cover;
}

.home_features-list-2_image-wrapper.big-case.telly {
  background-image: url('/images/casestudy-telly.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home_features-list-2_image-wrapper.big-case.metrak-case-study {
  background-image: url('/images/case-study---Metrak_2.avif');
  background-position: 50% 70%;
  background-size: cover;
}

.home_features-list-2_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_features-list-2_image.rounded-case {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  display: block;
}

.home_features-list-2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home_features-list-2_list.sluzby-home {
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.home_features-list-2_list.case-studies-2 {
  grid-template-columns: 1fr 1fr;
}

.home_features-list-2_list.case-studies-2.big-study {
  grid-template-columns: 1fr;
  place-items: center start;
}

.home_features-list-2_item {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home_features-list-3_content-left {
  position: sticky;
  top: 100px;
}

.home_features-list-3_timeline-step-wrapper.card-firma {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  margin-bottom: 4rem;
  padding: 2rem;
}

.home_features-list-3_timeline-step-wrapper.card-firma.homepage-sluzba {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.home_features-list-3_timeline-wrapper {
  position: relative;
}

.home_features-list-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_how-it-works-1_item-icon-wrapper {
  display: inline-block;
}

.home_how-it-works-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home_how-it-works-1_item {
  text-align: center;
  width: 100%;
}

.home_how-it-works-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  overflow: hidden;
}

.home_how-it-works-2_content-left {
  position: static;
  top: 100px;
}

.home_how-it-works-2_item-icon-wrapper {
  display: inline-block;
}

.home_how-it-works-2_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.home_how-it-works-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_how-it-works-2_item-list.right {
  padding-top: 8rem;
}

.home_how-it-works-2_item {
  text-align: left;
}

.home_how-it-works-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_how-it-works-3_content-left {
  text-align: left;
}

.home_how-it-works-3_lightbox {
  aspect-ratio: 2 / 3;
  border-radius: var(--_ui-styles---radius--medium);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_how-it-works-3_lightbox.square {
  aspect-ratio: 1;
}

.home_how-it-works-3_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--igy-white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  background-image: url('/images/lidékultura-video-thumbnail_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.video-overlay-layer._16-9 {
  background-image: url('/images/video-team.avif');
  background-size: cover;
}

.video-overlay-layer.thumbnail-vila {
  background-image: url('/images/video-thumbnail-vila_1.avif');
  background-size: cover;
}

.home_feature-2_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home_feature-2_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer14_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer14_bottom-wrapper.footer-mid-copy {
  color: var(--_primitives---colors--igy-text-alternative-tertiary);
  text-align: center;
  font-weight: 300;
  display: block;
}

.footer14_cta {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: #ffffff29;
}

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

.footer14_credit-text.muted-foot {
  color: var(--_primitives---colors--igy-text-alternative-tertiary);
  text-align: right;
}

.lide-a-kultura_hero-header_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.lide-a-kultura_hero-header_component {
  flex-direction: column;
  align-items: center;
}

.lide-a-kultura_hero-header_lightbox {
  aspect-ratio: 2.39;
  border-radius: var(--_ui-styles---radius--small);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lide-a-kultura_feature-1_content-right.righish {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lide-a-kultura_feature-1_content-left.align-center {
  text-align: center;
}

.lide-a-kultura_feature-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.lide-a-kultura_feature-1_content.bottom-tags {
  place-items: end stretch;
}

.lide-a-kultura_feature-1_content.bottom-tags.volna-pozice {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.lide-a-kultura_feature-2_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.lide-a-kultura_feature-2_lightbox {
  border-radius: var(--_ui-styles---radius--small);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lide-a-kultura_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lide-a-kultura_feature-3_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lide-a-kultura_feature-3_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.blog_featured-blog-list-header_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.clanek_hero-header_image {
  aspect-ratio: 16 / 9;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.clanek_hero-header_image.image-height {
  object-fit: contain;
}

.clanek_hero-header_component {
  flex-direction: column;
  align-items: center;
}

.clanek_hero-header_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  overflow: hidden;
}

.clanek_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.volne-pozice_job-listings_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-light--foreground);
  padding: 2rem;
  overflow: hidden;
}

.volne-pozice_job-listings_item.custom-volna-pozice {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.volne-pozice_job-listings_item.custom-volna-pozice.igy-bg-dark {
  background-color: #131928;
  background-image: url('/images/BG5.svg');
  background-position: 50% 0;
  background-size: auto;
}

.volne-pozice_job-listings_item.custom-volna-pozice.obsazeno {
  opacity: .5;
  margin-bottom: 1rem;
}

.volne-pozice_job-listings_list-wrapper {
  overflow: hidden;
}

.volne-pozice_features-list-1_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.volne-pozice_features-list-1_item.vide-proc {
  text-align: left;
}

.home4-features_image-wrapper {
  aspect-ratio: 9 / 16;
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.volne-pozice_features-list-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.volne-pozice_features-list-1_list.proc-k-nam {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.volne-pozice_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.volne-pozice_feature-2_content.center-columns {
  place-items: center stretch;
  margin-top: 66px;
}

.volne-pozice_feature-2_content-left {
  text-align: left;
}

.volne-pozice_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  overflow: hidden;
}

.volne-pozice_feature-2_image-wrapper.jak-to-u-nas-vypada {
  padding: 20px;
}

.volne-pozice_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kontakt_feature-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kontakt_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.kontakt_contact_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kontakt_contact_map-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.sluzba_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_logo {
  max-width: 80%;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  padding: .5rem .75rem;
}

.navbar2_link.w--current {
  border-bottom: 1px solid var(--color-scheme-light--accent);
  color: var(--color-scheme-light--text);
  font-weight: 300;
  text-decoration: none;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  color: var(--color-scheme-light--text);
  font-weight: 300;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.text-align-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading-style-h6-2 {
  color: #4d4e4d;
  letter-spacing: -.0125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.grid-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.igy-red {
  color: var(--color-scheme-light--accent);
}

.igy-red.underline {
  text-underline-offset: 25%;
  text-decoration: underline;
}

.padding-section-xlarge {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.services {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.service {
  color: #ff2f43;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.service.white {
  color: #fff;
  font-weight: 400;
}

.slash {
  object-fit: cover;
}

.gradientblur_hero {
  position: absolute;
  inset: -25% auto auto -5%;
}

.gradientblur_hero.allign-left {
  z-index: 1;
  inset: auto 0% 10% auto;
  overflow: hidden;
}

.gradientblur_hero.allign-right {
  z-index: 1;
}

.gradientblur_footer.align-left {
  float: none;
  clear: none;
  vertical-align: bottom;
  display: inline;
  position: relative;
  overflow: hidden;
}

.gradientblur_footer.aligh-right {
  z-index: 1000;
  vertical-align: bottom;
  justify-content: center;
  align-items: center;
  display: inline;
  position: relative;
  overflow: hidden;
}

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

.text-span-2 {
  font-weight: 700;
}

.foot-muted {
  color: var(--_primitives---colors--igy-text-alternative-tertiary);
  text-align: left;
}

.column {
  text-align: center;
}

.column.footer__logos__container {
  overflow: hidden;
}

.email-foot-sales {
  text-align: left;
}

.link {
  font-size: 2rem;
  font-weight: 300;
  text-decoration: underline;
}

.link.custom {
  text-underline-offset: 10px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.image {
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  max-width: 180px;
  margin-bottom: 20px;
  display: inline-block;
  position: static;
}

.muted-foot.pp {
  color: var(--_primitives---colors--igy-text-alternative-secondaty);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}

.muted-foot.pp.sub {
  color: var(--igy-text-white-transparent);
  font-size: 1rem;
}

.muted-foot.pp.mail {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  text-decoration: underline;
  position: static;
}

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

.grid-loga.social-ads {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.contact {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.category-tag {
  border: 1px solid var(--_primitives---colors--igy-white);
  background-color: var(--_primitives---colors--igy-white);
  border-radius: 5px;
  margin: 10px 10px 10px 0;
  padding: 5px 10px;
  font-size: .75rem;
  display: inline-block;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.column-3 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.column-4 {
  padding-left: 0;
}

.column-5 {
  padding-right: 0;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-weight: 700;
}

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

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.faq6_content-left {
  text-align: left;
  position: sticky;
  top: 100px;
}

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

.heading-style-h2-2.b-l {
  color: var(--_primitives---colors--igy-white);
  -webkit-text-stroke-color: var(--_primitives---colors--igy-white);
  font-size: 3.5rem;
}

.heading-style-h2-2.allign-center {
  text-align: center;
}

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq6_icon-wrapper {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-bottom: .25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout16_item-icon-wrapper.hr-icon {
  padding-right: 20px;
}

.layout16_item-icon-wrapper.kariera-pozice {
  margin-top: 8px;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_primitives---colors--igy-text-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 400;
  display: grid;
}

.layout16_item-list.no-padding {
  padding-left: 0;
}

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

.layout16_item-text-wrapper {
  margin: auto 0;
  padding-left: 0;
}

.layout16_item-text-wrapper.srbova-text {
  margin-left: -6px;
}

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

.card.dark {
  border-radius: var(--_ui-styles---radius--small);
  color: var(--_primitives---colors--igy-text-alternative);
  background-color: #111927;
  background-image: url('/images/gradient.svg');
  background-position: 100%;
  background-size: auto;
  padding: 1rem;
}

.card.dark {
  color: #fff;
  background-color: #111927;
  background-image: url('/images/gradient.svg');
  background-position: 100%;
  background-size: auto;
  border-radius: 15px;
  padding: 1rem;
}

.card.dark.cta {
  background-position: 100% 100%;
  background-size: cover;
  padding: 2rem;
}

.cite {
  text-align: left;
  letter-spacing: .5px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
}

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

.paragraph {
  color: var(--_primitives---colors--igy-text-alternative-secondaty);
  font-size: .75rem;
  font-weight: 300;
}

.paragraph.media-gray {
  color: var(--_primitives---colors--igy-text-secondary);
}

.column-7 {
  padding-left: 0;
}

.column-7.hr-column {
  padding-right: 10px;
}

.column-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.paragraph-3 {
  text-align: left;
  font-weight: 400;
}

.slider {
  box-sizing: border-box;
  aspect-ratio: 1;
  border: 1px none var(--_primitives---colors--igy-transparent);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--igy-transparent);
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
}

.slide-2 {
  aspect-ratio: auto;
  object-fit: contain;
  background-image: url('/images/DSC01627-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-2.landing-page-our-culture {
  text-shadow: 0 1px 1px #0003;
  background-image: url('/images/screen-1-b.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-2.group-photo {
  background-image: url('/images/screen-2-FvF.avif');
}

.slide-2.group-photo.lide-a-kultura {
  background-image: url('/images/people-team-.avif');
}

.slide-2.social-ads {
  background-image: none;
}

.slide-2.lide-a-kultura {
  background-image: url('/images/people-team.avif');
}

.slide-2.lide-a-kultura.slide-3 {
  background-image: url('/images/DSC01627-min.avif');
}

.icon, .icon-2 {
  color: var(--_primitives---colors--igy-white);
}

.slide-nav {
  border-radius: var(--_ui-styles---radius--large);
}

.mask {
  aspect-ratio: auto;
  object-fit: fill;
}

.heroheader_image-wrapper {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

.heroheader_image-wrapper.background-image {
  position: static;
}

.icon_wrap {
  z-index: 1;
  border-radius: 12px;
  max-width: 322px;
  max-height: 170px;
  position: absolute;
  inset: auto auto 10% 5%;
  box-shadow: 0 75px 150px #34405424;
}

.icon_wrap.data-blob {
  box-shadow: none;
  bottom: 11%;
  left: 2%;
}

.icon_wrap.traffic-blob {
  max-width: 306px;
  max-height: 344px;
  bottom: 0%;
  left: 4%;
  box-shadow: 0 20px 60px #3440541a;
}

.heroheader_image-01 {
  border: .25rem solid #101828;
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.icon-sluzby {
  object-fit: cover;
}

.columns-5, .columns-6, .columns-7, .columns-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-sluzba {
  overflow: hidden;
}

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

.grid-form._4-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.success-message {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-light--accent);
}

.error-message {
  background-color: var(--_primitives---colors--igy-white);
  color: var(--color-scheme-light--accent);
  border-radius: 5px;
}

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

.white-card {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  padding: 1rem;
}

.media-title {
  font-size: .875rem;
  font-weight: 500;
}

.image-4 {
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
}

.image-6 {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}

.image-7 {
  width: 50%;
}

.company-card {
  border-left: 2px solid var(--_primitives---colors--igy-red);
  padding-left: 2rem;
}

.image-card {
  background-color: var(--_primitives---colors--igy-white);
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
  padding: 5px;
}

.image-card.rounded {
  border-radius: var(--_ui-styles---radius--large);
  padding: 10px 10px 10px 12px;
  display: inline-block;
}

.image-card.rounded:hover {
  border: 1px #000;
}

.image-card.benefit.rounded {
  border-radius: var(--_ui-styles---radius--large);
}

.contact-promise {
  border: 1px solid var(--_primitives---colors--igy-text-alternative-secondaty);
  border-radius: var(--_ui-styles---radius--large);
  letter-spacing: .25px;
  background-color: #a0a0a033;
  padding: 5px 10px;
  font-size: .75rem;
  font-weight: 300;
  display: inline-block;
}

.redcircle_small {
  position: absolute;
  inset: auto auto 22% -10%;
}

.redcircle_small.section_career {
  opacity: .1;
  bottom: -60%;
  left: -5%;
}

.background-grid {
  z-index: -1;
  aspect-ratio: auto;
  text-align: left;
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.background-grid.flipped {
  padding-top: 140px;
}

.gradienteffect {
  z-index: -1;
  position: absolute;
  top: 5150px;
  left: 60px;
}

.column-9, .column-10 {
  padding-left: 0;
}

.logo-casestudy {
  max-height: 48px;
}

.under-video {
  color: var(--_primitives---colors--igy-text-tertiary);
  text-align: center;
  margin-top: 1rem;
  font-size: .75rem;
}

.columns-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9, .image-10, .image-11, .image-13 {
  width: 100%;
}

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

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

.uvozovky, .div-block-5 {
  display: inline-block;
}

.image-15, .paragraph-4 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-flex;
}

.author-bottom {
  border: 1px #000;
  border-top: 1px solid #dedede;
  margin-top: 4rem;
  padding-top: .5rem;
}

.heading-style-5.clen-name {
  font-size: 1.25rem;
}

.clen-tymu {
  aspect-ratio: 2 / 3;
  border-top-left-radius: var(--_ui-styles---radius--medium);
  border-top-right-radius: var(--_ui-styles---radius--medium);
  border-bottom-left-radius: var(--_ui-styles---radius--medium);
  border-bottom-right-radius: var(--_ui-styles---radius--medium);
  object-fit: fill;
  background-color: #ecebe7;
  background-image: url('/images/Profile-image-1.avif');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.popis {
  border: 1px solid var(--_primitives---colors--igy-text-alternative-secondaty);
  border-radius: var(--_ui-styles---radius--small);
  text-align: center;
  background-color: #ffffffbf;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: 100px;
  margin-bottom: 1rem;
  margin-left: 5%;
  margin-right: 5%;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
}

.tag-tym {
  border: 1px solid var(--_primitives---colors--igy-text-alternative-tertiary);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--igy-white);
  margin-left: 0;
  margin-right: 0;
  padding: 5px 15px;
  display: inline-block;
}

.small-text {
  color: var(--_primitives---colors--igy-text-tertiary);
  letter-spacing: .25px;
  font-size: .75rem;
}

.linkedim-in-tym {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--igy-text-main);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.column-12 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-6 {
  display: flex;
}

.div-block-7 {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-7.hr {
  margin-left: 0;
  margin-right: 0;
}

.nazev-pozice {
  font-weight: 500;
}

.nazev-pozice.neni {
  color: var(--_primitives---colors--igy-text-alternative-secondaty);
  font-size: 1.25rem;
  font-weight: 300;
}

.nazev-pozice.neni.velke {
  font-size: 1.75rem;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
}

.columns-10 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empty-state {
  background-color: #fff0;
}

.white {
  color: var(--_primitives---colors--igy-white);
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.in-line-icon.icon-1x1-xxsmall {
  margin-right: 10px;
}

.inline-block {
  display: inline-block;
}

.div-block-9 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-9.tag.special {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
}

.collection-item {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.collection-list-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  overflow: hidden;
}

.arrow-services {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.column-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.columns-11 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-12 {
  max-width: 400px;
}

.case-scolumns {
  display: block;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.author-avatar {
  border-radius: var(--_ui-styles---radius--large);
}

.left-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  inset: auto 76px 16px auto;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  text-align: left;
  font-weight: 400;
}

.div-block-13 {
  display: inline-block;
}

.div-block-14 {
  padding-right: 10px;
  display: inline-block;
}

.image-17 {
  margin-top: 0;
  margin-right: 7px;
  display: inline-block;
}

.top-mg {
  padding-top: 8px;
}

.pozice-bod-popis {
  margin-top: 6px;
  padding-bottom: 10px;
}

.right {
  justify-content: flex-end;
  align-items: center;
}

.right-icon-no-pad {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.box-mapa {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  width: 80%;
  max-width: 480px;
  height: auto;
  padding: 1rem;
}

.adresa-nad-mapu {
  z-index: 999;
  aspect-ratio: auto;
  margin-top: -80px;
  margin-left: 40px;
  position: relative;
}

.column-17 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.columns-13 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-15 {
  display: inline-block;
}

.div-block-16 {
  padding-left: 5px;
  display: inline-block;
}

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

.image-18.budova {
  width: 100%;
  max-width: none;
  height: auto;
}

.column-18 {
  padding-left: 0;
  padding-right: 0;
}

.column-19 {
  padding-left: 20px;
}

.columns-14 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  display: inline-block;
}

.column-27, .column-28 {
  text-align: left;
}

.grid-7 {
  grid-template-rows: auto auto;
  grid-template-areas: "."
                       "."
                       "Area";
  grid-auto-rows: minmax(auto, 1fr);
}

.column-35 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-36, .column-37 {
  padding-left: 0;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.platforms_tools__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . Meta . . ."
                 "Whimsical . . Figma Shoptet ."
                 ". Javascript Youtube Shopify . Shopsys"
                 "React . . GTM . ."
                 ". . Laravel LookerStudio Prestashop ."
                 ". Webflow . . GoogleAnalytics Python"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.platform_tool__line.platform_tool__line--design.platform_tool__line__mobile, .platform_tool__line.platform_tool__line--marketing.platform_tool__line__mobile {
  display: none;
}

.platform_tool__line.platform_tool__line--analytics {
  display: block;
}

.platform_tool__line.platform_tool__line--analytics.platform_tool__line__mobile, .platform_tool__line.platform_tool__line--development.platform_tool__line__mobile, .platform_tool__line.platform_tool__line--digital.platform_tool__line__mobile {
  display: none;
}

.photos_slider__container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.link-page-blog-detail {
  margin-left: 10px;
  margin-right: 10px;
}

.collection-list-wrapper-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-3 {
  width: 100%;
  height: 100%;
  display: block;
}

.collection-item-5 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-item-5.clen-tymu__photo {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
}

.nav-button_component {
  grid-row-gap: .5rem;
  background-color: #8f00ff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-button_component:hover {
  opacity: 1;
}

.nav-button_line {
  background-color: #fbf9fc;
  border-radius: 2px;
  width: 100%;
  height: .25rem;
}

.nav-button_line.is-first {
  transform-origin: 50%;
  width: 100%;
  transform: translate(0);
}

.nav-button_line.is-second {
  width: 100%;
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.code-embed {
  height: 35rem;
}

.all-caps {
  text-transform: uppercase;
}

.color-text-tertiary {
  color: var(--_primitives---colors--igy-text-tertiary);
}

.text-paragraph-highlight {
  color: var(--_primitives---colors--igy-text-main);
  font-weight: 700;
}

.layout2_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout2_list.ai {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout2_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--_primitives---colors--igy-white);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  text-align: center;
  width: 100%;
  padding: 1.5rem;
}

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

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

.heading-style-h4-4.allign-center {
  text-align: center;
}

.layout2_item-icon-wrapper {
  display: inline-block;
}

.layout12_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout12_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_progress-bar {
  background-color: var(--_primitives---colors--igy-red);
  width: 2px;
  height: 100%;
  color: var(--_primitives---colors--igy-red);
}

.layout12_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--color-scheme-light--background);
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.layout12_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout12_timeline-wrapper {
  position: relative;
}

.layout12_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.headline-dropdown {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.headline-dropdown.flex-vetical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.faq-headline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider {
  width: 32px;
  height: 32px;
}

.dropdown {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-24px {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.padding-global-2.modr {
  background-color: #1e2436;
}

.layout493_tab-link {
  border-bottom: 1px solid var(--color-scheme-light--border);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  opacity: .4;
  padding: 1rem 0;
}

.layout493_tab-link.w--current {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  opacity: 1;
  border-left-color: #000;
}

.layout497_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout497_tab-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout4_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.layout4_content {
  flex-flow: column;
  display: flex;
  position: relative;
}

.layout497_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.layout4_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout4_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--color-scheme-light--border);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  opacity: .4;
  padding: 1rem 0;
  display: flex;
}

.layout4_tab-link.w--current {
  border-bottom-color: var(--_primitives---colors--igy-red);
  background-color: var(--_primitives---colors--igy-transparent);
  opacity: 1;
  border-left-color: #000;
}

.layout497_paragraph {
  overflow: hidden;
}

.layout4_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout4_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout4_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.layout4_header {
  text-align: left;
  margin-bottom: 2rem;
}

.layout4_inner-wrapper {
  width: 50%;
  padding-right: 2.5rem;
}

.image-cover-marketing {
  width: 100%;
  height: 100%;
}

.image-cover-marketing.ai-software {
  border-radius: 6%;
  height: 100%;
}

.case-study-link {
  cursor: pointer;
}

.link-image {
  display: block;
}

.link-overall {
  cursor: pointer;
}

.background-video {
  position: static;
}

.collection-list-wrapper-3, .collection-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout4_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout4_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout4_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.background-video-2, .background-video-3, .background-video-4 {
  position: static;
}

.avatar-veronika {
  max-width: 48px;
  max-height: 48px;
}

.div-block-21 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-6 {
  padding-top: 0;
}

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  padding-top: 20px;
}

.padding-bottom-small {
  padding-bottom: 1.5rem;
}

.image-25 {
  text-align: left;
  vertical-align: baseline;
  height: auto;
  padding-bottom: 0;
  text-decoration: none;
}

.image-26 {
  width: 176px;
}

.image-27 {
  min-width: 90px;
  max-width: 90%;
  padding: 0;
}

.link-2 {
  color: var(--_primitives---colors--igy-white);
}

.image-28 {
  text-align: left;
  max-width: 80%;
}

.button-2 {
  border: 1px solid var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  background-color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  color: var(--_primitives---colors--igy-white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.comparison1_list-row {
  border-radius: 0;
  width: 100%;
}

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

.text-size-medium-2.ai {
  padding-bottom: 30px;
  font-weight: 300;
  display: block;
}

.comparison1_feature {
  color: var(--color-scheme-light--text-secondary);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-size: .75rem;
  display: flex;
}

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

.comparison1_top-row-title {
  text-align: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  padding-right: 1.5rem;
  display: flex;
}

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

.max-width-large-2.align-center.ai {
  max-width: 54rem;
}

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

.button-group-2.is-center {
  justify-content: center;
}

.comparison1_content {
  width: 100%;
}

.comparison1_content.desktop, .comparison1_content.desktop.ai {
  border-radius: 0;
}

.comparison1_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.comparison1_row-content.ai {
  background-color: #c4c4c4;
}

.comparison1_row-content.ai2 {
  background-color: #fdcfcf;
}

.comparison1_row-content.ai4 {
  background-color: #e04251;
  border-radius: 0;
}

.comparison1_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1.5rem .5rem;
  display: flex;
}

.comparison1_top-row-content.background-color-secondary {
  padding-bottom: .5rem;
}

.comparison1_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.comparison1_top-row.desktop-seo-pricing-table {
  border-color: var(--_primitives---colors--igy-text-alternative-tertiary) var(--_primitives---colors--igy-text-alternative-tertiary) #e5e7eb;
  border-color: #aaa9a7a6 #aaa9a7a6 #e5e7eb;
  border-bottom-style: solid;
  border-radius: 0;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.comparison1_component {
  flex-direction: column;
  align-items: center;
  max-width: 80rem;
  padding-top: 20px;
  padding-bottom: 0;
}

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

.comparison1_top-row-icon {
  display: inline-block;
}

.comparison1_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: stretch;
  padding-left: 20px;
}

.comparison1_row.red-title {
  border: 1px #000;
  grid-template-columns: 1.5fr;
  padding-top: 20px;
  padding-left: 20px;
}

.comparison1_row.white-row {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--igy-white);
  padding-left: 20px;
}

.comparison1_row.desktop-seo-pricing-table {
  border-radius: 0;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.comparison1_row.white-row {
  background-color: #fff;
  border-radius: 15px;
  padding-left: 20px;
}

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

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

.pricing6_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.pricing6_plan {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-light--border);
  background-color: var(--color-scheme-light--foreground);
  border-radius: 0;
  padding: 2rem;
  overflow: hidden;
}

.pricing6_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.tab-link-2 {
  border: 1px solid var(--_primitives---colors--igy-text-alternative-tertiary);
  border-radius: var(--_ui-styles---radius--large);
  margin-left: 10px;
  margin-right: 10px;
  padding: .5rem 1.5rem;
  font-size: .75rem;
}

.tab-link-2.w--current {
  border-color: var(--_primitives---colors--igy-text-alternative-tertiary);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-light--background);
  font-weight: 500;
}

.pricing6_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

.red-title {
  color: var(--_primitives---colors--igy-red);
  font-size: .75rem;
}

.pricing-seo {
  text-align: center;
  padding: 20px 20px 40px;
}

.text-muted {
  color: var(--color-scheme-light--text-secondary);
  text-align: center;
  font-size: .75rem;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) none var(--color-scheme-light--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-light--border);
}

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

.button-group-3.is-center {
  justify-content: center;
}

.faq1_answer {
  overflow: hidden;
}

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

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

.heading-style-h4-6.text-color-primary {
  color: var(--_primitives---colors--igy-text-main);
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

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

.text-block-2 {
  display: inline-block;
}

.div-block-24, .div-block-25 {
  display: inline-flex;
}

.tooltip-seo {
  margin-top: -10px;
  margin-left: 10px;
}

.text-span-3 {
  color: var(--_primitives---colors--igy-red);
}

.text-color-primary {
  color: var(--_primitives---colors--igy-text-main);
}

.text-color-primary.white {
  color: var(--_primitives---colors--igy-white);
}

.text-color-primary.text-size-small {
  color: var(--_primitives---colors--igy-text-tertiary);
}

.layout121_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_progress-bar-2 {
  background-color: var(--color-scheme-light--text);
  width: 2px;
  height: 100%;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--color-scheme-light--background);
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout253_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout253_item-icon-wrapper {
  display: inline-block;
}

.layout253_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout253_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.layout253_content-left {
  flex-direction: column;
  align-items: center;
}

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

.right-arrow {
  width: 30px;
  height: 30px;
  color: var(--_primitives---colors--igy-text-main);
  inset: auto 16px 16px auto;
}

.code-embed-2 {
  color: #f0f0f0;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.code-embed-2:hover {
  color: #ff2f43;
  transform: translate(3px);
}

.code-embed-2.color-dark {
  color: var(--_primitives---colors--igy-text-main);
}

.div-block-26 {
  z-index: 5;
  background-color: #b3b3b3;
  border-radius: 999px;
  width: 1px;
  height: 24px;
  position: absolute;
  inset: auto 60px 22px auto;
}

.code-embed-3 {
  color: var(--_primitives---colors--igy-text-main);
  transition: transform .3s;
}

.code-embed-3:hover {
  color: var(--_primitives---colors--igy-red);
  transform: translate(-3px);
}

.code-embed-3.arrow-white {
  color: var(--_primitives---colors--igy-white);
}

.swiper.swiper-footer {
  display: block;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-slide {
  width: auto;
}

.swiper-slide.swiper-slide__footer {
  width: 140px;
}

.form__seniority__input {
  opacity: 0;
  position: absolute;
}

.form__input__container {
  padding-left: 0;
  position: relative;
}

.form__seniority__label {
  border: 1px solid var(--_primitives---colors--igy-text-alternative-tertiary);
  text-align: center;
  border-radius: 24px;
  width: 100%;
  padding: 12px 6px;
  position: relative;
}

.footer__logos {
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.footer__logos__inner {
  flex-wrap: nowrap;
  display: flex;
}

.footer__logos__logo {
  width: 16.666%;
}

.footer__logos__logo.footer__logos__logo--duplicate {
  display: none;
}

.paragraph-17 {
  color: var(--_primitives---colors--igy-text-tertiary);
  padding-top: 23px;
}

.image-29 {
  width: 100%;
}

.slider-2 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  background-color: #fff0;
  border: 1px #fff0;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.paragraph-18 {
  color: #ffffffd9;
  font-size: .75rem;
  font-weight: 300;
}

.igy-red-2 {
  color: #ff2f43;
}

.column-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.div-block-27 {
  z-index: 5;
  background-color: #fff;
  border-radius: 999px;
  width: 1px;
  height: 24px;
  position: absolute;
  inset: auto 60px 22px auto;
}

.paragraph-19 {
  font-weight: 400;
}

.slide-nav-2 {
  border-radius: 500px;
}

.code-embed-4 {
  color: #fff;
  transition: transform .3s;
}

.code-embed-4:hover {
  color: #ff2f43;
  transform: translate(-3px);
}

.padding-global-3 {
  border-top: 1px solid #f3f4f6;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-3.background-blur {
  background-image: url('/images/background-blur.svg');
  background-position: 40%;
  background-size: cover;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #ff2f43;
  border: 1px #000;
  border-radius: 500px;
  width: auto;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-3:hover {
  background-color: #e2283b;
  box-shadow: 0 4px 12px #0000001a;
}

.button-3.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-3.is-icon:hover {
  background-color: #e2283b;
}

.heading-style-h2-3 {
  color: #111927;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-4.center {
  justify-content: center;
  align-items: center;
}

.layout16_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #384250;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 400;
  display: grid;
}

.lide-a-kultura_feature-3_image-wrapper-2 {
  border-radius: 15px;
  overflow: hidden;
}

.column-42 {
  padding-left: 0;
}

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

.code-embed-5 {
  color: #fff;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.code-embed-5:hover {
  color: #ff2f43;
  transform: translate(3px);
}

.collection-item-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.collection-list-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-light--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-light--background);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
}

.domu_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.domu_feature_item-list.quote {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
}

.domu_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.team-member {
  max-width: 56px;
}

.team-allign-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.testimonial10_lightbox-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: 480px;
  overflow: clip;
}

.testimonial10_client-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial10_content {
  background-color: var(--_primitives---colors--igy-transparent);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.text-size-medium-3 {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.text-size-medium-3.ai {
  color: #b3b3b3;
  font-size: 1.1rem;
}

.testimonial10_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial10_divider {
  background-color: #eaecf0;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.testimonial10_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-30 {
  max-width: 64px;
}

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

.slide-3, .slide-4 {
  background-color: #fff;
}

.slider-3 {
  display: block;
}

.slide-nav-3 {
  color: var(--_primitives---colors--igy-red);
  background-color: #fff;
}

.testimonial15_mask {
  overflow: hidden;
}

.testimonial15_arrow {
  border: 1px solid var(--color-scheme-light--accent);
  color: #667085;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .5s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial15_arrow:hover {
  background-color: var(--_primitives---colors--igy-red);
  color: #fff;
}

.testimonial15_arrow.left {
  border-width: 1px;
  border-color: var(--color-scheme-light--accent);
  color: #000;
  background-color: #fff;
  transition: background-color .5s;
  right: 4rem;
}

.testimonial15_arrow.left:hover {
  background-color: var(--color-scheme-light--accent);
  color: #fff;
}

.testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.testimonial15_slide {
  padding-right: 2rem;
}

.text-size-large-2 {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.text-size-medium-4 {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial15_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.text-size-small-2 {
  color: var(--_primitives---colors--igy-text-main);
  letter-spacing: normal;
  padding-bottom: 0;
  font-size: .875rem;
}

.text-size-small-2.allign-center {
  text-align: center;
}

.text-size-small-2.allign-center.text-color-secondary {
  color: var(--_primitives---colors--igy-text-secondary);
}

.page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.testimonial15_content {
  background-color: #fff;
  border: 0 solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem 1rem 0;
  display: flex;
}

.testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

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

.section_testimonial15 {
  overflow: hidden;
}

.testimonial15_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_component {
  background-color: #0000;
  height: auto;
  padding-bottom: .5rem;
  position: relative;
}

.image-31, .image-32, .image-33, .image-34, .image-35 {
  max-width: 25%;
}

.paragraph-20 {
  margin-top: 0;
}

.paragraph-21 {
  margin-right: -25px;
  padding-bottom: 0;
  display: block;
}

.bold-text {
  color: var(--_primitives---colors--igy-text-main);
}

.bold-text.va-ekladivo {
  font-size: 1rem;
}

.igy-white {
  color: var(--_primitives---colors--igy-white);
}

.paragraph-23 {
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--_primitives---colors--igy-text-secondary);
  color: #b3b3b3;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 300;
}

.paragraph-23.text-size-medium {
  font-size: 1.2rem;
}

.comparison1_feature-2 {
  color: #384250;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem 1rem 10px;
  font-size: .75rem;
  display: flex;
}

.comparison1_feature-2.ai {
  background-color: #e5e9f0;
  padding-left: 10px;
}

.faq1_list-2 {
  border-bottom: 1px solid #ffffffd9;
}

.igy-red-3 {
  color: #ff2f43;
}

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

.faq1_question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px #ffffffd9;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.red-title-2 {
  color: #ff2f43;
  font-size: .75rem;
}

.text-muted-2 {
  color: #384250;
  font-size: .75rem;
}

.text-muted-2.ai {
  font-weight: 700;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #ff2f43;
  border: 1px #000;
  border-radius: 500px;
  width: auto;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-4:hover {
  background-color: #e2283b;
  box-shadow: 0 4px 12px #0000001a;
}

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

.tab-link-3 {
  border: 1px solid #aaa9a7a6;
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
  padding: .5rem 1.5rem;
  font-size: .75rem;
}

.tab-link-3.w--current {
  background-color: #f7f7f7;
  border-color: #aaa9a7a6;
  border-radius: 500px;
  font-weight: 500;
}

.heading-style-h2-4 {
  color: var(--_primitives---colors--igy-text-main);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-4.ai {
  color: var(--_primitives---colors--igy-white);
}

.heading-style-h2-4.long {
  text-align: center;
  white-space: nowrap;
  object-fit: fill;
  min-width: 0;
  font-size: 3rem;
  text-decoration: none;
}

.heading-style-h2-4.allign-center {
  text-align: center;
  padding-bottom: 24px;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.text-align-center-6 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-align-center-6.ai {
  background-color: #2a324a;
  border-radius: 0;
  padding-top: 80px;
}

.text-align-center-6.ai2 {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-menu-2 {
  background-color: #fff0;
  border: 1px #ffffffd9;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.div-block-31 {
  background-color: #ff2f43;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: var(--_primitives---colors--igy-white);
  text-align: center;
  background-color: #e04251;
  font-weight: 300;
}

.div-block-32 {
  overflow-wrap: normal;
  position: static;
}

.text-span-4 {
  vertical-align: text-bottom;
  display: inline;
}

.section-2 {
  padding-top: 100px;
}

.text-span-5 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.div-block-33 {
  background-color: red;
}

.text-size-medium-5 {
  color: #384250;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-size-regular-2 {
  color: #384250;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular-2.text-weight-light {
  font-weight: 300;
}

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

.layout12_timeline-icon-wrapper-2 {
  z-index: 1;
  background-color: #f7f7f7;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.tag-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.layout121_progress-bar-3 {
  color: #ff2f43;
  background-color: #ff2f43;
  width: 2px;
  height: 100%;
}

.text-size-medium-6 {
  color: #384250;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-size-regular-3 {
  color: #384250;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular-3.text-weight-light {
  font-weight: 300;
}

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

.layout12_timeline-icon-wrapper-3 {
  z-index: 1;
  background-color: #f7f7f7;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.tag-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.bold-text-2 {
  color: var(--_primitives---colors--igy-white);
}

.text-size-medium-7 {
  color: #384250;
  font-size: 1.125rem;
  font-weight: 500;
}

.volne-pozice_feature-2_image-wrapper-2 {
  border-radius: 15px;
  overflow: hidden;
}

.form_checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  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-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

.form_checkbox-icon-2.is-alternate {
  border-style: solid;
  border-color: #aaa9a7a6;
  border-radius: 5px;
}

.text-paragraph-highlight-2 {
  color: #111927;
  font-weight: 700;
}

.success-message-2 {
  background-color: #ff2f43;
  border-radius: 15px;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #ff2f43;
  border: 1px #000;
  border-radius: 500px;
  width: auto;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-5:hover {
  background-color: #e2283b;
  box-shadow: 0 4px 12px #0000001a;
}

.button-5.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-5.is-icon:hover {
  background-color: #e2283b;
}

.button-5.is-link {
  color: #ff2f43;
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border-style: none;
  border-bottom-color: #ff2f43;
  border-left-color: #ff2f43;
  border-right-color: #ff2f43;
  padding: .25rem 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.button-5.is-link:hover {
  box-shadow: none;
}

.button-5.is-link.white {
  color: #fff;
}

.button-5.is-link.white.offset-underline {
  text-underline-offset: 5px;
  font-weight: 500;
}

.button-5.width-100 {
  width: 100%;
}

.button-5.width-100:hover {
  background-color: #e2283b;
}

.form_input-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #aaa9a7a6;
  border-radius: 15px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  color: #fff;
  background-color: #fff0;
  border-color: #f8f8f8;
  font-weight: 400;
}

.form_input-2::placeholder {
  color: #aaa9a7a6;
  font-weight: 300;
}

.error-message-2 {
  color: #ff2f43;
  background-color: #fff;
  border-radius: 5px;
}

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

.heading-style-h5-2.white {
  color: #fff;
}

.icon-embed-xsmall-7 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  display: flex;
}

.navbar12_icon-wrapper-2 {
  aspect-ratio: 1;
  object-fit: fill;
  border: 1px solid #aaa9a7a6;
  border-radius: 5px;
  flex: none;
}

.navbar12_icon-wrapper-2.sluzba {
  background-color: #fdfdfd;
  border-color: #dedede;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-shadow: 0 2px 5px #0000001c;
}

.image-36 {
  width: 100%;
  height: 100%;
}

.heading-style-h2-7 {
  color: #111927;
}

.heading-style-h2-7.allign-center {
  text-align: center;
}

.heading-style-h2-7.allign-center.margin-bottom-24px {
  margin-bottom: 24px;
}

.tag-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.text-size-medium-8 {
  color: #384250;
  font-size: 1.125rem;
  font-weight: 500;
}

.icon-embed-small-3 {
  color: #fff;
  background-color: #111927;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 5px;
  display: flex;
}

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

.text-size-large-3 {
  color: #384250;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large-3.text-weight-semibold {
  color: #111927;
}

.faq6_accordion-2 {
  background-color: #fff;
  border: 1px solid #ffffffd9;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

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

.tag-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.text-size-medium-9 {
  color: #384250;
  font-size: 1.125rem;
  font-weight: 500;
}

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

.layout12_timeline-icon-wrapper-4 {
  z-index: 1;
  background-color: #f7f7f7;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.tag-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

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

.layout12_timeline-icon-wrapper-5 {
  z-index: 1;
  background-color: #f7f7f7;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.tag-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

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

.layout12_timeline-icon-wrapper-6 {
  z-index: 1;
  background-color: #f7f7f7;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.tag-9 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

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

.max-width-large-4.margin-top {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}

.color-text-tertiary-2 {
  color: #4d5761;
}

.layout2_item-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100%;
  padding: 1.5rem;
}

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

.tag-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.icon-embed-small-4 {
  color: #fff;
  background-color: #111927;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 5px;
  display: flex;
}

.tag-11 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #384250;
  letter-spacing: .25px;
  border: 1px solid #ff2f43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.color-text-tertiary-3 {
  color: #4d5761;
}

.layout2_item-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100%;
  padding: 1.5rem;
}

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

.italic-text {
  color: var(--igy-text-white-transparent);
}

.ai-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.comparison-card {
  background-color: #fff;
  border-radius: 24px;
  max-width: none;
  overflow: hidden;
  box-shadow: 0 20px 80px #00000014;
}

.grid-9 {
  aspect-ratio: auto;
  grid-template-columns: .5fr 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.grid-9.ai {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr .9fr .9fr;
}

.wrapper.ai {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000014;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 240px 1fr 1fr;
  align-content: stretch;
  overflow: hidden;
}

.grid-10.cell {
  border-bottom: 1px solid #000;
  border-radius: 1px;
  padding: 32px 24px 24px;
}

.grid-10.mobile-view {
  grid-template-columns: 160px 1fr 1fr;
  place-content: center;
}

.cell-table {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  padding: 24px;
  font-size: 15px;
  font-weight: 300;
}

.cell-table.ai {
  color: var(--_primitives---colors--igy-white);
  text-align: center;
  background-color: #ff2d2d;
  font-weight: 400;
  text-decoration: none;
}

.cell-table.ai.head {
  border-bottom-color: #413e3e4d;
  border-left-color: #413e3e4d;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.cell-table.no {
  background-color: #fff;
  border-bottom-width: .1px;
  border-bottom-color: #413e3e4f;
}

.cell-table.ai2 {
  text-align: center;
  background-color: #fce1e19e;
  font-size: 15px;
  line-height: 1.5;
}

.cell-table.ai2._2 {
  background-color: #fff3f39e;
  justify-content: center;
  align-items: center;
}

.cell-table.head {
  text-align: center;
  border-bottom: .1px solid #413e3e4d;
  border-left: .04px #413e3e4d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cell-table.head.background-white {
  background-color: var(--_primitives---colors--igy-white);
}

.cell-table._2 {
  background-color: #fdffff;
  justify-content: center;
  align-items: center;
  display: block;
}

.cell-table.description {
  background-color: #f5f5f5fa;
}

.cell-table.description.background-white {
  background-color: #fffffffa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-ai {
  font-size: 15px;
  font-weight: 300;
}

.section-4 {
  padding-bottom: 10px;
}

.text-block-8 {
  font-size: 1rem;
}

.table-hidden-desktop {
  display: none;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .column-43, .column-44, .column-45, .column-46, .column-47, .column-48, .column-49, .column-50, .column-51, .column-52, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .allign-left {
  text-align: left;
}

.layout2_list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.heading-style-h4-11 {
  float: none;
  clear: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: visible;
}

.heading-style-h4-11.text-weight-medium {
  font-weight: 500;
}

.heading-style-h4-11.text-weight-medium.red {
  color: #ff2f43;
}

.heading-style-h4-11.text-weight-medium.ai {
  font-size: 1.2rem;
}

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

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

.margin-bottom-2.margin-xsmall {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom-2.margin-xsmall.allign-center {
  text-align: center;
}

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

.margin-bottom-2.margin-large.allign-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-2.margin-small {
  margin: 0 0 1rem;
}

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

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

.italic-text-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.italic-text-3 {
  font-family: var(--_typography---font-styles--body);
  font-style: normal;
  text-decoration: none;
}

.text-span-6 {
  white-space: normal;
  overflow-wrap: normal;
  text-decoration: none;
}

.link-3 {
  color: var(--_primitives---colors--igy-text-secondary);
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-35, .column-53 {
  text-align: left;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-large {
    text-align: center;
  }

  .max-width-large.leftee {
    text-align: left;
  }

  .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-top.margin-xxlarge.mobile__only {
    margin: 0;
    display: block;
  }

  .margin-top.margin-xxlarge.desktop__only {
    display: none;
  }

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

  .margin-bottom.margin-xsmall {
    text-align: left;
    text-align: left;
  }

  .margin-bottom.margin-xsmall.middle-tag {
    text-align: center;
  }

  .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 {
    text-align: left;
    font-size: 2.75rem;
  }

  .heading-style-h2.text-color-white.slim-footer {
    text-align: center;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

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

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

  .heading-style-h5.blog-totle-smaller {
    font-size: 1.15rem;
  }

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

  .button.is-link:hover {
    color: #e2283b;
  }

  .button.is-icon.is-small.hr-button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 256px;
    display: flex;
  }

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

  .text-size-regular.color-text-tertiary {
    text-align: left;
  }

  .text-size-regular.text-color-primary.text-allign-center {
    text-align: center;
  }

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

  .heading-style-h3.leftee {
    text-align: left;
  }

  .heading-style-h3.text-weight-normal, .heading-style-h3.text-weight-normal.all-caps {
    font-weight: 400;
  }

  .button-group.right {
    justify-content: center;
    align-items: center;
  }

  .text-rich-text, .text-rich-text.take-away {
    text-align: left;
  }

  .padding-global.background-blur {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

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

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

  .padding-section-large.padding-section-large-top {
    padding-top: 8rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar12_dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: flex;
  }

  .navbar12_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .navbar12_component {
    z-index: 10000;
  }

  .text-weight-semibold {
    font-size: 1rem;
  }

  .home_header_content {
    grid-template-columns: 1.25fr;
  }

  .home_features-list-2_image-wrapper.big-case.mama {
    background-image: url('/images/Background-mamalabels_1.avif');
    background-position: 0%;
    padding: 3.5rem;
  }

  .home_features-list-2_image.rounded-case {
    aspect-ratio: 1;
    border-radius: var(--_ui-styles---radius--medium);
  }

  .home_features-list-2_list {
    grid-template-columns: 1fr 1fr;
  }

  .home_features-list-2_list.sluzby-home {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home_features-list-3_content-left {
    position: static;
  }

  .home_features-list-3_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home_how-it-works-1_list {
    grid-column-gap: 2rem;
  }

  .home_how-it-works-2_content-left {
    position: static;
  }

  .home_how-it-works-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_how-it-works-2_content.grid-igy-media {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_how-it-works-3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_how-it-works-3_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .footer14_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lide-a-kultura_hero-header_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .lide-a-kultura_feature-1_content-right.righish {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .lide-a-kultura_feature-1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .lide-a-kultura_feature-1_content.bottom-tags {
    grid-template-columns: 1fr;
  }

  .lide-a-kultura_feature-2_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .lide-a-kultura_feature-2_content, .lide-a-kultura_feature-3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .volne-pozice_features-list-1_list {
    grid-column-gap: 2rem;
  }

  .volne-pozice_features-list-1_list.proc-k-nam {
    grid-template-columns: 1fr 1fr;
  }

  .volne-pozice_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .volne-pozice_feature-2_content.center-columns {
    grid-template-columns: 1fr;
  }

  .kontakt_feature-1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .kontakt_feature-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .kontakt_contact_map-wrapper {
    height: 30rem;
  }

  .sluzba_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .sluzba_feature_content.pozice-sloupce {
    grid-template-columns: 1fr;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-light--border);
    background-color: var(--color-scheme-light--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--color-scheme-light--background);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

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

  .grid-social {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .service.white {
    color: #fff;
    font-weight: 300;
  }

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

  .contact {
    text-align: center;
  }

  .faq6_content-left {
    position: static;
  }

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

  .faq6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq6_answer {
    padding-bottom: .25rem;
  }

  .layout16_content-left {
    padding-bottom: 60px;
  }

  .column-8.hr-buttons {
    text-align: right;
  }

  .slide-2 {
    background-size: cover;
  }

  .icon_wrap.data-blob {
    left: 4%;
  }

  .icon_wrap.traffic-blob {
    max-width: 280px;
    left: 9%;
  }

  .heroheader_image-01 {
    max-width: 32rem;
  }

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

  .image-card.rounded:hover {
    border-color: var(--color-scheme-light--foreground);
  }

  .tag-tym {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list {
    flex-flow: row;
    display: flex;
  }

  .adresa-nad-mapu {
    z-index: 1000;
  }

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .left, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
    text-align: left;
  }

  .nav_drop {
    font-size: 1rem;
  }

  .benefit-ikona {
    padding-left: 0;
  }

  .nav-button_component {
    background-color: var(--_primitives---colors--igy-transparent);
    width: 4rem;
    height: 4rem;
  }

  .nav-button_line.is-first, .nav-button_line.is-second, .nav-button_line.is-third {
    background-color: var(--_primitives---colors--igy-red);
    color: var(--_primitives---colors--igy-red);
  }

  .code-embed {
    height: 30rem;
  }

  .layout2_list {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout12_progress-bar-wrapper {
    height: 70%;
  }

  .layout12_timeline-step {
    grid-column-gap: 1.5rem;
  }

  .layout12_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout4_tabs-content {
    padding-left: 1.5rem;
  }

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

  .layout4_tabs {
    grid-column-gap: 3rem;
  }

  .layout4_inner-wrapper {
    padding-right: 1.5rem;
  }

  .section-benefity.padding-left-right {
    padding: 0% 5%;
  }

  .background-video {
    height: 100%;
  }

  .layout4_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .background-video-2, .background-video-3, .background-video-4 {
    height: 100%;
  }

  .comparison1_top-row-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
  }

  .comparison1_top-row-content {
    padding: 1.5rem 1rem;
  }

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

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

  .layout121_progress-bar-wrapper {
    height: 70%;
  }

  .layout121_timeline-step {
    grid-column-gap: 1.5rem;
  }

  .layout121_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout253_content {
    grid-column-gap: 3rem;
  }

  .layout253_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .form__seniority__input {
    margin-left: 0;
  }

  .column-41.hr-buttons {
    text-align: right;
  }

  .padding-global-3.background-blur {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .button-3.is-icon.is-small.hr-button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 256px;
    display: flex;
  }

  .heading-style-h2-3 {
    text-align: left;
    font-size: 2.75rem;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-light--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-light--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-light--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .domu_feature_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial10_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }

  .testimonial10_content {
    padding: 3rem;
  }

  .testimonial15_mask {
    width: 100%;
  }

  .text-size-small-2.allign-center {
    text-align: center;
  }

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

  .paragraph-21 {
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
  }

  .code-embed-6 {
    margin-top: 0;
  }

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

  .heading-style-h2-4.long {
    object-fit: fill;
    flex-flow: row;
    font-weight: 700;
    display: block;
  }

  .heading-style-h2-4.allign-center {
    text-align: center;
  }

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

  .text-size-regular-3.color-text-tertiary {
    text-align: left;
  }

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

  .button-5.is-link:hover {
    color: #e2283b;
  }

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

  .heading-style-h2-7 {
    text-align: left;
    font-size: 2.75rem;
  }

  .max-width-large-3 {
    text-align: center;
  }

  .heading-style-h2-8, .heading-style-h2-9, .heading-style-h2-10, .heading-style-h2-11 {
    font-size: 2.75rem;
  }

  .max-width-large-4 {
    text-align: center;
  }

  .max-width-large-4.leftee {
    text-align: left;
  }

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

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

  .cell-table._2 {
    flex-flow: column;
    display: block;
  }

  .cell-table.description {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .layout2_list-2 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .margin-bottom-2.margin-xsmall {
    text-align: left;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .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-top.margin-small.form__seniority {
    grid-template-columns: 1fr 1fr;
  }

  .margin-top.margin-medium.allign-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .margin-bottom.margin-xsmall.allign-left {
    display: flex;
  }

  .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-h2.text-color-white.slim-footer {
    text-align: center;
  }

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

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

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

  .heading-style-h1.home-page {
    font-size: 2.8rem;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .button.is-icon.is-small.hr-button {
    justify-content: flex-start;
    align-items: center;
    max-width: 260px;
    display: flex;
  }

  .button.is-icon.is-small.hr-button.qq {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button.blog__button {
    width: fit-content;
    display: block;
  }

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

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

  .heading-style-h3.text-weight-normal {
    font-weight: 400;
  }

  .button-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button-group.left-always {
    display: block;
  }

  .button-group.left-qq {
    justify-content: flex-start;
    align-items: center;
  }

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

  .padding-section-large.padding-section-large-top {
    padding-top: 5rem;
  }

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .tag.pozice {
    display: none;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar12_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar12_component {
    min-height: 4rem;
  }

  .navbar12_dropdown-link {
    justify-content: flex-start;
    align-items: center;
  }

  .home_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_header_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home_features-list-2_image-wrapper.big-case.mama {
    background-position: 40%;
    padding: 3rem 2rem;
  }

  .home_features-list-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_features-list-2_list.case-studies-2, .home_features-list-3_content {
    grid-template-columns: 1fr;
  }

  .home_how-it-works-1_list, .home_how-it-works-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_how-it-works-2_content.grid-igy-media {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_how-it-works-3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer14_cta {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .lide-a-kultura_feature-1_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .lide-a-kultura_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .lide-a-kultura_feature-3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .volne-pozice_job-listings_item {
    padding: 1.5rem;
  }

  .volne-pozice_features-list-1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .volne-pozice_features-list-1_list.proc-k-nam {
    grid-template-columns: 1fr 1fr;
  }

  .volne-pozice_feature-2_content, .kontakt_feature-1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kontakt_feature-2_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .kontakt_contact_map-wrapper {
    height: 25rem;
  }

  .sluzba_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

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

  .grid-social {
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-xlarge {
    padding-top: 5rem;
  }

  .column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .columns {
    flex-flow: wrap;
  }

  .columns-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .columns-4 {
    display: block;
  }

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

  .faq6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_icon-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .faq6_question {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout16_item-list {
    justify-items: start;
  }

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

  .layout16_item.hr-left, .layout16_item.left {
    justify-content: flex-start;
    align-items: center;
  }

  .column-8.hr-buttons {
    padding-top: 10px;
    padding-left: 0;
  }

  .heroheader_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .heroheader_image-wrapper.background-image {
    height: 30rem;
  }

  .icon_wrap.data-blob {
    bottom: 0%;
  }

  .icon_wrap.traffic-blob {
    max-width: 185px;
  }

  .heroheader_image-01.shadow-xxlarge {
    width: 32rem;
    min-width: 32rem;
  }

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

  .columns-9 {
    display: block;
  }

  .clen-tymu {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .column-12 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .column-12.mid-position {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-7.job-time {
    margin-left: 0;
  }

  .columns-10 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .collection-list {
    flex-flow: column;
  }

  .columns-13 {
    flex-flow: wrap;
  }

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

  .column-26, .column-27, .column-28 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .column-29, .column-30, .column-31, .column-32 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .column-34 {
    display: block;
  }

  .column-35 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .columns-15, .columns-16 {
    display: flex;
  }

  .column-38 {
    display: block;
  }

  .columns-17 {
    display: flex;
  }

  .platforms_tools__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ". Meta . ."
                         "Whimsical . Figma Shopsys"
                         "Javascript Youtube Shopify ."
                         "React . GTM Python"
                         ". Laravel LookerStudio Prestashop"
                         "GoogleAnalytics Webflow . Shoptet";
  }

  .platform_tool.platform_tool--javascript, .platform_tool.platform_tool--webflow, .platform_tool.platform_tool--python, .platform_tool__line.platform_tool__line--design {
    display: none;
  }

  .platform_tool__line.platform_tool__line--design.platform_tool__line__mobile {
    display: block;
  }

  .platform_tool__line.platform_tool__line--marketing {
    display: none;
  }

  .platform_tool__line.platform_tool__line--marketing.platform_tool__line__mobile {
    display: block;
  }

  .platform_tool__line.platform_tool__line--analytics {
    display: none;
  }

  .platform_tool__line.platform_tool__line--analytics.platform_tool__line__mobile {
    display: block;
  }

  .platform_tool__line.platform_tool__line--development {
    display: none;
  }

  .platform_tool__line.platform_tool__line--development.platform_tool__line__mobile {
    display: block;
  }

  .platform_tool__line.platform_tool__line--digital.platform_tool__line--digital_right, .platform_tool__line.platform_tool__line--digital.platform_tool__line--digital_center, .platform_tool__line.platform_tool__line--digital.platform_tool__line--digital_left {
    display: none;
  }

  .platform_tool__line.platform_tool__line--digital.platform_tool__line__mobile {
    display: block;
  }

  .column-39, .column-40 {
    padding-bottom: 10px;
  }

  .layout2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout12_progress-bar-wrapper {
    left: 2rem;
  }

  .layout12_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .layout4_tabs-content {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .layout4_content {
    flex-flow: column;
    display: flex;
  }

  .layout4_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout4_tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

  .layout4_header {
    width: 100%;
  }

  .layout4_inner-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .image-cover-marketing {
    width: auto;
  }

  .section-benefity.padding-left-right {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .layout4_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-24 {
    min-width: 24px;
  }

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

  .comparison1_feature {
    border: 1px #000;
    padding-right: 1rem;
  }

  .comparison1_top-row-title {
    display: none;
  }

  .comparison1_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison1_top-row-content, .comparison1_top-row-content.background-color-secondary {
    justify-content: center;
    align-items: flex-start;
  }

  .comparison1_top-row {
    grid-template-columns: 1fr 1fr;
  }

  .comparison1_row, .comparison1_row.red-title {
    grid-template-columns: 1.5fr 1fr;
  }

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

  .pricing6_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tab-link-2 {
    background-color: var(--_primitives---colors--igy-transparent);
  }

  .tab-link-2.w--current {
    background-color: var(--_primitives---colors--igy-brand-dark);
    color: var(--_primitives---colors--igy-white);
  }

  .pricing6_tabs {
    display: flex;
  }

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

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

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .div-block-23 {
    display: block;
  }

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .layout253_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout253_list {
    grid-row-gap: 3rem;
  }

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

  .footer__logos {
    width: auto;
  }

  .footer__logos__logo {
    flex-shrink: 0;
    width: 170px;
  }

  .footer__logos__logo.footer__logos__logo--duplicate {
    display: block;
  }

  .section {
    width: 100%;
  }

  .column-41.hr-buttons {
    padding-top: 10px;
    padding-left: 0;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-3.is-icon.is-small.hr-button {
    justify-content: flex-start;
    align-items: center;
    max-width: 260px;
    display: flex;
  }

  .button-3.is-icon.is-small.hr-button.qq {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .button-group-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button-group-4.left-qq {
    justify-content: flex-start;
    align-items: center;
  }

  .layout16_item-list-2 {
    justify-items: start;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .domu_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial10_lightbox-image {
    height: 22rem;
  }

  .testimonial10_content {
    padding: 2.5rem 1.5rem;
  }

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

  .testimonial10_logo {
    max-height: 2.5rem;
  }

  .testimonial10_client {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .testimonial10_divider {
    display: none;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial10_logo-wrapper {
    margin-top: 1rem;
  }

  .lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .testimonial15_mask {
    width: 100%;
  }

  .testimonial15_arrow:hover {
    background-color: #fff;
  }

  .testimonial15_arrow.left {
    right: 3.5rem;
  }

  .testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial15_slide {
    width: 100%;
    padding-right: 0;
  }

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

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

  .testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial15_content {
    padding: 1.5rem;
  }

  .comparison1_feature-2 {
    border: 1px #000;
    padding-right: 1rem;
  }

  .div-block-29 {
    display: block;
  }

  .faq1_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .button-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-3 {
    background-color: #fff0;
  }

  .tab-link-3.w--current {
    color: #fff;
    background-color: #151a1d;
  }

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

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

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

  .layout12_timeline-icon-wrapper-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

  .layout12_timeline-icon-wrapper-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .button-5 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .layout12_timeline-icon-wrapper-4 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .layout12_timeline-icon-wrapper-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .layout12_timeline-icon-wrapper-6 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .layout2_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .margin-top.margin-medium.allign-left {
    justify-content: flex-start;
    align-items: center;
  }

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

  .margin-bottom.margin-xsmall.allign-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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-vertical.padding-xhuge {
    padding-bottom: 2rem;
  }

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

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

  .icon-embed-small {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .heading-style-h2.text-color-white.slim-footer {
    text-align: left;
    font-size: 2rem;
  }

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

  .heading-style-h1.slim-footer {
    text-align: center;
  }

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

  .button.is-link.foot-muted-link {
    display: block;
  }

  .button.is-icon {
    justify-content: flex-start;
    align-items: center;
  }

  .button.va-e-kladivo {
    object-fit: fill;
    position: absolute;
  }

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

  .heading-style-h3.text-allign-center.padding-bottom-small {
    font-size: 2.5rem;
  }

  .button-group.right.custom-blog-page-btn-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button-group.left-always {
    display: block;
  }

  .button-group.left-always.allign-left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .button-group.allign-left {
    justify-content: flex-start;
    align-items: center;
  }

  .text-style-muted.home-sluzba.all-caps.padding-bottom, .text-size-large.text-weight-semibold {
    text-align: left;
  }

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

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

  .padding-section-large.padding-section-large-top {
    padding-top: 5rem;
  }

  .navbar12_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .home_header_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_features-list-2_image-wrapper.big-case.mama {
    background-position: 20%;
    padding: 2rem;
  }

  .home_features-list-2_list, .home_features-list-2_list.case-studies-2 {
    grid-template-columns: 1fr;
  }

  .home_features-list-3_timeline-step-wrapper.card-firma {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_features-list-3_content, .home_how-it-works-1_list, .home_how-it-works-2_content, .home_how-it-works-2_item-list {
    grid-template-columns: 1fr;
  }

  .home_how-it-works-2_item-list.right.padding-small {
    padding-top: 0;
  }

  .home_how-it-works-3_content {
    grid-template-columns: 1fr;
  }

  .footer14_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer14_credit-text {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .footer14_credit-text.muted-foot {
    padding-top: 20px;
  }

  .lide-a-kultura_feature-1_content, .lide-a-kultura_feature-2_content, .lide-a-kultura_feature-3_content, .volne-pozice_features-list-1_list, .volne-pozice_features-list-1_list.proc-k-nam {
    grid-template-columns: 1fr;
  }

  .volne-pozice_feature-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .volne-pozice_feature-2_content-left {
    display: block;
  }

  .kontakt_feature-1_content, .kontakt_feature-2_content, .sluzba_feature_content {
    grid-template-columns: 1fr;
  }

  .sluzba_feature_content-left {
    margin-top: 0;
  }

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

  .grid-social {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-social.icons {
    justify-content: center;
    align-items: center;
  }

  .foot-muted.allign-center {
    text-align: center;
  }

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

  .email-foot-sales.allign-center {
    text-align: center;
  }

  .grid-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

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

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

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

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .faq6_answer {
    text-align: left;
    padding-bottom: .25rem;
  }

  .card.dark.cta {
    display: block;
  }

  .heroheader_image-wrapper {
    width: 100%;
    height: 16rem;
  }

  .heroheader_image-wrapper.background-image {
    height: auto;
  }

  .icon_wrap.data-blob {
    max-width: 160px;
    max-height: 180px;
    bottom: 0%;
  }

  .icon_wrap.traffic-blob {
    max-width: 125px;
    left: 17%;
  }

  .heroheader_image-01.shadow-xxlarge {
    width: 24rem;
    min-width: 24rem;
    max-width: 24rem;
  }

  .icon-sluzby {
    max-width: 40px;
    max-height: 40px;
  }

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

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

  .column-9 {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .column-13 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .columns-11 {
    flex-flow: column;
    display: flex;
  }

  .columns-13 {
    display: block;
  }

  .column-19 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-14 {
    display: block;
  }

  .column-20, .column-21 {
    display: flex;
  }

  .collection-item-3 {
    margin-top: 2rem;
    display: block;
  }

  .column-22 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-19 {
    margin-bottom: 1rem;
  }

  .column-23 {
    margin-top: 1rem;
  }

  .column-24 {
    order: -1;
  }

  .column-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-6, .grid-7 {
    grid-template-columns: 1fr;
  }

  .column-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .collection-list-wrapper {
    display: block;
  }

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

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .left {
    text-align: left;
  }

  .nav-button_line.is-first, .nav-button_line.is-second, .nav-button_line.is-third {
    background-color: var(--_primitives---colors--igy-red);
    color: var(--_primitives---colors--igy-red);
  }

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

  .heading-style-h4-4 {
    text-align: center;
  }

  .layout12_content, .layout4_tabs {
    grid-template-columns: 1fr;
  }

  .image-cover-marketing {
    width: auto;
    height: auto;
  }

  .layout4_content-2, .layout4_item-list {
    grid-template-columns: 1fr;
  }

  .comparison1_top-row-title, .comparison1_top-row-content {
    padding: 1rem .5rem;
  }

  .layout121_content, .layout253_content, .layout253_list {
    grid-template-columns: 1fr;
  }

  .button-3.is-icon {
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-6, .collection-list-7 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .domu_feature_item-list, .domu_feature_content {
    grid-template-columns: 1fr;
  }

  .team-allign-left {
    flex-flow: wrap;
  }

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

  .testimonial10_lightbox-image {
    height: 15rem;
  }

  .testimonial10_content {
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
  }

  .testimonial10_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-30.mobile-hide {
    aspect-ratio: auto;
    display: none;
  }

  .div-block-28 {
    flex-flow: wrap;
  }

  .testimonial15_mask {
    width: auto;
  }

  .testimonial15_arrow:hover {
    background-color: var(--_primitives---colors--igy-red);
  }

  .testimonial15_slide {
    width: auto;
    padding-right: 0;
  }

  .text-size-large-2.text-weight-medium.text-color-gray900 {
    font-size: 1rem;
  }

  .testimonial15_content {
    width: auto;
    padding: 1rem 0;
  }

  .testimonial15_component {
    width: 100%;
  }

  .paragraph-21 {
    margin-right: 0;
  }

  .heading-style-h2-4.allign-center {
    font-size: 2rem;
  }

  .button-5.is-icon {
    justify-content: flex-start;
    align-items: center;
  }

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

  .icon-embed-small-3 {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .icon-embed-small-4 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .grid-10 {
    grid-template-columns: .5fr 1fr 1fr;
    justify-content: stretch;
  }

  .grid-10.mobile-visible {
    grid-template-columns: .5fr 1fr;
  }

  .grid-10.mobile-view {
    grid-template-columns: .5fr 1fr;
    margin-bottom: 24px;
    display: none;
  }

  .cell-table.ai.head {
    display: none;
  }

  .cell-table.ai.head.is-visible {
    display: block;
  }

  .cell-table.ai2 {
    display: none;
  }

  .cell-table.ai2._2.visible, .cell-table.ai2.is-visible {
    display: block;
  }

  .cell-table.head.background-white.hidden, .cell-table.hidden {
    display: none;
  }

  .table-hidden-desktop {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

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

  .layout2_list-2 {
    grid-template-columns: 1fr;
  }

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

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

  .paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78, .paragraph-79, .paragraph-80, .paragraph-81, .paragraph-82, .paragraph-83, .paragraph-84, .paragraph-85, .paragraph-86, .paragraph-87, .paragraph-88, .paragraph-89, .paragraph-90, .paragraph-91, .paragraph-92, .paragraph-93 {
    text-align: left;
  }
}

#w-node-_52bd7cf4-2d87-1ec8-f2d6-75683b2a0533-ef064dfc {
  grid-area: Meta;
}

#w-node-_49cd78ff-5bfe-3966-b6af-ad4a0c6a2930-ef064dfc {
  grid-area: Whimsical;
}

#w-node-d02cb152-db27-dc95-fabc-2d1f567ae411-ef064dfc {
  grid-area: Figma;
}

#w-node-_04275ca8-0771-ce67-62d9-b6d0ed6eb3b6-ef064dfc {
  grid-area: Shoptet;
}

#w-node-_2e5bb6ca-f2d6-d6b8-75e2-aaeea64488e1-ef064dfc {
  grid-area: Javascript;
}

#w-node-c29f671a-68e2-da46-b6e4-e08ab0ae6fe5-ef064dfc {
  grid-area: Youtube;
}

#w-node-_4a161849-16bf-fd11-9efb-16b29fa4b0b6-ef064dfc {
  grid-area: Shopify;
}

#w-node-_6238f9e6-d8a0-9f88-18a0-9fd8e1a2e6d6-ef064dfc {
  grid-area: Shopsys;
}

#w-node-_7bc8907a-def4-9db3-2034-911f19f1daf3-ef064dfc {
  grid-area: React;
}

#w-node-_90b44a8f-23c1-ef71-9a76-7cd4cde259f3-ef064dfc {
  grid-area: GTM;
}

#w-node-_83bf453d-d13d-cef0-d306-397ad6679a7a-ef064dfc {
  grid-area: Laravel;
}

#w-node-b2059562-93a4-0294-b892-998e1db7e80c-ef064dfc {
  grid-area: LookerStudio;
}

#w-node-e1d45558-c1b2-0382-6b89-a5989be7c277-ef064dfc {
  grid-area: Prestashop;
}

#w-node-_73ddf129-9801-920d-b281-830506dc89ab-ef064dfc {
  grid-area: Webflow;
}

#w-node-_0841fa87-4f3d-3ee0-0def-50c68c003a3d-ef064dfc {
  grid-area: GoogleAnalytics;
}

#w-node-_2f186267-ed58-4607-ef28-e4fc5eec6a80-ef064dfc {
  grid-area: Python;
}

#w-node-b3847bcb-1b15-e690-95b8-ff0736ea3c24-ef064dfc {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_91ebe460-a9fc-719e-50f6-a57b726fac88-ef064dfc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_50406b86-ece3-5f89-0aa5-ba451bc371d0-ef064dfc {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_8226db76-3871-e71d-b7ff-d73112726108-ef064dfc {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_4e88ad74-32ae-5366-abae-5a6ba411f01f-ef064dfc {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_3765943c-3a08-b371-39e0-932cbf7b5245-ef064dfc, #w-node-_96e168d0-1556-91b5-a151-99e385263449-ef064dfc, #w-node-b7e2ba46-e4d5-8b7a-5742-a08713925e70-ef064dfc {
  grid-area: 3 / 5 / 5 / 6;
}

#w-node-f0a4f94d-aefa-a36f-afb4-bbd1aaeb32a2-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f0a4f94d-aefa-a36f-afb4-bbd1aaeb32a8-ef064dfc, #w-node-f0a4f94d-aefa-a36f-afb4-bbd1aaeb32ae-ef064dfc {
  align-self: start;
}

#w-node-f0a4f94d-aefa-a36f-afb4-bbd1aaeb32b6-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f0a4f94d-aefa-a36f-afb4-bbd1aaeb32bc-ef064dfc, #w-node-f0a4f94d-aefa-a36f-afb4-bbd1aaeb32c2-ef064dfc {
  align-self: start;
}

#w-node-_878ff3c6-e781-af0e-98b4-a6af51cb0151-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_878ff3c6-e781-af0e-98b4-a6af51cb0158-ef064dfc, #w-node-_878ff3c6-e781-af0e-98b4-a6af51cb015f-ef064dfc {
  align-self: start;
}

#w-node-_878ff3c6-e781-af0e-98b4-a6af51cb0168-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_878ff3c6-e781-af0e-98b4-a6af51cb016f-ef064dfc, #w-node-_878ff3c6-e781-af0e-98b4-a6af51cb0176-ef064dfc {
  align-self: start;
}

#w-node-_74d01063-0f51-c0e1-c0eb-8d273fb1f62c-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_74d01063-0f51-c0e1-c0eb-8d273fb1f633-ef064dfc, #w-node-_74d01063-0f51-c0e1-c0eb-8d273fb1f63a-ef064dfc {
  align-self: start;
}

#w-node-_74d01063-0f51-c0e1-c0eb-8d273fb1f643-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_74d01063-0f51-c0e1-c0eb-8d273fb1f64a-ef064dfc, #w-node-_74d01063-0f51-c0e1-c0eb-8d273fb1f651-ef064dfc {
  align-self: start;
}

#w-node-_8de5485a-25c4-13c4-4636-8316121c79a1-ef064dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8de5485a-25c4-13c4-4636-8316121c79a8-ef064dfc, #w-node-_8de5485a-25c4-13c4-4636-8316121c79af-ef064dfc {
  align-self: start;
}

#w-node-b9f89ecb-bd0f-0577-0fdb-b0071d682924-388f8921 {
  justify-self: end;
}

#w-node-_76953fc8-4bfe-6832-a895-5132af8b1943-af8b18fd, #w-node-_76953fc8-4bfe-6832-a895-5132af8b1944-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca10c-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca10e-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca119-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca11b-af8b18fd {
  align-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-ef064e04 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-ef064e04 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-ef064e04 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-ef064e04 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-ef064e04 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-ef064e04 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-ef064e04, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-ef064e04 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-ef064e04, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-ef064e04, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-ef064e04 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-ef064e04, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-ef064e04 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-ef064e04, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-ef064e04 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-ef064e04, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-ef064e04, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-ef064e04, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-ef064e04, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-ef064e04, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-ef064e04, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-ef064e04, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-ef064e04 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-ef064e04 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-ef064e04 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-ef064e04, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-ef064e04 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-ef064e04, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-ef064e04, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-ef064e04, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-ef064e04, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-ef064e04 {
  justify-self: start;
}

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-ef064e04, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-ef064e04, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-ef064e04 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-ef064e04, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-ef064e04, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-ef064e04 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-ef064e04, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-ef064e04, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-ef064e04 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-ef064e04, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-ef064e04, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-ef064e04 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-ef064e04, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-ef064e04, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-ef064e04 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-ef064e04, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-ef064e04, #w-node-ee961e8d-845a-edc3-3307-509470022457-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-ef064e04 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-ef064e04, #w-node-ee961e8d-845a-edc3-3307-50947002245b-ef064e04, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-ef064e04 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-ef064e04, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-ef064e04, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-ef064e04 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-ef064e04, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-ef064e04, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-ef064e04 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-ef064e04, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-ef064e04, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-ef064e04 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-ef064e04, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-ef064e04, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-ef064e04 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-ef064e04, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-ef064e04, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-ef064e04 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-ef064e04 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-ef064e04 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-ef064e04 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-ef064e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-ef064e04 {
  justify-self: start;
}

#w-node-afaedb3d-4a09-bc53-09e0-3cf9f59ef39e-066638ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-afaedb3d-4a09-bc53-09e0-3cf9f59ef3a4-066638ab, #w-node-afaedb3d-4a09-bc53-09e0-3cf9f59ef3aa-066638ab, #w-node-e35d6497-6fa7-490b-2562-25f1092501e2-066638ab, #w-node-e35d6497-6fa7-490b-2562-25f1092501eb-066638ab, #w-node-e35d6497-6fa7-490b-2562-25f1092501f1-066638ab {
  align-self: start;
}

#w-node-c602c12b-d7bb-44be-e53e-70b4ee73d951-3634c35b, #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d952-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de41-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de43-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de4e-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de50-3634c35b, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f709-b419f6c3, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f70a-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f227-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f229-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f234-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f236-b419f6c3 {
  align-self: center;
}

#w-node-fb24c4da-c40e-ebf3-b57b-4158d74006df-b05822c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fb24c4da-c40e-ebf3-b57b-4158d74006e8-b05822c0, #w-node-fb24c4da-c40e-ebf3-b57b-4158d74006ee-b05822c0 {
  align-self: start;
}

#w-node-_413cdab4-8377-bdbd-91c6-9f9243512346-b05822c0, #w-node-fc6bfff2-3a18-9b0d-db9d-2b888e42927b-b05822c0, #w-node-_445d7b33-dba9-c365-385a-5cb22240ee80-b05822c0, #w-node-_79fc9bb6-d965-893a-848b-433b401e1f88-b05822c0, #w-node-_1f113338-03fa-50f5-8f78-147f5bf61838-b05822c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f113338-03fa-50f5-8f78-147f5bf6183e-b05822c0, #w-node-_1f113338-03fa-50f5-8f78-147f5bf61844-b05822c0, #w-node-_1f113338-03fa-50f5-8f78-147f5bf6184a-b05822c0, #w-node-_1f113338-03fa-50f5-8f78-147f5bf61850-b05822c0 {
  align-self: start;
}

#w-node-_26a43d97-4809-ab29-d897-3d0294936e37-b05822c0 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-3708701e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-3708701e, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-3708701e {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-3708701e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-3708701e, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-3708701e {
  align-self: start;
}

#w-node-cf911898-f84b-33cf-ebf9-b4beecb289c9-3708701e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cf911898-f84b-33cf-ebf9-b4beecb289cf-3708701e, #w-node-cf911898-f84b-33cf-ebf9-b4beecb289d5-3708701e {
  align-self: start;
}

#w-node-_5e2a253f-6d01-0677-0488-f88a446368c2-3708701e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5e2a253f-6d01-0677-0488-f88a446368c8-3708701e, #w-node-_5e2a253f-6d01-0677-0488-f88a446368ce-3708701e {
  align-self: start;
}

#w-node-_4dc2515e-cf18-bf92-7523-f28cf8dc8aef-3708701e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4dc2515e-cf18-bf92-7523-f28cf8dc8af5-3708701e, #w-node-_4dc2515e-cf18-bf92-7523-f28cf8dc8afb-3708701e {
  align-self: start;
}

#w-node-daf5779f-3afd-9efd-c1b6-0f2053ad96c7-3708701e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-daf5779f-3afd-9efd-c1b6-0f2053ad96cd-3708701e, #w-node-daf5779f-3afd-9efd-c1b6-0f2053ad96d3-3708701e {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-3708701e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-3708701e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-3708701e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-3708701e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-3708701e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-3708701e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-3708701e {
  place-self: auto;
}

#w-node-e21dad56-9f37-feb2-82be-6e42ae9b6f90-8d32382c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aac6c6b-7589-a245-7b76-8cb710ddd33c-8d32382c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4aac6c6b-7589-a245-7b76-8cb710ddd342-8d32382c, #w-node-_4aac6c6b-7589-a245-7b76-8cb710ddd348-8d32382c {
  align-self: start;
}

#w-node-_85dfa3b9-96d7-71ea-4a95-7b015c615488-8d32382c, #w-node-_85dfa3b9-96d7-71ea-4a95-7b015c61548a-8d32382c, #w-node-_85dfa3b9-96d7-71ea-4a95-7b015c61548c-8d32382c, #w-node-_85dfa3b9-96d7-71ea-4a95-7b015c61548e-8d32382c, #w-node-_85dfa3b9-96d7-71ea-4a95-7b015c615490-8d32382c, #w-node-_85dfa3b9-96d7-71ea-4a95-7b015c615492-8d32382c, #w-node-_85dfa3b9-96d7-71ea-4a95-7b015c615494-8d32382c {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-a43a822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-a43a822f, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-a43a822f, #w-node-_5fbabb4e-be50-0775-b507-886029b22b22-a43a822f {
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b3d-a43a822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b44-a43a822f, #w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b4b-a43a822f {
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b60-a43a822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b67-a43a822f, #w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b6e-a43a822f {
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b83-a43a822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b8a-a43a822f, #w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83b91-a43a822f {
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83ba6-a43a822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83bad-a43a822f, #w-node-fe23cb5c-faaa-2c04-cbd2-7d7294c83bb4-a43a822f {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-a43a822f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-a43a822f, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-a43a822f {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-a43a822f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-a43a822f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-a43a822f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-a43a822f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-a43a822f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-a43a822f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-a43a822f {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-9a0816ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-9a0816ba, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-9a0816ba {
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f120-9a0816ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f127-9a0816ba, #w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f12e-9a0816ba {
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f145-9a0816ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f14c-9a0816ba, #w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f153-9a0816ba {
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f16a-9a0816ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f171-9a0816ba, #w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f178-9a0816ba {
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f18f-9a0816ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cfd40a5a-f067-dbd3-ead9-94c70cb1f196-9a0816ba {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-9a0816ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-9a0816ba, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-9a0816ba {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-9a0816ba, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-9a0816ba, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-9a0816ba, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-9a0816ba, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-9a0816ba, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-9a0816ba, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-9a0816ba {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-fdaff0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-fdaff0a0, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-fdaff0a0, #w-node-f659ed14-9106-b390-408a-6ef3e0c3083a-fdaff0a0 {
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9f9c3-fdaff0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9f9ca-fdaff0a0, #w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9f9d1-fdaff0a0 {
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9f9e8-fdaff0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9f9ef-fdaff0a0, #w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9f9f6-fdaff0a0 {
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9fa0d-fdaff0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9fa14-fdaff0a0, #w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9fa1b-fdaff0a0 {
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9fa32-fdaff0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9fa39-fdaff0a0, #w-node-_03cbbbd9-44ba-84f7-dd2b-593fbca9fa40-fdaff0a0 {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-fdaff0a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-fdaff0a0, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-fdaff0a0 {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-fdaff0a0, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-fdaff0a0, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-fdaff0a0, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-fdaff0a0, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-fdaff0a0, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-fdaff0a0, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-fdaff0a0 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-022d25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-022d25dc, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-022d25dc {
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c01-022d25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c08-022d25dc, #w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c0f-022d25dc {
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c26-022d25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c2d-022d25dc, #w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c34-022d25dc {
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c4b-022d25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c52-022d25dc, #w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c59-022d25dc {
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c70-022d25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44315f7f-03e5-d9b9-1660-eafb4a1e8c77-022d25dc {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-022d25dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-022d25dc, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-022d25dc {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-022d25dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-022d25dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-022d25dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-022d25dc {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-66815c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-66815c3a, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-66815c3a {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-66815c3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-66815c3a, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-66815c3a {
  align-self: start;
}

#w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b8e-66815c3a, #w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b90-66815c3a, #w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b92-66815c3a, #w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b94-66815c3a, #w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b96-66815c3a, #w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b98-66815c3a, #w-node-b5daa383-f9bc-4ecf-2916-bc674ed21b9a-66815c3a {
  place-self: auto;
}

#w-node-_281d5ca2-d9b2-22a0-a58a-c6422ff41fbc-7c22610a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_281d5ca2-d9b2-22a0-a58a-c6422ff41fc2-7c22610a, #w-node-_281d5ca2-d9b2-22a0-a58a-c6422ff41fc8-7c22610a {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-7c22610a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-7c22610a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-7c22610a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-7c22610a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-7c22610a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-7c22610a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-7c22610a {
  place-self: auto;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f791-5577d5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f798-5577d5dc, #w-node-cdabbe15-c925-8791-6ccd-5483a444f79f-5577d5dc {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7b5-5577d5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7bc-5577d5dc {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7d9-5577d5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7e0-5577d5dc, #w-node-cdabbe15-c925-8791-6ccd-5483a444f7e7-5577d5dc {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7fd-5577d5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f804-5577d5dc, #w-node-_83ae333f-316f-91dd-1ba1-ac1822e49661-5577d5dc {
  align-self: start;
}

#w-node-_8f38445b-e137-1da7-95ed-533a83cea8b1-5577d5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8f38445b-e137-1da7-95ed-533a83cea8c0-5577d5dc, #w-node-_8f38445b-e137-1da7-95ed-533a83cea8c6-5577d5dc {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-5577d5dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-5577d5dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-5577d5dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-5577d5dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-5577d5dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-5577d5dc, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-5577d5dc {
  place-self: auto;
}

#w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c296c-628574d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c2972-628574d7, #w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c2978-628574d7 {
  align-self: start;
}

#w-node-_147c4360-cac4-573b-22d5-f7f3d2f61586-628574d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_147c4360-cac4-573b-22d5-f7f3d2f61587-628574d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-628574d7, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-628574d7, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-628574d7, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-628574d7, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-628574d7, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-628574d7, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-628574d7 {
  place-self: auto;
}

#w-node-e17127b1-1a29-9e6e-1370-ad4cb51a9fd4-67f7b0e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e17127b1-1a29-9e6e-1370-ad4cb51a9fd5-67f7b0e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ba01191b-6c03-9832-5fa3-2acf20fa02d2-67f7b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ba01191b-6c03-9832-5fa3-2acf20fa02d8-67f7b0e4 {
  align-self: start;
}

#w-node-_36a0cf8f-f5c7-c070-a913-2462bafaa028-67f7b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_36a0cf8f-f5c7-c070-a913-2462bafaa031-67f7b0e4 {
  align-self: start;
}

#w-node-_623941ca-6d62-bdab-9b97-62bdaa5c109d-67f7b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_623941ca-6d62-bdab-9b97-62bdaa5c10a6-67f7b0e4 {
  align-self: start;
}

#w-node-becfb37a-6a05-b34a-9bd1-b95a994dc2e6-67f7b0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-becfb37a-6a05-b34a-9bd1-b95a994dc2ef-67f7b0e4 {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-67f7b0e4, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-67f7b0e4, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-67f7b0e4, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-67f7b0e4, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-67f7b0e4, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-67f7b0e4, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-67f7b0e4 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-5436be5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-5436be5d, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-5436be5d {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-5436be5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-5436be5d, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-5436be5d {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-5436be5d, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-5436be5d, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-5436be5d, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-5436be5d, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-5436be5d, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-5436be5d, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-5436be5d {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-46f022be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-46f022be, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-46f022be {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-46f022be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-46f022be, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-46f022be {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-46f022be, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-46f022be, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-46f022be, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-46f022be, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-46f022be, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-46f022be, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-46f022be {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-f47b5e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-f47b5e2f, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-f47b5e2f {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-f47b5e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-f47b5e2f, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-f47b5e2f {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-f47b5e2f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-f47b5e2f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-f47b5e2f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-f47b5e2f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-f47b5e2f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-f47b5e2f, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-f47b5e2f {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-e917c027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-e917c027, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-e917c027 {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-e917c027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-e917c027, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-e917c027 {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-e917c027, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-e917c027, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-e917c027, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-e917c027, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-e917c027, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-e917c027, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-e917c027 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-36b6040e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-36b6040e, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-36b6040e {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-36b6040e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-36b6040e, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-36b6040e {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-36b6040e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-36b6040e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-36b6040e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-36b6040e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-36b6040e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-36b6040e, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-36b6040e {
  place-self: auto;
}

#w-node-cd0e202a-7054-8f66-f3f7-43a0dfcfdfc1-f173ee54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cd0e202a-7054-8f66-f3f7-43a0dfcfdfc7-f173ee54, #w-node-cd0e202a-7054-8f66-f3f7-43a0dfcfdfcd-f173ee54 {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f791-f173ee54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f798-f173ee54 {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7b5-f173ee54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7bc-f173ee54 {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7d9-f173ee54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7e0-f173ee54 {
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f7fd-f173ee54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cdabbe15-c925-8791-6ccd-5483a444f804-f173ee54 {
  align-self: start;
}

#w-node-_8f38445b-e137-1da7-95ed-533a83cea8b1-f173ee54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8f38445b-e137-1da7-95ed-533a83cea8c0-f173ee54, #w-node-_8f38445b-e137-1da7-95ed-533a83cea8c6-f173ee54 {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-f173ee54, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-f173ee54, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-f173ee54, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-f173ee54, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-f173ee54, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-f173ee54, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-f173ee54 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-fb16eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-fb16eb8a, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-fb16eb8a, #w-node-_40931add-7527-3b69-bb7c-ef380950ca5b-fb16eb8a {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ec3-fb16eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6eca-fb16eb8a, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ed1-fb16eb8a {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ee6-fb16eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6eed-fb16eb8a, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ef4-fb16eb8a {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f09-fb16eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f10-fb16eb8a, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f17-fb16eb8a {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f2c-fb16eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f33-fb16eb8a, #w-node-_6c1cd1f7-6dc7-f149-ecad-5035755a423d-fb16eb8a {
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b4f-fb16eb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2532649-562d-206a-c6f3-7de923206b55-fb16eb8a, #w-node-e2532649-562d-206a-c6f3-7de923206b5b-fb16eb8a {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-fb16eb8a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-fb16eb8a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-fb16eb8a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-fb16eb8a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-fb16eb8a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-fb16eb8a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-fb16eb8a {
  place-self: auto;
}

#w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c296c-1340ef79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c2972-1340ef79, #w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c2978-1340ef79 {
  align-self: start;
}

#w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7b-1340ef79 {
  place-self: center;
}

#w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7c-1340ef79, #w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7d-1340ef79 {
  align-self: center;
}

#w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7e-1340ef79, #w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7f-1340ef79 {
  place-self: center;
}

#w-node-_78afa2de-d12b-9855-f471-0b596cdcfa80-1340ef79 {
  align-self: center;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f91c-1340ef79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f922-1340ef79, #w-node-d5b06f65-069f-9068-2810-b00fcf65f928-1340ef79 {
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f93c-1340ef79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f942-1340ef79, #w-node-d5b06f65-069f-9068-2810-b00fcf65f948-1340ef79 {
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f95c-1340ef79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f962-1340ef79, #w-node-d5b06f65-069f-9068-2810-b00fcf65f968-1340ef79 {
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f97c-1340ef79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d5b06f65-069f-9068-2810-b00fcf65f982-1340ef79, #w-node-d5b06f65-069f-9068-2810-b00fcf65f988-1340ef79 {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-1340ef79, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-1340ef79, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-1340ef79, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-1340ef79, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-1340ef79, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-1340ef79, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-1340ef79 {
  place-self: auto;
}

#w-node-d80afdd4-961a-b8c4-91e1-04833d948045-03fbfb0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d80afdd4-961a-b8c4-91e1-04833d94804b-03fbfb0a, #w-node-d80afdd4-961a-b8c4-91e1-04833d948051-03fbfb0a {
  align-self: start;
}

#w-node-_4f285da3-2c53-1e72-a01f-cb83a526f335-03fbfb0a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4f285da3-2c53-1e72-a01f-cb83a526f336-03fbfb0a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_24bd9eb3-7b28-1390-21d7-2c8e822cd11d-03fbfb0a, #w-node-_24bd9eb3-7b28-1390-21d7-2c8e822cd129-03fbfb0a, #w-node-_24bd9eb3-7b28-1390-21d7-2c8e822cd135-03fbfb0a {
  align-self: start;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-03fbfb0a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-03fbfb0a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-03fbfb0a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-03fbfb0a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-03fbfb0a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-03fbfb0a, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-03fbfb0a {
  place-self: auto;
}

#w-node-_1f69427a-d1de-5c43-7447-989ccaa069eb-934ba8c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f69427a-d1de-5c43-7447-989ccaa069f3-934ba8c6, #w-node-_1f69427a-d1de-5c43-7447-989ccaa069fb-934ba8c6, #w-node-_2981ced7-e972-69d8-88fa-64578f1e8ae9-934ba8c6, #w-node-e8a1f8c3-69d5-af1f-9a96-d96f85ce06a4-934ba8c6, #w-node-_89858ed0-ad3b-dd78-141a-4eca02d3d73a-934ba8c6, #w-node-d32846bf-2c0a-71f4-07bd-f8a921f0726e-934ba8c6 {
  align-self: start;
}

#w-node-_42d4a03f-38ea-945a-d463-835646c330d1-934ba8c6, #w-node-_42d4a03f-38ea-945a-d463-835646c330d3-934ba8c6, #w-node-_42d4a03f-38ea-945a-d463-835646c330d5-934ba8c6, #w-node-_42d4a03f-38ea-945a-d463-835646c330d7-934ba8c6, #w-node-_42d4a03f-38ea-945a-d463-835646c330d9-934ba8c6, #w-node-_42d4a03f-38ea-945a-d463-835646c330db-934ba8c6, #w-node-_42d4a03f-38ea-945a-d463-835646c330dd-934ba8c6 {
  place-self: auto;
}

#w-node-_775b3dfe-bd19-55f0-6898-8ccc158727cf-b4535a70 {
  place-self: center;
}

#w-node-_775b3dfe-bd19-55f0-6898-8ccc158727d0-b4535a70 {
  align-self: center;
}

#w-node-_5434de79-8928-6cab-f329-8a41ecff05ae-b4535a70, #w-node-_775b3dfe-bd19-55f0-6898-8ccc158727d2-b4535a70, #w-node-_775b3dfe-bd19-55f0-6898-8ccc158727d3-b4535a70 {
  place-self: center;
}

#w-node-_775b3dfe-bd19-55f0-6898-8ccc158727d4-b4535a70 {
  align-self: center;
}

#w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c966-b4535a70, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c968-b4535a70, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96a-b4535a70, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96c-b4535a70, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c96e-b4535a70, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c970-b4535a70, #w-node-_16a5c8e3-7fcf-4448-d6b7-a597c9f3c972-b4535a70 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-8128726e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-8128726e, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-8128726e, #w-node-_40931add-7527-3b69-bb7c-ef380950ca5b-8128726e {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ec3-8128726e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6eca-8128726e, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ed1-8128726e {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ee6-8128726e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6eed-8128726e, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ef4-8128726e {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f09-8128726e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f10-8128726e, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f17-8128726e {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f2c-8128726e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f33-8128726e, #w-node-_6c1cd1f7-6dc7-f149-ecad-5035755a423d-8128726e {
  align-self: start;
}

#w-node-a3d62da1-c025-d570-8370-7d29f5e908a0-8128726e, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a2-8128726e, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a4-8128726e, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a6-8128726e, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a8-8128726e, #w-node-a3d62da1-c025-d570-8370-7d29f5e908aa-8128726e, #w-node-a3d62da1-c025-d570-8370-7d29f5e908ac-8128726e {
  place-self: auto;
}

#w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c296c-f49202d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c2972-f49202d2, #w-node-_3b6eaee4-1c8f-75ca-ddcf-97bd6c5c2978-f49202d2, #w-node-f5535034-221f-0837-72df-2693467e9b30-f49202d2 {
  align-self: start;
}

#w-node-c2ac0320-41e0-d5af-d02b-d3b8d6006ff9-f49202d2 {
  place-self: auto;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8de9-f49202d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8def-f49202d2, #w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8df5-f49202d2 {
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e09-f49202d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e0f-f49202d2, #w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e15-f49202d2 {
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e29-f49202d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e2f-f49202d2, #w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e35-f49202d2 {
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e49-f49202d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e4f-f49202d2, #w-node-_3d386465-b51d-2ad3-b3a9-40c3d09c8e55-f49202d2 {
  align-self: start;
}

#w-node-_1cc18d01-0cac-5d37-bd2b-159196ede37f-f49202d2, #w-node-_681bfac0-13df-299d-3047-b0486e1c60fa-f49202d2 {
  align-self: stretch;
}

#w-node-dd193940-0445-cf14-316a-76a0c2a3957b-f49202d2, #w-node-dd193940-0445-cf14-316a-76a0c2a3957d-f49202d2, #w-node-dd193940-0445-cf14-316a-76a0c2a3957f-f49202d2, #w-node-dd193940-0445-cf14-316a-76a0c2a39581-f49202d2, #w-node-dd193940-0445-cf14-316a-76a0c2a39583-f49202d2, #w-node-dd193940-0445-cf14-316a-76a0c2a39585-f49202d2, #w-node-dd193940-0445-cf14-316a-76a0c2a39587-f49202d2 {
  place-self: auto;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e00-4f7f8183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e09-4f7f8183, #w-node-_8caf8857-2c0b-dc4a-99d9-daf9aca91e0f-4f7f8183, #w-node-_40931add-7527-3b69-bb7c-ef380950ca5b-4f7f8183 {
  align-self: start;
}

#w-node-_7b9e4c88-3489-8880-fa9b-242f8ed3a782-4f7f8183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7b9e4c88-3489-8880-fa9b-242f8ed3a791-4f7f8183, #w-node-_7b9e4c88-3489-8880-fa9b-242f8ed3a797-4f7f8183 {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ec3-4f7f8183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6eca-4f7f8183, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ed1-4f7f8183 {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ee6-4f7f8183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6eed-4f7f8183, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6ef4-4f7f8183 {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f09-4f7f8183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f10-4f7f8183, #w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f17-4f7f8183 {
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f2c-4f7f8183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de9ae6d1-c84c-0bbe-fefa-c7780ece6f33-4f7f8183, #w-node-_6c1cd1f7-6dc7-f149-ecad-5035755a423d-4f7f8183 {
  align-self: start;
}

#w-node-d3247b25-afde-1392-7c6d-b6b5c116f980-4f7f8183 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6e87ae22-6617-78f9-a015-ee5d29c68b20-4f7f8183, #w-node-e1ce253d-8185-18c6-752f-b6d4fccd6109-4f7f8183, #w-node-feab8233-6abc-1992-f088-0eccc5970cdf-4f7f8183 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a3d62da1-c025-d570-8370-7d29f5e908a0-4f7f8183, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a2-4f7f8183, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a4-4f7f8183, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a6-4f7f8183, #w-node-a3d62da1-c025-d570-8370-7d29f5e908a8-4f7f8183, #w-node-a3d62da1-c025-d570-8370-7d29f5e908aa-4f7f8183, #w-node-a3d62da1-c025-d570-8370-7d29f5e908ac-4f7f8183 {
  place-self: auto;
}

#w-node-b4f809d4-6970-02cd-f8ff-d85998f244a8-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244a9-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244b5-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244b7-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244c2-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244c4-4f7f8183 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a3c0b17a-d6e3-123b-cbd4-004542bdf793-ef064dfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2d4acf6-24a6-b8f0-7947-8b77332f5348-ef064dfc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-afaedb3d-4a09-bc53-09e0-3cf9f59ef393-066638ab, #w-node-_177918d1-5b38-97e7-efc7-10f185aab92f-b05822c0, #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-3708701e {
    order: -9999;
  }

  #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-3708701e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e21dad56-9f37-feb2-82be-6e42ae9b6f91-8d32382c {
    order: -9999;
  }

  #w-node-_4aac6c6b-7589-a245-7b76-8cb710ddd34e-8d32382c {
    order: 9999;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-a43a822f {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-a43a822f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-9a0816ba {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-9a0816ba {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-fdaff0a0 {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-fdaff0a0 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-022d25dc {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-022d25dc {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-66815c3a {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-66815c3a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_281d5ca2-d9b2-22a0-a58a-c6422ff41fab-7c22610a {
    order: -9999;
  }

  #w-node-_281d5ca2-d9b2-22a0-a58a-c6422ff41fd6-7c22610a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57960e98-8133-f057-7501-7fb5fa0d3345-5577d5dc {
    order: -9999;
  }

  #w-node-_57960e98-8133-f057-7501-7fb5fa0d336a-5577d5dc {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-628574d7 {
    order: -9999;
  }

  #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-628574d7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f319ca7e-ec93-81b5-3d2a-3a41dc1bd924-67f7b0e4 {
    order: -9999;
  }

  #w-node-f319ca7e-ec93-81b5-3d2a-3a41dc1bd933-67f7b0e4, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-5436be5d, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-46f022be, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-f47b5e2f, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-e917c027, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-36b6040e, #w-node-_57960e98-8133-f057-7501-7fb5fa0d336a-f173ee54, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-fb16eb8a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-1340ef79 {
    order: -9999;
  }

  #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-1340ef79 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-03fbfb0a {
    order: -9999;
  }

  #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-03fbfb0a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f69427a-d1de-5c43-7447-989ccaa069d7-934ba8c6 {
    order: 9999;
  }

  #w-node-f319ca7e-ec93-81b5-3d2a-3a41dc1bd924-b4535a70 {
    order: -9999;
  }

  #w-node-f319ca7e-ec93-81b5-3d2a-3a41dc1bd933-b4535a70 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-8128726e {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-8128726e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-f49202d2 {
    order: -9999;
  }

  #w-node-f348017d-451f-e6ba-9830-eb95722d302f-f49202d2, #w-node-_8389642b-46d6-cf87-a221-1006f568c263-f49202d2 {
    place-self: stretch stretch;
  }

  #w-node-df0c94aa-cad4-2b96-daea-a2bb6b48a7fb-4f7f8183 {
    order: -9999;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-4f7f8183 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe426a15-de14-8a65-33aa-cfdc877edcae-ef064dfc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ae3a53f7-6217-3da1-0d0a-3c074ac020ec-ef064dfc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0ea3afce-1382-0003-ee18-f45822b4adbc-ef064dfc {
    grid-area: 6 / 2 / 7 / 4;
  }

  #w-node-e36f7e8d-89af-41ab-eef1-948a18ff4897-ef064dfc {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f1bdb5d4-4878-5ec4-57bd-978076f46080-ef064dfc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9443de50-1ce2-baae-b996-82117b9bfedc-ef064dfc, #w-node-b9528e96-5d9b-e74f-439a-82401c52c2f1-ef064dfc {
    grid-area: 3 / 4 / 5 / 5;
  }

  #w-node-_76953fc8-4bfe-6832-a895-5132af8b1940-af8b18fd, #w-node-_76953fc8-4bfe-6832-a895-5132af8b1941-af8b18fd, #w-node-_76953fc8-4bfe-6832-a895-5132af8b1942-af8b18fd, #w-node-_76953fc8-4bfe-6832-a895-5132af8b1943-af8b18fd, #w-node-_76953fc8-4bfe-6832-a895-5132af8b1944-af8b18fd, #w-node-_76953fc8-4bfe-6832-a895-5132af8b1946-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca106-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca108-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca10a-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca10c-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca10e-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca111-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca113-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca115-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca117-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca119-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca11b-af8b18fd, #w-node-_3753226e-8655-ba85-f21f-1730dbdca11e-af8b18fd {
    justify-self: center;
  }

  #w-node-_76953fc8-4bfe-6832-a895-5132af8b194e-af8b18fd {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-afaedb3d-4a09-bc53-09e0-3cf9f59ef393-066638ab {
    order: -9999;
  }

  #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d94e-3634c35b, #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d94f-3634c35b, #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d950-3634c35b, #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d951-3634c35b, #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d952-3634c35b, #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d954-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de3b-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de3d-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de3f-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de41-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de43-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de46-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de48-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de4a-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de4c-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de4e-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de50-3634c35b, #w-node-f89c4188-2aa2-ac69-9854-722a5543de53-3634c35b {
    justify-self: center;
  }

  #w-node-c602c12b-d7bb-44be-e53e-70b4ee73d95c-3634c35b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b7c35f4f-331d-53fe-a649-1c28b419f706-b419f6c3, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f707-b419f6c3, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f708-b419f6c3, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f709-b419f6c3, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f70a-b419f6c3, #w-node-b7c35f4f-331d-53fe-a649-1c28b419f70c-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f221-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f223-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f225-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f227-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f229-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f22c-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f22e-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f230-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f232-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f234-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f236-b419f6c3, #w-node-_800debdb-c492-eb70-1dc3-910eea53f239-b419f6c3 {
    justify-self: center;
  }

  #w-node-b7c35f4f-331d-53fe-a649-1c28b419f714-b419f6c3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-3708701e, #w-node-e21dad56-9f37-feb2-82be-6e42ae9b6f91-8d32382c, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-a43a822f, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-9a0816ba, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-fdaff0a0, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-022d25dc, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-66815c3a, #w-node-_281d5ca2-d9b2-22a0-a58a-c6422ff41fd6-7c22610a, #w-node-_57960e98-8133-f057-7501-7fb5fa0d336a-5577d5dc, #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-628574d7, #w-node-f319ca7e-ec93-81b5-3d2a-3a41dc1bd933-67f7b0e4 {
    order: -9999;
  }

  #w-node-_5968d364-2a11-f199-498e-7448bb8be4e0-67f7b0e4, #w-node-_4502ece5-26d2-3998-17b7-e0c60aec63cb-67f7b0e4, #w-node-_4650440c-0830-6fd9-cd9d-cd57eb61c9ce-67f7b0e4, #w-node-_92b41e05-3a84-e3ee-debc-c8e4fa260c73-67f7b0e4, #w-node-_0133989b-8b0a-b98e-3f0f-7e97d213015f-67f7b0e4, #w-node-_724c4160-cf26-589a-5272-0e3b0540bd56-67f7b0e4, #w-node-_1083d27d-1c71-8519-c018-219e878ffe4a-67f7b0e4, #w-node-_1083d27d-1c71-8519-c018-219e878ffe4e-67f7b0e4, #w-node-_1083d27d-1c71-8519-c018-219e878ffe58-67f7b0e4, #w-node-_1083d27d-1c71-8519-c018-219e878ffe62-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13f9b-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13f9f-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13fa9-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13fb3-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13fbd-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13fc7-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13fd1-67f7b0e4, #w-node-_5c063139-7b62-5a1f-1345-c91e0ce13fdb-67f7b0e4, #w-node-_117c093f-33c5-faf7-bd22-dfb229bb6516-67f7b0e4, #w-node-_08894c29-3f4b-3f53-256b-7912ea64946a-67f7b0e4, #w-node-_08c63e05-791f-f537-7d74-a866e5b0811b-67f7b0e4, #w-node-aff44428-6c2d-9ee7-87f1-ac4c60c24433-67f7b0e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1811-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1818-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff181f-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1826-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1837-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff183e-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1845-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1857-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff185e-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1865-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff186c-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1873-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff187a-67f7b0e4, #w-node-a27386bb-cb6e-914e-6e40-eeadb2ff1881-67f7b0e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db8760e7-820a-d7a7-a12a-14508812613d-67f7b0e4, #w-node-db8760e7-820a-d7a7-a12a-14508812613e-67f7b0e4, #w-node-b875648b-a93e-6598-28c1-e99aa02079b3-67f7b0e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9ee9957-0315-a06a-6b9a-ddb3e73fe981-67f7b0e4, #w-node-c9ee9957-0315-a06a-6b9a-ddb3e73fe988-67f7b0e4, #w-node-c9ee9957-0315-a06a-6b9a-ddb3e73fe98f-67f7b0e4, #w-node-c9ee9957-0315-a06a-6b9a-ddb3e73fe996-67f7b0e4, #w-node-fbe1a178-94cb-a601-c648-85fa38a36e52-67f7b0e4, #w-node-fbe1a178-94cb-a601-c648-85fa38a36e59-67f7b0e4, #w-node-fbe1a178-94cb-a601-c648-85fa38a36e60-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb093-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb09a-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb0a1-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb0a8-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb0af-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb0b6-67f7b0e4, #w-node-_7c506107-2a40-8514-c46b-cf75a6ceb0bd-67f7b0e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b875648b-a93e-6598-28c1-e99aa0207a30-67f7b0e4, #w-node-b875648b-a93e-6598-28c1-e99aa0207a31-67f7b0e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-5436be5d, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-46f022be, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-f47b5e2f, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-e917c027, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-36b6040e, #w-node-_57960e98-8133-f057-7501-7fb5fa0d336a-f173ee54, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-fb16eb8a, #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-1340ef79, #w-node-c38ee154-a0e0-0444-e7f4-ae50afcbb251-03fbfb0a, #w-node-f319ca7e-ec93-81b5-3d2a-3a41dc1bd933-b4535a70, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-8128726e, #w-node-_8f315cb3-080a-b923-448d-04c7e15eb241-4f7f8183 {
    order: -9999;
  }

  #w-node-b4f809d4-6970-02cd-f8ff-d85998f244a5-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244a6-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244a7-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244a8-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244a9-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244ab-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244af-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244b1-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244b3-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244b5-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244b7-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244ba-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244bc-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244be-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244c0-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244c2-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244c4-4f7f8183, #w-node-b4f809d4-6970-02cd-f8ff-d85998f244c7-4f7f8183 {
    justify-self: center;
  }

  #w-node-b4f809d4-6970-02cd-f8ff-d85998f244cf-4f7f8183 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b08bee8-35d8-65c3-e2d5-05fee9891314-ef064dfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2d4acf6-24a6-b8f0-7947-8b77332f5348-ef064dfc {
    grid-column: span 1 / span 1;
  }

  #w-node-_90d5ad53-6142-cab8-35b1-b5286e9a1e2b-9a0816ba, #w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7e-628574d7, #w-node-_90d5ad53-6142-cab8-35b1-b5286e9a1e2b-5436be5d, #w-node-_90d5ad53-6142-cab8-35b1-b5286e9a1e2b-46f022be, #w-node-_90d5ad53-6142-cab8-35b1-b5286e9a1e2b-f47b5e2f, #w-node-_90d5ad53-6142-cab8-35b1-b5286e9a1e2b-e917c027, #w-node-_90d5ad53-6142-cab8-35b1-b5286e9a1e2b-36b6040e, #w-node-_78afa2de-d12b-9855-f471-0b596cdcfa7e-1340ef79, #w-node-c21a3fa0-04e3-69d5-a08a-1e23187e2602-03fbfb0a, #w-node-_5434de79-8928-6cab-f329-8a41ecff05ae-b4535a70, #w-node-_775b3dfe-bd19-55f0-6898-8ccc158727d2-b4535a70, #w-node-_35239ded-056d-2191-c4b1-3cedb4aaa264-8128726e, #w-node-_8f9d4a56-d313-f553-0cbc-d7897e10c959-f49202d2, #w-node-_35239ded-056d-2191-c4b1-3cedb4aaa264-4f7f8183 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


