/*
Theme Name: Impact Negotiation Group
Theme URI: https://www.impactnegotiationgroup.com/
Author: Yfer
Author URI: https://www.impactnegotiationgroup.com/
Description: Impact Negotiation Group theme
Version: 1.0
Text Domain: impactnegotiationgroup.com
*/

/* Main */
.otgs-development-site-front-end {
    display: none !important;
}

body {
    overflow-x: hidden;
    font-family: "dm-sans", sans-serif;
    color: #1d3557;
}

.container .container {
    padding: 0px;
}

h1 {
    font-size: 58px;
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 44px;
}

h4 {
    font-size: 36px;
}

h5.wp-block-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #1d3557;
    text-decoration: none;
}

a:hover {
    color: #1d3557;
}

textarea:focus,
select,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none !important;
    box-shadow: none !important;
    outline: 0 none !important;
}

.button {
    font-weight: 600;
    font-size: 19px;
    background: #c7d3a5;
    padding: 15px 20px 13px;
    display: inline-block;
}

.button:hover {
    background: #fff;
    color: #1d3557;
}

.gform_button {
    font-weight: 600 !important;
    font-size: 19px !important;
    background: #1d3557 !important;
    padding: 15px 20px 13px !important;
    border-radius: 0px !important;
}

.gform_button:hover {
    background: #fff !important;
    color: #1d3557 !important;
}

.button2 {
    font-weight: 600;
    font-size: 19px;
    background: transparent;
    padding: 15px 20px 13px;
    display: inline-block;
    position: relative;
}

.button2:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    transform: scaleX(0);
    height: 2px;
    bottom: 10px;
    left: 20px;
    background-color: #1d3557;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.button2:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.wp-element-button {
    font-weight: 600;
    font-size: 19px;
    background: #c7d3a5;
    padding: 15px 20px 13px;
    color: #1d3557;
    border-radius: 0px;
}

