:root {
  --theme--background: white;
  --text-main--font-family: var(--font--primary-family);
  --theme--text: white;
  --text-main--font-size: var(--size--1-25rem);
  --text-main--line-height: var(--line-height--1-5em);
  --text-main--letter-spacing: var(--letter-spacing--0em);
  --display--font-family: var(--all-headings--heading-font-family);
  --display--font-size: var(--size--7rem);
  --display--line-height: var(--all-headings--heading-line-height);
  --display--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h1--font-family: var(--all-headings--heading-font-family);
  --h1--font-size: var(--size--3rem);
  --h1--line-height: var(--all-headings--heading-line-height);
  --h1--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h2--font-family: var(--all-headings--heading-font-family);
  --h2--font-size: var(--size--2-5rem);
  --h2--line-height: var(--all-headings--heading-line-height);
  --h2--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h3--font-family: var(--all-headings--heading-font-family);
  --h3--font-size: var(--size--1-5rem);
  --h3--line-height: var(--line-height--1-1em);
  --h3--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h4--font-family: var(--all-headings--heading-font-family);
  --h4--font-size: var(--size--2rem);
  --h4--line-height: var(--line-height--1-3em);
  --h4--letter-spacing: var(--letter-spacing--0em);
  --h5--font-family: var(--all-headings--heading-font-family);
  --h5--font-size: var(--size--1-25rem);
  --h5--line-height: var(--line-height--1-5em);
  --h5--letter-spacing: var(--letter-spacing--0em);
  --h6--font-family: var(--all-headings--heading-font-family);
  --h6--font-size: var(--size--1rem);
  --h6--line-height: var(--line-height--1-3em);
  --h6--letter-spacing: var(--letter-spacing--0em);
  --space--small: var(--size--1-5rem);
  --border-width--main: 1px;
  --theme--border: white;
  --radius--small: .15rem;
  --size--0-5rem: .5rem;
  --size--0-75rem: .75rem;
  --radius--main: .3rem;
  --line-height--1em: 1em;
  --space--extra-small: var(--size--0-75rem);
  --swatch--transparent: #fff0;
  --size--1-5rem: 1.5rem;
  --swatch--brand-text: #222;
  --swatch--brand: #c8dd5e;
  --size--2-5rem: 2.5rem;
  --radius--round: 100vw;
  --swatch--light-secondary: #f47171;
  --swatch--dark-secondary: #000;
  --text-large--line-height: var(--line-height--1-3em);
  --size--1rem: 1rem;
  --size--1-25rem: 1.25rem;
  --size--0-25rem: .25rem;
  --size--2rem: 2rem;
  --text-large--font-family: var(--font--primary-family);
  --text-large--font-size: var(--size--1-5rem);
  --text-large--letter-spacing: var(--letter-spacing--0em);
  --button--border: white;
  --button--background: white;
  --button--text: white;
  --button--border-hover: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --size--5rem: 5rem;
  --size--3rem: 3rem;
  --max-width--main: 180rem;
  --padding-vertical--main: var(--size--7rem);
  --padding-horizontal--main: var(--size--1-5rem);
  --text-small--font-family: var(--font--primary-family);
  --text-small--font-size: var(--size--1rem);
  --text-small--line-height: var(--line-height--1-5em);
  --text-small--letter-spacing: var(--letter-spacing--0em);
  --padding-vertical--small: var(--size--2-5rem);
  --space--medium: var(--size--3rem);
  --swatch--light: #fb8080;
  --size--6rem: 6rem;
  --grid-gap--main: var(--size--1rem);
  --size--0rem: 0rem;
  --space--large: var(--size--4rem);
  --letter-spacing--0em: 0em;
  --swatch--gradient-a: #cf70cf;
  --swatch--gradient-b: #785bb6;
  --swatch--dark: #222;
  --line-height--1-1em: 1.1em;
  --max-width--calendar: 70rem;
  --radius--large: 1rem;
  --size--3rem-2: 3rem;
  --size--0-5rem-2: .5rem;
  --radius--main-2: 1rem;
  --theme--background-2: white;
  --max-width--none: 100vw;
  --padding-vertical--none: var(--size--0rem);
  --padding-vertical--large: var(--size--10rem);
  --svg-stroke-width--main: 1.5px;
  --all-headings--heading-font-family: var(--font--primary-family);
  --all-headings--heading-font-weight: var(--font--primary-medium);
  --all-headings--heading-line-height: var(--line-height--1em);
  --all-headings--heading-letter-spacing: var(--letter-spacing--0-03em);
  --all-headings--heading-text-transform: var(--text-transform--inherit);
  --display--font-weight: var(--all-headings--heading-font-weight);
  --display--text-transform: var(--all-headings--heading-text-transform);
  --h1--font-weight: var(--all-headings--heading-font-weight);
  --h1--text-transform: var(--all-headings--heading-text-transform);
  --h2--font-weight: var(--all-headings--heading-font-weight);
  --h2--text-transform: var(--all-headings--heading-text-transform);
  --h3--font-weight: var(--font--primary-regular);
  --h3--text-transform: var(--all-headings--heading-text-transform);
  --h4--font-weight: var(--all-headings--heading-font-weight);
  --h4--text-transform: var(--all-headings--heading-text-transform);
  --h5--font-weight: var(--font--primary-bold);
  --h5--text-transform: var(--all-headings--heading-text-transform);
  --h6--font-weight: var(--all-headings--heading-font-weight);
  --h6--text-transform: var(--all-headings--heading-text-transform);
  --text-large--font-weight: var(--font--primary-regular);
  --text-large--text-transform: var(--text-transform--inherit);
  --text-main--font-weight: var(--font--primary-regular);
  --text-main--text-transform: var(--text-transform--none);
  --text-small--font-weight: var(--font--primary-regular);
  --text-small--text-transform: var(--text-transform--inherit);
  --font--primary-family: Inter, sans-serif;
  --font--primary-regular: var(--font-weight--400);
  --font--primary-medium: var(--font-weight--500);
  --font--primary-bold: var(--font-weight--600);
  --font-weight--inherit: 0px;
  --font-weight--100: 0px;
  --font-weight--200: 0px;
  --font-weight--300: 0px;
  --font-weight--400: 0px;
  --font-weight--500: 0px;
  --font-weight--600: 0px;
  --font-weight--700: 0px;
  --font-weight--800: 0px;
  --font-weight--900: 0px;
  --letter-spacing--0-03em: -.03em;
  --line-height--1-5em: 1.5em;
  --line-height--1-3em: 1.3em;
  --size--0-125rem: .125rem;
  --size--3-5rem: 3.5rem;
  --size--4rem: 4rem;
  --size--4-5rem: 4.5rem;
  --size--5-5rem: 5.5rem;
  --size--6-5rem: 6.5rem;
  --size--7rem: 7rem;
  --size--7-5rem: 7.5rem;
  --size--8rem: 8rem;
  --size--8-5rem: 8.5rem;
  --size--9rem: 9rem;
  --size--9-5rem: 9.5rem;
  --size--10rem: 10rem;
  --size--11rem: 11rem;
  --size--12rem: 12rem;
  --size--13rem: 13rem;
  --size--14rem: 14rem;
  --size--15rem: 15rem;
  --size--16rem: 16rem;
  --text-transform--inherit: 0px;
  --text-transform--none: 0px;
  --text-transform--uppercase: 0px;
  --text-transform--capitalize: 0px;
  --text-transform--lowercase: 0px;
  --text-transform--font-size-medium: 0px;
  --column-width--1-3: 0px;
  --column-width--2: 0px;
  --column-width--3: 0px;
  --column-width--5: 0px;
  --column-width--4: 0px;
  --column-width--6: 0px;
  --column-width--8: 0px;
  --column-width--7: 0px;
  --column-width--9: 0px;
  --column-width--10: 0px;
  --column-width--11: 0px;
  --column-width--12: 0px;
  --button--background-2: white;
  --button--text-hover-2: white;
  --button--background-hover-2: white;
  --button--text-2: white;
  --button--border-2: white;
  --button--border-hover-2: white;
  --swatch--transparent-2: #fff0;
  --swatch--dark-2: #353233;
  --swatch--light-secondary-2: #dadada;
  --swatch--dark-secondary-2: #585254;
  --swatch--light-2: white;
  --swatch--brand-2: #c6fb50;
  --swatch--brand-text-2: var(--swatch--dark-2);
  --theme--text-2: white;
  --theme--border-2: white;
  --border-width--main-2: 1.5px;
  --grid-gap--main-2: var(--size--1rem-2);
  --max-width--main-2: 90rem;
  --max-width--none-2: 100vw;
  --padding-horizontal--main-2: 3rem;
  --padding-vertical--small-2: var(--size--5rem-2);
  --padding-vertical--none-2: var(--size--0rem-2);
  --padding-vertical--main-2: var(--size--7rem-2);
  --padding-vertical--large-2: var(--size--10rem-2);
  --radius--small-2: .5rem;
  --radius--round-2: 100vw;
  --space--medium-2: var(--size--3rem-2);
  --space--extra-small-2: var(--size--0-75rem-2);
  --space--small-2: var(--size--1-5rem-2);
  --space--large-2: var(--size--4rem-2);
  --svg-stroke-width--main-2: 1.5px;
  --all-headings--heading-font-family-2: var(--font--primary-family-2);
  --all-headings--heading-font-weight-2: var(--font--primary-medium-2);
  --all-headings--heading-line-height-2: var(--line-height--1em-2);
  --all-headings--heading-letter-spacing-2: var(--letter-spacing--0-03em-2);
  --all-headings--heading-text-transform-2: var(--text-transform--inherit-2);
  --display--font-weight-2: var(--all-headings--heading-font-weight-2);
  --display--font-size-2: var(--size--7rem-2);
  --display--font-family-2: var(--all-headings--heading-font-family-2);
  --display--line-height-2: var(--all-headings--heading-line-height-2);
  --display--letter-spacing-2: var(--all-headings--heading-letter-spacing-2);
  --display--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h1--font-family-2: var(--all-headings--heading-font-family-2);
  --h1--font-size-2: var(--size--5rem-2);
  --h1--letter-spacing-2: var(--all-headings--heading-letter-spacing-2);
  --h1--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h1--font-weight-2: var(--all-headings--heading-font-weight-2);
  --h1--line-height-2: var(--all-headings--heading-line-height-2);
  --h2--font-size-2: var(--size--4rem-2);
  --h2--line-height-2: var(--all-headings--heading-line-height-2);
  --h2--letter-spacing-2: var(--all-headings--heading-letter-spacing-2);
  --h2--font-weight-2: var(--all-headings--heading-font-weight-2);
  --h2--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h2--font-family-2: var(--all-headings--heading-font-family-2);
  --h3--letter-spacing-2: var(--all-headings--heading-letter-spacing-2);
  --h3--line-height-2: var(--line-height--1-1em-2);
  --h3--font-family-2: var(--all-headings--heading-font-family-2);
  --h3--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h3--font-weight-2: var(--all-headings--heading-font-weight-2);
  --h3--font-size-2: var(--size--3rem-2);
  --h4--font-size-2: var(--size--2rem-2);
  --h4--font-family-2: var(--all-headings--heading-font-family-2);
  --h4--line-height-2: var(--line-height--1-3em-2);
  --h4--font-weight-2: var(--all-headings--heading-font-weight-2);
  --h4--letter-spacing-2: var(--letter-spacing--0em-2);
  --h4--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h5--font-size-2: var(--size--1-5rem-2);
  --h5--font-family-2: var(--all-headings--heading-font-family-2);
  --h5--line-height-2: var(--line-height--1-3em-2);
  --h5--font-weight-2: var(--all-headings--heading-font-weight-2);
  --h5--letter-spacing-2: var(--letter-spacing--0em-2);
  --h5--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h6--letter-spacing-2: var(--letter-spacing--0em-2);
  --h6--text-transform-2: var(--all-headings--heading-text-transform-2);
  --h6--font-weight-2: var(--all-headings--heading-font-weight-2);
  --h6--font-size-2: var(--size--1rem-2);
  --h6--font-family-2: var(--all-headings--heading-font-family-2);
  --h6--line-height-2: var(--line-height--1-3em-2);
  --text-large--font-size-2: var(--size--1-25rem-2);
  --text-large--font-weight-2: var(--font--primary-regular-2);
  --text-large--font-family-2: var(--font--primary-family-2);
  --text-large--letter-spacing-2: var(--letter-spacing--0em-2);
  --text-large--line-height-2: var(--line-height--1-3em-2);
  --text-large--text-transform-2: var(--text-transform--inherit-2);
  --text-main--font-size-2: var(--size--1rem-2);
  --text-main--font-weight-2: var(--font--primary-regular-2);
  --text-main--font-family-2: var(--font--primary-family-2);
  --text-main--letter-spacing-2: var(--letter-spacing--0em-2);
  --text-main--line-height-2: var(--line-height--1-5em-2);
  --text-main--text-transform-2: var(--text-transform--none-2);
  --text-small--font-family-2: var(--font--primary-family-2);
  --text-small--font-size-2: .875rem;
  --text-small--font-weight-2: var(--font--primary-regular-2);
  --text-small--line-height-2: var(--line-height--1-5em-2);
  --text-small--text-transform-2: var(--text-transform--inherit-2);
  --text-small--letter-spacing-2: var(--letter-spacing--0em-2);
  --font--primary-family-2: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font--primary-regular-2: var(--font-weight--400-2);
  --font--primary-medium-2: var(--font-weight--500-2);
  --font--primary-bold-2: var(--font-weight--700-2);
  --font-weight--inherit-2: 0px;
  --font-weight--100-2: 0px;
  --font-weight--400-2: 0px;
  --font-weight--200-2: 0px;
  --font-weight--500-2: 0px;
  --font-weight--300-2: 0px;
  --font-weight--800-2: 0px;
  --font-weight--600-2: 0px;
  --font-weight--700-2: 0px;
  --font-weight--900-2: 0px;
  --letter-spacing--0-03em-2: -.03em;
  --letter-spacing--0em-2: 0em;
  --line-height--1-3em-2: 1.3em;
  --line-height--1-5em-2: 1.5em;
  --line-height--1-1em-2: 1.1em;
  --line-height--1em-2: 1em;
  --size--0rem-2: 0rem;
  --size--1rem-2: 1rem;
  --size--0-25rem-2: .25rem;
  --size--0-125rem-2: .125rem;
  --size--0-75rem-2: .75rem;
  --size--1-25rem-2: 1.25rem;
  --size--2rem-2: 2rem;
  --size--1-5rem-2: 1.5rem;
  --size--3-5rem-2: 3.5rem;
  --size--2-5rem-2: 2.5rem;
  --size--4rem-2: 4rem;
  --size--5-5rem-2: 5.5rem;
  --size--4-5rem-2: 4.5rem;
  --size--5rem-2: 5rem;
  --size--6-5rem-2: 6.5rem;
  --size--6rem-2: 6rem;
  --size--7rem-2: 7rem;
  --size--8rem-2: 8rem;
  --size--7-5rem-2: 7.5rem;
  --size--9rem-2: 9rem;
  --size--8-5rem-2: 8.5rem;
  --size--12rem-2: 12rem;
  --size--10rem-2: 10rem;
  --size--11rem-2: 11rem;
  --size--9-5rem-2: 9.5rem;
  --size--14rem-2: 14rem;
  --size--13rem-2: 13rem;
  --size--15rem-2: 15rem;
  --size--16rem-2: 16rem;
  --text-transform--inherit-2: 0px;
  --text-transform--none-2: 0px;
  --text-transform--lowercase-2: 0px;
  --text-transform--capitalize-2: 0px;
  --text-transform--uppercase-2: 0px;
}

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

