/*
Theme Name: KPMS
Theme URI: http://kpms.nl
Description: Wordpress thema voor KPMS
Author: Comceptum - Michael Doorneweerd
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: kpms
*/

:root  {
    --base: 15px;
    --massive: calc(var(--base) * 30);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(30px, calc(var(--base) * 2.5));
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(10px, calc(var(--base) * 0.675));

    --massive-negative: calc(var(--base) * -30);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --largehuge-negative: calc(var(--base) * -5);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: min(-30px, calc(var(--base) * -2.5));
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));
}


@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('fonts/BricolageGrotesque-Regular.eot');
    src: url('fonts/BricolageGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BricolageGrotesque-Regular.woff2') format('woff2'),
        url('fonts/BricolageGrotesque-Regular.woff') format('woff'),
        url('fonts/BricolageGrotesque-Regular.ttf') format('truetype'),
        url('fonts/BricolageGrotesque-Regular.svg#BricolageGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('fonts/BricolageGrotesque-Bold.eot');
    src: url('fonts/BricolageGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BricolageGrotesque-Bold.woff2') format('woff2'),
        url('fonts/BricolageGrotesque-Bold.woff') format('woff'),
        url('fonts/BricolageGrotesque-Bold.ttf') format('truetype'),
        url('fonts/BricolageGrotesque-Bold.svg#BricolageGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('fonts/BricolageGrotesque-Light.eot');
    src: url('fonts/BricolageGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/BricolageGrotesque-Light.woff2') format('woff2'),
        url('fonts/BricolageGrotesque-Light.woff') format('woff'),
        url('fonts/BricolageGrotesque-Light.ttf') format('truetype'),
        url('fonts/BricolageGrotesque-Light.svg#BricolageGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('fonts/BricolageGrotesque-SemiBold.eot');
    src: url('fonts/BricolageGrotesque-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BricolageGrotesque-SemiBold.woff2') format('woff2'),
        url('fonts/BricolageGrotesque-SemiBold.woff') format('woff'),
        url('fonts/BricolageGrotesque-SemiBold.ttf') format('truetype'),
        url('fonts/BricolageGrotesque-SemiBold.svg#BricolageGrotesque-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('fonts/BricolageGrotesque-Medium.eot');
    src: url('fonts/BricolageGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BricolageGrotesque-Medium.woff2') format('woff2'),
        url('fonts/BricolageGrotesque-Medium.woff') format('woff'),
        url('fonts/BricolageGrotesque-Medium.ttf') format('truetype'),
        url('fonts/BricolageGrotesque-Medium.svg#BricolageGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('fonts/FontAwesome6Pro-Light.eot');
    src: url('fonts/FontAwesome6Pro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Light.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Light.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Light.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Light.svg#FontAwesome6Pro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/FontAwesome6Brands-Regular.eot');
    src: url('fonts/FontAwesome6Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Pro Solid';
    src: url('fonts/FontAwesome6Pro-Solid.eot');
    src: url('fonts/FontAwesome6Pro-Solid.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Solid.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Solid.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Solid.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Solid.svg#FontAwesome6Pro-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    margin-top: 0;
    line-height: 1;
    position: relative;
    display: block;
    font-weight: 600;
    text-wrap: balance;
}


h1,
.h1 {
    font-size: 60px;
    margin-bottom: var(--smallmedium);
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: var(--extrasmall);
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 20px;
    color: #62675A;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) span {
    color: #62675A
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).large {
    font-size: clamp(36px, 4vw, 4vw);
    color: #62675A;
    text-transform: uppercase;
    line-height: 0.875;
}

body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Bricolage Grotesque';
    overflow-x: hidden;
    line-height: 1.675;
    color: #15273F;
    background: #E4E3D8;
    margin: 0;
   
}

body.overflow-hidden {
    overflow-y: hidden;
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: var(--small);
}

a {
    color: currentColor;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: var(--small);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 300;
    margin-bottom: 5px;
    color: rgb(98 103 90 / 70%);
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 5px solid #C1D100;
}

blockquote {
    font-size: 24px;
    color: #15273F;
    margin: 0
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
       line-height: 1.25;
    width: 100%;
    position: relative;
    padding: 15px;
    border:0;
    font-weight: 300;
    border-radius: 5px;;
    border: 1px solid #15273F;

}

input:active,input:focus {
    border-color: #C1D100
}

select {
    background-image: linear-gradient(45deg,transparent 50%,rgb(60 60 59 / 50%) 50%),linear-gradient(135deg,rgb(60 60 59 / 50%) 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
    color: #15273F;
}

::-moz-placeholder {
    color: #15273F;
}

:-ms-input-placeholder {
    color: #15273F;
}

::-moz-selection {
    background-color: #C1D100;
    color: #ffffff;
}

::selection {
    background-color: #C1D100;
    color: #ffffff;
}

::-moz-selection {
    background-color: #C1D100;
    color: #ffffff;
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}



table tr th {
    font-weight: 500;
    color: #C1D100
}

table tr th,
table tr td {
    padding: 0 7.5px
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0
}


b,
strong {
    font-weight: 500;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.extralarge-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.small-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.small-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }

    .row.extrasmall-gutters {
        margin-right:  calc(var(--extrasmall) * -1);
        margin-left: calc(var(--extrasmall) * -1);
    }

    .row.extrasmall-gutters [class*="col-"] {
        padding-right: var(--extrasmall);
        padding-left: var(--extrasmall);
    }

    .row.tiny-gutters {
        margin-right:  calc(var(--tiny) * -1);
        margin-left: calc(var(--tiny) * -1);
    }

    .row.tiny-gutters [class*="col-"] {
        padding-right: var(--tiny);
        padding-left: var(--tiny);
    }

    
}


.row.no-gutters {
        margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
        padding-right: 0;
    padding-left: 0;
}

.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 5px;
    background: #C1D100;
    color: #15273F;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover {
    background: #A8B800
}

.btn:not(.btn--simple):after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro Solid';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #62675A;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
}

.btn:not(.btn--simple):hover:after {
    right: -2.5px;
}

.btn.btn--outline {
    color: #15273F;
    background: transparent;
    box-shadow: 0 0 0 1px #15273F inset;
}

.btn.btn--outline:hover {
    color: #ffffff;
    background: #15273F;
}
.btn.btn--outline:hover:after {
    color: #ffffff;
}


.btn.btn--outline.btn--white {
    color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff inset;
}

.btn.btn--outline.btn--white:hover {
    background: #ffffff;
    color: #15273F;
}
.btn.btn--outline.btn--white:hover:after {
    color: #15273F;
}

.btn.btn--outline.btn--white:after {
    color: #ffffff;
}

.btn.btn--check:before {
    content: '';
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    vertical-align: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn--check:hover:before {
    border: 1px solid #15273F;
}

input:checked + .btn.btn--check:before,
.btn.btn--check:hover:before {
    background: #C1D100;
    border-color: #C1D100
}

input:not(:checked) + .btn.btn--check {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 20%) inset;
}

.btn.btn--check:after {
    content: unset !important;
}

.btn.btn--pulse:before   {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}

.btn.btn--pulse:after {
    content: unset !important;
}

.btn.btn--white {
}

/* Header */

header {
    position: relative;
    z-index: 100;
    margin-top: var(--medium);
    margin-bottom: calc(var(--headerheight) / -2);
}

body.not-home header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
}

header nav.navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--smallmedium);
    padding: var(--small) var(--medium);
    background: #ffffff;
    border-radius: 10px;
}