.wp-element-button:hover {
    background: #1d3557;
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.top-content + .page-content {
    padding-top: 30px;
}

.top-content p strong,
.top-content p {
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

h4.wp-block-heading {
    margin-bottom: 20px;
    font-size: 28px;
}

/* Custom Sections */
.impact-custom-section {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.container.fullwidth .impact-custom-section {
    max-width: 100%;
}

.container.fullwidth h2 {
    font-size: 54px !important;
}

.container.fullwidth h2 {
    font-size: 54px !important;
}

.container.fullwidth h2.has-medium-font-size {
    font-size: 45px !important;
}

.container.fullwidth .impact-custom-section > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.container.fullwidth .wp-block-impact-custom-section {
    padding-left: 15px;
    padding-right: 15px;
}

.container.fullwidth .impact-custom-section.middle-1320 > * {
    max-width: 1320px;
}

.container.fullwidth .impact-custom-section.full-100 > * {
    max-width: 100%;
}

.impact-custom-section.has-spacing-bottom {
    margin-bottom: 50px !important;
}

.impact-custom-section.has-spacing-top {
    margin-top: 50px !important;
}

.use-cases-include-slider:hover {
    cursor: grab;
}

.impact-custom-section.green,
.impact-custom-section.blue,
.impact-custom-section.light-blue,
.impact-custom-section.dark-blue,
.impact-custom-section.light-grey {
    padding: 70px 30px !important;
}

.impact-custom-section.green {
    background: #c7d3a5;
}

.impact-custom-section.blue {
    background: rgba(205, 227, 228, 0.9490196078);
}

.impact-custom-section.light-blue {
    background: #f5f9fa;
}

.impact-custom-section.dark-blue {
    background: #1d3557;
}

.impact-custom-section.light-grey {
    background: #f6f6f6;
}

.impact-custom-section.green p,
.impact-custom-section.green ul,
.impact-custom-section.blue p,
.impact-custom-section.blue ul,
.impact-custom-section.light-blue p,
.impact-custom-section.light-blue ul,
.impact-custom-section.dark-blue p,
.impact-custom-section.dark-blue ul,
.impact-custom-section.light-grey p,
.impact-custom-section.light-grey ul {
    margin-bottom: 0 !important;
}

section.block-repeater.acf-card.is-style-transperent .wrapper {
    padding: 10px 20px;
}

figure.wp-block-image {
    margin-bottom: 40px !important;
}

.page-content .introtext {
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.4;
}

.postid-1286 .page-content .col-12.col-lg-9 {
    width: 100% !important;
}

.page-content ul.list-other li {
    background-image: url("/wp-content/uploads/2025/06/close.svg");
}

.page-content ul.list-impact li {
    background-image: url("/wp-content/uploads/2025/06/check.svg");
}

.page-content ul.list-other,
.page-content ul.list-impact {
    padding-top: 14px;
}

/* full width template */
.container.fullwidth {
    max-width: 100% !important;
}

.page-template-page-full-width .page-content {
    padding-bottom: 0 !important;
}

.container.fullwidth .col-12 {
    padding: 0 !important;
}

.container.fullwidth .impact-custom-section.has-spacing-bottom {
    margin-bottom: 70px !important;
}

.container.fullwidth .impact-custom-section.has-spacing-top {
    margin-top: 70px !important;
}

.faq-item p {
    margin-bottom: 0 !important;
}

p.faq-content.active {
    margin-bottom: 25px !important;
}

.block-faq h3:hover {
    cursor: pointer;
}

/* NL Fixes */
.lang-nl .services-overview-block h2 a {
    word-break: break-word;
}

/* Mobile Menu */
.mobile-menu-block {
    background: #1d3557;
    min-height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 64px;
    padding: 25px 0px 25px;
    display: none;
    margin-top: 18px;
}
.mobile-menu-block ul {
    list-style: none;
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.mobile-menu-block ul li {
    margin-bottom: 12px;
}
.mobile-menu-block ul li a {
    font-size: 25px;
    color: #fff;
}
.mobile-menu-block ul li a img:not(.wpml-ls-flag) {
    filter: brightness(0) invert(1);
    margin: -2px 10px 0px 0px;
}
.mobile-menu-block ul li a:hover {
    color: #fff;
}
.mobile-menu-block ul li ul {
    margin: 10px 0px 0px 17px;
    display: none;
}
.mobile-menu-block ul li ul li {
    margin: 0px 0px 5px;
}
.mobile-menu-block ul li ul li a {
    font-size: 19px;
    font-weight: 300;
    background: none !important;
}
.mobile-menu-block ul .menu-item-has-children a {
    background-image: url(/wp-content/uploads/2024/10/chevron-down-white.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 23px;
}
.mobile-menu-block ul li.current_page_item a {
    color: #fff;
}

/* Header */
header {
    height: 105px;
    position: fixed;
    width: 100%;
    background: #1d3557;
    z-index: 9;
}
header img {
    max-height: 58px;
    width: auto;
}
header [class*="main-menu"] {
    float: right;
}
header [class*="main-menu"] ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
header [class*="main-menu"] ul li {
    float: left;
    margin-left: 40px;
    line-height: 103px;
}
header [class*="main-menu"] ul li a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #fff;
}
header [class*="main-menu"] ul li .sub-menu {
    z-index: 2;
    position: absolute;
    top: 103px;
    padding: 15px 25px 10px;
    display: none;
    max-width: 250px;
    background: #fff;
}
header [class*="main-menu"] ul li .sub-menu li {
    margin: 0px 0px 5px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    background: none !important;
}
header [class*="main-menu"] ul li .sub-menu li a {
    color: #1d3557;
    font-weight: 500;
}
header [class*="main-menu"] ul li .sub-menu li a:after {
    bottom: 0px;
}
header [class*="main-menu"] ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 26px;
    left: 0;
    background-color: #c7d3a5;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
header [class*="main-menu"] ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
header [class*="main-menu"] ul li.menu-item-37 {
    background: #c7d3a5;
    padding: 0px 20px;
    line-height: 50px;
    margin-top: 27px;
}
header [class*="main-menu"] ul li.menu-item-37 a:after {
    height: 0px;
}
header [class*="main-menu"] ul li.menu-item-37:hover {
    background: #1d3557;
}
header [class*="main-menu"] ul li.menu-item-37:hover a {
    color: #fff;
}
header [class*="main-menu"] ul .menu-item-has-children {
    background: url(/wp-content/uploads/2024/08/Rectangle-20-Stroke.svg)
        no-repeat;
    background-size: 8px;
    background-position: top 48px right;
    padding-right: 16px;
}
header [class*="main-menu"] ul li:hover .sub-menu {
    display: block;
}
header .checkbox {
    position: absolute;
    display: block;
    height: 23px;
    width: 29px;
    top: 28px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
header .hamburger-lines {
    display: block;
    height: 23px;
    width: 29px;
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
}
header .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
header .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
    width: calc(100% - 2px);
    margin-left: 2px;
}
header .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
header input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
}
header input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}
header input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}
header input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.page-template-page-services-negotiation-consulting
    header
    .hamburger-lines
    .line {
    background: #fff;
}

.page-template-page-services-negotiation-consulting
    header
    ul
    .menu-item-has-children {
    background: url(/wp-content/uploads/2024/10/Rectangle-20-Stroke-white.svg)
        no-repeat;
    background-size: 8px;
    background-position: top 48px right;
}

.header-space {
    height: 105px;
}

/* Hero */
.hero {
    background: #1d3557;
    padding: 41px 0px 79px;
}
.hero h1 {
    font-size: 54px;
    line-height: 110%;
    max-width: 600px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
}
.hero p {
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    max-width: 620px;
    margin-bottom: 0px;
    color: #fff;
}
.hero span.function {
    font-size: 22px;
    font-weight: 500;
    margin-top: -10px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
}
.hero .button,
.hero .button2 {
    font-size: 20.8px;
    margin-top: 30px;
}
.hero .button2 {
    color: #fff;
}
.hero .button2:hover {
    color: rgb(199, 211, 165);
}
.hero .button2:after {
    background-color: rgb(199, 211, 165);
}
.hero .insights h1 {
    max-width: 100%;
    margin-bottom: 25px;
    margin-top: 20px;
}
.hero .insights p {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
}
.hero img {
    width: 100%;
    object-fit: cover;
}
.hero .date2 {
    display: none;
    opacity: 0.65;
    font-size: 16px;
    font-weight: 300;
}
.hero .date2 b {
    font-size: 12px;
}
.hero .avatar {
    width: 350px;
    height: 400px;
    object-fit: contain;
}
.hero .linkedin {
    height: 31px;
    width: 31px;
    margin: 300px 0px 0px -119px;
}

.single-insight .hero .date2 {
    display: block;
}

.home .hero h1 {
    font-weight: normal;
}

/* Custom hero */
.negotiation-consulting header,
.negotiation-consulting .hero,
.page-template-page-services-negotiation-consulting header,
.page-template-page-services-negotiation-consulting .hero,
.page-template-page-services-negotiation-consulting .contact-cta,
.negotiation-consulting .contact-cta {
    background: #1d3557;
}

.negotiation-consulting img.logo-white,
.page-template-page-services-negotiation-consulting img.logo-white {
    display: block;
}

.negotiation-consulting img.logo,
.page-template-page-services-negotiation-consulting img.logo {
    display: none;
}

.negotiation-consulting header [class*="main-menu"] ul li a,
.page-template-page-services-negotiation-consulting
    header
    [class*="main-menu"]
    ul
    li
    a {
    color: #fff;
}

.negotiation-consulting header [class*="main-menu"] ul li.menu-item-37 a,
.page-template-page-services-negotiation-consulting
    header
    [class*="main-menu"]
    ul
    li.menu-item-37
    a {
    color: #1d3557;
}

.negotiation-consulting header [class*="main-menu"] ul li.menu-item-37:hover,
.page-template-page-services-negotiation-consulting
    header
    [class*="main-menu"]
    ul
    li.menu-item-37:hover {
    background: #fff;
}

.negotiation-consulting .hero h1,
.page-template-page-services-negotiation-consulting .hero h1,
.negotiation-consulting .hero p,
.page-template-page-services-negotiation-consulting .hero p,
.page-template-page-services-negotiation-consulting .contact-cta h2,
.page-template-page-services-negotiation-consulting .contact-cta p,
.negotiation-consulting .contact-cta h2,
.negotiation-consulting .contact-cta p {
    color: #fff;
}

.page-template-page-services-negotiation-consulting .button,
.negotiation-consulting .contact-cta .button {
    background: #c7d3a5 !important;
    color: #1d3557 !important;
}

.page-template-page-services-negotiation-consulting .button:hover,
.negotiation-consulting .contact-cta .button:hover {
    background: rgba(205, 227, 228, 0.9490196078) !important;
}

/* */
.negotiation-training header [class*="main-menu"] ul li.menu-item-37,
.page-template-page-services-negotiation-training
    header
    [class*="main-menu"]
    ul
    li.menu-item-37 {
    background: #1d3557;
}

.negotiation-training header [class*="main-menu"] ul li.menu-item-37 a,
.page-template-page-services-negotiation-training
    header
    [class*="main-menu"]
    ul
    li.menu-item-37
    a {
    color: #fff;
}

.negotiation-training header [class*="main-menu"] ul li.menu-item-37:hover,
.page-template-page-services-negotiation-training
    header
    [class*="main-menu"]
    ul
    li.menu-item-37:hover {
    background: #fff;
}

.negotiation-training header [class*="main-menu"] ul li.menu-item-37:hover a,
.page-template-page-services-negotiation-training
    header
    [class*="main-menu"]
    ul
    li.menu-item-37:hover
    a {
    color: #1d3557;
}

.negotiation-training img.logo-blue,
.page-template-page-services-negotiation-training img.logo-blue {
    display: block;
}

.negotiation-training img.logo,
.page-template-page-services-negotiation-training img.logo {
    display: none;
}

.page-template-page-services-process-integration .contact-cta,
.process-integration .contact-cta {
    background: #cde3e4;
}

.page-template-page-services-process-integration .button:hover,
.process-integration .contact-cta .button:hover {
    background: #c7d3a5 !important;
}

/* Homepage */
.homepage-top-info {
    background: rgb(245, 249, 250);
    background: linear-gradient(
        90deg,
        rgb(245, 249, 250) 65%,
        rgb(238, 243, 244) 65%
    );
}
.homepage-top-info .stats {
    padding-top: 32px;
    padding-bottom: 32px;
}
.homepage-top-info .stats strong {
    font-size: 43.75px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0px;
    display: block;
}
.homepage-top-info .stats span {
    font-size: 15.75px;
    font-weight: 300;
}
.homepage-top-info .event {
    background: #eef3f4;
    padding: 40px 0px 40px 54px;
}
.homepage-top-info .event span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.homepage-top-info .event a {
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
}
.homepage-top-info .event a:hover {
    text-decoration: underline;
}

.homepage-services {
    padding-bottom: 84px;
}
.homepage-services .text {
    padding: 98px 0px 73px;
}
.homepage-services .text h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 100%;
}
.homepage-services .text p {
    font-size: 21px;
    font-weight: 300;
}
.homepage-services a {
    background: #1d3557;
    display: block;
    text-align: center;
    padding: 36px 20px;
    color: #fff;
    width: 100%;
}
.homepage-services a img {
    margin-bottom: 31px;
}
.homepage-services a h3 {
    font-size: 30px;
    font-weight: 600;
}
.homepage-services .blok1 img {
    filter: brightness(0) invert(1);
}
.homepage-services .blok1:hover img {
    filter: none;
}
.homepage-services .blok2 a {
    background: #c7d3a5;
    color: #1d3557;
}
.homepage-services .blok3 a {
    background: #cde3e4;
    color: #1d3557;
}
.homepage-services a:hover {
    background: #eef3f4;
    color: #1d3557;
}

