@font-face {
  font-family: KG Sans Condensed Bold;
  src: url('../fonts/KGSans-SemiCondensedBold.otf') format("opentype"), url('../fonts/KGSans-CondensedBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: KG Sans Semi Condensed Medium;
  src: url('../fonts/KGSans-SemiCondensedMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: KG Sans Semi Condensed Regular;
  src: url('../fonts/KGSans-SemiCondensedRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --kg-technical-blue: #002732;
  --kg-white: white;
  --kg-ice-blue: #eef2f5;
  --transparent: transparent;
  --kg-steel-blue: #d2d9de;
  --kg-power-bully: #333c43;
  --kg-pisten-bully: #e40521;
  --kg-beach-tech: #1a9eaa;
}

body {
  color: var(--kg-technical-blue);
  font-family: KG Sans Regular, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.25;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: KG Sans Medium, Arial, sans-serif;
  font-size: 4.15em;
  font-weight: 500;
  line-height: 1.125;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: KG Sans Medium, Arial, sans-serif;
  font-size: 4.25em;
  font-weight: 500;
  line-height: 1.125;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: KG Sans Medium, Arial, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.125;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: KG Sans Medium, Arial, sans-serif;
  font-size: 1.65em;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: .985em;
  line-height: 1.415;
}

a {
  color: var(--kg-technical-blue);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.section {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  background-color: var(--kg-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 12em;
  padding-bottom: 10.5em;
  display: flex;
  position: relative;
}

.section.is--after-hero {
  justify-content: flex-start;
  align-items: center;
  height: 50em;
  min-height: auto;
  margin-top: 27em;
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--technical-blue {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
  background-color: var(--kg-technical-blue);
  color: var(--kg-white);
  min-height: 100vh;
  padding-top: 15em;
}

.section.is--technical-blue.is--type-tester {
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 12em;
  padding-bottom: 12em;
}

.section.is--technical-blue.is--typografie {
  justify-content: center;
  align-items: center;
  height: 170dvh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--technical-blue.is--snowsat {
  padding-top: 12em;
}

.section.is--bg-video {
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--flat-design {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  min-height: auto;
  padding-top: 9em;
  padding-bottom: 6em;
}

.section.is--after-flat-design {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  min-height: auto;
  padding-top: 0;
  overflow: hidden;
}

.section.is--text {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  padding-top: 13.5em;
  padding-bottom: 15em;
}

.section.is--wedge {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  justify-content: space-between;
  align-items: flex-start;
}

.section.is--slider {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  padding-top: 12em;
  padding-bottom: 10.5em;
  overflow: hidden;
}

.section.is--ice-blue {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  background-color: var(--kg-ice-blue);
  padding-top: 10.5em;
}

.section.is--lottie {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: 100dvh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 6em;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.is--bildwelt {
  justify-content: center;
  align-items: center;
  height: 100em;
}

.section.is--anwendung {
  justify-content: flex-start;
  align-items: center;
  height: 138em;
  padding-top: 45em;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.is--center {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.is--center-dark {
  grid-column-gap: 1.15em;
  grid-row-gap: 1.15em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.is--info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container.is--columns {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.container.is--columns.is--typo {
  grid-column-gap: 10.5em;
  grid-row-gap: 10.5em;
  margin-top: 4.5em;
}

.container.is--wedge {
  justify-content: center;
  align-items: flex-start;
}

.container.is--subbrands {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  display: none;
}

.container.is--blue {
  margin-bottom: 7.5em;
}

.type-tester__controls {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #ffffff4d;
  border-radius: 60em;
  justify-content: center;
  align-items: center;
  padding: .55em 1.25em;
  font-size: .9em;
  display: flex;
}

.img-section__content {
  width: 100%;
}

.img-section__content.is--1 {
  z-index: 2;
  perspective-origin: 50% 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 0%;
}

.img-section__content.is--2 {
  z-index: 1;
  position: relative;
  inset: auto 0% 0%;
}

.img-section__content.is--3 {
  z-index: 3;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.utility-page-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--kg-technical-blue);
  background-image: url('../images/Janja-Kovac-topaz-sharpen-upscale-2x_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 3em;
  display: flex;
}

.utility-page-content {
  -webkit-backdrop-filter: blur(1.5em);
  backdrop-filter: blur(1.5em);
  text-align: center;
  background-color: #fff3;
  border-radius: .2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 26em;
  height: 32em;
  margin-bottom: 0;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.utility-page-form {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 3em;
  display: flex;
}

.button {
  z-index: 100;
  background-color: var(--kg-technical-blue);
  color: var(--kg-white);
  letter-spacing: .001em;
  cursor: pointer;
  border-radius: 60em;
  margin-top: 1.15em;
  padding: .95em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.button.is--info {
  grid-column-gap: .65em;
  grid-row-gap: .65em;
  justify-content: flex-start;
  align-items: center;
  height: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .8em;
  display: flex;
}

.button.is--submit {
  background-color: var(--kg-white);
  color: var(--kg-technical-blue);
  border-radius: .2em;
  flex: none;
  width: 3em;
  height: 3em;
  margin-top: 0;
  padding: 0;
  font-size: .9em;
}

.is--off {
  display: none;
}

.h3 {
  text-align: center;
}

.h3.is--big {
  font-size: 2.9em;
}

.h3.is--kg {
  width: 90%;
}

.h3.is--after-video {
  font-size: 2.75em;
}

.subheadline {
  font-size: 1.2em;
  font-weight: 400;
}

.subheadline.is--smaller {
  font-size: 1.05em;
}

.hero__content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100dvw;
  height: 100dvh;
  padding-bottom: 4.5vh;
  padding-left: 3em;
  display: flex;
  position: sticky;
  top: 0;
}

.redesign {
  z-index: 3;
  background-color: var(--kg-ice-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 18em;
  padding-bottom: 26em;
  display: flex;
  position: relative;
}

.brand-video {
  z-index: 100;
  border: .05em solid var(--kg-ice-blue);
  background-color: var(--kg-technical-blue);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 60em;
  height: 33.75em;
  display: flex;
  position: absolute;
  inset: auto auto -16em;
}

.sitenav {
  z-index: 997;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 1.15em;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sitenav__item-indicator {
  z-index: 1;
  background-color: var(--kg-steel-blue);
  border-radius: 100em;
  width: .3em;
  height: .3em;
  position: relative;
  box-shadow: 0 0 1px 1px #ffffff05;
}

.sitenav__info {
  z-index: 999;
  border-radius: .2em;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.65em;
  display: flex;
  position: fixed;
  inset: auto 2em 2em auto;
  overflow: hidden;
}

.sitenav__info-name {
  background-color: var(--kg-technical-blue);
  color: var(--kg-white);
  justify-content: flex-start;
  align-items: center;
  width: 9.25em;
  height: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sitenav__info-text {
  flex: none;
  width: 9.25em;
  font-size: .875em;
  line-height: 1;
  display: none;
  position: absolute;
}

.sitenav__info-text.is--active {
  display: block;
}

.sitenav__info-img {
  background-color: var(--kg-steel-blue);
  color: var(--kg-white);
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
}

.hero__logo {
  z-index: 3;
  color: var(--kg-white);
  width: 21em;
  display: flex;
  position: absolute;
  inset: 1.75em auto auto 1.65em;
}

.hero__logo-content {
  width: 100%;
}

.sitenav__item {
  z-index: 999;
  color: var(--kg-steel-blue);
  justify-content: center;
  align-items: center;
  width: 1.65em;
  height: 1.65em;
  display: flex;
  position: relative;
}

.sitenav__item.is--active {
  color: #011a21;
}

.sitenav__item.is--active.w--current {
  color: var(--kg-technical-blue);
}

.sitenav__progress {
  background-color: var(--kg-steel-blue);
  height: .15em;
  position: absolute;
  inset: auto 0% 0;
}

.sitenav__progress-bar {
  background-color: var(--kg-technical-blue);
  width: 0%;
  height: 100%;
  position: relative;
}

.wedge {
  z-index: 2000;
  perspective-origin: 100%;
  transform-origin: 100%;
  color: var(--transparent);
  justify-content: flex-end;
  align-items: center;
  width: 3.65em;
  height: 10em;
  display: flex;
  position: fixed;
  inset: 20% 0% auto auto;
}

.img-section {
  color: var(--kg-white);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-section.is--normal {
  height: auto;
}

.sitenav__info-img-content {
  width: 100%;
  display: none;
}

.sitenav__info-img-content.is--active {
  display: block;
}

.chapter {
  position: relative;
}

.footer {
  z-index: 2000;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--kg-technical-blue);
  color: var(--kg-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 24em;
  padding: 3em 3em 2.5em;
  display: flex;
  position: relative;
}

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

.sitenav__burger {
  background-color: var(--kg-technical-blue);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.45em;
  height: 2.5em;
  display: flex;
  position: relative;
}

.sitenav__burger-line {
  background-color: var(--kg-white);
  width: .8em;
  height: .06em;
  position: relative;
}

.sitenav__burger-line.is--1st {
  position: absolute;
  transform: translate(0, -.25em);
}

.sitenav__burger-line.is--3rd {
  position: absolute;
  transform: translate(0, .25em);
}

.menu {
  z-index: 998;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--kg-technical-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.content {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}

.info__overlay {
  -webkit-backdrop-filter: blur(1.4em);
  backdrop-filter: blur(1.4em);
  background-color: #d1d9dc59;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 2.25em;
  display: flex;
  position: relative;
}

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

.info__container.is--active {
  display: block;
}

.info__headline {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info__headline-text {
  width: 96%;
  font-family: KG Sans Medium, Arial, sans-serif;
  font-size: 1.85em;
  font-weight: 500;
  line-height: 1.15;
}

.info__text {
  width: 51%;
}

.info__text.is--longer {
  width: 54%;
}

.tag {
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  background-color: var(--kg-white);
  border-radius: .2em;
  justify-content: flex-start;
  align-items: center;
  padding: .25em .4em;
  font-size: .8em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.tag.is--menu {
  padding-left: .5em;
  padding-right: .5em;
  font-size: .75em;
  line-height: 1;
  position: absolute;
  inset: 1.15em auto auto 1.15em;
}

.info__content {
  background-color: var(--kg-technical-blue);
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  height: 16.5em;
  display: flex;
  position: relative;
}

.info__content.is--higher {
  height: 19em;
}

.tooltip {
  z-index: 10;
  background-color: var(--kg-white);
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tooltip__tag {
  z-index: 100;
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  background-color: var(--kg-ice-blue);
  cursor: none;
  border-radius: .15em;
  justify-content: flex-start;
  align-items: center;
  padding: .25em .5em;
  font-size: .75em;
  transition: all .35s;
  position: absolute;
}

.tooltip__tag:hover {
  background-color: var(--kg-technical-blue);
  color: var(--kg-white);
}

.tooltip__script {
  display: none;
}

.info {
  z-index: 2001;
  justify-content: center;
  align-items: flex-end;
  width: 100dvw;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.info__element {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.global {
  display: none;
  position: relative;
}

.hero__video {
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  position: absolute;
  inset: 0%;
}

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

.hero {
  z-index: 997;
  color: var(--kg-white);
  height: 200vh;
  position: relative;
  top: 0;
}

.hero__overlay {
  z-index: 4;
  background-color: var(--kg-technical-blue);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wedge__polygon {
  color: var(--kg-technical-blue);
  position: relative;
}

.h2 {
  text-align: center;
  font-weight: 500;
  line-height: 1.125;
}

.h2.is--technical-blue {
  width: 50%;
}

.h2.is--technical-blue.is--small {
  width: 44%;
}

.h2.is--kg-sans {
  width: 60%;
}

.img {
  object-fit: cover;
  width: 23em;
  height: 17em;
  position: absolute;
  inset: 20% auto auto 6%;
  overflow: hidden;
}

.img.is--intro-3 {
  width: 23em;
  height: 17em;
  top: 20%;
  left: 71%;
}

.img.is--intro-4 {
  width: 23em;
  height: 17em;
  top: 55%;
  left: 36%;
}

.img.is--typo-02 {
  width: 27em;
  height: 20em;
  top: 66%;
  left: 12%;
}

.img.is--typo-01 {
  width: 25em;
  height: auto;
  top: 10%;
  left: 20%;
}

.img.is--typo-03 {
  width: 22em;
  height: auto;
  top: 15%;
  left: 74%;
}

.img.is--typo-04 {
  width: 18em;
  height: auto;
  top: 61%;
  left: 70%;
}

.section__video {
  background-color: var(--kg-ice-blue);
  width: 50em;
  height: 28.8em;
  padding: 1em;
  position: relative;
  overflow: hidden;
}

.bildmarke {
  width: 17em;
}

.hero__box {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--kg-technical-blue);
  background-color: #fff6;
  border-radius: .25em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 20em;
  height: 9em;
  padding: .85em;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto 1.5em 1.5em auto;
}

.hero__box:hover {
  background-color: #ffffff80;
}

.hero__box-text {
  letter-spacing: .005em;
  width: 70%;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.125;
}

.hero__box-img {
  object-fit: cover;
  border-radius: .2em;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.global-code {
  display: none;
}

.type-tester__select {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  letter-spacing: .005em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.type-tester__select.w--open {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #022530;
  border: .1em solid #d2d9de;
  border-radius: .5em;
  margin-top: .5em;
  display: flex;
}

.type-preview__input {
  border: 0 solid #000;
  padding-left: 0;
  font-size: 1.75em;
  line-height: 1.1;
}

.type-preview__input::placeholder {
  color: #d2d9de;
}

.type-tester {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.type-tester__mode {
  justify-content: center;
  align-items: center;
  font-size: .9em;
}

.type-tester__css {
  display: none;
}

.bg-video__content {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-video {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100vw;
  height: 45em;
  position: relative;
}

.section__video-content {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.info__tag {
  z-index: 100;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: var(--kg-ice-blue);
  cursor: pointer;
  border-radius: .15em;
  justify-content: flex-start;
  align-items: center;
  padding: .25em .5em;
  font-size: .75em;
  transition: all .35s;
  display: none;
  position: relative;
}

.info__tag:hover {
  background-color: var(--kg-technical-blue);
  color: var(--kg-white);
}

.info__tag-img {
  width: .75em;
}

.section__box {
  background-color: var(--kg-ice-blue);
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 54em;
  margin-bottom: 4.5em;
  display: flex;
  position: relative;
}

.inline-k {
  color: var(--transparent);
  background-image: url('../images/k.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  margin-left: .05em;
  display: inline-block;
}

.text {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  display: flex;
}

.text.is--snowsat {
  width: 49%;
}

.text.is--redesign {
  width: 60%;
}

.text.is--hausschrift {
  width: 43%;
}

.text.is--k-flag {
  width: 47%;
}

.text.is--einsatz {
  width: 45%;
}

.text.is--illu {
  width: 48%;
}

.text.is--submarken {
  width: 44%;
}

.text.is--farben {
  width: 46%;
}

.text.is--legal {
  width: 40%;
  margin-top: 1em;
}

.text.is--impressum {
  width: 32%;
  margin-top: 2em;
}

.p-medium {
  text-align: left;
  font-size: 1.075em;
  line-height: 1.43;
}

.p-medium.is--center {
  text-align: center;
}

.column {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.column.is--switched {
  grid-template-columns: 1.25fr 1fr;
}

.column.is--center {
  place-items: center stretch;
}

.column__content {
  background-color: var(--kg-ice-blue);
  border-radius: .1em;
  width: 100%;
  height: 23.5em;
  position: relative;
}

.column__content.is--center {
  height: 27em;
}

.column__content.is--center.is--white {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column__content.is--center.is--blau {
  height: 23em;
}

.column__content.is--center.is--submarken {
  background-color: #002c39;
  justify-content: center;
  align-items: center;
  height: 24em;
  display: flex;
}

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

.column__content.is--typo {
  background-color: var(--kg-technical-blue);
  height: 23em;
}

.column__text {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4 {
  width: 92%;
}

.h4.is--less {
  width: 80%;
}

.box {
  background-color: var(--kg-technical-blue);
  border-radius: .1em;
  width: 100%;
  height: 42em;
}

.dreieck {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: grid;
}

.dreieck__item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: var(--kg-technical-blue);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: var(--kg-white);
  border-radius: .1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 44vw;
  height: 24em;
  padding: 1.25em;
  display: flex;
}

.dreieck__item.is--left {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
}

.dreieck__item.is--power {
  background-color: var(--kg-power-bully);
}

.dreieck__item.is--power.is--left {
  justify-content: space-between;
  align-items: center;
}

.dreieck__item.is--pisten {
  background-color: var(--kg-pisten-bully);
}

.dreieck__item.is--beach {
  background-color: var(--kg-beach-tech);
}

.dreieck__item-content {
  object-fit: cover;
  border-radius: .1em;
  flex: none;
  width: 27em;
  height: 100%;
  overflow: hidden;
}

.dreieck__text-headline {
  letter-spacing: .005em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.wedge__content {
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.img-section__text {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.normal-tag {
  z-index: 100;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: var(--kg-white);
  outline-offset: 0px;
  color: var(--kg-technical-blue);
  cursor: pointer;
  border-radius: .255em;
  outline: 3px #022530;
  justify-content: flex-start;
  align-items: center;
  padding: .25em .5em;
  font-size: .75em;
  transition: all .35s;
}

.normal-tag.is--slider {
  font-size: .825em;
}

.dreieck__text {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: .15em;
  display: flex;
  position: relative;
}

.button__text {
  letter-spacing: .0015em;
  font-size: .95em;
  line-height: 1;
}

.swiper-pagination-button {
  background-color: var(--kg-beach-tech);
  cursor: pointer;
  border-radius: 60em;
  width: 4.5em;
  height: 4.5em;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.swiper-pagination-button.is--beach-tech.is--active {
  outline-offset: 0px;
  outline: .4em solid #1a9eaa66;
}

.swiper-pagination-button.is--power-bully {
  background-color: var(--kg-power-bully);
}

.swiper-pagination-button.is--power-bully.is--active {
  outline-offset: 0px;
  outline: .4em solid #333c4366;
}

.swiper-pagination-button.is--pisten-bully {
  background-color: var(--kg-pisten-bully);
}

.swiper-pagination-button.is--pisten-bully.is--active {
  outline-offset: 0px;
  outline: .4em solid #e4052166;
}

.slide {
  background-color: var(--transparent);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: .1em;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(.865);
}

.slide.is--logo {
  background-color: var(--transparent);
  transform: scale(.9);
}

.slider__slide-img {
  object-fit: cover;
  width: 100%;
  height: 32vw;
  position: relative;
  inset: 0%;
}

.slider__slide-img.is--logo {
  height: auto;
}

.slider__slide-info {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 16em;
  height: 8em;
  display: flex;
  position: relative;
}

.pagination {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-button-prev {
  background-color: var(--kg-white);
  background-image: url('../images/arrow-left.svg');
  background-position: 44%;
  background-repeat: no-repeat;
  background-size: 22%;
  border-radius: 60em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.swiper-button-prev:hover {
  background-color: var(--kg-white);
}

.swiper-button-prev.is--slider-1:hover {
  background-color: var(--kg-steel-blue);
}

.slider__slide-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: .9em .85em .95em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  transition: all .5s;
  display: flex;
  position: relative;
}

.swiper-slide {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex: none;
  transition: all .5s;
  overflow: hidden;
}

.swiper-button-next {
  background-color: var(--kg-white);
  color: var(--kg-technical-blue);
  background-image: url('../images/arrow-right.svg');
  background-position: 56%;
  background-repeat: no-repeat;
  background-size: 22%;
  border-radius: 60em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.swiper-button-next:hover {
  background-color: var(--kg-white);
}

.swiper-button-next.is--slider-1:hover {
  background-color: var(--kg-steel-blue);
}

.slider {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.snowsat {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.snowsat__mode {
  font-size: .975em;
}

.snowsat__img-content {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: none;
}

.snowsat__img-content.is--active {
  opacity: 1;
  display: block;
}

.snowsat__img {
  height: 40vw;
}

.dreieck__logo {
  width: 64%;
}

.footer__container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer__logo-content {
  object-fit: contain;
  width: 100%;
  position: relative;
}

.footer__logo-content.is--sub {
  height: 1.75em;
}

.footer__logo-content.is--sub.is--last {
  margin-left: .5em;
}

.footer__wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.pistenbully__lottie {
  width: 100%;
}

.pistenbully {
  height: 300dvh;
  position: relative;
}

.pistenbully__logo-content {
  width: 13.5em;
}

.wedge-change {
  background-color: var(--kg-technical-blue);
}

.pistenbully__logo {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3em 3em auto;
}

.pistenbully__name {
  width: 9.5em;
}

.pistenbully__claim {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 3em;
  left: 3em;
}

.pistenbully__claim-content {
  width: 28em;
}

.button__plus {
  border: .1em solid var(--kg-white);
  border-radius: 60em;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.button__plus-line {
  background-color: var(--kg-white);
  width: .085em;
  height: .75em;
}

.button__plus-line.is--2nd {
  position: absolute;
  transform: rotate(90deg);
}

.footer__product {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 9em;
  display: flex;
}

.footer__product.is--pisten {
  width: 8.25em;
}

.typetester__fonts {
  height: .01px;
  overflow: hidden;
}

.typetester__fonts-font {
  font-family: KG Sans Regular, Arial, sans-serif;
}

.typetester__fonts-font.is--medium {
  font-family: KG Sans Medium, Arial, sans-serif;
  font-weight: 500;
}

.typetester__fonts-font.is--bold {
  font-family: KG Sans Bold, Arial, sans-serif;
  font-weight: 700;
}

.typetester__fonts-font.is--sc-regular {
  font-family: KG Sans Condensed Regular, Arial, sans-serif;
}

.typetester__fonts-font.is--sc-medium {
  font-family: KG Sans Semi Condensed Medium, Arial, sans-serif;
  font-weight: 500;
}

.typetester__fonts-font.is--sc-bold {
  font-family: KG Sans Semi Condensed Bold;
  font-weight: 700;
}

.typetester__fonts-font.is--c-regular {
  font-family: KG Sans Condensed Regular, Arial, sans-serif;
}

.typetester__fonts-font.is--c-medium {
  font-family: KG Sans Condensed Medium, Arial, sans-serif;
  font-weight: 500;
}

.typetester__fonts-font.is--c-bold {
  font-family: KG Sans Condensed Bold, Arial, sans-serif;
  font-weight: 700;
}

.info__close {
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: #d1d9dc33;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.info__close:hover {
  background-color: var(--kg-ice-blue);
}

.info__close-line {
  background-color: var(--kg-technical-blue);
  width: 1.55em;
  height: .0855em;
  transform: rotate(45deg);
}

.info__close-line.is--2nd {
  position: absolute;
  transform: rotate(-45deg);
}

.subbrands {
  width: 100%;
  height: 26em;
  margin-top: 3em;
  transform: rotate(0);
}

.subbrands__slide {
  background-color: var(--kg-white);
  width: 100%;
  height: 100%;
}

.subbrands__content {
  background-color: var(--kg-white);
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.subbrands__content-img {
  width: 66%;
}

.subbrands__nav {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  padding-top: 0;
  display: flex;
  inset: -2em 0% auto auto;
}

.slider__arrow, .subbrand__embed {
  display: none;
}

.column__content-img {
  object-fit: contain;
  border-radius: .1em;
  width: 100%;
  height: 100%;
  position: relative;
}

.column__content-img.is--center {
  object-fit: cover;
}

.column__content-img.is--less {
  object-fit: cover;
  width: 96%;
  height: 95%;
}

.column__content-img.is--blau {
  object-fit: cover;
}

.footer__logos {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.slider__slide-img-content {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu__content {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  height: 100%;
  display: grid;
}

.menu__item {
  background-color: var(--transparent);
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .4s cubic-bezier(.4, .8, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu__item:hover {
  background-color: var(--kg-steel-blue);
}

.menu__item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sitenav__info-name-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 0;
  display: flex;
  position: relative;
}

.info__rich-text p {
  margin-bottom: .5em;
}

.text__wrapper {
  grid-column-gap: .65em;
  grid-row-gap: .65em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info__content-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.image-slider__img {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.image-slider__img.is--one {
  pointer-events: none;
  object-fit: cover;
}

.image-slider__img.is--two {
  pointer-events: none;
}

.image-slider {
  width: 100%;
  height: 27.3em;
  position: relative;
  overflow: hidden;
}

.image-slider.is--illu {
  width: 90%;
  height: 37.75em;
}

.image-slider__img-content {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.image-slider__img-content.is--illu {
  object-fit: contain;
  height: 37.75em;
}

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

.column__content-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.column__content-bg-video.is--submarken {
  height: 75%;
}

.bildwelt {
  object-fit: cover;
  width: 28.5em;
  height: 21em;
  position: absolute;
  inset: 14% auto auto 10%;
}

.bildwelt.is--2nd {
  width: 28em;
  top: 70%;
  left: 64%;
}

.bildwelt.is--3rd {
  height: 22em;
  top: 16%;
  left: 62%;
}

.bildwelt.is--4th {
  width: 32em;
  height: 23em;
  top: 64%;
  left: 16%;
}

.snowsat__icon {
  height: 2.1em;
}

.snowsat__icon.is--night {
  height: 1.6em;
  margin-right: .15em;
}

.snowsat__toggle {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  display: flex;
}

.info__content-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider__slide-info-img {
  width: 100%;
}

.k {
  color: var(--kg-white);
  width: 9.5em;
}

.password__input {
  background-color: var(--kg-ice-blue);
  border-radius: .2em;
  flex: none;
  width: 16em;
  height: 3em;
  margin-bottom: 0;
  font-size: .9em;
}

.password__input::placeholder {
  color: var(--kg-technical-blue);
}

.error-message {
  background-color: var(--transparent);
}

.error {
  color: var(--kg-white);
  font-size: .9em;
}

.footer__kg-logo {
  object-fit: contain;
  width: 23em;
  position: relative;
}

.footer__13-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 3em 3em auto auto;
}

.footer__text {
  color: var(--kg-white);
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: KG Sans Semi Condensed Regular, Arial, sans-serif;
  font-size: .875em;
  line-height: 1.65;
}

.footer__text.is--13-6 {
  color: #00a9d3;
}

.wrapper {
  background-color: var(--kg-technical-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.slider__nav {
  z-index: 100;
  display: flex;
  position: absolute;
  bottom: 4em;
}

.slider__nav-style {
  display: none;
}

.anwendung {
  object-fit: cover;
  width: 33em;
  height: 22em;
  position: absolute;
  inset: 16% auto auto 10%;
}

.anwendung.is--2nd {
  width: 30em;
  height: 22em;
  top: 60%;
  left: 63%;
}

.anwendung.is--3rd {
  width: 30em;
  height: 21em;
  top: 4%;
  left: 60%;
}

.anwendung.is--4th {
  width: 34em;
  height: 23em;
  top: 46%;
  left: 16%;
}

.anwendung.is--5th {
  width: 31em;
  height: 22em;
  top: 75%;
  left: 10%;
}

.anwendung.is--6th {
  width: 32em;
  height: 23em;
  top: 82%;
  left: 56%;
}

.video {
  z-index: 2;
  width: 80vw;
  position: relative;
}

.video.is--home {
  width: 100%;
}

.text__rich-text {
  text-align: center;
  font-size: 1.075em;
}

.text__rich-text strong {
  margin-bottom: .25em;
  display: block;
}

.legal {
  z-index: 3;
  background-color: var(--kg-ice-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 16em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
}

.footer__legal {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__link {
  color: #fff;
  font-size: .875em;
  line-height: 1.425;
}

.legal_h1 {
  font-size: 3em;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

  .container {
    max-width: 1440px;
  }

  .image-slider, .image-slider__img-content {
    height: 25em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  h2 {
    font-size: 4em;
  }

  h4 {
    font-size: 1.5em;
  }

  .section {
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--after-hero {
    height: 46em;
    margin-top: 24em;
  }

  .section.is--technical-blue {
    min-height: auto;
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--technical-blue.is--type-tester {
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--technical-blue.is--typografie {
    height: auto;
    min-height: 100vh;
  }

  .section.is--technical-blue.is--snowsat {
    padding-top: 10.5em;
  }

  .section.is--flat-design {
    padding-top: 9em;
  }

  .section.is--text {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--wedge {
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--slider {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--ice-blue {
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .section.is--lottie {
    height: auto;
    padding-bottom: 0;
  }

  .section.is--bildwelt {
    height: 84em;
  }

  .section.is--anwendung {
    height: 118em;
    padding-top: 36em;
  }

  .container {
    width: 80vw;
  }

  .container.is--columns {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
  }

  .container.is--columns.is--typo {
    margin-top: 2em;
  }

  .container.is--blue {
    margin-bottom: 4.5em;
  }

  .utility-page-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .h3.is--after-video {
    font-size: 2.6em;
  }

  .brand-video {
    width: 50em;
    height: 28.2em;
    bottom: -14em;
  }

  .sitenav {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    font-size: 1.15em;
  }

  .sitenav__item-indicator {
    width: .35em;
    height: .35em;
  }

  .hero__logo {
    width: 25em;
  }

  .wedge {
    font-size: 1.15em;
    top: 54%;
  }

  .img-section {
    height: 110vw;
  }

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

  .info__overlay {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    padding: 1.55em;
  }

  .info__headline-text {
    width: 100%;
    font-size: 1.65em;
  }

  .info__text, .info__text.is--longer {
    width: 100%;
  }

  .info__content {
    height: 15em;
  }

  .tooltip {
    display: none;
  }

  .info__element {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: .7fr 1fr 1fr;
  }

  .hero {
    height: 100dvh;
  }

  .hero__overlay {
    display: none;
  }

  .h2.is--technical-blue {
    width: 68%;
  }

  .h2.is--technical-blue.is--small {
    width: 60%;
  }

  .h2.is--kg-sans {
    width: 80%;
  }

  .img {
    width: 17em;
    height: 14em;
    top: 26%;
  }

  .img.is--intro-3 {
    width: 17em;
    height: 13em;
    left: 70%;
  }

  .img.is--intro-4 {
    width: 17em;
    height: 12em;
    top: 60%;
  }

  .img.is--typo-02 {
    width: 16em;
    height: 12em;
  }

  .img.is--typo-01 {
    width: 16em;
    left: 14%;
  }

  .img.is--typo-03 {
    width: 16em;
    top: 14%;
    left: 67%;
  }

  .img.is--typo-04 {
    width: 12.1em;
  }

  .hero__box {
    font-size: 1.1em;
    top: 1.5em;
    bottom: auto;
  }

  .type-tester {
    font-size: 1.1em;
  }

  .text {
    width: 62%;
  }

  .text.is--snowsat {
    width: 66%;
  }

  .text.is--redesign {
    width: 80%;
  }

  .text.is--hausschrift {
    width: 60%;
  }

  .text.is--k-flag {
    width: 66%;
  }

  .text.is--einsatz {
    width: 67%;
  }

  .text.is--illu {
    width: 60%;
  }

  .text.is--submarken {
    width: 64%;
  }

  .text.is--farben {
    width: 66%;
  }

  .text.is--legal, .text.is--impressum {
    width: 50%;
  }

  .column {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    grid-template-columns: 1fr 1fr;
  }

  .column.is--switched.is--center {
    grid-template-columns: 1fr 1fr;
  }

  .column__content {
    height: 20em;
  }

  .column__content.is--center {
    height: 19em;
  }

  .column__content.is--center.is--submarken {
    height: 23em;
  }

  .column__content.is--typo {
    height: 21em;
  }

  .h4 {
    width: 98%;
  }

  .box {
    height: 34em;
  }

  .dreieck {
    width: 100%;
  }

  .dreieck__item {
    width: 37em;
    height: 19em;
    padding: 1.05em;
  }

  .dreieck__item-content {
    object-position: 0% 50%;
    width: 20em;
  }

  .wedge__content {
    width: auto;
  }

  .img-section__text {
    padding-top: 7.5em;
  }

  .snowsat {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 2em;
  }

  .snowsat__img {
    width: 100%;
    height: auto;
  }

  .dreieck__logo {
    width: 52%;
  }

  .pistenbully {
    height: 200dvh;
  }

  .column__content-img {
    height: 20em;
  }

  .column__content-img.is--center {
    object-fit: cover;
    height: 100%;
  }

  .menu__content {
    width: 100%;
    height: 65%;
  }

  .image-slider {
    height: 19em;
  }

  .image-slider__img-content {
    height: 100%;
  }

  .bildwelt {
    width: 19em;
    height: 14em;
  }

  .bildwelt.is--2nd {
    width: 22em;
    height: 15em;
  }

  .bildwelt.is--3rd {
    height: 15em;
  }

  .bildwelt.is--4th {
    width: 23em;
    height: 16em;
    top: 70%;
  }

  .anwendung {
    width: 21em;
    height: 14em;
  }

  .anwendung.is--2nd {
    width: 21em;
    height: 16em;
    top: 50%;
  }

  .anwendung.is--3rd {
    width: 22em;
    height: 15em;
  }

  .anwendung.is--4th {
    width: 22em;
    height: 16em;
    top: 45%;
    left: 6%;
  }

  .anwendung.is--5th {
    width: 22em;
    height: 15em;
    top: 70%;
    left: 12%;
  }

  .anwendung.is--6th {
    width: 22em;
    height: 16em;
    left: 54%;
  }

  .video {
    width: 90vw;
  }

  .legal {
    padding-bottom: 20em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 2.25em;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.is--after-hero {
    height: 42em;
    margin-top: 19em;
  }

  .section.is--technical-blue {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.is--technical-blue.is--type-tester {
    padding-top: 6em;
    padding-bottom: 4.5em;
  }

  .section.is--technical-blue.is--typografie {
    min-height: 100dvh;
    padding-bottom: 0;
  }

  .section.is--technical-blue.is--snowsat {
    padding-top: 6em;
    padding-bottom: 4.5em;
  }

  .section.is--flat-design {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .section.is--after-flat-design {
    padding-bottom: 7.5em;
  }

  .section.is--text {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.is--wedge {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    padding-top: 7.5em;
    padding-bottom: 6em;
  }

  .section.is--slider, .section.is--ice-blue {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.is--lottie {
    height: 100dvh;
    padding-bottom: 6em;
  }

  .section.is--bildwelt {
    height: 63em;
  }

  .section.is--anwendung {
    height: 100em;
    padding-top: 25em;
  }

  .container {
    width: 84vw;
  }

  .container.is--columns {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .type-tester__controls {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .h3.is--big {
    width: 84%;
    font-size: 2.35em;
  }

  .h3.is--after-video {
    font-size: 2.25em;
  }

  .subheadline {
    font-size: 1.1em;
  }

  .hero__content {
    padding-left: 2em;
  }

  .redesign {
    padding-top: 12em;
    padding-bottom: 14em;
  }

  .brand-video {
    width: 36em;
    height: 20.4em;
    bottom: -11em;
  }

  .sitenav__info {
    bottom: 1.25em;
    right: 1.25em;
  }

  .sitenav__info-name {
    display: none;
  }

  .hero__logo {
    width: 24em;
  }

  .sitenav__item {
    display: none;
  }

  .wedge {
    font-size: .9em;
    top: 20%;
    right: 0%;
  }

  .info__overlay {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .info__headline {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .info__content {
    height: 100%;
  }

  .info__element {
    grid-row-gap: 1.75em;
    grid-template-columns: 1fr 1fr;
  }

  .hero__h1 {
    font-size: 3.25em;
  }

  .wedge__polygon {
    height: 100%;
  }

  .h2.is--technical-blue {
    width: 56%;
  }

  .h2.is--technical-blue.is--small {
    width: 50%;
  }

  .h2.is--kg-sans {
    width: 60%;
  }

  .img {
    width: 17em;
    height: 13em;
    top: 21%;
  }

  .img.is--intro-3 {
    height: 11em;
    top: 30%;
    left: 68%;
  }

  .img.is--intro-4 {
    width: 17em;
    height: 11.8em;
    top: 60%;
    left: 30%;
  }

  .img.is--typo-03 {
    width: 14em;
  }

  .section__video {
    width: 38em;
    height: 21em;
    padding: .8em;
  }

  .bildmarke {
    width: 11em;
  }

  .type-tester {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    font-size: 1em;
  }

  .section__box {
    margin-bottom: 0;
  }

  .text {
    width: 71%;
  }

  .text.is--snowsat {
    width: 75%;
  }

  .text.is--redesign, .text.is--k-flag {
    width: 77%;
  }

  .text.is--legal, .text.is--impressum {
    width: 60%;
  }

  .column.is--center {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .column__content.is--center {
    height: 17em;
  }

  .column__content.is--center.is--white {
    height: 19em;
  }

  .column__content.is--center.is--blau {
    height: 18em;
  }

  .column__content.is--typo {
    height: 23em;
  }

  .h4.is--less {
    width: 100%;
  }

  .box {
    height: 28em;
  }

  .dreieck {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .dreieck__item {
    font-size: .95em;
  }

  .dreieck__item-content {
    width: 23em;
  }

  .dreieck__text-headline {
    font-size: 1em;
  }

  .wedge__content {
    width: auto;
  }

  .pagination {
    font-size: .9em;
  }

  .snowsat {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .pistenbully {
    height: 400dvh;
  }

  .pistenbully__logo {
    font-size: .7em;
    bottom: 2em;
    right: 2em;
  }

  .pistenbully__claim {
    top: 2.5em;
    left: 2.5em;
  }

  .pistenbully__claim-content {
    width: 17em;
  }

  .subbrands__content-img {
    width: 80%;
  }

  .column__content-img {
    height: 100%;
  }

  .column__content-img.is--center {
    height: 17em;
  }

  .column__content-img.is--less {
    object-fit: fill;
    width: 93%;
  }

  .menu__content {
    height: 100%;
    overflow: scroll;
  }

  .image-slider.is--illu, .image-slider__img-content.is--illu {
    height: 24em;
  }

  .bildwelt {
    width: 15em;
    height: 11em;
  }

  .bildwelt.is--2nd {
    width: 17em;
    height: 12em;
    top: 66%;
  }

  .bildwelt.is--3rd {
    height: 12em;
    top: 14%;
  }

  .bildwelt.is--4th {
    width: 17em;
    height: 12em;
  }

  .anwendung {
    width: 17em;
    height: 12em;
    top: 4%;
  }

  .anwendung.is--2nd {
    width: 19em;
    height: 14em;
    top: 47%;
    left: 57%;
  }

  .anwendung.is--3rd {
    width: 18em;
    height: 12em;
    top: 10%;
  }

  .anwendung.is--4th {
    width: 20em;
    height: 14em;
    top: 39%;
  }

  .anwendung.is--5th {
    width: 20em;
    height: 14em;
    top: 63%;
    left: 15%;
  }

  .anwendung.is--6th {
    width: 20em;
    height: 14em;
    top: 82%;
  }

  .video {
    width: 90vw;
  }

  .legal {
    padding-top: 12em;
    padding-bottom: 14em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.25vw;
  }

  h2 {
    font-size: 2.75em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.65em;
  }

  .section.is--after-hero {
    height: 55em;
    margin-top: 12em;
    overflow: hidden;
  }

  .section.is--technical-blue {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.is--technical-blue.is--type-tester {
    justify-content: flex-start;
    align-items: center;
    height: 150vw;
    min-height: auto;
    padding-top: 3em;
  }

  .section.is--technical-blue.is--typografie {
    height: 240vw;
    min-height: auto;
    padding-top: 2em;
  }

  .section.is--after-flat-design {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    padding-bottom: 4.5em;
  }

  .section.is--text {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-bottom: 4.5em;
  }

  .section.is--wedge {
    padding-top: 6em;
    padding-bottom: 4.5em;
  }

  .section.is--slider {
    padding-top: 4.5em;
    padding-bottom: 0;
  }

  .section.is--ice-blue {
    padding-top: 6em;
    padding-bottom: 4.5em;
  }

  .section.is--lottie {
    height: 80dvh;
    padding-bottom: 0;
  }

  .section.is--bildwelt {
    height: 82em;
  }

  .section.is--anwendung {
    height: 122em;
    padding-top: 35em;
  }

  .container {
    width: 93vw;
  }

  .container.is--columns {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
  }

  .container.is--columns.is--typo {
    margin-top: 0;
  }

  .container.is--blue {
    margin-bottom: 3em;
  }

  .container.is--typetester {
    height: 100%;
  }

  .type-tester__controls {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    border-radius: .5em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 96%;
    padding: 1.5em 2em 2em;
    font-size: 1em;
    position: relative;
  }

  .type-tester__range {
    font-size: 1.1em;
  }

  .img-section__content {
    object-fit: cover;
    height: 21em;
  }

  .img-section__content.is--1 {
    object-fit: cover;
    height: 100%;
    bottom: -3em;
  }

  .img-section__content.is--2 {
    object-fit: cover;
    height: 100%;
    top: 2%;
    bottom: auto;
    transform: scale(1.05);
  }

  .img-section__content.is--3 {
    bottom: 3%;
    left: auto;
    right: 40%;
    transform: scale(2);
  }

  .utility-page-wrap {
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
  }

  .utility-page-form {
    font-size: 1.1em;
  }

  .h3.is--big {
    width: 91%;
    font-size: 2.15em;
  }

  .h3.is--kg {
    width: 87%;
  }

  .h3.is--after-video {
    font-size: 2em;
  }

  .subheadline {
    text-align: center;
    font-size: 1.15em;
  }

  .subheadline.is--smaller {
    text-align: center;
    width: 71%;
    font-size: 1.2em;
  }

  .hero__content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: flex-start;
    height: 100svh;
    padding-top: 1.75em;
    padding-bottom: 2.5em;
    padding-left: 1.65em;
  }

  .redesign {
    padding-top: 9em;
    padding-bottom: 16em;
  }

  .brand-video {
    border-width: 0;
    width: 94vw;
    height: 16.3em;
    bottom: -6.5em;
  }

  .sitenav__info {
    border-radius: .1em;
    font-size: 1.25em;
  }

  .hero__logo {
    width: 23em;
    position: relative;
    top: 0;
    left: 0;
  }

  .wedge {
    perspective-origin: 0%;
    transform-origin: 0%;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.1em;
    transform: translate(0);
  }

  .wedge.is-legal {
    display: none;
  }

  .img-section {
    width: 100vw;
    height: 120dvh;
  }

  .footer {
    height: auto;
    padding: 3em 1.5em 1.5em;
  }

  .info__overlay {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .info__headline {
    margin-bottom: .5em;
  }

  .info__headline-text {
    font-size: 1.95em;
  }

  .tag {
    font-size: .85em;
  }

  .tag.is--menu {
    font-size: .6em;
    top: .65em;
    left: .6em;
  }

  .info__content {
    width: 100%;
    height: 18em;
  }

  .info {
    display: none;
    inset: 0%;
  }

  .info__element {
    grid-row-gap: 1em;
    flex-flow: wrap;
    display: flex;
  }

  .img-section__container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    transform: scale(1.065);
  }

  .hero__video {
    height: 100svh;
  }

  .hero__h1 {
    font-size: 2.45em;
  }

  .hero {
    height: auto;
  }

  .h2.is--technical-blue {
    width: 88%;
  }

  .h2.is--technical-blue.is--small {
    width: 80%;
  }

  .h2.is--kg-sans {
    width: 100%;
  }

  .img {
    width: 19em;
    height: 12em;
    font-size: .8em;
    top: 23%;
  }

  .img.is--intro-3 {
    width: 19em;
    height: 13em;
    top: 47%;
    left: 39%;
  }

  .img.is--intro-4 {
    width: 20em;
    height: 13.5em;
    top: 73%;
    left: 17%;
  }

  .img.is--typo-02 {
    height: 11.7em;
    top: 66%;
    left: 8%;
  }

  .img.is--typo-01 {
    width: 16em;
    top: 6%;
  }

  .img.is--typo-03 {
    width: 14.5em;
    top: 26%;
    left: 45%;
  }

  .img.is--typo-04 {
    width: 11em;
    top: 81%;
    left: 63%;
  }

  .section__video {
    width: 86vw;
    height: 16em;
  }

  .bildmarke {
    width: 7.5em;
  }

  .hero__box {
    width: 80%;
    height: 9em;
    display: none;
    position: relative;
    top: 0;
    right: auto;
  }

  .hero__box-text, .hero__box-img {
    width: 100%;
  }

  .type-tester__select {
    font-size: 1.15em;
  }

  .type-preview__input {
    width: 96%;
    height: 100%;
    font-size: 1.5em;
    position: relative;
  }

  .type-tester {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .type-tester__mode {
    font-size: .95em;
  }

  .section__box {
    height: 30em;
  }

  .text {
    width: 98%;
  }

  .text.is--snowsat {
    width: 99%;
  }

  .text.is--redesign {
    width: 80%;
  }

  .text.is--hausschrift, .text.is--k-flag, .text.is--einsatz, .text.is--illu, .text.is--submarken, .text.is--farben {
    width: 100%;
  }

  .text.is--legal {
    width: 88%;
  }

  .text.is--impressum {
    width: 83%;
    margin-top: 1em;
  }

  .p-medium {
    font-size: 1.2em;
  }

  .p-medium.is--center {
    width: 97%;
  }

  .column {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .column.is--switched.is--center {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column-reverse wrap-reverse;
  }

  .column.is--switched.is--center.is--submarken {
    flex-flow: column wrap;
  }

  .column.is--center {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .column.is--center.is--hierarchie {
    flex-flow: column-reverse wrap;
  }

  .column__content.is--center, .column__content.is--center.is--white, .column__content.is--center.is--blau, .column__content.is--center.is--submarken, .column__content.is--typo {
    height: 21em;
  }

  .column__text {
    width: 96%;
  }

  .h4 {
    width: 94%;
  }

  .h4.is--less {
    width: 97%;
  }

  .box {
    height: 21em;
  }

  .dreieck {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .dreieck__item {
    width: 100%;
    height: 17em;
  }

  .dreieck__item-content {
    width: 15em;
  }

  .wedge__content.is--normal {
    display: block;
  }

  .wedge__content.is--mobile {
    perspective-origin: 0%;
    transform-origin: 0%;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .img-section__text {
    padding-top: 6em;
  }

  .button__text {
    font-size: 1.1em;
  }

  .slide {
    transform: scale(.95);
  }

  .slider__slide-img {
    height: 90vw;
  }

  .pagination {
    font-size: 1em;
  }

  .snowsat {
    margin-top: 3em;
  }

  .footer__container {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .pistenbully__lottie {
    object-fit: cover;
    width: 110dvh;
  }

  .pistenbully {
    height: auto;
  }

  .wedge-change {
    background-color: var(--kg-ice-blue);
  }

  .pistenbully__claim {
    top: 1.5em;
    left: 1.5em;
  }

  .pistenbully__claim-content {
    width: 15em;
  }

  .footer__product.is--pisten {
    flex-flow: column;
  }

  .info__close {
    background-color: var(--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: flex;
    top: 1.25em;
    right: 1.15em;
  }

  .info__close-line {
    height: .125em;
  }

  .subbrands {
    height: 13em;
    margin-top: 1.5em;
  }

  .subbrands__nav {
    font-size: .95em;
  }

  .column__content-img.is--center {
    height: 21em;
  }

  .column__content-img.is--less {
    object-fit: fill;
    width: 94%;
    height: 91%;
  }

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

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

  .slider__slide-img-content.is--logo {
    height: 21em;
  }

  .menu__content {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .menu__item.is--activate-scroll {
    height: 32vw;
  }

  .info__rich-text p {
    font-size: 1.05em;
  }

  .image-slider__img.is--one {
    pointer-events: none;
  }

  .image-slider {
    width: 98%;
    height: 21em;
  }

  .image-slider.is--illu {
    width: 100%;
    height: 21em;
  }

  .image-slider__img-content.is--illu {
    object-fit: cover;
    object-position: 25% 50%;
    height: 21em;
  }

  .bildwelt {
    height: 10.4em;
    top: 4%;
    left: 5%;
  }

  .bildwelt.is--2nd {
    width: 16em;
    top: 84%;
    left: 40%;
  }

  .bildwelt.is--3rd {
    top: 22%;
    left: 40%;
  }

  .bildwelt.is--4th {
    top: 64%;
    left: 10%;
  }

  .snowsat__toggle {
    grid-column-gap: .65em;
    grid-row-gap: .65em;
  }

  .k {
    width: 10.5em;
  }

  .footer__kg-logo {
    width: 25em;
    margin-bottom: 3em;
  }

  .footer__13-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .footer__text {
    font-size: .95em;
  }

  .anwendung {
    width: 16em;
    height: 11em;
    top: 4%;
    left: 5%;
  }

  .anwendung.is--2nd {
    width: 17em;
    height: 12em;
    top: 57%;
    left: 30%;
  }

  .anwendung.is--3rd {
    width: 17em;
    top: 16%;
    left: 40%;
  }

  .anwendung.is--4th {
    width: 18em;
    height: 13em;
    top: 42%;
  }

  .anwendung.is--5th {
    width: 17em;
    height: 13em;
    top: 71%;
    left: 10%;
  }

  .anwendung.is--6th {
    width: 18em;
    height: 13em;
    top: 87%;
    left: 30%;
  }

  .video {
    width: 90vw;
  }

  .text__rich-text {
    font-size: 1.2em;
  }

  .legal {
    padding-bottom: 16em;
  }

  .footer__link {
    font-size: 1em;
  }

  .legal_h1 {
    font-size: 2em;
  }
}

#w-node-_76247a06-fe8b-a3b8-a882-30b1431ec160-23dd4e52 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_15bb7cf9-3797-bade-5f60-15cc0b347b5c-23dd4e52 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_9343edf4-5ac2-720b-3ef1-b95fd244841f-23dd4e52 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c49ed88b-29e2-ae70-d4e1-69a1823f2264-23dd4e52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_94edffec-79b2-1557-d45c-ce899bd97cf5-9bd97cec {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-d10677b6-24d6-ccb4-efb7-e975cffcbe95-23dd4e52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d10677b6-24d6-ccb4-efb7-e975cffcbe9d-23dd4e52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d10677b6-24d6-ccb4-efb7-e975cffcbea0-23dd4e52 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_557f3686-a9ed-8e53-af64-dff3e447de5c-23dd4e52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_557f3686-a9ed-8e53-af64-dff3e447de67-23dd4e52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_557f3686-a9ed-8e53-af64-dff3e447de6b-23dd4e52 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_6e959b71-58b4-ec61-74fb-840a5df88168-23dd4e52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e959b71-58b4-ec61-74fb-840a5df8816e-23dd4e52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e959b71-58b4-ec61-74fb-840a5df88172-23dd4e52 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_953113ad-45fd-888f-3690-0344b1cbb562-23dd4e52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_953113ad-45fd-888f-3690-0344b1cbb567-23dd4e52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_953113ad-45fd-888f-3690-0344b1cbb56b-23dd4e52 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_83a811a4-105b-d427-51cd-57e3001b06c0-23dd4e52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_83a811a4-105b-d427-51cd-57e3001b06c5-23dd4e52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_83a811a4-105b-d427-51cd-57e3001b06c9-23dd4e52 {
    grid-area: 1 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'KG Sans Condensed Bold';
  src: url('../fonts/KGSans-SemiCondensedBold.otf') format('opentype'), url('../fonts/KGSans-CondensedBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Medium';
  src: url('../fonts/KGSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Regular';
  src: url('../fonts/KGSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Semi Condensed Medium';
  src: url('../fonts/KGSans-SemiCondensedMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Semi Condensed Regular';
  src: url('../fonts/KGSans-SemiCondensedRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Bold';
  src: url('../fonts/KGSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Condensed Medium';
  src: url('../fonts/KGSans-CondensedMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KG Sans Condensed Regular';
  src: url('../fonts/KGSans-CondensedRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}