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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --paragraphs: #677583;
  --headings: #303643;
  --lines: #c4cbd7;
  --titles: #677583;
  --green: #84be56;
  --pure-black: black;
  --green-lighter: #94d163;
  --black-2: #1b1c1f;
  --hover: #1efa1e;
  --green-darker: #71a747;
  --green-3: #a5b1a7;
  --green-background: #d3dbd4;
  --green-text: #2b3b2d;
  --green-2: #c0cec2;
  --white: white;
  --hover-green: #3b503e;
  --bg: #edeff3;
  --blue-bg: #dce0e8;
  --red-2: #45e425;
  --red-3: #23f623;
  --red-4: #21ff1a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--paragraphs);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24.5px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald Custom, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 29px;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

h4 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

p {
  color: var(--paragraphs);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: var(--paragraphs);
  cursor: pointer;
  text-decoration: underline;
}

li {
  margin-bottom: 8px;
}

blockquote {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  text-align: center;
  background-image: url('../images/Quote-mark_1Quote-mark.png');
  background-position: 50% 27px;
  background-repeat: no-repeat;
  background-size: 31px;
  border-left: 1px #000;
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px 40px;
  font-size: 25px;
  font-style: italic;
  line-height: 42px;
  display: block;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 10.5px;
  line-height: 13px;
}