.homepage-partners {
    background: #f5f9fa;
    padding: 104px 0px;
}
.homepage-partners h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 26px;
}
.homepage-partners p {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 58px;
}
.homepage-partners img.avatar {
    width: 100%;
    margin-bottom: 14px;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.homepage-partners img.avatar:hover {
    opacity: 0.8;
}
.homepage-partners img.linkedin {
    margin: -50px 80px 0px 0px;
    z-index: 1;
    position: relative;
    float: right;
}
.homepage-partners span {
    font-size: 22px;
    font-weight: 400;
}

/* Includes */
.testimonials {
    background: #1d3557;
    padding: 103px 0px;
}
.testimonials h2 {
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
    max-width: 500px;
}
.testimonials p {
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 40px;
}
.testimonials .avatar {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    margin-right: 15px;
    margin-top: -23px;
}
.testimonials span {
    font-size: 15px;
    display: block;
    color: #ffffff;
}
.testimonials b {
    font-size: 15px;
    color: #ffffff;
}
.testimonials .logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-left: 50px;
    margin-top: -23px;
}
.testimonials .makeWhite {
    filter: brightness(0) invert(1);
}
.testimonials .tns-controls {
    float: right;
    margin-top: -45px;
    z-index: 1;
    position: relative;
}
.testimonials .tns-controls button {
    border: 0px;
    background: transparent;
}
.testimonials .tns-controls button img {
    filter: brightness(0) invert(1);
}
.testimonials .tns-controls button img:hover {
    opacity: 0.5;
}

