body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #75192b;
}

p {
  margin-bottom: 10px;
}

a {
  color: #75192b;
  text-decoration: none;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 6px solid #f6f8fa;
  -webkit-transition: opacity 500ms cubic-bezier(.6, -.28, .735, .045);
  transition: opacity 500ms cubic-bezier(.6, -.28, .735, .045);
  color: #75192b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-link:hover {
  border-top: 6px solid #75192b;
  border-radius: 0px;
  background-color: transparent;
}

.nav-link.w--current {
  border-top-style: solid;
  border-top-color: #75192b;
  color: #75192b;
}

.nav-link.sign-in {
  background-color: #1d1d1d;
}

.nav-link.sign-in:hover {
  border-bottom-color: transparent;
  background-color: #2e2e2e;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

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

.brand {
  padding-top: 10px;
  padding-left: 50px;
}

.brand.w--current {
  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;
}

.brand.text {
  padding-top: 15px;
  padding-left: 4px;
}

.brand.text.footer {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 4px;
}

.brand.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: #f6f8fa;
}

.navbar.search {
  position: static;
  max-width: 1600px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-right: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.container {
  height: 120px;
}

.text-block {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
}

.hero-section {
  display: block;
  width: 100%;
  padding: 0px 50px 28%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  background-image: url('../images/Jacqueline-Waalbrug.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 100px;
  text-align: right;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 2.25fr 16px 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto;
  background-color: #fff;
}

.section-with-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  padding: 70px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-with-padding.boxes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.74);
}

.section-with-padding.no-bottom-padding {
  padding-bottom: 0px;
}

.center-div {
  position: relative;
  top: 50%;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

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

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

.left-padding {
  padding-right: 30px;
  text-align: left;
}

.heading-2 {
  font-family: 'Archivo Black', sans-serif;
  color: #504a4a;
  font-size: 42px;
  line-height: 55px;
  font-weight: 300;
  text-align: left;
}

.heading-2.center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #504a4a;
  font-size: 35px;
  text-align: center;
}

.heading-2.center.white {
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
}

.heading-2.white {
  color: #a5a5a5;
}

