@font-face {
  font-family: Myriadpro;
  src: url('../fonts/myriadpro-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/matter-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/matter-lightitalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/matter-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Canela;
  src: url('../fonts/canela-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Canela;
  src: url('../fonts/canela-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --white-smoke: #f1f1f3;
  --burlywood: #e1b788;
  --black: #09090a;
}

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 80px;
}

h2 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gayathri, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Gayathri, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

a {
  color: var(--burlywood);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.section {
  background-color: #09090a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16vh;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.full-width-slider {
  background-color: var(--black);
  height: 700px;
  position: relative;
}

.section.split {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 700px;
  min-height: 85vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.split.highlights {
  height: auto;
  display: flex;
}

.section.split.upp {
  margin-top: -2px;
}

.section.hero-section {
  background-color: var(--black);
  flex-flow: row;
  align-items: flex-start;
  height: 100vh;
}

.section.above-lifestyle {
  height: 80vh;
  min-height: auto;
  max-height: 700px;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.section.life-style {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 16vh;
  overflow: visible;
}

.section.form {
  background-color: var(--burlywood);
  perspective: 843px;
  transform: perspective(1118px);
}

.section.transform-perspective {
  perspective: 804px;
  transform: perspective(1137px);
}

.section.transform-perspective.color3 {
  background-color: #000;
}

.section.transform-perspective.color2 {
  background-image: linear-gradient(#09090a 24%, #000 47%);
}

.section.licensing {
  min-height: 100vh;
  max-height: none;
}

.text-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 575px;
  display: flex;
  position: relative;
}

.text-wrap.neighborhood {
  opacity: 1;
  background-color: #09090acc;
  border-radius: 2px;
  padding: 40px;
}

.text-wrap.vid {
  width: 90%;
}

.text-wrap.larger {
  width: 70%;
}

.video-lightbox-link {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.video-lightbox-link:hover {
  text-decoration: none;
}

.white-text {
  color: #fff;
}

.play-circle {
  border: .07em solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .35s;
  display: flex;
}

.play-circle:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  padding: 9px 4vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--burlywood);
  text-decoration: none;
}

.nav-link.last {
  margin-right: 10px;
}

.div-block {
  background-color: var(--burlywood);
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  transform: rotate(45deg);
}

.div-block.hero {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.full-width-slider {
  background-color: #0000;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-image {
  background-color: #09090a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-image._4 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.slide-nav {
  margin-bottom: 16px;
  font-size: 12px;
}

.slide-nav._2 {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 40px;
  display: block;
}

._35-percent {
  background-color: var(--burlywood);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 40px;
  display: flex;
  position: relative;
}

.slider {
  height: auto;
  position: absolute;
  inset: 0%;
}

.slider-wrap {
  height: 100%;
  display: flex;
}

.slider-image-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.half-slider-image {
  background-image: url('../images/background-sketchfarm-suedtirol2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.half-slider-image._2 {
  background-image: url('../images/ralph-ravi-kayden-fqqiavjejto-unsplash.png');
}

.half-slider-image._3 {
  background-image: url('../images/ralph-ravi-kayden-myeongcibcq-unsplash.png');
}

.half-slider-image.slide-2 {
  background-image: url('../images/sketchfarm-suedtirol-raumskizzen.jpg');
  background-repeat: no-repeat;
}

.half-slider-image.slide-2.slide-image-1 {
  background-image: url('../images/sketchfarm-suedtirol-raumskizzen.jpg');
}

.half-slider-image.slide-2.slide-image-2 {
  background-image: url('../images/raumskizzen-hotel-und-apartment-suedtirol.jpg');
}

.half-slider-image.slide-2.slide-image-3 {
  background-image: url('../images/zimmerskizzen-fr-apartment-hotel.jpg');
}

.highlights-image-wrap {
  background-image: url('../images/ricardo-gomez-angel-ai0jvje-rki-unsplash.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  overflow: hidden;
}

.highlight-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 14px;
  display: flex;
}

.highlight {
  color: var(--white-smoke);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 20px;
}

.small-div {
  background-color: var(--burlywood);
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

._30px-div {
  width: 100%;
  height: 30px;
}

.form-block {
  z-index: 2;
  width: 700px;
  position: relative;
}

.field-label {
  color: var(--black);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.field-label.white-text {
  color: #fff;
}

.field-label.distance {
  margin-bottom: 10px;
  margin-left: 10px;
}

.text-field {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  font-size: 24px;
}

.text-field:focus {
  border-color: var(--black);
}

.text-field.color-boarder {
  border-color: var(--burlywood);
  color: #fff;
}

.text-field.color-boarder:active {
  border-color: var(--burlywood);
}

.text-field.color-boarder:focus {
  border-color: var(--burlywood);
  background-color: #383838;
}

.field-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.field-wrap.vertical {
  flex-flow: column;
}

._50-percent {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

._100-percent {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button {
  border: 2px solid var(--white-smoke);
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.button:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-decoration: none;
}

.button.submit {
  border-color: var(--black);
  color: var(--black);
  align-self: center;
  margin-top: 40px;
}

.button.submit:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.button.submit-form-2 {
  align-self: center;
  margin-top: 40px;
}

.form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  border-top: 1px solid #f1f1f34d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 80px;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
  position: relative;
}

.footer._2 {
  border-top-style: none;
  padding: 15px 0 0;
}

.footer._1 {
  flex-flow: column;
}

.stencil {
  position: absolute;
  inset: -171px auto auto -192px;
}

.stencil._1 {
  z-index: 2;
  inset: auto auto 34px -470px;
}

.stencil._2 {
  z-index: 2;
  inset: auto -940px -203px auto;
}

.stencil._3 {
  inset: auto auto -308px -534px;
}

.stencil._4 {
  inset: -13px -522px auto auto;
}

.stencil._5 {
  inset: -383px auto auto -579px;
}

.stencil._6 {
  inset: auto -502px -260px auto;
}

.play {
  margin-left: 3px;
}

.play-film {
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 16px;
}

.lifestyle-image-wrap-1 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  inset: -9.2em auto auto 1.3em;
  overflow: hidden;
}

.lifestyle-image-1 {
  background-image: url('../images/sketchfarm-suedtirol-raumskizzen.png');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.lifestyle-image-wrap-2 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -8.3em 4.1em auto auto;
  overflow: hidden;
}

.lifestyle-image-2 {
  background-image: url('../images/rendering-suedtirol-sketchfarm.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lifestyle-image-wrap-3 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  inset: auto auto -6.6em 3.8em;
  overflow: hidden;
}

.lifestyle-image-3 {
  background-image: url('../images/render-skizze-suedtirol.png');
  background-position: 30%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lifestyle-image-wrap-4 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto .5em -8.2em auto;
  overflow: hidden;
}

.lifestyle-image-4 {
  background-image: url('../images/hausskizze-sdtirol.png');
  background-position: 50% 80%;
  background-size: cover;
  position: absolute;
  inset: 0% 0;
}

.popup-form {
  z-index: 10000;
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.close {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 25px 60px 25px 40px;
  display: flex;
}

.close-line {
  background-color: #e9ecf5;
  width: 2px;
  height: 40px;
  transform: translate(0, -6px)rotate(45deg);
}

.close-line.line-2 {
  transform: translate(0, -6px)rotate(-45deg);
}

.success-message {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-top: 20px;
  font-size: 24px;
}

.hamburger-wrap {
  display: none;
}

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

.slider-text-block {
  z-index: 1;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60%;
  margin: 25% -142px 0 8vw;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 20px 12px #0000000f;
}

.slider-text-block.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80%;
  margin-top: 13%;
  margin-left: -242px;
  margin-right: 8vw;
  display: flex;
  inset: 0% auto auto 0%;
}

.neighborhood-background-video {
  z-index: 2;
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.copyrights {
  color: #fdfdfd;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.copyrights-link {
  color: #fdfdfd;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.copyrights-link:hover {
  color: var(--burlywood);
}

.text-block-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.hero-video-contain {
  border: 3px none var(--burlywood);
  perspective: 608px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 3vw;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: perspective(1098px);
}

.hero-video-wrap {
  z-index: 1;
  border: 3px solid var(--burlywood);
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 90%;
  max-height: 700px;
  display: none;
  position: relative;
  top: 30.2%;
  bottom: 0;
  left: .9em;
  overflow: hidden;
  transform: rotateX(-11deg)rotateY(-14deg)rotateZ(6deg);
}

.hero-background-video {
  z-index: 2;
  opacity: 1;
  width: 150%;
  height: 130%;
  display: none;
  position: absolute;
  inset: -148px 0% 0 -116px;
  transform: rotate(-11deg);
}

.hero-title-contain {
  width: 45%;
  max-width: 500px;
  margin-left: 8vw;
  position: relative;
}

.hero-paragraph {
  text-align: left;
  max-width: 475px;
}

.hero-div-wrap {
  display: flex;
}

.hero-stencil {
  z-index: 1;
  border: 3px solid var(--burlywood);
  transform-style: preserve-3d;
  border-radius: 0;
  width: 350px;
  height: 200px;
  position: absolute;
  inset: 336px auto auto -62px;
  overflow: hidden;
  transform: rotateX(0)rotateY(10deg)rotateZ(77deg);
}

.div-block-home {
  z-index: 0;
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 200px;
  height: 300px;
  left: 4px;
  transform: rotateX(9deg)rotateY(17deg)rotateZ(-6deg);
}

.div-block-home-2 {
  border-bottom-left-radius: 150px;
  width: 450px;
  height: 400px;
  top: 9.9em;
  left: 1.1em;
}

.div-block-home-3 {
  border-bottom-left-radius: 0;
}

.hero-stencill {
  width: 500px;
  height: 450px;
  left: auto;
}

.hero-stencill._2 {
  transform-style: preserve-3d;
  transform: rotateX(-45deg)rotateY(0)rotateZ(0)rotateX(9deg)rotateY(17deg)rotateZ(-6deg);
}

.social-media-links {
  display: flex;
  position: static;
}

.social-media-link {
  color: #fdfdfd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.social-media-link:hover {
  color: var(--burlywood);
}

.social-media-link.w--current {
  color: #d19b52;
  text-decoration: line-through;
}

.color {
  background-color: #f2f4f4;
  border: 1px solid #7f96913d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.color._09090a {
  background-color: var(--black);
  border-color: #f1f1f333;
}

.color.f1f1f3 {
  background-color: var(--white-smoke);
  color: #364c4c;
}

.color.e1b788 {
  background-color: var(--burlywood);
  border: 1px #00000024;
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

._20px-div {
  width: 100%;
  height: 20px;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin: 20px 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.color-heading {
  color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.style-block {
  border: 1px solid var(--burlywood);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  min-width: 80%;
  margin: 24px 8vw;
  padding: 45px;
}

.color-hex {
  color: var(--burlywood);
  font-weight: 400;
}

.colors-contain {
  border-bottom: 1px #9b9b9b4d;
  border-right: 1px #9b9b9b4d;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.heading-wrap {
  margin-left: 8vw;
  margin-right: 8vw;
}

.div-block-image-licensing {
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-paragraph {
  color: var(--burlywood);
}

.popup-form-conatin {
  z-index: 200000000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-form-conatin.form2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 55px;
  display: none;
  overflow: auto;
}

.brand {
  max-width: 300px;
}

.brand.w--current {
  max-width: 180px;
}

.heading {
  font-size: 3.5em;
}

.image {
  z-index: 10;
  max-width: 600px;
  display: inline-block;
  position: relative;
}

.img_skizze {
  width: 80%;
  max-width: none;
}

.image-2 {
  transform: rotate(180deg);
}

.list {
  color: var(--white-smoke);
  font-family: Gayathri, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text {
  font-weight: 500;
}

.div-block-2 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.div_2colu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img_sketch2 {
  z-index: 1;
  max-height: 700px;
  padding-left: 50px;
  padding-right: 180px;
  position: relative;
}

.slider-text-block2 {
  z-index: 1;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60%;
  margin: 25% 8vw 0 -142px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 20px 12px #0000000f;
}

.slider-text-block2.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80%;
  margin-top: 13%;
  margin-left: -242px;
  margin-right: 8vw;
  display: flex;
  inset: 0% auto auto 0%;
}

.img_sketch {
  z-index: 1;
  max-height: 700px;
  padding-left: 180px;
  padding-right: 50px;
  position: relative;
}

.half-slider-image-2 {
  background-image: url('../images/background-sketchfarm-suedtirol2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.half-slider-image-2._2 {
  background-image: url('../images/ralph-ravi-kayden-fqqiavjejto-unsplash.png');
}

.half-slider-image-2._3 {
  background-image: url('../images/ralph-ravi-kayden-myeongcibcq-unsplash.png');
}

.half-slider-image-2.slide-2 {
  background-image: url('../images/hutomo-abrianto-x5bwooeo4cw-unsplash.png');
}

.half-slider-image-2.slide-2.slide-image-2 {
  background-image: url('../images/sidekix-media-_ak42tqrycw-unsplash.png');
}

.background-video {
  aspect-ratio: 16 / 9;
  margin-top: 50px;
}

.img_arrow {
  width: 30px;
}

.img_arrow.left {
  transform: rotate(180deg);
}

._30-percent {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div_3colum._1, .div_3colum._2, .div_3colum._3, .div_3colum._4 {
  display: none;
}

._10-percent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 60px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.img-plus {
  cursor: pointer;
  width: 25px;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Gayathri, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 20px;
}

.link {
  color: var(--white-smoke);
}

.link.black {
  color: var(--burlywood);
}

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

.div_footer {
  justify-content: space-around;
  padding: 30px 80px;
  display: flex;
}

.div_footerx {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
}

.heading-3 {
  margin-top: -15px;
}

.heading-3.h3footer {
  font-size: 14px;
}

.image-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link-2 {
  width: 90%;
}

.error-message {
  margin-top: 30px;
}

.div_3colum2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
}

.div_3colum2._1 {
  display: flex;
}

.div_3colum2._2, .div_3colum2._3, .div_3colum2._4 {
  display: none;
}

._30-percent-copy {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

._10-percent-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 60px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-field2 {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  font-size: 24px;
}

.text-field2:focus {
  border-color: var(--black);
}

.text-field2.color-boarder {
  border-color: var(--burlywood);
  color: #fff;
}

.text-field2.color-boarder:active {
  border-color: var(--burlywood);
}

.text-field2.color-boarder:focus {
  border-color: var(--burlywood);
  background-color: #383838;
}

.text-field22 {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  font-size: 24px;
}

.text-field22:focus {
  border-color: var(--black);
}

.text-field22.color-boarder {
  border-color: var(--burlywood);
  color: #fff;
}

.text-field22.color-boarder:active {
  border-color: var(--burlywood);
}

.text-field22.color-boarder:focus {
  border-color: var(--burlywood);
  background-color: #383838;
}

.text-field222 {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  font-size: 24px;
}

.text-field222:focus {
  border-color: var(--black);
}

.text-field222.color-boarder {
  border-color: var(--burlywood);
  color: #fff;
}

.text-field222.color-boarder:active {
  border-color: var(--burlywood);
}

.text-field222.color-boarder:focus {
  border-color: var(--burlywood);
  background-color: #383838;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: var(--white-smoke);
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .text-wrap {
    width: 675px;
  }

  .image {
    max-width: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .text-wrap {
    width: 950px;
  }

  .hero-stencill {
    left: 9.4em;
  }

  .image {
    max-width: 750px;
  }
}

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

  .section {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .section.full-width-slider {
    height: 500px;
    margin-top: -1px;
  }

  .section.split {
    height: auto;
    min-height: auto;
  }

  .section.split.aus {
    display: none;
  }

  .section.hero-section {
    flex-flow: column;
    height: auto;
    padding-top: 16vh;
  }

  .section.above-lifestyle {
    height: auto;
    max-height: none;
    padding-bottom: 25vh;
  }

  .section.life-style {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .section.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .section.transform-perspective {
    padding-top: 5vh;
  }

  .navbar {
    padding-right: 12px;
  }

  .nav-link.last {
    margin-right: 23px;
  }

  .div-block.hero {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    width: 100%;
    padding: 24px;
  }

  ._35-percent.mobile {
    order: 2;
    min-height: 450px;
  }

  .slider {
    width: 100%;
    position: relative;
  }

  .slider-wrap {
    flex-flow: column;
    height: auto;
  }

  .slider-image-wrap {
    flex: 0 auto;
    order: 1;
    height: 500px;
    padding: 2vw 4vw;
    overflow: visible;
  }

  .slider-image-wrap.mobileheight {
    flex: 0 auto;
    height: 500px;
    padding: 0;
  }

  .slider-image-wrap.aufzahlung {
    height: auto;
    padding: 3vw;
  }

  .half-slider-image.slide-2.slide-image-1, .half-slider-image.slide-2.slide-image-2 {
    width: 100%;
    position: relative;
  }

  .button {
    margin-top: 18px;
  }

  .footer {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stencil._1 {
    max-width: 50%;
    bottom: -50px;
    left: -326px;
  }

  .stencil._2 {
    max-width: 90%;
    bottom: 282px;
    right: -628px;
  }

  .stencil._3 {
    max-width: 70%;
    bottom: -343px;
    left: -410px;
  }

  .stencil._4 {
    max-width: 70%;
    top: -253px;
    right: -416px;
  }

  .stencil._5 {
    max-width: 80%;
    top: -304px;
    left: -492px;
  }

  .stencil._6 {
    max-width: 80%;
    bottom: -251px;
    right: -333px;
  }

  .lifestyle-image-wrap-1 {
    width: 300px;
    height: 300px;
    top: -7.5em;
    left: 1em;
  }

  .lifestyle-image-wrap-2 {
    width: 230px;
    height: 230px;
    top: -4.9em;
    right: 1.6em;
  }

  .lifestyle-image-wrap-3 {
    width: 250px;
    height: 250px;
    bottom: -3.3em;
    left: 1.4em;
  }

  .lifestyle-image-wrap-4 {
    opacity: 1;
    width: 300px;
    height: 300px;
    bottom: -5.2em;
    right: 1.7em;
  }

  .lifestyle-image-4 {
    opacity: 1;
    background-position: 50% 80%;
  }

  .popup-form {
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-menu {
    background-color: var(--black);
    border-top: 1px solid #f1f1f31a;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-wrap {
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 27px;
    display: block;
  }

  .hamburger-line {
    background-color: #fff;
    width: 35px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .hamburger-line-2 {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
  }

  .hamburger-line-3 {
    background-color: #fff;
    width: 35px;
    height: 2px;
    padding: 0;
  }

  .slider-text-block {
    margin-top: 0%;
    margin-left: 5vw;
    margin-right: 5vw;
    position: relative;
  }

  .slider-text-block.highlights {
    margin-top: 16%;
  }

  .copyrights {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .hero-video-contain {
    z-index: 2;
    width: 100%;
    margin-top: 102px;
    position: relative;
  }

  .hero-video-wrap {
    height: 400px;
    left: 0;
    transform: rotateX(3deg)rotateY(-14deg)rotateZ(3deg);
  }

  .hero-background-video {
    top: -48px;
    left: -143px;
    transform: rotate(-3deg);
  }

  .hero-title-contain {
    width: 100%;
    max-width: 650px;
    margin-left: 5vw;
  }

  .hero-paragraph {
    max-width: none;
  }

  .div-block-home {
    width: 300px;
    height: 200px;
    display: none;
    top: 10.6em;
    left: 2.5em;
  }

  .hero-stencill {
    width: 550px;
    height: 450px;
    display: block;
    left: auto;
  }

  .social-media-links {
    display: flex;
  }

  .button-wrapper {
    width: 40%;
  }

  .style-block, .heading-wrap {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .img_sketch2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-text-block2 {
    margin-top: 0%;
    margin-left: 5vw;
    margin-right: 5vw;
    position: relative;
  }

  .slider-text-block2.highlights {
    margin-top: 16%;
  }

  .img_sketch {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    width: 100%;
  }

  .lightbox-link {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    font-size: 64px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h3, h4, h5, h6 {
    text-align: center;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .section.split {
    flex-direction: column;
    min-height: auto;
  }

  .section.split.highlights {
    flex-direction: column-reverse;
  }

  .section.hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.above-lifestyle {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .section.life-style {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .section.form {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.transform-perspective {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-wrap {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-wrap.neighborhood {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-wrap.form-heading {
    margin-top: 0;
    position: static;
  }

  .div-block {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .full-width-slider {
    height: auto;
  }

  .slider-image {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-image._4 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .slide-nav._2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  ._35-percent {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    height: auto;
  }

  .slider-wrap {
    flex-direction: column;
  }

  .slider-image-wrap {
    height: auto;
  }

  .highlights-image-wrap {
    flex: 0 auto;
    height: 600px;
  }

  ._30px-div {
    height: 20px;
  }

  .form-block {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .field-wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }

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

  .button {
    margin-top: 24px;
  }

  .button.submit {
    margin-top: 10px;
  }

  .button.submit-form-2 {
    margin-top: 6px;
  }

  .form {
    padding-bottom: 0;
  }

  .footer {
    flex-direction: column-reverse;
    padding: 30px 40px 20px;
  }

  .stencil._1 {
    opacity: 1;
    inset: auto auto -8% -45%;
  }

  .stencil._2 {
    opacity: 1;
    inset: -27% -83% auto auto;
  }

  .stencil._3 {
    opacity: 1;
    inset: auto auto -34% -61%;
  }

  .stencil._4 {
    opacity: 1;
    inset: -16% -64% auto auto;
  }

  .stencil._5 {
    opacity: 1;
    inset: -64% auto auto -61%;
  }

  .stencil._6 {
    opacity: 1;
    inset: auto -70% -45% auto;
  }

  .lifestyle-image-wrap-1 {
    border-width: 3px;
    width: 200px;
    height: 200px;
    top: -5.6em;
    left: 1.4em;
  }

  .lifestyle-image-wrap-2 {
    border-width: 3px;
    width: 180px;
    height: 180px;
    top: -3.5em;
    right: 1.3em;
  }

  .lifestyle-image-wrap-3 {
    border-width: 3px;
    width: 180px;
    height: 180px;
    bottom: -2.7em;
    left: .9em;
  }

  .lifestyle-image-wrap-4 {
    border-width: 3px;
    width: 200px;
    height: 200px;
    bottom: -3.8em;
    right: 1.4em;
  }

  .lifestyle-image-4 {
    background-position: 50% 70%;
  }

  .popup-form {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .close-wrap {
    padding-right: 40px;
  }

  .nav-menu {
    padding-bottom: 20px;
  }

  .hamburger-line {
    height: 2px;
  }

  .slider-text-block {
    min-height: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slider-text-block.highlights {
    margin-top: 10%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .neighborhood-background-video {
    opacity: .7;
  }

  .copyrights {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .text-block-wrap {
    padding: 30px;
  }

  .hero-video-contain {
    margin-top: 45px;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .hero-title-contain {
    width: 90%;
    max-width: none;
    margin-left: 5vw;
    padding-right: 0;
  }

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

  .hero-div-wrap {
    justify-content: center;
  }

  .hero-stencill {
    width: 450px;
    height: 350px;
    top: 6em;
  }

  .social-media-links {
    display: flex;
  }

  .social-media-link {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0;
    font-size: 20px;
  }

  .button-wrapper {
    margin-right: 0;
  }

  .style-block {
    padding: 35px;
  }

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

  .utility-page-content {
    width: auto;
  }

  .popup-form-conatin {
    min-height: auto;
    padding-bottom: 0;
    display: none;
    overflow: auto;
  }

  .div-block-style-guide {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 100%;
  }

  .img_skizze {
    width: 80%;
  }

  .slider-text-block2 {
    min-height: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slider-text-block2.highlights {
    margin-top: 10%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  ._30-percent, ._10-percent {
    width: 100%;
    margin-bottom: 20px;
  }

  .mask {
    width: 100%;
  }

  ._30-percent-copy, ._10-percent-copy {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h6 {
    text-align: center;
  }

  .section.full-width-slider {
    height: 450px;
  }

  .section.split.highlights {
    min-height: 900px;
  }

  .section.above-lifestyle {
    padding-bottom: 120px;
  }

  .section.life-style {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .section.transform-perspective {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section.transform-perspective.color2 {
    padding-bottom: 80px;
  }

  .text-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .text-wrap.form-heading {
    margin-top: 84px;
  }

  .nav-link.last.w--current {
    margin-right: 0;
  }

  .full-width-slider {
    height: auto;
  }

  .left-arrow {
    justify-content: center;
    align-items: flex-start;
    padding-top: 150px;
  }

  .left-arrow.down {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .right-arrow {
    justify-content: center;
    align-items: flex-start;
    padding-top: 150px;
  }

  .right-arrow.down {
    justify-content: center;
    align-items: flex-end;
  }

  ._35-percent {
    flex: 1;
  }

  ._35-percent.mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-image-wrap {
    flex: 0 auto;
    height: 350px;
  }

  .slider-image-wrap.mobileheight {
    height: 250px;
  }

  .highlights-image-wrap {
    height: 600px;
  }

  .highlight {
    padding-left: 0;
    padding-right: 0;
  }

  ._30px-div {
    height: 20px;
  }

  .field-label {
    text-align: center;
  }

  .text-field {
    height: 50px;
  }

  ._50-percent {
    margin-bottom: 18px;
  }

  .button {
    margin-top: 20px;
  }

  .button.submit-form-2 {
    margin-top: 0;
  }

  .footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer._2 {
    padding-top: 30px;
  }

  .stencil._1 {
    max-width: 70%;
    inset: auto auto -17% -62%;
  }

  .stencil._2 {
    inset: -11% -66% auto auto;
  }

  .stencil._3 {
    inset: auto auto -10% -30%;
  }

  .stencil._4 {
    inset: -10% -48% auto auto;
  }

  .stencil._5 {
    inset: -23% auto auto -56%;
  }

  .stencil._6 {
    inset: auto -66% -15% auto;
  }

  .lifestyle-image-wrap-1 {
    width: 180px;
    height: 180px;
    top: -3.4em;
    left: .9em;
  }

  .lifestyle-image-wrap-2 {
    width: 150px;
    height: 150px;
    top: -2.5em;
    right: .9em;
  }

  .lifestyle-image-wrap-3 {
    width: 150px;
    height: 150px;
    bottom: -2.1em;
    left: .7em;
  }

  .lifestyle-image-3 {
    background-position: 10%;
  }

  .lifestyle-image-wrap-4 {
    width: 180px;
    height: 180px;
    bottom: -2.5em;
    right: .9em;
  }

  .popup-form {
    z-index: 200000000;
    padding-top: 95px;
    padding-bottom: 0;
    display: flex;
  }

  .close-wrap {
    padding: 20px 29px 12px 30px;
  }

  .nav-menu {
    border-top: 1px solid #f1f1f333;
    padding-top: 8px;
    padding-bottom: 30px;
  }

  .hamburger-line {
    height: 2px;
  }

  .dark-text {
    font-size: 16px;
  }

  .dark-text.tit {
    font-size: 30px;
  }

  .slider-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-text-block.highlights {
    min-height: auto;
    margin-top: 16%;
  }

  .copyrights {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .text-block-wrap {
    padding: 30px 10px;
  }

  .no-bottom-margin {
    font-size: 28px;
  }

  .hero-video-contain {
    order: 2;
    margin-top: 60px;
  }

  .hero-background-video {
    left: -89px;
  }

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

  .hero-stencill {
    width: 320px;
    height: 260px;
    top: 5em;
  }

  .logo {
    max-width: 90%;
  }

  .social-media-links {
    margin-bottom: 20px;
    display: flex;
  }

  .social-media-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .color-wrapper {
    width: 50%;
  }

  .style-block {
    padding: 20px 9px;
  }

  .colors-contain {
    justify-content: center;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-form-conatin {
    padding-bottom: 40px;
  }

  .popup-form-conatin.form2 {
    display: none;
  }

  .heading {
    font-size: 2.5em;
  }

  .img_skizze {
    width: 95%;
  }

  .list {
    font-size: 16px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .slider-text-block2 {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-text-block2.highlights {
    min-height: auto;
    margin-top: 16%;
  }

  .background-video {
    height: 263px;
  }

  .img_arrow {
    margin-top: -35px;
  }

  ._30-percent {
    margin-bottom: 18px;
  }

  .div_3colum {
    flex-flow: column;
  }

  ._10-percent {
    margin-bottom: 18px;
  }

  .paragraph, .paragraph-2 {
    font-size: 16px;
  }

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

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

  .div_3colum2 {
    flex-flow: column;
  }

  ._30-percent-copy, ._10-percent-copy {
    margin-bottom: 18px;
  }

  .text-field2, .text-field22, .text-field222 {
    height: 50px;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/myriadpro-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/matter-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/matter-lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/matter-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/canela-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/canela-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}