@font-face {
  font-family: 'Mathilde';
  src: url("../fonts/Mathilde.eot");
  src: url("../fonts/Mathilde.eot?#iefix") format("embedded-opentype"), url("../fonts/Mathilde.woff2") format("woff2"), url("../fonts/Mathilde.woff") format("woff"), url("../fonts/Mathilde.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #532046;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body:before, body:after {
  display: block;
  content: '';
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

body:before {
  background: url("../images/body-bg.jpg") no-repeat top center;
  background-size: cover;
}

body:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 32, 70, 0.21)), to(#532046));
  background-image: linear-gradient(180deg, rgba(83, 32, 70, 0.21) 0%, #532046 100%);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: none;
  text-align: center;
}

.btn:hover {
  cursor: pointer;
}

.btn-md {
  height: 54px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-lg {
  height: auto;
  min-height: 80px;
}

.btn-pink {
  color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  background-color: #d71d7a;
}

.btn-red {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #f00;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.btn-red p {
  display: block;
  width: 100%;
  margin: 0;
  color: inherit;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.btn-red span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
}

h2 {
  margin: 0 0 15px;
  color: #5e2750;
  font-size: 36px;
  font-weight: 300;
}

h3 {
  margin: 0 0 10px;
  color: #d71d7a;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  margin: 0 0 10px;
  color: rgba(94, 39, 80, 0.8);
  line-height: 19px;
}

.big {
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: rgba(94, 39, 80, 0.8);
  text-decoration: none;
}

strong {
  color: #4b1a3f;
  font-weight: 900;
}

.text-hand {
  font-family: 'Mathilde';
}

.bg-contrast {
  background-color: #873071;
  color: #fff;
}

.bg-contrast h1,
.bg-contrast h2,
.bg-contrast h3,
.bg-contrast p,
.bg-contrast a,
.bg-contrast strong {
  color: #fff;
}

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

.img-responsive {
  max-width: 100%;
}

.content-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  border: 25px solid #fff;
  position: relative;
  z-index: 1;
}

.scrolled header {
  height: 70px;
  background-color: #fff;
  top: 0;
}

.scrolled header:before {
  height: 0;
}

.scrolled nav .main-nav {
  padding: 5px 0 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1230px;
  margin: auto;
  height: 90px;
  padding: 15px 38px;
  background-color: transparent;
  position: fixed;
  top: 25px;
  right: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: background-color .28s, top .15s, height .28s;
  transition: background-color .28s, top .15s, height .28s;
}

header:before {
  display: block;
  content: '';
  max-width: 1280px;
  height: 25px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background-color .28s, height .5s;
  transition: background-color .28s, height .5s;
}

.logo {
  display: block;
  max-width: 268px;
}

.logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}

nav .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  -webkit-transition: all .28s;
  transition: all .28s;
}

nav .main-nav li {
  -webkit-transition: all .28s;
  transition: all .28s;
}

nav .main-nav li:not(:last-of-type) {
  margin-right: 10px;
}

nav .main-nav li.active {
  background-color: rgba(215, 29, 122, 0.45);
}

nav .main-nav li.active a {
  color: #fff;
}

nav .main-nav li.active a:after {
  color: rgba(255, 255, 255, 0.45);
}

nav .main-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  color: #5e2750;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all .28s;
  transition: all .28s;
  z-index: 1;
}

nav .main-nav li a:after {
  display: block;
  content: attr(data-label);
  color: rgba(215, 29, 122, 0.45);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3.69px;
  position: absolute;
  top: auto;
  left: 9px;
  bottom: 11px;
  z-index: -1;
}

.section-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 925px;
  padding-bottom: 9vh;
  text-align: center;
  border-bottom: 145px solid #873071;
  position: relative;
}

.section-hero .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.section-hero .hero-img:before, .section-hero .hero-img:after {
  display: block;
  content: '';
  position: absolute;
}

