@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

body.start-vst [data-vst-section=header] > .view > .top h1 {
  animation: 0.5s ease 1s 1 fadeInFromBottom forwards;
}
body.start-vst [data-vst-section=header] > .view > .top > .container > p {
  animation: 0.5s ease 1.7s 1 fadeInFromBottom forwards;
}
body.start-vst [data-vst-section=header] > .view > .top > .container > .btn {
  animation: 0.5s ease 2.4s 1 fadeInFromBottom forwards;
}

[data-vst-section=header]:not(.fully-in-view) > header,
[data-vst-section=header] > header.hide {
  opacity: 0;
  pointer-events: none;
  top: -50px;
}
[data-vst-section=header] .logo {
  text-decoration: none;
  background-image: url("images/fam-vastgoed-logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 89px;
  height: 50px;
  display: block;
}
[data-vst-section=header] > .mobile-text {
  position: fixed;
  pointer-events: none;
  z-index: 1;
  top: 46vh;
  transform: translateY(-50%);
  left: 15px;
  transition: opacity 0.1s ease;
}
[data-vst-section=header] > .mobile-text h1 {
  color: #fff;
  animation: 0.5s ease 1s 1 fadeIn forwards;
  opacity: 0;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 40px 0;
}
[data-vst-section=header] > .mobile-text p {
  color: #fff;
  animation: 0.5s ease 2s 1 fadeIn forwards;
  opacity: 0;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 48px 0;
}
[data-vst-section=header] > .mobile-text .btn {
  animation: 0.5s ease 3s 1 fadeIn forwards;
  opacity: 0;
  pointer-events: all;
}
[data-vst-section=header] header {
  height: 80px;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease, top 0.2s ease;
  opacity: 1;
}
[data-vst-section=header] header > .container {
  display: flex;
  align-items: center;
}
[data-vst-section=header] header > .container > ul {
  flex: 1 1 auto;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-vst-section=header] header > .container > ul > li {
  padding: 0 30px;
}
[data-vst-section=header] header > .container > ul > li > a {
  color: #000;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  position: relative;
}
[data-vst-section=header] header > .container > ul > li > a:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}
[data-vst-section=header] header > .container > ul > li > a.active {
  font-weight: bold;
}
[data-vst-section=header] header > .container > ul > li > a.active:after {
  opacity: 1;
}
[data-vst-section=header] header > .container > ul > li > a:hover:after {
  opacity: 1;
}
[data-vst-section=header] > .view > .top {
  display: flex;
  align-items: center;
  height: 100vh;
  background: url("images/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
[data-vst-section=header] > .view > .top:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  animation: 1s ease-out 0s 1 fadeIn;
}
[data-vst-section=header] > .view > .top > * {
  z-index: 1;
}
[data-vst-section=header] > .view > .top h1 {
  font-size: 2rem;
  line-height: 5rem;
  color: #fff;
  margin: 0;
  opacity: 0;
  position: relative;
}
[data-vst-section=header] > .view > .top > .container {
  position: relative;
  transition: opacity 0.2s ease, translateX 0.2s ease;
}
[data-vst-section=header] > .view > .top > .container.hide {
  opacity: 0;
}
[data-vst-section=header] > .view > .top > .container > p {
  color: white;
  font-size: 1rem;
  line-height: 1.6rem;
  width: 100%;
  opacity: 0;
  position: relative;
  margin: 2rem 0 1.5rem 0;
}
[data-vst-section=header] > .view > .top > .container > .btn {
  display: inline-block;
  opacity: 0;
  position: relative;
}
[data-vst-section=header] > .view > .bottom {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[data-vst-section=header] > .view > .bottom > .container {
  display: flex;
  gap: 20px;
}
[data-vst-section=header] > .view > .bottom > .container > .block {
  flex: 1 1 auto;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.47);
  padding: 15px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  display: flex;
}
[data-vst-section=header] > .view > .bottom > .container > .block > h3 {
  font-size: 1.4rem;
  margin: 15px 0 10px 0;
}
[data-vst-section=header] > .view > .bottom > .container > .block > p {
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
}

[data-vst-section=usps] > .view.show > ul {
  opacity: 1;
}
[data-vst-section=usps] > .view > .img-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: width 1s ease, height 1s ease, border-radius 1s ease, bottom 1s ease;
  border-radius: 0;
}
[data-vst-section=usps] > .view > .img-wrapper > img {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.2);
  object-position: center center;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.1s ease;
}
[data-vst-section=usps] > .view > h1 {
  color: #fff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 4rem;
  line-height: 4.2rem;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: bottom 1s ease, left 1s ease, color 0.5s ease, font-size 0.5s ease, line-height 0.5s ease, transform 1s ease;
  white-space: nowrap;
}
@media all and (min-width: 1199px) {
  [data-vst-section=usps] > .view > h1 {
    transform: translate(-34%, 50%);
  }
}
[data-vst-section=usps] > .view > ul {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease;
  list-style-type: none;
}
[data-vst-section=usps] > .view > ul > li {
  position: absolute;
  transition: margin 1s ease, opacity 1s ease;
  top: auto;
  margin-top: 400px;
  opacity: 0;
  padding: 0;
}
[data-vst-section=usps] > .view > ul > li.first {
  margin-top: 0;
  opacity: 1;
}
[data-vst-section=usps] > .view > ul > li.second {
  margin-top: -400px;
}
[data-vst-section=usps] > .view > ul > li > h2 {
  margin: 0 0 1.3rem 0;
  font-size: 2.3rem;
}
[data-vst-section=usps] > .view > ul > li > h2:before {
  display: block;
  content: "";
  width: 65px;
  height: 34px;
  position: absolute;
  margin-left: -93px;
  top: 8px;
  background-image: url("images/check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
[data-vst-section=usps] > .view > ul > li > p {
  margin: 0;
  font-size: 1rem;
  padding: 0 10vw;
}

[data-vst-section=headline] {
  background: #F4F4F4;
}
[data-vst-section=headline] .container {
  display: flex;
}
[data-vst-section=headline] .container > .left {
  padding-right: 12vw;
}
[data-vst-section=headline] .container > * {
  display: flex;
  align-items: center;
}
[data-vst-section=headline] .container h2 {
  font-size: 2.7rem;
  margin: 0;
}
[data-vst-section=headline] .container p {
  font-size: 1.1rem;
  margin: 15px 0 50px 0;
}
[data-vst-section=headline] .container img {
  height: calc(50vh - 100px);
  width: 575px;
  object-fit: cover;
  position: relative;
}

[data-vst-section=headline2] .container {
  display: flex;
}
[data-vst-section=headline2] .container > .left {
  padding-right: 7.5vw;
}
[data-vst-section=headline2] .container > * {
  display: flex;
  align-items: center;
}
[data-vst-section=headline2] .container h2 {
  font-size: 2.7rem;
  margin: 0;
}
[data-vst-section=headline2] .container p {
  font-size: 1.1rem;
  margin: 15px 0 30px 0;
}
[data-vst-section=headline2] .container img {
  height: calc(88vh - 100px);
  width: 675px;
  object-fit: cover;
  border-radius: 20px;
}

[data-vst-section=sfeer] > .view.full > h2 {
  top: -80px;
}
[data-vst-section=sfeer] > .view.full > .wrapper {
  width: 100vw;
  top: 0;
  height: 100vh;
  border-radius: 0;
}
@media all and (max-width: 991px) {
  [data-vst-section=sfeer] > .view.full > .wrapper > iframe {
    height: 330%;
    width: 330%;
  }
}
[data-vst-section=sfeer] > .view > h2 {
  position: absolute;
  top: 90px;
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  transition: top 0.3s ease;
}
[data-vst-section=sfeer] > .view > .wrapper {
  height: calc(100vh - 250px);
  width: 58vw;
  transition: width 0.3s ease, top 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
  top: 60px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
[data-vst-section=sfeer] > .view > .wrapper > iframe {
  height: 170%;
  width: 170%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
[data-vst-section=sfeer] > .view > .wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
[data-vst-section=sfeer] > .view > .wrapper > .content.background {
  background: rgba(0, 0, 0, 0.5);
}
[data-vst-section=sfeer] > .view > .wrapper > .content h2 {
  margin: 0;
  font-size: 2.3rem;
}
[data-vst-section=sfeer] > .view > .wrapper > .content p {
  margin: 30px 0 0 0;
  width: 600px;
  font-size: 1.1rem;
  font-weight: 100;
}

[data-vst-section=doelgroepen] > .view {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-vst-section=doelgroepen] > .view > .container {
  position: relative;
  transition: top 0.4s ease;
  top: 0;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container {
    height: 100vh;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (min-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: row-reverse;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .content {
  position: absolute;
  left: 0;
  width: 37vw;
  transition: opacity 0.5s ease, margin 0.5s ease;
  margin-top: 0;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .content {
    width: 100%;
    margin-top: 12vh;
    position: relative;
    order: 1;
    margin-bottom: 0;
    height: 20vh;
    overflow: hidden;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .content > h2 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin: 0;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .content > h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .content > p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7rem;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .content > p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  height: 55vh;
  transition: left 0.5s ease, height 0.5s ease;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col {
    height: 27vh;
    width: calc(50% - 5px);
    order: 2;
    padding-top: 19vh;
    box-sizing: border-box;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:first-of-type > .img {
    z-index: 9;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:nth-of-type(2) > .img {
    z-index: 8;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:nth-of-type(3) > .img {
    z-index: 7;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:nth-of-type(4) > .img {
    z-index: 6;
  }
}
@media all and (min-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col:first-of-type {
    height: 35vh;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:nth-of-type(2) {
    height: 40vh;
    left: 15vw;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:nth-of-type(3) {
    height: 50vh;
    left: 29vw;
  }
  [data-vst-section=doelgroepen] > .view > .container > .col:nth-of-type(4) {
    left: 42vw;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .col > h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 15px 0 0 0;
  transition: opacity 0.5s ease, top 0.8s ease;
  opacity: 0;
  position: relative;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col > h3 {
    font-size: 20px;
    line-height: 25px;
    top: 20px;
    margin: 9px 0 6px 0;
  }
}
@media all and (min-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col > h3 {
    position: absolute;
    top: 100%;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .col > .link {
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col > .link {
    font-size: 14px;
  }
}
@media all and (min-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col > .link {
    position: absolute;
    top: calc(100% + 45px);
  }
}
[data-vst-section=doelgroepen] > .view > .container > .col > .img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container > .col > .img {
    height: 19vh;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.6s ease, width 0.6s ease, left 0.6s ease, right 0.6s ease, top 0.6s ease;
  }
}
[data-vst-section=doelgroepen] > .view > .container > .col > .img.grond {
  background-image: url("images/liggen-op-de-grond.jpeg");
}
[data-vst-section=doelgroepen] > .view > .container > .col > .img.bank {
  background-image: url("images/zitten-op-de-bank.jpeg");
}
[data-vst-section=doelgroepen] > .view > .container > .col > .img.bank2 {
  background-image: url("images/zitten-op-de-bank2.jpeg");
}
[data-vst-section=doelgroepen] > .view > .container > .col > .img.senioren {
  background-image: url("images/senioren.jpeg");
}
@media all and (max-width: 749px) {
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:nth-of-type(2) > .img {
    height: 50vh;
    left: -90%;
    top: 11%;
  }
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:nth-of-type(3) > .img {
    height: 45vh;
    left: 31%;
    top: -109%;
  }
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:nth-of-type(4) > .img {
    height: 40vh;
    top: -98%;
    left: -63%;
  }
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col > .img {
    width: 66vw;
  }
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:first-of-type > .img {
    height: 53vh;
  }
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:nth-of-type(2) > .img {
    height: 48vh;
    left: -89%;
    top: 9%;
  }
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:nth-of-type(3) > .img {
    height: 42vh;
    left: 32%;
    top: -93%;
  }
  [data-vst-section=doelgroepen] > .view > .container:not(.toggle) > .col:nth-of-type(4) > .img {
    height: 36vh;
    top: -82%;
    left: -59%;
  }
}
[data-vst-section=doelgroepen] > .view > .container.toggle > .col > h3 {
  opacity: 1;
}
[data-vst-section=doelgroepen] > .view > .container.toggle > .col > .link {
  animation: 0.5s ease 1.2s 1 fadeIn forwards;
}
@media all and (max-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container.toggle > .col > h3 {
    top: 0;
  }
}
@media all and (min-width: 991px) {
  [data-vst-section=doelgroepen] > .view > .container.toggle {
    top: -45px;
  }
  [data-vst-section=doelgroepen] > .view > .container.toggle > .content {
    opacity: 0;
    margin-top: -350px;
    pointer-events: none;
  }
  [data-vst-section=doelgroepen] > .view > .container.toggle > .col {
    left: 0 !important;
    height: 55vh !important;
  }
}

[data-vst-section=aanbod] {
  background: #f4f4f4;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] {
    display: none !important;
  }
}
@media all and (min-width: 991px) {
  [data-vst-section=aanbod] > .view.map:before {
    opacity: 1;
  }
  [data-vst-section=aanbod] > .view.map > .container > h2 {
    opacity: 0;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col {
    width: 24%;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col:first-of-type {
    left: -7%;
    top: 100px;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col:nth-of-type(2) {
    top: -190px;
    left: 10%;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col:nth-of-type(3) {
    left: 10%;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col > .image {
    height: 220px;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col > ul {
    height: 0;
    padding: 0 30px;
  }
  [data-vst-section=aanbod] > .view.map > .container > .col > .bottom > div:first-of-type {
    opacity: 1;
  }
}
[data-vst-section=aanbod] > .view:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  background-image: url("images/kaart.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
[data-vst-section=aanbod] > .view > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container {
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
[data-vst-section=aanbod] > .view > .container > h2 {
  position: absolute;
  left: 0;
  top: -95px;
  opacity: 1;
  font-size: 2.4rem;
  transition: opacity 0.4s ease;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > h2 {
    top: 90px;
    left: 30px;
  }
}
@media all and (max-width: 1199px) {
  [data-vst-section=aanbod] > .view > .container > h2 {
    font-size: 20px;
  }
}
[data-vst-section=aanbod] > .view > .container > .col {
  width: 33.33333%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: width 0.6s ease, left 0.6s ease, top 0.6s ease, opacity 0.3s ease;
  left: 0;
  top: 0;
  position: relative;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > .col {
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    top: 50vh;
    transform: translateY(-50%);
    border: 1px solid #fff;
  }
  [data-vst-section=aanbod] > .view > .container > .col:nth-of-type(2) {
    left: calc(100% - 15px);
  }
  [data-vst-section=aanbod] > .view > .container > .col:nth-of-type(3) {
    left: calc(200% - 30px);
  }
}
[data-vst-section=aanbod] > .view > .container > .col:first-of-type > .image {
  background-image: url("images/gebouw-2.jpg");
}
[data-vst-section=aanbod] > .view > .container > .col:nth-of-type(2) > .image {
  background-image: url("images/headline-img.jpg");
}
[data-vst-section=aanbod] > .view > .container > .col:nth-of-type(3) > .image {
  background-image: url("images/gebouw-3.jpg");
}
[data-vst-section=aanbod] > .view > .container > .col > .image {
  width: 100%;
  height: 330px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: height 0.6s ease;
}
@media all and (max-width: 1199px) {
  [data-vst-section=aanbod] > .view > .container > .col > .image {
    height: 28vh;
  }
}
[data-vst-section=aanbod] > .view > .container > .col > .image > .hearth {
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: #58D49D;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-vst-section=aanbod] > .view > .container > .col > .image > .hearth:hover > svg > path {
  fill: #c11111;
}
[data-vst-section=aanbod] > .view > .container > .col > .image > .hearth > svg {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 0;
  padding: 0;
}
[data-vst-section=aanbod] > .view > .container > .col > .image > .hearth > svg > path {
  fill: #fff;
  transition: fill 0.2s ease;
}
[data-vst-section=aanbod] > .view > .container > .col > ul {
  list-style-type: none;
  margin: 0;
  padding: 30px 30px 25px 30px;
  transition: height 0.6s ease, padding 0.6s ease, color 0.6s ease;
  overflow: hidden;
  color: #000;
}
@media all and (min-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > .col > ul {
    height: 12rem;
  }
}
[data-vst-section=aanbod] > .view > .container > .col > ul > li {
  padding: 8px 0;
  font-weight: 500;
  font-size: 1rem;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > .col > ul > li {
    font-size: 14px;
  }
}
[data-vst-section=aanbod] > .view > .container > .col > ul > li:first-of-type {
  font-size: 0.9rem;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > .col > ul > li:first-of-type {
    font-size: 10px;
  }
}
[data-vst-section=aanbod] > .view > .container > .col > ul > li > h3 {
  margin: 0;
}
[data-vst-section=aanbod] > .view > .container > .col > .bottom {
  border-top: 2px solid #f4f4f4;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > .col > .bottom {
    padding: 10px 25px;
  }
}
[data-vst-section=aanbod] > .view > .container > .col > .bottom > div:first-of-type {
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media all and (max-width: 991px) {
  [data-vst-section=aanbod] > .view > .container > .col > .bottom > .link {
    font-size: 14px;
    font-weight: 400;
  }
  [data-vst-section=aanbod] > .view > .container > .col > .bottom > .link:after {
    width: 23px;
    height: 28px;
    margin-left: 10px;
  }
}

[data-vst-section=hotspots] {
  background: #f4f4f4;
}
[data-vst-section=hotspots] h2 {
  font-size: 2.4rem;
}
[data-vst-section=hotspots] p {
  font-weight: 600;
}
[data-vst-section=hotspots] .container > h2 {
  margin: 0;
}
[data-vst-section=hotspots] .container > p {
  font-size: 1rem;
  margin: 12px 0 40px 0;
}
[data-vst-section=hotspots] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
}
[data-vst-section=hotspots] ul.second > li {
  left: -720px;
}
[data-vst-section=hotspots] ul.second > li:nth-of-type(1) > .image {
  background-size: auto 100%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.second > li:nth-of-type(1) > .image {
    background-size: 100% auto;
  }
}
[data-vst-section=hotspots] ul.second > li:nth-of-type(1) > h2, [data-vst-section=hotspots] ul.second > li:nth-of-type(1) p {
  opacity: 0;
}
[data-vst-section=hotspots] ul.second > li:nth-of-type(2) > .image {
  background-size: auto 110%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.second > li:nth-of-type(2) > .image {
    background-size: 130% auto;
  }
}
[data-vst-section=hotspots] ul.second > li:nth-of-type(2) > h2, [data-vst-section=hotspots] ul.second > li:nth-of-type(2) p {
  opacity: 1;
}
[data-vst-section=hotspots] ul.third > li {
  left: -1440px;
}
[data-vst-section=hotspots] ul.third > li:nth-of-type(2) > .image {
  background-size: auto 100%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.third > li:nth-of-type(2) > .image {
    background-size: 110% auto;
  }
}
[data-vst-section=hotspots] ul.third > li:nth-of-type(2) > h2, [data-vst-section=hotspots] ul.third > li:nth-of-type(2) p {
  opacity: 0;
}
[data-vst-section=hotspots] ul.third > li:nth-of-type(3) > .image {
  background-size: auto 150%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.third > li:nth-of-type(3) > .image {
    background-size: 130% auto;
  }
}
[data-vst-section=hotspots] ul.third > li:nth-of-type(3) > h2, [data-vst-section=hotspots] ul.third > li:nth-of-type(3) p {
  opacity: 1;
}
[data-vst-section=hotspots] ul.fourth > li {
  left: -2160px;
}
[data-vst-section=hotspots] ul.fourth > li:nth-of-type(3) > .image {
  background-size: auto 140%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.fourth > li:nth-of-type(3) > .image {
    background-size: 110% auto;
  }
}
[data-vst-section=hotspots] ul.fourth > li:nth-of-type(3) > h2, [data-vst-section=hotspots] ul.fourth > li:nth-of-type(3) p {
  opacity: 0;
}
[data-vst-section=hotspots] ul.fourth > li:nth-of-type(4) > .image {
  background-size: auto 110%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.fourth > li:nth-of-type(4) > .image {
    background-size: 130% auto;
  }
}
[data-vst-section=hotspots] ul.fourth > li:nth-of-type(4) > h2, [data-vst-section=hotspots] ul.fourth > li:nth-of-type(4) p {
  opacity: 1;
}
[data-vst-section=hotspots] ul.fifth > li {
  left: -2880px;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.fifth > li:nth-of-type(4) > .image {
    background-size: 110% auto;
  }
}
[data-vst-section=hotspots] ul.fifth > li:nth-of-type(4) > h2, [data-vst-section=hotspots] ul.fifth > li:nth-of-type(4) p {
  opacity: 0;
}
[data-vst-section=hotspots] ul.fifth > li:nth-of-type(5) > .image {
  background-size: auto 110%;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.fifth > li:nth-of-type(5) > .image {
    background-size: 130% auto;
  }
}
[data-vst-section=hotspots] ul.fifth > li:nth-of-type(5) > h2, [data-vst-section=hotspots] ul.fifth > li:nth-of-type(5) p {
  opacity: 1;
}
[data-vst-section=hotspots] ul.sixth > li {
  left: -3600px;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.sixth > li:nth-of-type(5) > .image {
    background-size: 110% auto;
  }
}
[data-vst-section=hotspots] ul.sixth > li:nth-of-type(5) > h2, [data-vst-section=hotspots] ul.sixth > li:nth-of-type(5) p {
  opacity: 0;
}
@media all and (min-width: 1199px) {
  [data-vst-section=hotspots] ul.sixth > li:nth-of-type(6) > .image {
    background-size: 130% auto;
  }
}
[data-vst-section=hotspots] ul > li {
  width: 695px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
  position: relative;
  left: 0;
  transition: left 0.5s ease;
  font-size: 1rem;
}
[data-vst-section=hotspots] ul > li:first-of-type > h2, [data-vst-section=hotspots] ul > li:first-of-type p {
  opacity: 1;
}
[data-vst-section=hotspots] ul > li:first-of-type > .image {
  background-image: url("images/boekenkast.jpg");
  background-size: 130% auto;
}
@media all and (max-width: 1199px) {
  [data-vst-section=hotspots] ul > li:first-of-type > .image {
    background-size: auto 110%;
  }
}
[data-vst-section=hotspots] ul > li:nth-of-type(2) > .image {
  background-image: url("images/zand.jpg");
}
@media all and (max-width: 1199px) {
  [data-vst-section=hotspots] ul > li:nth-of-type(2) > .image {
    background-size: auto 140%;
  }
}
[data-vst-section=hotspots] ul > li:nth-of-type(3) > .image {
  background-image: url("images/restaurant.jpg");
}
@media all and (max-width: 1199px) {
  [data-vst-section=hotspots] ul > li:nth-of-type(3) > .image {
    background-size: auto 180%;
  }
}
[data-vst-section=hotspots] ul > li:nth-of-type(4) > .image {
  background-image: url("images/terras.jpg");
}
[data-vst-section=hotspots] ul > li:nth-of-type(5) > .image {
  background-image: url("images/grasstrandje.jpg");
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image {
  background-image: url("images/terras.jpg");
  vertical-align: top;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  white-space: normal;
  padding: 0 50px;
  box-sizing: border-box;
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.82);
  z-index: 0;
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > * {
  z-index: 1;
  position: relative;
  color: #fff;
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > h2 {
  margin: 0;
  font-weight: 600;
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > p {
  margin: 15px 0 10px 0;
  font-weight: 100;
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > svg {
  width: 50px;
  height: 50px;
}
[data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > svg > path {
  fill: #fff;
}
[data-vst-section=hotspots] ul > li > .image {
  width: 100%;
  height: 47vh;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: center center;
  transition: background-size 0.6s ease;
}
@media all and (max-width: 1199px) {
  [data-vst-section=hotspots] ul > li > .image {
    background-size: auto 140%;
  }
}
[data-vst-section=hotspots] ul > li > h2 {
  margin: 15px 0 0 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
[data-vst-section=hotspots] ul > li > p {
  font-size: 1rem;
  white-space: normal;
  opacity: 0;
  transition: opacity 0.6s ease;
}

[data-vst-section=footer] {
  background: #000;
  color: #fff;
}
[data-vst-section=footer] > .view {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #000;
}
[data-vst-section=footer] .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
[data-vst-section=footer] .container:last-of-type {
  justify-content: flex-start;
}
[data-vst-section=footer] .container > .col:first-of-type {
  width: 35%;
}
[data-vst-section=footer] .container > .col:last-of-type > ul {
  font-size: 0.8rem;
}
[data-vst-section=footer] .container > .col > div {
  display: flex;
  align-items: center;
}
[data-vst-section=footer] .container .logo {
  background-image: url("images/fam-vastgoed-logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 89px;
  height: 50px;
}
[data-vst-section=footer] .container h4 {
  font-weight: 100;
  font-size: 0.8rem;
  margin: 35px 0 13px 0;
}
[data-vst-section=footer] .container p {
  font-size: 1rem;
  font-weight: 100;
  width: 80%;
}
[data-vst-section=footer] .container input[type=text] {
  flex: 1 1 auto;
  margin: 0 25px 0 0;
  height: 40px;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid #fff;
  padding: 0 15px;
  color: #fff;
}
[data-vst-section=footer] .container ul {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
[data-vst-section=footer] .container ul > li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
[data-vst-section=footer] .container ul > li > svg {
  margin-left: 10px;
  width: 20px;
}
[data-vst-section=footer] .container ul > li > svg > path {
  fill: #fff;
}
[data-vst-section=footer] .container .btn-quaternary {
  margin-right: 100px;
}

.fadeInBottom {
  opacity: 0;
  top: 150px;
  position: relative;
  transition: top 0.7s ease, opacity 0.7s ease;
}
.fadeInBottom.show {
  opacity: 1;
  top: 0;
}

.fadeInRight {
  opacity: 0;
  left: 50px;
  position: relative;
  transition: left 0.7s ease, opacity 0.7s ease;
}
.fadeInRight.show {
  opacity: 1;
  left: 0;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fadeIn.show {
  opacity: 1;
}

.icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon.layout {
  background-image: url("images/layout.svg");
}
.icon.rocket {
  background-image: url("images/rocket.svg");
}
.icon.parking {
  background-image: url("images/parking.svg");
}

.container {
  width: 1365px;
  max-width: calc(100vw - 30px);
  padding: 0;
  margin: 0 auto;
}
.container.small {
  width: 1055px;
}

.btn {
  border-radius: 50px;
  height: 46px;
  line-height: 46px;
  padding: 0 35px;
  margin: 0;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  font-size: 1.1rem;
  transition: background 0.15s ease, color 0.15s ease;
  user-select: none;
  display: inline-block;
  vertical-align: top;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-primary {
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
.btn.btn-secondary {
  background: #000;
  color: #fff;
  font-weight: 600;
}
.btn.btn-secondary:hover {
  background: #fff;
  color: #000;
}
.btn.btn-tertiary {
  background: #fc581e;
  color: #fff;
  height: 42px;
  line-height: 42px;
  border: 0;
}
.btn.btn-tertiary:hover {
  background: #da4a17;
}
.btn.btn-quaternary {
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 100;
}

.link {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.link:after {
  display: block;
  content: "";
  width: 20px;
  height: 19px;
  background-image: url("images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 1px;
  position: relative;
  margin-left: 14px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromBottom {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@media all and (max-width: 1199px) {
  [data-vst-section=header] > .view > .top > .container {
    display: none;
  }
  [data-vst-section=header] header > .container > div:last-of-type {
    display: none;
  }
  [data-vst-section=header] header > .container:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin-left: auto;
    background-image: url("images/menu.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  [data-vst-section=header] > header > .container > ul {
    display: none;
  }
  [data-vst-section=header] > .mobile-text {
    transition: opacity 0.3s ease;
  }
  [data-vst-section=header] > .mobile-text.hide {
    opacity: 0;
  }
  [data-vst-section=header] > .view > .bottom {
    pointer-events: none;
  }
  [data-vst-section=header] > .view > .bottom.set > .container > .block {
    transition: opacity 0.4s ease, transform 0.2s ease;
  }
  [data-vst-section=header] > .view > .bottom > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    top: 0;
    position: relative;
  }
  [data-vst-section=header] > .view > .bottom > .container > .block {
    opacity: 0;
    width: 300px;
    box-sizing: border-box;
    flex: none;
    transform: translateY(50px);
  }
  [data-vst-section=header] > .view > .bottom.first {
    pointer-events: all;
    z-index: 1;
  }
  [data-vst-section=header] > .view > .bottom.first > .container > .block:first-of-type {
    transform: translateY(0px);
    opacity: 1;
  }
  [data-vst-section=header] > .view > .bottom.second > .container > .block:nth-of-type(2) {
    transform: translateY(0px);
    opacity: 1;
  }
  [data-vst-section=header] > .view > .bottom.third > .container > .block:nth-of-type(3) {
    transform: translateY(0px);
    opacity: 1;
  }
  [data-vst-section=header] > .view > .bottom > .container > .block > h3 {
    font-size: 1.2rem;
  }
  [data-vst-section=header] > .view > .bottom > .container > .block > p {
    font-size: 0.9rem;
  }
  [data-vst-section=headline] .container {
    display: block;
  }
  [data-vst-section=headline] .container > .left {
    margin-bottom: 2rem;
  }
  [data-vst-section=headline] .container h2 {
    font-size: 1rem;
  }
  [data-vst-section=headline] .container p {
    font-size: 0.8rem;
    margin: 10px 0 15px 0;
  }
  [data-vst-section=headline] .container .btn.btn-secondary {
    font-size: 0.8rem;
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
  }
  [data-vst-section=headline] .container > .right {
    overflow: hidden;
    border-radius: 20px;
  }
  [data-vst-section=headline] .container img {
    width: 100%;
    height: 37vh;
  }
  [data-vst-section=usps] > .view.show > .img-wrapper {
    width: calc(100% - 30px);
    height: 38vh;
    bottom: 44vh;
    border-radius: 25px;
    left: 15px;
  }
  [data-vst-section=usps] > .view.show > h1 {
    bottom: 91vh;
    color: #000;
    font-size: 20px;
    line-height: 25px;
  }
  [data-vst-section=usps] > .view > h1 {
    font-size: 40px;
    line-height: 49px;
    padding: 0 10px;
    text-align: center;
    white-space: normal;
    z-index: 2;
    transition: bottom 0.5s ease, left 0.5s ease, color 0.5s ease, font-size 0.5s ease, line-height 0.5s ease, transform 1s ease;
  }
  [data-vst-section=usps] > .view > .img-wrapper {
    z-index: 1;
    transition: width 0.5s ease, height 0.5s ease, border-radius 0.5s ease, bottom 0.5s ease, left 0.5s ease;
  }
  [data-vst-section=usps] > .view > ul {
    width: 100%;
    height: 38vh;
    top: 56vh;
    z-index: 0;
    transition: opacity 0.5s ease;
  }
  [data-vst-section=usps] > .view > ul > li {
    text-align: center;
    transition: margin 0.5s ease, opacity 0.5s ease;
  }
  [data-vst-section=usps] > .view > ul > li > h2 {
    text-align: left;
    padding-left: 25px;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 21px 0;
  }
  [data-vst-section=usps] > .view > ul > li > h2:before {
    position: relative;
    margin: 0 12px 0 0;
    display: inline-block;
    width: 34px;
    height: 17px;
    top: 1px;
  }
  [data-vst-section=usps] > .view > ul > li > p {
    text-align: left;
    padding-left: 35px;
    font-size: 14px;
    line-height: 22px;
  }
  [data-vst-section=headline2] .container {
    display: block;
  }
  [data-vst-section=headline2] .container > .left {
    padding-right: 0;
  }
  [data-vst-section=headline2] .container h2 {
    font-size: 1.4rem;
  }
  [data-vst-section=headline2] .container p {
    font-size: 0.9rem;
    margin: 15px 0;
  }
  [data-vst-section=headline2] .container img {
    width: 100%;
    height: 24vh;
    margin-bottom: 1rem;
  }
  [data-vst-section=hotspots] h2 {
    font-size: 1rem;
    line-height: 1rem;
  }
  [data-vst-section=hotspots] .container > p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 30px 0;
    font-weight: 400;
  }
  [data-vst-section=hotspots] ul.second > li {
    left: -83vw;
  }
  [data-vst-section=hotspots] ul.third > li {
    left: -166vw;
  }
  [data-vst-section=hotspots] ul.fourth > li {
    left: -249vw;
  }
  [data-vst-section=hotspots] ul.fifth > li {
    left: -332vw;
  }
  [data-vst-section=hotspots] ul.sixth > li {
    left: -416vw;
  }
  [data-vst-section=hotspots] ul > li {
    font-size: 0.8rem;
    width: 80vw;
    margin: 0 3vw 0 0;
  }
  [data-vst-section=hotspots] ul > li:nth-of-type(6) > .image {
    padding: 0 20px;
  }
  [data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > h2 {
    font-size: 1.2rem;
  }
  [data-vst-section=hotspots] ul > li:nth-of-type(6) > .image > svg {
    width: 20px;
    height: 20px;
  }
  [data-vst-section=hotspots] ul > li > .image {
    height: 36vh;
  }
  [data-vst-section=hotspots] ul > li > p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .btn {
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
  }
}
@media all and (min-width: 1199px) {
  [data-vst-section=header] > .view > .top {
    height: calc(82vh - 80px);
  }
  [data-vst-section=header] > .view > .top h1 {
    font-size: 5rem;
  }
  [data-vst-section=header] > .view > .top > .container > p {
    width: 50%;
  }
  [data-vst-section=header] > .view > .bottom {
    height: 18vh;
    position: relative;
  }
  body.start-vst [data-vst-section=header] > .view > .bottom > .container > .block {
    animation: 0.5s ease 0s 1 fadeInFromBottom forwards;
  }
  body.start-vst [data-vst-section=header] > .view > .bottom > .container > .block:first-of-type {
    animation-delay: 3.1s;
  }
  body.start-vst [data-vst-section=header] > .view > .bottom > .container > .block:nth-of-type(2) {
    animation-delay: 3.8s;
  }
  body.start-vst [data-vst-section=header] > .view > .bottom > .container > .block:nth-of-type(3) {
    animation-delay: 4.5s;
  }
  [data-vst-section=header] > .view > .bottom > .container > .block {
    transform: translateY(-50%);
    height: 20vh;
    padding: 10px 30px;
    position: relative;
  }
  [data-vst-section=header] > .mobile-text {
    display: none;
  }
  [data-vst-section=headline] .container img {
    border-radius: 20px;
  }
  [data-vst-section=usps] > .view.show > .img-wrapper {
    width: 50%;
    height: calc(100% - 20vh);
    bottom: 3vh;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  [data-vst-section=usps] > .view.show > h1 {
    color: #000;
    bottom: 92vh;
    font-size: 2rem;
    line-height: 2.2rem;
    left: 30px;
    transform: translate(0, 50%);
  }
  [data-vst-section=usps] > .view > ul > li > h2 {
    padding: 0 0 0 10vw;
  }
}
@media all and (min-width: 1440px) {
  [data-vst-section=usps] > .view > h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media all and (max-width: 991px) {
  [data-vst-section=sfeer] > .view > h2 {
    font-size: 20px;
    line-height: 25px;
    width: calc(100% - 30px);
  }
  [data-vst-section=sfeer] > .view > .wrapper {
    width: calc(100vw - 30px);
  }
  [data-vst-section=sfeer] > .view > .wrapper > iframe {
    height: 250%;
    width: 250%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  [data-vst-section=sfeer] > .view > .wrapper > .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  [data-vst-section=sfeer] > .view > .wrapper > .content p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  [data-vst-section=footer] .container {
    display: block;
  }
  [data-vst-section=footer] .container ul {
    margin-right: 25px;
  }
  [data-vst-section=footer] .container > .col:first-of-type {
    width: 100%;
  }
  [data-vst-section=footer] .container > .col:not(:first-of-type) {
    display: inline-block;
  }
  [data-vst-section=footer] .container > .col:last-of-type {
    width: 100%;
  }
  [data-vst-section=footer] .container > .col:last-of-type > ul {
    margin-right: 0;
  }
  [data-vst-section=footer] .container > .col:last-of-type > ul > li {
    display: inline-flex;
  }
}

/*# sourceMappingURL=default.css.map */