header nav.navigation .navigation-brand {
    width: 100%;
    max-width: 240px; 
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 0;
}

header nav.navigation .navigation-menu {
     
    margin-right: auto;
    margin-left: auto;
}

header nav.navigation .navigation-menu ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--smallmedium);
    margin-bottom: 0;
    line-height: 1.125;
  
}

header nav.navigation > .navigation-menu > ul > li {
    position: relative;
   
}

header nav.navigation > .navigation-menu > ul > li > a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration-color: transparent;
    text-decoration-line: underline; 
    font-weight: bold;
    white-space: nowrap;
    padding: var(--extrasmall) 0
}


header nav.navigation > .navigation-menu > ul > li.menu-item-has-children > a:after {
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro Solid";
    display: inline-block;
    margin-left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    color: #62675A;
    vertical-align: 1px;
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header nav.navigation > .navigation-menu ul li.current-menu-item > a,
header nav.navigation > .navigation-menu ul li a:hover {
    color: #C1D100;
}

header nav.navigation > .navigation-menu > ul > li.current-menu-item > a,
header nav.navigation > .navigation-menu > ul > li > a:hover {
    text-decoration: underline;
}



header nav.navigation > .navigation-menu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-bottom: 0;
    background: #ffffff;
    padding: var(--small);
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    line-height: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    z-index: 1;
    text-align: left;
    left: 50%;
    display: grid;
    gap: 12.5px;
    font-size: 14px;
}


header nav.navigation > .navigation-menu > ul > li > ul li a {
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap
}

header nav.navigation > .navigation-menu > ul > li.menu-item-has-children.open > ul {
      opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}

header nav.navigation .navigation-toggler {
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 1.25;
    cursor: pointer;
        color: #15273F;
	display: none;
}


header nav.navigation .navigation-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    transition: all 500ms ease-in-out;
    position: relative;
        background: currentColor;
}


header nav.navigation .navigation-toggler span + span {
    margin-top: 4px;
}

header nav.navigation .navigation-toggler span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation-toggler.open span {
    position: relative;
    background-color: currentColor;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}

/* Submenu */

.submenu {
    position: absolute;
    top: calc(var(--headerheight) + var(--medium) + var(--medium));
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu.open {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.submenu .submenu-layout {
    background: #EFEEE7;
    padding: var(--mediumlarge);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.submenu .submenu-layout .submenu-menu {
}

.submenu .submenu-layout .submenu-menu ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--small);
    -moz-column-gap: var(--small);
    column-gap: var(--small);
    margin-bottom: 0;
    line-height: 1.875;
}

.submenu .submenu-layout .submenu-menu ul li {
break-inside: avoid;
}

.submenu .submenu-layout .submenu-menu ul li ul {
    margin-bottom: 7.5px;
    display: none;
}

.submenu .submenu-layout .submenu-menu ul li ul li a {
    text-decoration: none;
    padding-left: 22.5px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}   

.submenu .submenu-layout .submenu-menu ul li ul li a:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #C1D100;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.submenu .submenu-layout .submenu-menu ul li a:hover {
    color: #C1D100;
}

