.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--wijzijn11-orange:  #F3701C;
--wijzijn11-blue: #004aad;
--Wijzijn11-outer-area: 18%;
} body, h2 { all: unset; font-family: 'Roboto'; }
body { background: white; }
h1, h2, h3, h4, .menu a { font-family: 'Poppins';  }
html { scroll-behavior: smooth; }
#form { scroll-margin-top: 80px; }
p { line-height: 1.4; }
.grecaptcha-badge { visibility: hidden; } nav.scrolled #menu-mainmenu .menu-item, nav #menu-mainmenu .menu-item, .diensten-dropdown.active > div { position: relative; }
nav.scrolled #menu-mainmenu .menu-item > a:after, nav #menu-mainmenu .menu-item > a:after, .diensten-dropdown.active > div > a:after { 
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom: solid 3px var(--wijzijn11-orange);
transform: scaleX(0);  
transition: all 300ms ease-in-out;
}
.diensten-dropdown.active > div > a:after { border-bottom: solid 2px white; bottom: -3px; }
nav.scrolled #menu-mainmenu .menu-item > a:hover:after, nav .menu-item > a.current, nav.scrolled .menu-item > a.current {
transform: scaleX(1);
color: var(--wijzijn11-orange);
}
.diensten-dropdown.active > div > a:hover:after {  transform: scaleX(1); color: white; } .corner, .corner2, .corner3, .corner4 {     
position: absolute;
bottom: -380px;
right: -380px;
border-left: 30px solid rgb(33 93 175);
border-top: 30px solid rgb(33 93 175);
border-radius: 100%;
height: 700px;
width: 700px; 
filter: drop-shadow(15px 15px 0px rgb(11 81 176));
z-index: -1;
}
.corner2 {    
bottom: -280px;
right: -280px;
height: 500px;
width: 500px; 
} 
.corner3 {    
bottom: -180px;
right: -180px;
height: 300px;
width: 300px; 
} 
.corner4 {    
bottom: -80px;
right: -80px;
height: 100px;
width: 100px; 
} #navToggle {
position: absolute;
top: 32px;
right: 0;
z-index: 999;
cursor: pointer;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
width: 32px;
height: 24px;
-ms-transform: translateY(-50%) rotate(0deg);
-webkit-transform: translateY(-50%) rotate(0deg);
-moz-transform: translateY(-50%) rotate(0deg);
-o-transform: translateY(-50%) rotate(0deg);
transform: translateY(-50%) rotate(0deg);
}
#navToggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: white;
opacity: 1;
left: 0;
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s; }
#navToggle span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
.open#navToggle span:nth-child(1) {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -1px;
left: 5px; }
#navToggle span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
.open#navToggle span:nth-child(2) {
width: 0%;
opacity: 0; }
#navToggle span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
.open#navToggle span:nth-child(3) {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 22px;
left: 5px; }
nav .mobile { position: absolute; right: 60px; top: 60px; display: none; transition: all .2s ease-in-out; filter: drop-shadow(2px 3px 0px #000000); }
nav .mobile.scrolled { top: 26px; filter: none; }
nav.scrolled .mobile.scrolled #navToggle span { background: black; }
.reveal_bottom { position: relative; transform: translateY(-30px); opacity: 0; transition: .8s all ease; }
.reveal_bottom.active { transform: translateY(0); opacity: 1; }
.reveal_left { position: relative; transform: translateX(-100px); opacity: 0; transition: .8s all ease; }
.reveal_left.active { transform: translateX(0); opacity: 1; }
.reveal_right { position: relative; transform: translateX(100px); opacity: 0; transition: .8s all ease; }
.reveal_right.active { transform: translateX(0); opacity: 1; }
.container { margin-inline: 12%; }
.video-header { height: 100vh; min-height: 100vh; }
.video-header video { width: 100%; background: black; height: 100vh; min-height: 100vh; object-fit: cover; z-index: -1; position: fixed; overflow: hidden; filter: brightness(60%); }
nav { position: fixed; width: 100%; transition: all .2s ease-in-out; }
nav.scrolled { z-index: 99; background: white; padding-block: 10px; height: 90px; padding-block: 10px; filter: drop-shadow(-1px 6px 3px #0000000a);  }
.menu-mainmenu-container { position: relative; transition: all .2s ease-in-out; margin-block: auto; padding-right: 60px; z-index: 99; }
nav ul { display: flex; list-style: none; gap: 60px; }
nav ul li a { color: white; text-decoration: none; font-size: 26px; transition: all .2s ease-in-out; transition: filter 0s ease-in-out;  }
nav.scrolled a { color: black; filter: drop-shadow(2px 3px 0px white); font-size: 26px; }
nav ul li a:hover { filter: drop-shadow(2px 3px 0px var(--wijzijn11-orange)); }
nav.scrolled ul li a:hover { filter: none; }
nav .navigation { width: 100%; display: flex; justify-content: space-between; position: absolute; top: 40px; transition: all .2s ease-in-out; }
nav.scrolled .navigation { top: 12px; }
.menu-mobile { position: relative; z-index: -1; width: 100%; min-height: 0vh; max-height: 0vh; background: black; transition: all .2s ease-in-out; overflow: hidden; }
.menu-mobile.active { max-height: 100vh; min-height: 100vh; }
.menu-mobile .menu-mainmenu-container { position: relative; left: var(--Wijzijn11-outer-area); top: 0; padding-top: 200px; }
.menu-mobile .menu-mainmenu-container li {  transform: translateX(-100vw); transition: all .5s ease-in-out; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(1) { transition-delay: .5s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(2) { transition-delay: .4s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(3) { transition-delay: .3s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(4) { transition-delay: .2s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(5) { transition-delay: .1s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(1).active { transform: translateX(0); transition-delay: .1s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(2).active { transform: translateX(0); transition-delay: .2s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(3).active { transform: translateX(0); transition-delay: .3s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(4).active { transform: translateX(0); transition-delay: .4s; }
.menu-mobile .menu-mainmenu-container li:nth-of-type(5).active { transform: translateX(0); transition-delay: .5s; }
.menu-mobile .menu-mainmenu-container.active { transition-delay: .3s; } 
.menu-mobile .menu-mainmenu-container a { font-size: 38px; }
#menu-mainmenu-1 { display: block; position: relative; padding-left: 0; }
#menu-mainmenu-1 li { margin-bottom: 30px;}
nav.scrolled .menu-mobile { position: relative; z-index: -1; width: 100%; min-height: 0vh; max-height: 0vh; background: white; transition: all .2s ease-in-out;  }
nav.scrolled .menu-mobile.active { max-height: 100vh; min-height: 100vh; }
nav.scrolled .menu-mobile .menu-mainmenu-container { padding-top: 200px; }
nav.scrolled .menu-mobile .menu-mainmenu-container a { font-size: 38px; }
nav.scrolled .menu-mobile  #menu-mainmenu-1 li { color: white; }
nav .menu-mobile .corner, nav .menu-mobile .corner2, nav .menu-mobile .corner3, nav .menu-mobile .corner4 {     
position: absolute;
bottom: -380px;
right: -380px;
border-left: 30px solid rgb(33 93 175);
border-top: 30px solid rgb(33 93 175);
border-radius: 100%;
height: 700px;
width: 700px; 
filter: drop-shadow(15px 15px 0px #194685);
z-index: -1;
opacity: 0;
transition: all .5s ease-in-out;
transition-delay: .1s; 
}
nav .menu-mobile .corner2 { bottom: -280px;	right: -280px; height: 500px; width: 500px; transition-delay: .3s;  } 
nav .menu-mobile .corner3 { bottom: -180px;	right: -180px; height: 300px; width: 300px; transition-delay: .5s; } 
nav .menu-mobile .corner4 { bottom: -70px; right: -80px; height: 100px; width: 100px; transition-delay: .8s; }
nav .menu-mobile .corner.active { opacity: 1; transition-delay: .8s; }
nav .menu-mobile .corner2.active { opacity: 1; transition-delay: .5s; } 
nav .menu-mobile .corner3.active { opacity: 1; transition-delay: .3s; } 
nav .menu-mobile .corner4.active { opacity: 1; transition-delay: .1s; } .diensten-dropdown-mobile { display: none; }
.diensten-dropdown { width: 100%; background: var(--wijzijn11-blue); display: flex; justify-content: center; gap: 60px; padding-block: 30px; position: absolute; top: 140px; right: 0; opacity: 0; transition: all .5s ease-in-out; }
nav .menu .fa-angle-down { margin-left: 5px; color: white; font-size: 20px;  }
.menu .fa-angle-down { transform: rotate(0deg); transition: all .3s linear; }
.menu .fa-angle-down.active { transform: rotate(180deg); transition: all .3s linear; }
nav.scrolled .menu .fa-angle-down { color: black; }
@keyframes rotateImage {
from {
transform: rotate(0deg);
}
to {
transform: rotate(180deg);
}
}
@keyframes rotateImageBack {
from {
transform: rotate(180deg);
}
to {
transform: rotate(0deg);
}
}
nav.scrolled .diensten-dropdown { position: sticky; transform: translateY(85px); }
nav .diensten-dropdown.active { opacity: 1; top: 150px; transition: all .5s ease-in-out; }
nav.scrolled .diensten-dropdown.active { position: sticky; top: 80px; transition: all .5s ease-in-out; transform: translateY(95px); }
.diensten-dropdown div { display: flex; gap: 10px; margin-block: auto; }
.diensten-dropdown div a { margin-block: auto; color: white; text-decoration: none; font-size: 22px; filter: none; }
.diensten-dropdown div img { width: 30px; height: 30px; } nav .diensten-dropdown:not(.active) a {
pointer-events: none;
cursor: default; 
}
.logo { display: flex; position: relative; transition: all .2s ease-in-out; text-decoration: none; padding-left: 60px; }
.logo img { width: 445px; object-fit: contain; transition: all .2s ease-in-out; }
nav.scrolled .logo img { width: 380px; filter: none; }
.logo div { display: flex; margin-block: auto; font-size: 54px; color: var(--wijzijn11-orange); font-weight: bold; filter: drop-shadow(2px 3px 0px #000000); transition: all .2s ease-in-out; }
nav.scrolled .logo div { font-size: 44px; filter: none; }
.cname { position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; font-style: italic; font-size: 100px; font-weight: bold; color: var(--wijzijn11-orange); filter: drop-shadow(2px 3px 0px #000000); opacity: 1; transition: all .2s ease-in-out; }
.cname.scrolled { opacity: 0 !important; z-index: -9; }
.cname.active { display: none; }
.video-header .fa-angle-down, .animated { color: var(--wijzijn11-orange); font-size: 54px; position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); filter: drop-shadow(2px 3px 0px #000000); opacity: 1; transition: all .2s ease-in-out; }
.video-header .fa-angle-down.scrolled { opacity: 0 !important; }
.video-header .fa-angle-down:hover { cursor: pointer; }
.animated { animation: moveDown 1.5s infinite; }
.animated.scrolled { animation: none; }
@keyframes moveDown {
0% { transform: translate(-50%, 0);  opacity: 1; }
50% { transform: translate(-50%, 30px); opacity: 0; }
100% { transform: translate(-50%, 0); opacity: 0; }
}
.video-header svg.active { display: none; }
.intro { font-size: 24px; padding-block: 100px; background: white; padding-inline: var(--Wijzijn11-outer-area); scroll-margin-top: 80px; }
.diensten { background: var(--wijzijn11-blue); position: relative; overflow: hidden; display: flex; justify-content: center; gap: 80px; row-gap: 80px; flex-wrap: wrap; padding-inline: var(--Wijzijn11-outer-area); padding-top: 15vw; padding-bottom: 100px; }
.diensten > .hoofdtitel { font-size: 21.9vw; color: rgb(33 93 175); position: absolute; top: -7vw; left: 0; text-transform: uppercase; font-style: italic; filter: drop-shadow(1vw 1vw 0px rgb(11 81 176)); }
.dienst-card { flex: 0 1 24%; padding: 20px; scale: 1; height: 230px; background: white; border-radius: 45px; text-align: center; align-content: center; position: relative; filter: drop-shadow(2px 3px 3px #00000067); color: black; text-decoration: none; display: flex; flex-wrap: wrap; }
.dienst-card:hover { scale: 1.05; cursor: pointer; }
.last-card { padding: 0; flex: 1 1 calc(24% + 40px); height: calc(230px + 40px); }
.dienst-card img { width: 45px; height: 45px; display: block; margin-inline: auto; margin-bottom: 15px; }
.dienst-card h2 { font-size: 26px; font-weight: bold; width: 100%; }
.dienst-card p { font-size: 20px; margin-bottom: 0; width: 100%; text-align: center; }
.dienst-card video { object-fit: cover; width: 100%; height: 100%; border-radius: 45px; }
.logos { background: white; padding-block: 60px; margin-bottom: -1px; }
.splide-logos .splide__slide img { height: 110px; max-width: 200px; object-fit: contain; }
.cases { background: white; padding-top: 161px; position: relative; }
.cases .titel { position: absolute; top: 0; left: 50%; transform: translateX(-50%); font-size: 64px; color: var(--wijzijn11-blue); font-weight: bold; }
.cases .sub-titel { position: absolute; white-space: nowrap; font-style: italic; top: 60px; left: 50%; transform: translateX(-50%); font-size: 26px; }
.splide-cases .splide__track:hover { cursor: grab; }
.splide-cases { height: 530px; }
.splide-cases .splide__track { height: 100%; }
.splide-cases .slide_back { background: var(--wijzijn11-orange); width: 100%; height: 400px; border-radius: 45px; position: absolute; top: 0; left: 0; z-index: -1; transition: all .25s ease-in-out; transition-delay: .05s; transform: translate(0, 0); text-decoration: none;  }
.splide-cases .slide_back p { font-size: 18px; } 
.splide-cases .slide_back div { display: block; height: 88%; padding: 30px; opacity: 0; align-content: center; font-size: 22px; color: black; text-align: center; transition: all .4s ease-in-out; transition-delay: .05s;  }
.splide-cases .slide_back div h2 { font-size: 28px; font-weight: bold; font-style: italic; }
.splide-cases .slide_back div h3 { font-size: 20px; font-weight: normal; }
.splide-cases .slide_front { position: relative; }
.splide-cases .splide__slide { position: relative; width: 342px !important; height: 83%; }
.splide-cases .splide__slide .slide_front > img { width: 100%; height: 400px; object-fit: cover; border-radius: 45px; transform: translate(30px, 30px); filter: drop-shadow(2px 3px 3px #00000067); transition: all .25s ease-in-out; transition-delay: .05s; }
.alle-cases { display: flex; text-decoration: none; color: black; font-weight: bold; font-size: 28px; width: fit-content; margin-left: auto; margin-right: 23%; transform: translateY(-60px);}
.alle-cases img { height: 60px; scale: 1; margin-block: auto; margin-left: 30px; transition: all .25s ease-in-out; }
.alle-cases:hover img { scale: 1.1; }
.slide_back > div > .icon-card { position: absolute; bottom: 30px; right: 30px; height: 35px !important; object-fit: contain !important; margin-block: auto; opacity: 0; transition: all .4s ease-in-out; transition-delay: .05s; }
.splide__arrow { top: 40% !important; width: 3em !important; height: 3em !important; }
.splide-cases .splide__slide:hover .slide_front > img { transform: translate(0, 0); height: 400px; filter: none; transition-delay: 0s; }
.splide-cases .splide__slide:hover .slide_back { background: #ff8009e6; z-index: +1; height: 400px; transform: translate(30px, 30px); filter: drop-shadow(2px 3px 4px #00000067); transition-delay: 0s; }
.splide-cases .splide__slide:hover .slide_back .icon-card, .splide-cases .splide__slide:hover .slide_back div { opacity: 1; }
.vastgoed { background: var(--wijzijn11-blue); position: relative; padding-top: 14vw; padding-bottom: 100px; overflow: hidden; z-index: +1; }
.vastgoed .hoofdtitel { font-size: 19vw; color: rgb(33 93 175); position: absolute; top: -5vw; left: -1.1vw; text-transform: uppercase; font-style: italic; filter: drop-shadow(1vw 1vw 0px rgb(11 81 176)); }
.vastgoed .inhoud { margin-inline: var(--Wijzijn11-outer-area); display: flex; justify-content: space-between; position: relative; top: 20px; }
.vastgoed .inhoud .reveal_right P:first-child { margin-top: 60px; }
.vastgoed .inhoud img { width: 45%; height: 550px; object-fit: cover; border-radius: 45px; filter: drop-shadow(2px 3px 3px #00000067); }
.vastgoed .inhoud div { width: 50%; color: white; font-size: 22px; margin-block: auto; }
.lees-meer { background: transparent; font-weight: bold; border: 2px solid var(--wijzijn11-orange); color: var(--wijzijn11-orange); float: right; margin-top: 30px; text-decoration: none; border-radius: 20px; padding-inline: 30px; padding-block: 15px; transition: all .25s ease-in-out;  }
.lees-meer:hover { background: var(--wijzijn11-orange); ; color: black; }
.meer { background: white; padding-inline: var(--Wijzijn11-outer-area); padding-top: 100px; overflow: hidden; padding-bottom: 200px; }
.meer .inhoud { display: flex; justify-content: space-between; position: relative; margin-top: 15px; }
.meer h2 { color: var(--wijzijn11-blue); font-size: 48px; font-weight: bold; margin-bottom: 30px; }
.meer .inhoud div { width: 50%; font-size: 22px; }
.meer .inhoud a { color: var(--wijzijn11-blue); }
.meer .inhoud a:hover { color: var(--wijzijn11-orange); }
.meer .inhoud img { position: absolute; opacity: .8; right: -500px; top: 50%; width: 600px; margin-block: auto; transform: translateY(-50%); }
.vooruit { background: var(--wijzijn11-blue); display: flex; justify-content: space-between; padding-inline: var(--Wijzijn11-outer-area); padding-block: 90px; margin-bottom: 375px; }
.vooruit div { color: white; width: 50%; }
.vooruit div p { margin-top: 0; font-size: 32px; font-weight: 100; }
.vooruit div h2 { font-size: 36px; font-weight: bold; }
.vooruit a { display: block; margin-block: auto; }
.vooruit img { height: 60px; scale: 1; transition: all .25s ease-in-out; }
.vooruit img:hover { scale: 1.1; }
footer { position: fixed; width: 100%; padding-top: 100px; z-index: -99; background: black; bottom: 0; left: 0;  }
.footer-container { position: relative; justify-content: space-between; display: flex; margin-bottom: 60px; flex-wrap: wrap; padding-inline: 60px; }
footer img { height: 100px; margin-block: auto; }
footer .info, footer .copyright { color: white; text-align: center; font-size: 20px; }
footer .copyright a { display: inline; } 
footer .info { left: 42.5%; }
footer .copyright { right: 0; bottom: 0; font-size: 15px; height: fit-content; padding-block: 15px; padding-inline: 7.5%; }
footer div a { color: white; }
footer hr { margin-inline: 7.5%; }
footer div a:hover { color: var(--wijzijn11-orange); }
footer .socials { margin-block: auto; display: flex; gap: 30px; }
footer .socials svg { fill: white; width: 40px; }
footer .socials svg:hover { fill: var(--wijzijn11-orange); }
footer .menu-footer p { margin-block: 0; }
footer .menu-footer { font-size: 20px; text-align: center; margin-block: auto; }
footer .menu-footer a { display: block; } @media screen and (min-width: 2000px) {  
:root { --Wijzijn11-outer-area: 22%; }
}
@media screen and (max-width: 1562px) {   
.dienst-card { flex: 1 1 24%; }
.dienst-card:last-child { flex: 0 1 41%; }
}
@media screen and (max-width: 1526px) {  
nav > .navigation > .menu-mainmenu-container { display: none; }
nav > .mobile { display: block; }
}
@media screen and (max-width: 1420px) {  
.logo div { font-size: 40px; }
.logo div span { font-size: 44px; }
.cname { font-size: 82px; }
.fa-angle-down, .animated { font-size: 40px; }
.cname { font-size: 92px; }
:root { --Wijzijn11-outer-area: 12%; } .menu-mainmenu-1 > .menu-item-28 { margin-bottom: 30px; }
.dienst-card:nth-last-child(-n + 2) { flex: 0 0 25%; }
}
@media screen and (max-width: 1315px) {  
.dienst-card:nth-last-child(-n + 2) { flex: 1 1 24%; }
.dienst-card:last-child { flex: 0 1 41%; }
}
@media screen and (max-width: 1150px) {  
.footer-container div { width: 50%; margin-block: auto; justify-content: center; }
.vooruit { margin-bottom: 500px; }
}
@media screen and (max-width: 900px) {  
.logo img, nav.scrolled .logo img { width: 345px; }
#navToggle { top: 21px; }
nav.scrolled .navigation { top: 20px; }
nav .mobile.scrolled { top: 35px; }
:root { --Wijzijn11-outer-area: 10%; }
.menu-mainmenu-container { padding-right: var(--Wijzijn11-outer-area);}
.logo { padding-left: var(--Wijzijn11-outer-area); }
nav .mobile { right: 10%; }
.inhoud, .meer .inhoud, .footer-container { flex-wrap: wrap; }
.vastgoed .inhoud img, .meer .inhoud div { width: 100%; margin-bottom: 60px; }
.vastgoed .inhoud div { width: 100%; }
.meer .inhoud img { width: 75%; margin-inline: auto; }
.lees-meer { float: left; }
.vooruit { margin-bottom: 530px; }
footer img { margin-bottom: 30px; margin-inline: auto; }
footer .socials { margin-top: 5px; margin-inline: auto; width: 100%; }
.meer .inhoud img { position: relative; top: 0; left: 0; transform: translateY(0); }
.vastgoed .inhoud .reveal_right P:first-child { margin-top: 0; }
}
@media screen and (max-width: 756px) {  
.dienst-card { flex: 1 1 100%; }
:root { --Wijzijn11-outer-area: 8%; }
nav .mobile { right: 8%; }
.dienst-card:last-child { flex: 1 1 100%; }
}
@media screen and (max-width: 675px) { 
.logo img { width: 320px; }
nav .mobile { top: 50px; }
nav .mobile.scrolled { top: 28px; }
nav.scrolled .navigation { top: 28px; }
nav.scrolled .logo img { width: 250px; }
.cname { font-size: 74px; }
footer img { width: 75%; height: unset; margin-bottom: 15px; }
#navToggle { top: 28px; }
#menu-mainmenu-1 li { margin-bottom: 15px; }
.menu-mobile .menu-mainmenu-container  { padding-top: 140px;  }
nav.scrolled .menu-mobile .menu-mainmenu-container { padding-top: 120px; }
footer .info, footer .menu-footer { width: 100%; margin-inline: auto; }
.footer-container { margin-bottom: 30px; }
.vooruit { margin-bottom: 600px; }
.vastgoed .hoofdtitel { left: -1vw; }
.diensten-dropdown { display: none; }
}  
@media screen and (max-width: 475px) {  
.cname { top: 50%; }
nav.scrolled .navigation { top: 13px; }
nav .mobile.scrolled { top: 23px; }
.logo img, nav.scrolled .logo img { width: 225px; }
#navToggle { top: 16px; }
.vooruit img { height: 40px; }
.vooruit div h2 { font-size: 30px; }
.cases { padding-top: 236px; }
.cases .sub-titel { white-space: unset; text-align: center; }
.diensten, .vastgoed { padding-top: 26vw; }
.cname { font-size: 56px; }
.fa-angle-down, .animated { font-size: 33px; }
.intro { font-size: 24px; }
.meer { padding-top: 60px; }
.menu-mobile .menu-mainmenu-container a, nav.scrolled .menu-mobile .menu-mainmenu-container a { font-size: 30px; }
nav.scrolled #navToggle { top: 17px; }
nav.scrolled { height: 55px; }
.alle-cases { margin-left: unset; margin-right: unset; margin-inline: auto; }
footer img { width: 100%; }
.menu-mobile .corner { display: none; }
.splide-cases .splide__slide { margin-inline: var(--Wijzijn11-outer-area); width: fit-content !important; }
.intro { scroll-margin-top: 10px; }
#form { scroll-margin-top: 20px; }
}@font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-100.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 100;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-100italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-200.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 200;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-200italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-300italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-500.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-500italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-600italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-700.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-700italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-800.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-800italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-900.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Poppins';
font-style: italic;
font-weight: 900;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/poppins-v21-latin-900italic.woff2) format('woff2'); }  @font-face {
font-display: swap; font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-100.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-100italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-300italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-500.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-500italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-700.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-700italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-900.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/css/fonts/roboto-v32-latin-900italic.woff2) format('woff2'); }:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/fa/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.wijzijn11.nl/wp-content/themes/Wijzijn11/assets/fa/webfonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-weight: 400; }
.fa-monero:before {
content: "\f3d0"; }
.fa-hooli:before {
content: "\f427"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-aws:before {
content: "\f375"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-pixiv:before {
content: "\e640"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-bity:before {
content: "\f37a"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-modx:before {
content: "\f285"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-square-js:before {
content: "\f3b9"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-java:before {
content: "\f4e4"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-centercode:before {
content: "\f380"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-jxl:before {
content: "\e67b"; }
.fa-dart-lang:before {
content: "\e693"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-unity:before {
content: "\e049"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-vk:before {
content: "\f189"; }
.fa-untappd:before {
content: "\f405"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-contao:before {
content: "\f26d"; }
.fa-square-font-awesome:before {
content: "\e5ad"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-brave:before {
content: "\e63c"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-edge:before {
content: "\f282"; }
.fa-threads:before {
content: "\e618"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-safari:before {
content: "\f267"; }
.fa-google:before {
content: "\f1a0"; }
.fa-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-evernote:before {
content: "\f839"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-square-viadeo:before {
content: "\f2aa"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-centos:before {
content: "\f789"; }
.fa-adn:before {
content: "\f170"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-opensuse:before {
content: "\e62b"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-node:before {
content: "\f419"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-debian:before {
content: "\e60b"; }
.fa-openid:before {
content: "\f19b"; }
.fa-instalod:before {
content: "\e081"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-square-twitter:before {
content: "\f081"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-golang:before {
content: "\e40f"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-square-kickstarter:before {
content: "\f3bb"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-square-youtube:before {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-angellist:before {
content: "\f209"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-nfc-directional:before {
content: "\e530"; }
.fa-skype:before {
content: "\f17e"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-fedora:before {
content: "\f798"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-meta:before {
content: "\e49b"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-square-letterboxd:before {
content: "\e62e"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-hips:before {
content: "\f452"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-discord:before {
content: "\f392"; }
.fa-chrome:before {
content: "\f268"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-shoelace:before {
content: "\e60c"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-dochub:before {
content: "\f394"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-amazon:before {
content: "\f270"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-square-steam:before {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-500px:before {
content: "\f26e"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
content: "\f2b4"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-apple:before {
content: "\f179"; }
.fa-hive:before {
content: "\e07f"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-padlet:before {
content: "\e4a0"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-square-github:before {
content: "\f092"; }
.fa-github-square:before {
content: "\f092"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-fedex:before {
content: "\f797"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-shopify:before {
content: "\e057"; }
.fa-neos:before {
content: "\f612"; }
.fa-square-threads:before {
content: "\e619"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-angular:before {
content: "\f420"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envira:before {
content: "\f299"; }
.fa-google-scholar:before {
content: "\e63b"; }
.fa-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square:before {
content: "\e5ae"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-firefox:before {
content: "\f269"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-sith:before {
content: "\f512"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-hashnode:before {
content: "\e499"; }
.fa-react:before {
content: "\f41b"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-opera:before {
content: "\f26a"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-stripe:before {
content: "\f429"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-gg:before {
content: "\f260"; }
.fa-dhl:before {
content: "\f790"; }
.fa-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-xing:before {
content: "\f168"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-less:before {
content: "\f41d"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-signal-messenger:before {
content: "\e663"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-nfc-symbol:before {
content: "\e531"; }
.fa-mintbit:before {
content: "\e62f"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-avianex:before {
content: "\f374"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-brave-reverse:before {
content: "\e63d"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-web-awesome:before {
content: "\e682"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-osi:before {
content: "\f41a"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-square-xing:before {
content: "\f169"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-fly:before {
content: "\f417"; }
.fa-aviato:before {
content: "\f421"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-viber:before {
content: "\f409"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-letterboxd:before {
content: "\e62d"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-audible:before {
content: "\f373"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-bilibili:before {
content: "\e3d9"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-x-twitter:before {
content: "\e61b"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-42-group:before {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-elementor:before {
content: "\f430"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-xbox:before {
content: "\f412"; }
.fa-square-web-awesome-stroke:before {
content: "\e684"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-renren:before {
content: "\f18b"; }
.fa-linux:before {
content: "\f17c"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-flutter:before {
content: "\e694"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-mixer:before {
content: "\e056"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-figma:before {
content: "\f799"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-cmplid:before {
content: "\e360"; }
.fa-upwork:before {
content: "\e641"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-uikit:before {
content: "\f403"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-square-upwork:before {
content: "\e67c"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-line:before {
content: "\f3c0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-deezer:before {
content: "\e077"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-docker:before {
content: "\f395"; }
.fa-screenpal:before {
content: "\e570"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-gitter:before {
content: "\f426"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-yandex:before {
content: "\f413"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-html5:before {
content: "\f13b"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-square-web-awesome:before {
content: "\e683"; }
.fa-sass:before {
content: "\f41e"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.fa-wsh:before {
content: "\e2d0"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-apper:before {
content: "\f371"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-waze:before {
content: "\f83f"; }
.fa-bluesky:before {
content: "\e671"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-rust:before {
content: "\e07a"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-webflow:before {
content: "\e65c"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-css3:before {
content: "\f13c"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-space-awesome:before {
content: "\e5ac"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-tumblr:before {
content: "\f174"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-trello:before {
content: "\f181"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-python:before {
content: "\f3e2"; }
.fa-android:before {
content: "\f17b"; }
.fa-bots:before {
content: "\e340"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-js:before {
content: "\f3b8"; }
.fa-ideal:before {
content: "\e013"; }
.fa-git:before {
content: "\f1d3"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-uber:before {
content: "\f402"; }
.fa-github:before {
content: "\f09b"; }
.fa-php:before {
content: "\f457"; }
.fa-alipay:before {
content: "\f642"; }
.fa-youtube:before {
content: "\f167"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-twitter:before {
content: "\f099"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-buffer:before {
content: "\f837"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-yammer:before {
content: "\f840"; }
.fa-btc:before {
content: "\f15a"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-stubber:before {
content: "\e5c7"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-odysee:before {
content: "\e5c6"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f198"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-usb:before {
content: "\f287"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-square-x-twitter:before {
content: "\e61a"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f23a"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-sitrox:before {
content: "\e44a"; }
.fa-discourse:before {
content: "\f393"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-strava:before {
content: "\f428"; }
.fa-ember:before {
content: "\f423"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-wodu:before {
content: "\e088"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-zhihu:before {
content: "\f63f"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-pix:before {
content: "\e43a"; }
.fa-steam-symbol:before {
content: "\f3f6"; }