.testimonials-include-slider,
.testimonials-include-slider2 {
    display: flex;
    align-items: center;
}

.cases {
    padding: 109px 0px;
}
.cases h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 58px;
}
.cases a {
    font-size: 21px;
    font-weight: 500;
    text-decoration-line: underline;
}
.cases a img {
    margin-left: 6px;
}

.contact-cta {
    background: #c7d3a5;
    padding: 92px 0px;
}
.contact-cta h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 102%;
}
.contact-cta p {
    font-size: 21px;
    line-height: 130%;
}
.contact-cta .gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}
.contact-cta .gform-theme--foundation .gfield input.large {
    border: 1px solid rgba(217, 217, 217, 0);
    color: #7e7e7e;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
}
.contact-cta .gform-theme--foundation .gfield textarea.large {
    border: 1px solid rgba(217, 217, 217, 0);
    color: #7e7e7e;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    min-block-size: 131px;
}

.testimonials-include {
    background: #f5f9fa;
    padding: 80px 0px;
}
.testimonials-include p {
    font-size: 23px;
    font-style: italic;
    margin-bottom: 40px;
}
.testimonials-include .avatar {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    margin-right: 15px;
    margin-top: -23px;
}
.testimonials-include span {
    font-size: 15px;
    display: block;
}
.testimonials-include b {
    font-size: 15px;
}
.testimonials-include .logo {
    height: 57px;
    width: auto;
    object-fit: contain;
    margin-left: 50px;
    margin-top: -23px;
}
.testimonials-include .tns-controls {
    float: right;
    margin-top: -45px;
    z-index: 1;
    position: relative;
}
.testimonials-include .tns-controls button {
    border: 0px;
    background: transparent;
}
.testimonials-include .tns-controls button img:hover {
    opacity: 0.5;
}

.review-rating {
    background: #fff;
    padding: 0px 0px;
}
.review-rating .logo {
    height: 55px;
}

