.btn-clic {
  background: var(--clic-groen);
}
.btn-clic span {
  padding-top: 2px;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .btn-clic span {
    font-weight: 600;
  }
}
.btn-clic:after {
  margin-top: 12px;
}
.btn-clic:hover {
  background: #000;
}
.npng-fadein {
  opacity: 0;
  transition: opacity 800ms ease-in;
}

.footer-socials {
  position: absolute;
  left: 17px;
  top: 17px;
  font-size: 10px;
  line-height: 14px;
  width: 212px;
  z-index: 99999;
}
.footer-socials a {
  color: #FFF;
}
.footer-socials a div {
  padding-top: 2px;
}
.footer-socials a:hover {
  color: #FFF;
  text-decoration: none;
}

.socials-container {
  position: absolute;
  top: 380px;
  display: flex;
  color: #FFF;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px 30px;
}
.socials-container a:hover {
  text-decoration: none !important;
}
.socials-container > div {
  padding: 0 30px 30px 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .socials-container {
    top: inherit;
    flex-direction: row;
    position: absolute;
    padding-right: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
  }
  .socials-container > div {
    padding: 0;
  }
}
.socials-container .socials {
  min-width: 195px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.socials-container .socials a.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #272727;
  transition: background-color 200ms ease-in;
}
.socials-container .socials a.btn-social:hover {
  background: var(--clic-groen);
}
.socials-container .socials a.btn-social img {
  width: 50px;
  height: 50px;
}

@media (max-width: 1400px) {
  .clic-main-logo-small {
    display: inline !important;
  }
}

.clic-main-logo-big {
  width: 132px;
}
.clic-main-logo-big.animated {
  background: lime;
  overflow: hidden;
  width: 400px !important;
}
@media (max-width: 1400px) {
  .clic-main-logo-big {
    display: none !important;
  }
}

.btn-clic {
  border-radius: 30px;
  background: #0087E5;
  color: #FFF;
  padding: 0 54px 0 24px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 42px;
  border: 0;
  white-space: nowrap;
}
.btn-clic:after {
  position: absolute;
  background: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 12px;
  margin-left: 20px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgNSA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkNvbWJpbmVkIFNoYXBlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJCdXR0b24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDAuMDAwMDAwLCAtMTguMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+ICAgICAgICAgICAgPHBhdGggZD0iTTE0NSwyMi4wMjU0MjMxIEwxNDEuMDczMzM0LDI2IEwxNDAsMjQuOTE0NDQ1NSBMMTQyLjkwNywyMS45NzQzNDkyIEwxNDAsMTkuMDM1MjczNyBMMTQxLjAyMjkyOSwxOCBMMTQ1LDIyLjAyNTQyMzEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 8px;
}
.btn-clic:hover {
  background: #0069D9;
  text-decoration: none;
  color: #FFF;
}
.btn-clic span {
  display: inline-block;
  white-space: nowrap;
  padding: 1px;
}