body {
  background-color: var(--theme--background);
  font-family: var(--text-main--font-family);
  color: var(--theme--text);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  overscroll-behavior: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin: unset;
  padding: unset;
  list-style-type: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

blockquote {
  padding: unset;
  border-width: 0;
}

figure {
  margin: 0;
}

.u-text-display {
  font-family: var(--display--font-family);
  font-size: var(--display--font-size);
  line-height: var(--display--line-height);
  letter-spacing: var(--display--letter-spacing);
  font-weight: var(--display--font-weight);
  text-transform: var(--display--text-transform);
}

.u-text-h1 {
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
}

.u-text-h2 {
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-text-h3 {
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
}

.u-text-h4 {
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
}

.u-text-h5 {
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
}

.u-text-h6 {
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-text-main {
  font-family: var(--text-main--font-family);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  font-weight: var(--text-main--font-weight);
  text-transform: var(--text-main--text-transform);
}

.styleguide_card_wrap {
  padding: var(--space--small);
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--small);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--theme--border);
  text-align: center;
}

.g_tag_wrap {
  padding: var(--size--0-5rem) var(--size--0-75rem);
  border-radius: var(--radius--main);
  background-color: var(--theme--text);
  color: var(--theme--background);
  line-height: var(--line-height--1em);
  text-align: center;
  min-width: 4rem;
  display: inline-block;
}

.styleguide_font_item {
  border-bottom: var(--border-width--main) solid var(--theme--border);
}

.styleguide_font_item.u-grid-column-2 {
  padding-top: var(--space--small);
  padding-bottom: var(--space--small);
  grid-row-gap: var(--space--extra-small);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
  align-items: center;
}

.form_main_field_wrap {
  text-align: left;
  width: 100%;
}

.form_main_label {
  display: none;
}

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

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--small);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_option_item {
  margin-bottom: 0;
  padding-left: 0;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--small);
  background-color: #0000;
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_option_link {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  border-width: var(--border-width--main);
  border-color: var(--swatch--brand-text);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.form_main_option_link.w--redirected-checked {
  border-color: var(--swatch--brand);
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand);
  background-size: 60%;
}