.events-include {
    padding: 97px 0px;
}
.events-include h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 43px;
}
.events-include .events-item {
    margin-bottom: 23px;
}
.events-include .events-item .date {
    width: 100%;
    background: #f6f6f6;
    height: 100px;
    padding-top: 15px;
}
.events-include .events-item .date span {
    line-height: 95%;
    font-size: 39px;
    font-style: italic;
    display: block;
    margin: 0 auto;
    width: 75px;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
}
.events-include .events-item .enddate {
    padding-top: 22px;
}
.events-include .events-item .enddate span {
    font-size: 26px;
    width: 100px;
    line-height: 110%;
}
.events-include .events-item a {
    font-size: 26px;
    font-weight: 600;
    line-height: 128%;
    transition: opacity 0.3s ease;
}
.events-include .events-item a:hover {
    opacity: 0.8;
}
.events-include .events-item p {
    font-size: 17px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0px;
}
.events-include .insight-item {
    margin-bottom: 23px;
}
.events-include .insight-item img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
.events-include .insight-item a {
    font-size: 24px;
    font-weight: 600;
    line-height: 128%;
    transition: opacity 0.3s ease;
}
.events-include .insight-item a:hover {
    opacity: 0.8;
}

/* Breadcrumb*/
.breadcrumb {
    background: #f6f6f6;
    padding: 12px 0px;
}
.breadcrumb ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.breadcrumb ul li {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb ul li a {
    text-decoration: underline;
}

/* Negotiatio training points */
.negotiation-training-points {
    margin-top: 60px;
}
.negotiation-training-points img {
    margin-bottom: 15px;
}
.negotiation-training-points h4 {
    font-size: 19px;
    font-weight: 500;
}
.negotiation-training-points .col-lg-2 {
    border-right: 1px solid #e7e7e7;
}
.negotiation-training-points .last {
    border-right: 0;
}

/* Page content*/
.page-content ul li ul li:first-child {
    margin-top: 11px;
}

.page-content ol li ul {
    margin-top: 11px;
}

.page-content {
    padding: 100px 0px 50px 0px;
}
.page-content h1 {
    font-size: 54px;
    line-height: 110%;
    font-weight: 700;
}
.page-content h2.big {
    font-size: 54px;
    line-height: 110%;
    font-weight: 700;
}
.page-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 121%;
    margin-bottom: 20px;
}
.page-content h3 {
    font-size: 34px;
    font-weight: 600;
}
.page-content h4 {
    font-size: 30px;
    font-weight: 600;
}
.page-content p {
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 144%;
    margin-bottom: 30px;
}
.page-content ul {
    list-style: none;
    margin: 0px 0px 40px;
    padding: 0px;
}
.page-content ul li {
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 144%;
    margin-bottom: 10px;
    background-size: 18px;
    padding: 0px 0px 0px 30px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/09/logo-impact-groen.svg);
}
.page-content ul.experience li {
    background: none;
    padding: 0px;
    margin-bottom: 30px;
}
.page-content ol {
    padding: 0px 20px;
    margin: 0px 0px 40px;
}
.page-content ol li {
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 144%;
    margin-bottom: 10px;
}
.page-content .avatar {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 40px;
    height: 46px;
    margin-right: 14px;
}
.page-content a.author {
    font-size: 19px;
}

/* Top Content */
.top-content {
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 144%;
}

/* Event overview */
.event-overview {
    padding-bottom: 100px;
}
.event-overview .events-item {
    margin-bottom: 23px;
}
.event-overview .events-item .date {
    width: 100%;
    background: #f6f6f6;
    height: 100px;
    padding-top: 15px;
}
.event-overview .events-item .date span {
    line-height: 95%;
    font-size: 39px;
    font-style: italic;
    display: block;
    margin: 0 auto;
    width: 75px;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
}
.event-overview .events-item .enddate {
    padding-top: 22px;
}
.event-overview .events-item .enddate span {
    font-size: 26px;
    width: 100px;
    line-height: 110%;
}
.event-overview .events-item a {
    font-size: 36px;
    font-weight: 600;
    line-height: 126%;
}
.event-overview .events-item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0px;
}
.event-overview .events-item hr {
    border-bottom: 1px solid rgba(65, 65, 65, 0.13);
    margin: 35px 0px;
}
.event-overview .events-item:last-child hr {
    display: none;
}

/* Cases overview */
.cases-overview {
    padding-bottom: 100px;
}
.cases-overview .events-item {
    margin-bottom: 23px;
}
.cases-overview .events-item .date {
    width: 100%;
    background: #f6f6f6;
    height: 100px;
    padding-top: 15px;
}
.cases-overview .events-item .date span {
    line-height: 95%;
    font-size: 39px;
    font-style: italic;
    display: block;
    margin: 0 auto;
    width: 75px;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
}
.cases-overview .events-item a {
    font-size: 36px;
    font-weight: 600;
    line-height: 126%;
}
.cases-overview .events-item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 0px;
}
.cases-overview .events-item hr {
    border-bottom: 1px solid rgba(65, 65, 65, 0.13);
    margin: 35px 0px;
}
.cases-overview .events-item:last-child hr {
    display: none;
}

/* Insights overview */
.insights-overview {
    padding: 100px 0px;
}
.insights-overview h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 125%;
}
.insights-overview span {
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
    color: #7e7e7e;
}
.insights-overview img {
    width: 100%;
}
.insights-overview a {
    transition: opacity 0.3s ease;
}
.insights-overview a:hover {
    opacity: 0.8;
}