.submenu .submenu-layout .submenu-menu ul li a:hover:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.submenu .submenu-layout .submenu-menu > ul > li > a {
    font-weight: 600;
    text-decoration: none;
}

.submenu .submenu-layout .submenu-contact {
    position: relative;
    height: 100%
}

.submenu .submenu-layout .submenu-contact:before {
    content: '';
    position: absolute;
    top: var(--mediumlarge-negative);
    right: var(--mediumlarge-negative);
    bottom: var(--mediumlarge-negative);
    background: #F6F5EF;
    pointer-events: none;
    left: var(--large-negative);
}

.submenu .submenu-layout .submenu-contact .submenu-person {
    position: relative;
    display: block;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--smallmedium);
    /* align-items: center; */
    padding-top: var(--small);
}
    
.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__image {
    border-radius: 10px;
    background: #B3B099;
    background-image: url(images/team.svg);
    aspect-ratio: 1 / 1.15;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__image img {
    position: absolute;
    width: 100%;
    height: calc(100% + var(--small));
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center right;
    object-position: center right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 var(--tiny);
    top: var(--small-negative);
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content {
    grid-column: span 2 / span 2;
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content *:last-child {
    margin-bottom: 0;
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content ul li:nth-child(2) {
    margin-bottom: var(--extrasmall);
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content ul li b {
    font-weight: 600;
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content ul li a {
    text-decoration: none;
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content ul li a[href*="tel:"] {

    font-weight: 600;
    font-size: 20px;
}

.submenu .submenu-layout .submenu-contact .submenu-person .submenu-person__content ul li a[href*="tel:"]:before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro solid';  
    padding-right: 10px;
    color: #62675A;
    font-size: 18px;
  }



/* header */

section.header {
    position: relative;
    overflow: hidden;
    margin: 0 var(--medium) var(--huge) var(--medium);
}

section.header .header-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: var(--extralarge);
   left: 0;
   border-radius: 10px;
   overflow: hidden;
}

section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.header .header-video:before {
    content: url(images/video.svg);
    width: 210px;
    position: absolute;
    right: var(--small);
    top: var(--massive-negative);
    line-height: 0;
    padding-top: var(--headerheight);
}

section.header .header-content {
    z-index: 2;
    position: relative;
    border-radius: 10px;
    background: rgba(21, 39, 63, 0.95);
    color: #EFEEE7;
    margin-top: var(--massive);
    padding: var(--large);
    max-width: 690px;
}

section.header .header-content .header-content__label:before {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}

section.header .header-content p {


}

section.header .header-content *:last-child {
    margin-bottom: 0;
}

section.header .header-content .header-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}




/* header */

section.subheader {
    position: relative;
    background: #15273F;
    color: #ffffff;
    /* overflow: hidden; */
    padding: var(--extralarge) 0;
    padding-top: calc(var(--headerheight) + var(--medium) + var(--extralarge));
    background-image: url(images/subheader.svg);
    background-repeat: no-repeat;
    background-position: right bottom;  
}

body.parent-pageid-14 section.subheader {
	background-image: none;
}

section.subheader:has(+ section.posts) {
    padding-bottom: calc(var(--extralarge) * 4);
}

section.subheader:has(+ article.article.article--header) {
    padding-bottom: calc(var(--extralarge) * 2);
}

section.subheader:has(.subheader-background) {
    margin-bottom: 52.5px;
}

section.subheader .subheader-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}


section.subheader .subheader-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.subheader .subheader-background {
    position: relative;
    display: block;
    padding-bottom: 75%;
    height: calc(100% + 52.5px + calc(var(--headerheight) + var(--medium) + var(--extralarge) + var(--extralarge)));
    /* overflow: hidden; */
    margin-top: calc(-1 * (var(--headerheight) + var(--medium) + var(--extralarge)));
    width: 50vw;
}

section.subheader .subheader-background:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro Solid';
    position: absolute;
    bottom: 0;
    left: -52.5px;
    width: 52.5px;
    height: 52.5px;
    background: #C1D100;
    color: #15273F;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

section.subheader .subheader-background :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.subheader .subheader-background .breadcrumbs {
    
}


section.subheader .subheader-breadcrumbs {
    z-index: 2;
    position: relative;
    display: grid;
    position: absolute;
    right: var(--mediumlarge);
    left: var(--mediumlarge);
}

section.subheader .subheader-content {
    z-index: 2;
    position: relative;
    display: grid;
}

section.subheader .subheader-content.subheader-content--center {
    text-align: center;
}

section.subheader:has(.subheader-image) .subheader-content {
    padding-bottom: var(--extralarge);
}

section.subheader .subheader-content h1 { 
    margin-bottom: var(--mediumlarge);
}

/* section.subheader:has(.subheader-image) .subheader-content h1 {
    margin-left: calc(var(--extralarge) * -2);
} */

section.subheader .subheader-content > p {
    max-width: 510px;
   
}

section.subheader .subheader-content h1 + p {
    color: rgba(255, 255, 255, 0.70);
}

section.subheader .subheader-content.subheader-content--center p {
    max-width: 100%;
}

section.subheader .subheader-content *:last-child {
    margin-bottom: 0;
}

section.subheader .subheader-content .subheader-content__label:before {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}
section.subheader .subheader-content .subheader-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.subheader .subheader-content .subheader-content__filters {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


section.subheader .subheader-person {
    display: grid;
        grid-template-columns: 75px 1fr;
        align-items: center;
        gap: var(--extrasmall);
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: var(--medium);
}

section.subheader .subheader-person .subheader-person__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}


section.subheader .subheader-person .subheader-person__image img {
   position: absolute;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}


section.subheader .subheader-person .subheader-person__content {

}

section.subheader .subheader-person .subheader-person__content :is(b, strong) {
    color: #C1D100;
    display: block;
}

/* 
section.subheader .subheader-usps {
    color: #FFFFFF;
    background: #C1D100;
    padding: var(--medium) var(--medium);
    position: relative;
    z-index: 2;
}

section.subheader .subheader-usps:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 50vw;
    background: #ffffff;
    z-index: -1;
}

section.subheader .subheader-usps ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: var(--small);
    margin-bottom: 0;
    line-height: 1;
}

section.subheader .subheader-usps ul li {
    list-style: none;
}

section.subheader .subheader-usps ul li:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    margin-right: 10px;
} */



/* anchors */

section.anchors {
    padding: var(--medium) 0;
    background: #C1D100;
	color: #ffffff;
}


section.anchors .anchors__buttons {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	    align-items: center;
}

section.anchors .anchors__buttons span {
	    margin-bottom: 0;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}


/* Person */

section.person {
    padding-top: var(--extralarge);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.person:after {
    content: '';
    background: #F2F2F2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - var(--extralarge));
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}
section.person .person-image {
    line-height: 0;
    position: relative;

}

section.person .person-content {
     padding-left: var(--huge);
     padding-bottom: var(--extralarge)
}

section.person .person-content:before {
    content: url(images/icon.svg);
    width: 60px;
    display: inline-block;
    line-height: 0;
    margin-bottom: var(--medium);
}

section.person .person-content :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) {
    margin-left: calc(var(--huge) * -1)
}

section.person .person-content .person-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* about */

section.about {
    position: relative;
    margin: var(--extralarge) 0;
}



section.about .about-layout {
    background: #D8D6C5;
    padding: var(--largehuge) var(--extralarge);
    border-radius: 10px;
}


section.blocks.blocks--background + section.about .about-layout {
    margin-top: calc(var(--extralarge-negative) *2);
    background: #E4E3D8;
}

section.about .about-content .about-content__label:before {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}

section.about .about-content .about-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


section.about .about-person {
    position: relative;
    display: block;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--medium);
    align-items: center;
    padding-top: var(--medium);
}
    
section.about .about-person .about-person__image {
    border-radius: 10px;
    background: #B3B099;
    background-image: url(images/team.svg);
    aspect-ratio: 1 / 1.15;
   
    background-size: cover;
    background-position: center center;
    position: relative;
}

section.about .about-person .about-person__image img {
    position: absolute;
    width: 100%;
    height: calc(100% + var(--medium));
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center right;
    object-position: center right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 var(--tiny);
    top: var(--medium-negative);
}

section.about .about-person .about-person__content {
    
}

section.about .about-person .about-person__content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-left: var(--largehuge-negative);
    color: #ffffff;
}

section.about .about-person .about-person__content ul li a {
    text-decoration: none;;
}

section.about .about-person .about-person__content *:last-child {
    margin-bottom: 0;
}


/* Article */

article.article {
    position: relative;
    margin: var(--extralarge) 0;
}

article.article:has(.article-header) {
    margin-top: calc(var(--extralarge-negative) * 1);
}

article.article.article--header {
    margin-top: calc(var(--extralarge-negative) * 1);
} 

article.article.article--overlapping {
    margin-top: calc(var(--extralarge-negative) * 3);
} 

article.article.article--shape:after {
    content: url(images/shape.svg);
    position: absolute;
    top: var(--huge-negative);
    margin-top: var(--medium-negative);
    right: -5%;
    z-index: -1;
    width: 75%;
    pointer-events: none;
}

article.article.article--reverse .row {
    flex-direction: row-reverse;
}

article.article .article-header {
    display: block;
    position: relative;
    aspect-ratio: 2 / 0.875;
    margin-bottom: var(--large);
    border-radius: 10px;
    overflow: hidden;
}


article.article .article-header img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-header__arrow {
    background: #C1D100;
    color: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    display: block;
    height: 52.5px;
    width: 52.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-header__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

article.article .article-content {
    position: relative;
}

article.article.article--overlapping .article-content {
    margin-top: calc((var(--extralarge) * 2) + var(--extralarge));
    padding-top: var(--extralarge);
}

article.article .article-content.article-content--background {
    background: #ffffff;
    padding: var(--extralarge) var(--huge);
    border-radius: 10px;
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}

article.article .article-content .article-content__label:before {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}



article.article .article-content ul li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content ul li:before {
    content: '•';
    position: absolute;
    left: 0;
}

article.article .article-content > ol {
    counter-reset: counter;
}

article.article .article-content > ol > li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content > ol > li:before {
    counter-increment: counter;
    content: counter(counter) ". ";
    position: absolute;
    left: 0;
}

article.article .article-content .social-media {
    margin-top: var(--medium);
    color: #4069A0;
}

article.article .article-content *:last-child {
    margin-bottom: 0;
}

article.article .article-content .article-content__arrow {
    background: #C1D100;
    color: #ffffff;
    position: absolute;
    left: 100%;
    z-index: 1;
    display: block;
    height: 52.5px;
    width: 52.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 52.5px;
}

article.article .article-content .article-content__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

article.article .article-content .article-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


article.article .article-image {
    display: block;
    position: relative;
padding-bottom: 100%;
height: 100%;
    overflow: hidden;
    border-radius: 10px;
}


article.article .article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




/* Gallery */

section.gallery {
    margin: var(--extralarge) 0;
    position: relative;
    overflow-x: hidden;
}


section.gallery .gallery-header {
        margin-bottom: var(--smallmedium);
    position: relative;
}

section.gallery .gallery-header *:last-child {
    margin-bottom: 0
}

section.gallery .gallery-slider {

}

section.gallery .gallery-slider .slick-list {
    overflow: visible;
}

section.gallery .gallery-slider .gallery-slider__image {
      position: relative;
    display: block;
    overflow: hidden;
   aspect-ratio: 1 / 1;
   border-radius: 10px;
}

section.gallery .gallery-slider .gallery-slider__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.gallery .gallery-slider .gallery-slider__image:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}


/* Teams */

section.teams {
    margin: var(--huge) 0;
    position: relative;
}

section.teams .teams-header {
    margin-bottom: var(--medium);
    display: grid ;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: var(--extrasmall);
}

section.teams .teams-header * {
    margin-bottom: 0;
}

section.teams .team {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
    background: #B3B099;
    background-image: url(images/team.svg);
    aspect-ratio: 1 / 1.15;
    margin-top: var(--medium);
    background-size: cover;
    background-position: center center;
}
    


section.teams .team:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}