.paragraph {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white {
  padding-bottom: 5px;
  color: #fff;
  font-weight: 400;
}

.paragraph.cards {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
}

.row {
  padding-bottom: 35px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section-2 {
  padding: 0px 15px 120px;
  background-color: #fff;
}

.heading-5 {
  width: 128px;
  max-width: auto;
  border-bottom: 1px solid #828b86;
  font-family: Inconsolata, monospace;
  color: #828b86;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
}

.heading-5.about {
  width: 68px;
}

.footer {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #181818;
}

.text-block-2 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.row-2 {
  width: 100%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.text-block-4 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-5 {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Quicksand, sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
}

.text-block-5:hover {
  color: #868484;
}

.column {
  position: relative;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #181818;
}

.text-block-6 {
  margin-top: 10px;
  font-family: Archivo, sans-serif;
  color: #5f5f5f;
  font-size: 12px;
}

.link-block {
  margin-right: 8px;
}

.image-3 {
  margin-right: 0px;
  opacity: 0.3;
}

.image-3:hover {
  opacity: 0.7;
}

.div-block-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2 {
  margin-right: 8px;
}

.paragraph-2 {
  border-top: 1px none #000;
  font-family: Tajawal, sans-serif;
  color: #000;
  font-size: 6px;
}

.image-4 {
  opacity: 0.3;
}

.image-4:hover {
  opacity: 0.7;
}

.image-5 {
  opacity: 0.3;
}

.image-5:hover {
  opacity: 0.7;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 85px;
  -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: #000;
}

.author-title {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: #333;
  font-size: 12px;
}

.author-title.lite {
  padding-top: 0px;
  padding-left: 8px;
  font-family: Quicksand, sans-serif;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 400;
}

.author-title.lite.post-page {
  color: #fff;
  font-size: 24px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-40.postpage {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-title {
  position: absolute;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #75192b;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #000), color-stop(55%, rgba(0, 0, 0, 0.39)), to(#000)), url('../images/slide-contatti.jpg');
  background-image: linear-gradient(180deg, #000 4%, rgba(0, 0, 0, 0.39) 55%, #000), url('../images/slide-contatti.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-7.contact-us {
  background-position: 0px 0px, 50% 50%;
}

.section-7.about {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #000), color-stop(51%, rgba(0, 0, 0, 0.39)), color-stop(87%, #000)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, #000 19%, rgba(0, 0, 0, 0.39) 51%, #000 87%), url('../images/1.jpg');
}

.about-wrapper-photo {
  display: block;
  overflow: hidden;
  width: 550px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.2);
}

.column-6 {
  padding-left: 0px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container-fluid-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.flex-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 116px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  -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: #171433;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(3, 3, 3, 0.73))), url('../images/2_1.jpg');
  background-image: linear-gradient(0deg, #000, rgba(3, 3, 3, 0.73)), url('../images/2_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.hero-head {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #686868;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
}

.hero-head.faq {
  font-size: 26px;
}

.hero-head.faq.white {
  padding-bottom: 5px;
  color: #363636;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.hero-head.white {
  display: block;
  padding-bottom: 0px;
  float: none;
  font-family: Quicksand, sans-serif;
  color: #3a3a3a;
  font-size: 35px;
  font-weight: 300;
  text-align: left;
}

.hero-paragraph-3 {
  position: static;
  margin-bottom: 9px;
  padding-bottom: 10px;
  color: #c7c7c9;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.hero-paragraph-3.faq {
  font-family: Quicksand, sans-serif;
  color: #a5a5a5;
  font-weight: 200;
  text-align: left;
}

.top-title {
  margin-top: 0px;
  margin-bottom: 70px;
}

.testi-name-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Tajawal, sans-serif;
  color: #494949;
  font-size: 19px;
  font-weight: 600;
}

.testi-name-2.white {
  color: #494949;
}

.text-block-32 {
  font-family: Tajawal, sans-serif;
  color: #a5a5a5;
  font-weight: 300;
}

.testimonials-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
  background-color: #6540fb;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.testimonials-wrapper._3 {
  background-color: #fbbc05;
}

.testimonials-wrapper._3.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._4 {
  background-color: #ff1053;
}

.testimonials-wrapper._4.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._8 {
  height: 300px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper.white {
  background-color: #fff;
}

.testimonials-wrapper.white.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._9 {
  height: 300px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._7 {
  height: 300px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._5 {
  background-color: #34a853;
}

.testimonials-wrapper._5.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._6 {
  background-color: #3452ff;
}

.testimonials-wrapper._6.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testimonials-wrapper._2 {
  background-color: #2ac4ea;
}

.testimonials-wrapper._2.with-margin {
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #484848;
  background-color: transparent;
}

.testi-photo {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 100%;
  background-image: url('../images/9-Arthur-Songesand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-3 {
  background-image: url('../images/2-Astrid-bendtner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-3.ux {
  background-image: url('../images/1-Mathilde-Baker.png');
}

.testi-photo.photo-4 {
  background-image: url('../images/8-Agatha-Kastrup.png');
}

.testi-photo.ui {
  background-image: url('../images/6-Judith-Ann-Rød.png');
}

.testi-photo.photo-5 {
  background-image: url('../images/4-Alicia-Mortensrud.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-6 {
  background-image: url('../images/5-Jeff-Williamson.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-2 {
  background-image: url('../images/3-Thorbjørn-Mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testi-photo.photo-2.graphic {
  background-image: url('../images/7-Maria-Kvist.png');
}

.section-9 {
  padding: 120px 15px;
  background-color: #fff;
}

.section-9.gradient {
  background-color: #000;
}

.testi-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  background-color: #000;
}

.heading-16 {
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.87);
  font-size: 78px;
  line-height: 83px;
  text-align: center;
}

.heading-16.author {
  color: #504a4a;
}

.heading-16.category {
  font-size: 70px;
}

.paragraph-9 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.paragraph-9.author {
  color: #333;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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;
}

.section-16.single-post {
  background-image: url('../images/sllide-blog.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-16.category {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 89px;
  padding-bottom: 89px;
  -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: #f3f3f3;
}

.image-26 {
  width: 100%;
  height: 270px;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 1600px;
  padding-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
}

.collection-list {
  display: block;
  -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;
}

.div-block-42 {
  height: auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.div-block-42:hover {
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.19);
}

.div-block-43 {
  height: auto;
  padding: 27px;
}

.heading-17 {
  min-height: 60px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-10 {
  font-family: Quicksand, sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
}

.collection-item-2 {
  width: 100%;
  margin-bottom: 30px;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: #000;
}

.text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-bottom: 60px;
  padding-left: 70px;
  -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: #f6f8f9;
  font-size: 20px;
  font-weight: 300;
}

.text-block-left {
  width: 800px;
  margin-top: 60px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.doc-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.doc-content.doc-elements {
  position: static;
  padding-top: 0px;
}

.doc-content.doc-elements p {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.doc-content.doc-elements h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #75192b;
  font-weight: 600;
}

.doc-content.doc-elements h4 {
  margin-top: 20px;
}

.heading-18 {
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.empty-state-2 {
  padding: 23px 20px;
  border-radius: 10px;
  background-color: #e6e3ff;
  color: #7d70d6;
  font-size: 18px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}

.div-block-44:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
}

.image-27 {
  width: 100%;
  height: 100%;
  margin-right: 15px;
}

.text-block-33 {
  padding-top: 4px;
  padding-left: 21px;
  font-family: Quicksand, sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: 300;
}

.body-5 {
  background-color: #000;
}

.div-block-45 {
  width: 100px;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #000), color-stop(62%, hsla(0, 0%, 100%, 0.31)), color-stop(97%, #000));
  background-image: linear-gradient(180deg, #000 4%, hsla(0, 0%, 100%, 0.31) 62%, #000 97%);
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 117px;
  padding-bottom: 117px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.body-6 {
  background-color: #000;
}

.paragraph-11 {
  width: auto;
  max-width: 700px;
  font-family: Tajawal, sans-serif;
  color: #a5a5a5;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}

.heading-19 {
  font-family: Tajawal, sans-serif;
  color: #333;
  font-weight: 300;
}

.search-form {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  text-align: left;
}

.search-input {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 33px 33px 65px;
  border-style: none;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: url('../images/5a43b51380557a000178d6fa_magnifying-glass-1.svg');
  background-position: 21px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Quicksand, sans-serif;
  color: #a5a5a5;
  font-size: 20px;
}

.search-input:focus {
  box-shadow: 1px 1px 19px 0 #201846;
}

.search-button {
  display: none;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-2 {
  display: none;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.link {
  font-family: Tajawal, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-34 {
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tajawal, sans-serif;
  color: #3267b8;
  font-size: 16px;
}

.paragraph-12 {
  font-family: Quicksand, sans-serif;
  color: #a5a5a5;
  font-size: 20px;
  line-height: 30px;
}

.search-result-item {
  padding-bottom: 25px;
}

.body-7 {
  background-color: #000;
}

.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;
  background-color: #000;
}

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

.body-8 {
  background-color: #000;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  font-family: Tajawal, sans-serif;
  font-weight: 200;
}

.heading-20 {
  font-family: 'Open Sans', sans-serif;
  color: #75192b;
  font-weight: 400;
  text-align: center;
}

.heading-21 {
  font-family: Tajawal, sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-field {
  padding-top: 29px;
  padding-bottom: 29px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Tajawal, sans-serif;
  font-size: 16px;
}

.submit-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.body-9 {
  background-color: #000;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.text-field-3 {
  height: 50px;
  margin-bottom: 25px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e1e1e1;
  background-color: transparent;
  color: #919197;
  font-size: 16px;
  font-style: italic;
}

.text-field-3:active {
  border-bottom-color: #6540fb;
}

.text-field-3:focus {
  border-bottom-color: #6540fb;
}

.text-field-3::-webkit-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3:-ms-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3::-ms-input-placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3::placeholder {
  color: #919197;
  font-style: italic;
}

.text-field-3.area {
  height: auto;
  padding-bottom: 35px;
}

.button-2 {
  display: block;
  width: auto;
  padding: 9px 30px;
  border: 2px solid #5c5c5c;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Quicksand, sans-serif;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  box-shadow: inset 0 0 0 2px transparent;
  color: #fff;
}

.field-label-2 {
  font-family: Quicksand, sans-serif;
  color: #aaa;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.error-message {
  background-color: #ff1053;
  color: #fff;
  text-align: center;
}

.map {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.half-section {
  position: relative;
  width: 50%;
  height: 750px;
  float: left;
}

.half-section.from {
  background-color: #fff;
}

.success-message {
  background-color: #34a853;
  color: #fff;
  font-size: 16px;
}

.form-block-2 {
  width: 100%;
}

.body-10 {
  background-color: #000;
}

.heading-22 {
  font-family: Quicksand, sans-serif;
  font-weight: 300;
}

.top-title-2 {
  margin-bottom: 70px;
}

.section-23 {
  display: block;
  padding: 120px 15px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546399;
}

.faq-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.link-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.link-block-8 {
  display: inline;
  text-decoration: none;
}

.section-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8f9;
}

.container-12 {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 50px -21px rgba(0, 0, 0, 0.11);
}

.container-12.full-width {
  background-color: transparent;
}

.heading-24 {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  text-align: left;
}

.block-quote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  border: 1px solid #cbd8e9;
  border-radius: 10px;
  background-color: #f3f8fe;
  font-family: Quicksand, sans-serif;
  color: #cbd8e9;
  font-size: 20px;
  font-weight: 300;
}

.button-4 {
  display: inline-block;
  padding: 10px 13px;
  border: 2px solid #9f968c;
  border-radius: 5px;
  background-color: #9f968c;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-4:hover {
  border: 2px solid #9f968c;
  background-color: transparent;
  color: #9f968c;
}

.paragraph-19 {
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.link-7 {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.list-item-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-11 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 500;
  text-align: center;
}

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

.unordered-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-9 {
  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;
  text-align: center;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
  background-color: #f8fcff;
}

.section-11.navigation {
  border-width: 0px;
  background-color: #f3f3f3;
}

.button-10 {
  width: 50px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  font-family: Quicksand, sans-serif;
  color: #bebebe;
  font-weight: 500;
  text-align: center;
}

.button-10:hover {
  background-color: #f3f3f3;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-right: 0px;
  padding: 13px 25px;
  border: 2px solid #7d70d6;
  background-color: #7d70d6;
  font-size: 18px;
  text-align: center;
}

.button-3:hover {
  background-color: transparent;
  color: #7d70d6;
}

.button-3.previous {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  border-color: #5d5d5d;
  background-color: #5d5d5d;
  font-family: Quicksand, sans-serif;
}

.button-3.previous:hover {
  background-color: transparent;
  color: #5d5d5d;
}

.button-3.next {
  display: block;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #5d5d5d;
  background-color: #5d5d5d;
  font-family: Quicksand, sans-serif;
}

.button-3.next:hover {
  background-color: transparent;
  color: #5d5d5d;
}

.button-3.next {
  display: block;
  width: 120px;
  margin-right: 0px;
  padding: 14px 0px 13px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-3.next:hover {
  background-color: transparent;
  color: #35336c;
}

.button-3.previous {
  display: block;
  width: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 14px 10px 13px;
  float: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-3.previous:hover {
  background-color: transparent;
  color: #35336c;
}

.div-block-85 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.boxed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boxed-container.navigation {
  display: block;
  width: 90%;
  max-width: 1800px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxed-container.navigation {
  display: block;
  width: 100%;
  max-width: 1800px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-12 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #ebebeb;
  background-color: #f3f3f3;
  font-family: Quicksand, sans-serif;
  color: #bebebe;
  font-weight: 500;
  text-align: center;
}

.search-result-wrapper {
  display: none;
}

.div-block-87 {
  width: 40px;
  height: 40px;
  background-image: url('../images/9-Arthur-Songesand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-88 {
  width: 40px;
  height: 40px;
  background-image: url('../images/3-Thorbjørn-Mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-89 {
  width: 60px;
  height: 60px;
  background-image: url('../images/3-Thorbjørn-Mesterfem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-90 {
  width: 300px;
  height: 300px;
  background-image: url('../images/5-Jeff-Williamson.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cms-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-106 {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.title {
  height: 100%;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  padding: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f2e2f6;
}

.div-block-103.cards {
  background-color: transparent;
  background-image: url('../images/1-Mathilde-Baker.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-25 {
  margin-top: 0px;
  color: #75192b;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.heading-25._2 {
  font-family: Lato, sans-serif;
  color: #75192b;
  font-size: 20px;
  font-weight: 700;
}

.link-9 {
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-105._2 {
  width: 170px;
  height: 100%;
  min-height: 170px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('../images/6.jpg');
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efeeee;
}

.div-block-93._2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-22 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #767676;
  font-weight: 300;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #d9eeff;
  border-radius: 4px;
  background-color: #fff;
}

.post-card---copy-this:hover {
  background-color: #fff;
}

.paragraph-16 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #767676;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.button-13 {
  width: 50px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ececec;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}

.button-13:hover {
  background-color: #f3f3f3;
}

.pagination-section---copy-this-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 20px 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f0f0f0;
}

.button-5 {
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #ebebeb;
  background-color: #f3f3f3;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}

.key-page-box {
  width: 33%;
  margin-right: 40px;
  background-color: #efeeee;
}

.key-page-box.right {
  margin-right: 0px;
}

.key-page-image {
  height: 200px;
}

.key-page-image.individueel {
  background-image: url('../images/Individueel.png');
  background-position: 0px 0px;
  background-size: cover;
}

.key-page-image.team {
  background-image: url('../images/Team.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.key-page-image.organisatie {
  background-image: url('../images/Organisatie.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}

.text-block-41 {
  float: left;
}

.arrow {
  margin-top: 2px;
  margin-left: 10px;
}

.section-no-padding-or-maxw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px;
  -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-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-no-padding-or-maxw.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f3f3;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  max-width: 180px;
  min-width: 100px;
  margin-top: 40px;
  margin-right: 100px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #75192b;
  text-align: center;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients-box {
  position: static;
  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;
}

.mobile-tagline {
  display: none;
  padding: 50px;
}

.footer-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #75192b;
}

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

.footer-menu-item {
  margin-left: 40px;
  border-bottom: 1.5px solid #75192b;
}

.footer-menu-item:hover {
  border-bottom-color: #fff;
}

.footer-menu-item.w--current {
  border-bottom: 1.5px solid #fff;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #75192b;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-subtitle {
  width: 70%;
  min-height: 20px;
  margin-left: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 130px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-photo {
  width: 30%;
  padding-bottom: 42%;
  background-color: #efeeee;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.left-photo.individueel {
  background-image: url('../images/Individueel-staand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left-photo.team {
  background-image: url('../images/Team-staand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left-photo.organisatie {
  background-image: url('../images/Organisatie-staand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left-photo.jacqueline {
  padding-bottom: 30%;
  background-image: url('../images/Jacqueline.png');
  background-position: 50% 50%;
  background-size: cover;
}

.right-column {
  width: 70%;
  margin-left: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.also-see {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #75192b;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.slide {
  background-image: url('../images/deur.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 600px;
}

.slide-2 {
  background-image: url('../images/brab.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/a.balkonkamer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/a.tuinkamer-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-container {
  width: 30%;
}

.slider-container.individueel {
  background-image: url('../images/Individueel-staand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-container.team {
  background-image: url('../images/Team-staand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-container.organisatie {
  background-image: url('../images/Organisatie-staand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  height: 50px;
}

.div-block-108 {
  width: 100%;
}

.column-image {
  width: 30%;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 1;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media (max-width: 991px) {
  .line-3.simple {
    top: 38px;
    width: 35px;
    background-color: #fff;
  }
  .nav-link {
    position: static;
    display: block;
    height: 50px;
    max-width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    float: none;
    border-style: none solid solid;
    border-width: 0px 0px 3px;
    border-color: transparent;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }
  .nav-link:hover {
    width: auto;
    border-width: 0px 0px 3px;
    border-color: transparent transparent #75192b;
    border-bottom-style: solid;
  }
  .nav-link.w--current {
    color: #000;
  }
  .simple-menu-button {
    width: 60px;
    height: 60px;
    background-color: transparent;
  }
  .simple-menu-button.w--open {
    background-color: transparent;
  }
  .brand {
    padding-top: 14px;
  }
  .brand.text {
    padding-top: 19px;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .line-2.simple {
    width: 35px;
    background-color: #fff;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100vh;
    margin-right: 0px;
    padding-top: 80px;
    clear: left;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #efeeee;
  }
  .line-1.simple {
    top: 18px;
    width: 35px;
    background-color: #fff;
  }
  .container {
    margin-right: 0px;
  }
  .hero-section {
    height: 328px;
    padding-bottom: 0px;
    background-position: 100% 0%;
    background-size: auto;
  }
  .section-with-padding {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-padding {
    padding-right: 0px;
  }
  .heading-2.center {
    font-family: Quicksand, sans-serif;
  }
  .footer {
    -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;
  }
  .about-wrapper-photo {
    margin-top: 40px;
  }
  .flex-row-2 {
    display: block;
    padding-top: 80px;
  }
  .section-15 {
    height: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-head {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }
  .hero-head.faq.white {
    padding-bottom: 0px;
  }
  .hero-head.white {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;
  }
  .hero-paragraph-3 {
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
  }
  .hero-paragraph-3.faq {
    text-align: left;
  }
  .testimonials-wrapper {
    margin-bottom: 20px;
  }
  .section-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-26 {
    height: auto;
  }
  .collection-list-wrapper {
    display: block;
    -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;
  }
  .collection-list {
    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;
  }
  .collection-item-2 {
    height: auto;
  }
  .text-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-left {
    width: 80%;
  }
  .section-18 {
    padding: 70px 58px;
  }
  .paragraph-11 {
    width: auto;
  }
  .search-form {
    width: 80%;
  }
  .search-input {
    width: 100%;
  }
  .section-19 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .link {
    line-height: 32px;
  }
  .half-section {
    width: 100%;
    height: 500px;
  }
  .half-section.from {
    height: 750px;
  }
  .section-23 {
    display: block;
    padding-bottom: 50px;
  }
  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-3 {
    float: left;
  }
  .button-3.previous {
    margin-left: 0px;
  }
  .button-3.next {
    margin-right: 0px;
    float: right;
  }
  .button-3.next {
    margin-right: 0px;
    float: right;
  }
  .button-3.previous {
    margin-left: 0px;
  }
  .boxed-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .boxed-container.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .boxed-container.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cms-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-card---copy-this {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .pagination-section---copy-this-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .key-page-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .key-page-box.right {
    margin-bottom: 0px;
  }
  .section-no-padding-or-maxw {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .client {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .clients {
    display: block;
    width: 100%;
  }
  .clients-box {
    width: 100%;
  }
  .div-block-107 {
    display: block;
    width: 100px;
    height: 101px;
  }
  .menu-button {
    position: static;
    z-index: 1;
    width: 120px;
    height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .menu-button.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 120px;
    height: 120px;
    background-color: hsla(0, 3%, 93.5%, 0);
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .icon {
    color: #fff;
  }
  .page-title {
    width: 100%;
  }
  .page-subtitle {
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
  }
  .page-header {
    -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;
  }
  .left-photo {
    width: 100%;
  }
  .left-photo.jacqueline {
    width: 50%;
    padding-bottom: 50%;
  }
  .right-column {
    width: 100%;
    margin-top: 70px;
    margin-left: 0px;
  }
  .also-see {
    width: 100%;
  }
  .slider-container {
    width: 100%;
  }
  .column-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .brand {
    padding-top: 14px;
    padding-left: 30px;
  }
  .brand.text {
    padding-top: 19px;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-with-padding {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .section-with-padding.boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2 {
    font-size: 35px;
  }
  .footer {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .text-block-2 {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .text-block-5 {
    text-align: center;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 46px;
    padding-bottom: 46px;
    -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;
  }
  .div-block-29 {
    margin-top: 15px;
  }
  .site-title {
    display: none;
  }
  .site-title.active {
    position: static;
    display: block;
    margin-bottom: 40px;
  }
  .about-wrapper-photo {
    width: 450px;
    height: 450px;
  }
  .flex-row-2 {
    padding-top: 70px;
  }
  .section-15 {
    height: 550px;
  }
  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-head {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 27px;
  }
  .hero-head.faq.white {
    padding-bottom: 0px;
  }
  .hero-head.white {
    font-size: 36px;
  }
  .hero-paragraph-3 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 11px;
    font-size: 22px;
  }
  .hero-paragraph-3.faq {
    text-align: left;
  }
  .heading-16 {
    padding-bottom: 10px;
    font-size: 60px;
  }
  .paragraph-9 {
    font-size: 22px;
  }
  .section-17 {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .collection-list-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-left {
    width: 90%;
  }
  .text-block-33 {
    font-size: 18px;
  }
  .section-18 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .search-form {
    width: 90%;
  }
  .search-input {
    width: 100%;
  }
  .form-block-2 {
    width: 100%;
  }
  .section-23 {
    display: block;
    padding: 60px 31px 20px;
  }
  .container-fluid-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-wrapper {
    width: 100%;
  }
  .section-25 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-11 {
    background-color: #f3f5f6;
  }
  .button-3.previous {
    margin-left: 0px;
  }
  .button-3.next {
    margin-right: 0px;
  }
  .button-3.next {
    margin-right: 0px;
  }
  .button-3.previous {
    margin-left: 0px;
  }
  .boxed-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .boxed-container.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .boxed-container.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .title {
    min-height: 170px;
  }
  .div-block-93 {
    min-height: 170px;
    padding: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-104 {
    min-height: 170px;
  }
  .pagination-section---copy-this-3 {
    background-color: transparent;
  }
  .section-no-padding-or-maxw {
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .mobile-tagline {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .footer-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-menu {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-menu-item {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .footer-menu-item.right {
    margin-bottom: 0px;
  }
  .page-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider {
    height: 400px;
  }
}

@media (max-width: 479px) {
  .simple-menu-button {
    background-color: transparent;
  }
  .brand {
    padding-top: 14px;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    height: 100vh;
  }
  .container {
    background-color: transparent;
  }
  .hero-section {
    background-position: 100% 0%;
    background-size: auto;
  }
  .section-with-padding {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .center-div {
    width: 95%;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 37px;
    text-align: center;
  }
  .heading-5.about {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .site-title {
    padding-right: 15px;
  }
  .about-wrapper-photo {
    width: 270px;
    height: 270px;
  }
  .flex-row-2 {
    padding-top: 72px;
  }
  .section-15 {
    height: auto;
    padding: 55px 15px;
  }
  .container-5 {
    padding: 0px 30px;
  }
  .hero-head {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .hero-head.faq {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hero-head.faq.white {
    padding-bottom: 5px;
    text-align: left;
  }
  .hero-head.white {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .hero-paragraph-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
  .hero-paragraph-3.faq {
    margin-top: 0px;
  }
  .testimonials-wrapper {
    padding: 20px;
  }
  .testi-photo {
    width: 60px;
    height: 60px;
  }
  .heading-16 {
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 45px;
  }
  .paragraph-9 {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 20px;
    line-height: 26px;
  }
  .section-16.category {
    height: 90vh;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-17 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .container-6 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .text-section {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .text-block-left {
    width: 100%;
    margin-top: 0px;
  }
  .text-block-33 {
    font-size: 18px;
  }
  .div-block-45 {
    width: 50px;
    height: 50px;
  }
  .section-18 {
    padding: 50px 26px;
  }
  .search-form {
    width: 100%;
  }
  .search-input {
    width: 100%;
    padding-top: 36px;
    font-size: 18px;
  }
  .button-2 {
    width: 100%;
  }
  .half-section.from {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-23 {
    display: block;
    padding: 50px 9px 20px;
  }
  .container-fluid-4 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-25 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-13 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .section-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-3.previous {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }
  .button-3.next {
    margin-right: 0px;
    font-size: 18px;
  }
  .button-3.next {
    margin-right: 0px;
    font-size: 14px;
  }
  .button-3.previous {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .boxed-container {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .boxed-container.navigation {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .boxed-container.navigation {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-10 {
    display: none;
  }
  .div-block-106 {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .title {
    width: 100%;
  }
  .div-block-103 {
    padding: 11px;
  }
  .div-block-105._2 {
    width: 100%;
  }
  .div-block-93 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-104 {
    width: 100%;
    -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;
  }
  .pagination-section---copy-this-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-no-padding-or-maxw {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    padding-right: 74px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: 0% 50%;
  }
  .logo {
    width: 51vw;
    height: auto;
  }
  .page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