.btn2 {
  border-radius: 999px;
  border: 0;
  position: relative;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.btn2.btn2-block {
  display: block;
  text-align: left;
}
.btn2.btn2-big {
  font-size: 17px;
  padding: 9px 25px;
  line-height: 27px;
}
.btn2.btn2-arrow {
  padding-right: 40px;
}
.btn2.btn2-arrow.btn2-big {
  padding-right: 60px;
}
.btn2.btn2-arrow.btn2-big:after {
  height: 27px;
  width: 27px;
}
.btn2.btn2-arrow.btn2-hover-green {
  border: none;
}
.btn2.btn2-arrow.btn2-hover-green:hover {
  color: #FFF;
  background: linear-gradient(0deg, #7061F4 0%, #B1FFE9 100%);
}
.btn2.btn2-arrow.btn2-hover-green:hover:after {
  background-color: #FFF !important;
  background-image: url("/svg/button_pijl-black.svg") !important;
}
.btn2.btn2-arrow.btn2-arrow-black:after {
  background-color: #000 !important;
  background-image: url("/svg/button_pijl-white.svg") !important;
}
.btn2.btn2-arrow.btn2-white:after, .btn2.btn2-arrow.btn2-arrow-white:after {
  background-color: #FFF;
  background-image: url("/svg/button_pijl-black.svg");
}
.btn2.btn2-arrow.btn2-white:hover:after, .btn2.btn2-arrow.btn2-arrow-white:hover:after {
  background-color: #000;
  background-image: url("/svg/button_pijl-white.svg");
}
.btn2.btn2-arrow:after {
  transition: all 300ms ease-in-out;
  position: absolute;
  content: "";
  background-image: url("/svg/button_pijl-white.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  width: 20px;
  right: 10px;
}
.btn2.btn2-arrow-3d {
  padding-right: 40px;
}
.btn2.btn2-arrow-3d.btn2-big {
  padding-right: 60px;
}
.btn2.btn2-arrow-3d:hover:after {
  background-color: #000;
  box-shadow: none;
  border: solid 1px #000;
  filter: invert(100%);
}
.btn2.btn2-arrow-3d:after {
  border: 1px solid #414141;
  background-color: #353535;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.btn2.btn2-border-white {
  border: solid 2px #FFF;
}
.btn2.btn2-border-white:hover {
  border: solid 2px #353535;
}
.btn2.btn2-silver {
  border: solid 2px #EFEFEF !important;
  background: #EFEFEF;
}
.btn2.btn2-silver:hover {
  border: solid 2px #000 !important;
}
.btn2.btn2-border-black {
  border: solid 2px #000;
}
.btn2.btn2-border-black:hover {
  border: solid 2px #353535;
}
.btn2.btn2-white {
  background: #FFF;
  color: #000;
}
.btn2.btn2-white:hover {
  background: #353535;
  color: #FFF;
}
.btn2.btn2-black {
  background: linear-gradient(180deg, #434242 0%, #000000 100%);
  color: #FFF;
}
.btn2.btn2-black:hover {
  background: #353535;
  color: #FFF;
}
.btn2.btn2-black-hover:hover {
  background-color: #000;
  color: #FFF;
}
.btn2.btn2-hover-white {
  border: none;
}
.btn2.btn2-hover-white:hover {
  background: #FFF;
  color: #000;
  background: linear-gradient(0deg, #7061F4 0%, #B1FFE9 100%);
  color: #FFF;
}
.btn2.btn2-hover-white:hover:after {
  background-color: #353535 !important;
}

.btn2.btn-accent {
  background-color: #9BFAB3;
  border: none !important;
}
.btn2.btn-accent:hover {
  background-color: #000;
  border: none !important;
}

.scroll-footer-container-left {
  background: #19181A;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .scroll-footer-container-left {
    height: auto;
    flex-direction: column;
  }
}
.scroll-footer-container-left .clic-logo {
  max-width: 80%;
}
.scroll-footer-container-left .sub-video-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 500px;
  padding: 80px 0 !important;
}
.scroll-footer-container-left .sub-video-text p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .scroll-footer-container-left .sub-video-text p {
    color: #FFF;
  }
}
.scroll-footer-container-left .sub-video-text .adres p {
  font-size: 16px;
  line-height: 35px;
  font-weight: normal;
  margin: 0;
}
.scroll-footer-container-left .sub-video-text .adres p a {
  color: #000;
}
.scroll-footer-container-left .clic-video {
  dwidth: 600px;
  hdeight: auto;
  smax-width: 80%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .scroll-footer-container-left .clic-video {
    aheight: auto;
  }
}

@media (min-width: 992px) {
  .gallery-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .gallery-section > div {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .gallery-section .page-other-side {
    padding: 80px 0;
  }
}

.page-gallery-side {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
}
.page-gallery-side .gallery-container {
  overflow-y: hidden;
  max-width: 90%;
  height: 100vh;
  display: flex;
}
@media (max-width: 991.98px) {
  .page-gallery-side .gallery-container {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .page-gallery-side .gallery-container {
    height: 55vh;
  }
}
.page-gallery-side .gallery-container .gallery-col {
  flex: 1 0 50%;
  transition-property: margin-top;
  transition-duration: 70s;
  transition-timing-function: linear;
}
.page-gallery-side .gallery-container .gallery-col div.items {
  text-align: center;
}
.page-gallery-side .gallery-container .gallery-col div.items img {
  width: calc(100% - 15px);
  margin: 7.5px 0;
}
.page-gallery-side .gallery-container .gallery-col div.items img:first-child {
  margin-top: 15px;
}
.page-gallery-side .gallery-container .gallery-col div.items img:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 22px);
    margin: 11px 0;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 22px;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 44px);
    margin: 22px 0;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 44px;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 44px;
  }
}