.section-hero .hero-img:before {
  display: block;
  content: '';
  background-image: linear-gradient(179deg, rgba(94, 39, 80, 0) 0%, #5e2750 100%);
  opacity: .56;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-hero .hero-img:after {
  width: 0;
  height: 0;
  border-left: calc(100vw - 50px) solid transparent;
  border-bottom: 13.5vw solid #873071;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-hero .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-hero .hero-content {
  position: relative;
}

.section-hero .hero-content h2 {
  margin: 0 0 10px;
}

.section-hero .hero-subcontent {
  display: block;
  width: 100%;
  max-width: 515px;
  padding: 38px 45px 32px;
  background-color: #fff;
  text-align: left;
  position: absolute;
  right: 100px;
  bottom: -45px;
}

.section-hero .hero-subcontent h3 {
  margin: 0 0 5px;
}

.section-hero .hero-subcontent .btn {
  position: absolute;
  right: 20px;
  bottom: -32px;
}

.section-hero h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 16.67px;
}

.section-hero h2 {
  margin: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 26.67px;
}

.section-hero .text-hand {
  margin: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

.section-content .section-title {
  display: inline-block;
  height: 295px;
  margin: 0 0 170px 9.25vw;
  padding: 40px 15px;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 5.14px;
  position: relative;
  z-index: 5;
}

.section-content .section-title:before {
  display: block;
  content: attr(data-label);
  color: rgba(215, 29, 122, 0.45);
  font-size: 400px;
  line-height: 270px;
  letter-spacing: 12.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.section-content .section-title span {
  display: inline-block;
  margin: 140px 0 0 240px;
  background-color: #873071;
}

.section-01 {
  padding-top: 65px;
}

.block-intro {
  padding: 0 20vw 120px 9.5vw;
  position: relative;
}

.block-intro .intro-content {
  max-width: 850px;
  padding: 5vw 16.1vw 4vw 5.5vw;
  background-color: #5e2750;
}

.block-intro .intro-content h2 {
  margin-bottom: 8px;
}

.block-intro .intro-content .big {
  margin-bottom: 20px;
}

.block-intro .intro-content .big:not(:last-of-type) {
  margin-bottom: 28px;
}

.block-intro .intro-img {
  display: block;
  position: absolute;
  top: -11.75vw;
  right: 0;
  left: calc(50% + 15.25vw);
}

.block-testimonials {
  padding: 40px 25px 75px;
  position: relative;
}

.block-testimonials .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-testimonials .section-bg:before,
.block-testimonials .section-bg:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
}

.block-testimonials .section-bg:before {
  background-image: linear-gradient(180deg, #872f70 0%, rgba(135, 47, 112, 0) 100%);
  top: 0;
  bottom: 50%;
  z-index: 1;
}

.block-testimonials .section-bg:after {
  background-image: linear-gradient(180deg, rgba(135, 47, 112, 0) 0%, #872f70 100%);
  top: 50%;
  bottom: 0;
}

.block-testimonials .section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .68;
}

.block-testimonials .testimonial-intro {
  padding: 0 25px;
}

.block-testimonials h2,
.block-testimonials .big {
  text-align: center;
}

.block-testimonials h2 {
  margin-bottom: 6px;
}

.block-testimonials .testimonials-content {
  margin: 0 -25px;
  position: relative;
  z-index: 5;
}

.testimonials-content h2,
.testimonials-content .big {
  max-width: 700px;
  margin: 0 auto;
}

.block-features {
  margin: 16vw auto 0;
  padding: 30px 20px 10px;
  background-color: #fff;
  color: #532046;
  position: relative;
}

.block-features:before,
.block-features:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.block-features:before {
  border-top-color: transparent;
  border-left: calc(100vw - 15px) solid transparent;
  border-bottom: 10vw solid #fff;
  bottom: 100%;
}

.block-features .feature-col {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
}

.block-features .feature-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 10px;
  background-color: #D71D7A;
  color: #fff;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  border: 4px solid #5E2750;
  border-radius: 50%;
}

.block-features .feature-col h4 {
  margin: 0 0 25px;
  font-size: 21px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.block-features .feature-col p {
  text-align: left;
  line-height: 21px;
  text-align: center;
}

.block-features p {
  color: inherit;
}

.section-01 .block-text {
  margin: 0 auto 5vw;
  padding: 0;
  text-align: right;
}

.section-01 .block-text-inner {
  display: inline-block;
  padding: 30px 30px 35px 30px;
  background-color: #532046;
  text-align: left;
}

.section-01 .block-text-inner h2,
.section-01 .block-text-inner .big {
  margin-bottom: 10px;
  text-align: left;
}

.section-01 .block-text-inner .btn {
  width: 100%;
  text-align: center;
}



.section-02 {
  padding-top: 115px;
  position: relative;
}

.section-02 .section-bg {
  position: absolute;
  top: 280px;
  right: 0;
  bottom: 700px;
  left: 0;
}

.section-02 .section-bg:before, .section-02 .section-bg:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}

.section-02 .section-bg:before {
  top: 0;
  height: 640px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#873071), to(rgba(135, 48, 113, 0)));
  background-image: linear-gradient(180deg, #873071 0%, rgba(135, 48, 113, 0) 100%);
}

.section-02 .section-bg:after {
  height: 865px;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 48, 113, 0)), to(#873071));
  background-image: linear-gradient(180deg, rgba(135, 48, 113, 0) 0%, #873071 100%);
}

.section-02 .section-bg ~ * {
  z-index: 5;
}

.section-02 .section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .62;
}

.section-02 .flower-overlay {
  width: 28vw;
  max-width: 420px;
  position: absolute;
  top: 134px;
  right: 0;
  z-index: 5;
}

.section-02 .content-block {
  padding: 0 100px;
  position: relative;
}

.section-02 .content-block h2 {
  margin-bottom: 0;
}

.section-02 .content-block .big {
  margin-bottom: 16px;
}

.section-02 .content-block-top {
  margin-bottom: 200px;
  padding-right: 33.5vw;
}

.section-02 .content-block-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 820px;
  padding: 100px 100px 235px 100px;
  position: relative;
}

.section-02 .content-block-bottom:before, .section-02 .content-block-bottom:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 26vw;
}

