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

body {
  font-family: Hind, Arial, sans-serif;
  color: #3f4444;
  font-size: 18px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
}

a {
  text-decoration: none;
}

.hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -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;
  background-color: #fff;
}

.container {
  position: relative;
  max-width: 1140px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container.footer {
  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;
}

.container.hero__top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.cta__container {
  max-width: 640px;
}

.container.hero-container {
  max-width: 1200px;
}

.features__grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.cta-heading {
  color: #3f4444;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.h3.teaser-heading {
  margin-top: 5px;
  color: #f1efeb;
  line-height: 32px;
}

.features-grid__item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px;
}

.features-grid__icon.mr-1 {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.light {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f1efeb;
}

.contact {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0px;
  display: block;
  width: 100%;
  max-width: 1140px;
  min-height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 2.5em;
  background-color: transparent;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

.contact__inner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #e2dfd7;
  box-shadow: 0 4px 16px -5px rgba(0, 0, 0, 0.28), 0 2px 1px 0 rgba(0, 0, 0, 0.06);
}

.contact__image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.contact__information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 32px 24px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__information-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact__information-left.no-image {
  margin-left: 32px;
}

.contact__information-left.no-image.mr-1 {
  margin-right: 16px;
}

.mr-2 {
  margin-right: 32px;
}

.contact__information-column {
  margin-right: 32px;
}

.contact__information-column.logo {
  display: block;
  margin-right: 0px;
}

.contact__information-column.logo.hide {
  display: none;
}

.styleguide-color-swatch {
  min-height: 100px;
  background-color: #e3e5e5;
}

.styleguide-color-swatch.gray-dark-40 {
  background-color: #b2b4b4;
}

.styleguide-color-swatch.gray-dark-60 {
  background-color: #8c8f8f;
}

.styleguide-color-swatch.gray-dark-80 {
  background-color: #656969;
}

.styleguide-color-swatch.gray-dark-100 {
  background-color: #3f4444;
}

.styleguide-color-swatch.yellow-80 {
  background-color: #f5ba33;
}

.styleguide-color-swatch.yellow-20 {
  background-color: #fceecc;
}

.styleguide-color-swatch.yellow-100 {
  background-color: #f2a900;
}

.styleguide-color-swatch.yellow-60 {
  background-color: #f7cb66;
}

.styleguide-color-swatch.yellow-40 {
  background-color: #fadd99;
}

.styleguide-color-swatch.beige-20 {
  background-color: #f1efeb;
}

.styleguide-color-swatch.beige-40 {
  background-color: #e2dfd7;
}

.styleguide-color-swatch.beige-60 {
  background-color: #d4d0c4;
}

.styleguide-color-swatch.beige-80 {
  background-color: #c5c0b0;
}

.styleguide-color-swatch.beige-100 {
  background-color: #b7b09c;
}

.styleguide-colors {
  grid-auto-flow: column;
  grid-column-gap: 32px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

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

.section.dark {
  background-color: #3f4444;
}

.section.dark.pt-8 {
  padding-top: 8em;
}

.section.dark.pb-8 {
  padding-bottom: 8em;
}

.section.dark.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.light {
  background-color: #f1efeb;
  color: #3f4444;
}

.section.light.py-8 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.styleguide-typo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.hero__heading {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px hsla(0, 0%, 100%, 0.8);
}

.teaser-heading {
  margin-top: 0px;
  margin-bottom: 0em;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.table-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5;
}

.small.table-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 32px;
}

.content-heading {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}

.tiny {
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 12px;
}

.axis {
  margin-bottom: 0px;
  font-size: 11.5px;
  line-height: 22px;
}

.styleguide-typo-dark {
  padding: 2em;
  grid-auto-flow: column;
  grid-column-gap: 32px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #3f4444;
  color: #f1efeb;
}

.styleguide-typo-light {
  padding: 2em;
  grid-auto-flow: column;
  grid-column-gap: 32px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #f1efeb;
}

.styleguide-components {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.styleguide-components-light {
  display: block;
  padding: 32px;
  -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;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #f1efeb;
}

.styleguide-components-dark {
  display: block;
  padding: 32px;
  -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;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #3f4444;
  color: #f1efeb;
}

.button {
  padding-top: 12px;
  padding-bottom: 8px;
  border-radius: 8px;
  background-color: #f2a900;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #3f4444;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover {
  background-color: #f5ba33;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #202020;
}

.button.dork {
  background-color: #3f4444;
  color: #f1efeb;
}

.link {
  color: #f2a900;
  text-decoration: none;
}

.link.light {
  color: #f1efeb;
}

.link.dark {
  color: #3f4444;
}

.paragraph {
  margin-bottom: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.styleguide-divider {
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #3f4444;
  opacity: 0.15;
}

.styleguide-divider.light {
  background-color: #f1efeb;
}

.table-header {
  padding: 7px 16px 3px;
  background-color: #b7b09c;
  color: #3f4444;
}

.table-header.first {
  padding-top: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
}

.table-row.light {
  background-color: #fff;
  color: #3f4444;
}

.table-row.light.last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table-row.dark {
  background-color: #e2dfd7;
  color: #3f4444;
}

.table-row.dark.last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.contact__name {
  margin-top: 0px;
  margin-bottom: 0em;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.contact__title {
  margin-bottom: 0px;
  line-height: 20px;
  white-space: nowrap;
}

.styleguide-body {
  padding-top: 5em;
  padding-bottom: 5em;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  color: #3f4444;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col {
  padding: 0em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-spacer {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #3f4444;
  white-space: nowrap;
}

.contact__web-icon {
  width: 14px;
  margin-bottom: 4px;
  margin-left: 4px;
}

.hero__logo {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 180px;
}

.language-switch {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.imagecontainer {
  position: absolute;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: url('../images/bg.jpg');
  background-position: 57% 78%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.imagecontainer.v1 {
  background-image: none;
}

.imgslider {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/30.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imgslider.slide-1 {
  background-image: url('../images/00.jpg');
}

.imgslider.slide-2 {
  background-image: url('../images/30_1.jpg');
}

.imgslider.slide-3 {
  background-image: url('../images/40.jpg');
}

.imgslider.slide-4 {
  background-image: url('../images/50.jpg');
}

.imgslider.slide-5 {
  background-image: url('../images/100.jpg');
  background-position: 50% 50%;
  background-size: auto 110100%;
  background-attachment: scroll;
}

.imgslider.slide-5.hide {
  background-position: 50% 50%;
  background-size: auto 100%;
}

.slidercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.sliderpath {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12px;
  -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: #b2b4b4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 68, 68, 0.1)), to(#b2b4b4));
  background-image: linear-gradient(180deg, rgba(63, 68, 68, 0.1), #b2b4b4);
  cursor: pointer;
}

.sliderpathtext {
  min-width: 38px;
  margin-right: 15px;
  font-size: 10px;
  line-height: 1.25;
  text-align: right;
}

.sliderhook {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 44px;
  -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: 3px;
  background-color: #3f4444;
  cursor: -webkit-grab;
  cursor: grab;
}

.sliderhole {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-top: 27px;
  -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;
}

.sliderhole.first {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sliderhole.last {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sliderholestroke {
  width: 1px;
  height: 32px;
  background-color: #3f4444;
}

.silderholetext {
  width: 100%;
  margin-top: 8px;
  font-size: 11px;
  text-align: center;
}

.sliderholestrokeminor {
  width: 1px;
  height: 22px;
  background-color: #656969;
  color: #f1efeb;
}

.hero__top {
  margin-top: 3rem;
}

.hero__center {
  position: relative;
  margin-bottom: 80px;
}

.hero__lead {
  max-width: 32ch;
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-shadow: 0 0 15px hsla(0, 0%, 100%, 0.8);
}

.hero__bottom {
  margin-bottom: 96px;
}

.sliderpathtextmobile {
  display: none;
  margin-right: 15px;
  font-size: 10px;
  line-height: 1.25;
  text-align: right;
}

.contact__image {
  max-height: 95px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact__web {
  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;
  color: #3f4444;
}

.contact__phone-text {
  white-space: nowrap;
}

.contact__logo {
  max-height: 40px;
  max-width: 200px;
}

.subscript {
  position: relative;
  top: 3px;
  font-size: 11px;
}

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

.hero__heading-wrapper.hero__heading-wrapper--alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.chameleon-logo {
  max-width: 5.3em;
  margin-right: 1em;
}

@media screen and (max-width: 991px) {
  .hero {
    position: relative;
    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;
  }

  .features__grid {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact {
    display: block;
  }

  .contact__inner {
    padding-left: 24px;
  }

  .contact__inner.long-name {
    padding-left: 16px;
  }

  .contact__image-wrapper {
    display: none;
    margin-right: 20px;
    background-position: 50% 50%;
  }

  .contact__information {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
  }

  .contact__information-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact__information-left.no-image {
    margin-left: 0px;
  }

  .contact__information-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact__information-column {
    margin-right: 24px;
  }

  .contact__information-column.text.long-name {
    margin-right: 16px;
  }

  .hero__heading {
    font-size: 6.5vw;
  }

  .button {
    white-space: nowrap;
  }

  .contact__name {
    font-size: 20px;
    line-height: 20px;
  }

  .contact__title {
    font-size: 14px;
    line-height: 14px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__phone {
    font-size: 14px;
    line-height: 16px;
  }

  .contact__web-icon {
    width: 12px;
  }

  .imagecontainer.v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .imgslider {
    background-position: 50% 100%;
  }

  .imgslider.slide-1 {
    background-image: url('../images/00.jpg');
  }

  .imgslider.slide-3 {
    background-position: 50% 100%;
  }

  .slidercontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sliderpathtext {
    display: none;
  }

  .hero__lead {
    max-width: 40vw;
    font-size: 2vw;
  }

  .hero__bottom {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .sliderpathtextmobile {
    display: block;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .hide-xs {
    display: none;
  }

  .contact__web {
    font-size: 14px;
    line-height: 16px;
  }

  .contact__logo {
    max-height: 35px;
  }

  .chameleon-logo {
    max-width: 4em;
  }
}

@media screen and (max-width: 767px) {
  .container.footer {
    -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;
  }

  .container.hero__top-container {
    padding-bottom: 3rem;
  }

  .features__grid {
    grid-column-gap: 2rem;
  }

  .cta-heading.light {
    font-size: 28px;
    line-height: 36px;
  }

  .h3.teaser-heading {
    font-size: 28px;
    line-height: 28px;
  }

  .features-grid__icon.mr-1 {
    width: 46px;
  }

  .contact {
    padding: 0em;
    -webkit-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
  }

  .contact__inner {
    border-radius: 0px;
  }

  .contact__image-wrapper {
    display: none;
  }

  .contact__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contact__information-left {
    -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;
  }

  .contact__information-column.text {
    margin-bottom: 16px;
  }

  .contact__information-column.logo {
    position: absolute;
    left: auto;
    top: 16px;
    right: 32px;
    bottom: auto;
  }

  .section.dark.pt-8 {
    padding-top: 4em;
  }

  .section.dark.pb-8 {
    padding-right: 1em;
    padding-bottom: 4em;
    padding-left: 1em;
  }

  .section.light.py-8 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero__heading {
    font-size: 56px;
    line-height: 56px;
  }

  .lead {
    font-size: 20px;
    line-height: 28px;
  }

  .contact__name {
    padding-bottom: 4px;
  }

  .contact__phone {
    margin-bottom: 2px;
  }

  .hero__logo {
    width: 145px;
  }

  .imgslider.slide-3 {
    background-position: 50% 100%;
  }

  .hero__lead {
    max-width: 40ch;
    font-size: 20px;
    line-height: 28px;
  }

  .hero__bottom {
    margin-bottom: 3rem;
  }

  .chameleon-logo {
    max-width: 4.6em;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    text-align: center;
  }

  .hero {
    background-color: #fbf6f3;
  }

  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .container.hero__top-container {
    padding-bottom: 0rem;
  }

  .container.hero-container {
    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;
  }

  .features__grid {
    grid-column-gap: 2rem;
  }

  .cta-heading.light {
    font-size: 24px;
    line-height: 32px;
  }

  .h3 {
    text-align: center;
  }

  .features-grid__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-grid__icon.mr-1 {
    margin-bottom: 0.75em;
  }

  .contact {
    z-index: 2;
    display: block;
    -webkit-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
  }

  .contact__inner {
    padding-left: 0px;
  }

  .contact__information {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact__information.long-name {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact__information-left.no-image.mr-1 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact__information-button.long-name {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contact__information-column.logo {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 16px;
  }

  .section.dark.pt-8 {
    padding-top: 3em;
  }

  .section.dark.pb-8 {
    padding-bottom: 3em;
  }

  .section.light.py-8 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hero__heading {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .lead {
    font-size: 18px;
    line-height: 26px;
  }

  .small.table-text {
    margin-top: 4px;
    line-height: 16px;
    text-align: left;
  }

  .small.light.mb-05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .link {
    white-space: nowrap;
  }

  .hero__logo {
    width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .language-switch {
    font-size: 14px;
    line-height: 14px;
  }

  .imagecontainer {
    background-position: 57% 78%;
    background-size: 340%;
  }

  .imagecontainer.v1 {
    top: -8vh;
  }

  .imgslider {
    background-position: 50% 50%;
    background-size: cover;
  }

  .imgslider.slide-3 {
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  .hero__top {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

  .hero__center {
    margin-top: -12vh;
    margin-bottom: 0px;
    padding-top: 0.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__lead {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .hero__bottom {
    position: relative;
    bottom: 110px;
  }

  .hide-xs {
    display: none;
  }

  .nowrap {
    white-space: nowrap;
  }

  .hero__heading-wrapper {
    -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;
  }

  .hero__heading-wrapper.hero__heading-wrapper--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chameleon-logo {
    max-width: 4em;
    margin-bottom: 1em;
  }
}

@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-v11-latin-700.woff2') format('woff2'), url('../fonts/hind-v11-latin-700.eot') format('embedded-opentype'), url('../fonts/hind-v11-latin-700.woff') format('woff'), url('../fonts/hind-v11-latin-700.ttf') format('truetype'), url('../fonts/hind-v11-latin-700.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind';
  src: url('../fonts/hind-v11-latin-regular.woff2') format('woff2'), url('../fonts/hind-v11-latin-regular.eot') format('embedded-opentype'), url('../fonts/hind-v11-latin-regular.woff') format('woff'), url('../fonts/hind-v11-latin-regular.ttf') format('truetype'), url('../fonts/hind-v11-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}