.page-other-side {
  background: #222224;
  color: #FFF;
}
.page-other-side .contact-form {
  width: 604px;
  max-width: 90%;
}
.page-other-side .contact-form .form-control {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #C799FC;
}
.page-other-side .contact-form h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
.page-other-side .contact-form p.adres {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
.page-other-side .contact-form p.adres a {
  color: #FFF;
}
.page-other-side .contact-form .realform .alert ul {
  margin: 0;
  padding: 0;
}
.page-other-side .contact-form .realform .alert ul li {
  font-size: 14px;
  list-style-type: none;
}
.page-other-side .contact-form .realform .volg-ons {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}
.page-other-side .contact-form .realform .form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
.page-other-side .contact-form .realform .form-control {
  height: 47px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(245, 245, 245);
}
.page-other-side .contact-form .realform .btn-contact-form-submit {
  height: 47px;
  width: 178px;
  border-radius: 23.5px;
  background-color: rgb(155, 250, 175);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .page-other-side .contact-form .realform .btn-contact-form-submit {
    width: 100%;
  }
}
.page-other-side .contact-form .realform .btn-contact-form-submit:hover {
  background-color: #000;
  color: rgb(155, 250, 175);
}

ul.contact-page-links {
  margin: 0;
  padding: 0;
  display: flex;
}
ul.contact-page-links li {
  list-style-type: none;
  display: inline-block;
}
ul.contact-page-links li .contact-page-link {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s, fill 0.3s;
}
@media (max-width: 991.98px) {
  ul.contact-page-links li .contact-page-link {
    font-size: 16px;
    font-weight: 400;
  }
}
ul.contact-page-links li .contact-page-link:hover {
  color: #A95BFF;
}
ul.contact-page-links li .contact-page-link:hover path {
  fill: #A95BFF;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
body.page-lab {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body.page-lab::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
body.page-lab::-webkit-scrollbar-track {
  background: #000;
}
body.page-lab::-webkit-scrollbar-thumb {
  background: #9BFAB3;
}
body.page-lab::-webkit-scrollbar-thumb:hover {
  background: #C799FC;
}
body.page-lab.menu-open::-webkit-scrollbar {
  display: none;
}

body.page-lab {
  background-color: #222222 !important;
}
body.page-lab .lab-page-container {
  overflow: auto;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
  background: #222222;
}
body.page-lab .lab-page-container .lab-container {
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.page-lab .lab-page-container .lab-container {
    max-width: 80%;
  }
}
body.page-lab .lab-page-container .lab-container .lab-top-div {
  margin: 166px 0;
  padding: 15px;
}
@media (max-width: 991.98px) {
  body.page-lab .lab-page-container .lab-container .lab-top-div {
    margin: 60px 0;
  }
}
body.page-lab .lab-page-container .lab-container .lab-top-div h1 {
  color: rgb(255, 255, 255);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 52px;
  margin: 0;
}
@media (max-width: 991.98px) {
  body.page-lab .lab-page-container .lab-container .lab-top-div h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
body.page-lab .lab-page-container .lab-container .lab-tile {
  width: 100%;
  height: 100%;
  padding: 15px;
}
body.page-lab .lab-page-container .lab-container .lab-tile img {
  width: 100%;
}
body.page-lab .lab-page-container .lab-container .lab-tile h3 {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  margin: 14px 0 40px 0;
}

body.page-lab {
  overflow-y: scroll !important;
  background: #FFF;
}
body.page-lab .adres-mobile {
  padding: 30px 0;
  padding-top: 50px;
}
body.page-lab .adres-mobile p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
body.page-lab .adres-mobile p a {
  color: #000;
}
body.page-lab .adres-mobile p a:hover {
  color: #000;
  text-decoration: underline;
}
body.page-lab .adres-container {
  background-color: #373737;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-lab .adres-container .adres {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.page-lab .adres-container .adres li {
  font-size: 16px;
  color: #FFF;
  line-height: 40px;
  font-weight: 400;
}
body.page-lab .adres-container .adres li a {
  color: #C799FC;
}
body.page-lab .adres-container .adres li a:hover {
  text-decoration: underline;
}
body.page-lab .wij-zijn-merkbouwers {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  body.page-lab .wij-zijn-merkbouwers {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }
}
body.page-lab .col-right {
  position: absolute !important;
}
body.page-lab a.projecten-cta {
  height: 500px;
  background-color: rgb(216, 216, 216);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  body.page-lab a.projecten-cta {
    height: inherit;
    padding: 100px 0;
    flex-direction: column;
  }
}
body.page-lab a.projecten-cta span.accent {
  color: #7061F4;
}
body.page-lab a.projecten-cta .pulse-me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
body.page-info-page .info-wrapper {
  z-index: 10;
  background: #FFF;
}
body.page-info-page .infopage-container {
  display: flex;
  padding-top: 150px;
}
body.page-info-page .infopage-container h1 {
  font-size: 100px;
  line-height: 90px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  body.page-info-page .infopage-container h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
body.page-info-page .infopage-container .backlink {
  color: rgb(169, 91, 255);
  font-size: 18px;
  font-weight: 500;
}
body.page-info-page .infopage-container .body {
  margin-top: 52px;
}
body.page-info-page .infopage-container .body p {
  font-size: 18px;
  line-height: 29px;
}
body.page-info-page .infopage-container .img-container {
  margin-top: 52px;
}
body.page-info-page .infopage-container .img-container h1 {
  font-size: 40px;
  line-height: 50px;
}
body.page-info-page .infopage-container .img-container img {
  width: 100%;
}
body.page-info-page .infopage-container .img-container img:not(:last-of-type) {
  margin-bottom: 50px;
}
body.page-info-page .related-projects-container {
  padding: 135px 0;
  background: #F2F1EF;
  margin-top: 135px;
}
body.page-info-page .related-projects-container a img {
  transition: margin-top 300ms ease-in-out;
}
body.page-info-page .related-projects-container a:hover img {
  margin-top: -25px;
}
body.page-info-page .related-projects-container a img {
  width: 100%;
}
body.page-info-page .info-footer {
  color: #FFF;
}
body.page-info-page .info-footer-blackscreen-container {
  background: #000;
  min-height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.page-info-page .info-footer-blackscreen-container h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  body.page-info-page .info-footer-blackscreen-container h2 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
  }
}

section.popup-thanks-overlay {
  background-color: rgba(0, 0, 0, 0.58);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
section.popup-thanks-overlay .popup-thanks {
  background: #FFF;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 11px 17px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
section.popup-thanks-overlay .popup-thanks a.close-cross {
  position: absolute;
  right: 15px;
  top: 15px;
}
section.popup-thanks-overlay .popup-thanks a.close-cross img {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease-in-out;
}
section.popup-thanks-overlay .popup-thanks a.close-cross img:hover {
  transform: rotate(-90deg);
}
section.popup-thanks-overlay .popup-thanks .popup-thanks-inner {
  padding: 30px;
  background-image: url("/assets/img/popup-bg.jpg");
  background-size: cover;
}
section.popup-thanks-overlay .popup-thanks .popup-thanks-inner h1 {
  font-weight: 600;
}
section.popup-thanks-overlay .popup-thanks .popup-thanks-inner p {
  font-weight: 200;
}
section.popup-thanks-overlay .popup-thanks .popup-thanks-inner h1, section.popup-thanks-overlay .popup-thanks .popup-thanks-inner p {
  margin-bottom: 0;
  line-height: 36px;
  font-size: 30px;
  color: #000;
  letter-spacing: 0;
}
section.popup-thanks-overlay .popup-thanks .popup-thanks-footer {
  padding: 20px 30px;
  background: #A95BFF;
}
section.popup-thanks-overlay .popup-thanks .popup-thanks-footer .btn-clic-new {
  font-size: 16px;
}

.drawer__icon {
  width: 50px;
  height: 50px;
  transition: background-color 300ms ease-in-out;
}

.drawer_icon_black {
  background-color: #000 !important;
}

.drawer svg path, .drawer svg .st0 {
  fill: #FFF !important;
  stroke: #FFF !important;
  transition: fill 500ms ease;
}

.drawer:hover svg path, .drawer:hover svg .st0 {
  fisll: var(--clic-groen) !important;
}

.drawer__label {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  overflow: hidden;
  opacity: 0;
}

.drawer__label span {
  padding-left: 30px;
  padding-right: 73px;
  line-height: 50px;
  font-size: 14px;
  color: transparent;
  transition: color 200ms ease;
  font-weight: 500;
}

.drawer.active > .drawer__label span {
  color: #FFF;
}

.drawer__icon {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 11px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: background-color 200ms ease;
}

.drawer.active > .drawer__icon {
  background: rgb(0, 0, 0);
}

/* =================================== */
/* labels die naar rechts uitschuiven: */
.drawer__icon + .drawer__label {
  right: inherit;
}

.drawer__icon + .drawer__label span {
  padding-left: 73px;
  padding-right: 30px;
}

.drawer__icon:first-child {
  left: 0;
  z-index: 9999;
  right: inherit;
}

/* =================================== */
.drawer-center {
  transition: opacity 600ms ease, margin-left 200ms ease-in-out !important;
}

#menu-mobile a {
  text-decoration: none !important;
}
#menu-mobile ul {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-mobile ul.menu-items {
  top: 70px;
  left: 18px;
  line-height: 52px;
  font-size: 32px;
  font-weight: 600;
}
#menu-mobile ul.menu-items li.active a {
  color: #9485F7;
}
#menu-mobile ul.menu-items li a {
  color: #000;
}
#menu-mobile ul.menu-items-expertises {
  right: 18px;
  bottom: 22px;
  font-size: 16px;
  line-height: 38px;
}
#menu-mobile ul.menu-items-expertises li {
  text-align: right;
}
#menu-mobile ul.menu-items-expertises li a {
  color: #000;
}
#menu-mobile .mobile-menu-logo {
  position: absolute;
  bottom: 30px;
  left: 18px;
  width: 140px;
}