.section-02 .content-block-bottom:before {
  top: 0;
  background: url("../images/network-bg.svg") no-repeat top right -25px;
  background-size: contain;
}

.section-02 .content-block-bottom:after {
  top: 70px;
  background-image: -webkit-gradient(linear, left top, right top, from(#873071), to(rgba(135, 48, 113, 0)));
  background-image: linear-gradient(to right, #873071 0%, rgba(135, 48, 113, 0) 100%);
}

.section-02 .content-block-bottom .content-inner {
  max-width: 540px;
  position: static;
  z-index: 1;
}

.section-02 .content-block-bottom .content-inner:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 17.5vw solid transparent;
  border-left: calc(100vw - 50px) solid #fff;
}

.section-02 .content-block-bottom p {
  margin-bottom: 17px;
}

.video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  position: relative;
}

.video-block h2 {
  margin-bottom: 10px;
  line-height: 40px;
}

.video-block .video {
  display: block;
  width: 100%;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.video-block .text-content {
  padding-left: 6vw;
}

.section-03 {
  padding-top: 25px;
  padding-bottom: 310px;
  position: relative;
}

.section-03 .section-bg {
  height: 865px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-03 .section-bg:before, .section-03 .section-bg:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}

.section-03 .section-bg:before {
  height: 640px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.section-03 .section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-03 .section-title {
  margin: 0 0 40px 18vw;
}

.section-03 .section-title:before {
  color: rgba(215, 29, 122, 0.22);
}

.section-03 .section-title span {
  background-color: #fff;
}

.section-03 .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.section-03 .block-content h2 {
  margin: 0;
}

.section-03 .block-content p {
  margin-bottom: 18px;
}

.section-03 .block-content .big {
  margin-bottom: 10px;
}

.section-03 .block-content .text-content {
  width: 50%;
  padding-left: 7.75vw;
}

.section-03 .block-content .text-content + .text-content {
  padding-right: 7.75vw;
}

.section-03 .block-content .text-content > p:last-of-type {
  margin-bottom: 45px;
}

.block-text {
  padding: 30px 30px 10px 30px;
  font-size: 14px;
  line-height: 1;
}

.section-03 .block-text p {
  margin: 0;
}

.block-text .text-hand {
  display: block;
  font-size: 42px;
  line-height: 1;
  text-align: right;
}

.checkmark-list {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.checkmark-list li {
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}

.checkmark-list li:before {
  display: block;
  content: '';
  width: 27px;
  height: 27px;
  background: url("../images/icon-checkmark.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkmark-list li p {
  margin-bottom: 0 !important;
}

.section-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7.75vw 55px;
}

.section-contact .contact-wrapper {
  text-align: center;
}

.section-contact .contact-wrapper .contact-form {
  margin: -160px 0 75px;
  padding: 42px 3.8vw 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  position: relative;
}

.section-contact .contact-wrapper .contact-form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
  padding: 15px 25px;
  background-color: rgba(94, 39, 80, 0.1);
  color: #4b1a3f;
  font-size: 17px;
  font-weight: 400;
  font-family: inherit;
  border: 3px solid rgba(94, 39, 80, 0.15);
  border-radius: 0;
  -webkit-appearance: none;
}

.section-contact .contact-wrapper .contact-form .error {
  border-color: #f00 !important;
}

.section-contact .btn {
  width: 100%;
  max-width: 415px;
  padding: 21px 10px;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: auto;
}

.section-contact h2 {
  margin: 0;
}

.section-contact form {
  margin-bottom: 30px;
  padding-top: 25px;
}

.section-contact .offer-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 415px;
  margin: 0 auto 20px;
}

.section-contact .offer-terms img {
  margin-right: 18px;
}

.section-contact .offer-terms p {
  margin: 0;
  text-align: left;
}

.section-contact .checkmark-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% - 50.75vw);
  margin-top: 50px;
  padding-left: 7.5vw;
}