.content-wrapper {
  max-width: 1210px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-section-weird {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.content-section-weird.full-height {
  min-height: 80vh;
}

.pretitle {
  color: var(--titles);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald Custom, sans-serif;
  font-size: 15px;
}

.paragraph {
  font-family: Roboto, sans-serif;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.paragraph.small {
  font-size: 15px;
  line-height: 22px;
}

.button {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: var(--pure-black);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 16px 30px 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  transition: background-color .2s;
}

.button:hover {
  border-color: var(--green-lighter);
  background-color: var(--green-lighter);
}

.button.wide {
  width: 100%;
}

.bottom-border {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.medium {
  margin-bottom: 25px;
}

.bottom-border.mini {
  margin-bottom: 5px;
}

.bottom-border.checkbox {
  margin-bottom: 0;
}

.button-2 {
  background-color: var(--green);
  color: var(--black-2);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 55px;
  width: 170px;
  min-height: 43.5px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: var(--hover);
}

.navbar {
  background-color: var(--pure-black);
  height: 56.5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar--brand {
  color: #fff;
  align-items: center;
  height: 56.5px;
  margin-left: 3%;
  transition: opacity .2s;
  display: flex;
}

.navbar--brand:hover {
  opacity: .8;
}

.navbar--navlink {
  color: #fff;
  height: 56.5px;
  padding-top: 18px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 14px;
}

.navbar--navlink:hover {
  background-color: var(--black-2);
}

.navbar--navlink.w--current {
  color: var(--green-darker);
}

.navbar--navlink.navbar--navlink-green {
  background-color: var(--green);
  color: var(--pure-black);
}

.navbar--navlink.navbar--navlink-green:hover {
  background-color: var(--green-lighter);
}

.top-border {
  margin-top: 20px;
}

.top-border.large {
  margin-top: 30px;
}

.top-border.small {
  margin-top: 10px;
}

.title-white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald Custom, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.red-line {
  background-color: var(--green);
  min-width: 130px;
  height: 2px;
}

.center-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.subtitle-white {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
}

.heading-container {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  margin-bottom: 45px;
  position: relative;
}

.flex-header {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--lines);
  width: 32%;
  max-width: 340px;
  height: 1px;
}

.line.references--line {
  background-color: var(--green-3);
}

.heading-box {
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-line {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
  margin-top: 50px;
}

.full-line._4-less-border {
  margin-top: 25px;
  margin-bottom: 0;
}

.flex {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.notebook {
  border: 1px solid var(--lines);
  width: 91%;
  padding: 50px 35px;
  position: relative;
}

.notebook._2 {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.header-border {
  margin-right: 6%;
}

.header-border-flex {
  margin-right: 4%;
  display: flex;
}

.expand {
  flex: 1;
}

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

.left-border.medium {
  margin-right: 15px;
}

.header-flex-stretch {
  align-items: stretch;
  display: flex;
}

.center {
  text-align: center;
}

.inner-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.title-dark {
  color: var(--headings);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald Custom, sans-serif;
  font-size: 15px;
}

.title-dark.small {
  margin-bottom: 7px;
  font-size: 14px;
}

.text-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.mini-arrow {
  margin-left: 3px;
}

.column-50 {
  width: 50%;
  position: relative;
}

.column-50.center-flex {
  flex-wrap: wrap;
}

.column-50.teaser--image-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.content-section.references {
  background-color: var(--green-background);
}

.regular-title {
  color: #fff;
  font-size: 18px;
}

.regular-title.medium {
  color: var(--pure-black);
  font-size: 16px;
  font-weight: 500;
}

.text-dark {
  color: var(--headings);
}

.text-dark.large-bold {
  font-size: 18px;
  font-weight: 500;
}

.heading-border {
  margin-bottom: 30px;
}

.capital-letter {
  color: var(--headings);
  margin-right: 2px;
  font-size: 26px;
  position: relative;
  bottom: -4px;
}

.footer {
  background-color: #101010;
}

.footer--top {
  background-color: var(--pure-black);
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer--flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.footer--logo {
  height: 100%;
}

.footer--link {
  color: #fff;
  margin-left: 30px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer--link:hover {
  text-decoration: underline;
}

.footer--bottom {
  background-color: var(--pure-black);
}

.footer--box {
  padding-top: 17px;
  padding-bottom: 17px;
}

.footer--text {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.subpage-hero {
  background-image: linear-gradient(to right, var(--black-2), var(--headings));
  width: 100%;
  padding-top: 160px;
  overflow: hidden;
}

.subpage-hero.custom-4685 {
  background-image: linear-gradient(#0000, #0000), url('../images/seiltraining.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.h2-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald Custom, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.h2-title.references--title {
  color: var(--green-text);
}

.h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald Custom, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
}

.h4.machine--title {
  text-transform: none;
}

.link-white {
  color: #fff;
  line-height: 22px;
}

.h1-title.large {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 500;
  line-height: 49px;
}

.scroll-down {
  z-index: 10;
  background-color: var(--green);
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll-down.w--current {
  background-color: var(--green);
}

.inner-hero-text {
  margin-bottom: 90px;
}

.checkbox {
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.checkbox-2 {
  margin-top: 3px;
  margin-left: 0;
  margin-right: 9px;
}

.input-spacing {
  margin-bottom: 15px;
  padding-left: 28px;
  padding-right: 28px;
}

.input-spacing.checkbox {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  border-top: 1px solid #c4cbd7;
  border-bottom: 1px solid #c4cbd7;
  margin-bottom: 20px;
  margin-left: 28px;
  margin-right: 28px;
  padding: 9px 0;
  font-style: italic;
}

.form-spacing {
  padding: 20px 28px 10px;
}

.bg-white {
  background-color: #fff;
}

.bg-white.line-borders {
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  border-bottom: 1px solid #c4cbd7;
  border-left: 1px solid #c4cbd7;
  border-right: 1px solid #c4cbd7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 10px;
}

.display-none {
  display: none;
}

._2-intro-feature {
  border: 1px solid var(--lines);
  border-radius: 4px;
  width: 30%;
  max-width: 325px;
  min-height: 260px;
  padding: 30px 25px;
  position: relative;
}

.contact-item {
  border-bottom: 1px solid var(--lines);
  flex-direction: column;
  width: 90%;
  margin-bottom: 45px;
  padding-bottom: 15px;
  display: flex;
}

._6-form {
  width: 80%;
  min-width: 365px;
  max-width: 440px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.subheading, ._2-heading-box {
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer--nav {
  align-items: center;
  display: flex;
}

.hero--heading {
  color: var(--green-text);
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 60px;
}

.split-paragraph-green {
  color: var(--green-text);
  column-count: 2;
}

._60-column-hero {
  flex-direction: column;
  justify-content: flex-end;
  width: 59%;
  display: flex;
  position: relative;
}

._3-flex-center {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-tabs {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-tabs.custom-8546 {
  flex-wrap: nowrap;
}

.hero-tabs.custom-8546.hidden {
  display: none;
}

.tab {
  background-color: var(--green-2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 400px;
  height: 125px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab.border {
  color: #677583;
  margin-right: 25px;
}

.tab.hidden {
  display: none;
}

.title-green {
  color: var(--green-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald Custom, sans-serif;
  font-size: 15px;
}

.title-green.medium {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-small-green {
  color: var(--green-text);
  font-size: 14px;
  line-height: 18px;
}

.tab-column {
  width: 56%;
}

.large-border {
  margin-bottom: 180px;
}

.title-medium {
  text-transform: none;
  font-size: 17.5px;
}

._2-40-column {
  text-align: center;
  width: 40%;
  display: inline-block;
  position: relative;
}

.italicized {
  color: var(--green-text);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}

.h2-title-green {
  color: var(--green-text);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald Custom, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.green-line {
  background-color: var(--green-text);
  width: 65%;
  min-width: 130px;
  height: 2px;
}

.button-dark {
  border: 2px solid var(--green-text);
  background-color: var(--green-text);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 16px 30px 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  transition: background-color .2s;
}

.button-dark:hover {
  border: 2px solid var(--headings);
  color: var(--headings);
  background-color: #0000;
}

.button-dark.features--button {
  margin-top: 20px;
  margin-right: 20px;
  transition-property: all;
}

.button-dark.features--button:hover {
  border-color: var(--green-text);
  color: var(--green-text);
}

.button-light {
  border: 2px solid var(--green-text);
  color: var(--green-text);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 16px 30px 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  transition: background-color .2s;
}

.button-light:hover {
  background-color: var(--green-text);
  color: #fff;
}

.full-section-2 {
  background-color: var(--green-background);
  flex-wrap: wrap;
  display: flex;
}

._80-column {
  width: 80%;
}

._3-59-column {
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 65px;
  display: inline-block;
  overflow: hidden;
}

.paragraph-green {
  color: var(--green-text);
  font-family: Roboto, sans-serif;
}

.paragraph-green.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.text-medium-green {
  color: var(--green-text);
  font-weight: 500;
}

.grid-border {
  border-bottom: 1px solid var(--green-3);
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 5px;
  display: flex;
}

.grid-item {
  width: 50%;
  padding-right: 20px;
  position: relative;
}

.h3-title-green {
  color: var(--green-text);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald Custom, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
}

._3-feature-item {
  border: 1px solid var(--green-2);
  border-radius: 4px;
  width: 31%;
  margin-bottom: 35px;
  padding: 30px 2% 25px;
  display: flex;
}

._2-circular-icon {
  background-color: var(--green-background);
  border-radius: 50%;
  width: 47px;
  height: 47px;
}

._2-circular-icon._1 {
  background-image: url('../images/barra-con-pesas-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._2 {
  background-image: url('../images/reloj-inteligente-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
}

._2-circular-icon._3 {
  background-image: url('../images/tenis-de-mesa-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._4 {
  background-image: url('../images/pescado-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._5 {
  background-image: url('../images/zumo-recien-exprimido-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._6 {
  background-image: url('../images/cardiograma-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-flex-space {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-image-right {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._2-top-padding {
  padding-top: 16px;
}

.green-line-2 {
  background-color: var(--green);
  width: 130px;
  height: 2px;
}

.green-line-2._2-top-border {
  margin-top: 10px;
}

.green-line-2.machine--green-line {
  margin-top: 20px;
}

._2-header-flex {
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-3 {
  height: 100%;
}

.showcase.custom-image-17 {
  background-image: url('../images/laufbahn.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero {
  background-color: var(--green-background);
  width: 100%;
  padding-top: 140px;
  overflow: hidden;
}

.search {
  justify-content: center;
  display: flex;
}

.search-button {
  background-color: var(--green);
  min-width: 150px;
  height: 45px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s;
}

.search-button:hover {
  background-color: var(--hover);
}

.search-input {
  height: 45px;
  margin-right: 25px;
}

.search-result-item {
  margin-bottom: 15px;
}

.search-result-title {
  font-size: 17px;
  line-height: 27px;
}

._404-image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._4-success-message-2 {
  background-color: #fff;
  border: 1px solid #c4cbd7;
  border-top-style: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 464px;
  padding-top: 155px;
}

.form-title-2 {
  background-color: var(--green);
  text-align: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 17px 20px 15px;
}

._5-text-area-2 {
  border: 1px solid #c4cbd7;
  flex: 1;
  width: 100%;
  min-height: 85px;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-bottom: 0;
  padding-left: 20px;
  display: inline-block;
}

._5-text-area-2::placeholder {
  color: var(--paragraphs);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.form--textfield {
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0;
  background-repeat: repeat-y;
  background-size: 1px;
  border: 1px solid #c4cbd7;
  flex: 1;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  padding-left: 54px;
  line-height: 16px;
  display: inline-block;
}

.form--textfield::placeholder {
  color: var(--titles);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.form--textfield.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
}

.form--textfield.phone {
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 12px, 1px;
  margin-bottom: 0;
}

.form--textfield.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
  margin-right: 3%;
}

.hero--tabs-container {
  position: relative;
}

.machine {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 55px;
  padding-bottom: 55px;
  display: flex;
}

.machine--image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.machine--left {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.teaser--heading {
  font-family: Oswald Custom, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 58px;
}

.teaser--heading-box {
  align-items: center;
  width: 100%;
  display: flex;
}

.teaser--green-line {
  background-color: var(--green);
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  margin-left: 16px;
}

.teaser {
  padding-top: 100px;
  padding-bottom: 100px;
}

.teaser.teaser--top {
  padding-bottom: 60px;
}

.teaser.teaser--bottom {
  padding-top: 60px;
}

.columns {
  margin-left: -10px;
  margin-right: -10px;
}

.application--image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 60%;
}

.application--image._1 {
  background-image: url('../images/bakterien.jpg');
}

.application--image._4 {
  background-image: url('../images/Botique_Shopping.jpg');
}

.application--image._5 {
  background-image: url('../images/allergie.jpg');
}

.application--image._6 {
  background-image: url('../images/Sport_Geruch.jpg');
}

.application--image._3 {
  background-image: url('../images/Klassenzimmer.jpg');
}

.application--image._2 {
  background-image: url('../images/virus.jpg');
}

.application--image._7 {
  background-image: url('../images/physiotherapiebild.jpg');
}

.application--body {
  background-color: var(--white);
  margin-bottom: 20px;
  padding: 10px;
}

.accordion--item {
  margin-bottom: 10px;
}

.accordion--item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.accordion--item-content {
  overflow: hidden;
}

.accordion--chevron {
  color: var(--headings);
  width: 24px;
  height: 24px;
}

.accordion--heading {
  margin-bottom: 0;
}

.machine--text {
  margin-bottom: 20px;
}

.accordion--content-padding {
  padding-top: 10px;
  padding-bottom: 20px;
}

.machine--right {
  width: 62%;
}

.features {
  display: flex;
}

.features--image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/corona.1000.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  width: 40%;
  padding-top: 15%;
}

.features--image.featurs--image-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/virus_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.features--content {
  background-color: var(--green-background);
  width: 60%;
  padding: 60px;
}

.features--feature-heading {
  color: var(--green-text);
}

.features--feature {
  padding-bottom: 10px;
}

.green-line {
  width: 130px;
}

.features--text {
  color: var(--green-text);
  font-size: 14px;
  line-height: 18px;
}

.features--text p {
  color: var(--green-text);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
}

.paper {
  padding-left: 0;
  list-style-type: none;
}

.paper--heading {
  margin-bottom: 4px;
}

.paper--item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.paper--text {
  max-width: 700px;
}

.paper--right {
  text-align: right;
  flex: 1 0 auto;
}

.paper--left {
  flex: 0 auto;
  width: 100%;
}

.maps {
  margin-bottom: -8px;
}

.teaser--image.top {
  max-width: 60%;
}

.sr-only {
  display: none;
}

.banner {
  background-color: var(--green-text);
  padding-top: 20px;
  padding-bottom: 30px;
}

.banner.light {
  background-color: var(--hover-green);
}

.banner--heading, .banner--link {
  color: var(--green-background);
}

.banner--date {
  color: var(--green-background);
  font-weight: 300;
}

.banner--article.last {
  padding-bottom: 0;
}

.features--wrapper {
  margin-top: 60px;
  margin-bottom: 100px;
}

.references--item {
  flex-direction: column-reverse;
  height: 100%;
  padding-bottom: 15px;
  padding-right: 20px;
  display: flex;
}

.references--customer {
  color: #546156;
  padding-left: 10px;
}

.references--text {
  color: var(--green-text);
  font-size: 16px;
  line-height: 26px;
}

.references--subheading {
  color: var(--green-text);
}

.references--column {
  border-bottom: 1px solid var(--green-3);
  margin-bottom: 40px;
}

.references--list {
  flex-wrap: wrap;
  display: flex;
}

.location--centering {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .flex-header {
    flex-direction: column;
  }

  .heading-box {
    width: 54%;
    padding-top: 16px;
    padding-bottom: 7px;
  }

  .full-line._4-less-border {
    margin-bottom: 0;
  }

  .expand.mobile-top-border {
    margin-top: 20px;
  }

  .footer--logo {
    margin-bottom: 25px;
  }

  .footer--link {
    margin-left: 0;
    margin-right: 30px;
  }

  ._6-form {
    width: 90%;
    min-width: auto;
  }

  .subheading {
    width: 54%;
    padding-top: 15px;
  }

  ._2-heading-box {
    width: 54%;
  }

  ._60-column-hero {
    width: 100%;
  }

  ._3-flex-center {
    align-items: flex-end;
  }

  .tab.border {
    border-radius: 5px;
    margin-bottom: 40px;
  }

  .large-border {
    margin-top: 60px;
    margin-bottom: 200px;
  }

  ._2-40-column {
    width: 40%;
  }

  .green-line {
    width: 100%;
  }

  ._3-feature-item {
    flex-direction: column;
  }

  ._2-flex-space {
    align-items: stretch;
  }

  .navbar--burger-menu {
    color: #fff;
  }

  .navbar--menu {
    background-color: var(--pure-black);
    height: 100vh;
    overflow: auto;
  }

  .navbar--menu-button {
    background-color: var(--pure-black);
    height: 56.5px;
  }

  .navbar--menu-button.w--open {
    background-color: var(--pure-black);
  }

  .showcase.custom-image-17 {
    background-image: url('../images/williamstitt.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero {
    padding-top: 45px;
  }

  .machine {
    flex-direction: column;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .machine--left {
    width: 100%;
    margin-bottom: 20px;
  }

  .machine--right {
    width: 100%;
  }

  .features--image {
    display: none;
  }

  .features--content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .flex-header {
    flex-direction: column;
  }

  .heading-box {
    width: 74%;
  }

  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex._2 {
    flex-wrap: wrap-reverse;
  }

  .notebook._2 {
    padding-top: 0;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .column-50 {
    width: 100%;
  }

  .footer--flex {
    flex-direction: column;
  }

  .footer--link {
    margin-top: 16px;
    margin-bottom: 0;
  }

  ._2-intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }

  ._2-intro-feature.mobile-border {
    margin-bottom: 0;
  }

  ._6-form {
    margin-top: 45px;
  }

  ._2-heading-box {
    width: 64%;
  }

  .mobile-top-border {
    margin-top: 45px;
  }

  .footer--nav {
    flex-flow: wrap;
    align-items: flex-start;
  }

  ._60-column-hero {
    flex: 0 auto;
    width: 100%;
  }

  ._3-flex-center {
    flex-wrap: wrap-reverse;
  }

  .hero-tabs {
    position: relative;
  }

  .tab {
    border-radius: 5px;
  }

  .large-border {
    margin-bottom: 45px;
  }

  ._2-40-column {
    width: 100%;
    margin-right: 0;
  }

  .green-line {
    min-width: 100px;
  }

  .full-section-2 {
    flex-wrap: wrap;
  }

  ._3-59-column {
    flex: 0 auto;
    width: 100%;
  }

  .grid-item {
    width: 100%;
  }

  ._3-feature-item {
    width: 47%;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._3-feature-item.no-border {
    margin-bottom: 0;
  }

  .showcase.custom-image-17 {
    background-position: 50% 13%;
    min-height: 200px;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .teaser--green-line {
    display: none;
  }

  .paper--item {
    margin-bottom: 20px;
  }

  .paper--text {
    padding-right: 20px;
  }

  .teaser--image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    padding-bottom: 0;
  }

  .red-line {
    min-width: 100px;
  }

  .line, .heading-box {
    width: 100%;
  }

  .flex._2 {
    flex-wrap: wrap-reverse;
  }

  .notebook {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .notebook._2 {
    width: 100%;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer--logo {
    margin-bottom: 20px;
  }

  ._2-intro-feature, ._6-form {
    width: 100%;
  }

  .subheading {
    width: 94%;
  }

  ._2-heading-box {
    width: 100%;
  }

  .mobile-top-border {
    margin-top: 45px;
  }

  .footer--nav {
    flex-flow: column wrap;
  }

  .split-paragraph-green {
    column-count: 1;
  }

  .title-medium {
    font-size: 15px;
    line-height: 18px;
  }

  .button-dark.features--button {
    margin-bottom: 20px;
  }

  ._3-59-column {
    padding-left: 45px;
  }

  ._3-feature-item {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  ._3-feature-item.no-border {
    margin-bottom: 35px;
  }

  .green-line-2 {
    width: 100px;
    min-width: auto;
  }

  .form--textfield {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0%;
  }

  .form--textfield.phone {
    margin-bottom: 0;
    margin-left: 0%;
  }

  .hero--tabs-container {
    display: none;
  }

  .machine {
    padding-bottom: 40px;
  }

  .teaser--heading {
    font-size: 32px;
    line-height: 36px;
  }

  .paper--heading {
    margin-bottom: 10px;
  }

  .paper--item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .paper--text, .teaser--image {
    margin-bottom: 20px;
  }

  .banner--heading {
    font-size: 18px;
    line-height: 22px;
  }

  .banner--link {
    font-size: 14px;
  }

  .banner--date {
    font-size: 14px;
    line-height: 22px;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Custom';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Custom';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Custom';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Custom';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Custom';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Custom';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}