.footer-buttons .buttons-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-buttons .buttons-list li {
  margin: 13px 0;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.footer-info-links-container {
  background-color: #373737;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer-info-links-container {
    justify-content: start;
  }
}
.footer-info-links-container .footer-info-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-info-links-container .footer-info-links a {
  text-decoration: none;
  color: #FFF;
  line-height: 40px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .footer-info-links-container .footer-info-links a {
    line-height: 36px;
  }
}
.footer-info-links-container .footer-info-links a:hover {
  color: #9485F7;
  text-decoration: none;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.gordijn-footer {
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #C799FC;
  padding: 100px 0;
}

#footer-npng {
  transition: opacity 600ms ease-in;
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 60vw;
  opacity: 0.01;
  transform: rotate(-12deg);
}

.footer-btn-pijltje:after {
  margin-left: 12px;
  margin-top: -20px;
  width: 30px;
  height: 30px;
}

.gordijn-footer-no-passion-no-glory {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
@keyframes clicMovingBg {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pages-carousel {
  /*
    .carousel-controls-container {
      .carousel-control-prev, .carousel-control-next {
        display       : none;
        border-radius : 999px;
        border        : solid 5px #FFF;
        width         : 60px;
        height        : 60px;
        filter        : invert(100%);
        box-shadow    : none;
        transition    : filter 300ms ease-in-out;
        z-index       : 999999;
      }

      .carousel-control-prev:hover, .carousel-control-next:hover {
        filter       : invert(0);
        border-color : #000;
      }
    }

   */
}
@media (min-width: 768px) {
  .pages-carousel {
    background: #FFF;
  }
}
.pages-carousel .p_container p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .pages-carousel img {
    max-width: 100%;
  }
}
.pages-carousel .carousel-item {
  height: 100vh;
}
.pages-carousel .carousel-item-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
}
.pages-carousel .carousel-item-wrapper > img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .pages-carousel .carousel-item-wrapper {
    height: auto !important;
  }
  .pages-carousel .carousel-item-wrapper .carousel-item {
    height: auto !important;
  }
  .pages-carousel .carousel-item-wrapper .subpage-margin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pages-carousel .recensie-carousel-item-wrapper {
  min-height: 700px;
}
@media (max-width: 767.98px) {
  .pages-carousel .recensie-carousel-item-wrapper {
    height: 100vh !important;
  }
}
.pages-carousel .pages-carousel {
  position: relative;
}
.pages-carousel.carousel-recensies {
  background: linear-gradient(-45deg, #4BFFB1, #4BFFB1, #FFFCA4, #FFB644, #FF5681, #BD65FF, #5A8FFF, #48FDFF, #45FF60, #45FF60);
  background-size: 400% 400% !important;
  animation: Gradient 16s ease infinite;
}
.pages-carousel.carousel-recensies .carousel-item {
  background: transparent !important;
}
.pages-carousel.carousel-recensies .carousel-indicators li {
  margin-left: 2px;
  margin-right: 2px;
}
.pages-carousel .carousel-indicators {
  margin-right: 0;
  margin-left: 0;
}
.pages-carousel .carousel-indicators li {
  display: block;
  width: 13px;
  height: 13px;
  box-sizing: content-box;
  border-radius: 999px;
  border: 10px transparent;
  background-clip: inherit;
}
.pages-carousel .carousel-controls-container {
  z-index: 9999;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 991.98px) {
  .pages-carousel .carousel-controls-container {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .pages-carousel .carousel-controls-container {
    bottom: 12px;
  }
}
@media (min-width: 768px) {
  .pages-carousel .carousel-controls-container {
    right: 30px;
    bottom: 30px;
  }
}
.pages-carousel .carousel-controls-container .carousel-controls-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.pages-carousel .carousel-controls-container .carousel-controls-container-inner button {
  transition: 180ms ease-in-out;
  border: 0;
  background-color: transparent;
}
.pages-carousel .carousel-controls-container .carousel-controls-container-inner button:first-of-type {
  margin-right: 10px;
}
.pages-carousel .carousel-controls-container .carousel-controls-container-inner button svg {
  width: 80px;
  height: 80px;
}
@media (hover: hover) {
  .pages-carousel .carousel-controls-container .carousel-controls-container-inner button:hover svg {
    filter: invert(100%);
  }
}
.pages-carousel .carousel-controls-container .carousel-control-prev, .pages-carousel .carousel-controls-container .carousel-control-next {
  position: relative;
  opacity: 1 !important;
  background-color: #000 !important;
}
.pages-carousel .carousel-controls-container .carousel-control-next .carousel-control-next {
  opacity: 1 !important;
  background-color: #000 !important;
}
.pages-carousel .carousel-controls-container .carousel-control-prev {
  margisn-top: 35px;
}
.pages-carousel .carousel-controls-container .carousel-control-next {
  marsgin-top: -35px;
}
.pages-carousel .carousel-item {
  transition: transform 1s ease, opacity 0.5s ease-out;
}
@media (max-width: 769px) {
  .pages-carousel {
    /*
    .carousel-controls-container {
      .carousel-control-prev, .carousel-control-next {
        bottom : 35px;
        left   : inherit;
        right  : inherit;
        top    : inherit;
      }

      .carousel-control-prev {
        left : 22px;
      }

      .carousel-control-next {
        left : 90px;
      }
    }*/
  }
  .pages-carousel .carousel-item-wrapper {
    height: inherit;
  }
  .pages-carousel .carousel-item {
    height: auto;
  }
}

.carousel-cardflip .carousel-item {
  transition: transform 1s ease 0.5s, opacity 0.3s;
}
.carousel-cardflip .cardflip-container {
  width: 569px;
  max-width: 80%;
}
@media (max-width: 991.98px) {
  .carousel-cardflip .cardflip-container {
    max-width: 90%;
  }
}
.carousel-cardflip .cardflip-container h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.carousel-cardflip .cardflip-container h2 {
  padding: 0 6px;
  margin: 0;
  background: #FFF;
  font-weight: 600;
  color: #000;
  height: 23px;
  line-height: 23px;
  font-size: 13px;
}
.carousel-cardflip .cardflip-container .header-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.carousel-cardflip .cardflip-container .header-mobile h1 {
  margin-bottom: 15px;
}
.carousel-cardflip .cardflip-container .header-mobile h2 {
  margin-bottom: 30px;
}
.carousel-cardflip .cardflip-container .image-container {
  hesight: 364px;
  background: #FFF;
  max-width: 100%;
}
@media (min-width: 768px) {
  .carousel-cardflip .cardflip-container .image-container {
    max-width: 90%;
  }
}
.carousel-cardflip .cardflip-container .image-container img {
  width: 100%;
}
.carousel-cardflip .cardflip-container .image-description {
  max-width: 100%;
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 22px;
  width: 569px;
}
@media (min-width: 768px) {
  .carousel-cardflip .cardflip-container .image-description {
    max-width: 90%;
  }
}
.carousel-cardflip .cardflip-container .image-description p {
  margin-top: 20px;
  font-size: 11px;
  line-height: 20px;
  min-height: 82px;
}
@media (min-width: 768px) {
  .carousel-cardflip .cardflip-container .image-description p {
    padding-top: 20px;
    border-top: solid 1px #000;
  }
}
.carousel-cardflip .cardflip-container .image-description .front {
  backface-visibility: hidden;
}
.carousel-cardflip .cardflip-container .image-description .back {
  backface-visibility: visible;
  transform: rotateX(180deg);
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
body.page-contact, body.page-about {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body.page-contact, body.page-about {
    overflow: hidden;
  }
}

@media (min-width: 769px) {
  .desktop-h-50-vh {
    height: 50vh;
  }
}
.page-img-fullscreen {
  width: 100%;
  height: 100%;
}

.scroll-hint {
  position: fixed;
  bottom: 35px;
  left: 35px;
  z-index: 2090;
  box-sizing: border-box;
  height: 52px;
  width: 27px;
  border: 3px solid #FFFFFF;
  border-radius: 13px;
  background: transparent;
}
@media (max-width: 991.98px) {
  .scroll-hint {
    display: none;
  }
}
.scroll-hint .scroll-ball {
  width: 17px;
  height: 17px;
  position: absolute;
  background: #FFF;
  border-radius: 999px;
  margin-left: 2px;
  margin-top: 3px;
  animation: gbounce 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 4s;
}
@keyframes gbounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(25px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 769px) {
  .page-img-fullscreen {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  :not(.wrapper-home) .first-page-container:not(.page-container-no-top-pad) {
    padding-top: 80px;
  }
}

.opacityEffect {
  -webkit-transition: opacity 1100ms ease-in-out;
}

@media (max-width: 769px) {
  body {
    overflow: inherit;
    overflow-x: hidden;
  }
}
.p1-left {
  grid-area: p1-l;
}

.p1-right {
  grid-area: p1-r;
}

.p2-left {
  grid-area: p2-l;
}

.p2-right {
  grid-area: p2-r;
}

.p3-left {
  grid-area: p3-l;
}

.p3-right {
  grid-area: p3-r;
}

.p4-left {
  grid-area: p4-l;
}

.p4-right {
  grid-area: p4-r;
}

.p5-left {
  grid-area: p5-l;
}

.p5-right {
  grid-area: p5-r;
}

.p6-left {
  grid-area: p6-l;
}

.p6-right {
  grid-area: p6-r;
}

.p7-left {
  grid-area: p7-l;
}

.p7-right {
  grid-area: p7-r;
}

.p8-left {
  grid-area: p8-l;
}

.p8-right {
  grid-area: p8-r;
}

.p9-left {
  grid-area: p9-l;
}

.p9-right {
  grid-area: p9-r;
}

.p10-left {
  grid-area: p10-l;
}

.p10-right {
  grid-area: p10-r;
}

.p11-left {
  grid-area: p11-l;
}

.p11-right {
  grid-area: p11-r;
}

.p12-left {
  grid-area: p12-l;
}

.p12-right {
  grid-area: p12-r;
}

.p13-left {
  grid-area: p13-l;
}

.p13-right {
  grid-area: p13-r;
}

.p14-left {
  grid-area: p14-l;
}

.p14-right {
  grid-area: p14-r;
}

.p15-left {
  grid-area: p15-l;
}

.p15-right {
  grid-area: p15-r;
}

.p16-left {
  grid-area: p16-l;
}

.p16-right {
  grid-area: p16-r;
}

.p17-left {
  grid-area: p17-l;
}

.p17-right {
  grid-area: p17-r;
}

.p18-left {
  grid-area: p18-l;
}

.p18-right {
  grid-area: p18-r;
}

.p19-left {
  grid-area: p19-l;
}

.p19-right {
  grid-area: p19-r;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 767.98px) {
  .wrapper.with-curtains {
    margin-bottom: 468px;
  }
}

.wrapper-1 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r";
}

.wrapper-2 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r";
}

.wrapper-3 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r";
}

.wrapper-4 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r" "p4-l p4-l" "p4-r p4-r";
}