.form-error {
  display: block;
  margin-bottom: 20px;
  padding: 15px 25px;
  background-color: rgba(255, 0, 0, 0.15);
  font-size: 14px;
  color: #f00;
}

.form-error strong {
  color: inherit;
}

.form-error ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.form-error {
  display: none;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  z-index: 5;
}

footer p {
  margin: 0;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer-link {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer .footer-link:hover svg path {
  fill: #fff;
}

footer .footer-link svg path {
  -webkit-transition: all .28s;
  transition: all .28s;
}

.page-impressum .section-content {
  padding: 10px 25px;
}

.page-thank-you .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.page-thank-you .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  height: 100%;
  padding: 60px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-thank-you h2 {
  text-align: center;
}




#cookie {
  /*margin: auto;*/
  position: fixed;
  right: 15px;
  /*left: 15px;*/
  bottom: 15px;
  padding: 18px;
  background: #fff;
  max-width: calc(100vw - 45px);
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0,0,0,0.4);
}

#cookie-button {
  max-width: 220px;
  margin: 20px auto 0;
  padding: 8px 20px;
}


@media (min-width: 768px) {
  .block-features {
    padding: 30px 20px 170px;
  }

  .block-features:before {
    border-left-width: calc(100vw - 65px);
  }

  .block-features:after {
    border-top: 23.15vw solid #fff;
    border-bottom-color: transparent;
    border-left: calc(100vw - 65px) solid transparent;
    top: 100%;
  }

  .section-01 .block-text {
    margin: 0 auto;
    padding: 0 7.75vw;
    text-align: right;
    transform: translateY(-130px);
  }

  .block-text .block-text-inner {
    max-width: 610px;
  }


  #cookie {
    max-width: 530px;
    right: 30px;
    bottom: 15px;
    padding: 18px;
    padding-right: 160px;
  }

  #cookie-button {
    padding: 6px 20px;
    position: absolute;
    right: 18px;
    bottom: 18px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 15px 25px 15px 30px;
  }
  .logo {
    max-width: 250px;
  }
  nav .main-nav li:not(:last-of-type) {
    margin-right: 0;
  }
  nav .main-nav li a {
    padding: 15px;
    letter-spacing: 1.5px;
  }
  .section-hero h1 {
    font-size: 26px;
  }
  .section-hero h2 {
    font-size: 50px;
    letter-spacing: 19px;
  }
  .section-content .section-title span {
    margin-left: 235px;
    padding: 0 5px;
    font-size: 32px;
    letter-spacing: 4px;
  }
  .block-intro .intro-content {
    padding: 5vw 14vw 4vw 4.5vw;
  }
  .block-testimonials .testimonials .user-quote {
    padding: 30px 35px 25px 25px;
  }
  .section-02 .flower-overlay {
    top: 330px;
    max-width: 230px;
  }
  .section-02 .content-block-top {
    padding-right: 21vw;
  }
  .section-02 .content-block-bottom:before {
    background-position: right bottom;
  }
  .section-02 .content-block-bottom:after {
    top: 150px;
  }
  .section-02 .video-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-02 .video-block .text-content {
    margin-bottom: 15px;
    padding: 0;
  }
  .section-02 .video-block .video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-contact .checkmark-list {
    width: 100%;
    max-width: 415px;
    margin: 50px auto 0;
    padding: 0;
  }
  footer .footer-link {
    display: none;
  }
}