/* Services overview */
.services-overview-block {
    padding: 71px 0px;
}
.services-overview-block h2 {
    font-size: 48px;
    margin-bottom: 22px;
    font-weight: 600;
}
.services-overview-block h2 a {
    background: none;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 0px;
    display: inherit;
    font-weight: 600;
    font-size: 48px;
}
.services-overview-block h2 a:hover {
    text-decoration: underline;
}
.services-overview-block p {
    font-size: 19px;
    margin-bottom: 22px;
}
.services-overview-block a {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
    background-image: url("/wp-content/uploads/2024/09/chevron-down-1.svg");
    background-repeat: no-repeat;
    padding: 0px 0px 0px 12px;
    background-position-y: 6px;
    font-size: 17px;
    font-weight: 500;
}

.services-overview-block-blue {
    background: #1d3557;
    margin-top: 50px;
}
.services-overview-block-blue h2 {
    color: #fff;
}
.services-overview-block-blue p {
    color: #fff;
}
.services-overview-block-blue a {
    color: #fff;
    background-image: url("/wp-content/uploads/2024/09/chevron-down.svg");
}

.services-overview-block-green {
    background: #c7d3a5;
}

.services-overview-block-light {
    background: #cde3e4;
}

/* Services category */
.services-category {
    padding: 45px 0px 0px 0px;
}
.services-category h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.services-category .boxcontainer {
    margin-bottom: 20px;
}
.services-category .box {
    background: #f6f6f6;
    padding: 45px;
    display: block;
    height: 100%;
}
.services-category .box h3 {
    font-size: 29px;
    font-weight: 600;
}
.services-category .box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 142%;
}
.services-category .box span {
    font-weight: 500;
    text-decoration-line: underline;
    font-size: 18px;
}
.services-category .box span img {
    margin-left: 5px;
    margin-top: -3px;
    height: 11px;
    width: 11px;
}
.services-category .box:hover {
    background: #eef3f4;
}

/* Author */
.author-insights {
    background: #f5f9fa;
    padding: 90px 0px;
}
.author-insights h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 102%;
    margin-bottom: 75px;
}
.author-insights h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 128%;
    transition: opacity 0.3s ease;
}
.author-insights span {
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
    color: #7e7e7e;
}
.author-insights img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

/* Contact */
.page-contact {
    margin-bottom: 100px;
}
.page-contact .contact-wrapper {
    background: #c7d3a5;
    padding: 50px;
}
.page-contact .contact-wrapper .gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}
.page-contact .contact-wrapper .gform-theme--foundation .gfield input.large {
    border: 1px solid rgba(217, 217, 217, 0);
    color: #7e7e7e;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
}
.page-contact .contact-wrapper .gform-theme--foundation .gfield textarea.large {
    border: 1px solid rgba(217, 217, 217, 0);
    color: #7e7e7e;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    min-block-size: 131px;
}
.page-contact h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 36px;
}
.page-contact h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}
.page-contact a {
    font-size: 20px;
    text-decoration: underline;
}
.page-contact hr {
    margin: 25px 0px;
    background: rgba(65, 65, 65, 0.5);
}

.page-event {
    padding: 75px 0px;
}

/* About*/
.about-partners {
    background: #f5f9fa;
    padding: 104px 0px;
}
.about-partners h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 26px;
}
.about-partners p {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 58px;
}
.about-partners .partner-wrapper {
    background: #ffffff;
    padding: 30px;
}
.about-partners .partner-wrapper h4 {
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
}
.about-partners .partner-wrapper span {
    font-size: 19px;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}
.about-partners .partner-wrapper p {
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
}
.about-partners .partner-wrapper a {
    font-weight: 500;
    text-decoration: underline;
}
.about-partners .partner-wrapper img.avatarphoto {
    width: 100%;
    margin-bottom: 14px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 100%;
    object-fit: cover;
}
.about-partners .partner-wrapper img.linkedin {
    float: right;
    margin: -45px 45px 0px 0px;
    position: relative;
    z-index: 1;
}

/* Blocks */
.block-repeater {
    padding: 0px;
}
.block-repeater:not(.is-style-transperent) .wrapper {
    background: #f6f6f6;
}
.block-repeater .wrapper {
    padding: 35px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
}
.block-repeater .wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.block-repeater .wrapper p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}

.block-repeater.column_1 .col-md-6.boxcontainer {
    width: 100%;
}

.block-cta {
    margin-bottom: 100px;
    margin-top: -60px;
}
.block-cta h3 {
    font-size: 26px;
    font-weight: 600;
}
.block-cta a img {
    margin-left: 10px;
}

.events-cta {
    padding: 0px 0px 50px;
}

/* Footer CTA */
#floating-footer {
    position: fixed;
    bottom: -100px; /* Initially hidden */
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 99;
}

#floating-footer.active {
    bottom: 0; /* Show the footer */
}

#floating-footer .inner-floating {
    background-color: #f8f9fa;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