section.teams .team .team-image {
    position: absolute;
    top: var(--medium-negative);
    right: var(--tiny);
    bottom: 0;
    left: var(--tiny);
}



section.teams .team .team-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center right;
    object-position: center right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.teams .team .team-content {
    padding: var(--medium);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
}

section.teams .team .team-content *:last-child {
    margin-bottom: 0;
}


/* Reviews */

section.reviews {
    margin: var(--extralarge) 0;
    position: relative;
}


section.reviews .reviews-header {
    margin-bottom: var(--large);
    position: relative;
}

section.reviews .reviews-header * {
    margin-bottom: 0
}



section.reviews .review {
    position: relative;
    border-radius: 10px;
    background: #D8D6C5;
    padding: var(--medium);
    margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


section.reviews .review:has(.review-image) {
    background: #ffffff;
}


section.reviews .review .review-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    max-width: 150px;
    margin-top: var(--large-negative);
    margin-bottom: var(--medium);
}


section.reviews .review .review-image img {
   position: absolute;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}


section.reviews .review .review-content {

}

section.reviews .review .review-content .review-content__label {
    color: #62675A;
    margin-bottom: var(--extrasmall);
}

section.reviews .review .review-content *:last-child {
    margin-bottom: 0;
}

section.reviews .review .review-footer {
    margin-top: var(--medium);
    line-height: 0;
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}

