.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: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maleah, sans-serif;
  color: #446474;
  font-size: 3rem;
  line-height: 120%;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Maleah, sans-serif;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maleah, sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: 700;
}

.body {
  font-family: Roboto, sans-serif;
  color: #263238;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 300;
}

.section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #e4e4e4;
}

.image {
  height: 40px;
}

.brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.nav-menu {
  margin-left: auto;
}

.nav-elem {
  color: #263238;
  font-weight: 100;
}

.nav-elem.w--current {
  color: #877072;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #e4dee5;
}

.heading {
  color: #446474;
}

.heading-2 {
  font-weight: 400;
}

.paragraph {
  margin-bottom: 1rem;
  line-height: 160%;
  font-weight: 300;
}

.hero-image {
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section {
  position: relative;
  padding-top: 52%;
}

.hero-overlay {
  position: absolute;
  left: 20%;
  top: 40%;
  right: 50%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-heading {
  font-size: 5vw;
  line-height: 90%;
  font-style: normal;
  white-space: normal;
}

.hero-subheading {
  margin-top: 10px;
  font-size: 1.5vw;
  font-weight: 300;
}

.hero-overlay-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #446474;
  color: #fff;
}

.centered-container {
  position: static;
  display: block;
  max-width: 80ch;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #e4dee5;
  text-align: center;
}

.block-quote {
  margin-top: 2rem;
  border-top: 5px none #000;
  border-left-style: none;
  color: #263238;
  font-size: 1.75rem;
  line-height: 140%;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #e4dee5;
  line-height: 160%;
  text-align: center;
}

.bold-text {
  font-family: Maleah, sans-serif;
  color: #446474;
  font-size: 1.4rem;
  text-align: left;
}

.bold-text.white {
  color: #e4dee5;
}

.bold-text.h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

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

.heading-3.about {
  font-family: Maleah, sans-serif;
  font-size: 2rem;
  text-align: left;
}

.grid {
  margin-right: 50px;
  margin-left: 50px;
}

.grid-2 {
  margin-right: 50px;
  margin-left: 50px;
  grid-auto-flow: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #446474;
}

.icons {
  height: 6vw;
}

.h4.icons {
  width: auto;
  font-size: 0.9rem;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.h4.icon-text {
  max-width: 20ch;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9rem;
  line-height: 120%;
  font-weight: 300;
}

.section-3 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.image-2 {
  width: 25%;
}

.image-column {
  position: relative;
  overflow: hidden;
  width: 50%;
  min-height: 570px;
}

.image-column.coloredblocks {
  width: 56%;
}

.text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-column.coloredblocks {
  padding-left: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-border._15 {
  margin-top: 15px;
}

.top-border._25 {
  margin-top: 25px;
}

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

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

.button-2 {
  height: 40px;
  min-width: 120px;
  padding-top: 13px;
  padding-right: 22px;
  padding-left: 22px;
  border: 1px solid #333;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #333;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

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

.underline {
  display: inline;
  margin-bottom: 13px;
  border-bottom: 1.5px solid #333;
  font-size: 28px;
  line-height: 46px;
  font-weight: 300;
}

.underline.white {
  border-bottom-color: #fff;
}

.underline.refernzen {
  font-size: 20px;
  line-height: 40px;
}

.text-box {
  width: 74%;
  max-width: 480px;
}

.text-box.coloredblocks {
  margin-right: auto;
  margin-left: auto;
}

.colored-background {
  overflow: hidden;
}

.colored-background.light-gray {
  background-color: #e4dee5;
}

.colored-background.dark-green {
  background-color: #446474;
  color: #e4dee5;
}

.flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 115%;
  margin-top: auto;
  margin-bottom: auto;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.desk {
  height: 121%;
  background-image: url('../images/Sarah_Yvonne_elsser_founders_pitch_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.absolute.wrist {
  height: 120%;
  background-image: url('../images/Sarah_elsser_porschetalk.jpg');
  background-position: 50% 0%;
}

.absolute.desk {
  height: 121%;
  background-image: url('../images/Sarah_Yvonne_elsser_founders_pitch.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.absolute.desk.messekongresse {
  background-image: url('../images/Porsche.jpg');
  background-position: 50% 25%;
}

.absolute.content {
  background-image: url('../images/20170324_011530.png');
}

.absolute.training {
  background-image: url('../images/WS_01.jpeg');
  background-position: 50% 0%;
}

.absolute.podcast {
  background-image: url('../images/21-02-18-21-54-23-5253.jpg');
  background-position: 50% 25%;
}

.absolute.keynote {
  background-image: url('../images/19-12-04-09-18-44-9255.jpg');
}

.button {
  height: 40px;
  min-width: 120px;
  padding-top: 13px;
  padding-right: 22px;
  padding-left: 22px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.button:hover {
  background-color: #fff;
  color: #111;
}

.column-58-percent {
  position: relative;
  overflow: hidden;
  width: 58%;
  min-height: 570px;
}

._46-column-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  padding-top: 100px;
  padding-right: 5%;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4dee5;
}

.paragraph-3.white {
  color: #e4dee5;
}

.paragraph-4 {
  color: #446474;
  line-height: 160%;
}

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

.feature-section.lightgrey {
  background-color: #f7f7f7;
}

.feature-section.blue {
  background-color: #446474;
  color: #e4dee5;
}

.feature-image-mask {
  width: 30%;
  height: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #cfb0a8;
}

.feature-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-4 {
  padding-bottom: 50px;
  font-family: Maleah, sans-serif;
  text-align: center;
}

.paragraph-5 {
  color: #446474;
}

.paragraph-6 {
  color: #446474;
}

.paragraph-7 {
  color: #446474;
}

.paragraph-8 {
  color: #446474;
}

.paragraph-9 {
  color: #446474;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon.accordion-icon {
  font-family: 'Dripicons v2', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #446474;
  line-height: 30px;
  cursor: pointer;
}

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

.text-center.h2-large {
  font-size: 2.5rem;
  line-height: 120%;
}

.text-center.contentcontainer {
  padding-top: 50px;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.section-faq {
  padding: 100px 30px;
  background-color: #f8f8f8;
}

.paragraph-10 {
  color: #446474;
}

.paragraph-11 {
  color: #446474;
}

.paragraph-12 {
  color: #446474;
}

.paragraph-13 {
  color: #446474;
}

.paragraph-14 {
  color: #446474;
}

.horizontal-logo {
  width: 20%;
  margin-bottom: 25px;
}

.horizontal-logo.vw {
  width: 10%;
}

.horizontal-logo.schott {
  width: 30%;
}

.horizontal-logo.vodafone {
  width: 30%;
}

.horizontal-logo.entrepreneur {
  width: 20%;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.play-button {
  position: absolute;
}

.horizontal-angle {
  position: absolute;
  left: auto;
  top: 0%;
  right: -2%;
  bottom: 0%;
  z-index: 99;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-arrow {
  top: 17px;
  right: -17px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #446474;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4dee5;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  left: -17px;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #446474;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.play-icon {
  width: 60px;
}

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

.slide-nav {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mask-horizontal {
  overflow: visible;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-job {
  color: rgba(21, 28, 52, 0.5);
}

.testimonial-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 350px;
  -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;
}

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

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.heading-5 {
  margin-bottom: 2rem;
  color: #263238;
}

.div-block {
  margin-right: 2rem;
}

.heading-6 {
  line-height: 140%;
}

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

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

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

.header-logo {
  font-family: Maleah, sans-serif;
  color: #263238;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  text-align: center;
}

.container-4 {
  text-align: center;
}

.item-container {
  text-align: center;
}

.container-5 {
  max-width: 1140px;
  padding-right: 50px;
  padding-left: 50px;
}

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

.grid-3 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.title {
  margin-bottom: 7px;
  text-align: center;
}

.caps-text {
  color: #8f8f8f;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.caps-text.name {
  text-transform: none;
}

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

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.text-footer-credits {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-footer {
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #446474;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-6 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-6.cc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4dee5;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-2 {
  width: 40%;
  padding-right: 40px;
}

.div-block-3 {
  width: 60%;
}

.blue {
  color: #446474;
}

.textcontainerfull {
  max-width: 80ch;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

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

.contactlink {
  display: block;
  color: #cfb0a8;
  font-size: 1.5rem;
}

.link {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #263238;
  color: #cfb0a8;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex-container {
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph {
    font-size: 0.9rem;
    line-height: 180%;
  }

  .hero-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-heading {
    margin-bottom: 0px;
    font-size: 6vw;
  }

  .menu-button {
    margin-left: auto;
  }

  .hero-subheading {
    margin-top: 10px;
    font-size: 1.75vw;
  }

  .hero-overlay-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .centered-container {
    max-width: 65ch;
  }

  .block-quote {
    font-size: 1.5rem;
  }

  .grid-2 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .h4.icons {
    font-size: 0.8rem;
  }

  .h4.icon-text {
    font-size: 0.8rem;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-column.coloredblocks {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-column.coloredblocks {
    width: 100%;
    padding: 25px;
  }

  .text-box.coloredblocks {
    margin-right: auto;
    margin-left: auto;
  }

  .absolute.desk {
    background-position: 60% 0%;
  }

  .absolute.wrist {
    background-position: 20% 0%;
  }

  .absolute.desk {
    background-position: 60% 0%;
  }

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

  .testimonial-image {
    position: relative;
  }

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

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-logo {
    font-size: 0.85rem;
  }

  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-links-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-3 {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #446474;
  }

  .nav-elem {
    color: #e4dee5;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .hero-subheading {
    max-width: 7rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8rem;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .block-quote {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .grid-2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icons {
    height: 3.5rem;
  }

  .image-column {
    width: 100%;
    min-height: 370px;
  }

  .text-column {
    width: 100%;
    min-height: auto;
    padding-top: 70px;
    padding-right: 5%;
    padding-bottom: 70px;
  }

  .text-box {
    width: 100%;
    max-width: 100%;
  }

  .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-58-percent {
    width: 100%;
    min-height: 370px;
  }

  ._46-column-percent {
    width: 100%;
    min-height: auto;
    padding: 70px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .accordion-wrapper {
    margin-top: 25px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .section-faq {
    padding: 25px 20px;
  }

  .testimonial-card {
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .header-logo {
    font-size: 0.75rem;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .footer-column {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-6.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-2 {
    padding: 25px 20px;
  }

  .subheading {
    font-size: 1.5rem;
  }

  .heading-8 {
    font-size: 1.5rem;
  }

  .blue {
    font-size: 1.5rem;
  }

  .link {
    padding: 8px 14px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .paragraph {
    font-size: 0.8rem;
  }

  .hero-section {
    min-height: 300px;
  }

  .hero-overlay {
    left: 15%;
    top: 35%;
    right: 40%;
  }

  .hero-heading {
    font-size: 9vw;
  }

  .hero-overlay-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .grid-2 {
    margin-right: 15px;
    margin-left: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .icons {
    height: 3rem;
  }

  .h4.icon-text {
    font-size: 0.7rem;
  }

  .section-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-column.coloredblocks {
    padding-top: 65%;
  }

  .text-column {
    width: 100%;
    padding: 50px 9%;
  }

  .top-border._10 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .text-box {
    width: 100%;
  }

  .absolute.wrist {
    background-position: 0% 50%;
  }

  .feature-section.lightgrey {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-faq {
    padding: 25px 15px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -3%;
  }

  .testimonial-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .author-block {
    margin-top: 15px;
  }

  .left-arrow {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -3%;
  }

  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

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

  .right-border {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .grid-3 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-column {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .text-footer-credits {
    font-size: 8px;
  }

  .footer-links-list {
    width: 50%;
  }

  .footer-social {
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .subheading {
    font-size: 1.25rem;
  }

  .heading-8 {
    font-size: 1.25rem;
  }

  .blue {
    font-size: 1.25rem;
  }

  .textcontainerfull {
    margin-bottom: 25px;
  }

  .link {
    font-size: 1rem;
  }
}

#w-node-_2a4338f8-52a5-2c88-62fc-565b1d552345-d0e6cc9b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_480e85e5-99a7-69d3-2d5b-a79050984da6-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_67adbf6d-c2c9-af91-5d91-28ed9e942674-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b20f3c2a-f7e5-aa71-4056-61044a4062d4-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5cd5db49-3237-81a0-9aa5-3d883f5837f0-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_189be40a-6902-a2b3-8cf8-56ecf8e40d1d-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8beb24d5-ad34-e6a8-0b2d-bf8962637dab-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_04ad5515-9d89-2319-f8cf-1a2439cc7bab-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0baad536-5767-cfe9-4f28-69701e55133c-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4c92d438-6813-a842-d2d1-0700bfbd99d1-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d01d52a9-cb98-1da1-0d46-660440ca5455-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9975d451-ac28-9fa1-59f0-68a153ef3dcf-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_184dc360-83c2-2f3b-10a6-7cade0484350-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_36a10899-e0e0-232d-8f40-7ea2691d3e71-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58a9ac56-6e5a-1c4d-69b4-2c9c0e5aa4a5-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1c542e87-153e-8261-f8c6-74dbfb086f2b-d0e6cc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a150-d0e6cc9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a15a-d0e6cc9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a164-d0e6cc9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a16e-d0e6cc9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a178-d0e6cc9b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a150-d0e6cc9b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a15a-d0e6cc9b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a164-d0e6cc9b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a16e-d0e6cc9b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a7001f3c-7f79-f6dd-52f5-2abeafc0a178-d0e6cc9b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Maleah';
  src: url('../fonts/Maleah-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maleah';
  src: url('../fonts/Maleah-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maleah';
  src: url('../fonts/Maleah-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maleah';
  src: url('../fonts/Maleah-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dripicons v2';
  src: url('../fonts/dripicons-v2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}