.form_main_option_link.w--redirected-focus {
  box-shadow: none;
}

.form_main_option_link.radio {
  border-radius: var(--radius--round);
}

.form_main_field_input {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--swatch--light-secondary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--swatch--light-secondary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--swatch--dark-secondary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--swatch--light-secondary);
  background-color: var(--swatch--transparent);
  font-size: 1.25rem;
  line-height: var(--text-large--line-height);
  text-align: left;
  color: inherit;
  height: 2.5rem;
  margin-bottom: 0;
  padding: 0;
  display: none;
}

.form_main_field_input::placeholder {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
  font-size: 1rem;
}

.form_main_field_input.is-message {
  padding-top: var(--size--1rem);
  padding-left: var(--size--1rem);
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 9rem;
  max-height: 25rem;
}

.form_main_field_input.is-message::placeholder {
  color: #8a8a8a;
}

.form_main_field_input.supersparks-comment-input-61kri.is-message.is-reply {
  min-height: 5rem;
}

.u-rich-text h1 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
}

.u-rich-text p {
  margin-top: var(--space--extra-small);
  margin-bottom: var(--space--extra-small);
}

.u-rich-text h2 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-rich-text h3 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
}

.u-rich-text h4 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
}

.u-rich-text h5 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
}

.u-rich-text h6 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-rich-text figure {
  margin-top: var(--space--small);
  margin-bottom: var(--space--small);
}

.u-rich-text ul {
  margin-top: var(--size--0-75rem);
  margin-bottom: var(--size--0-75rem);
  padding-left: var(--size--1-25rem);
  list-style-type: disc;
}

.u-rich-text li {
  margin-top: var(--size--0-25rem);
  margin-bottom: var(--size--0-25rem);
}

.u-rich-text blockquote {
  margin-top: var(--size--2rem);
  margin-bottom: var(--size--2rem);
  padding-top: var(--size--0-5rem);
  padding-bottom: var(--size--0-5rem);
  padding-left: var(--size--1rem);
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
  border-left-style: solid;
  border-left-width: .2rem;
}

.u-rich-text ol {
  padding-left: var(--size--1-25rem);
  list-style-type: decimal;
}