@media (min-width: 992px) {
  .block-features {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(7.75vw - 15px) 40px;
  }

  .block-features .feature-col {
    max-width: 330px;
    margin: 0 0 25px;
    padding: 0 15px;
  }

  .block-features .feature-col:first-child {
    transform: translateY(-4.8vw);
  }

  .block-features .feature-col:nth-of-type(2) {
    transform: translateY(-7.65vw);
  }

  .block-features .feature-col:last-child {
    transform: translateY(-10.7vw);
  }

  .block-features .feature-col p {
    text-align: left;
  }

  .block-features .feature-number {
    margin: 0 auto 10px;
  }

  .section-01 .block-text {
    transform: translateY(-50px);
  }
}


@media (min-width: 1280px) {
  .section-hero .hero-img:after {
    border-left-width: 1230px;
    border-bottom-width: 180px;
  }
  .section-content .section-title {
    margin: 0 0 170px 120px;
  }
  .section-01 .block-intro {
    padding: 0 100px 140px 120px;
  }
  .section-01 .block-intro .intro-content {
    padding: 65px 210px 50px 70px;
  }
  .section-01 .block-intro .intro-img {
    top: -150px;
    left: calc(50% + 195px);
  }

  .section-02 .content-block-top {
    max-width: 800px;
    padding-right: 0;
  }
  .section-02 .content-block-bottom .content-inner:after {
    border-top-width: 225px;
    border-left-width: 1230px;
  }
  .video-block {
    padding: 0 100px;
  }
  .video-block .video {
    width: 100%;
    max-width: 600px;
  }
  .video-block .text-content {
    padding-left: 80px;
  }
  .section-03 .section-title {
    /*margin: 0 0 40px 230px;*/
    margin-left: 230px;
  }
  .section-03 .block-content .text-content {
    padding-left: 100px;
  }
  .section-03 .block-content .text-content + .text-content {
    padding-right: 100px;
  }
  .section-contact {
    padding: 0 100px;
  }
  .section-contact .contact-wrapper .contact-form {
    padding: 42px 50px 30px;
  }
  .section-contact .checkmark-list {
    width: calc(100% - 650px);
    padding-left: 100px;
  }
}

@media (min-width: 1295px) {
  .block-features {
    margin-top: 205px;
    padding: 0 85px;
  }

  .block-features:before {
    border-bottom-width: 130px;
    border-left-width: 1230px;
  }

  .block-features:after {
    border-top-width: 300px;
    border-left-width: 1230px;
  }


  .block-features .feature-col:first-child {
    transform: translateY(-62px);
  }

  .block-features .feature-col:nth-child(2) {
    transform: translateY(-100px);
  }

  .block-features .feature-col:last-child {
    transform: translateY(-140px);
  }

  .section-01 .block-text {
    padding: 0 100px;
  }
}

@media (min-width: 1400px) {
  body {
    padding: 40px 0 70px;
  }
  header {
    top: 65px;
  }
  header:before {
    display: none;
    top: 40px;
    z-index: -1;
  }
  .page-thank-you .content-container {
    min-height: calc(100vh - 110px);
  }
}



