@import url(https://use.typekit.net/hhg0qtx.css);
@charset "UTF-8";
/*
 * === Fonts ===
 */
/*
 * === Reset ===
 */
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/*
 * === Standard ===
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
body main {
  flex: 1 0 auto;
  overflow-y: hidden;
}

a img {
  border: 0;
}

:focus {
  outline: none;
}

.part img {
  max-width: 100%;
  height: auto !important;
  border-radius: 5px;
}

table {
  margin: 8px 0 32px 0;
}

/*
 * === Settings ===
 */
/*
 * === Typography ===
 */
/*
 * === Colors ===
 */
/*
 * === Layout ===
 */
/*
 * === Components ===
 */
/*
 * — Grid —
 */
/*
 * — Link —
 */
/*
 * — House —
 */
/*
 * — Media —
 */
/*
 * === Mixins ===
 */
.not-found .center {
  text-align: center;
}
.not-found .center h1 {
  max-width: 75%;
}
.not-found .center p {
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .not-found .center h1 {
    max-width: 80%;
  }
  .not-found .center p {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .not-found .center h1 {
    max-width: 100%;
    text-align: center !important;
  }
  .not-found .center p {
    max-width: 80%;
  }
}
@media (max-width: 425px) {
  .not-found .center p {
    max-width: 100%;
  }
}
.not-found .center .buttons {
  margin-top: 45px;
  display: inline-flex;
}
.not-found .center .buttons a {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 560px) {
  .not-found .center .buttons {
    flex-direction: column;
  }
  .not-found .center .buttons a {
    margin: 10px 0;
  }
}

/*
 * === Typography ===
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #575756;
  font-size: 16px;
  line-height: 26px;
}

::-moz-selection {
  color: white;
  background: #ec61a0;
}

::selection {
  color: white;
  background: #ec61a0;
}

p {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.6em;
}
p:last-of-type {
  margin-bottom: 0;
}

.-color-pink {
  color: #e5007e;
}

.-color-purple {
  color: #80358a;
}

.section--purple-flower .grid--flex a {
  color: #FFFFFF;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section--purple-flower .grid--flex a > img {
  vertical-align: middle;
}
.section--purple-flower .grid--flex a:hover {
  color: #e5007e;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 680px) {
  h1, h2, h3, h4, h5, h6, .title {
    text-align: left !important;
  }
}

h1, .title {
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 680px) {
  h1, .title {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 680px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

h3 {
  font-size: 38px;
  line-height: 40px;
}

h4, h5, h6, th {
  font-size: 1.25rem;
  line-height: 1.1;
}

.small-title {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 35px;
  line-height: 1.1;
}

b,
strong {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vertical-text {
  writing-mode: vertical-rl;
  height: 100%;
  padding: 10px;
  font-size: 20px;
  color: white;
  text-align: center;
}

blockquote {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  font-size: 50px;
  line-height: 61px;
}
@media (max-width: 680px) {
  blockquote {
    font-size: 35px;
    line-height: 40px;
  }
}

.page__content a {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  color: #575756;
}
.page__content a:hover {
  color: #E3097E;
}

.page__content .highlight {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  max-width: 70%;
  font-size: 35px;
  line-height: 47px;
  color: #80358a;
}
@media (max-width: 680px) {
  .page__content .highlight {
    max-width: unset;
    font-size: 25px;
    line-height: 30px;
  }
}

ul {
  padding: 20px 0 20px 40px;
}

footer .section--purple .title {
  font-size: 35px;
}

/*
 * === Components ===
 */
/*
 * — Default - layout —
 */
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery__item {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
}
.gallery .gallery__item--hide-overflow {
  overflow: hidden;
}
.gallery .gallery__item--house-image {
  height: calc((474px - 45px) / 2);
}
.gallery--three .gallery__item {
  margin-right: 45px;
  width: calc(33.3333333333% - 45px + 45px / 3);
}
.gallery--three .gallery__item:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .gallery--three .gallery__item {
    margin-right: 45px;
    width: calc(33.3333333333% - 45px + 45px / 3);
  }
  .gallery--three .gallery__item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .gallery--three .gallery__item {
    width: calc(50% - 45px + 45px / 2);
  }
  .gallery--three .gallery__item:nth-of-type(3n+3) {
    margin-right: 45px;
  }
  .gallery--three .gallery__item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .gallery--three .gallery__item {
    margin-right: 0;
    width: 100%;
  }
  .gallery--three .gallery__item:nth-of-type(2n+2), .gallery--three .gallery__item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.gallery--two .gallery__item {
  width: calc((100% - 45px) / 2);
  margin-right: 45px;
  margin-bottom: 45px;
}
.gallery--two .gallery__item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery--smaller-spacing .gallery__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.gallery--smaller-spacing .gallery__item--house-image {
  height: 227px;
  margin-bottom: 0;
  margin-top: 20px;
}
.gallery--smaller-spacing .gallery__item--house-image:first-child {
  margin-top: 0;
}
.gallery--smaller-spacing .gallery__item--house-image:nth-child(2) {
  margin-top: 0;
}
.gallery--smaller-spacing.gallery--two .gallery__item {
  width: calc((100% - 20px) / 2);
}
.gallery .gallery__mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(128, 53, 138, 0.6);
  box-sizing: border-box;
}
.gallery .gallery__mask:hover .gallery__mask-title {
  margin-bottom: 5px;
}
@media (max-width: 680px) {
  .gallery .gallery__mask:hover .gallery__mask-title {
    margin-bottom: 0;
  }
}
.gallery .gallery__mask:hover .gallery__mask-desc {
  opacity: 1;
  visibility: visible;
  height: 26px;
}
.gallery .gallery__mask:hover + .image {
  transform: scale(1.2);
}
.gallery .gallery__mask-title {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: white;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 680px) {
  .gallery .gallery__mask-title {
    font-size: 20px;
  }
}
.gallery .gallery__mask-desc {
  display: block;
  width: 100%;
  height: 0;
  font-size: 18px;
  font-weight: 400;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 680px) {
  .gallery .gallery__mask-desc {
    display: none;
  }
}

.card--service, .-border-grey.grid__column--12, .-border-grey.grid__column--11, .-border-grey.grid__column--10, .-border-grey.grid__column--9, .-border-grey.grid__column--8, .-border-grey.grid__column--7, .-border-grey.grid__column--6, .-border-grey.grid__column--5, .-border-grey.grid__column--4, .-border-grey.grid__column--3, .-border-grey.grid__column--2, .-border-grey.grid__column--1, .-border-grey.grid__column {
  border-left: 1px solid rgb(214.2369942197, 214.2369942197, 213.7630057803);
  border-top: 1px solid rgb(214.2369942197, 214.2369942197, 213.7630057803);
  border-bottom: 1px solid rgb(214.2369942197, 214.2369942197, 213.7630057803);
}
.card--service:last-of-type, .-border-grey.grid__column--12:last-of-type, .-border-grey.grid__column--11:last-of-type, .-border-grey.grid__column--10:last-of-type, .-border-grey.grid__column--9:last-of-type, .-border-grey.grid__column--8:last-of-type, .-border-grey.grid__column--7:last-of-type, .-border-grey.grid__column--6:last-of-type, .-border-grey.grid__column--5:last-of-type, .-border-grey.grid__column--4:last-of-type, .-border-grey.grid__column--3:last-of-type, .-border-grey.grid__column--2:last-of-type, .-border-grey.grid__column--1:last-of-type, .-border-grey.grid__column:last-of-type {
  border-right: 1px solid rgb(214.2369942197, 214.2369942197, 213.7630057803);
}

.-rounded.grid__column--12, .-rounded.grid__column--11, .-rounded.grid__column--10, .-rounded.grid__column--9, .-rounded.grid__column--8, .-rounded.grid__column--7, .-rounded.grid__column--6, .-rounded.grid__column--5, .-rounded.grid__column--4, .-rounded.grid__column--3, .-rounded.grid__column--2, .-rounded.grid__column--1, .-rounded.grid__column {
  border-radius: 5px;
}

.card--sidebar, .-background-grey.card--service, .-background-grey.card--sidebar, .-background-grey.card--form, .-background-grey.card, .-background-grey.grid__column--12, .-background-grey.grid__column--11, .-background-grey.grid__column--10, .-background-grey.grid__column--9, .-background-grey.grid__column--8, .-background-grey.grid__column--7, .-background-grey.grid__column--6, .-background-grey.grid__column--5, .-background-grey.grid__column--4, .-background-grey.grid__column--3, .-background-grey.grid__column--2, .-background-grey.grid__column--1, .-background-grey.grid__column {
  background-color: rgb(239.5895953757, 239.5895953757, 239.4104046243);
}

.-spacing-services.grid--flex, .-spacing-services.grid {
  margin-top: 45px;
}

.grid--flex, .grid {
  position: relative;
}
.grid__column--12:last-of-type, .grid__column--11:last-of-type, .grid__column--10:last-of-type, .grid__column--9:last-of-type, .grid__column--8:last-of-type, .grid__column--7:last-of-type, .grid__column--6:last-of-type, .grid__column--5:last-of-type, .grid__column--4:last-of-type, .grid__column--3:last-of-type, .grid__column--2:last-of-type, .grid__column--1:last-of-type, .grid__column:last-of-type {
  margin-right: 0;
}
.grid--flex {
  display: flex;
}
@media (max-width: 980px) {
  .grid--flex {
    flex-direction: column;
  }
}

.grid__column--1 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 1 + 45px * (1 - 1));
}
.grid__column--1.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 1 + 20px * (1 - 1));
}
.grid__column--1.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 1);
}
@media (max-width: 980px) {
  .grid__column--1 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--2 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 2 + 45px * (2 - 1));
}
.grid__column--2.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 2 + 20px * (2 - 1));
}
.grid__column--2.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 2);
}
@media (max-width: 980px) {
  .grid__column--2 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--3 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 3 + 45px * (3 - 1));
}
.grid__column--3.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 3 + 20px * (3 - 1));
}
.grid__column--3.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 3);
}
@media (max-width: 980px) {
  .grid__column--3.-gutter-no {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
@media (max-width: 980px) {
  .grid__column--3 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--4 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 4 + 45px * (4 - 1));
}
.grid__column--4.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 4 + 20px * (4 - 1));
}
.grid__column--4.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 4);
}
@media (max-width: 980px) {
  .grid__column--4 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
    margin-top: 30px;
  }
}
.grid__column--5 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 5 + 45px * (5 - 1));
}
.grid__column--5.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 5 + 20px * (5 - 1));
}
.grid__column--5.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 5);
}
@media (max-width: 980px) {
  .grid__column--5 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--6 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 6 + 45px * (6 - 1));
}
.grid__column--6.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 6 + 20px * (6 - 1));
}
.grid__column--6.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 6);
}
@media (max-width: 980px) {
  .grid__column--6 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--7 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 7 + 45px * (7 - 1));
}
.grid__column--7.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 7 + 20px * (7 - 1));
}
.grid__column--7.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 7);
}
@media (max-width: 980px) {
  .grid__column--7 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--8 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 8 + 45px * (8 - 1));
}
.grid__column--8.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 8 + 20px * (8 - 1));
}
.grid__column--8.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 8);
}
@media (max-width: 980px) {
  .grid__column--8 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--9 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 9 + 45px * (9 - 1));
}
.grid__column--9.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 9 + 20px * (9 - 1));
}
.grid__column--9.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 9);
}
@media (max-width: 980px) {
  .grid__column--9 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--10 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 10 + 45px * (10 - 1));
}
.grid__column--10.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 10 + 20px * (10 - 1));
}
.grid__column--10.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 10);
}
@media (max-width: 980px) {
  .grid__column--10 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--11 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 11 + 45px * (11 - 1));
}
.grid__column--11.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 11 + 20px * (11 - 1));
}
.grid__column--11.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 11);
}
@media (max-width: 980px) {
  .grid__column--11 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}
