html.has-lightbox{
overflow: hidden;
}
body.hidden-scroll {
overflow: hidden;
}
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000;
display: none;
z-index: 1035;
}
.sl-wrapper {
z-index: 1040;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: fixed;
}
.sl-wrapper * {
box-sizing: border-box;
}
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer;
}
.sl-wrapper button:hover {
opacity: 0.7;
}
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #fff;
font-size: 3rem;
}
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 10060;
color: #fff;
font-size: 1rem;
}
.sl-wrapper .sl-download {
display: none;
position: fixed;
bottom: 5px;
width: 100%;
text-align: center;
z-index: 10060;
color: #fff;
font-size: 1rem;
}
.sl-wrapper .sl-download a {
color: #fff;
}
.sl-wrapper .sl-navigation {
width: 100%;
display: none;
}
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr;
}
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000;
}
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.9);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
}
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
:root {
--color-primary-l: #F27631;
--color-primary: #F15822;
--color-primary-d: #D54715;
--color-primary-text: #C83E0D;
--color-secondary-l: #FFFFFF;
--color-secondary: #F8F6F2;
--color-secondary-d: #E8E3D8;
--color-secondary-dd: #E0CEA3;
--color-secondary-ddd: #E7C277;
--color-white: #fff;
--color-thirtiary-lll: #7E8AAF;
--color-thirtiary-ll: #4D5E8F;
--color-thirtiary-l: #334475;
--color-thirtiary: #213263;
--color-thirtiary-d: #152248;
--color-text: #5D7278;
--color-text-l: #BBCACF;
}        .hamburger {
padding: 18px 16px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.9;
}
.hamburger.is-active:hover {
opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: var(--color-secondary-l);
}
.hamburger-box {
width: 24px;
height: 16px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 24px;
height: 2px;
background-color: var(--color-secondary-l);
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -7px;
}
.hamburger-inner::after {
bottom: -7px;
} .hamburger--3dx .hamburger-box {
perspective: 48px;
}
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -7px, 0) rotate(-45deg);
} .hamburger--3dx-r .hamburger-box {
perspective: 48px;
}
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -7px, 0) rotate(-45deg);
} .hamburger--3dy .hamburger-box {
perspective: 48px;
}
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -7px, 0) rotate(-45deg);
} .hamburger--3dy-r .hamburger-box {
perspective: 48px;
}
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -7px, 0) rotate(-45deg);
} .hamburger--3dxy .hamburger-box {
perspective: 48px;
}
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -7px, 0) rotate(-45deg);
} .hamburger--3dxy-r .hamburger-box {
perspective: 48px;
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -7px, 0) rotate(-45deg);
} .hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
} .hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
} .hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
} .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
top: -14px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -7px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
top: -14px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -7px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--elastic .hamburger-inner {
top: 1px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
top: 7px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 14px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 7px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -14px, 0) rotate(-270deg);
transition-delay: 0.075s;
} .hamburger--elastic-r .hamburger-inner {
top: 1px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
top: 7px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
top: 14px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, 7px, 0) rotate(-135deg);
transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -14px, 0) rotate(270deg);
transition-delay: 0.075s;
} .hamburger--emphatic {
overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
top: 7px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -48px;
top: -48px;
transform: translate3d(48px, 48px, 0) rotate(45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -48px;
top: -48px;
transform: translate3d(-48px, 48px, 0) rotate(-45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
} .hamburger--emphatic-r {
overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
top: 7px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -48px;
top: 48px;
transform: translate3d(48px, -48px, 0) rotate(-45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -48px;
top: 48px;
transform: translate3d(-48px, -48px, 0) rotate(45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
} .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
opacity: 0;
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0;
} .hamburger--slider .hamburger-inner {
top: 1px;
}
.hamburger--slider .hamburger-inner::before {
top: 7px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-3.4285714286px, -5px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -14px, 0) rotate(-90deg);
} .hamburger--slider-r .hamburger-inner {
top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
top: 7px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(3.4285714286px, -5px, 0);
opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -14px, 0) rotate(90deg);
} .hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--spin-r .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--spring .hamburger-inner {
top: 1px;
transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
top: 7px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
top: 14px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 7px, 0) rotate(-45deg);
} .hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
top: -14px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -7px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--stand .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent !important;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--stand-r .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent !important;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--vortex .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
} .hamburger--vortex-r .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
}
*, *::before, *::after {
box-sizing: border-box;
}
* {
margin: 0;
overflow-wrap: break-word;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
overflow-x: hidden;
}
@media (max-width: 992px) {
html.nav-is-active {
overflow: hidden;
}
}
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img, picture, figure, video, canvas, svg {
display: block;
max-width: 100%;
}
img {
width: 100%;
height: 100%;
}
input, button, textarea, select {
font: inherit;
}
html {
background-color: var(--color-secondary-l);
font-family: "Plus Jakarta Sans", sans-serif;
}
body {
font-size: 1.8rem;
}
a {
color: var(--color-primary-text);
text-decoration: none;
font-family: "Plus Jakarta Sans", sans-serif;
transition: color 0.3s ease-in-out;
}
.lexteria-icons {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
pointer-events: none;
}
::-moz-selection { color: white;
background: var(--color-primary-d);
}
::selection {
color: white;
background: var(--color-primary-d);
}
.content p {
margin: 2.4rem 0;
}
.content p + h1, .content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6 {
margin-top: 4.8rem;
}
.content h1, .content h2, .content h3 {
margin: 2.4rem 0;
}
.content h4, .content h5, .content h6 {
margin-top: 2.4rem;
}
.content ul {
padding-left: 3.2rem;
}
.content ul.checklist {
font-weight: 500;
color: var(--color-thirtiary);
}
.content ul.checklist li {
color: var(--color-thirtiary);
list-style-type: none;
position: relative;
margin-bottom: 8px;
}
.content ul.checklist li:before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 10L4 12L10 18L20 8L18 6L10 14L6 10Z' fill='%23EA6D41'/%3E%3C/svg%3E%0A");
width: 24px;
height: 24px;
position: absolute;
display: block;
left: -30px;
top: 2px;
}
.content li {
margin-bottom: 0.4rem;
color: var(--color-text);
}
.content li::marker {
color: var(--color-primary);
}
.content img {
clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0 40px);
}
.content a:not(.button):hover {
color: var(--color-primary);
}
.content table {
font-size: 1.5rem;
text-align: left;
border-collapse: collapse;
color: var(--color-text);
border-top: 1px solid var(--color-secondary-d);
margin: 2.4rem 0;
width: 100%;
}
@media (max-width: 480px) {
.content table {
font-size: 1.4rem;
}
}
.content table tr {
border-bottom: 1px solid var(--color-secondary-d);
}
.content table th, .content table td {
padding: 0.8rem 0;
padding-right: 0.4rem;
vertical-align: top;
}
.content table th {
color: var(--color-thirtiary);
font-weight: 500;
}
.container {
max-width: 1320px;
margin: 0 auto;
padding: 0 2.4rem;
}
@media (max-width: 480px) {
.container {
padding: 0 1.6rem;
}
}
.container.-md {
max-width: 1200px;
}
.container.-sm {
max-width: 800px;
}
.flexible-block {
margin: 8.8rem 0;
}
@media (max-width: 768px) {
.flexible-block {
margin: 6.4rem 0;
}
}
.flexible-block.-background {
background-color: var(--color-secondary);
padding: 8.8rem 0;
margin: 0;
position: relative;
}
.flexible-block.-background + .-line {
margin-top: 8.8rem;
}
@media (max-width: 768px) {
.flexible-block.-background {
padding: 6.4rem 0;
}
.flexible-block.-background + .-line {
margin-top: 6.4rem;
}
}
.flexible-block.-background + .builder-root-container .-line {
margin-top: 8.8rem;
}
@media (max-width: 768px) {
.flexible-block.-background + .builder-root-container .-line {
margin-top: 6.4rem;
}
}
.flexible-block.-background + .-background {
padding-top: 0rem;
}
.flexible-block.-line {
border-bottom: 1px solid var(--color-secondary-d);
padding-bottom: 8.8rem;
margin: 0;
}
.flexible-block.-line + .-line {
margin-top: 6.4rem;
}
@media (max-width: 768px) {
.flexible-block.-line {
margin-top: 6.4rem;
padding-bottom: 6.4rem;
}
.flexible-block.-line + .-line {
margin-top: 6.4rem;
}
}
.-ta-center {
text-align: center;
}
@media (max-width: 992px) {
body.nav-is-active {
overflow: hidden;
height: 100%;
}
body.nav-is-active .main-bar__wrapper {
background-color: var(--color-secondary);
}
body.nav-is-active .nav {
position: fixed;
z-index: 1;
width: 100%;
top: 0;
left: 0;
}
body.nav-is-active .nav .mobile-menu__services li a {
font-size: 2.4rem;
margin-bottom: 0.8rem;
}
body.nav-is-active .nav__logo .logo {
fill: var(--color-thirtiary);
}
}
@media (max-width: 768px) {
body .mobile-menu__services li a {
font-size: 1.9rem !important;
margin-bottom: 0 !important;
}
}
h1, h2, h3, h4, h5, h6 {
line-height: 125%;
color: var(--color-thirtiary);
font-weight: 500;
margin: 0;
font-family: "Chakra Petch", sans-serif;
}
h1 {
color: var(--color-secondary-l);
}
.type-display {
font-size: clamp(2.8rem, calc(2.8rem - 0.0291666667 * 36rem) + 100vw * 0.0291666667, 5.6rem);
}
h1, .type-1 {
font-size: clamp(2.8rem, calc(2.8rem - 0.0145833333 * 36rem) + 100vw * 0.0145833333, 4.2rem);
}
h2, .type-2 {
font-size: clamp(2.4rem, calc(2.4rem - 0.0125 * 36rem) + 100vw * 0.0125, 3.6rem);
}
h3, .type-3 {
font-size: clamp(2rem, calc(2rem - 0.0083333333 * 36rem) + 100vw * 0.0083333333, 2.8rem);
}
h4, .type-4 {
font-size: clamp(1.8rem, calc(1.8rem - 0.00625 * 36rem) + 100vw * 0.00625, 2.4rem);
}
h5, .type-5 {
font-size: clamp(1.6rem, calc(1.6rem - 0.0020833333 * 36rem) + 100vw * 0.0020833333, 1.8rem);
}
h6, .type-6 {
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: 1px;
}
p, li {
font-size: clamp(1.6rem, 1.6rem + (1vw - 0.36rem) * 0.1042, 1.7rem);
line-height: 170%;
color: var(--color-text);
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
color: var(--color-primary);
}
.button, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a {
display: inline-flex;
padding: 1.6rem 2.4rem;
font-size: 1.6rem;
font-family: "Plus Jakarta Sans", sans-serif;
align-items: center;
gap: 1.2rem;
transition: all 0.3s ease-in-out;
font-weight: 600;
cursor: pointer;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
}
@media (max-width: 768px) {
.button, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a {
padding: 1.4rem 2.2rem;
font-size: 1.5rem;
}
}
.button:before, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:before {
transition: 0.2s ease-in-out;
}
.button:after, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:after {
content: "";
display: inline-block;
width: 8px;
height: 12px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E"); mask-size: contain; transition: 0.2s ease-in-out;
}
.button:hover:after, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:hover:after {
transform: translateX(4px);
}
.primary-button, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a {
color: white;
position: relative;
background-color: var(--color-primary);
overflow: hidden;
}
.primary-button span, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a span {
z-index: 1;
}
.primary-button:hover, .primary-button:active, .primary-button:focus, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:hover, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:active, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:focus {
background-color: var(--color-primary-d);
color: white;
}
.primary-button:hover:before, .primary-button:active:before, .primary-button:focus:before, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:hover:before, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:active:before, .nav .main-bar .main-menu ul .menu-item.nav-primary-button a:focus:before {
right: 60%;
width: 300px;
}
.secondary-button-l {
border: 2px solid var(--color-secondary-d);
color: var(--color-thirtiary);
padding: 1.4rem 2.2rem;
position: relative;
}
.secondary-button-l:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 18px;
height: 18px;
display: block;
border-left: 18px solid transparent;
border-bottom: 18px solid var(--color-secondary-d);
border-top: 0px solid transparent;
transform: translate(0.8px, 0.8px);
}
.secondary-button-l:hover, .secondary-button-l:active, .secondary-button-l:focus {
border-color: var(--color-primary-l);
}
.secondary-button-l:hover:before, .secondary-button-l:active:before, .secondary-button-l:focus:before {
border-bottom-color: var(--color-primary-l);
}
.secondary-button {
border: 2px solid var(--color-thirtiary-l);
color: white;
padding: 1.4rem 2.2rem;
position: relative;
}
.secondary-button:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 18px;
height: 18px;
display: block;
border-left: 18px solid transparent;
border-bottom: 18px solid var(--color-thirtiary-l);
border-top: 0px solid transparent;
transform: translate(0.8px, 0.8px);
}
.secondary-button:hover, .secondary-button:active, .secondary-button:focus {
border-color: var(--color-primary-l);
}
.secondary-button:hover:before, .secondary-button:active:before, .secondary-button:focus:before {
border-bottom-color: var(--color-primary-l);
}
.nav {
position: relative;
z-index: 999;
width: 100%;
background-color: var(--color-thirtiary-d);
}
.nav__logo {
width: 250px;
height: auto;
transition: opacity 0.3s ease-in-out;
fill: white;
}
.nav__logo:hover {
opacity: 0.8;
}
@media (max-width: 992px) {
.nav__logo {
width: 200px;
}
}
.nav__logo .logo {
fill: var(--color-thirtiary);
}
.nav .top-bar {
background-color: white;
box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.23);
padding: 0.8rem 0;
}
.nav .top-bar__wrapper {
display: flex;
justify-content: space-between;
}
.nav .top-bar__link {
display: flex;
align-items: center;
gap: 1.2rem;
font-size: 1.3rem;
color: var(--color-text);
}
.nav .top-bar__link:hover {
color: var(--color-primary);
}
.nav .top-bar__link.-external {
transition: 0.2s ease-in-out;
}
.nav .top-bar__link.-external:after {
content: "";
display: inline-block;
top: calc(50% - 6px);
width: 12px;
height: 12px;
margin-left: -4px;
background-color: currentColor;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9 1H13M13 1V5M13 1L5.66667 8.33333M11 7.66667V11.6667C11 12.0203 10.8595 12.3594 10.6095 12.6095C10.3594 12.8595 10.0203 13 9.66667 13H2.33333C1.97971 13 1.64057 12.8595 1.39052 12.6095C1.14048 12.3594 1 12.0203 1 11.6667V4.33333C1 3.97971 1.14048 3.64057 1.39052 3.39052C1.64057 3.14048 1.97971 3 2.33333 3H6.33333' stroke='%23F15822' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9 1H13M13 1V5M13 1L5.66667 8.33333M11 7.66667V11.6667C11 12.0203 10.8595 12.3594 10.6095 12.6095C10.3594 12.8595 10.0203 13 9.66667 13H2.33333C1.97971 13 1.64057 12.8595 1.39052 12.6095C1.14048 12.3594 1 12.0203 1 11.6667V4.33333C1 3.97971 1.14048 3.64057 1.39052 3.39052C1.64057 3.14048 1.97971 3 2.33333 3H6.33333' stroke='%23F15822' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-size: contain; transition: 0.2s ease-in-out;
}
@media (max-width: 480px) {
.nav .top-bar__link {
font-size: 1.1rem;
}
}
.nav .top-bar__link .icon_pt-metaalwerken {
width: 125px;
height: auto;
}
.nav .top-bar__link .icon_lexteria {
width: 100px;
height: auto;
}
.nav .main-bar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 3.2rem;
padding: 2.4rem 0;
}
@media (max-width: 992px) {
.nav .main-bar {
padding: 2.4rem 0;
}
}
@media (max-width: 768px) {
.nav .main-bar {
padding: 0.8rem 0;
}
}
.nav .main-bar__left {
flex-shrink: 1;
}
.nav .main-bar__right {
display: flex;
align-items: center;
flex-shrink: 0;
}
@media (max-width: 992px) {
.nav .main-bar .main-menu {
display: none;
}
}
.nav .main-bar .main-menu ul {
display: flex;
align-items: center;
gap: 3.2rem;
margin: 0;
padding: 0;
}
.nav .main-bar .main-menu ul .menu-item {
list-style-type: none;
}
.nav .main-bar .main-menu ul .menu-item.current-menu-item:not(.nav-primary-button) a {
color: var(--color-primary);
}
.nav .main-bar .main-menu ul .menu-item a {
color: var(--color-thirtiary-lll);
font-size: 1.5rem;
font-family: "Plus Jakarta Sans", sans-serif;
transition: 0.3s ease-in-out;
}
.nav .main-bar .main-menu ul .menu-item a:hover, .nav .main-bar .main-menu ul .menu-item a:active, .nav .main-bar .main-menu ul .menu-item a:focus {
color: var(--color-secondary-l);
}
.nav .main-bar .main-menu ul .menu-item.primary-button a {
color: white;
}
@media (max-width: 992px) {
.nav .services-menu {
display: none;
}
}
.nav .services-menu ul {
display: flex;
margin: 0;
padding: 0;
border: 1px solid var(--color-thirtiary-l);
}
.nav .services-menu ul li {
list-style-type: none;
}
.nav .services-menu ul li.current-menu-item a {
color: var(--color-primary);
}
.nav .services-menu ul li a {
color: var(--color-secondary-l);
font-size: 1.6rem;
font-weight: 600;
font-family: "Plus Jakarta Sans", sans-serif;
padding: 1.2rem 1.6rem;
display: block;
transition: 0.3s ease-in-out;
overflow: hidden;
position: relative;
}
.nav .services-menu ul li a:hover:before, .nav .services-menu ul li a:active:before, .nav .services-menu ul li a:focus:before {
transform: translateX(0);
}
.nav .services-menu ul li a:before {
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
position: absolute;
background-color: var(--color-thirtiary-l);
transform: translateY(-105%);
z-index: -1;
transition: 0.2s ease-in-out;
}
.nav .services-menu ul li a:after {
content: "";
position: absolute;
top: 0;
right: 0;
height: 10px;
width: 1px;
background-color: var(--color-thirtiary-l);
}
.hamburger {
display: none;
z-index: 999;
}
@media (max-width: 992px) {
.hamburger {
display: block;
}
}
.mobile-menu {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
background-color: var(--color-secondary);
overflow-y: auto;
display: none;
transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
padding: 2.4rem;
padding-top: 20rem;
z-index: 0;
}
.mobile-menu ul {
margin: 0;
padding: 0;
}
.mobile-menu ul li {
list-style-type: none;
}
.mobile-menu__main li a {
display: block;
padding: 0.4rem 0;
color: var(--color-text);
}
.mobile-menu__main li a:hover {
color: var(--color-primary);
}
.mobile-menu__services li a {
display: block;
padding: 0.4rem 0;
color: var(--color-thirtiary);
font-weight: 500;
font-size: 1.8rem;
padding: 0.8rem 0;
}
.mobile-menu__services li a:hover {
color: var(--color-primary);
}
@media (max-width: 992px) {
.mobile-menu.show-menu {
display: block;
z-index: -1;
}
}
.nav--negative {
position: absolute;
width: 100%;
background-color: transparent;
}
.nav--negative .services-menu ul li a {
color: white;
}
.nav--negative .main-bar .main-menu ul .menu-item a {
color: rgba(255, 255, 255, 0.6);
}
.nav--negative .main-bar .main-menu ul .menu-item a:hover, .nav--negative .main-bar .main-menu ul .menu-item a:active, .nav--negative .main-bar .main-menu ul .menu-item a:focus {
color: rgb(255, 255, 255);
}
.nav--negative .hamburger-inner, .nav--negative .hamburger-inner::before, .nav--negative .hamburger-inner::after {
background-color: white;
}
.nav-is-active .nav__logo {
fill: var(--color-thirtiary-d);
}
.nav-is-active .hamburger-inner, .nav-is-active .hamburger-inner::before, .nav-is-active .hamburger-inner::after {
background-color: var(--color-thirtiary-d) !important;
}
.footer {
background-color: white;
position: relative;
overflow-x: clip;
margin-top: auto;
}
.footer:before {
content: "";
position: absolute;
left: 0;
top: -70px;
width: 100%;
height: 70px;
z-index: -2;
background-color: var(--color-secondary);
}
.footer:after {
content: "";
position: absolute;
left: 30%;
top: -40px;
height: 40px;
width: 100vw;
border-left: 40px solid transparent;
border-bottom: 40px solid white;
border-top: 0px solid transparent;
}
.footer__title {
display: inline-block;
color: var(--color-thirtiary);
font-family: "Chakra Petch", sans-serif;
font-size: 2.1rem;
font-weight: 600;
margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
.footer__title {
margin-bottom: 1.6rem;
}
}
.footer .footer__top {
display: flex;
flex-wrap: wrap;
align-items: stretch;
padding: 6.4rem 0;
}
.footer .footer__top > * {
flex: 1 1 25%;
}
@media (max-width: 992px) {
.footer .footer__top > * {
flex: 1 1 50%;
}
}
@media (max-width: 768px) {
.footer .footer__top > * {
flex: 1 1 250px;
}
}
.footer .footer__top .col-with-buttons {
order: 5;
display: inline-flex;
align-items: flex-end;
flex-direction: column;
gap: 2.4rem;
}
@media (max-width: 992px) {
.footer .footer__top .col-with-buttons {
order: initial;
align-items: flex-start;
}
}
.footer .footer__top .col {
margin-bottom: 3.2rem;
}
.footer .footer__top .col:first-child {
margin-top: -25px;
}
.footer .footer__top .col .social-links {
display: inline-flex;
border-radius: 100px;
}
.footer .footer__top .col .social-links__item {
display: block;
padding: 1.2rem;
}
.footer .footer__top .col .social-links__item:hover .social-links__icon {
fill: var(--color-primary-d);
}
.footer .footer__top .col .social-links__icon {
width: 24px;
height: 24px;
fill: var(--color-primary);
transition: 0.3s ease-in-out;
}
.footer .footer__top .col ul {
margin: 0;
padding: 0;
}
.footer .footer__top .col ul.contact__iconlist {
margin-top: 2.4rem;
}
.footer .footer__top .col ul.contact__iconlist li {
margin-bottom: 0;
}
.footer .footer__top .col ul.contact__iconlist li a {
display: flex;
}
.footer .footer__top .col ul li {
list-style-type: none;
}
.footer .footer__top .col ul li a {
font-size: 1.6rem;
color: var(--color-thirtiary-l);
display: inline-block;
padding: 0.4rem 0;
}
@media (max-width: 768px) {
.footer .footer__top .col ul li a {
padding: 0.4rem 0;
font-size: 1.5rem;
}
}
.footer .footer__top .col ul li a:hover, .footer .footer__top .col ul li a:focus, .footer .footer__top .col ul li a:active {
color: var(--color-primary-text);
}
.footer .footer__bottom {
display: flex;
justify-content: space-between;
font-size: 1.4rem;
padding: 1.6rem 0;
color: var(--color-text);
flex-wrap: wrap;
align-items: center;
gap: 1.2rem;
}
@media (max-width: 768px) {
.footer .footer__bottom {
justify-content: center;
}
}
.footer .footer__bottom .legal-links {
display: flex;
column-gap: 3.2rem;
row-gap: 0.4rem;
margin: 0;
padding: 0;
flex-wrap: wrap;
}
@media (max-width: 768px) {
.footer .footer__bottom .legal-links {
justify-content: center;
}
}
.footer .footer__bottom .legal-links li {
list-style-type: none;
}
.footer .footer__bottom .legal-links li a {
color: var(--color-thirtiary);
font-size: 1.4rem;
}
.footer .footer__bottom .legal-links li a:hover, .footer .footer__bottom .legal-links li a:active, .footer .footer__bottom .legal-links li a:focus {
color: var(--color-primary-text);
}
.notification-bar {
background-color: var(--color-primary);
color: white;
font-weight: 500;
font-size: 1.5rem;
text-align: center;
padding: 0.8rem;
transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
.notification-bar {
font-size: 1.3rem;
}
}
.notification-bar__link:hover .notification-bar {
background-color: var(--color-primary-d);
}
.crumbs {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
font-size: 1.2rem;
padding: 1.6rem 0;
}
.crumbs__link {
color: var(--color-thirtiary-lll);
}
.crumbs__link:hover {
color: var(--color-primary);
}
.crumbs__chevron {
margin: 0.4rem;
}
.crumbs .current {
color: var(--color-thirtiary-ll);
}
.page-header {
position: relative;
min-height: 500px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 992px) {
.page-header {
min-height: 450px;
}
}
@media (max-width: 768px) {
.page-header {
min-height: 300px;
}
}
@media (max-width: 480px) {
.page-header {
min-height: 250px;
}
}
.page-header__wrapper {
position: relative;
z-index: -1;
}
.page-header__border {
position: absolute;
background-color: var(--color-thirtiary-d);
height: calc(100% - 80px);
z-index: -1;
left: 0;
right: 0;
top: 0;
width: 100%;
overflow-x: clip;
}
.page-header__border:before {
content: "";
position: absolute;
height: 80px;
bottom: -80px;
left: 50%;
transform: translateX(-50%);
right: 0;
border-right: 80px solid transparent;
border-left: 80px solid transparent;
border-top: 80px solid var(--color-thirtiary-d);
border-bottom: 0px solid transparent;
max-width: 1500px;
width: calc(100% + 112px);
margin: 0 auto;
}
.page-header__border--max-height {
height: 60%;
}
.page-header__border .container {
position: relative;
left: 0;
right: 0;
width: 100%;
height: 100%;
top: 0;
}
.page-header__image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: hidden;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%);
}
.page-header__image img {
width: 100%;
height: 130%;
object-fit: cover;
position: absolute;
}
.page-header__image:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: var(--color-thirtiary);
opacity: 0.3;
}
.page-header__title {
color: white;
padding: 2.4rem;
text-align: center;
}
.page-header__title-wrapper {
padding-bottom: 6rem;
padding-top: 2.4rem;
}
@media (max-width: 992px) {
.page-header__title-wrapper {
padding-bottom: 4rem;
padding-top: 1.2rem;
}
}
.usp-list {
display: flex;
position: absolute;
bottom: 0;
transform: translateY(50%);
background-color: var(--color-primary);
margin: 0;
padding: 1.6rem 3.2rem;
font-weight: 500;
column-gap: 3.2rem;
margin: 0 2.4rem;
}
.usp-list li {
list-style-type: none;
position: relative;
margin-left: 2.4rem;
color: var(--color-secondary-l);
}
.usp-list li:before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 10L4 12L10 18L20 8L18 6L10 14L6 10Z' fill='%23152248'/%3E%3C/svg%3E%0A");
width: 24px;
height: 24px;
position: absolute;
display: block;
left: -30px;
top: 2px;
}
@media (max-width: 768px) {
.usp-list {
flex-direction: column;
height: 60px;
align-items: center;
gap: 0;
overflow: hidden;
margin: 0;
}
.usp-list li {
flex: 0 0 60px;
text-align: center;
transition: transform 0.5s ease;
font-size: 1.5rem;
}
}
.page-header__wrapper + .builder-root-container .flexible-block.-background:first-child {
z-index: -2;
position: relative;
}
.page-header__wrapper + .builder-root-container .flexible-block.-background:first-child:after {
content: "";
position: absolute;
background-color: var(--color-secondary);
width: 100%;
height: 200%;
top: -200%;
left: 0;
}
.contact {
display: flex;
flex-wrap: wrap;
column-gap: 6.4rem;
row-gap: 4rem;
}
.contact > * {
flex: 1 1 400px;
}
.contact__form {
background-color: var(--color-thirtiary-l);
color: white;
padding: 5.6rem 4rem;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%);
}
@media (max-width: 768px) {
.contact__form {
padding: 4rem 2.4rem;
}
}
.contact__form__title {
color: white;
margin-bottom: 2.4rem;
}
.contact__form__text {
color: var(--color-text-l);
}
.contact__form__message {
display: flex;
align-items: center;
background-color: var(--color-thirtiary-ll);
color: white;
overflow: hidden;
margin-bottom: 4rem;
align-items: stretch;
position: relative;
}
@media (max-width: 768px) {
.contact__form__message {
flex-direction: column;
}
}
.contact__form__message__text {
color: white;
font-weight: 600;
margin: 1.6rem 2.4rem;
}
.contact__form__message__text span {
font-weight: 400;
}
.contact__form__message__image {
overflow: hidden;
width: 150px;
height: 100%;
}
@media (max-width: 768px) {
.contact__form__message__image {
width: 100%;
align-self: stretch;
height: 160px;
object-fit: cover;
}
}
.contact__form__message__close {
position: absolute;
right: 0;
top: 0;
padding: 1.2rem;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 100px;
margin: 1.2rem;
transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
.contact__form__message__close {
background-color: rgba(0, 0, 0, 0.4);
}
}
.contact__form__message__close:hover, .contact__form__message__close:active, .contact__form__message__closefocus {
background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.contact__form__message__close:hover, .contact__form__message__close:active, .contact__form__message__closefocus {
background-color: rgba(0, 0, 0, 0.6);
}
}
.contact__contactinfo {
display: flex;
flex-wrap: wrap;
margin-top: 4rem;
row-gap: 3.2rem;
}
.contact__contactinfo > * {
flex: 1 1 200px;
}
.contact__iconlist {
margin: 0;
padding: 0;
}
.contact__iconlist li {
list-style-type: none;
margin-bottom: 1.2rem;
}
.contact__iconlist li a,
.contact__iconlist li div {
display: inline-flex;
align-items: flex-start;
gap: 0.8rem;
color: var(--color-thirtiary);
line-height: 150%;
}
.contact__iconlist li a:hover,
.contact__iconlist li div:hover {
color: var(--color-primary-text);
}
.contact__iconlist li a .icon,
.contact__iconlist li div .icon {
margin-top: 2px;
}
.contact__iconlist li div:hover {
color: var(--color-thirtiary);
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
border: none;
border-bottom: 1px solid var(--color-text);
block-size: 50px;
border-radius: 0;
background-color: transparent;
color: var(--color-text-l);
font-size: 1.6rem;
box-shadow: none;
padding-left: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:active, body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:active,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:active,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus {
border-bottom-color: white;
}
.gform-theme--foundation .gform_fields {
row-gap: 20px;
}
body .gform_wrapper .gform_footer input[type=submit] {
border-radius: 0 !important;
padding: 1.6rem 2.4rem !important;
display: inline-flex !important;
font-size: 1.6rem !important;
font-weight: 500 !important;
align-items: center !important;
transition: all 0.3s ease-in-out !important;
text-decoration: none !important;
background-color: var(--primary-400) !important;
color: white !important;
position: relative !important;
border: none !important;
font-family: "Poppins", sans-serif !important;
position: relative !important;
background-color: var(--color-primary) !important;
overflow: hidden !important;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
}
body .gform_wrapper .gform_footer input[type=submit] span {
z-index: 1 !important;
}
body .gform_wrapper .gform_footer input[type=submit]:before {
content: "" !important;
top: 0 !important;
right: -100px !important;
width: 120px !important;
height: 400% !important;
position: absolute !important;
background: linear-gradient(270deg, rgba(230, 193, 119, 0) 0%, rgba(230, 193, 119, 0.7) 49.87%, rgba(230, 193, 119, 0) 100%) !important;
transform: rotate(-20deg) translateY(-50%) !important;
transition: 1.5s cubic-bezier(0.76, 0, 0.24, 1) !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_footer input[type=submit]:focus {
background-color: var(--color-primary-d) !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover:before, body .gform_wrapper .gform_footer input[type=submit]:active:before, body .gform_wrapper .gform_footer input[type=submit]:focus:before {
right: 60% !important;
width: 300px !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
color: #da4141;
}
body .gform_wrapper .gform_validation_errors {
display: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
color: white;
font-size: 1.5rem;
font-weight: 500;
margin-bottom: 0;
}
body .gform_wrapper {
width: 100%;
}
.gform-theme--foundation .gform_fields {
grid-row-gap: 20px !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area {
border-color: var(--color-text);
border-radius: 8px;
box-shadow: none;
background-color: transparent;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files {
border: 2px solid var(--neutral-300);
color: white;
padding: 1.2rem 2.4rem;
font-weight: 500;
border-radius: 40px;
transition: all 0.2s ease;
text-decoration: none;
display: inline-block;
background-color: var(--color-text);
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files:hover {
opacity: 0.8;
}
.gfield_description.gform_fileupload_rules {
color: var(--color-text) !important;
}
.gform_drop_instructions {
color: white !important;
}
body .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
color: white !important;
}
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255, 255, 255, 0.65)'/%3E%3C/svg%3E") !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
color: var(--color-text-l);
}
.vacatures-list {
margin: 6rem 0;
max-width: 760px;
margin-bottom: 12rem;
}
.vacature-item {
background-color: var(--color-thirtiary);
padding: 2.4rem;
font-size: 2.1rem;
font-weight: 500;
color: white;
transition: 0.3s ease-in-out;
display: block;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
position: relative;
margin-bottom: 1.6rem;
}
.vacature-item:after {
content: "";
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
width: 13px;
height: 20px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E"); mask-size: contain; transition: 0.2s ease-in-out;
}
.vacature-item:hover {
background-color: var(--color-primary);
}
.popup-wrapper {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
z-index: 1000;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
transition: 0.2s ease-in-out;
pointer-events: auto;
opacity: 1;
}
.popup-wrapper .popup {
transform: translateY(0);
transition: transform 0.3s ease-in-out;
}
.hidden {
opacity: 0;
pointer-events: none;
background-color: rgba(0, 0, 0, 0);
}
.hidden .popup {
transform: translateY(-40px);
}
.popup {
background-color: white;
margin: 6.4rem 3.2rem;
padding: 4rem 3.2rem;
width: 100%;
max-width: 640px;
position: relative;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%);
}
.popup h2 {
margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
.popup {
padding: 2.4rem;
margin: 3.2rem 1.6rem;
}
}
.popup__close {
position: absolute;
right: 0;
top: 0;
padding: 3.2rem;
transition: 0.2s ease-in-out;
}
.popup__close:hover {
opacity: 0.8;
transform: rotate(90deg);
}
.category-lists {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 3.2rem;
}
.category-lists > * {
flex: 1 1 300px;
}
.category-lists__info-card {
background-color: white;
padding: 3.2rem 2.4rem;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%);
}
@media (max-width: 992px) {
.category-lists__info-card {
order: -1;
flex: 1 0 100%;
}
}
.category-lists__logo {
margin-bottom: 4rem;
}
@media (max-width: 768px) {
.category-lists__logo {
margin-top: 1.6rem;
margin-bottom: 1.6rem;
}
}
.category-lists__logo--1 {
width: 250px;
}
.category-lists__text {
margin: 2.4rem 0;
}
.category-lists__link {
color: var(--color-primary);
font-weight: 600;
}
.category-lists__link:hover, .category-lists__link:focus, .category-lists__link:active {
color: var(--color-primary-d);
}
.category-lists__link.-external {
display: inline-block;
}
.category-lists__link.-external:after {
content: "";
display: inline-block;
top: calc(50% - 6px);
width: 12px;
height: 12px;
margin-left: 8px;
background-color: currentColor;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9 1H13M13 1V5M13 1L5.66667 8.33333M11 7.66667V11.6667C11 12.0203 10.8595 12.3594 10.6095 12.6095C10.3594 12.8595 10.0203 13 9.66667 13H2.33333C1.97971 13 1.64057 12.8595 1.39052 12.6095C1.14048 12.3594 1 12.0203 1 11.6667V4.33333C1 3.97971 1.14048 3.64057 1.39052 3.39052C1.64057 3.14048 1.97971 3 2.33333 3H6.33333' stroke='%23F15822' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9 1H13M13 1V5M13 1L5.66667 8.33333M11 7.66667V11.6667C11 12.0203 10.8595 12.3594 10.6095 12.6095C10.3594 12.8595 10.0203 13 9.66667 13H2.33333C1.97971 13 1.64057 12.8595 1.39052 12.6095C1.14048 12.3594 1 12.0203 1 11.6667V4.33333C1 3.97971 1.14048 3.64057 1.39052 3.39052C1.64057 3.14048 1.97971 3 2.33333 3H6.33333' stroke='%23F15822' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-size: contain; transition: 0.2s ease-in-out;
}
.category-lists__menu {
margin: 0;
padding: 0;
border-top: 1px solid var(--color-secondary-d);
}
.category-lists__menu li {
list-style-type: none;
border-bottom: 1px solid var(--color-secondary-d);
}
.category-lists__menu li a {
padding: 1.2rem 3.2rem 1.2rem 0;
display: block;
color: var(--color-thirtiary-d);
transition: 0.2s ease-in-out;
position: relative;
}
.category-lists__menu li a:after {
content: "";
position: absolute;
right: 12px;
top: calc(50% - 6px);
width: 8px;
height: 12px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E"); mask-size: contain; transition: 0.2s ease-in-out;
}
.category-lists__menu li a:hover, .category-lists__menu li a:focus, .category-lists__menu li a:active {
color: var(--color-primary);
transform: translateX(4px);
}
.fourohfour {
background-color: var(--color-thirtiary-d);
padding: 14rem 0 20rem 0;
position: relative;
z-index: -1;
}
.fourohfour .button {
margin-top: 2.4rem;
}
.fourohfour:before {
content: "404";
font-family: "Chakra Petch", sans-serif;
font-size: 28rem;
font-weight: 600;
color: var(--color-thirtiary);
position: absolute;
left: 50%;
transform: translateX(-50%);
right: 0;
bottom: 0;
top: 0;
z-index: -1;
text-align: center;
text-wrap: nowrap;
width: 100%;
font-size: clamp(12rem, calc(12rem - 0.1666666667 * 36rem) + 100vw * 0.1666666667, 28rem);
}
.page-message {
background-color: var(--color-thirtiary-d);
padding: 14rem 0 20rem 0;
position: relative;
z-index: -1;
}
.page-message .button {
margin-top: 2.4rem;
}
.page-message:before {
content: none;
}
.page-message .content p, .page-message .content li, .page-message .content b, .page-message .content strong {
color: var(--color-thirtiary-lll);
}
.small-reviewme-widget p:last-child {
font-size: 13px;
color: var(--color-text);
}
@media (max-width: 768px) {
.small-reviewme-widget p:last-child {
display: none;
}
}
.small-reviewme-widget .star-ratings {
display: inline-block;
position: relative;
font-size: 14px;
color: #ddd;
}
.small-reviewme-widget .star-ratings .star-ratings-top {
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
overflow: hidden;
color: #F6AE1C;
letter-spacing: 1px;
}
.small-reviewme-widget .star-ratings .star-ratings-bottom {
letter-spacing: 1px;
}
.small-reviewme-widget {
display: flex;
align-items: center;
gap: 0.8rem;
}
.small-reviewme-widget p:first-child {
font-weight: bold;
font-size: 14px;
margin: 0;
color: var(--color-thirtiary);
}
.small-reviewme {
margin-top: 5px;
}
.star-ratings-top {
content: "star" !important;
}
.cta {
background-color: var(--color-thirtiary-d);
}
.cta__wrapper {
display: flex;
justify-content: space-between;
gap: 3.2rem;
align-items: center;
padding: 8rem 0;
}
@media (max-width: 768px) {
.cta__wrapper {
flex-direction: column-reverse;
}
}
.cta__content {
max-width: 50%;
}
@media (max-width: 768px) {
.cta__content {
flex-direction: column-reverse;
max-width: 100%;
text-align: center;
}
}
.cta__title {
color: white;
}
.cta__links {
padding-top: 2.4rem;
display: flex;
flex-wrap: wrap;
gap: 1.6rem;
}
@media (max-width: 768px) {
.cta__links {
justify-content: center;
}
}
.cta__image {
aspect-ratio: 4/3;
max-width: 40rem;
width: 50%;
object-fit: cover;
clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0 40px);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
.cta__image {
width: 100%;
aspect-ratio: 16/9;
}
}
.cta__image img {
object-fit: cover;
width: 100%;
height: 100%;
}
.image-with-text.-image-left .image-with-text__image {
order: -1;
}
@media (max-width: 768px) {
.image-with-text.-image-left .image-with-text__image {
order: 1;
}
}
.image-with-text__border {
position: absolute;
width: 100%;
height: auto;
left: 0;
right: 0;
bottom: 100%;
margin-bottom: -2px;
background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 1600 45" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 44.181L1600 44.1812L1600 8.7738e-05C1345.11 24.23 1076.48 37.1811 799 37.1811C522.242 37.1811 254.29 24.2975 3.84583e-06 0.189813L0 44.181Z" fill="white"/%3E%3C/svg%3E');
background-position: bottom;
background-repeat: no-repeat;
}
.image-with-text__wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.image-with-text__wrapper > * {
flex: 0 1 50%;
}
@media (max-width: 768px) {
.image-with-text__wrapper {
flex-direction: column-reverse;
}
}
.image-with-text__content {
padding: 0 4.8rem;
}
@media (max-width: 768px) {
.image-with-text__content {
padding: 2.4rem 0 0 0;
}
}
.image-with-text__content .button {
margin-top: 2.4rem;
}
.image-with-text__image {
align-self: flex-start;
clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0 40px);
}
.image-with-text__image img {
object-fit: cover;
aspect-ratio: 4/3;
}
@media (max-width: 768px) {
.image-with-text__image {
overflow: hidden;
}
}
.reviews {
text-align: center;
}
.reviews__eyebrow {
color: var(--color-primary);
font-size: 1.3rem;
letter-spacing: 0.169rem;
text-transform: uppercase;
padding-bottom: 1.2rem;
display: block;
}
.reviews__widget {
padding-top: 3.2rem;
}
.cards__list {
display: grid;
grid-column-gap: 3.2rem;
grid-row-gap: 3.2rem;
grid-template-columns: repeat(3, 1fr);
margin: 3.2rem 0;
}
@media (max-width: 768px) {
.cards__list {
grid-template-columns: repeat(1, 1fr);
grid-gap: 2.4rem;
}
}
@media (max-width: 480px) {
.cards__list {
grid-template-columns: repeat(1, 1fr);
}
}
.cards--with-number .card__image__wrapper {
position: relative;
display: inline-block;
}
.cards--with-number .card__image__wrapper:after {
content: "";
position: absolute;
right: -12px;
top: 0;
width: 12px;
height: 60%;
border-top: 0px solid transparent;
border-left: 12px solid var(--color-primary);
border-bottom: 12px solid transparent;
}
.cards--with-icon .card__image {
aspect-ratio: 1;
width: 8rem;
background-color: var(--color-thirtiary-d);
clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%, 0 18px);
padding: 1.6rem;
}
.cards--with-icon .card__image:hover img {
transform: none;
}
.cards--with-icon .card__image__wrapper {
position: relative;
display: inline-block;
}
.cards--with-icon .card__image__wrapper:after {
content: "";
position: absolute;
right: -12px;
top: 0;
width: 12px;
height: 60%;
border-top: 0px solid transparent;
border-left: 12px solid var(--color-primary);
border-bottom: 12px solid transparent;
}
.card {
position: relative;
}
.card__number {
width: 8rem;
height: 8rem;
background-color: var(--color-thirtiary-d);
padding: 1.6rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 2.8rem;
font-weight: 600;
color: var(--color-secondary-l);
clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%, 0 18px);
position: relative;
}
@media (max-width: 992px) {
.card__number {
font-size: 2.1rem;
width: 6rem;
height: 6rem;
}
}
.card__image {
aspect-ratio: 16/10;
overflow: hidden;
transition: all 0.3s ease-in-out;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0% 100%);
}
.card__image:hover img {
transform: scale(1.05);
}
.card__image img {
object-fit: cover;
height: 100%;
width: 100%;
transition: all 0.3s ease-in-out;
}
.card__title {
margin-top: 1.6rem;
}
.card__text {
font-size: 1.6rem;
margin-top: 0.8rem;
line-height: 160%;
}
.card__link {
display: inline-block;
margin-top: 0.8rem;
font-size: 1.6rem;
font-weight: 500;
color: var(--color-primary-d);
transition: 0.3s ease-in-out;
}
.card__link:after {
content: "";
display: inline-block;
width: 8px;
height: 12px;
margin-left: 0.2rem;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E"); mask-size: contain; transition: 0.3s ease-in-out;
}
.card__link:hover {
color: var(--color-primary-text);
}
.card__link:hover:after {
transform: translateX(4px);
}
.model-cards .cards__list {
grid-row-gap: 4rem;
}
.model-cards .card__image {
position: relative;
}
.model-cards .card__image:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--color-thirtiary);
opacity: 0;
transition: 0.2s ease-in-out;
}
.model-cards .card__image:hover:after {
opacity: 0.6;
}
.card--model{
cursor: pointer;
}
.category-cards {
position: relative;
padding-bottom: 8.8rem;
}
@media (max-width: 768px) {
.category-cards {
padding-bottom: 6.4rem;
}
}
.category-cards__list {
display: grid;
grid-column-gap: 3.2rem;
grid-row-gap: 3.2rem;
grid-template-columns: repeat(3, 1fr);
margin-top: 3.2rem;
grid-auto-rows: 1fr;
}
@media (max-width: 992px) {
.category-cards__list {
grid-gap: 1.6rem;
}
}
@media (max-width: 768px) {
.category-cards__list {
grid-template-columns: repeat(2, 1fr);
grid-gap: 1.6rem;
}
}
@media (max-width: 480px) {
.category-cards__list {
grid-template-columns: repeat(1, 1fr);
grid-gap: 1.6rem;
}
}
.category-cards:before {
content: "";
position: absolute;
width: 100%;
height: 70%;
bottom: 0;
left: 0;
background-color: var(--color-secondary);
z-index: -1;
}
.category-card {
position: relative;
display: flex;
aspect-ratio: 4/3;
align-items: flex-end;
overflow: hidden;
transition: 0.3s ease-in-out;
}
.category-card:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: var(--color-thirtiary);
left: 0;
top: 0;
opacity: 0;
transition: 0.3s ease-in-out;
}
.category-card > * {
transition: 0.5s ease-in-out;
}
.category-card:hover {
transform: scale(1.02);
}
.category-card:hover .category-card__image {
transform: scale(1.05);
}
.category-card:hover .category-card__title {
color: white;
}
.category-card:hover:hover:after {
opacity: 0.4;
}
@media (max-width: 480px) {
.category-card {
aspect-ratio: 16/9;
}
}
.category-card:nth-child(1) {
grid-column: 1/3;
aspect-ratio: auto;
}
@media (max-width: 480px) {
.category-card:nth-child(1) {
grid-column: auto;
}
}
.category-card:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(21, 34, 72, 0) 49%, rgba(21, 34, 72, 0.9) 100%);
}
.category-card__content {
padding: 2.4rem;
width: 100%;
z-index: 1;
}
.category-card__title {
color: white;
transition: 0.3s ease-in-out;
}
.category-card__image {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: -1;
}
.category-card__image:hover img {
transform: scale(1.05);
}
.category-card__image img {
object-fit: cover;
height: 100%;
width: 100%;
}
.category-card__link {
margin-top: 0.8rem;
font-size: 1.6rem;
font-weight: 500;
}
.logo-banner {
padding: 2.4rem 0;
}
.logo-banner .container {
overflow: hidden;
}
.logo-banner__track {
display: flex;
flex-wrap: wrap;
justify-content: center;
row-gap: 1.6rem;
}
.logo-banner__item {
display: inline-block;
width: 16.6666666667%;
aspect-ratio: 16/9;
padding: 0.8rem 0.8rem;
}
.logo-banner__item img {
object-fit: contain;
height: 100%;
width: 100%;
}
@media (max-width: 768px) {
.logo-banner__item {
width: 33.3333333333%;
}
}
@media (max-width: 480px) {
.logo-banner__item {
width: 50%;
}
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.hero {
height: 70vh;
max-height: 760px;
min-height: fit-content;
position: relative;
z-index: -2;
display: flex;
background-color: grey;
align-items: flex-start;
overflow-x: hidden;
}
.hero__border {
position: absolute;
bottom: 0;
height: 100px;
width: 100%;
left: 0;
right: 0;
}
.hero__border:before {
content: "";
position: absolute;
right: 100%;
bottom: 0;
height: 80px;
width: 100vw;
border-right: 80px solid transparent;
border-bottom: 80px solid var(--color-secondary);
border-top: 0px solid transparent;
}
@media (max-width: 992px) {
.hero__border:before {
right: calc(100% - 24px);
}
}
@media (max-width: 480px) {
.hero__border:before {
right: calc(100% - 16px);
}
}
.hero__border:after {
content: "";
position: absolute;
left: 100%;
bottom: 0;
height: 80px;
width: 100vw;
border-left: 80px solid transparent;
border-bottom: 80px solid var(--color-secondary);
border-top: 0px solid transparent;
}
@media (max-width: 992px) {
.hero__border:after {
left: calc(100% - 24px);
}
}
@media (max-width: 480px) {
.hero__border:after {
left: calc(100% - 16px);
}
}
.hero__image {
height: 100%;
width: 100%;
position: absolute;
z-index: -1;
overflow: hidden;
}
.hero__image:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(0deg, rgba(21, 34, 72, 0.4) 0%, #152248 100%);
}
.hero__image img {
height: 100%;
width: 100%;
object-fit: cover;
}
.hero__content {
margin-top: 300px;
width: 100%;
display: flex;
flex-direction: row;
column-gap: 2.4rem;
row-gap: 2.4rem;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
min-height: fit-content;
padding-bottom: 8rem;
}
@media (max-width: 992px) {
.hero__content {
margin-top: 200px;
}
}
.hero__content .container {
display: flex;
flex-direction: row;
column-gap: 2.4rem;
row-gap: 2.4rem;
justify-content: space-between;
flex-wrap: wrap;
}
.hero__title {
flex: 1 1 400px;
}
.hero__intro {
flex: 1 1 500px;
color: white;
}
.faqs__list {
margin-top: 3.2rem;
}
.faq {
border-top: 1px solid var(--color-secondary-dd);
border-bottom: 1px solid var(--color-secondary-dd);
}
.faq summary {
cursor: pointer;
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--color-thirtiary);
font-weight: 500;
transition: all 0.3s ease-in-out;
position: relative;
padding: 2rem 0;
padding-right: 6rem;
}
.faq summary::marker {
content: none;
}
.faq summary::-webkit-details-marker {
display: none;
}
.faq summary:hover {
color: var(--color-primary);
}
.faq summary:hover .faq__chevron svg {
stroke: var(--color-primary);
}
.faq__chevron {
padding: 2.4rem;
transform: rotate(90deg);
transition: 0.3s ease-in-out;
flex-grow: 0;
flex-shrink: 0;
position: absolute;
right: 0;
top: 0;
}
.faq__chevron svg {
transition: 0.3s ease-in-out;
stroke: var(--color-thirtiary);
}
.faq .content *:first-child {
margin-top: 0;
}
.faq + .faq {
border-top: none;
}
[open] summary {
color: var(--color-primary);
}
[open] summary .faq__chevron {
transform: rotate(-90deg);
}
[open] summary .faq__chevron svg {
stroke: var(--color-primary);
}
.gallery-grid {
display: grid;
gap: 1.6rem;
align-items: stretch;
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
.gallery-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.gallery-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.gallery-grid {
gap: 0.8rem;
}
}
.gallery-grid__item {
overflow: hidden;
position: relative;
transition: 0.3s ease-in-out;
}
.gallery-grid__item:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--color-thirtiary);
opacity: 0;
transition: 0.2s ease-in-out;
}
.gallery-grid__item:hover {
transform: scale(1.02);
}
.gallery-grid__item:hover:after {
opacity: 0.6;
}
.gallery-grid__item img {
object-fit: cover;
aspect-ratio: 4/3;
}
.tags-list {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin: 1.6rem 0;
align-items: center;
}
.tag {
font-size: 1.5rem;
padding: 0.8rem 1.6rem;
border: 1px solid var(--color-secondary-d);
border-radius: 100px;
font-weight: 500;
color: var(--color-text);
display: block;
transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
.tag {
padding: 0.4rem 1.2rem;
font-size: 1.3rem;
}
}
.tag:hover, .tag:focus, .tag:active {
border-color: var(--color-primary-l);
}
.tag.current-item {
border: none;
background-color: var(--color-primary);
color: white;
}
.inspiration {
height: 80vh;
min-height: fit-content;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
padding: 6.4rem 0;
position: relative;
background-color: transparent !important;
min-height: 850px;
}
.inspiration__bg-images {
filter: blur(40px);
opacity: 0.3;
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
z-index: -1;
}
.inspiration__bg-images .inspiration__bg-image--1 {
left: 10%;
top: 20%;
width: 30vw;
}
.inspiration__bg-images .inspiration__bg-image--2 {
right: 30%;
bottom: 5%;
width: 20vw;
}
.inspiration__bg-images .inspiration__bg-image--3 {
left: 10%;
width: 10vw;
bottom: 15%;
}
.inspiration__bg-images .inspiration__bg-image--4 {
right: 10%;
top: -10%;
width: 35vw;
}
.inspiration__content {
max-width: 50rem;
text-align: center;
padding: 6rem 4rem;
z-index: 10;
background-color: var(--color-white);
box-shadow: 0px 28px 76px 0px rgba(234, 136, 66, 0.16);
margin: 1.6rem;
}
.inspiration__image {
aspect-ratio: 4/3;
position: absolute;
max-width: 800px;
height: auto;
}
.inspiration__image--1 {
left: -5%;
width: 25vw;
}
@media (max-width: 768px) {
.inspiration__image--1 {
width: 50vw;
left: -20%;
bottom: -10%;
}
}
.inspiration__image--2 {
right: 10%;
top: 75%;
width: 20vw;
}
@media (max-width: 768px) {
.inspiration__image--2 {
width: 40vw;
right: 5%;
top: auto;
bottom: 10%;
}
}
.inspiration__image--3 {
left: 30%;
width: 20vw;
bottom: 70%;
}
@media (max-width: 768px) {
.inspiration__image--3 {
width: 35vw;
left: 5%;
top: 10%;
}
}
.inspiration__image--4 {
right: -10%;
top: 10%;
width: 35vw;
}
@media (max-width: 768px) {
.inspiration__image--4 {
width: 60vw;
top: -10%;
right: -10%;
}
}
.inspiration__image--5 {
left: 10%;
bottom: -5%;
width: 30vw;
}
@media (max-width: 768px) {
.inspiration__image--5 {
width: 50vw;
left: -20%;
bottom: -10%;
display: none;
}
}
.inspiration__image--8 {
right: 20%;
top: 17%;
width: 16vw;
}
@media (max-width: 768px) {
.inspiration__image--8 {
width: 60vw;
top: -10%;
right: -10%;
display: none;
}
}
@media (max-width: 1200px) {
.quote {
padding-top: 80px;
}
}
.quote__text {
font-weight: 400;
color: var(--color-primary);
line-height: 150%;
font-size: 2.4rem;
position: relative;
font-size: clamp(2rem, calc(2rem - 0.0041666667 * 36rem) + 100vw * 0.0041666667, 2.4rem);
}
.quote__text:after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='60' viewBox='0 0 66 60' fill='none'%3E%3Cpath d='M25.7813 32.2078C25.7813 40.8658 24.2344 47.0996 21.1406 50.9091C17.3594 56.1039 10.9141 59.1342 1.80469 60L1.80469 44.4156C6.78906 44.4156 9.71094 41.8182 10.5703 36.6234C10.7422 35.7576 10.8281 34.4589 10.8281 32.7273L10.8281 27.5325H0L0 0L25.7813 0V32.2078ZM66 32.2078C66 40.6926 64.2812 47.1861 60.8437 51.6883C57.0625 56.3636 50.7891 59.1342 42.0234 60V44.4156C44.7734 44.4156 47.3516 43.1169 49.7578 40.5195C50.7891 39.3074 51.3047 36.71 51.3047 32.7273V27.5325H40.2188V0L66 0V32.2078Z' fill='%23152248'/%3E%3C/svg%3E");
background-position: left top;
background-repeat: no-repeat;
position: absolute;
width: 80px;
height: 59px;
left: -120px;
top: 10px;
}
@media (max-width: 1200px) {
.quote__text:after {
left: 0;
top: -80px;
}
}
.quote__author {
color: var(--color-text);
font-size: 1.5rem;
margin-top: 2.4rem;
display: block;
}
.introtext .container {
display: flex;
flex-direction: row;
column-gap: 4rem;
row-gap: 2.4rem;
justify-content: space-between;
flex-wrap: wrap;
}
.introtext__title {
flex: 1 1 300px;
}
.introtext__text {
flex: 1 1 400px;
}
.introtext__text .button{
margin-top: 2.4rem;
}