section.reviews .review .review-person {
    display: grid;
    grid-template-columns: 75px 1fr;
    align-items: center;
    gap: var(--extrasmall);
    margin-top: var(--small);
}

section.reviews .review .review-person .review-person__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}

section.reviews .review .review-person .review-person__image img {
   position: absolute;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

section.reviews .review .review-person .review-person__content {
    color: #62675A;
}

section.reviews .review .review-person .review-person__content :is(b, strong) {
    color: #15273F;
    display: block;
}


/* Blocks */

section.blocks {
    margin: var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.blocks.blocks--background {
    padding: var(--extralarge) 0;
    border-radius: 10px;
    background: #15273F;
    color:#ffffff;
    margin: 0 var(--medium);
}

section.blocks.blocks--background:has(+ section.about) {
    padding-bottom: calc(var(--extralarge) * 2)
}

section.blocks .blocks-header {
    margin-bottom: var(--smallmedium);
    position: relative;
}

section.blocks .blocks-header:has(.btn){
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: end;
    gap: var(--extrasmall)
}

section.blocks .blocks-header * {
    margin-bottom: 0
}

section.blocks .block {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background: #ffffff;
    color: #15273F;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--small);
    height: calc(100% - var(--small));
}

section.blocks [data-slider="blocks"] .block {
    height: 100%;
    margin-bottom: 0;
}

section.blocks .block:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

section.blocks .block.block--vertical {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

section.blocks .block .block-image {
   position: relative;
   padding-bottom: 87.5%;
   display: block;
}

section.blocks .block.block--vertical .block-image {
    height: 100%;
}

section.blocks .block .block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* border-radius: 10px;*/
}

section.blocks .block .block-image .block-image__label {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(2px);
    position: absolute;
    right: var(--small);
    bottom: var(--small);
    margin-bottom: 0;
    font-weight: 500;
    padding: 7.5px 15px;
    line-height: 1.25;
}

section.blocks .block .block-content {
    padding: var(--smallmedium);
}

section.blocks .block .block-content .block-content__label {
    color: #62675A;
    margin-bottom: 7.5px;
}

section.blocks .block.block--vertical .block-content {
    grid-column: span 2 / span 2;
}

section.blocks .block .block-content p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
}

section.blocks .block .block-content *:last-child {
    margin-bottom: 0;
}

section.blocks .block .block-content .block-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.blocks .block.block--vertical .block-content .block-content__buttons {
    margin-top: var(--small);
}

section.blocks .block .block-footer {
    padding: var(--smallmedium);
    padding-top: 0;
    margin-top: auto;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.blocks .blocks-footer {
    margin-top: var(--small);
    position: relative;
}



/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    position: relative;
}

section.cards .cards-header {
   margin-bottom: var(--medium);
    position: relative;
}

section.cards .card {
    position: relative;
    display: block;
    border: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
}

section.cards .card:before {
    content: url(images/shape-green.svg);
    width: 37.5px;
    display: inline-block;
    position: absolute;
    left: var(--medium);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
}

section.cards .card:hover {
     -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

section.cards .card .card-content {
    padding: var(--smallmedium);
}

section.cards .card .card-content .card-content__label {
    color: #62675A;
    margin-bottom: 7.5px;
}

section.cards .card .card-content *:last-child {
    margin-bottom: 0;
}


/* Posts */

section.posts {
    margin: var(--extralarge) 0;
}


section.subheader + section.posts {
    margin-top: calc(var(--extralarge) * -3);
}


section.posts .post {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: var(--mediumlarge);
    padding: var(--mediumlarge);
    border-radius: 10px;
    background: #ffffff;

    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: var(--large);
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.posts .post:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

section.posts .post:last-child {
    margin-bottom: 0
}


section.posts .post .post-image  {
    padding-bottom: 66.666%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

section.posts .post .post-image .post-image__label  {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(2px);
    position: absolute;
    left: var(--small);
    top: var(--small);
    margin-bottom: 0;
    font-weight: 500;
    padding: 7.5px 15px;
    line-height: 1.25;
    z-index: 1;
}

section.posts .post .post-image img {
     position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.posts .post .post-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.posts .post .post-content {
    position: relative;
    padding: var(--small) 0;
    max-width: 510px;
}



section.posts .post .post-content .post-content__label:before {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}

section.posts .post .post-content .post-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}





/* Post */

section.post {
    margin: 0 0 var(--extralarge) 0;
    overflow: hidden;
}



section.post .post-image {
    position: relative;
    display: block;
    aspect-ratio: 2 / 1;
}

section.post .post-image:before {
        content: '';
    position: absolute;
    width: 100vw;
    top: 0;
    left: -50%;
    height: 50%;
    background: #F0F0E9;
    pointer-events: none;
}

section.post .post-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.post .post-content {
    padding-top: var(--large);
}

section.post .post-content img {
    max-width: 100%;
    height: auto
}

section.post .post-content *:last-child {
    margin-bottom: 0
}


/* Helper */

.helper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: var(--large) 0;
    overflow: scroll;
    background: rgba(21, 39, 63, 0.95);
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.helper.open {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.helper .helper-layout {
    background: #EFEEE7;
    padding: var(--mediumlarge);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.helper .helper-layout :is(h3, .h3) {
    margin-bottom: var(--mediumlarge);
}



.helper .helper-layout .help {
    position: relative;
    margin-bottom: var(--smallmedium);
    height: calc(100% - var(--smallmedium));
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.helper .helper-layout .help:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}


.helper .helper-layout .help .help-image {
    position: relative;
    aspect-ratio: 3 / 2;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.helper .helper-layout .help .help-image:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro Solid';
    background: #C1D100;
    width: 40px;
    height: 40px;
    position: absolute;
    top: var(--extrasmall);
    right: var(--extrasmall);
    z-index: 99;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.helper .helper-layout .help .help-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.helper .helper-layout  .help .help-content {
    padding-top: var(--tiny);
    font-size: 18px;
}

.helper .helper-close {
    position: absolute;
    top: var(--medium);
    right: var(--medium);
    font-size: 24px;
    line-height: 1;
    color: #62675A;
    cursor: pointer;
    z-index: 1;
}

.helper .helper-close:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
    line-height: 1;
    
}

.helper .helper-persons {
    border: 1px solid #C1D100;
    background: #FFF;
    padding: var(--smallmedium);
    border-radius: 10px;
    aspect-ratio: 3 / 2;
    display: grid;
    align-items: center;
}

.helper .helper-person {
    position: relative;
    display: block;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--smallmedium);
    /* align-items: center; */
    padding-top: var(--small);
    border-radius: 10px;
    
}
    
.helper .helper-person .helper-person__image {
    border-radius: 10px;
    background: #B3B099;
    background-image: url(images/team.svg);
    aspect-ratio: 1 / 1.15;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.helper .helper-person .helper-person__image img {
    position: absolute;
    width: 100%;
    height: calc(100% + var(--small));
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center right;
    object-position: center right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 var(--tiny);
    top: var(--small-negative);
}

.helper .helper-person .helper-person__content {
    grid-column: span 2 / span 2;
}

.helper .helper-person .helper-person__content *:last-child {
    margin-bottom: 0;
}

.helper .helper-person .helper-person__content ul li:nth-child(2) {
    margin-bottom: var(--extrasmall);
}

.helper .helper-person .helper-person__content ul li b {
    font-weight: 600;
}

.helper .helper-person .helper-person__content ul li a {
    text-decoration: none;
}

.helper .helper-person .helper-person__content ul li a[href*="tel:"] {

    font-weight: 600;
    font-size: 20px;
    white-space: nowrap
}

.helper .helper-person .helper-person__content ul li a[href*="tel:"]:before {
    content: "";
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro solid';  
    padding-right: 10px;
    color: #62675A;
    font-size: 18px;
  }


/* Breadcrumbs */

.breadcrumbs {
    background: #EFEEE7;
    display: inline-block;
    line-height: 2;
    padding: 2.5px 15px;
    color: #15273F;
    border-radius: 5px;
    justify-self: flex-end;
    margin-bottom: var(--smallmedium) !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs .breadcrumb_seperator {
    margin: 0 7.5px;
}

.breadcrumbs .breadcrumb_seperator:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro Solid';
    color: #C1D100;
    font-size: 10px;
}

.breadcrumbs .breadcrumb_last {
    font-weight: bold;
}

.fancybox__backdrop {
    background: rgba(21, 39, 63, 0.95);
}

/* Slick slider */

.slick-dots {
    position: relative;
    margin-bottom: 0;
    line-height: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    pointer-events: none;
}

.slick-dots li {
    list-style: none;
    flex: 1;
}


.slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 4px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #E0E0E0
}

.slick-dots li.slick-active button {
    background: #C1D100;
}


.slick-arrows {
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.slick-arrows button {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #62675A;
    border-radius: 5px;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-arrows button:hover {
    background-color: #15273f;
    color:#ffffff;
    border-color: #15273f;
}

.slick-arrows button.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.slick-arrows button:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro Solid';
    font-size: 15px;
}

.slick-arrows button.slick-prev:before {
    content: '';
}


.slick-list {
    overflow: visible;
}



/* Footer*/

footer {
    position: relative;
    background: #15273F;
}

footer .footer-block {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

footer .footer-block .footer-block__layout {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

footer .footer-block .footer-block__layout:before {
    content: '';
    background: #E4E3D8;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    height: 50%;
    width: 100vw;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

footer .footer-block .footer-block__content {
    position: relative;
    padding: var(--largehuge) var(--extralarge);
}

footer .footer-block .footer-block__content .footer-block__label:before {
    content: '';
    background: #C1D100;
    border-radius: 50%;
    display: inline-block;
    height: 7.5px;
    width: 7.5px;
    margin-right: 10px;
    animation: pulse-animation 2s infinite;
    vertical-align: 2px;
}


footer .footer-block .footer-block__content .footer-block__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


footer .footer-block .footer-block__image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    overflow: hidden;
}

footer .footer-block .footer-block__image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-main {
    padding: var(--extralarge) 0;
    color: #ffffff;
}

footer .footer-main .footer-main__content {

}

footer .footer-main .footer-main__content :is(h5, .h5) {
    color: #C1D100;
    font-weight: 600;
    margin-bottom: var(--small);
}

footer .footer-main .footer-main__content ul  {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--small);
    column-gap: var(--small);
    line-height: 1.875;
    margin-bottom: 0
}

footer .footer-main .footer-main__content ul li {
    list-style: none;
}

footer .footer-main .footer-main__content ul li a {
   text-decoration: none;
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-main .footer-main__content ul li a:hover {
    text-decoration-line: underline;
}

footer .footer-main .footer-main__content ul li.current-menu-item a {
    text-decoration-line: underline;
    color: #C1D100;
}

footer .footer-main .footer-main__content .footer-main__logo {
    max-width: 240px;
}

footer .footer-main .footer-main__content .footer-main__buttons {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

footer .footer-copyright {
    padding-bottom: var(--mediumlarge);
    color: #E4E3D8;
    z-index: 1;
    position: relative;
}

footer .footer-copyright .footer-copyright__logo  {
    max-width: 150px;
}

footer .footer-copyright ul.footer-copyright__menu  {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);
    justify-content: center;

}

footer .footer-copyright ul.footer-copyright__menu li {
    list-style: none;
    display: inline-block;
}

footer .footer-copyright ul.footer-copyright__menu li:not(:last-child):after {
    content: '•';
    margin-left: var(--extrasmall)
}


body.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}


body.loading:before {
    content: '';
    background: #15273F;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:11;
    position: fixed;
    opacity: 0.75;
}


body.loading:after {
    content: '';
    width: 60px;
    height: 60px;
    border-width: 7.5px;
    border-style: solid;
    border-color: #C1D100;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 12;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}






/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);
    margin-top: auto;
    font-size: 24px;
    
}

.social-media li {
    padding-left: 0 !important;
}
.social-media li:before {
    content: unset !important;
}


.social-media li a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-media li a:hover {
    color: #C1D100
}

.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
}



/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--extrasmall-negative);
    margin-left: var(--extrasmall-negative);
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--extrasmall)
}


.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields .gfield:has(.gform-grid-row) {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html {
    margin-top: var(--small)
}


.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error :is(input, textarea) {
    border-color: #E72B37
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #E72B37;
    border-left: 3px solid #E72B37;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
    line-height: 1;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) *:last-child {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container{

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice {
        display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    margin-bottom: 0;
    padding: 12.5px 20px;
    
    border: 1.5px solid #e6e5e5;
    border-radius: 50px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
        position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images)#field_5_28 .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    padding-left: 47.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
        display: inline-block;
    width: 25px;
    line-height: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:hover {
    border-color: #000000;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:active {
    transform: scale(0.925);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label {
    border-color: #000000;
    box-shadow: 0 0 0 0.5px #000000 inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #000000;
    vertical-align: middle;
    vertical-align: -2px;
     border-radius: 50%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #000000;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #b4a677;
}


.gform_wrapper form .gform_footer {
      margin-top: var(--small);
}


.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
/*     border-top: 1px solid #E4E4E4; */
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #b4a677;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #E0D9C0;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.gform_confirmation_message {
    background: rgb(193 209 0 / 10%);
    color: #C1D100;
    border-left: 3px solid #C1D100;
    padding: 7.5px 10px;
    display: inline-block;
}

@media (max-width: 992px) {

    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, 
    .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Responsive */


@media (max-width: 1600px) {
    :root  {
    }
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }


    header nav.navigation .navigation-button  {
        display: none;
    }
}

@media (max-width: 1200px) {


    :root  {
        --base: 10px;
    }

    h1,
    .h1 {
        font-size: 54px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    header nav.navigation .navigation-brand {
        max-width: 210px;
    }
   

}

@media (max-width: 992px) {

    
    :root  {
        --base: 7.5px;

    }
   

        
    h1,
    .h1 {
        font-size: 36px;
       
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    blockquote {
        font-size: 20px;
    }

    body {
        font-size: 15px;
    }

    header {
        margin-top: var(--small);
    }

    header nav.navigation {
        padding: var(--small);
    }

    header nav.navigation .navigation-menu {
        display: none;
    }

    header nav.navigation .navigation-brand {
        max-width: 180px;
    }
    
	
	header nav.navigation .navigation-toggler {
		display: block;
	}

    .submenu {
        top: calc(var(--headerheight) + var(--small) + var(--small));
    }

    .submenu .submenu-layout .submenu-menu > ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .submenu .submenu-layout .submenu-menu ul li ul {
        display: block;
    }

    .submenu .submenu-layout .submenu-contact {
        margin-top: var(--mediumlarge);
        padding-top: var(--mediumlarge);
    }

    .submenu .submenu-layout .submenu-contact:before {
        left: var(--mediumlarge-negative);
        top: 0;
    }

    section.header {
        margin: 0 0 var(--extralarge) 0;
    }

    section.header .header-video:before {
        width: 150px;
    }

    section.header .header-image {
        margin-left: var(--small-negative);
        margin-right: var(--small-negative);
    }
	
	section.header .header-content {
		    margin-top: calc(var(--massive) * 1.5);
	}
	
	section.header .header-image {
		           bottom: calc(var(--extralarge) * 2);
	}

    section.subheader {
        padding-top: calc(var(--headerheight) + var(--small) + var(--small));
    }


    section.subheader .subheader-background {
        margin-left: var(--small-negative);
        margin-right: var(--small-negative);
        width: auto;
        height: calc(100% + calc(var(--headerheight) + var(--medium) + var(--extralarge)));
        padding-bottom: 100%;
    }

    section.subheader .subheader-background:after {
        content: unset;
    }


    section.subheader .subheader-content {
        margin-top: var(--extralarge);
    }

    section.subheader:has(.subheader-image) .subheader-content {
        padding-bottom: 0;
    }

/*     section.subheader:has(.subheader-image) .subheader-content h1 {
        margin-left: 0;
    }
 */
    section.blocks .block.block--vertical {
        grid-template-columns: repeat(1, 1fr);
    }

    article.article .article-content {
        margin-top: var(--large);
    }

    article.article.article--overlapping {
        margin-top: 0;
    }

    article.article.article--overlapping .article-content {
        padding-top: 0;
        margin-top: var(--extralarge);
        margin-bottom: var(--large);
    }

    article.article .article-content.article-content--background {
        padding: var(--large);
    }
    

    section.blocks.blocks--background {
        margin: 0
    }

    section.blocks .blocks-header:has(.btn) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        grid-column: 1 / -1;
        margin-bottom: var(--extrasmall);
    }

    section.about .about-layout {
        padding: var(--large);
    }

    section.about .about-person {
        margin-top: var(--large);
    }

    section.reviews .review .review-image {
        max-width: 120px;
        margin-top: var(--extralarge-negative);
    }

    section.posts .post {
        grid-template-columns: repeat(1, 1fr);
        gap: var(--medium);
    }

    section.posts .post .post-content {
        padding: 0
    }

    .helper .helper-persons {
        margin-left: var(--smallmedium-negative);
        margin-bottom: var(--smallmedium-negative);
        margin-right: var(--smallmedium-negative);
    }

    footer .footer-block .footer-block__content {
        padding: var(--large);
    }

    footer .footer-main [class*='col-']:not(:last-child) {
        margin-bottom: var(--large);
    }

    footer .footer-copyright ul.footer-copyright__menu {
        margin-bottom: var(--medium);
    }


}   




@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(193 209 0 / 50%);
    }
    100% {
        box-shadow: 0 0 0 7.5px rgb(193 209 0 / 0%);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  } 