.btn_main_wrap {
  padding: var(--size--0-75rem) var(--size--1-5rem);
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: var(--button--text);
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.btn_main_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_main_icon {
  order: -1;
  width: .7rem;
  height: .9rem;
}

.btn_main_icon.is-default {
  order: 1;
}

.btn_play_wrap {
  width: var(--size--5rem);
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: var(--button--text);
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
}

.btn_play_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_play_icon {
  width: 36%;
  height: 36%;
  margin-right: -7%;
}

.page_wrap {
  overflow: clip;
}

.page_main {
  position: relative;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_visual {
  padding: var(--space--extra-small);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  text-align: center;
  width: 100%;
  max-height: 7rem;
  position: relative;
  overflow: hidden;
}

.u-cover {
  width: 100%;
  height: 100%;
}

.styleguide_icon {
  width: var(--size--3rem);
  height: var(--size--3rem);
}

.u-container {
  max-width: var(--max-width--main);
  padding: var(--padding-vertical--main) var(--padding-horizontal--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-text-large {
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
}

.u-text-small {
  font-family: var(--text-small--font-family);
  font-size: var(--text-small--font-size);
  line-height: var(--text-small--line-height);
  letter-spacing: var(--text-small--letter-spacing);
  font-weight: var(--text-small--font-weight);
  text-transform: var(--text-small--text-transform);
}

.hero_utility-page_contain.u-container {
  min-height: 100vh;
}

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

.hero_placeholder_contain.u-container {
  text-align: center;
  min-height: 100vh;
}

.styleguide_contain.u-container {
  padding-top: var(--padding-vertical--small);
  padding-bottom: var(--padding-vertical--small);
}

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.layout_split_layout.u-grid-custom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g_eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  padding-bottom: 0;
  padding-right: 0;
}

.layout_split_visual_wrap {
  justify-content: flex-start;
  display: flex;
}

.layout_split_visual_wrap.is-reversed {
  order: -1;
  justify-content: flex-end;
}

.layout_split_content {
  padding-top: var(--space--medium);
  padding-bottom: var(--space--medium);
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
}

.g_visual_overlay {
  background-color: var(--swatch--light);
}

.layout_card_card {
  width: 100%;
}

.layout_card_card.u-visual-wrap {
  aspect-ratio: auto;
  height: auto;
}

.layout_card_inner {
  padding: var(--size--6rem) var(--size--3rem);
  text-align: center;
  position: relative;
}

.hero_placeholder_link {
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
}

.u-grid-custom {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-1);
  display: grid;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
}

.u-grid-autofit {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-column-full {
  grid-column: 1 / -1;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
}

.u-vflex-wrap {
  flex-flow: column wrap;
}

.u-gap-none {
  grid-column-gap: var(--size--0rem);
  grid-row-gap: var(--size--0rem);
}

.u-gap-main {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-xsmall {
  grid-column-gap: var(--space--extra-small);
  grid-row-gap: var(--space--extra-small);
}

.u-gap-small {
  grid-column-gap: var(--space--small);
  grid-row-gap: var(--space--small);
}

.u-gap-medium {
  grid-column-gap: var(--space--medium);
  grid-row-gap: var(--space--medium);
}

.u-gap-large {
  grid-column-gap: var(--space--large);
  grid-row-gap: var(--space--large);
}

.u-grid-column-4 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-4);
  display: grid;
}

.u-grid-column-2 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-2);
  display: grid;
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.u-weight-regular {
  font-weight: var(--font--primary-regular);
}

.u-weight-medium {
  font-weight: var(--font--primary-medium);
}

.u-weight-bold {
  font-weight: var(--font--primary-bold);
}

.u-column-indent {
  grid-column: 2 / -2;
}

.styleguide_scroll {
  padding-right: var(--padding-horizontal--main);
  padding-left: var(--padding-horizontal--main);
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  margin-left: calc(var(--padding-horizontal--main) * -1);
  margin-right: calc(var(--padding-horizontal--main) * -1);
  scrollbar-color: var(--theme--text) transparent;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

.u-flex-noshrink {
  flex: none;
}

.u-flex-grow {
  flex: 1;
}

.u-flex-shrink {
  flex: 0 auto;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center {
  text-align: center;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.g_content_btn_wrap.u-gap-xsmall.u-hflex-center-center {
  flex-flow: wrap;
}

.g_content_btn_wrap.u-gap-xsmall.u-hflex-center-center.is-left-aligned {
  justify-content: flex-start;
  align-items: center;
}

.g_content_header.u-gap-small.u-vflex-center-center.is-left-aligned {
  justify-content: center;
  align-items: flex-start;
}

.u-display-none {
  display: none;
}

.u-visual-wrap {
  aspect-ratio: 1;
  border-radius: var(--radius--small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-height-screen {
  min-height: 100svh;
}

.u-grid-column-3 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-3);
  display: grid;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-order-first, .u-order-first-desktop, .u-order-first-tablet {
  order: -1;
}

.u-order-last, .u-order-last-desktop, .u-order-last-tablet {
  order: 1;
}

.u-grid-desktop, .u-grid-tablet, .u-grid-landscape {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-main);
  display: grid;
}

.g_card-link_wrap {
  z-index: 3;
  opacity: 0;
}

.u-grid-breakout {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-breakout);
  display: grid;
}

.layout_split_visual_inner {
  aspect-ratio: 3 / 2;
  flex: none;
  width: 50vw;
  max-width: 100%;
  height: 100%;
}

.u-max-width-none {
  max-width: none;
}

.g_clickable_wrap {
  z-index: 3;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.btn_main_layout {
  margin-left: auto;
  margin-right: auto;
}

.u-gap-row-none {
  grid-row-gap: var(--size--0rem);
}

.u-gap-row-main {
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-row-xsmall {
  grid-row-gap: var(--space--extra-small);
}

.u-gap-row-small {
  grid-row-gap: var(--space--small);
}

.u-gap-row-medium {
  grid-row-gap: var(--space--medium);
}

.u-gap-row-large {
  grid-row-gap: var(--space--large);
}

.u-gap-column-none {
  grid-column-gap: var(--size--0rem);
}

.u-gap-column-main {
  grid-column-gap: var(--grid-gap--main);
}

.u-gap-column-xsmall {
  grid-column-gap: var(--space--extra-small);
}

.u-gap-column-small {
  grid-column-gap: var(--space--small);
}

.u-gap-column-medium {
  grid-column-gap: var(--space--medium);
}

.u-gap-column-large {
  grid-column-gap: var(--space--large);
}

.header_contain.u-container {
  height: 90svh;
  min-height: 40rem;
}

.header_layout {
  grid-column-gap: var(--space--large);
  grid-row-gap: var(--space--large);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.upper_row.u-hflex-between-top.u-gap-large {
  grid-column-gap: var(--space--medium);
  grid-row-gap: var(--space--medium);
}

.lower_row {
  overflow: hidden;
}

.lower_row.u-grid-column-2 {
  grid-column-gap: var(--letter-spacing--0em);
  grid-row-gap: var(--letter-spacing--0em);
  height: 100%;
}

.pikatiet_card {
  padding: var(--space--small);
  border: var(--border-width--main) solid black;
}

.pikatiet_card.u-vflex-stretch-between.u-gap-large {
  grid-column-gap: var(--space--small);
  grid-row-gap: var(--space--small);
  border-top-left-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
}

.support2_card {
  padding: var(--space--small);
  border-style: solid solid solid none;
  border-width: var(--border-width--main);
  border-color: #000;
  position: relative;
}

.header-logo_svg {
  max-width: 50rem;
}

.search_wrap {
  flex: 1;
  min-width: 25rem;
  max-width: 40rem;
}

.gradient_bg {
  position: relative;
}

.purple_gradient {
  z-index: -10;
  background-image: linear-gradient(90deg, var(--swatch--gradient-a), var(--swatch--gradient-b));
  margin-bottom: -20rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.purple_gradient.is-mobile {
  display: none;
}

.support_card {
  padding: var(--space--small);
  border-style: solid solid solid none;
  border-width: var(--border-width--main);
  background-image: linear-gradient(to bottom, var(--swatch--light), var(--swatch--light)), url('../images/placeholder.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-color: #000;
}

.support_card.u-vflex-stretch-between.u-gap-large {
  border-top-right-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  background-image: linear-gradient(#fb8080e6, #fb8080e6), url('../images/blender_render-1280x720-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.kurssit_layout {
  border: var(--border-width--main) solid black;
  border-radius: var(--radius--main);
  box-shadow: none;
}

.support_image {
  position: absolute;
  inset: 0%;
}

.kurssit-title_row {
  padding: var(--space--small);
  border-bottom: var(--border-width--main) solid black;
}

.kurssit-header_row {
  padding: var(--space--small);
  border-top: var(--border-width--main) solid black;
  border-bottom: var(--border-width--main) solid black;
}

.kurssit-header_row.u-hflex-between-center.is-first {
  border-top-style: none;
}

.slider-button_div {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.slider-button_div.is-rotated {
  transform: rotate(180deg)translate(0, .1rem);
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  min-height: 15rem;
  padding-top: .4rem;
  display: flex;
}

.swiper-slide {
  flex: none;
  display: block;
}

.swiper-slide._2 {
  background-color: #dba8a8;
}

.tutorial_card {
  border: var(--border-width--main) solid black;
  border-radius: var(--size--1rem);
  width: 25rem;
  position: relative;
  overflow: hidden;
}

.tutorial_card.is-tulossa {
  cursor: default;
}

.card-image_wrap {
  height: 21rem;
  position: relative;
}

.card-base_wrap {
  background-color: #fff;
  min-height: 10rem;
  padding: 1rem;
  position: relative;
}

.card-base_wrap.u-vflex-left-top {
  grid-column-gap: var(--size--2rem);
  grid-row-gap: var(--size--2rem);
}

.kurssit-card_row {
  padding-top: var(--space--large);
  padding-bottom: var(--space--large);
  padding-left: var(--space--small);
  overflow: hidden;
}

.kurssit-card_row.u-vflex-stretch-top.u-gap-large {
  padding-bottom: var(--space--small);
}

.card-info_wrap {
  width: 100%;
}

.videovastaukset_layout {
  padding-left: 1.5rem;
  padding-right: 5px;
}

.footer_wrap {
  border-top: var(--border-width--main) solid black;
}

.support-paragraph_main.u-text-large {
  max-width: 40ch;
  line-height: 1.4em;
}

.pikatie_text {
  white-space: nowrap;
}

.pikatie_text.u-text-large.is-hiden {
  display: none;
}

.body {
  background-color: var(--swatch--light-secondary);
}

.div-block {
  margin-bottom: -20rem;
  position: absolute;
  inset: 0%;
}

.lower-row_wrap {
  height: 60%;
}

.div-block-2 {
  transform: translate(0, .4rem);
}

.arrow_svg {
  position: absolute;
  inset: 0%;
}

.haku-input_styling {
  border: 1px solid var(--swatch--light);
  background-color: var(--swatch--light);
  text-align: center;
  border-radius: 100vh;
  width: 100%;
  height: 3rem;
  font-size: 1.25rem;
  display: none;
  position: relative;
}

.page-layout.u-hflex-between-stretch {
  min-height: 3000px;
}

.page_contain.u-container {
  display: none;
}

.left_column {
  width: 20%;
  position: relative;
}

.right_column {
  flex: 1;
}

.sidebar_layout {
  height: calc(100svh - 2 * (var(--padding-horizontal--main)));
  position: sticky;
  top: 1.5rem;
}

.videoplayer_wrap {
  padding-right: var(--space--small);
  padding-left: var(--space--small);
  border: var(--border-width--main) solid black;
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tutorial-header_wrap {
  display: block;
}

.purple_gradient-copy {
  z-index: -10;
  background-image: linear-gradient(90deg, var(--swatch--gradient-a), var(--swatch--gradient-b));
  display: block;
  position: absolute;
  inset: 0%;
}

.purple_gradient-copy.is-mobile {
  display: none;
}

.tutorial-page_layout {
  justify-content: space-between;
  display: flex;
}

.tutorial-page_layout.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.tutorial-page-left_column {
  flex: none;
  width: 14rem;
  height: 100%;
  margin-right: 1.5rem;
  position: relative;
}

.tutorial-page-left_column.u-column-custom {
  grid-column-end: span 2;
}

.tutorial-page-right_column {
  flex: 1;
  overflow: hidden;
}

.tutorial-page-right_column.u-column-custom {
  grid-column-end: span 2;
}

.sidebar_wrap {
  z-index: 10;
  margin-left: var(--padding-horizontal--main);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tiedot_layout {
  padding-left: var(--space--small);
}

.tiedot_layout.u-grid-custom {
  grid-template-columns: var(--grid-6);
}

.videoplayer-title_wrap {
  padding: var(--space--extra-small) var(--space--extra-small) var(--space--extra-small) var(--space--small);
  height: 6rem;
}

.sidebar-hakemisto_contain {
  border: var(--border-width--main) solid black;
  border-radius: var(--radius--main);
  flex-flow: column;
  flex: 1;
  min-height: 6rem;
  display: flex;
  overflow: hidden;
}

.sidebar-hakemisto_contain.u-vflex-center-center {
  padding-right: var(--space--small);
  padding-left: var(--space--small);
  border-bottom: var(--border-width--main) solid black;
}

.sidebar-pikatiet_contain {
  border: var(--border-width--main) solid black;
  border-radius: var(--radius--main);
  flex: 1;
}

.sidebar-pikatiet_contain.u-vflex-left-between {
  flex: 0 auto;
}

.sidebar-logo_wrap {
  padding-right: var(--space--small);
  padding-left: var(--space--small);
  border-bottom: var(--border-width--main) solid black;
  flex: none;
  height: 6rem;
}

.sidebar-logo_wrap.u-vflex-center-center {
  border-bottom: var(--border-width--main) solid black;
  height: 6rem;
}

.sidebar-content_wrap {
  padding: var(--space--small);
}

.sidebar-content_wrap.u-vflex-left-between, .sidebar-content_wrap.u-vflex-stretch-between.u-gap-large {
  height: 100%;
}

.videoplayer_contain {
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  border-top-color: #000;
  border-right-style: solid;
  border-right-width: var(--border-width--main);
  border-bottom-style: solid;
  border-right-color: #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: #000;
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  max-height: calc(100svh - 2 * (var(--padding-horizontal--main)));
  border-left-color: #000;
  flex-flow: column;
  height: 60vw;
  display: flex;
  overflow: hidden;
}

.tutorial-info-text_wrap.u-column-custom {
  padding-right: var(--space--medium);
  grid-column-end: span 4;
  max-width: 55ch;
}

.tutorial-data_wrap.u-column-custom {
  grid-column-end: span 2;
}

.youtube {
  height: 100%;
}

.tutorials_videoplayer {
  position: absolute;
  inset: 0%;
}

.video-player_aspect-ratio {
  aspect-ratio: 16 / 9;
  text-align: center;
  width: 100%;
  position: relative;
}

.navi-link_text.u-text-h3 {
  font-weight: 300;
}

.telegram-logo_svg {
  opacity: .95;
  width: 3.7rem;
}

.navi-logo_svg {
  width: 8rem;
}

.lisaa-videoita_layout.u-vflex-left-top {
  margin-left: var(--space--small);
}

.u-embed-js {
  display: none;
}

.liila_color {
  background-color: var(--swatch--brand);
  position: absolute;
  inset: 0%;
}

.card-text_wrap {
  flex: 1;
  position: relative;
}

.tulossa-banner_wrap {
  position: absolute;
  inset: 0%;
}

.tulossa_banner {
  padding: .5rem var(--space--small);
  background-color: var(--swatch--dark);
  text-align: center;
  margin-top: 30%;
}

.tulossa-banner_bg {
  position: absolute;
  inset: 0%;
}

.swiper-pagination {
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}

.swiper-bullet {
  width: var(--size--3rem);
  text-align: center;
  background-color: #f56262;
  border-radius: 100vh;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: .3em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: #8d2d2d;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #f46262;
  width: 30%;
  max-width: 100%;
  height: .3rem;
  display: none;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-drag.is-slider-main {
  background-color: #8d2d2c;
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.slider-main_bottom-wrapper {
  padding-right: var(--space--small);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: .5rem;
  display: flex;
}

.slider-main_component.is-hidden {
  display: block;
}

.swiper-slider_backup {
  display: none;
}

.slider_wrap {
  flex-flow: column;
}

.yl-rekisteri_wrap {
  z-index: 1;
  margin-top: var(--space--small);
  margin-right: var(--space--extra-small);
  margin-left: var(--space--extra-small);
  position: absolute;
  inset: 0% 0% auto;
}

.j-rjestysnumero_sign {
  aspect-ratio: 1;
  border: var(--border-width--main) solid black;
  background-color: #fff;
  border-radius: 100vh;
  height: 2rem;
}

.software_sign {
  border: var(--border-width--main) solid black;
  background-color: var(--swatch--light);
  border-radius: 100vh;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navi-header.u-text-h3 {
  font-weight: 500;
}

.hakemisto_text.u-text-small.is-bold {
  font-weight: 600;
}

.hakemisto_line {
  border-bottom: var(--border-width--main) solid black;
}

.tutorial-info-second_column.u-column-custom {
  grid-column-end: span 2;
}

.comments_layout {
  padding-left: var(--space--small);
}

.comments_layout.u-vflex-stretch-top.u-gap-large {
  position: relative;
}

.fullun-div-main {
  width: 100%;
  min-height: 100vh;
}

.fullun-reply-area {
  width: 100%;
}

.comment-time_text {
  margin-top: 2px;
  font-size: 13px;
  display: inline-block;
}

.comment-time_text.supersparks-comment-time-61kri {
  margin-top: 1px;
  display: flex;
}

.unstyled-comments-basic {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.unstyled-name-label-3 {
  display: block;
}

.unstyled-form-basic {
  width: 100%;
  margin-bottom: 0;
}

.comment-input-basic.supersparks-comment-input-61kri.form-imput_style::placeholder {
  color: var(--theme--text);
}

.comment_card {
  padding: var(--space--extra-small) var(--space--small);
  grid-column-gap: var(--size--0-5rem);
  grid-row-gap: var(--size--0-5rem);
  border-radius: var(--radius--main);
  background-color: var(--swatch--light-secondary);
  border: 1px solid #000;
  position: relative;
}

.comment_card.supersparks-reply-card-61kri {
  margin-left: var(--space--medium);
}

.comment_card.u-vflex-stretch-top.supersparks-comment-card-61kri {
  border-radius: var(--radius--small);
}

.comment_card.u-vflex-stretch-top.supersparks-reply-card-61kri {
  border-radius: var(--radius--small);
  background-color: var(--swatch--light);
}

.comment-name_wrap {
  width: 100%;
}

.fullun-reply-form-div {
  display: block;
}

.fullun-delete-button.supersparks-delete-button-61kri {
  position: absolute;
  inset: 2% 2% auto auto;
}

.unstyled-comment-label {
  display: inline-block;
}

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

.comment-grid-basic.supersparks-comments-grid-61kri {
  grid-column-gap: var(--space--extra-small);
  grid-row-gap: var(--space--extra-small);
  opacity: 0;
}

.author-name-basic {
  font-weight: 700;
  display: inline-block;
}

.comment-content-basic {
  color: #333;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.comment-content-basic.supersparks-comment-content-61kri {
  margin-top: 14px;
}

.comment-avatar_img {
  border-radius: 100%;
  width: 3.5rem;
}

.comment-avatar_img.supersparks-member-image-61kri {
  display: none;
}

.form-imput_style {
  border: var(--border-width--main) solid black;
  background-color: var(--swatch--light-secondary);
}

.kysy-ja-keskustele_forms {
  border: var(--border-width--main) solid black;
  border-radius: var(--radius--main);
}

.kysy-ja-keskustele_forms.u-vflex-stretch-top {
  background-color: var(--swatch--light-secondary);
  overflow: hidden;
}

.field_column {
  padding: var(--space--extra-small) var(--space--small);
  flex: 1;
}

.field_column.u-vflex-stretch-between.u-gap-main.is-hide {
  display: none;
}

.field_column.is-last {
  flex: 0 auto;
  align-self: center;
}

.comments-heading_wrap.u-vflex-stretch-top.u-gap-main {
  padding-right: 20%;
}

.kysy-ja-keskustele_text.u-text-main, .comment_manage_text.u-text-small.supersparks-delete-button-61kri {
  display: none;
}

.delete_wrap {
  margin-top: var(--space--extra-small);
  margin-right: var(--space--extra-small);
  position: absolute;
  inset: 0% 0% auto auto;
}

.name-and-image_wrap {
  width: 100%;
}

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

.slot {
  display: block;
}

.information_row {
  border-top: var(--border-width--main) solid black;
}

.information_horixontal-line {
  border-left: var(--border-width--main) solid black;
}

.kysymys_container {
  padding: var(--size--2-5rem);
  border-radius: var(--radius--main);
  background-color: var(--swatch--dark);
  text-transform: lowercase;
  border: 1px #000;
}

.comment-count-basic.u-text-h2 {
  margin-bottom: var(--space--large);
  display: none;
}

.etusivulle-mobile-btn_wrap.u-hflex-right-top {
  display: none;
}

.none-ladattavat_wrap {
  min-height: 1rem;
}

.none-ladattavat_wrap.u-hflex-left-center {
  min-height: 3rem;
}

.tyhj-_line {
  border-bottom: var(--border-width--main) solid black;
  width: 2rem;
}

.kalenter_wrap {
  display: none;
}

.kalenteri_component {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: var(--border-width--main) solid black;
  border-radius: var(--radius--main);
  background-color: var(--swatch--dark);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: minmax(auto, 3rem) 1fr 1fr 1fr minmax(1rem, 1rem) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.kalenteri_kellonaika_wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

.kalenteri_p-iv-_wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.kalenteri_slot {
  grid-row-gap: 1px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.eetun-ohjaus_wrap {
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 0;
  padding: .25rem;
  display: flex;
}

.luokkavapaa_wrap {
  border-radius: var(--radius--main);
  background-color: var(--swatch--dark);
  color: var(--swatch--brand);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 0;
  padding: .5rem;
  display: flex;
}

.kalenteri_empty-cell {
  background-color: var(--theme--background);
}

.kalenteri_empty-cell.is-upper-left {
  border-top-left-radius: var(--radius--main);
}

.kalenteri_empty-cell.is-lower-right {
  border-bottom-right-radius: var(--radius--main);
}

.kalenteri_p-ivystys_text {
  line-height: var(--line-height--1-1em);
}

.div-block-5 {
  z-index: -1;
  background-color: var(--swatch--dark);
  position: absolute;
  inset: 0%;
}

.kalender-day_text {
  white-space: nowrap;
}

.v-lipalkki {
  background-color: var(--swatch--light);
}

.week_wrap {
  background-color: var(--swatch--light-secondary);
}

.calendar_day_contain.u-container {
  max-width: var(--max-width--calendar);
}

.calendar_day_contain.u-container:where(.w-variant-2c5db037-4347-006f-12cb-a65afa5dfd33) {
  opacity: .5;
}

.calendar_card_header_wrap {
  padding: var(--size--1rem) var(--size--2rem);
  border-top-left-radius: var(--radius--large);
  border-top-right-radius: var(--radius--large);
  background-color: #e4e4e4;
  position: relative;
  overflow: hidden;
}

.calendar_card_header_wrap.u-hflex-between-stretch.is-live-opetus {
  background-color: #65ffbc;
}

.calendar_card_header_wrap.u-hflex-left-center.is-live-opetus {
  background-color: #a4eafa;
}

.week_header_wrap {
  padding: var(--size--1rem);
  background-color: var(--swatch--light);
}

.calendar_card_body {
  border-bottom-left-radius: var(--radius--large);
  border-bottom-right-radius: var(--radius--large);
  background-color: #fff;
  padding: 1rem 2rem;
}

.calendar_meeting_type {
  margin-left: auto;
}

.calendar_card_row_wrap.u-hflex-left-top {
  margin-bottom: var(--size--1rem);
}

.calendar_first_column_wrap {
  margin-right: var(--size--3rem-2);
  flex: none;
  width: 3rem;
}

.calendar_week_contain.u-container {
  max-width: var(--max-width--calendar);
  padding: 0 1rem 0 2rem;
}

.week_slot {
  margin-bottom: var(--radius--main-2);
  position: relative;
}

.calendar_header_color {
  position: absolute;
  inset: 0%;
}

.calendar_header_color.is-workshop {
  background-color: #68edff;
}

.calendar_header_color.is-palutus {
  background-color: #fff697;
}

.calendar_card_header_contain {
  position: relative;
}

.calendar_header_color_workshop-copy {
  background-color: #77e2ff;
  position: absolute;
  inset: 0%;
}

.calendar_card_header_text_wrap {
  flex: 1;
}

.calendar_card_header_text_wrap.u-hflex-between-center {
  flex-flow: wrap;
}

.div-block-6 {
  border-radius: var(--radius--round);
  background-color: #000;
}

.calendar_week_subtext.u-container {
  max-width: var(--max-width--calendar);
  padding-top: 0;
  padding-bottom: 0;
}

.section_wrap {
  position: relative;
}

.div-block-9 {
  z-index: 1;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.div-block-10 {
  height: 5000px;
}

.muutos_sing_wrap {
  margin-right: var(--size--1-5rem);
  position: absolute;
  inset: 0% 0% auto;
}

.muutos_sign_button {
  border: var(--border-width--main) solid black;
  background-color: var(--swatch--light);
  border-radius: 100vh;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.muutos_sign_button.u-vflex-center-center {
  background-color: var(--theme--background-2);
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.search-results_component.is-hidden {
  display: block;
}

.lyhytvideot_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 25rem 25rem;
  grid-auto-columns: 1fr;
  display: flex;
}

.lyhytvideot_list.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}

.div-block-11 {
  height: 1000px;
}

.calendar_subtext_wrap {
  padding-left: 8rem;
}

@media screen and (max-width: 991px) {
  .form_main_field_input {
    border-style: none none solid;
    border-color: var(--swatch--dark-secondary);
    text-align: left;
    border-radius: 0;
    height: 3rem;
    font-size: 1.2rem;
  }

  .layout_split_layout.u-grid-custom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .layout_split_visual_wrap.is-reversed {
    order: 0;
  }

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

  .u-grid-column-4 {
    grid-template-columns: var(--grid-2);
  }

  .u-order-first-desktop, .u-order-last-desktop {
    order: 0;
  }

  .u-grid-desktop {
    flex-flow: column;
    display: flex;
  }

  .layout_split_visual_inner {
    width: 100%;
  }

  .header_contain.u-container {
    height: auto;
  }

  .upper_row.u-hflex-between-top.u-gap-large {
    grid-column-gap: var(--space--small);
    grid-row-gap: var(--space--small);
    flex-flow: column;
  }

  .lower_row.u-grid-column-2 {
    flex-flow: column-reverse;
    display: flex;
  }

  .pikatiet_card.u-vflex-stretch-between.u-gap-large {
    border-radius: 0px 0px var(--radius--main) var(--radius--main);
    border-top-style: none;
  }

  .header-logo_svg {
    width: 100%;
  }

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

  .pikatie-linkit_wrap.u-vflex-left-bottom.u-gap-row-xsmall {
    grid-column-gap: var(--space--small);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .support_card.u-vflex-stretch-between.u-gap-large {
    border-radius: var(--radius--main) var(--radius--main) 0px 0px;
    border-left-style: solid;
    min-height: 20rem;
  }

  .tutorial_card {
    width: 20rem;
  }

  .card-image_wrap {
    height: 17rem;
  }

  .videovastaukset_layout.u-vflex-stretch-top.u-gap-large {
    padding-left: 0;
  }

  .support-paragraph_main.u-text-main {
    max-width: 40ch;
  }

  .sidebar_layout.u-vflex-stretch-between.u-gap-row-small {
    top: 1.25rem;
  }

  .tutorial-page-left_column {
    width: 12rem;
  }

  .tiedot_layout.u-grid-custom {
    grid-column-gap: var(--space--large);
    grid-row-gap: var(--space--large);
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .navi-logo_svg {
    width: 100%;
  }

  .comments_layout.u-vflex-stretch-top.u-gap-large {
    padding-left: 0;
  }

  .kysy-ja-keskustele_forms.u-vflex-stretch-top {
    background-color: var(--swatch--light);
  }

  .field_column.is-last {
    align-self: flex-start;
  }

  .information_row.u-hflex-left-stretch {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
  }

  .information_horixontal-line {
    border-top: var(--border-width--main) solid black;
  }

  .kysymys_container {
    padding: 0;
  }

  .comment-count-basic.u-text-h2 {
    display: block;
  }

  .ladattavat_text.u-text-h3 {
    font-size: 2rem;
    font-weight: 500;
  }

  .tuki-text_wrap.u-vflex-left-bottom.u-gap-row-xsmall {
    overflow: auto;
  }

  .kalenteri_component {
    grid-template-columns: minmax(auto, 3rem) 1fr 1fr 1fr minmax(1rem, 1rem) 1fr 1fr;
    height: auto;
  }

  .luokkavapaa_wrap {
    min-width: 1rem;
  }

  .hakuheader_contain.u-container {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_font_item {
    grid-template-columns: 100%;
  }

  .form_main_option_link {
    width: var(--size--2-5rem);
    height: var(--size--2-5rem);
  }

  .form_main_field_input {
    height: 3rem;
  }

  .u-grid-column-4, .u-grid-column-2, .u-grid-column-3 {
    grid-template-columns: var(--grid-1);
  }

  .u-order-first-tablet, .u-order-last-tablet {
    order: 0;
  }

  .u-grid-tablet {
    flex-flow: column;
    display: flex;
  }

  .pikatiet_card.u-vflex-stretch-between.u-gap-large {
    min-height: auto;
  }

  .pikatie_text.u-text-large {
    flex: none;
  }

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

  .tutorial-page-left_column {
    display: none;
  }

  .videoplayer_contain {
    height: auto;
  }

  .field_column.u-vflex-stretch-between.u-gap-main {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .etusivulle-mobile-btn_wrap.u-hflex-right-top {
    margin-bottom: -1rem;
    display: flex;
  }

  .kalenteri_component {
    background-image: linear-gradient(90deg, #fb807f00 58%, #fb807f 95%);
    position: relative;
    overflow: scroll;
  }

  .div-block-4 {
    z-index: -1;
    background-color: red;
    width: 4rem;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-5 {
    width: 101vw;
  }

  .kalenteri-header_wrap.u-hflex-between-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .calendar_subtext_wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .u-grid-landscape {
    flex-flow: column;
    display: flex;
  }

  .u-grid-breakout {
    grid-template-columns: var(--grid-breakout-single);
  }

  .lower_row.u-grid-column-2 {
    flex-flow: column-reverse;
  }

  .pikatiet_card.u-vflex-stretch-between.u-gap-large {
    min-height: auto;
  }

  .header-logo_svg {
    width: 100%;
  }

  .search_wrap, .purple_gradient.is-desktop {
    display: none;
  }

  .purple_gradient.is-mobile {
    display: block;
  }

  .pikatie-linkit_wrap.u-vflex-left-bottom.u-gap-row-xsmall {
    grid-column-gap: var(--space--small);
    grid-row-gap: var(--space--small);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tutorial_card {
    border-radius: .8rem;
  }

  .kurssit-card_row {
    padding-right: 1.5rem;
  }

  .support-paragraph_main.u-text-large {
    line-height: 1.3em;
  }

  .pikatie_text.u-text-large {
    flex: none;
  }

  .purple_gradient-copy.is-desktop {
    display: none;
  }

  .purple_gradient-copy.is-mobile {
    display: block;
  }

  .tutorial_header_contain.u-container {
    padding: 0;
  }

  .videoplayer_contain {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .navi-logo_svg {
    width: 100%;
  }

  .etusivulle-mobile-btn_wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .etusivulle-mobile-btn_wrap.u-hflex-right-top {
    margin-top: .5rem;
  }

  .kalenteri_component {
    background-image: linear-gradient(90deg, #fb807f00 73%, #fb807f 89%);
    overflow: auto;
  }

  .div-block-5 {
    width: 160vw;
    inset: 0%;
  }

  .kalenteri-header_wrap.u-hflex-between-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .calendar_card_header_wrap, .calendar_card_body {
    padding-right: var(--size--1rem);
    padding-left: var(--size--1rem);
  }

  .calendar_first_column_wrap {
    margin-right: var(--size--0-5rem-2);
  }
}

#w-node-e310bbf6-aca7-97d8-578c-31fe2145d9f3-05498307 {
  grid-area: 1 / 5 / 12 / 6;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498308-05498307 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498309-05498307 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549830a-05498307 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549830b-05498307 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549830c-05498307 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549830d-05498307 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549830e-05498307 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549830f-05498307 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498310-05498307 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498311-05498307 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498312-05498307 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498313-05498307 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498314-05498307 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498315-05498307 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498316-05498307 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498317-05498307 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498318-05498307 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498319-05498307 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549831a-05498307 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549831b-05498307 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549831c-05498307 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549831d-05498307 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549831e-05498307 {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549831f-05498307 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498320-05498307 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498321-05498307 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498322-05498307 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498323-05498307 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498324-05498307 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498325-05498307 {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498326-05498307 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498327-05498307 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498328-05498307 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498329-05498307 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549832a-05498307 {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549832b-05498307 {
  grid-area: 6 / 7 / 7 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549832c-05498307 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549832d-05498307 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549832e-05498307 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549832f-05498307 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498330-05498307 {
  grid-area: 7 / 6 / 8 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498331-05498307 {
  grid-area: 7 / 7 / 8 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498332-05498307 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498333-05498307 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498334-05498307 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498335-05498307 {
  grid-area: 8 / 4 / 9 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498336-05498307 {
  grid-area: 8 / 6 / 9 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498337-05498307 {
  grid-area: 8 / 7 / 9 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498338-05498307 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498339-05498307 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549833a-05498307 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549833b-05498307 {
  grid-area: 9 / 4 / 10 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549833c-05498307 {
  grid-area: 9 / 6 / 10 / 7;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549833d-05498307 {
  grid-area: 9 / 7 / 10 / 8;
}

#w-node-ba1d6b5e-6c86-2529-1e51-d8e24334b57f-05498307 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_2dce5f87-b738-f7b8-c4e4-4fc1fedacf55-05498307 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_8a08bb27-ef98-46cb-8042-d5f65551f3b6-05498307 {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-_3d86e10e-1bd5-805b-3e62-f1293faf7681-05498307 {
  grid-area: 10 / 4 / 11 / 5;
}

#w-node-_9843ed15-d38f-d1ba-40be-24b0c2b59df2-05498307 {
  grid-area: 10 / 5 / 11 / 6;
}

#w-node-accd8381-2165-cc5a-0281-cb02ace2fe08-05498307 {
  grid-area: 10 / 6 / 11 / 7;
}

#w-node-_51a622fa-9b48-6a61-cd82-6021982323f7-05498307 {
  grid-area: 10 / 7 / 11 / 8;
}

#w-node-_137fa198-9a10-676a-320d-059f10471e2d-05498307 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_54cb3074-9651-eef5-d9c3-3c71706b58f0-05498307 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-b55c9a9a-c4e7-74c2-e4a5-a785ecc8b6b2-05498307 {
  grid-area: 11 / 3 / 12 / 4;
}

#w-node-_231c2eec-4fc7-e66c-85ed-cbb68d7df6a1-05498307 {
  grid-area: 11 / 4 / 12 / 5;
}

#w-node-_0ec1f468-7c68-fc05-6d84-d33b7bd6d6b8-05498307 {
  grid-area: 11 / 5 / 12 / 6;
}

#w-node-_609a4779-600b-cfd7-3a7d-142c3a35e47e-05498307 {
  grid-area: 11 / 6 / 12 / 7;
}

#w-node-_7f91de4b-2882-a8b1-d7e0-e01afdda3674-05498307 {
  grid-area: 11 / 7 / 12 / 8;
}

#w-node-cda56a21-ba0f-fc3e-5afa-891f303ed407-05498307 {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_3d4640c4-9446-2aef-9533-85897eb61ca6-05498307 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_5878f1fb-8403-d635-430a-5c64cffab673-05498307 {
  grid-area: 12 / 3 / 13 / 4;
}

#w-node-_7e73cda4-ca66-1654-819f-68f6c3b3090b-05498307 {
  grid-area: 12 / 4 / 13 / 5;
}

#w-node-b2788896-bf59-2719-c19b-c84460626cba-05498307 {
  grid-area: 12 / 5 / 13 / 6;
}

#w-node-_9285be83-2673-eb55-1794-2d264fd8e815-05498307 {
  grid-area: 12 / 6 / 13 / 7;
}

#w-node-_6140b4b4-7414-5aeb-b86a-74f1201310dc-05498307 {
  grid-area: 12 / 7 / 13 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549833e-05498307 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498341-05498307 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498347-05498307 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549834a-05498307 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7a247448-4d9e-40e0-bf7c-71a707854f54-05498307 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549834d-05498307 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498350-05498307 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498353-05498307 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498356-05498307 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498359-05498307 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549835c-05498307 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549835f-05498307 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498362-05498307 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498365-05498307 {
  grid-area: 2 / 2 / 13 / 3;
}

#w-node-_4d314cc9-ce42-9fa0-8abc-7a5ca0abca2b-05498307 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c1b83596-7a45-d681-ad4a-e3fe40a138d1-05498307 {
  grid-area: 9 / 2 / 12 / 3;
}

#w-node-da6cf208-bf14-392b-ba21-2a29bfed7df0-05498307 {
  grid-area: 9 / 1 / 11 / 2;
}

#w-node-dbde2c0b-ed6c-2287-6c24-c710186e6b23-05498307 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498372-05498307 {
  grid-area: 2 / 3 / 13 / 4;
}

#w-node-_3e9fd402-fbe5-0126-db44-0c5ba1e290ed-05498307 {
  grid-area: 9 / 1 / 11 / 2;
}

#w-node-_270e81c4-c730-4418-a14d-f360377b467c-05498307 {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-b7a188c1-a26b-b162-7a4a-4e149cbdfb02-05498307 {
  grid-area: 9 / 2 / 12 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549837f-05498307 {
  grid-area: 2 / 4 / 13 / 5;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498380-05498307 {
  grid-area: 9 / 1 / 11 / 2;
}

#w-node-_17d02603-16f3-65df-a541-b47d81fadf01-05498307 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-b8f9416c-fc8f-dd0c-9590-d0084c2d4560-05498307 {
  grid-area: 6 / 2 / 12 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d40549838c-05498307 {
  grid-area: 2 / 6 / 13 / 7;
}

#w-node-bb92c314-94e9-8820-7a49-b53a9e591631-05498307 {
  grid-area: 9 / 1 / 11 / 2;
}

#w-node-a4076b48-9193-1291-d00b-4cb406bd7a34-05498307 {
  grid-area: 8 / 2 / 12 / 3;
}

#w-node-_16ef98cb-b980-a5e6-c1e4-10d405498399-05498307 {
  grid-area: 2 / 7 / 13 / 8;
}

#w-node-_5b24f64e-0829-4ff6-9d06-72f3c7984ca3-05498307 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_29602aea-4d0a-0f7a-f48b-4a82ee2c3ecc-05498307 {
  grid-area: 2 / 1 / 12 / 2;
}

#w-node-_902cd611-d3dd-d510-7826-3ee4106c94a2-05498307 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_61063d67-ff57-b144-341d-8ba8eda1f0ed-05498307 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_7dcc75ed-2346-fbda-5623-edd491be21cc-05498307 {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_6a93d4b0-641e-7d5c-9745-2c0bbbd0fdd6-68fe8a86, #w-node-_71bf1345-171b-752e-2a40-a38c5c2088c5-68fe8a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2101-b6ac094c {
  grid-area: 1 / 5 / 12 / 6;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2102-b6ac094c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2103-b6ac094c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2104-b6ac094c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2105-b6ac094c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2106-b6ac094c {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2107-b6ac094c {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2108-b6ac094c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2109-b6ac094c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb210a-b6ac094c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb210b-b6ac094c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb210c-b6ac094c {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb210d-b6ac094c {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb210e-b6ac094c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb210f-b6ac094c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2110-b6ac094c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2111-b6ac094c {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2112-b6ac094c {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2113-b6ac094c {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2114-b6ac094c {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2115-b6ac094c {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2116-b6ac094c {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2117-b6ac094c {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2118-b6ac094c {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2119-b6ac094c {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb211a-b6ac094c {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb211b-b6ac094c {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb211c-b6ac094c {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb211d-b6ac094c {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb211e-b6ac094c {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb211f-b6ac094c {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2120-b6ac094c {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2121-b6ac094c {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2122-b6ac094c {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2123-b6ac094c {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2124-b6ac094c {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2125-b6ac094c {
  grid-area: 6 / 7 / 7 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2126-b6ac094c {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2127-b6ac094c {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2128-b6ac094c {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2129-b6ac094c {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb212a-b6ac094c {
  grid-area: 7 / 6 / 8 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb212b-b6ac094c {
  grid-area: 7 / 7 / 8 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb212c-b6ac094c {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb212d-b6ac094c {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb212e-b6ac094c {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb212f-b6ac094c {
  grid-area: 8 / 4 / 9 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2130-b6ac094c {
  grid-area: 8 / 6 / 9 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2131-b6ac094c {
  grid-area: 8 / 7 / 9 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2132-b6ac094c {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2133-b6ac094c {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2134-b6ac094c {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2135-b6ac094c {
  grid-area: 9 / 4 / 10 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2136-b6ac094c {
  grid-area: 9 / 6 / 10 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2137-b6ac094c {
  grid-area: 9 / 7 / 10 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2138-b6ac094c {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2139-b6ac094c {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb213a-b6ac094c {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb213b-b6ac094c {
  grid-area: 10 / 4 / 11 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb213c-b6ac094c {
  grid-area: 10 / 5 / 11 / 6;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb213d-b6ac094c {
  grid-area: 10 / 6 / 11 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb213e-b6ac094c {
  grid-area: 10 / 7 / 11 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb213f-b6ac094c {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2140-b6ac094c {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2141-b6ac094c {
  grid-area: 11 / 3 / 12 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2142-b6ac094c {
  grid-area: 11 / 4 / 12 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2143-b6ac094c {
  grid-area: 11 / 5 / 12 / 6;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2144-b6ac094c {
  grid-area: 11 / 6 / 12 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2145-b6ac094c {
  grid-area: 11 / 7 / 12 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2146-b6ac094c {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2147-b6ac094c {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2148-b6ac094c {
  grid-area: 12 / 3 / 13 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2149-b6ac094c {
  grid-area: 12 / 4 / 13 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb214a-b6ac094c {
  grid-area: 12 / 5 / 13 / 6;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb214b-b6ac094c {
  grid-area: 12 / 6 / 13 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb214c-b6ac094c {
  grid-area: 12 / 7 / 13 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb214d-b6ac094c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2150-b6ac094c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2153-b6ac094c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2156-b6ac094c {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2159-b6ac094c {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb215c-b6ac094c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb215f-b6ac094c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2162-b6ac094c {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2165-b6ac094c {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2168-b6ac094c {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb216b-b6ac094c {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb216e-b6ac094c {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2171-b6ac094c {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2174-b6ac094c {
  grid-area: 2 / 2 / 13 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2175-b6ac094c {
  grid-area: 5 / 2 / 7 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb217c-b6ac094c {
  grid-area: 4 / 1 / 7 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2181-b6ac094c {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2184-b6ac094c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb218b-b6ac094c {
  grid-area: 2 / 3 / 13 / 4;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb218c-b6ac094c {
  grid-area: 3 / 2 / 6 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2193-b6ac094c {
  grid-area: 2 / 1 / 5 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb2198-b6ac094c {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb219b-b6ac094c {
  grid-area: 9 / 2 / 12 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21a2-b6ac094c {
  grid-area: 2 / 4 / 13 / 5;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21a3-b6ac094c {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21a6-b6ac094c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21a9-b6ac094c {
  grid-area: 8 / 2 / 12 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21b0-b6ac094c {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21b9-b6ac094c {
  grid-area: 2 / 6 / 13 / 7;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21ba-b6ac094c {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21c0-b6ac094c {
  grid-area: 9 / 2 / 12 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21c7-b6ac094c {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21ca-b6ac094c {
  grid-area: 2 / 7 / 13 / 8;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21cb-b6ac094c {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21d2-b6ac094c {
  grid-area: 9 / 2 / 12 / 3;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21d5-b6ac094c {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21d8-b6ac094c {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21db-b6ac094c {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_638391b8-6cf1-bb98-c368-812823eb21de-b6ac094c {
  grid-area: 12 / 1 / 13 / 2;
}