.wrapper-5 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r" "p4-l p4-l" "p4-r p4-r" "p5-l p5-l" "p5-r p5-r";
}

.wrapper-6 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r" "p4-l p4-l" "p4-r p4-r" "p5-l p5-l" "p5-r p5-r" "p6-l p6-l" "p6-r p6-r";
}

.wrapper-7 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r" "p4-l p4-l" "p4-r p4-r" "p5-l p5-l" "p5-r p5-r" "p6-l p6-l" "p6-r p6-r" "p7-l p7-l" "p7-r p7-r";
}

.wrapper-8 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r" "p4-l p4-l" "p4-r p4-r" "p5-l p5-l" "p5-r p5-r" "p6-l p6-l" "p6-r p6-r" "p7-l p7-l" "p7-r p7-r" "p8-l p8-l" "p8-r p8-r";
}

.wrapper-9 {
  grid-template-areas: "p1-l p1-l" "p1-r p1-r" "p2-l p2-l" "p2-r p2-r" "p3-l p3-l" "p3-r p3-r" "p4-l p4-l" "p4-r p4-r" "p5-l p5-l" "p5-r p5-r" "p6-l p6-l" "p6-r p6-r" "p7-l p7-l" "p7-r p7-r" "p8-l p8-l" "p8-r p8-r" "p9-l p9-l" "p9-r p9-r";
}

