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

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

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

@font-face {
  font-family: Coolvetica Rg It;
  src: url('../fonts/Coolvetica-Rg-It.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Coolvetica Rg Cram;
  src: url('../fonts/Coolvetica-Rg-Cram.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --_apps---colors--background: #fff;
  --black: black;
  --color-3: #70737a;
  --_apps---colors--card: #fff;
  --_apps---colors--foreground: #000;
  --color-1: #090a0e;
  --background: #353535;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--secondary: #ffe4df;
  --_apps---colors--muted-foreground: #7d797a;
  --color-2: #13161b;
  --color-4: #ada2ca;
  --_apps---charts--chart-1: #db2c39;
  --_apps---charts--chart-2: #e5706c;
  --_apps---charts--chart-3: #d00020;
  --_apps---charts--chart-4: #ac1c28;
  --_apps---charts--chart-5: #8c0002;
  --_apps---charts--chart-1-dark: #e93c45;
  --_apps---charts--chart-2-dark: #ff8c87;
  --_apps---charts--chart-3-dark: #cc001c;
  --_apps---charts--chart-4-dark: #fc7471;
  --_apps---charts--chart-5-dark: #ab0421;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #db2c39;
  --_apps---colors--primary-foreground: #fff6f5;
  --_apps---colors--secondary-foreground: #130b0a;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d64651;
  --_apps---colors--border: #db2c39;
  --_apps---colors--input: #df303c;
  --_apps---colors--ring: #c64c4c;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #e93c45;
  --_apps---colors--primary-foreground-dark: #150a09;
  --_apps---colors--secondary-dark: #370000;
  --_apps---colors--secondary-foreground-dark: #fff6f5;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e4535d;
  --_apps---colors--border-dark: #db2c39;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--ring-dark: #e96b69;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #db2c39;
  --_apps---sidebar--sidebar-primary-foreground: #fff6f5;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #db2c39;
  --_apps---sidebar--sidebar-ring: #c64c4c;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #e93c45;
  --_apps---sidebar--sidebar-primary-foreground-dark: #150a09;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #e96b69;
  --_apps---sizes--radius: 2.2em;
  --_apps---typography--heading-font: Montserrat, sans-serif;
  --_apps---typography--body-font: Montserrat, sans-serif;
  --_apps---typography--button-font: Montserrat, sans-serif;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #000;
  background-color: #090a0e;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Rg, Arial, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Rg, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  color: var(--_apps---colors--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  color: var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.title6._20px-left {
  margin-left: 20px;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside.boxim {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-w2.top-40px {
  margin-top: 40px;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: var(--_apps---colors--background);
}

.nav-link.w--current {
  background-image: linear-gradient(to bottom, var(--_apps---colors--card), var(--_apps---colors--card));
  color: var(--_apps---colors--foreground);
  letter-spacing: 2px;
  font-weight: 800;
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.centered {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
}

.centered.slideup-2, .centered.slideup-3 {
  text-transform: none;
}

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

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

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.body {
  background-color: #090a0e;
  font-size: 16px;
}

.quick-stack {
  padding: 0;
}

.heading {
  color: var(--white);
  font-family: Coolvetica Rg, Arial, sans-serif;
  font-size: 2em;
}

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

.quick-stack-2 {
  padding: 0;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.bulletpoints {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bulletpoints.bottom {
  flex-flow: column;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.heading-2 {
  font-family: Answer, Arial, sans-serif;
  font-weight: 400;
}

.heading-2.centered {
  font-family: Coolvetica Rg, Arial, sans-serif;
}

.quick-stack-3 {
  padding: 0;
}

.landing-services-grid-wrapper {
  border: 1px solid var(--background);
  color: #14161b;
  background-color: #14161b;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding: 100px 20px 20px;
  display: flex;
  position: relative;
}

.service-titel {
  color: var(--_apps---colors--background);
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Coolvetica Rg, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.image {
  position: absolute;
  inset: 2% 2% auto auto;
}

.quick-stack-4 {
  padding: 0;
}

.nospacing {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.landing-herp {
  height: 70vh;
}

.background-video {
  background-image: linear-gradient(#fff0, #0a0a0e 90%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

.heading-3 {
  color: var(--_apps---colors--card);
  letter-spacing: 3px;
  font-family: Answer, Arial, sans-serif;
  font-weight: 400;
}

.quick-stack-5 {
  padding: 0;
}

.heading-4 {
  color: var(--_apps---colors--background);
  font-size: 1.4em;
}

.quick-stack-6 {
  padding: 0;
}

.div-block {
  background-color: #15161b;
  border: 1px solid #353535;
  border-style: solid none;
  margin-bottom: 40px;
  padding: 20px;
}

.div-block.adjusted {
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  position: sticky;
  top: 5px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.image-2.smaller {
  height: 200px;
}

.quick-stack-7 {
  padding: 0;
}

.job-cms-grid-wrapper {
  background-color: #15161b;
  border: 1px solid #353535;
  border-style: solid none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.heading-5, .heading-6 {
  line-height: 1em;
}

.white {
  color: var(--_apps---colors--background);
  font-family: Coolvetica Rg, Arial, sans-serif;
}

.white.mittig.hide-quer {
  display: none;
}

.collection-list-wrapper {
  width: 100%;
}

.title-job {
  color: var(--_apps---colors--background);
  font-size: 1.4em;
}

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

.paragraph-5 {
  margin-bottom: 0;
}

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

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

.strech-para {
  flex: 0 auto;
}

.landing-blog-headin-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #15161b;
  border: 1px solid #343434;
  border-style: solid none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20px;
  display: block;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.quick-stack-8 {
  padding: 0;
}

.service-hero {
  background-color: #d7f2f0;
  background-image: linear-gradient(#fff0 33%, #0a0a0e), url('../images/Marty-Carrosserie-Spritzwerk-Zürich-Wangen-Sportwagen-Oldtimer-54.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  padding-top: 20px;
  display: flex;
}

.service-hero.mobile {
  background-image: linear-gradient(#fff0 33%, #0a0a0e), url('../images/Marty-CS-Garage-Team.png');
  background-position: 0 0, 50%;
  background-attachment: scroll, scroll;
  height: 39vh;
}

.service-hero.service {
  background-image: linear-gradient(#fff0 33%, #0a0a0e), url('../images/DSC06092.jpg');
}

.color-1-2 {
  color: #27438a;
}

.heading-7 {
  color: var(--_apps---colors--background);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.quick-stack-9 {
  padding: 0;
}

.quick-stack-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.quick-stack-13.slideup-3 {
  width: 100%;
}

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

.paragraph-8 {
  margin-bottom: 0;
}

.quick-stack-14 {
  padding: 0;
}

.quick-stack-15 {
  width: 100%;
  padding: 0;
}

.about-standort-grid-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-standort-heading {
  letter-spacing: 1px;
  font-size: 1.5em;
  font-weight: 700;
}

.cell-3, .cell-centered {
  justify-content: center;
  align-items: center;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.quick-stack-16 {
  padding: 0;
}

.about-proces {
  background-image: linear-gradient(#0a0a0e, #fff0 47%), url('../images/Marty-Carrosserie-Spritzwerk-Zürich-Wangen-Sportwagen-Oldtimer-52.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-benefits {
  background-color: #0a0a0b;
}

.quick-stack-17 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  padding: 0;
}

.about-benefits-grid-wrapper {
  display: flex;
}

.div-block-5 {
  margin-left: 20px;
}

.image-3 {
  width: 64px;
}

.cta {
  background-color: #09080a;
  background-image: url('../images/Gemini_Generated_Image_huc3ohhuc3ohhuc3-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 640px;
}

.cta-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.quick-stack-18, .quick-stack-19 {
  padding: 0;
}

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

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

.quick-stack-20 {
  padding: 0;
}

.referenzen-top {
  background-color: #d7f2f0;
  background-image: linear-gradient(#fff0 33%, #0a0a0e), url('../images/pexels-cottonbro-4488660.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  height: 30vh;
  padding-top: 20px;
  display: flex;
}

.quick-stack-21 {
  width: 100%;
  padding: 0;
}

.quick-stack-22 {
  padding: 0;
}

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

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

.paragraph-9 {
  flex: 1;
}

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

.contact-wrapper {
  height: 95vh;
}

.contact-wrapper.adjusted {
  height: auto;
  margin-top: 0;
}

.contact-bg-wrapper {
  background-image: url('../images/Gemini_Generated_Image_huc3ohhuc3ohhuc3-1.png');
  background-position: 50%;
  background-size: auto;
  height: 50%;
  position: static;
  inset: 0% 0% auto;
}

.contact-content-wrapper {
  margin-top: 0%;
  position: relative;
}

.quick-stack-23 {
  margin-top: -100px;
  margin-bottom: 0;
  padding: 0;
}

.success-message-2 {
  background-color: var(--color-3);
  color: var(--_apps---colors--foreground);
  border-top-right-radius: 1.6em;
  padding: 1.5rem;
}

.uui-form_input-2 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 1.8rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.success-text {
  color: var(--_apps---colors--card);
  font-weight: 600;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.checkbox-field.uui-form_input-2 {
  width: 100%;
  box-shadow: none;
  background-color: #305da914;
  border-style: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.checkbox-field.uui-form_input-2:active {
  background-color: #fff;
}

.quick-stack-24 {
  grid-row-gap: 11px;
  padding: 0;
}

.uui-field-label {
  color: var(--_apps---colors--card);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.checkbox {
  border-radius: 20px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 20px;
  display: block;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.uui-form-field-wrapper {
  flex: 1;
  padding-right: 10px;
  position: relative;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact03_form-wrapper.gutter-outside {
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 -1px 5px #0003, 0 2px 5px #0003;
}

.uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
  z-index: 1;
  background-color: #14161b;
  border: 1px solid #3f3f3f;
  width: 90%;
  position: relative;
  top: 0;
}

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

.div-block-26 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-contact-wrapper {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.quick-stack-25 {
  grid-row-gap: 11px;
  padding: 0;
}

.title6-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.title6-2.contact-link {
  color: var(--_apps---colors--background);
  text-transform: none;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

.cell-15 {
  align-items: flex-end;
}

.cell-16 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.image-13 {
  width: 24px;
}

.grid-contact {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.link-block-2 {
  text-decoration: none;
}

.heading-contact {
  color: var(--_apps---colors--background);
  font-weight: 400;
}

.div-block-27 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.paragraph-10 {
  font-weight: 700;
}

.button-3 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-3.d-14 {
  background-color: var(--_apps---colors--background);
  border: 1px solid #9adbff00;
  border-radius: .4rem;
  align-self: center;
  transition: color .3s, background-color .3s;
}

.button-3.d-14:hover {
  color: #d8fafe;
  background-color: #9adbff00;
  border: 1px solid #9adbff;
}

.button-3.d-14.left {
  align-self: flex-start;
}

.image-14 {
  margin-top: 5px;
}

.container, .nav-wrapper.container-w2.gutter-outside {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.footer-list {
  margin-bottom: 15px;
}

.footer-list.hide {
  display: none;
}

.cell-footer {
  padding-top: 20px;
}

.link-2 {
  font-size: .85em;
  font-weight: 300;
}

.link-footer {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.link-footer.more-space {
  line-height: 1.9em;
}

.link-footer.more-space.small {
  text-transform: none;
}

.footer-heading {
  font-size: 1.4em;
  font-weight: 400;
}

.footer-heading.white {
  font-size: 1.4em;
}

.spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.spacing.link-socials {
  margin-left: 0;
}

.list {
  border-left: 2px solid #fff;
  flex: 1;
  height: auto;
  padding-left: 20px;
}

.image-40 {
  width: 100%;
}

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

.link-socials {
  width: 32px;
  height: 32px;
}

.div-block-28 {
  height: 100%;
}

.kontakt-footer-wrapper {
  border-left: 2px solid #fff;
  flex: 1;
  padding-left: 20px;
}

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

.galerie-bild {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-partner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Marty-Carrosserie-Spritzwerk-Zürich-Wangen-Sportwagen-Oldtimer-226.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

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

.collection-item-2 {
  background-color: #14161b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.partner-heading {
  text-align: center;
  flex: 1;
  font-size: 1.5em;
}

.background-video-2 {
  background-image: linear-gradient(#fff0, #000);
  justify-content: center;
  align-items: flex-end;
  height: 783px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.quick-stack-26 {
  padding: 0;
}

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

.blogmain-grid-wrapper {
  background-color: var(--background);
}

.heading-8 {
  color: var(--_apps---colors--background);
  font-family: Coolvetica Rg, Arial, sans-serif;
}

.heading-8.centered.slideup-2 {
  flex: 0 auto;
}

.paragraph-12 {
  display: flex;
}

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

.collection-item-3 {
  background-color: #14161b;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  padding: 10px;
}

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

.div-block-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--color-3);
  border-bottom: 1px solid var(--color-3);
  background-color: #14161b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.image-43 {
  object-fit: cover;
  width: 1005px;
  height: 300px;
}

.bog-title-small {
  font-size: 1.5em;
}

.heading-9 {
  color: var(--_apps---colors--background);
  font-size: 2.5em;
}

.image-44 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.rich-text-block {
  color: var(--_apps---colors--background);
}

.uui-career09_job-details-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.uui-career07_detail-wrapper {
  color: #475467;
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career07_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.uui-career09_icon {
  color: #98a2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.heading-10 {
  color: var(--_apps---colors--background);
  letter-spacing: 3px;
}

.rich-text-block-2 {
  color: var(--_apps---colors--popover);
}

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

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

.background-video-3 {
  z-index: 10;
}

.img-team {
  object-fit: cover;
  object-position: 50% 0%;
  width: 300px;
  height: 300px;
}

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

.paragraph-24 {
  margin-top: 40px;
  padding-left: 0;
  font-size: 18px;
}

.paragraph-24.container-w2 {
  color: #000;
}

.paragraph-24.container-w2.gutter-outside {
  color: var(--_apps---colors--secondary);
  padding-left: 40px;
}

.link-3 {
  color: var(--_apps---colors--muted-foreground);
  font-weight: 700;
  text-decoration: none;
}

.image-45 {
  margin-top: 10px;
}

.quick-stack-27 {
  padding: 0;
}

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

.smaller-title {
  font-size: 1em;
}

.paragraph-25 {
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 700;
}

.image-46 {
  height: 16px;
}

.bold-text {
  letter-spacing: 1px;
  font-weight: 600;
}

.paragraph-26 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

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

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

@media screen and (min-width: 1280px) {
  .title6.centered {
    flex: 0 auto;
  }

  .service-hero.mobile {
    background-position: 0 0, 50%;
    height: 45vh;
  }

  .uui-form_input-2, .uui-field-label {
    font-family: Montserrat, sans-serif;
  }

  .cell-16 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .service-hero.mobile {
    background-position: 0 0, 50%;
    height: 66vh;
  }

  .checkbox-field {
    background-color: #fff;
    justify-content: center;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field.uui-form_input-2 {
    width: 100%;
  }

  .checkbox {
    margin-left: 4px;
    padding-left: 4px;
    display: block;
  }

  .uui-form-field-wrapper {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

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

  .landing-herp {
    height: auto;
  }

  ._1005 {
    width: 100%;
  }

  .white.mittig.hide-quer {
    display: none;
  }

  .service-hero {
    background-image: linear-gradient(#fff0 33%, #0a0a0e), url('../images/Marty-Carrosserie-Spritzwerk-Zürich-Wangen-Sportwagen-Oldtimer-54.jpg');
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .checkbox-field.uui-form_input-2 {
    height: 100%;
  }

  .cell-15 {
    align-items: center;
  }

  .link-footer {
    font-size: 1em;
  }

  .cell-25 {
    justify-content: center;
    align-items: center;
  }

  .icon {
    color: var(--_apps---colors--background);
  }

  .nav-menu {
    background-color: var(--_apps---colors--foreground);
    box-shadow: 0 0 5px 0 var(--_apps---colors--background);
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .image-42 {
    width: 100%;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .collection-list-7.slideup-2 {
    grid-template-columns: 1fr;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr;
  }

  .cell-27 {
    justify-content: center;
    align-items: center;
  }
}

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

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .white.mittig.hide-quer {
    display: none;
  }

  .collection-list {
    flex-flow: column;
  }

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

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
    width: 100%;
  }

  .title6-2 {
    font-size: 1em;
  }

  .cell-15 {
    align-items: center;
    padding-top: 40px;
  }

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

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .uui-career09_job-details-wrapper {
    margin-top: 1.25rem;
  }

  .uui-career07_detail-wrapper {
    margin-right: 1.25rem;
  }

  .paragraph-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-27 {
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .container-w2.gutter-outside.boxim {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-w2.top-40px {
    padding: 0;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .heading {
    font-size: 1.5em;
  }

  .landing-herp {
    height: auto;
  }

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

  .image-2 {
    height: 200px;
  }

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

  .white.mittig.hide-quer {
    display: block;
  }

  .job-beschreibungen-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .landing-blog-headin-wrapper.slideup-1 {
    flex-flow: column;
  }

  .service-hero.mobile {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 12vh;
  }

  .service-hero.service {
    background-position: 0 0, 12%;
  }

  .heading-7 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-7.hidemobile {
    display: none;
  }

  .about-standort-heading {
    text-align: center;
  }

  .uui-contact03_form {
    grid-row-gap: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-contact03_form-wrapper.gutter-outside._10px-both-sides {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .cell-15 {
    align-items: center;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .link-footer {
    font-size: 1em;
  }

  .spacing.link-socials {
    margin-right: 0;
  }

  .cell-25 {
    justify-content: center;
    align-items: center;
  }

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

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .collection-list-6.slideup-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-43 {
    height: 150px;
  }

  .uui-career09_job-details-wrapper {
    flex-direction: column;
  }

  .uui-career07_detail-wrapper {
    margin-bottom: 20px;
  }

  .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .paragraph-24 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-ec7fcee2-3da0-10cf-a9fa-d0dd5b8ebb3f-f81aaa1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f37d29b-14b6-b57d-865e-5503cad94aa5-f81aaa1e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4c92e9e8-16ef-5200-5dac-b38b262d8579-f81aaa1e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_68c890b9-ede5-4d19-9b1a-106e1398c55b-f81aaa1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a0151bee-a23f-7a3a-884c-bedc9d979575-f81aaa1e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-d7b254c7-f964-6ba3-143a-e30ca18aa454-f81aaa1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_067a06e0-3a6b-2d25-f11d-4c1991d00566-f81aaa1e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_309b8a08-6044-b9bf-5293-8c66329ffccc-f81aaa1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fac3e4df-b771-6e65-9dd5-412c73ed111c-f81aaa1e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_17b7f09b-7d92-4aad-de5d-5f74ee59c7a5-f81aaa1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e03ee76-9650-23df-c46c-46ba56279aa9-ef25b3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6a8c961a-b22e-c493-328e-d4a69d246916-ef25b3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e03ee76-9650-23df-c46c-46ba56279aed-ef25b3aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0eec2676-e47d-4a0d-5e01-ccc03b98f437-2bac3e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_51c9657b-9640-fb74-e019-23315597fa87-2bac3e81 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f3915923-a5b7-e507-a1cf-1d25ff61fc25-2bac3e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_32352118-4529-70b4-d517-22b64b6dbc29-2bac3e81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28100016-bc46-4033-6b63-dcbe3a004f65-2bac3e81, #w-node-_538d4835-5510-e4a2-e855-a8ea08ceb751-2bac3e81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7e8d60e1-5239-94b9-8d4d-680f7c104734-2bac3e81 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c4caf230-630f-6331-64e9-c2d25ddad040-ecbcb953 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e24bb246-7e5c-2e2a-08df-4ab81a5189be-ecbcb953 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_36db762b-6384-de89-9001-6d7127efa73c-ecbcb953 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_93805300-9bd2-ba50-b794-9b9e758c60b0-ecbcb953 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_93805300-9bd2-ba50-b794-9b9e758c60ba-ecbcb953 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_93805300-9bd2-ba50-b794-9b9e758c60cd-ecbcb953 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_423fba20-1774-3a12-c729-008e130b6e6d-ecbcb953 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4379fa7-af3c-4924-1849-a0085a441109-fcf15fdf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_44efa2ce-f361-ba2d-f438-8bd8bf59a500-fcf15fdf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68c22ef5-2f86-8ae1-ca8a-8aed632cb99e-fcf15fdf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f072cbdd-04ef-f86e-86ec-7966d5922235-3b782c33, #w-node-c2bc51a3-920f-bf3f-4ac8-202ea4face51-3b782c33 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c2bc51a3-920f-bf3f-4ac8-202ea4face58-3b782c33 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c2bc51a3-920f-bf3f-4ac8-202ea4face7d-3b782c33 {
  justify-self: stretch;
}

#w-node-c2bc51a3-920f-bf3f-4ac8-202ea4faceac-3b782c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ec7fcee2-3da0-10cf-a9fa-d0dd5b8ebb3f-f81aaa1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c92e9e8-16ef-5200-5dac-b38b262d8579-f81aaa1e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_309b8a08-6044-b9bf-5293-8c66329ffccc-f81aaa1e, #w-node-_17b7f09b-7d92-4aad-de5d-5f74ee59c7a5-f81aaa1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e03ee76-9650-23df-c46c-46ba56279aa9-ef25b3aa {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0eec2676-e47d-4a0d-5e01-ccc03b98f437-2bac3e81, #w-node-f3915923-a5b7-e507-a1cf-1d25ff61fc25-2bac3e81 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3915923-a5b7-e507-a1cf-1d25ff61fc27-2bac3e81 {
    order: -9999;
  }

  #w-node-_28100016-bc46-4033-6b63-dcbe3a004f65-2bac3e81, #w-node-_538d4835-5510-e4a2-e855-a8ea08ceb751-2bac3e81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c4caf230-630f-6331-64e9-c2d25ddad040-ecbcb953 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36db762b-6384-de89-9001-6d7127efa73c-ecbcb953 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_93805300-9bd2-ba50-b794-9b9e758c60b0-ecbcb953 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_93805300-9bd2-ba50-b794-9b9e758c60cd-ecbcb953 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_423fba20-1774-3a12-c729-008e130b6e6d-ecbcb953 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f072cbdd-04ef-f86e-86ec-7966d5922235-3b782c33, #w-node-c2bc51a3-920f-bf3f-4ac8-202ea4face51-3b782c33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68c890b9-ede5-4d19-9b1a-106e1398c55b-f81aaa1e, #w-node-d7b254c7-f964-6ba3-143a-e30ca18aa454-f81aaa1e, #w-node-_6e03ee76-9650-23df-c46c-46ba56279aa9-ef25b3aa, #w-node-_6e03ee76-9650-23df-c46c-46ba56279aed-ef25b3aa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_538d4835-5510-e4a2-e855-a8ea08ceb751-2bac3e81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e8d60e1-5239-94b9-8d4d-680f7c104734-2bac3e81 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_423fba20-1774-3a12-c729-008e130b6e6d-ecbcb953 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4379fa7-af3c-4924-1849-a0085a441109-fcf15fdf, #w-node-f072cbdd-04ef-f86e-86ec-7966d5922235-3b782c33, #w-node-c2bc51a3-920f-bf3f-4ac8-202ea4face51-3b782c33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c92e9e8-16ef-5200-5dac-b38b262d8579-f81aaa1e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e03ee76-9650-23df-c46c-46ba56279aa9-ef25b3aa, #w-node-_6e03ee76-9650-23df-c46c-46ba56279aed-ef25b3aa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28100016-bc46-4033-6b63-dcbe3a004f65-2bac3e81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36db762b-6384-de89-9001-6d7127efa73c-ecbcb953, #w-node-_93805300-9bd2-ba50-b794-9b9e758c60cd-ecbcb953, #w-node-f072cbdd-04ef-f86e-86ec-7966d5922235-3b782c33, #w-node-c2bc51a3-920f-bf3f-4ac8-202ea4face51-3b782c33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Answer';
  src: url('../fonts/Answer.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg Cond';
  src: url('../fonts/Coolvetica-Rg-Cond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Hv Comp';
  src: url('../fonts/Coolvetica-Hv-Comp.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg It';
  src: url('../fonts/Coolvetica-Rg-It.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg';
  src: url('../fonts/Coolvetica-Rg.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg Cram';
  src: url('../fonts/Coolvetica-Rg-Cram.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}