@media (max-width: 767px) {
	body:before {
		display:none;
	}
  h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 33px;
  }
  .big {
    font-size: 17px;
    line-height: 23px;
  }
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-md {
    max-width: 325px;
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .content-container {
    border: none;
  }
  header {
    height: auto;
    padding: 15px 25px;
    position: absolute;
    top: 0;
  }
  header:before {
    display: none;
  }
  header nav {
    display: none;
  }
  .logo {
    max-width: none;
    height: 30px;
  }
  .logo img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .section-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0;
    border-bottom: none;
  }
  .section-hero .text-hand {
    font-size: 40px;
  }
  .section-hero .hero-img {
    height: 240px;
  }
  .section-hero .hero-img:after {
    display: none;
  }
  .section-hero .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 240px;
    padding: 50px 15px 20px;
  }
  .section-hero .hero-content h1 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 4.29px;
  }
  .section-hero .hero-content h2 {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 6px;
  }
  .section-hero .hero-subcontent {
    width: 100%;
    max-width: none;
    padding: 25px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
  }
  .section-hero .hero-subcontent .btn {
    width: 100%;
    margin-top: 15px;
    position: static;
  }
  .section-content .section-title {
    height: 120px;
    margin: 0 0 100px 15px;
    padding: 0;
  }
  .section-content .section-title:before {
    font-size: 150px;
    line-height: 115px;
    letter-spacing: 4.69px;
  }
  .section-content .section-title span {
    margin: 60px 0 0 60px;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 2.71px;
  }
  .section-01 {
    padding-top: 55px;
  }
  .section-01 .block-intro {
    margin-top: 125px;
    padding: 0 25px;
  }
  .section-01 .intro-content {
    padding: 35px 15px 20px;
  }
  .section-01 .intro-content h2 {
    margin-bottom: 0;
  }
  .section-01 .intro-content .big {
    margin-bottom: 15px;
  }
  .section-01 .intro-content .big:not(:last-of-type) {
    margin-bottom: 23px;
  }
  .section-01 .intro-img {
    height: 235px;
    width: 200px;
    top: auto;
    right: 40px;
    bottom: calc(100% - 20px);
    left: auto;
  }
  .section-01 .intro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .block-testimonials {
    padding: 55px 25px 20px;
  }
  .block-testimonials h2 {
    margin-bottom: 10px;
  }
  .block-testimonials .testimonials {
    padding-top: 20px;
  }
  .block-testimonials .testimonials li {
    display: block;
  }
  .block-testimonials .testimonials li:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .block-testimonials .testimonials .user-info {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .block-testimonials .testimonials .user-info img {
    margin: 0 auto 5px;
  }
  .block-testimonials .testimonials .user-quote {
    margin-top: 25px;
    padding: 21px 15px;
  }
  .block-testimonials .testimonials .user-quote:before {
    display: none;
  }
  .block-testimonials .testimonials .user-quote:after {
    width: 48px;
    height: 31px;
    top: -20px;
    left: 22px;
  }
  .block-testimonials .testimonials .user-quote p {
    margin-bottom: 5px;
  }
  .section-02 .section-title {
    margin: 0 0 50px 20px;
  }
  .section-02 .flower-overlay {
    display: none;
  }
  .section-02 .content-block {
    padding: 0 25px;
  }
  .section-02 .content-block .big {
    margin-bottom: 8px;
  }
  .section-02 .content-block-top {
    margin-bottom: 75px;
  }
  .section-02 .content-block-bottom {
    min-height: 0;
    padding-top: 45px;
    padding-bottom: 130px;
  }
  .section-02 .content-block-bottom:before, .section-02 .content-block-bottom:after {
    left: 0;
  }
  .section-02 .content-block-bottom:before {
    background-position: bottom center;
    background-size: cover;
  }
  .section-02 .content-block-bottom .content-inner:after {
    top: 100%;
    bottom: auto;
    border-left: calc(100vw - 15px) solid transparent;
    border-top: 22vw solid #873071;
  }
  .section-02 .video-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
  }
  .section-02 .video-block h2 {
    margin-bottom: 2px;
    line-height: 33px;
  }
  .section-02 .video-block .video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-02 .video-block .text-content {
    margin-bottom: 7px;
    padding: 0;
  }
  .section-03 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .section-03 .section-title {
    margin: 0 0 25px 20px;
  }
  .section-03 .section-bg {
    height: 305px;
  }
  .section-03 .section-bg:before {
    height: auto;
    top: 0;
    bottom: 78px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .section-03 .block-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
  }
  .section-03 .block-content .text-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .section-03 .block-content .text-content .big {
    margin-bottom: 5px;
  }
  .section-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .section-contact .contact-wrapper {
    margin: 0 auto 25px;
  }
  .section-contact .contact-wrapper .contact-form {
    margin: 0 auto 10px;
    padding: 30px 25px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-contact .contact-wrapper .contact-form .btn {
    position: static;
    padding: 10px 5px;
  }
  .section-contact .contact-wrapper .contact-form input {
    height: 54px;
    margin-bottom: 15px;
    padding: 10px 20px;
  }
  .section-contact .contact-wrapper form {
    margin-bottom: 18px;
    padding-top: 5px;
  }
  .section-contact .contact-wrapper .offer-terms {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  .section-contact .contact-wrapper .questions {
    padding: 0 25px;
    font-size: 13px;
  }
  .section-contact .checkmark-list {
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
  footer {
    height: auto;
    min-height: 60px;
    padding: 10px 25px;
    font-size: 13px;
  }
  footer .footer-link {
    display: none;
  }
}

@media (max-width: 340px) {
  .section-hero .hero-content h2 {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .section-contact .contact-wrapper .contact-form {
    padding: 30px 15px 20px;
  }
  .section-contact .contact-wrapper .btn {
    padding: 10px;
  }
}