@media (max-width: 767.98px) {
  .wrapper-contact, .wrapper-lab {
    grid-template-areas: "p1-r p1-r" "p1-l p1-l";
  }
}
.wrapper > div {
  background: var(--clic-default-background);
}

@media (min-width: 769px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    foo: bar;
  }
  .wrapper > div {
    height: 100vh;
  }
}
@media (min-width: 769px) {
  .left {
    width: 50vw;
  }
  .right {
    position: absolute;
    z-index: 10;
  }
  .col-right {
    position: fixed;
    right: 0;
    width: 50vw;
  }
  .wrapper-1 {
    grid-template-areas: "p1-l p1-r";
  }
  .wrapper-2 {
    grid-template-areas: "p1-l p2-r" "p2-l p1-r";
  }
  .wrapper-3 {
    grid-template-areas: "p1-l p3-r" "p2-l p2-r" "p3-l p1-r";
  }
  .wrapper-4 {
    grid-template-areas: "p1-l p4-r" "p2-l p3-r" "p3-l p2-r" "p4-l p1-r";
  }
  .wrapper-5 {
    grid-template-areas: "p1-l p5-r" "p2-l p4-r" "p3-l p3-r" "p4-l p2-r" "p5-l p1-r";
  }
  .wrapper-6 {
    grid-template-areas: "p1-l p6-r" "p2-l p5-r" "p3-l p4-r" "p4-l p3-r" "p5-l p2-r" "p6-l p1-r";
  }
  .wrapper-7 {
    grid-template-areas: "p1-l p7-r" "p2-l p6-r" "p3-l p5-r" "p4-l p4-r" "p5-l p3-r" "p6-l p2-r" "p7-l p1-r";
  }
  .wrapper-8 {
    grid-template-areas: "p1-l p8-r" "p2-l p7-r" "p3-l p6-r" "p4-l p5-r" "p5-l p4-r" "p6-l p3-r" "p7-l p2-r" "p8-l p1-r";
  }
  .wrapper-9 {
    grid-template-areas: "p1-l p9-r" "p2-l p8-r" "p3-l p7-r" "p4-l p6-r" "p5-l p5-r" "p6-l p4-r" "p7-l p3-r" "p8-l p2-r" "p9-l p1-r";
  }
}
small {
  font-size: 14px;
}