.grid__column--12 {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
}
.grid__column--12.-gutter-small {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 0.5px - 20px * (12 - 1)) / 12 * 12 + 20px * (12 - 1));
}
.grid__column--12.-gutter-no {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: calc((100% - 0.5px) / 12 * 12);
}
@media (max-width: 980px) {
  .grid__column--12 {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    width: calc((100% - 0.5px - 45px * (12 - 1)) / 12 * 12 + 45px * (12 - 1));
  }
}

.grid--flex .large-image {
  margin-right: 20px;
  width: 710px;
}
@media (max-width: 980px) {
  .grid--flex .large-image {
    width: 100%;
    height: 50vw;
  }
}
.grid--flex .small-gallery {
  width: 541px;
}
@media (max-width: 980px) {
  .grid--flex .small-gallery {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 980px) {
  .grid--flex .small-gallery .gallery__item {
    margin-top: 0;
    margin-right: 5px;
    width: calc(25% - 3.75px);
    height: calc(18.75vw - 10px);
  }
  .grid--flex .small-gallery .gallery__item:last-of-type {
    margin-right: 0;
  }
}

.page {
  background-color: white;
}
.page.page--fixed-header {
  padding-top: 100px;
}
@media all and (max-width: 1130px) {
  .page.page--fixed-header {
    padding-top: 60px;
  }
}
.section {
  position: relative;
  width: 100%;
  padding: 140px 0;
}
@media screen and (max-width: 1320px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 680px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-height: 1000px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-height: 850px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section.small {
  max-width: 800px;
  margin: auto;
}
.section .section__container {
  margin: 0 auto;
  max-width: 1270px;
}
@media screen and (max-width: 1320px) {
  .section .section__container {
    max-width: 100%;
  }
}
.section .section__container.section__container--footer {
  margin: 20px auto;
}
.section .section__container.section__container--footer .grid__column--3:last-child {
  text-align: right;
}
.section .section__container.section__container--footer a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.section .section__container.section__container--footer a:hover {
  color: #e5007e;
}
.section--header {
  position: fixed;
  z-index: 10;
  top: 0;
  height: 100px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}
@media all and (max-width: 1130px) {
  .section--header {
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .section--header div {
    height: 60px;
  }
}
@media (max-width: 980px) {
  .section--header .grid--flex {
    flex-direction: row;
  }
}
.section--no-spacing-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.section--lesser-vertical-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.-no-bottom-spacing {
  padding-bottom: 0;
}
.section--purple {
  background: #80358a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #80358a 0%, #9e66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--purple * {
  color: white;
}
@media (max-width: 980px) {
  .section--purple .title--center,
  .section--purple .text--center,
  .section--purple blockquote + h4 {
    text-align: center !important;
  }
}
.section--blue {
  background: #253786; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #253786 0%, #4e5c9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--blue * {
  color: white;
}
.section--pink {
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--pink * {
  color: white;
}
@media (max-width: 980px) {
  .section--pink .title--center,
  .section--pink .text--center {
    text-align: center !important;
  }
}
.section--purple-flower {
  background: url("/img/flower-purple.svg"), #80358a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: url("/img/flower-purple.svg"), linear-gradient(to right, #80358a 0%, #9e66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: auto calc(100% - 60px), cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: white;
}
.section--colored-flower {
  background: url("/img/footer-logo.svg"), #80358a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: url("/img/footer-logo.svg"), linear-gradient(to right, #80358a 0%, #9e66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: auto calc(100% - 60px), cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 680px) {
  .section--colored-flower {
    background-size: 102% auto, cover;
  }
}
.section--colored-flower * {
  color: white;
}
.section--wide {
  max-width: 1674px;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 1724px) {
  .section--wide {
    max-width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .section--wide {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}
.section--container-wide .section__container {
  width: 100%;
  max-width: 100%;
}
.section.-line-top-grey:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 40px);
  max-width: 800px;
  height: 1px;
  margin: 0 auto;
  background-color: rgb(239.5895953757, 239.5895953757, 239.4104046243);
  content: "";
}
.section.section--grey-top {
  border-top: 1px solid rgb(239.5895953757, 239.5895953757, 239.4104046243);
}

/*
 * — Default - style —
 */
.overflow--hide, .overflow {
  position: relative;
}

.overflow--hide {
  overflow: hidden;
}

.button {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  outline: none;
  height: 50px;
  padding: 0 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  color: #575756;
}
.button .button__icon {
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-left: 5px;
  background-image: url("/img/icon-arrow-white-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  vertical-align: baseline;
}
.button .button__icon.button__icon--left {
  transform: rotate(180deg);
}
.button .button__icon-facebook {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.button .button__icon-facebook > g > .st0 {
  fill: #FFFFFF;
}
.button .button__icon-facebook > g > .st1 {
  fill: #E5007E;
}
.button .button__text {
  line-height: 18px;
}
.button.-is-flexed {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.button--border-white {
  border: 2px solid white;
}
.button--text-white {
  color: white !important;
}
.button--purple, .team .overview .member .content .actions .button[href^=mailto] {
  background: #80358a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #80358a 0%, #9e66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  outline: none;
}
.button--pink {
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.button--blue {
  background: #253786; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #253786 0%, #4e5c9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.button:hover.button--border-white {
  background-color: white;
  color: #e5007e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.button:hover.button--border-white .button__icon {
  background-image: url("/img/icon-arrow-pink-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.button:hover.button--purple, .team .overview .member .content .actions .button[href^=mailto]:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #9e66a8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e66a8 0%, #80358a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.button:hover.button--blue {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.button:hover.button--pink {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #ec61a0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ec61a0 0%, #e5007e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.button:hover.button--border-white .button__text {
  color: #e5007e !important;
}
.button:active.button--purple, .team .overview .member .content .actions .button[href^=mailto]:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.button:active.button--blue {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.button:active.button--pink {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section--white .button--border-white {
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
}
.section--white .button--border-white:hover {
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.section--white .button--border-white:hover .button__icon {
  background-image: url("/img/icon-arrow-white-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

a.button {
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
a.button:after {
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-left: 18px;
  background-image: url("/img/icon-arrow-white-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  vertical-align: baseline;
  content: "";
}

.card--form, .-background-white.card--service, .-background-white.card--sidebar, .-background-white.card--form, .-background-white.card {
  background-color: white;
}

.card--sidebar, .-background-grey.card--service, .-background-grey.card--sidebar, .-background-grey.card--form, .-background-grey.card, .-background-grey.grid__column, .-background-grey.grid__column--1, .-background-grey.grid__column--2, .-background-grey.grid__column--3, .-background-grey.grid__column--4, .-background-grey.grid__column--5, .-background-grey.grid__column--6, .-background-grey.grid__column--7, .-background-grey.grid__column--8, .-background-grey.grid__column--9, .-background-grey.grid__column--10, .-background-grey.grid__column--11, .-background-grey.grid__column--12 {
  background-color: rgb(239.5895953757, 239.5895953757, 239.4104046243);
}

.card--service, .-border-grey.grid__column, .-border-grey.grid__column--1, .-border-grey.grid__column--2, .-border-grey.grid__column--3, .-border-grey.grid__column--4, .-border-grey.grid__column--5, .-border-grey.grid__column--6, .-border-grey.grid__column--7, .-border-grey.grid__column--8, .-border-grey.grid__column--9, .-border-grey.grid__column--10, .-border-grey.grid__column--11, .-border-grey.grid__column--12 {
  border: 1px solid rgb(239.5895953757, 239.5895953757, 239.4104046243);
}

.-padding-immensive.card__section--purple, .-padding-immensive.card__section--pink, .-padding-immensive.card__section, .-padding-immensive.card--service, .-padding-immensive.card--sidebar, .-padding-immensive.card--form, .-padding-immensive.card {
  padding: 45px 50px;
}

.card--form, .-padding-large.card--service, .-padding-large.card--sidebar, .-padding-large.card--form, .-padding-large.card {
  padding: 40px;
}

.card--service {
  padding: 35px;
}

.-shadow-1.card--service, .-shadow-1.card--sidebar, .-shadow-1.card--form, .-shadow-1.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.-shadow-2.card--service, .-shadow-2.card--sidebar, .-shadow-2.card--form, .-shadow-2.card {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card--service, .-rounded-5.card--service, .-rounded-5.card--sidebar, .-rounded-5.card--form, .-rounded-5.card {
  border-radius: 5px;
}

.card--sidebar, .card--form, .-rounded-10.card--service, .-rounded-10.card--sidebar, .-rounded-10.card--form, .-rounded-10.card {
  border-radius: 10px;
}

.card--service:last-of-type, .card--sidebar:last-of-type, .card--form:last-of-type, .card:last-of-type {
  border-right: 1px solid rgb(239.5895953757, 239.5895953757, 239.4104046243);
}

.card__section--purple, .card__section--pink, .card__section {
  border-bottom: 1px solid rgb(188.8843930636, 188.8843930636, 188.1156069364);
}
.card__section--purple:last-of-type, .card__section--pink:last-of-type, .card__section:last-of-type {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}

.card--form {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
}
@media (max-width: 980px) {
  .card--form {
    position: static;
    margin-bottom: -100px;
  }
  .card--form::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: 150px;
    z-index: -1;
    background-color: white;
  }
}
@media (max-width: 680px) {
  .card--form {
    padding: 40px 20px;
  }
  .card--form::before {
    left: -20px;
    width: calc(100% + 40px);
    height: 100px;
  }
}
.card--service {
  height: 100%;
}
@media (max-width: 980px) {
  .card--service {
    margin-top: 30px;
  }
}

.card__section--pink {
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.card__section--pink * {
  color: white;
}
.card__section--purple {
  background: #80358a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #80358a 0%, #9e66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.card__section--purple .download-button {
  color: #80358a;
  background-color: white;
  border-radius: 4px;
}
.card__section--purple .download-button i.button__icon {
  background-image: url("/img/icon-arrow-purple-down.svg");
  width: 12px;
  height: 15px;
}
.card__section--purple .download-button::after {
  display: none;
}
.card__section--purple * {
  color: white;
}

.card__icon {
  width: 100%;
  height: 58px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  box-sizing: content-box;
  border-bottom: 1px solid rgb(239.5895953757, 239.5895953757, 239.4104046243);
}

.card__title {
  display: block;
  margin-bottom: 20px;
  color: #e5007e;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

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

.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image--full {
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.image--full:hover {
  transform: scale(1.2);
}
.image--pointer {
  cursor: pointer;
}

.link {
  text-decoration: none;
  cursor: pointer;
}
.link.link--home {
  display: inline-block;
  width: 198px;
  height: 100px;
  background-image: url("/img/top-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1130px) {
  .link.link--home {
    margin-left: -20px;
    width: 205px;
    background-image: url("/img/mobile-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: top left;
  }
}
.link.link--menu {
  color: inherit;
  font-weight: 400;
  font-size: 18px;
}
.link.link--menu:hover {
  color: inherit;
}
.link--pink {
  color: #e5007e;
  font-weight: 300;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link--pink .link__icon {
  fill: #e5007e;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link--pink:hover {
  color: #B2006A;
}
.link--pink:hover .link__icon {
  fill: #B2006A;
}
.link--spacing {
  display: inline-block;
  margin-top: 35px;
}
.link__icon {
  display: inline-block;
  width: 13px;
  height: 9px;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: rotate(-90deg);
}
.link__icon.-rotate-0 {
  transform: rotate(0deg);
}
.link__icon.-rotate-90 {
  transform: rotate(90deg);
}
.link__icon.-rotate-180 {
  transform: rotate(180deg);
}

@media all and (max-width: 1130px) {
  .menu {
    display: none;
  }
}
.menu .menu__item {
  display: inline-block;
  margin-left: 35px;
  text-align: left;
  color: #80358a;
  font-weight: 400;
}
.menu .menu__item:first-child {
  margin-left: 0;
}
.menu .menu__item:hover {
  color: #B31A84;
}
.menu .menu__item.menu__item--active {
  color: #e5007e;
}
.menu .menu__item.active {
  color: #e5007e;
}
.menu .menu__item.menu__item--submenu {
  position: relative;
}
.menu .menu__item.menu__item--submenu:after {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/img/icon-arrow-purple-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.menu .menu__item.menu__item--submenu:hover .menu {
  display: block;
}
.menu .menu__item.menu__item--submenu:hover:after {
  background-image: url("/img/icon-arrow-hover-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
.menu .menu__item.menu__item--submenu.menu__item--active:after {
  background-image: url("/img/icon-arrow-active-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu .menu__item.menu__item--submenu.active:after {
  background-image: url("/img/icon-arrow-active-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu .menu__item.menu__item--submenu .menu .menu__item {
  color: #80358a;
}
.menu .menu__item.menu__item--submenu .menu .menu__item:hover {
  color: #B31A84;
}
.menu .menu__item.menu__item--submenu .menu .menu__item.menu__item--active {
  color: #e5007e;
}
.menu.menu--ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu.menu--header > .menu__item {
  line-height: 100px;
}
.menu.menu--sub {
  position: absolute;
  left: -15px;
  top: 98px;
  display: none;
  width: calc(100% + 30px);
  padding: 15px;
  min-width: 160px;
  background-color: white;
  line-height: 22px;
  border-radius: 0 0 5px 5px;
}
.menu.menu--sub .menu__item {
  margin-left: 0;
  margin-bottom: 8px;
  line-height: 22px;
}

.text-field {
  display: block;
  margin-bottom: 20px;
}
.text-field--spacing-top {
  margin-top: 7px;
  margin-bottom: 7px;
}
.text-field--inline {
  display: inline-block;
  margin-right: 18px;
}
.text-field--inline.text-field--select {
  width: auto;
}
@media (max-width: 680px) {
  .text-field--inline.text-field--select {
    width: 100%;
  }
}
.text-field .text-field__input, .text-field .text-field__textarea {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  padding: 10px 13px;
  background-color: white;
  border: 1px solid rgba(87, 87, 86, 0.4);
  font-size: 18px;
  line-height: 22px;
  color: #575756;
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.text-field .text-field__input:focus, .text-field .text-field__textarea:focus {
  border-color: rgba(87, 87, 86, 0.7);
}
.text-field .text-field__input::-moz-placeholder, .text-field .text-field__textarea::-moz-placeholder {
  color: rgba(87, 87, 86, 0.4);
}
.text-field .text-field__input::placeholder, .text-field .text-field__textarea::placeholder {
  color: rgba(87, 87, 86, 0.4);
}
.text-field--invalid .text-field__input, .text-field--invalid .text-field .text-field__textarea, .text-field .text-field--invalid .text-field__textarea {
  color: #e5007e;
  border: 1px solid #e5007e;
}
.text-field--invalid .text-field__input::-moz-placeholder, .text-field--invalid .text-field .text-field__textarea::-moz-placeholder, .text-field .text-field--invalid .text-field__textarea::-moz-placeholder {
  color: #e5007e;
}
.text-field--invalid .text-field__input::placeholder, .text-field--invalid .text-field .text-field__textarea::placeholder, .text-field .text-field--invalid .text-field__textarea::placeholder {
  color: #e5007e;
}
.text-field--dirty .text-field__input, .text-field--dirty .text-field .text-field__textarea, .text-field .text-field--dirty .text-field__textarea {
  color: #575756;
}
.text-field .text-field__select {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: auto;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 22px;
  color: black;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.text-field .text-field__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.text-field .text-field__select::-ms-expand {
  display: none;
}
.text-field .text-field__select--offer-width {
  width: 200px;
  height: 32px;
}
.text-field .text-field__select--larger {
  width: 317px;
  height: 32px;
}
.text-field--select {
  position: relative;
  width: 100%;
  padding: 8px 13px;
  background-color: white;
  border: 1px solid rgba(87, 87, 86, 0.4);
  border-radius: 5px;
  box-sizing: border-box;
}
.text-field--select:hover {
  border-color: rgba(87, 87, 86, 0.7);
}
.text-field--select::after {
  position: absolute;
  content: "";
  right: 13px;
  top: calc((100% - 13px) / 2);
  display: block;
  width: 9px;
  height: 13px;
  background-image: url("/img/icon-arrow-pink-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(90deg);
}
.text-field--dirty .text-field__select {
  color: #575756;
}
.text-field .text-field__textarea {
  resize: none;
}
.text-field .text-field__textarea:focus {
  border-color: rgba(87, 87, 86, 0.7);
}
.text-field .text-field__textarea::-moz-placeholder {
  color: rgba(87, 87, 86, 0.4);
}
.text-field .text-field__textarea::placeholder {
  color: rgba(87, 87, 86, 0.4);
}
.text-field--invalid .text-field__textarea {
  color: #e5007e;
  border: 1px solid #e5007e;
}
.text-field--invalid .text-field__textarea::-moz-placeholder {
  color: #e5007e;
}
.text-field--invalid .text-field__textarea::placeholder {
  color: #e5007e;
}
.text-field--dirty .text-field__textarea {
  color: #575756;
}

.text {
  display: block;
  width: 100%;
}
.text.text--part-spacing {
  margin-top: 45px;
}
.text.text--left {
  text-align: left;
}
.text.text--column-2 {
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 980px) {
  .text.text--column-2 {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.text.text--column-3 {
  -moz-column-count: 3;
  -moz-column-gap: 60px;
  -webkit-column-count: 3;
  -webkit-column-gap: 60px;
  column-count: 3;
  column-gap: 60px;
}
@media (max-width: 980px) {
  .text.text--column-3 {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.text.text--container-small {
  margin: 1em auto 1.6em auto;
  max-width: 800px;
}
.text.text--grey {
  color: rgb(163.5317919075, 163.5317919075, 162.4682080925);
}
.text.text--grey a {
  color: rgb(163.5317919075, 163.5317919075, 162.4682080925);
  text-decoration: none;
}

.text--right {
  text-align: right;
}
@media (max-width: 680px) {
  .text--right {
    text-align: left;
  }
}
.text--center {
  text-align: center;
}
@media (max-width: 680px) {
  .text--center {
    text-align: left !important;
  }
}

ul {
  padding: 20px 0 20px 30px;
}
ul li {
  list-style: none;
  position: relative;
}
ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: -30px;
  top: 10px;
  background-color: #E5007E;
}

.-color-purple.title--tiny, .-color-purple.title--small, .-color-purple.title--medium, .-color-purple.title--large, .-color-purple.title {
  color: #80358a;
}

.-color-pink.title--tiny, .-color-pink.title--small, .-color-pink.title--medium, .-color-pink.title--large, .-color-pink.title {
  color: #9e66a8;
}

.-color-white.title--tiny, .-color-white.title--small, .-color-white.title--medium, .-color-white.title--large, .-color-white.title {
  color: white;
}

.title--large, .-size-large.title--tiny, .-size-large.title--small, .-size-large.title--medium, .-size-large.title--large, .-size-large.title {
  font-size: 50px;
  line-height: 113px;
}
@media (max-width: 680px) {
  .title--large, .-size-large.title--tiny, .-size-large.title--small, .-size-large.title--medium, .-size-large.title--large, .-size-large.title {
    font-size: 35px;
    line-height: 35px;
  }
}

.title--medium, .-size-medium.title--tiny, .-size-medium.title--small, .-size-medium.title--medium, .-size-medium.title--large, .-size-medium.title {
  font-size: 35px;
  line-height: 35px;
}

.title--small, .-size-small.title--tiny, .-size-small.title--small, .-size-small.title--medium, .-size-small.title--large, .-size-small.title {
  font-size: 25px;
  line-height: 25px;
}

.title--tiny, .-size-tiny.title--tiny, .-size-tiny.title--small, .-size-tiny.title--medium, .-size-tiny.title--large, .-size-tiny.title {
  font-size: 20px;
  line-height: 20px;
}

.title--large, .-margin-large.title--tiny, .-margin-large.title--small, .-margin-large.title--medium, .-margin-large.title--large, .-margin-large.title {
  margin-bottom: 45px;
}

.title--medium, .-margin-medium.title--tiny, .-margin-medium.title--small, .-margin-medium.title--medium, .-margin-medium.title--large, .-margin-medium.title {
  margin-bottom: 35px;
}

.title--small, .-margin-small.title--tiny, .-margin-small.title--small, .-margin-small.title--medium, .-margin-small.title--large, .-margin-small.title {
  margin-bottom: 25px;
}

.title--tiny, .-margin-tiny.title--tiny, .-margin-tiny.title--small, .-margin-tiny.title--medium, .-margin-tiny.title--large, .-margin-tiny.title {
  margin-bottom: 20px;
}

.-align-center.title--tiny, .-align-center.title--small, .-align-center.title--medium, .-align-center.title--large, .-align-center.title {
  text-align: center;
}

.-align-right.title--tiny, .-align-right.title--small, .-align-right.title--medium, .-align-right.title--large, .-align-right.title {
  text-align: right;
}

.-align-left.title--tiny, .-align-left.title--small, .-align-left.title--medium, .-align-left.title--large, .-align-left.title {
  text-align: left;
}

.title--tiny, .title--small, .title--medium, .title--large, .title {
  display: inline-block;
  margin-top: 0;
  font-weight: 400;
}
.title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 50px;
}
@media (max-width: 680px) {
  .title {
    font-size: 35px;
    line-height: 35px;
    text-align: left;
  }
}
.title.title--center {
  text-align: center;
}
@media (max-width: 980px) {
  .title.title--center {
    text-align: left;
  }
}
.title.title--purple {
  color: #80358a;
}
.title.title--white {
  color: white;
}
.title.title--pink {
  color: #e5007e;
}
.title.title--smaller {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 40px;
}
.title.title--smallest {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}
.title.title--has-sub {
  margin-bottom: 10px;
}
.title.title--sub {
  font-weight: 300;
}

.search-action-form {
  border-radius: 5px;
}
.search-action-form .pink {
  background: linear-gradient(to right, #ec61a0 0%, #e5007e 100%);
}
.search-action-form .purple {
  background-color: #80358a;
}
.search-action-form .third {
  width: 33.3333333333%;
  float: left;
}
@media (max-width: 980px) {
  .search-action-form .third {
    width: 100%;
  }
}
.search-action-form .half {
  width: 50%;
  float: left;
}
@media all and (max-width: 1130px) {
  .search-action-form .half:nth-child(1) {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .search-action-form .half {
    width: 100%;
  }
  .search-action-form .half:nth-child(1) {
    padding-right: 45px;
  }
}
@media (max-width: 680px) {
  .search-action-form .half:nth-child(1) {
    padding-right: 20px;
  }
}
.search-action-form .twothird {
  width: 66.6666666667%;
  float: left;
  display: flex;
}
@media (max-width: 980px) {
  .search-action-form .twothird {
    flex-direction: column;
    width: 100%;
  }
}
.search-action-form .twothird:after {
  content: "";
  clear: both;
  float: none;
}
.search-action-form .part {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-action-form .part .text-field:last-child {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .search-action-form .part + .part {
    padding-top: 0;
  }
  .search-action-form .part div + div {
    margin-top: 30px;
  }
}
@media (max-width: 680px) {
  .search-action-form .part {
    padding: 40px 20px;
  }
}
.search-action-form .contents {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(87, 87, 86, 0.4);
}
@media (max-width: 980px) {
  .search-action-form .contents {
    flex-direction: column;
  }
}
.search-action-form .contents .subtitle {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.search-action-form .contents:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}
.search-action-form .text-field__select {
  color: #C5C5C5;
}
.search-action-form .text-field__select.selected {
  color: #575756;
}
.search-action-form .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.search-action-form .loading div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 100px;
  height: 15px;
  animation: gradient 1s infinite;
}
@keyframes gradient {
  0% {
    background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  50% {
    background: #ec61a0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec61a0 0%, #e5007e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  100% {
    background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.privacy {
  margin-bottom: 30px;
}
.privacy input {
  opacity: 0;
  position: absolute;
  left: -999999px;
  border: 1px solid rgba(87, 87, 86, 0.4);
}
.privacy input:hover {
  border-color: rgba(87, 87, 86, 0.7);
}
.privacy input:checked + label::before {
  background-image: url("/img/check-roze.svg");
}
.privacy label {
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.privacy label > span {
  display: inline-block;
}
.privacy label > span > a {
  text-decoration: underline;
  color: white;
}
.privacy label > span > a:hover {
  text-decoration: none;
}
.privacy label > a {
  display: inline-block;
  margin-left: 3px;
  text-decoration: underline;
  color: white;
}
.privacy label > a:hover {
  text-decoration: none;
}
.privacy label::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  display: inline-block;
  margin-right: 12px;
  border-radius: 2px;
  transition: 250ms ease-in-out;
  background-size: 75% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.privacy.-is-dark input:checked + label::before {
  background-image: url("/img/check-roze.svg");
}
.privacy.-is-dark label {
  color: #80358a;
}
.privacy.-is-dark label > span {
  color: #80358a;
}
.privacy.-is-dark label > span > a {
  color: #80358a;
}
.privacy.-is-dark label:before {
  background-color: white;
  border: 1px solid rgba(87, 87, 86, 0.4);
}

/*
 * — Widgets / extra content —
 */
.service {
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  padding: 65px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 980px) {
  .service {
    padding: 0 40px 40px;
  }
}
.service .service__name {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 35px;
  line-height: 50px;
  color: white;
}
.service .service__icon {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 50px;
  max-height: 102px;
}
.service .service__button {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid white;
}
.service .service__button .button__icon {
  margin-left: 15px;
}
.service .service__button .button__icon > path {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  fill: white;
}
.service:hover .service__icon {
  transform: translateY(-15px);
}
.service:hover .service__button {
  background-color: white;
}
.service:hover .service__button .button__text {
  color: #e5007e;
}
.service:hover .service__button .button__icon > path {
  fill: #e5007e;
}

.section--white .service {
  background-color: #e5007e;
}
.section--white .service.service--0 {
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--white .service.service--1 {
  background: #253786; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #253786 0%, #4e5c9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--white .service.service--1:hover .service__button .button__text {
  color: #253786 !important;
}
.section--white .service.service--1:hover .service__button .button__icon > path {
  fill: #253786;
}
.section--white .service.service--2 {
  background: #80358a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #80358a 0%, #9e66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--white .service.service--2:hover .service__button .button__text {
  color: #80358a !important;
}
.section--white .service.service--2:hover .service__button .button__icon > path {
  fill: #80358a;
}
.section--white .service:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.house {
  background-color: white;
  border: 1px solid rgba(87, 87, 86, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.house .house__image {
  position: relative;
  width: 100%;
  height: 243px;
  background-image: url("/img/img-aanbod-placeholder.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.house .house__image--condition-sold::before {
  position: absolute;
  left: -97px;
  top: 96px;
  display: block;
  width: 244px;
  height: 50px;
  padding-top: 10px;
  content: "Verkocht o.v.";
  color: white;
  font-size: 20px;
  text-align: center;
  background: #9e66a8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9e66a8 0%, #80358a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transform: rotate(90deg);
  box-sizing: border-box;
}
.house .house__image--sold::before {
  position: absolute;
  left: -97px;
  top: 96px;
  display: block;
  width: 244px;
  height: 50px;
  padding-top: 10px;
  content: "Verkocht";
  color: white;
  font-size: 20px;
  text-align: center;
  background: #ec61a0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec61a0 0%, #e5007e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transform: rotate(90deg);
  box-sizing: border-box;
}
.house .house__image .label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, #253786, #4E5C9D);
  color: white;
}
.house .house__image .label.vov {
  background: linear-gradient(to right, #81358A, #996699);
}
.house .house__image .label span {
  transform: rotate(90deg) translate(-50%, 0);
  transform-origin: bottom left;
  margin-top: 140%;
  display: block;
  font-size: 20px;
  line-height: 50px;
  width: -moz-max-content;
  width: max-content;
}
.house .house__content {
  position: relative;
  display: block;
  padding: 24px 20px;
  text-decoration: none;
}
.house .house__content::after {
  position: absolute;
  display: block;
  content: "";
  right: 20px;
  top: calc((100% - 13px) / 2);
  width: 9px;
  height: 13px;
  background-image: url("/img/icon-arrow-pink-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.house .house__name {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 20px;
  line-height: 27px;
  color: #80358a;
}
.house .house__description {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  color: #80358a;
}
.house .house__price {
  display: block;
  color: #e5007e;
  font-weight: 400;
}
.house .house__info {
  display: flex;
  border-top: 1px solid rgba(87, 87, 86, 0.4);
}
.house .house__info-part {
  width: calc((100% - 2px) / 3);
  height: 70px;
  border-right: 1px solid rgba(87, 87, 86, 0.4);
  color: #80358a;
  font-weight: 400;
  text-align: center;
  line-height: 70px;
}
.house .house__info-part::before {
  margin-right: 6px;
}
.house .house__info-part.house__info-part--surface::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/img/icon-size.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  vertical-align: text-bottom;
}
.house .house__info-part.house__info-part--rooms::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/img/icon-rooms.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  vertical-align: text-bottom;
}
.house .house__info-part.house__info-part--bathrooms {
  border-right: none;
}
.house .house__info-part.house__info-part--bathrooms::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/img/icon-bathrooms.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  vertical-align: text-bottom;
}
.house .house__info-part:last-child {
  border-right: none;
}
.house:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: scale(1.05);
}

.label--side-left {
  position: absolute;
  transform-origin: left top;
  transform: rotate(90deg);
  left: 50px;
  top: 0;
  display: block;
  height: 50px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
  content: "";
  text-align: center;
  box-sizing: border-box;
}
.label--house-image {
  width: 474px;
}
.label--purple {
  background: #9e66a8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9e66a8 0%, #80358a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.label--pink {
  background: #ec61a0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec61a0 0%, #e5007e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.label--blue {
  background: #4e5c9d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e5c9d 0%, #253786 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}

.-with-spacing.table td, .-with-spacing.table th {
  padding: 8px 0;
}

.table {
  width: 100%;
  margin: 0;
}
.table tr td, .table tr th {
  border-bottom: 1px solid rgb(214.2369942197, 214.2369942197, 213.7630057803);
}
.table tr:first-of-type td, .table tr:first-of-type th {
  border-top: 1px solid rgb(214.2369942197, 214.2369942197, 213.7630057803);
}

.table tr th {
  width: 50%;
  text-align: left;
  color: rgb(163.5317919075, 163.5317919075, 162.4682080925);
  font-weight: 300;
  font-size: 16px;
}

.section--purple-flower .grid__column--7 table tr a {
  font-weight: 300;
}
@media (max-width: 680px) {
  .section--purple-flower .grid__column--7 table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section--purple-flower .grid__column--7 table tr td + td {
    margin-top: 30px;
  }
}

.team {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 680px) {
  .team {
    margin-top: 0;
  }
}
.team:before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background: #e5007e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5007e 0%, #ec61a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1500px) {
  .team:before {
    display: none;
  }
}
.team .overview {
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
  margin: 0 auto;
  max-width: 1270px;
}
@media (max-width: 980px) {
  .team .overview {
    flex-direction: column;
  }
}
.team .overview .member {
  margin-right: 43px;
  width: calc((100% - 86px) / 3);
  overflow: hidden;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
}
.team .overview .member:nth-of-type(3n+0) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .team .overview .member {
    width: 100%;
  }
  .team .overview .member + .member {
    margin-top: 30px;
  }
}
.team .overview .member .image {
  width: 100%;
  height: 0;
  padding-top: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: gray;
}
.team .overview .member .content {
  width: 100%;
  padding: 25px;
  background-color: white;
  text-align: center;
}
@media (max-width: 680px) {
  .team .overview .member .content {
    padding: 20px;
  }
}
.team .overview .member .content .name {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #e5007e;
}
.team .overview .member .content .position {
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #e5007e;
}
.team .overview .member .content .actions {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-top: 18px;
}
.team .overview .member .content .actions .button {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  color: white;
}
.team .overview .member .content .actions .button > svg {
  display: inline-block;
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.team .overview .member .content .actions .button[href^=tel] > svg > path {
  fill: white;
}
.team .overview .member .content .actions .button[href^=tel] > svg > g > g > g > path {
  stroke: #e5007e;
  fill: white;
}
.team .overview .member .content .actions .button[href^=mailto] > svg > path {
  fill: white;
}
.team .overview .member .content .actions .button[href^=mailto] > svg > g > path {
  fill: white;
  stroke: #80358a;
}
.team .overview .member .content .actions .button:first-of-type {
  margin-bottom: 8px;
}

.footer {
  text-align: center;
  padding: 0;
  list-style: none;
}
@media (max-width: 980px) {
  .footer {
    text-align: left;
  }
}
.footer > li {
  display: inline-block;
  margin: 0 13px;
}
.footer > li::before {
  display: none;
}
@media (max-width: 980px) {
  .footer > li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.footer > li > a {
  color: rgb(163.5317919075, 163.5317919075, 162.4682080925);
  text-decoration: none;
}

footer .grid--flex .contact-info {
  width: 240px;
  margin-right: 62px;
}
footer .grid--flex .contact-info table th {
  width: 58px;
  text-align: left;
}
footer .grid--flex .contact-info table td a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
footer .grid--flex .contact-info table td a:hover {
  color: #e5007e;
}
footer .grid--flex .partners {
  width: 423px;
  margin-right: 62px;
}
@media (max-width: 980px) {
  footer .grid--flex .partners {
    margin-top: 50px;
    margin-right: 0;
    width: 100%;
  }
}
footer .grid--flex .partners .partners {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
@media (max-width: 980px) {
  footer .grid--flex .partners .partners {
    margin-top: 0;
  }
}
footer .grid--flex .partners .partners .partner {
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-right: 22px;
  margin-bottom: 22px;
  width: 200px;
  height: 100px;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  footer .grid--flex .partners .partners .partner {
    margin-right: 14px;
    margin-bottom: 14px;
    width: calc(50% - 7px);
  }
}
@media (max-width: 680px) {
  footer .grid--flex .partners .partners .partner {
    background-size: 75% auto;
  }
}
footer .grid--flex .partners .partners .partner:nth-of-type(2n+0) {
  margin-right: 0;
}
footer .grid--flex .partners .partners .partner.-vastgoed-pro {
  background-image: url("/img/logo-vastgoed-pro.png");
}
footer .grid--flex .partners .partners .partner.-erkend-taxateurs {
  background-image: url("/img/logo-erkend-taxateurs.png");
}
footer .grid--flex .partners .partners .partner.-nwwi {
  background-image: url("/img/logo-nwwi.png");
}
footer .grid--flex .partners .partners .partner.-nederlands-register {
  background-image: url("/img/logo-nederlands-register.png");
}
footer .grid--flex .partners .partners .partner:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 980px) {
  footer .grid--flex .reviews {
    margin-top: 50px;
  }
}
@media (max-width: 980px) {
  footer .grid--flex .reviews * {
    text-align: center;
  }
}
footer .grid--flex .reviews__widget {
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
  border-radius: 5px;
  height: 100px;
  width: 200px;
  background-color: white;
}
@media (max-width: 680px) {
  footer .grid--flex .reviews__widget {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}

.hamburger {
  float: right;
  align-items: center;
  display: none;
  width: 36px;
  height: 100%;
  cursor: pointer;
}
@media all and (max-width: 1130px) {
  .hamburger {
    display: flex;
  }
}
.hamburger .inner {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 100%;
}
.hamburger span {
  position: absolute;
  left: 0;
  transition: 147ms;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  height: 4px;
  background: linear-gradient(#80358a, #9e66a8);
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.active span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 20px 50px;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 2;
  transition: 250ms ease-in-out;
  background-color: #9e66a8;
  background-image: url("/img/mobile-background.png");
  background-size: 100% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media all and (max-width: 1130px) {
  .mobile {
    display: block;
  }
}
.mobile .menu {
  opacity: 0;
  transition: 280ms ease-in;
}
.mobile .menu .menu__item {
  display: block;
  line-height: 34px;
  margin: 0;
}
.mobile .menu .menu__item a {
  color: white;
  font-size: 22px;
}
.mobile .menu .menu__item--submenu::after {
  display: none;
}
.mobile .menu .menu--sub {
  position: static;
  padding: 0;
  margin: 10px 0;
  background: none;
}
.mobile .menu .menu--sub .link {
  color: white;
  font-size: 18px;
  font-weight: 300;
}
@media all and (max-width: 1130px) {
  .mobile .menu {
    display: block;
  }
}
.mobile.active {
  top: 0;
}
.mobile.active .menu {
  opacity: 1;
}

.gm-style-iw {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid rgba(87, 87, 86, 0.3) !important;
  padding: 0 !important;
}

.gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-t::after {
  border-left: 1px solid rgba(87, 87, 86, 0.3) !important;
  border-bottom: 1px solid rgba(87, 87, 86, 0.3) !important;
  box-shadow: none !important;
  background-color: white !important;
}

.maps-image {
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 680px) {
  .maps-image {
    height: 100px;
  }
}

.info-window {
  padding-top: 130px;
  max-width: 270px;
  max-height: 250px;
  color: #80358a;
}
@media (max-width: 680px) {
  .info-window {
    padding-top: 100px;
  }
}
.info-window .content {
  position: relative;
  padding: 20px 25px 8px 20px;
}
.info-window .content .title {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
.info-window .content .subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 3px;
  font-weight: 200;
}
.info-window .content .info {
  color: #e5007e;
  font-weight: 900;
  font-size: 14px;
}
.info-window .content .link {
  color: #e5007e;
  z-index: 99;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.info-window .content .link img {
  transform: translateY(6px);
}

.socials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.socials .social {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 6px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: white;
}
.socials .social.facebook:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/img/socials/facebook.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.socials .social.twitter:after {
  content: "";
  display: block;
  width: 31px;
  height: 25px;
  background-image: url("/img/socials/twitter.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.socials .social.linkedin:after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("/img/socials/linkedin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.socials .social.mail:after {
  content: "";
  display: block;
  width: 33px;
  height: 22px;
  background-image: url("/img/socials/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.socials .social:last-of-type {
  margin-right: 0;
}