#floating-footer .inner-floating span {
    font-size: 23px;
    font-weight: 700;
    margin-right: 10px;
}

#floating-footer .inner-floating img {
    width: 14px;
    transform: rotate(90deg);
}

/* Footer*/
.footer-mail {
    background: rgba(205, 227, 228, 0.9490196078);
    padding: 56px 0px;
}
.footer-mail h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 128%;
}
.footer-mail button.primary {
    width: 100%;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-mail button.primary:hover {
    background: #fff !important;
    color: #1d3557;
}

.footer-logo {
    display: flex;
    max-height: 58px;
    max-width: 215px;
    margin-bottom: 22px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    background: #f6f6f6;
    padding: 77px 0px 0px;
}
footer h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}
footer .info a {
    text-decoration: underline;
}
footer ul {
    list-style: none;
    margin: 0px 0px 50px;
    padding: 0px;
}
footer ul li a {
    font-size: 16px;
    font-weight: 300;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer .copyright {
    margin-top: 50px;
}
footer .copyright p {
    font-size: 14px;
    font-weight: 300;
}
footer .copyright a {
    display: inline-block;
    margin: 0px 15px 0px;
}
footer .copyright a:hover {
    text-decoration: underline;
}

/* slider use cases */
.use-cases {
    /* padding-left: calc((100vw - 1296px) / 2); */
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.use-case--item img {
    max-width: 100%;
    aspect-ratio: 390/258;
}
.use-case--item h3 {
    padding-top: 15px;
    font-weight: 700;
    font-size: 25px;
    line-height: 132%;
}

/* block-faq */
.block-faq h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-faq h3:after {
    content: "";
    width: 27px;
    background-repeat: no-repeat;
    height: 8px;
    background-position: right;
    display: flex;
    background-image: url(/wp-content/uploads/2025/06/chevron-down.svg);
}

.faq-title {
    position: relative;
    width: 100%;
    padding: 0px 0px 10px;
    background-color: transparent;
    text-align: left;
}

.faq-content {
    margin-top: -2px;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
}

.faq-title:focus {
    outline: none;
}

.faq-content.active {
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
    .homepage-services a h3 {
        max-width: 270px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1170px) {
    header [class*="main-menu"] ul li {
        margin-left: 22px;
    }
    header [class*="main-menu"] ul li a {
        font-size: 16px;
    }
    .homepage-top-info .event {
        padding: 60px 0px 60px 54px;
    }
    .homepage-top-info .stats strong {
        font-size: 35.75px;
    }
}
@media only screen and (max-width: 991px) {
    header {
        height: 85px;
    }
    .header-space {
        height: 85px;
    }
    .homepage-top-info {
        background: rgb(245, 249, 250);
    }
    .hero img {
        max-height: 400px;
    }
    .hero .button {
        margin-bottom: 20px;
    }
    .homepage-services .text {
        padding: 60px 0px 25px;
    }
    .homepage-top-info .event {
        padding: 40px 0px 40px 15px;
    }
    .testimonials h2 {
        line-height: 100%;
    }
    .services-overview-block img {
        height: 100px;
        margin-bottom: 20px;
    }
    .services-category .box img {
        width: 50px;
    }
    .page-contact .contact-wrapper {
        margin-bottom: 40px;
    }
    .block-faq h3 {
        font-size: 20px !important;
    }
    .container.fullwidth h2 {
        font-size: 34px !important;
    }
    .container.fullwidth h2.has-medium-font-size {
        font-size: 34px !important;
    }
}
@media only screen and (max-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 17px;
        padding-left: 17px;
    }
    header {
        height: 65px;
    }
    header img {
        max-height: 40px;
    }
    header .hamburger-lines {
        top: 22px;
    }
    .mobile-menu-block {
        top: 35px;
    }
    .breadcrumb ul li {
        font-size: 12px;
    }
    .header-space {
        height: 65px;
    }
    .hero {
        padding: 30px 0px 30px;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p {
        font-size: 18px;
        color: #fff;
    }
    .hero .insights p {
        font-size: 18px;
    }
    .hero .button {
        padding: 13px 18px 11px;
        font-size: 18px;
    }
    .hero .avatar {
        width: 70%;
        height: auto;
        margin-top: 20px;
    }
    .homepage-top-info .stats strong {
        font-size: 33px;
        margin-top: 20px;
    }
    .homepage-top-info .stats {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .homepage-top-info .event {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .homepage-services {
        padding-bottom: 40px;
    }
    .homepage-services .text {
        padding: 40px 0px 20px;
    }
    .homepage-services .text h2 {
        font-size: 32px;
    }
    .homepage-services .text p {
        font-size: 18px;
    }
    .homepage-services .blok-wrapper {
        gap: 20px;
    }
    .homepage-services a h3 {
        font-size: 24px;
    }
    .testimonials {
        background: #1d3557;
        padding: 40px 0px;
    }
    .testimonials h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .testimonials p {
        font-size: 18px;
    }
    .homepage-partners {
        padding: 40px 0px;
    }
    .homepage-partners h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .homepage-partners p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .cases {
        padding: 40px 0px;
    }
    .cases h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }
    .use-cases {
        padding-bottom: 20px !important;
    }
    .use-case--item h3 {
        font-size: 20px !important;
    }
    .contact-cta {
        padding: 40px 0px;
    }
    .contact-cta h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .contact-cta p {
        font-size: 18px;
    }
    .events-include {
        padding: 40px 0px;
    }
    .events-include h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .events-include .events-item a {
        font-size: 18px;
    }
    .events-include .events-item p {
        font-size: 15px;
    }
    .events-include .events-item .date {
        padding: 15px;
        height: auto;
    }
    .events-include .events-item .date span {
        font-size: 22px;
        width: auto;
    }
    .events-include .events-item .enddate {
        padding: 20px 5px;
    }
    .events-include .events-item .enddate span {
        font-size: 15px;
        width: auto;
    }
    .events-include .insight-item a {
        font-size: 18px;
    }
    .event-overview .events-item a {
        font-size: 18px;
    }
    .event-overview .events-item p {
        font-size: 16px;
    }
    .event-overview .events-item .date span {
        font-size: 32px;
    }
    .event-overview .events-item .enddate span {
        font-size: 15px;
        width: 55px;
    }
    .event-overview .events-item .date {
        padding-top: 23px;
    }
    .event-overview .events-item .enddate {
        padding-top: 32px;
    }
    .services-overview-block {
        padding: 40px 0px;
    }
    .services-overview-block h2 a {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .cases-overview .events-item a {
        font-size: 19px;
    }
    .page-content {
        padding: 40px 0px;
    }
    .page-content h1 {
        font-size: 32px;
    }
    .page-content h2 {
        font-size: 32px;
    }
    .page-content h2.big {
        font-size: 32px;
    }
    .page-content h3 {
        font-size: 28px;
    }
    .page-content h4 {
        font-size: 24px;
    }
    .page-content p {
        font-size: 18px;
    }
    .top-content p strong,
    .top-content p {
        font-size: 19px !important;
    }
    .page-content ul li {
        font-size: 18px;
    }
    .services-category {
        padding: 40px 0px 0px 0px;
    }
    .services-category h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .services-category .box {
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .services-category .box h3 {
        font-size: 26px;
    }
    .testimonials-include {
        padding: 0px;
    }
    .ti-widget.ti-goog .ti-header {
        padding: 0;
        margin-top: 44px;
    }
    .ti-widget.ti-goog .ti-widget-container {
        margin-bottom: 0;
    }
    .testimonials-include p {
        font-size: 18px;
    }
    .testimonials-include .logo,
    .testimonials .logo {
        height: 36px;
        margin-left: 80px;
        display: block !important;
        margin-top: 0px;
    }
    .testimonials .tns-controls {
        margin-top: 0px;
    }
    .insights-overview {
        padding: 40px 0px;
    }
    .insights-overview h3 {
        font-size: 18px;
    }
    .single-insight .hero .date2 {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .author-insights {
        padding: 40px 0px;
    }
    .author-insights h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .author-insights h3 {
        font-size: 18px;
    }
    .page-contact .contact-wrapper {
        padding: 30px;
    }
    .page-contact h3 {
        font-size: 32px;
    }
    .page-contact {
        margin-bottom: 30px;
    }
    .page-contact h4 {
        font-size: 22px;
    }
    .page-contact a {
        font-size: 16px;
    }
    .about-partners {
        padding: 40px 0px;
    }
    .about-partners h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .about-partners p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .about-partners .partner-wrapper {
        padding: 30px 15px;
    }
    .about-partners .partner-wrapper h4 {
        font-size: 26px;
    }
    .about-partners .partner-wrapper span {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .about-partners .partner-wrapper p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-partners .partner-wrapper img.avatarphoto {
        width: 70%;
    }
    .block-repeater .wrapper h3 {
        font-size: 22px;
    }
    .block-repeater .wrapper p {
        font-size: 16px;
    }
    .impact-custom-section.green,
    .impact-custom-section.blue,
    .impact-custom-section.light-blue,
    .impact-custom-section.dark-blue,
    .impact-custom-section.light-grey {
        padding: 50px 20px !important;
    }
    .container.fullwidth .impact-custom-section.has-spacing-bottom {
        margin-bottom: 50px !important;
    }
    .container.fullwidth .impact-custom-section.has-spacing-top {
        margin-top: 50px !important;
    }
    .footer-mail {
        padding: 40px 0px;
    }
    footer {
        padding: 40px 0px 0px;
    }
    footer h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    footer ul {
        margin: 0px 0px 20px;
    }
    #floating-footer .inner-floating span {
        display: inline-block;
        float: left;
        max-width: 60%;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    #floating-footer .inner-floating .button {
        display: inline-block;
        padding: 10px;
        height: 44px;
    }
    #floating-footer .inner-floating img {
        width: 10px;
    }
}
.homepage-services a h3 {
    font-size: 32px;
}