.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #f7f7f7;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f2126;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2px;
}

h1 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  line-height: 132%;
  font-weight: 700;
}

h2 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  line-height: 132%;
  font-weight: 700;
}

h3 {
  max-width: 720px;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 132%;
  font-weight: 500;
}

h4 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 134%;
  font-weight: 500;
}

h5 {
  max-width: 720px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.4px;
}

h6 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  max-width: 720px;
  margin-top: 5px;
  margin-bottom: 16px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #00bed5;
  text-decoration: none;
}

a:hover {
  color: #a2e7ef;
}

img {
  display: inline-block;
  max-width: none;
  margin-bottom: 0px;
}

figcaption {
  margin-top: 10px;
  color: #a3a3a9;
  text-align: center;
}

.section-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-name.sub {
  margin-bottom: 45px;
}

.heading-subtext {
  max-width: 620px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1f2126;
  text-align: center;
}

.heading-subtext.sub {
  font-size: 28px;
  font-weight: 700;
}

.heading-subtext.white {
  color: #fff;
}

.paragraph-light {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f2126;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-light.tab {
  font-size: 18px;
}

.paragraph-light.big {
  color: #354877;
  font-size: 18px;
}

.paragraph-light.big.green {
  color: #0bbe2c;
}

.paragraph-light.price {
  color: #1f2126;
}

.paragraph-light.footercopy {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 200;
}

.info {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.info.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(148deg, #f7f7f7 28%, #003d44);
}

.info.hero.sub {
  height: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 190, 213, 0.1)), color-stop(51%, #fff));
  background-image: linear-gradient(180deg, rgba(0, 190, 213, 0.1), #fff 51%);
}

.info.hero.hide {
  display: none;
}

.info.footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #fff;
}

.info.office-impressions {
  display: none;
  overflow: hidden;
}

.info.grey {
  background-color: #00bed5;
}

.info.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.info.featured-in.grey {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.info.price {
  display: block;
  background-color: #fff;
}

.info.steps {
  background-image: none;
}

.info.uberblick {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 190, 213, 0.03)), color-stop(22%, #fff));
  background-image: linear-gradient(180deg, rgba(0, 190, 213, 0.03), #fff 22%);
}

.info.felder {
  display: none;
  background-color: #fff;
}

.info.keys {
  display: none;
}

.info.location {
  display: none;
}

.info.reviews {
  background-color: #3a3a3c;
}

.info.matrix {
  display: none;
}

.info.topics {
  display: none;
}

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

.container._2-column-grid {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container._2-column-grid.alternating {
  margin-top: 100px;
}

.container._2-column-grid.support {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.container._2-column-grid.services {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.container.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container._3-column-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container._3-column-grid.check24 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.container._4-column-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f7f7;
  background-color: #7e7e7e;
  color: #fff;
}

.container.license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #00bed5;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 190, 213, 0.1), 0 10px 20px 0 rgba(31, 33, 38, 0.1);
  color: #f7f7f7;
}

.button.button-big {
  width: 240px;
  height: 60px;
  border-radius: 5px;
  line-height: 40px;
}

.button.button-big:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 190, 213, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
}

.button.button-big.margin-right {
  margin-left: 0px;
  border-radius: 5px;
}

.button.button-big.white {
  background-color: #fff;
  color: #00bed5;
}

.button.button-big.white.blue {
  margin-top: 60px;
  background-color: #00bed5;
  color: #fff;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button.button-quote {
  margin-top: -14px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

.button.button-grid {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.button.kontakt {
  margin-left: 183px;
}

.button.navkontakt {
  margin-left: 69px;
}

.button.submit {
  margin-top: 53px;
  margin-left: 0px;
}

.button.white {
  background-color: #f7f7f7;
  color: #00bed5;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #00bed5;
}

.circle.circle-big {
  width: 100px;
  height: 100px;
}

.circle.circle-big.no-margin {
  width: 80px;
  height: 80px;
  margin-right: 0px;
}

.circle.circle-big.no-margin.number {
  width: 50px;
  height: 50px;
}

.circle.sm {
  border-radius: 5px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  height: 120px;
  padding-top: 50px;
  border-bottom: 1px solid #a3a3a9;
  background-color: #fff;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 45px;
  margin-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.color {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  float: left;
  background-color: #1f2126;
}

.color.platinum {
  background-color: #a3a3a9;
}

.color.isabelline {
  background-color: #e3e3e8;
}

.color.gost-white {
  border: 1px solid #000;
  background-color: #f7f7f7;
}

.color.magic-potion {
  background-color: #ff4365;
}

.color.main-light {
  background-color: #a2e7ef;
}

.color.pale-aqua {
  background-color: #c2cae8;
}

.color.main {
  background-color: #00bed5;
}

.color.mikado-yellow {
  background-color: #ffc914;
}

.logo {
  width: 100px;
  height: 30px;
  margin-top: -4px;
  background-image: url('../images/logo-svg.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1f2126;
}

.nav-element:hover {
  color: #1f2126;
}

.nav-element.w--current {
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.navlink-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 2px;
  box-shadow: inset 0 2px 0 0 #000;
}

.nav-element-wrapper {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.blob-wrapper {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blob-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.outer-blob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Blob-Outer.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.inner-blob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Blob-Inner.svg');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

._2-col-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-hero {
  max-width: 680px;
  margin-top: 0px;
  color: #fff;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o {
  margin-left: -14px;
  color: #00bed5;
}

.h {
  color: #00bed5;
}

.m {
  margin-left: -14px;
  color: #00bed5;
}

.e {
  margin-left: -14px;
  color: #1f2126;
}

.l {
  color: #00bed5;
}

.i {
  margin-left: -14px;
  color: #00bed5;
}

.ee {
  margin-left: -14px;
  color: transparent;
}

.c {
  color: #00bed5;
}

.a {
  margin-left: -14px;
  color: #00bed5;
}

.r {
  margin-left: -14px;
  color: #00bed5;
}

.f {
  margin-left: -14px;
  color: #00bed5;
}

.phone-wrapper {
  position: relative;
  z-index: 1;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 33, 38, 0.8);
}

.video {
  width: 900px;
  height: 500px;
}

.video-close {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  cursor: pointer;
}

.play-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.play-icon-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #a3a3a9;
}

.play-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../images/play.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.play-button-outer-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #e3e3e8;
}

._3-col-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._4-column-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h5-footer {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.h5-footer.sub {
  max-width: none;
  margin-bottom: 10px;
  color: #1f2126;
  font-weight: 400;
}

.footer-link {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1f2126;
  font-size: 16px;
}

.footer-link:hover {
  color: #1f2126;
  font-size: 16px;
}

.footer-link.w--current {
  font-size: 16px;
}

.tab-link {
  margin-right: auto;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #a3a3a9;
  font-weight: 600;
}

.tab-link:hover {
  border-bottom: 2px solid #000;
  color: #1f2126;
}

.tab-link.w--current {
  margin-right: 30px;
  margin-left: 30px;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #1f2126;
}

.tab-link.last-child {
  margin-right: 30px;
  margin-left: 30px;
  padding: 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #a3a3a9;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-pane-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pre-header-green {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #00bed5;
}

.pre-header-green.tab {
  font-size: 20px;
}

.pre-header-green.big {
  font-size: 20px;
}

.tabs-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.customer-reviews {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-pagination {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
}

.review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-reviews {
  margin-top: 60px;
  margin-bottom: 40px;
}

.customer-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.customer-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.customer-name {
  margin-top: 0px;
  margin-bottom: 5px;
}

.next-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

.previous-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cta-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00bed5;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f7f7f7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.password-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-form-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(31, 33, 38, 0.5);
  color: #f7f7f7;
}

.password-form {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-input {
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px none #000;
  border-radius: 50px;
  color: #e3e3e8;
}

.password-background-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.factbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #f7f7f7;
  border-radius: 40px;
  background-color: transparent;
  text-align: center;
}

.team-member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 380px;
  margin-top: -60px;
  padding: 70px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #a2e7ef;
  text-align: center;
}

.team-member-position {
  margin-bottom: 20px;
  color: #a3a3a9;
}

.team-member-img {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}

.team-member-wrapper {
  text-align: center;
}

.office-impression-gallery {
  width: 8400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.office-img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 700px;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.office-img-wrapper._500px {
  width: 500px;
}

.office-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 400px;
  min-width: 700px;
}

.open-role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  min-height: 100px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #c2cae8;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #1f2126;
}

.open-role:hover {
  box-shadow: 0 15px 20px 0 rgba(194, 202, 232, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
  color: #1f2126;
}

.open-role-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.position {
  margin-top: 0px;
  margin-bottom: 5px;
}

.team {
  color: #a3a3a9;
}

.location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-wrapper.time {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.location-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.support-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #1f2126;
}

.support-topic:hover {
  background-color: rgba(0, 190, 213, 0.06);
  color: #1f2126;
}

.support-topic-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-topic-name {
  margin-top: 0px;
  font-size: 18px;
}

.license-link {
  margin-bottom: 10px;
}

.quotation-image {
  height: 120px;
}

.top-bar-mobile {
  z-index: 100;
  display: none;
  height: 120px;
  padding-top: 50px;
  border-bottom: 1px solid #a3a3a9;
}

.mobile-menu-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding-top: 16px;
  padding-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 80px;
  background-color: #00bed5;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-nav-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 299;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 450px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #00bed5;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-menu-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 300;
  display: none;
  width: 80px;
  height: 80px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-navlink {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #1f2126;
}

.mobile-navlink:hover {
  color: #1f2126;
}

.mobile-navlink.w--current {
  border-left: 2px solid #1f2126;
  font-weight: 700;
}

.insurance-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 33, 38, 0.9);
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
}

.infobar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insurance-product {
  margin-top: 0px;
  margin-bottom: 0px;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.indicator {
  width: 50px;
  height: 8px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #e3e3e8;
}

.indicator.active {
  background-color: #00bed5;
}

.slide-nav {
  display: none;
}

.navigation-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #00bed5;
  font-size: 18px;
}

.navigation-button.previous {
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #00bed5;
  border-radius: 10px;
  background-color: transparent;
  color: #00bed5;
}

.navigation-button.next {
  float: right;
  border-radius: 10px;
}

.form-slider {
  height: auto;
  background-color: transparent;
}

.form-block {
  position: relative;
  margin-bottom: 0px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  width: 45%;
  height: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  border-radius: 12px;
  background-color: #f7f7f7;
}

.input:focus {
  border-color: #1f2126;
  color: #1f2126;
}

.input.nachricht {
  width: 90%;
  height: 190px;
}

.input.adresse {
  width: 70%;
}

.input.hausnummer {
  width: 20%;
}

.select {
  width: 45%;
  height: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  border-radius: 12px;
  background-color: #f7f7f7;
}

.select:focus {
  border-color: #1f2126;
  color: #1f2126;
}

.textarea {
  min-height: 120px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  border-radius: 12px;
  background-color: transparent;
}

.textarea:focus {
  border-color: #1f2126;
  color: #1f2126;
}

.submit-button {
  z-index: 1000;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  float: right;
  border-radius: 10px;
  background-color: #00bed5;
}

.success-message {
  background-color: #e3e3e8;
}

.error-message {
  padding: 20px;
  background-color: #ff4365;
  color: #f7f7f7;
}

.modal-close {
  cursor: pointer;
}

.body {
  background-color: #fff;
}

.image {
  margin-top: -18px;
  background-color: transparent;
}

.heading {
  font-size: 35px;
}

.heading-2 {
  font-size: 35px;
}

.text-block {
  font-size: 34px;
}

.text-block-2 {
  color: #fff;
  font-size: 36px;
}

.typed-text {
  position: static;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 30%;
  width: auto;
  height: 60px;
  margin-top: -70px;
  margin-left: 93px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #00bed5;
  font-size: 56px;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.versicherung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 31px auto 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  margin-left: 31px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-3 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

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

.navbar-final {
  position: static;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  color: #00bed5;
  text-decoration: none;
}

.nav-link.current {
  color: #00bed5;
}

.container-2 {
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-5 {
  color: #fff;
}

.pricing-button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7540ee;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-button:hover {
  background-color: #7540ee;
  color: #fff;
}

.pricing-button.white {
  color: #fff;
}

.pricing-button.white:hover {
  background-color: #fff;
  color: #7540ee;
}

.pricing-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #1f2126;
  font-size: 16px;
  text-align: center;
}

.pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 3% 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.pricing-column-03 {
  width: 33.333333333333336%;
  padding: 10px;
}

.pricing-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 #ebecf0;
}

.pricing-card.purple {
  background-color: #7540ee;
}

.heading-6 {
  color: #20355a;
  font-size: 44px;
  text-align: center;
  letter-spacing: -0.6px;
}

.pricing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-wrap.wra {
  display: none;
}

.pricing-text {
  max-width: 560px;
  margin-bottom: 0px;
  color: #0a1f44;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-text.white {
  color: #fff;
}

.pricing {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 25px;
  line-height: 50px;
}

.pricing.white {
  color: #fff;
}

.pricing.sub {
  font-size: 15px;
}

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

.date.white {
  color: #fff;
}

.pricing-h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #00bed5;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-h3.white {
  color: #fff;
}

.pricing-details {
  max-width: 200px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  color: #b0b7c3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f2126;
  text-align: center;
}

.check {
  margin-right: 10px;
}

.pricing-check-wrap {
  margin-bottom: 35px;
}

.text-span {
  color: #7540ee;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-2 {
  padding-top: 26px;
  padding-left: 0px;
}

.pay-div {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr;
  grid-template-columns: 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-4 {
  min-width: 100%;
  margin: 17px 19px;
  padding-right: 31px;
  padding-left: 31px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  position: static;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  background-color: #fff;
}

.topbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #1f2126;
  font-size: 16px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.brand {
  display: block;
}

.main-wrapper {
  position: static;
}

.navbar-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 50px;
  padding-top: 0px;
  background-color: #fff;
}

.button-2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px 40px;
  border-radius: 3px;
  background-color: #0da9bb;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.button-2.cta {
  margin-left: 20px;
  padding: 6px 20px;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.nav-link-2 {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2:hover {
  box-shadow: inset 0 -5px 0 0 #fff;
  color: #fff;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.container-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 13px 40px;
  background-color: #fff;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-3 {
  position: absolute;
  left: 50%;
  top: -47px;
  right: 0%;
  bottom: 0%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.navlink:hover {
  color: #00bed5;
}

.navlink.w--current {
  border-bottom: 1px none #00bed5;
  color: #00bed5;
}

.navlink.w--current:hover {
  color: #00bed5;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
}

.brand-3 {
  margin-top: 3px;
}

.html-embed {
  width: 100%;
  margin-top: 54px;
}

.navbar-4 {
  position: absolute;
  left: 0%;
  top: 8%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sublink {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sublink:hover {
  color: #1f2126;
}

.container-7 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-6 {
  position: -webkit-sticky;
  position: sticky;
}

.contact {
  position: -webkit-sticky;
  position: sticky;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
}

.image-4 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-4 {
  margin-top: 10px;
  margin-left: 140px;
}

.kontaktformular {
  height: 80vh;
  background-color: #e3e3e8;
}

.contact-form {
  display: block;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 49px;
  padding: 0px 71px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.heading-7 {
  max-width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.formelement {
  height: 44px;
  margin-top: 0px;
  margin-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  background-color: transparent;
  color: #1f2126;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.formelement.nachricht {
  height: 170px;
  color: #1f2126;
  font-weight: 400;
}

.text-block-5 {
  margin-top: 9px;
  color: #00bed5;
  font-weight: 700;
}

.field-label {
  margin-left: 4px;
  color: #00bed5;
  font-size: 18px;
}

.dropdown {
  width: 100%;
}

.icon {
  color: #00bed5;
}

.dropdown-link {
  background-color: #f7f7f7;
  text-align: center;
}

.dropdown-link-2 {
  background-color: #f7f7f7;
  text-align: center;
}

.dropdown-link-3 {
  background-color: #f7f7f7;
  text-align: center;
}

.checkbox {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #00bed5;
  border-radius: 5px;
  background-color: transparent;
}

.checkbox-label {
  display: block;
  margin-top: 0px;
  margin-right: 41px;
  margin-left: 41px;
}

.paragraph-2 {
  max-width: 100%;
  margin-bottom: 73px;
  text-align: center;
}

.div-block-7 {
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 100%;
  height: 200px;
}

.heading-8 {
  font-size: 29px;
  text-align: left;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 190, 213, 0.04)), color-stop(41%, #fff));
  background-image: linear-gradient(180deg, rgba(0, 190, 213, 0.04), #fff 41%);
}

.grid {
  width: 1200px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid.grid2 {
  margin-top: 49px;
}

.heading-9 {
  font-size: 29px;
  text-align: center;
}

.lottie-animation-2 {
  height: 200px;
}

.image-5 {
  padding-left: 4px;
  text-align: center;
}

.div-block-8 {
  position: static;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-10 {
  margin-top: 0px;
}

.paragraph-3 {
  max-width: 100%;
}

.html-embed-3 {
  width: 100%;
  max-width: 100%;
}

.heading-white {
  color: #fff;
}

.sticky {
  position: fixed;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f7f7f7;
  color: #1f2126;
}

.heading-11 {
  margin-top: 10px;
  margin-left: 24px;
}

.button-3 {
  width: 240px;
  height: 60px;
  background-color: #f7f7f7;
  color: #00bed5;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-color: #a3a3a9;
  text-align: center;
}

.slide-nav-2 {
  padding-top: 0px;
}

.slide-2 {
  background-color: #e3e3e8;
}

.slide-nav-3 {
  background-color: #e3e3e8;
}

.slide-3 {
  height: auto;
  background-color: #e3e3e8;
}

.slide-4 {
  background-color: #e3e3e8;
}

.div-block-10 {
  background-color: #e3e3e8;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav-4 {
  padding-top: 30px;
  background-color: transparent;
}

.mask {
  background-color: transparent;
}

.image-20 {
  margin-top: 31px;
  padding-top: 14px;
  padding-bottom: 0px;
}

.paragraph-4 {
  margin-top: 39px;
  color: #f7f7f7;
  text-align: center;
}

.paragraph-4.name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}

.sub {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #00bed5;
  font-size: 16px;
}

.slide-5 {
  height: 400px;
  background-color: transparent;
}

.slider {
  height: 400px;
  background-color: rgba(31, 33, 38, 0.03);
}

.danke-nachricht {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #00bed5;
  color: #fff;
}

.paragraph-19 {
  margin-right: 46px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.image-21 {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-12 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    font-size: 16px;
  }

  .paragraph-light {
    font-size: 16px;
  }

  .info {
    padding-right: 30px;
    padding-left: 30px;
  }

  .info.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container._2-column-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container._2-column-grid.support {
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.brands {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container._3-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container._4-column-grid {
    padding-right: 30px;
    padding-left: 30px;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .container.bottom-bar {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.navkontakt {
    margin: 22px auto;
  }

  .navbar {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .blob-wrapper {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }

  .phone-wrapper {
    display: none;
  }

  .video {
    width: 600px;
    height: 400px;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .play-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .play-icon {
    width: 30px;
    height: 30px;
    margin-left: 6px;
  }

  .play-button-outer-ring {
    width: 80px;
    height: 80px;
  }

  .review-wrapper {
    max-width: 500px;
  }

  .cta-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .news-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quotation-image {
    height: 100px;
  }

  .top-bar-mobile {
    display: block;
    height: 100px;
    padding: 40px 30px;
    border-bottom-style: none;
  }

  .mobile-menu-wrapper {
    display: none;
  }

  .pricing-button {
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-column-03 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pricing-card {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-text {
    font-size: 14px;
  }

  .container-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand-2 {
    padding-left: 18px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .button-2.cta {
    margin-bottom: 35px;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .nav-link-2 {
    padding-top: 20px;
    text-align: center;
  }

  .nav-link-2:hover {
    box-shadow: none;
  }

  .nav-link-2.w--current {
    text-align: center;
  }

  .nav-menu-3 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-menu-4 {
    margin-bottom: 0px;
    background-color: rgba(31, 33, 38, 0.93);
  }

  .navlink {
    color: #f7f7f7;
    text-align: center;
  }

  .heading-8 {
    font-size: 26px;
  }

  .grid {
    width: auto;
    margin-right: 32px;
    margin-left: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .heading-9 {
    font-size: 26px;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    display: none;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
  }

  .image-16 {
    display: none;
  }

  .image-17 {
    display: none;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    display: none;
  }

  .menu-button-2 {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .section-name {
    margin-bottom: 60px;
  }

  .heading-subtext {
    font-size: 16px;
  }

  .info {
    padding: 80px 20px;
  }

  .info.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info.steps {
    background-image: none;
  }

  .info.uberblick {
    background-image: none;
  }

  .container._2-column-grid.alternating {
    margin-top: 60px;
  }

  .container._2-column-grid.support {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container._2-column-grid.services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container._3-column-grid {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container._4-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .container.bottom-bar {
    width: auto;
    margin-top: 80px;
  }

  .button {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }

  .button.button-big {
    width: 200px;
  }

  .circle.circle-big {
    width: 80px;
    height: 80px;
  }

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

  ._2-col-grid-element {
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px;
  }

  .button-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link {
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }

  .tab-link.last-child {
    margin-right: 11px;
    margin-left: 11px;
  }

  .tabs-menu {
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
  }

  .tab-pane-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-pagination {
    position: relative;
    top: 24%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-reviews {
    margin-top: 40px;
  }

  .next-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .previous-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quotation-image {
    position: absolute;
    left: 0%;
    top: -10%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: 0px;
  }

  .top-bar-mobile {
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-container {
    width: 360px;
  }

  .progress-bar {
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .indicator {
    margin-right: 10px;
  }

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

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

  .input-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .heading-2 {
    font-size: 33px;
    text-align: center;
  }

  .typed-text {
    margin-top: -57px;
    margin-left: 62px;
    font-size: 38px;
  }

  .background-video {
    height: auto;
  }

  .navbar-final {
    position: relative;
  }

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

  .pricing-column-03 {
    width: 100%;
    margin-bottom: 35px;
  }

  .pricing-wrap {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .pay-div {
    display: block;
  }

  .menu-icon {
    font-size: 30px;
  }

  .image-3 {
    display: none;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .section {
    padding-top: 10px;
    background-image: none;
  }

  .heading-9.freuen {
    margin-top: 20px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .text-block-6 {
    font-size: 20px;
    text-align: center;
  }

  .text-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  .section-name {
    margin-bottom: 50px;
    text-align: center;
  }

  .heading-subtext {
    font-size: 15px;
  }

  .heading-subtext.sub {
    font-size: 27px;
  }

  .paragraph-light {
    font-size: 15px;
  }

  .paragraph-light.big {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paragraph-light.footercopy {
    font-size: 10px;
  }

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

  .info.steps {
    background-image: none;
  }

  .info.reviews {
    height: 80vh;
  }

  .container._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container._2-column-grid.alternating {
    margin-top: 50px;
  }

  .container.brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .container._3-column-grid {
    grid-row-gap: 60px;
  }

  .container._4-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .container.bottom-bar {
    margin-top: 60px;
  }

  .button {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .button.button-big {
    width: 100%;
    height: 50px;
    line-height: 30px;
  }

  .button.button-big.margin-right {
    margin-right: 0px;
  }

  .button.submit {
    width: 260px;
    height: 60px;
    margin-top: 0px;
    font-size: 19px;
  }

  .color {
    margin-bottom: 10px;
  }

  .logo {
    width: 80px;
  }

  .h1-hero {
    max-width: 240px;
  }

  .button-wrapper {
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video {
    width: 320px;
    height: 240px;
  }

  ._4-column-grid-element {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    font-size: 16px;
  }

  .tab-link {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .tab-link.last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .tabs-menu {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .pre-header-green.big {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .tabs-grid-element {
    padding-right: 0px;
  }

  .review-pagination {
    top: 20%;
  }

  .cta-container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  .factbox {
    width: 200px;
    height: 200px;
  }

  .team-member {
    width: auto;
    height: auto;
  }

  .team-member-position {
    font-size: 15px;
  }

  .open-role-arrow {
    max-width: 40px;
  }

  .location-detail {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .support-topic {
    padding: 20px;
  }

  .support-topic-name {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .license-link {
    max-width: 260px;
  }

  .quotation-image {
    top: -5%;
    height: 60px;
  }

  .form-container {
    width: 320px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .navbar-final {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

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

  .nav-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-inner {
    width: 100vw;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .nav-menu-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .checkbox-label {
    margin-right: 0px;
    font-size: 15px;
  }

  .heading-8 {
    font-size: 23px;
  }

  .section {
    padding-top: 20px;
    background-image: none;
  }

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

  .heading-9 {
    margin-top: 20px;
    font-size: 23px;
  }

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

  .text-block-7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 16px;
  }
}

#w-node-_563daf87-ded4-c573-c9bf-6fc191c3211c-d0a37827 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6d5b4614-846b-e712-f55d-4d4042bb009b-d0a37827 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b6d69912-637f-7d77-0867-465b6f57ec85-d0a37827 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b6d69912-637f-7d77-0867-465b6f57ec8a-d0a37827 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b6d69912-637f-7d77-0867-465b6f57ec8f-d0a37827 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b6d69912-637f-7d77-0867-465b6f57ec94-d0a37827 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0de19df0-72aa-d7ea-f954-1839363c1192-d0a37827 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0de19df0-72aa-d7ea-f954-1839363c1199-d0a37827 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0de19df0-72aa-d7ea-f954-1839363c11a0-d0a37827 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0de19df0-72aa-d7ea-f954-1839363c11a7-d0a37827 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_0de19df0-72aa-d7ea-f954-1839363c11ae-d0a37827 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_0de19df0-72aa-d7ea-f954-1839363c11b5-d0a37827 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_1f91b54d-0bfd-c200-a8ec-7eb64f76d863-ace28c22 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ebba09b9-9c53-7033-e361-aeb1ace28c26-ace28c22 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ebba09b9-9c53-7033-e361-aeb1ace28c24-ace28c22 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ebba09b9-9c53-7033-e361-aeb1ace28c2d-ace28c22 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ebba09b9-9c53-7033-e361-aeb1ace28c36-ace28c22 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ebba09b9-9c53-7033-e361-aeb1ace28c3f-ace28c22 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f8e636fd-929f-5792-167c-c04ea26d7e50-ace28c22 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_166ac75a-7549-7b3d-11eb-6ab9cfaa4d91-ace28c22 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_4483f6e2-fe3e-2dc5-8366-c5bbca201d95-ace28c22 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d66b2c2a-e1a5-7282-1d73-790fd673c796-aea3782c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a4a9b199-7d77-1f3c-d8de-6ca56e750922-aea3782c {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d802cf57-3e92-901d-232d-818be0353c3a-aea3782c {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2b066e05-8f97-dcd1-34df-43a5be9a5339-13a37830 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3e4c3154-9a45-30dd-625b-29e728ee9e39-13a37830 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_05002ed5-f5c7-da39-3b25-4642a873fb86-13a37830 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-fc6f6508-3006-e8d8-dd85-12e627ad0bfe-13a37830 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_2ccecbac-8eb8-ea2f-9777-0044e0e84e02-13a37830 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_558433ef-ce6c-0ffe-c6f0-10e56aa20fb8-13a37830 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_83f136e7-3275-25cb-48f6-796846614001-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_83f136e7-3275-25cb-48f6-79684661400c-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f45fc37e-ff95-69c7-1ed0-e073826181a8-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f45fc37e-ff95-69c7-1ed0-e073826181bd-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ed5bac68-d126-8b9c-1557-742af60a42b4-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ed5bac68-d126-8b9c-1557-742af60a42c9-13a37830 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_57313de4-1873-94c5-740f-12b9ae38c017-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57313de4-1873-94c5-740f-12b9ae38c024-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_00c71776-bf0e-6887-df2d-28a116ac4514-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_00c71776-bf0e-6887-df2d-28a116ac452c-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_00c71776-bf0e-6887-df2d-28a116ac4536-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_00c71776-bf0e-6887-df2d-28a116ac4546-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_00c71776-bf0e-6887-df2d-28a116ac4551-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7f4e516f-8c05-2f68-f9bf-8b8c691f090d-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7f4e516f-8c05-2f68-f9bf-8b8c691f0918-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c87937-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c87943-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c87953-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c8795d-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c87966-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c87969-13a37830 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b5dc3e8d-92b9-1e95-e3f6-785cd9c87974-13a37830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_300f4516-d907-0e25-0115-722325b546ee-0da37833 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934f5-24a37835 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934fd-24a37835 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fe36ac27-d481-f91c-9ec6-54371316fabe-b5dcc32c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0f97fd8-7545-1d6a-f045-4bfe15ba657e-b5dcc32c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_243016b9-caff-8e45-c783-d67ba1965d8a-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8c2cf09d-39d8-9885-71e5-42fffd39ebb9-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-c46d9195-ff65-20b8-7488-3f7ad4364af2-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-ca601401-7633-15a3-1967-5fac7fdaa4df-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b24c8575-120f-44a0-dd97-2312744ccd56-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_3313efc4-bd6d-1676-5579-1c8d10e71abf-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd43e-b5dcc32c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd442-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd449-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd44e-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd454-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd45c-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd464-b5dcc32c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_66dd2a86-dc4b-178c-0e5a-775c189a9a3c-189a9a21 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934f5-3b894053 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934fd-3b894053 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934f5-b2cc726a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934fd-b2cc726a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934f5-2a782706 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_839eb24e-c967-5227-f96c-7030137934fd-2a782706 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0f97fd8-7545-1d6a-f045-4bfe15ba657e-d2db663e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_243016b9-caff-8e45-c783-d67ba1965d8a-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8c2cf09d-39d8-9885-71e5-42fffd39ebb9-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-c46d9195-ff65-20b8-7488-3f7ad4364af2-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-ca601401-7633-15a3-1967-5fac7fdaa4df-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b24c8575-120f-44a0-dd97-2312744ccd56-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_3313efc4-bd6d-1676-5579-1c8d10e71abf-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe05-d2db663e {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe0b-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe12-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe17-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe1d-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe25-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-b422d5c9-41a4-905b-b02c-6344f9edfe2d-d2db663e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d062f5eb-4452-1039-b172-7a5275dc9572-d2db663e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb0083-d0a37827 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb008b-d0a37827 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb0093-d0a37827 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb009b-d0a37827 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c117d-d0a37827 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c1184-d0a37827 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c118b-d0a37827 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c1192-d0a37827 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c1199-d0a37827 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c11a0-d0a37827 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c11a7-d0a37827 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c11ae-d0a37827 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0de19df0-72aa-d7ea-f954-1839363c11b5-d0a37827 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_1f91b54d-0bfd-c200-a8ec-7eb64f76d863-ace28c22 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c26-ace28c22 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c24-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c2d-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c36-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c3f-ace28c22 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f8e636fd-929f-5792-167c-c04ea26d7e50-ace28c22 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_18c81dde-07e2-3de9-1b15-c7a34f565eb7-13a37830 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_18c81dde-07e2-3de9-1b15-c7a34f565ebe-13a37830 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_18c81dde-07e2-3de9-1b15-c7a34f565ec5-13a37830 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2b066e05-8f97-dcd1-34df-43a5be9a5339-13a37830 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3e4c3154-9a45-30dd-625b-29e728ee9e39-13a37830 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_05002ed5-f5c7-da39-3b25-4642a873fb86-13a37830 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-fc6f6508-3006-e8d8-dd85-12e627ad0bfe-13a37830 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2ccecbac-8eb8-ea2f-9777-0044e0e84e02-13a37830 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_558433ef-ce6c-0ffe-c6f0-10e56aa20fb8-13a37830 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-e3de6fba-7dca-3962-3064-0e17c80528bb-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e3de6fba-7dca-3962-3064-0e17c80528c2-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-fe347d2f-8fb6-70a4-621c-e4525ee1beb1-0da37833 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cb3a8554-0f2c-765a-faf3-95a8d2a07837-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_201a6e76-b425-b9c2-b7b2-f961824e68f9-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0c441be1-6139-2f1f-146e-32447a9b8531-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-cc716b20-a12b-69ca-6c45-5f7e598e46bb-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_11be9533-3ce8-5000-8457-06db27034c1b-0da37833 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-fe347d2f-8fb6-70a4-621c-e4525ee1beb1-b5dcc32c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cb3a8554-0f2c-765a-faf3-95a8d2a07837-b5dcc32c {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_201a6e76-b425-b9c2-b7b2-f961824e68f9-b5dcc32c {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0c441be1-6139-2f1f-146e-32447a9b8531-b5dcc32c {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-cc716b20-a12b-69ca-6c45-5f7e598e46bb-b5dcc32c {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_11be9533-3ce8-5000-8457-06db27034c1b-b5dcc32c {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-fe347d2f-8fb6-70a4-621c-e4525ee1beb1-d2db663e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cb3a8554-0f2c-765a-faf3-95a8d2a07837-d2db663e {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_201a6e76-b425-b9c2-b7b2-f961824e68f9-d2db663e {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0c441be1-6139-2f1f-146e-32447a9b8531-d2db663e {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-cc716b20-a12b-69ca-6c45-5f7e598e46bb-d2db663e {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_11be9533-3ce8-5000-8457-06db27034c1b-d2db663e {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb009b-d0a37827 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb0083-d0a37827 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb008b-d0a37827 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb0093-d0a37827 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6d5b4614-846b-e712-f55d-4d4042bb009b-d0a37827 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_90c82d8b-7aff-fe28-aa89-480a4bad02e3-ace28c22 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1f91b54d-0bfd-c200-a8ec-7eb64f76d863-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c26-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c24-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c2d-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c36-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ebba09b9-9c53-7033-e361-aeb1ace28c3f-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-f8e636fd-929f-5792-167c-c04ea26d7e50-ace28c22 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eaa87070-16d9-a13f-d5a8-86c627ee9b1d-aea3782c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_974fa6da-be3a-55ca-e6c8-8cf2328c4047-aea3782c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d0f97fd8-7545-1d6a-f045-4bfe15ba657e-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-ca601401-7633-15a3-1967-5fac7fdaa4df-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-b24c8575-120f-44a0-dd97-2312744ccd56-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_3313efc4-bd6d-1676-5579-1c8d10e71abf-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd43e-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd454-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd45c-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_30736ff2-4688-aad1-b23e-9c28ccfdd464-b5dcc32c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_66dd2a86-dc4b-178c-0e5a-775c189a9a2c-189a9a21 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_66dd2a86-dc4b-178c-0e5a-775c189a9a30-189a9a21 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_66dd2a86-dc4b-178c-0e5a-775c189a9a34-189a9a21 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_66dd2a86-dc4b-178c-0e5a-775c189a9a38-189a9a21 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b422d5c9-41a4-905b-b02c-6344f9edfe05-d2db663e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-b422d5c9-41a4-905b-b02c-6344f9edfe1d-d2db663e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-b422d5c9-41a4-905b-b02c-6344f9edfe25-d2db663e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-b422d5c9-41a4-905b-b02c-6344f9edfe2d-d2db663e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-d062f5eb-4452-1039-b172-7a5275dc9562-d2db663e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d062f5eb-4452-1039-b172-7a5275dc9566-d2db663e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d062f5eb-4452-1039-b172-7a5275dc956a-d2db663e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d062f5eb-4452-1039-b172-7a5275dc956e-d2db663e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