.no-passion-no-glory-footer-partial h1, .no-passion-no-glory-footer-partial p {
  color: #FFF;
}
.no-passion-no-glory-footer-partial.light {
  background-color: #F5F5F5;
}
.no-passion-no-glory-footer-partial.light h1, .no-passion-no-glory-footer-partial.light p {
  color: #000;
}
.no-passion-no-glory-footer-partial h1 {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 56px;
}
@media (max-width: 991.98px) {
  .no-passion-no-glory-footer-partial h1 {
    font-size: 30px;
    margin: 50px 0;
    line-height: 35px;
  }
}
.no-passion-no-glory-footer-partial img.no-passion-no-glory-image {
  width: 100%;
}
@media (max-width: 991.98px) {
  .no-passion-no-glory-footer-partial img.no-passion-no-glory-image {
    max-width: 75vw;
  }
}
.no-passion-no-glory-footer-partial img.portret-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.no-passion-no-glory-footer-partial p {
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 0 !important;
  margin-left: 10px;
  text-align: left;
}

.image-full-width {
  width: 100%;
}

.spacer-small {
  height: 30px;
}

.spacer-medium {
  height: 70px;
}

.spacer-large {
  height: 90px;
}

.btn-clic-new {
  height: 48px;
  border-radius: 23.5px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0 40px;
}

.btn-clic-200 {
  padding: 0;
  width: 200px;
}
@media (max-width: 991.98px) {
  .btn-clic-200 {
    width: 190px;
  }
}

.btn-clic-super-big {
  font-size: 24px;
  padding: 6px 40px !important;
  font-weight: 500;
  border-radius: 50px;
  height: auto;
}

.btn-clic-black {
  background-color: #000;
  color: #FFF;
}

.btn-clic-purple {
  background-color: rgb(169, 91, 255);
  color: #FFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-clic-purple:hover {
  background: rgb(155, 250, 179);
  color: #000;
}

.btn-clic-hover-green {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-clic-hover-green:hover {
  background-color: rgb(155, 250, 179);
  color: #000;
}

.btn-clic-white {
  color: rgb(169, 91, 255);
  background-color: #FFF;
}

.clic-badge-text, .clic-badge {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .clic-badge-text, .clic-badge {
    font-size: 13px;
  }
}

.clic-badge {
  background-color: #000;
  height: 60px;
  text-align: center;
  padding: 6px 15px;
}

.section-title-block {
  margin: 260px 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-title-block {
    margin: 160px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .section-title-block {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .section-title-block .section-title-block-texts {
    margin: 0 0 45px 0;
  }
}

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