.button{display:inline-block;padding:12px 24px;line-height:1;border-radius:20px;cursor:pointer;text-decoration:none;background:var(--btn-color);border:1px solid var(--btn-color);color:var(--btn-text-color)}.button:hover{background:color-mix(in srgb, var(--btn-color-hover) 90%, black 10%);color:var(--btn-text-color)}.button-secondary{background:var(--btn-secondary-color);border:1px solid var(--btn-secondary-color);color:var(--btn-secondary-text-color)}.button-secondary:hover{background:color-mix(in srgb, var(--btn-secondary-color-hover) 90%, black 10%);border:1px solid color-mix(in srgb, var(--btn-secondary-color-hover) 90%, black 10%);color:var(--btn-secondary-text-color)}.button-wrapper{display:flex;flex-wrap:wrap;gap:calc(var(--padding)*2);margin-top:1em}.button-group{margin-top:12px;margin-bottom:12px}.button-group__buttons{display:flex;gap:12px}.button-group__subtext{font-style:italic;font-size:clamp(12px,1.1vw,14px)}.button-group--centered{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}#page-header{z-index:999;transition:box-shadow .3s ease}#page-header svg{fill:var(--primary-color) !important}#page-header svg path,#page-header svg circle,#page-header svg rect,#page-header svg polygon{fill:var(--primary-color) !important}#page-header #mobile-menu .menu li a{background-color:rgba(0,0,0,0);display:inline-flex;align-items:center}#page-header #mobile-menu .menu li a .menu-person-icon{width:14px;height:auto;margin-left:10px}#page-header #mobile-menu .mobile-menu-wrapper ul a:hover{color:var(--font-color)}#page-header #header-top{background-color:#fff}@media screen and (max-width: 992px){#page-header #header-top{position:fixed;z-index:999999;width:100%;top:0;left:0}}@media screen and (max-width: 576px){#page-header #header-top{font-size:12px}}#page-header #header-top a{background-color:rgba(0,0,0,0)}#page-header #header-top .header-top__contact{display:flex;align-items:center;padding:0}#page-header #header-top .header-top__contact .col{padding:0}#page-header #header-top .menu li a{background-color:rgba(0,0,0,0);display:inline-flex;align-items:center}#page-header #header-top .menu li a .menu-person-icon{width:14px;height:auto;margin-left:10px}@media screen and (max-width: 992px){#page-header #header-top .social-links{display:none}}#page-header #header-top .social-links li a{width:30px;height:30px}#page-header #header-top .social-links li a svg path,#page-header #header-top .social-links li a svg rect,#page-header #header-top .social-links li a svg circle{fill:var(--black) !important}@media screen and (max-width: 768px){#page-header #header-top .header-top-widget-4{display:none}}@media screen and (max-width: 768px){#page-header #header-top .header-top-widget-4 .col{padding:0}}#page-header #header-center{background-color:hsla(0,0%,100%,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding-top:0;padding-bottom:0}#page-header #header-center .header-center-widget-2{padding-left:0px}#page-header #header-center .header-center-widget-3{padding-right:0px}#page-header #header-center .row{height:80px;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:calc(var(--padding)*2)}#page-header #header-center .row .header-center__nav{display:flex;flex-direction:row;align-items:center}#page-header #header-center .row .header-center__nav .header-center-widget-3{display:flex;align-items:center}#page-header #header-center .row .header-center__nav .header-center-widget-3 .menu li a{background:var(--btn-color);color:var(--btn-text-color);border-radius:20px;padding:12px 24px;line-height:1}#page-header #header-center .row .header-center__nav .header-center-widget-3 .menu li a:hover{background:color-mix(in srgb, var(--btn-color-hover) 90%, black 10%);color:var(--btn-text-color)}#page-header #header-center .col{flex:unset;width:auto}#page-header .logo-header{display:flex;align-items:center}#page-header .logo-header img{height:60px;width:auto;object-fit:contain}#page-header #header-center .menu{align-items:center;gap:12px}#page-header #header-center .menu li a{background-color:rgba(0,0,0,0);font-size:20px;border-radius:0;transition:all .5s ease-in-out}#page-header #header-center .menu li a:hover{color:var(--primary-color)}#page-header #header-center .menu li.current-menu-item>a,#page-header #header-center .menu li.current-menu-ancestor>a{color:var(--primary-color)}#page-header #header-center .menu li.menu-item-has-children>a::after{border-top-color:currentColor;top:50%}#page-header #header-center .menu li.menu-item-has-children:hover>a::after{border-top-color:var(--primary-color)}#page-header #header-center .menu>li>ul{border-radius:10px;overflow:hidden;margin-top:0;box-shadow:0 8px 24px rgba(0,0,0,.1)}#page-header #header-center .menu>li>ul li a{line-height:44px;font-size:14px;background-color:var(--white);padding:0 20px}#page-header #header-center .menu>li>ul li a:hover{background-color:rgba(0,0,0,.03)}#page-header #header-center .menu li.menu-button{margin-left:12px}#page-header #header-center .menu li.menu-button a{line-height:1.6;border-radius:10px}@media screen and (max-width: 992px){#page-header #header-center{display:none}#page-header #header-top{display:block}#page-header #mobile-menu{display:block;height:auto;overflow:visible}#page-header #mobile-menu.active{height:100vh;overflow:auto}}#page-header #mobile-menu .mobile-menu-wrapper.--top{background-color:#fff}#page-header #mobile-menu #mobile-bar{top:0;z-index:999;background-color:hsla(0,0%,100%,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:box-shadow .3s ease;align-items:center;justify-content:space-between;padding:calc(var(--padding)) calc(var(--padding)*2);margin-top:40px}#page-header #mobile-menu #mobile-bar .custom-logo-link{flex-shrink:0}#page-header #mobile-menu #mobile-bar .custom-logo-link img{height:50px;width:auto;object-fit:contain}#page-header #mobile-menu #mobile-bar .mobile-items{display:flex;align-items:center;gap:12px}#page-header #mobile-menu #mobile-bar .mobile-cta{background:var(--btn-color);color:var(--btn-text-color);border-radius:20px;padding:10px 20px;line-height:1;text-decoration:none;font-size:14px}#page-header #mobile-menu #mobile-bar .mobile-cta:hover{background:color-mix(in srgb, var(--btn-color-hover) 90%, black 10%);color:var(--btn-text-color)}#page-header #mobile-menu #mobile-bar .mobile-menu-btn{background:rgba(0,0,0,0)}#page-header #mobile-menu.active .mobile-menu-wrapper .menu{margin-top:120px}.profile-avatar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.profile-avatar__image-wrapper{position:relative;width:350px;aspect-ratio:1/1;border-radius:50%;overflow:hidden}@media screen and (max-width: 992px){.profile-avatar__image-wrapper{width:280px}}@media screen and (max-width: 768px){.profile-avatar__image-wrapper{width:220px}}@media screen and (max-width: 576px){.profile-avatar__image-wrapper{width:180px}}.profile-avatar__image-wrapper img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;display:block}.profile-avatar p{text-align:center;font-size:14px}.connectedTo{margin-top:12px;display:flex;flex-direction:column;gap:24px}.connectedTo__images{display:flex;gap:4vw}.connectedTo__image{height:80px}.connectedTo__image img{width:100%;height:100%;object-fit:contain}.slick-slider{margin-top:5vh;margin-bottom:3vh;text-align:center}.slick-slider .slick-track{display:flex;justify-content:center}.slick-slider .slick-slide{height:auto}.slick-slider .slick-slide>div{height:100%}.slick-slider .slide{padding:0 12px;text-align:left;height:100%}.slick-slider .slick-dots{position:static !important;display:inline-flex !important;justify-content:center;align-items:center;list-style:none;padding:8px 16px;margin:20px auto 0;gap:12px;border-radius:20px;width:auto !important;bottom:auto !important}.slick-slider .slick-dots:has(li:only-child){display:none !important}.slick-slider .slick-dots li{margin:0;padding:0;width:auto !important;height:auto !important}.slick-slider .slick-dots li button{width:12px;height:12px;border-radius:50%;background-color:color-mix(in srgb, var(--primary-color) 30%, white);border:none;padding:0;font-size:0;line-height:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease;outline:none}.slick-slider .slick-dots li button:hover{background-color:var(--primary-color)}.slick-slider .slick-dots li button::before{display:none !important}.slick-slider .slick-dots li.slick-active button{background-color:var(--primary-color);transform:scale(1.25)}.slick-slider[data-slider-active=false] .slick-dots{display:none}.slick-slider[data-slider-active=false] .slick-track{cursor:default}.card__content{display:flex;flex-direction:row;justify-content:center;gap:24px}@media screen and (max-width: 768px){.card__content{flex-direction:column}}.card__content .profile-avatar{flex:0 0 33%}#page-footer{background-color:var(--light-grey);z-index:2;font-family:var(--font-base)}#page-footer .footer-logo img{max-width:124px;height:auto}#page-footer #top-footer{background-color:var(--light-grey)}#page-footer #top-footer .row{display:flex;justify-content:center;flex-wrap:wrap;gap:calc(1.5*var(--padding))}#page-footer #top-footer .footer-item{flex:unset;max-width:unset}#page-footer #top-footer .footer-item.col-1{display:flex;flex-direction:column;gap:24px;padding:0;border-right:3px solid var(--primary-color);padding-right:calc(1.5*var(--padding))}@media screen and (max-width: 768px){#page-footer #top-footer .footer-item.col-1{flex:0 0 auto}}#page-footer #top-footer .footer-item.col-1 .social-links{justify-content:space-between}#page-footer #top-footer .footer-item.col-2{display:flex;gap:calc(1.5*var(--padding))}#page-footer #top-footer .footer-item.col-2 .footer-widget{flex:1}#page-footer #top-footer .footer-item.col-3{display:flex;gap:calc(5*var(--padding))}@media screen and (max-width: 768px){#page-footer #top-footer .footer-item.col-3{gap:calc(4*var(--padding))}}@media screen and (max-width: 576px){#page-footer #top-footer .footer-item.col-3{gap:calc(5*var(--padding))}}#page-footer #top-footer .footer-item.col-4{display:flex;flex-wrap:wrap;justify-content:flex-end;height:fit-content}@media screen and (max-width: 768px){#page-footer #top-footer .footer-item.col-4{flex:1 1 100%;justify-content:flex-start;width:100%}}#page-footer #top-footer .footer-item.col-4 .footer-sidebar-4-widget-1{flex:0 0 auto;border-radius:50px;background-color:var(--secondary-color);padding:12px calc(2*var(--padding))}@media screen and (max-width: 768px){#page-footer #top-footer .footer-item.col-4 .footer-sidebar-4-widget-1{flex:1 1 100%}}#page-footer .merklogo-widget__wrapper{display:flex;flex-direction:row;align-items:center;gap:calc(3*var(--padding));flex-wrap:nowrap;justify-content:space-between}@media screen and (max-width: 576px){#page-footer .merklogo-widget__wrapper{gap:var(--padding)}}#page-footer .merklogo-widget__item{flex:0 1 auto;min-width:0;height:60px}@media screen and (max-width: 576px){#page-footer .merklogo-widget__item{height:40px}}#page-footer .merklogo-widget__item img{width:100%;height:100%;object-fit:contain}#page-footer .social-links li a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:var(--primary-color);transition:background .2s}#page-footer .social-links li a:hover{background:color-mix(in srgb, var(--btn-color-hover) 90%, black 10%)}#page-footer .social-links li a svg{width:16px;height:16px}#page-footer .social-links li a svg path,#page-footer .social-links li a svg rect,#page-footer .social-links li a svg circle{fill:#fff}#page-footer #bottom-footer{background-color:#fff}#page-footer #bottom-footer .row{display:flex;justify-content:space-between;align-items:center;padding:calc(2*var(--padding)) 0}#page-footer #bottom-footer p{margin:0}.layout-licht{background-color:var(--white);color:var(--font-color)}.layout-licht h1,.layout-licht h2,.layout-licht h4,.layout-licht h5,.layout-licht h6{color:var(--head-color)}.layout-licht h3{color:var(--primary-color)}.layout-licht strong,.layout-licht b{color:var(--primary-color)}.layout-lichtgrijs{background-color:var(--light-grey);color:var(--font-color)}.layout-lichtgrijs h1,.layout-lichtgrijs h2,.layout-lichtgrijs h4,.layout-lichtgrijs h5,.layout-lichtgrijs h6{color:var(--head-color)}.layout-lichtgrijs h3{color:var(--primary-color)}.layout-lichtgrijs strong,.layout-lichtgrijs b{color:var(--primary-color)}.layout-donker{background-color:var(--secondary-color);color:var(--white)}.layout-donker h1,.layout-donker h2,.layout-donker h4,.layout-donker h5,.layout-donker h6{color:var(--white)}.layout-donker h3{color:var(--primary-color)}.layout-donker strong,.layout-donker b{color:var(--primary-color)}.layout-donker p,.layout-donker span,.layout-donker li{color:var(--white)}.layout-donker .button-group__subtext{color:var(--white)}.layout-donker .profile-avatar p{color:var(--white)}.layout-donker .connectedTo h4{color:var(--white)}.layout-donker img[src$=".svg"]{filter:brightness(0) invert(1)}.layout-donker svg{fill:currentColor}.layout-donker svg path,.layout-donker svg circle,.layout-donker svg rect,.layout-donker svg polygon,.layout-donker svg line,.layout-donker svg polyline,.layout-donker svg ellipse{fill:currentColor}.layout-oranje{background-color:var(--primary-color);color:var(--white)}.layout-oranje h1,.layout-oranje h2,.layout-oranje h3,.layout-oranje h4,.layout-oranje h5,.layout-oranje h6{color:var(--white)}.layout-oranje strong,.layout-oranje b{color:var(--white)}.layout-oranje p,.layout-oranje span,.layout-oranje li{color:var(--white)}.layout-oranje .button-group__subtext{color:var(--white)}.layout-oranje .profile-avatar p{color:var(--white)}.layout-oranje .connectedTo h4{color:var(--white)}.layout-oranje img[src$=".svg"]{filter:brightness(0) invert(1)}.layout-oranje svg{fill:currentColor}.layout-oranje svg path,.layout-oranje svg circle,.layout-oranje svg rect,.layout-oranje svg polygon,.layout-oranje svg line,.layout-oranje svg polyline,.layout-oranje svg ellipse{fill:currentColor}body{font-family:var(--font-base);font-size:clamp(14px,1.2vw,16px);color:var(--font-color)}p{margin-top:1em;margin-bottom:1em;line-height:1.8;font-weight:var(--font-weight);letter-spacing:.4px}strong,b{color:var(--primary-color)}ul,table{line-height:1.8}a{color:var(--link-color);font-weight:var(--font-weight);text-decoration:none}a:hover{color:color-mix(in srgb, var(--link-hover) 90%, black 10%)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.3;color:var(--head-color);margin:0}h1,.h1{font-size:clamp(30px,3.5vw,44px)}h2,.h2{font-size:clamp(28px,3.2vw,44px)}h3,.h3{font-size:clamp(20px,2.2vw,26px);color:var(--primary-color);font-weight:400}h4,.h4{font-size:clamp(18px,1.8vw,22px)}h5,.h5{font-size:clamp(16px,1.5vw,18px)}h6,.h6{font-size:clamp(14px,1.3vw,16px)}.button-subtext{font-style:italic;font-size:clamp(12px,1.1vw,14px)}#page-container{padding-top:0;overflow:clip visible}.orange-line--left{position:relative}.orange-line--left::before{content:"";position:absolute;width:3px;height:50vh;background-color:var(--primary-color);border-radius:3px;z-index:1;pointer-events:none;bottom:-25vh;left:4vw}@media screen and (max-width: 768px){.orange-line--left::before{display:none}}.orange-line--right{position:relative}.orange-line--right::after{content:"";position:absolute;width:3px;height:50vh;background-color:var(--primary-color);border-radius:3px;z-index:1;pointer-events:none;bottom:-25vh;right:4vw}@media screen and (max-width: 768px){.orange-line--right::after{display:none}}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track{display:flex}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide{display:flex;height:inherit}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a{display:flex;width:100%}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a .content{position:relative;background-color:var(--primary-color);width:100%;display:flex;flex-direction:column}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a .content .text-container{padding:calc(var(--padding)*2);display:flex;flex:1}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a .content .text-container .inner-wrapper{display:flex;flex-direction:column;justify-content:space-between}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a .content .text-container .inner-wrapper p{color:var(--font-color)}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a .content .text-container .inner-wrapper .title p{margin-bottom:0}section[id*=post-type-slider-] .container .post-type-slider .slick-list .slick-track .slide a .content .text-container .inner-wrapper .read-more p{text-decoration:underline;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}section[id*=faq-].is-style-breedte_desktop_middel .container{max-width:850px}section[id*=faq-].is-style-breedte_desktop_klein .container{max-width:600px}section[id*=faq-].two_columns .category-wrapper .question-wrapper{margin:12px 0px;flex:calc(50% - 12px);max-width:calc(50% - 12px)}@media screen and (max-width: 992px){section[id*=faq-].two_columns .category-wrapper .question-wrapper{flex:100%;max-width:100%}}section[id*=faq-] .category-wrapper{display:flex;flex-wrap:wrap;column-gap:24px}section[id*=faq-] .category-wrapper h2{position:relative;cursor:pointer;font-family:var(--font-base);font-size:18px;text-transform:unset;padding:var(--padding) 50px var(--padding) calc(var(--padding)*2);background-color:var(--grey-input-background)}@media screen and (max-width: 992px){section[id*=faq-] .category-wrapper h2{font-size:16px}}section[id*=faq-] .category-wrapper h2::after{content:"+";position:absolute;font-size:24px;font-weight:600;right:-6px;top:50%;transform:translate(-50%, -50%);width:24px}section[id*=faq-] .category-wrapper p,section[id*=faq-] .category-wrapper ul{display:none}section[id*=faq-] .category-wrapper .question-wrapper{margin:12px 0px;flex:100%;max-width:100%}section[id*=faq-] .category-wrapper .question-wrapper.active{margin-bottom:0}section[id*=faq-] .category-wrapper .question-wrapper.active h2::after{content:"-";right:-9px}section[id*=faq-] .category-wrapper .cat-title-wrapper{margin-top:calc(var(--margin)*4);flex:100%;max-width:100%}section[id*=faq-] .category-wrapper .cat-title-wrapper:first-child{margin-top:calc(var(--margin)*2)}section[id*=image-left-text-right-] .row,section[id*=image-right-text-left-] .row{display:flex;align-items:center}@media screen and (max-width: 992px){section[id*=image-left-text-right-] .row,section[id*=image-right-text-left-] .row{flex-direction:column-reverse;gap:24px}}section[id*=image-left-text-right-] .col-6,section[id*=image-right-text-left-] .col-6{flex:1;max-width:50%}@media screen and (max-width: 992px){section[id*=image-left-text-right-] .col-6,section[id*=image-right-text-left-] .col-6{flex:0 0 100%;width:100% !important;max-width:100% !important}}section[id*=image-left-text-right-] .image-container,section[id*=image-right-text-left-] .image-container{border-radius:20px;overflow:hidden}section[id*=image-left-text-right-] .image-container img,section[id*=image-right-text-left-] .image-container img{width:100%;height:100%;object-fit:contain}section[id*=hero-]{position:relative;padding:0 3vw;color:var(--white)}section[id*=hero-] h1,section[id*=hero-] h2{font-size:clamp(28px,3.5vw,48px);color:var(--white);font-weight:400;line-height:1}section[id*=hero-] strong,section[id*=hero-] b,section[id*=hero-] h3,section[id*=hero-] h4,section[id*=hero-] h5,section[id*=hero-] h6,section[id*=hero-] p,section[id*=hero-] a{color:var(--white)}section[id*=hero-] .container{position:relative;z-index:1;min-height:60vh}@media screen and (max-width: 576px){section[id*=hero-] .container{min-height:40vh}}section[id*=hero-] .hero__image__wrapper{position:absolute;inset:0 2vw;border-radius:60px;overflow:hidden}@media screen and (max-width: 576px){section[id*=hero-] .hero__image__wrapper{border-radius:0px 0px 12px 12px;inset:0 0vw}}section[id*=hero-] .hero__image__wrapper .image-container{height:60vh}section[id*=hero-] .hero__image__wrapper .image-container img{width:100%;height:100%;object-fit:cover;object-position:right}section[id*=hero-] .hero__image{width:100%;height:100%;object-fit:cover;display:block}section[id*=hero-] .hero__content__wrapper{position:absolute;right:0;bottom:10vh}section[id*=box-text-image-] .section-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%}@media screen and (max-width: 768px){section[id*=box-text-image-] .section-header{width:100%}}section[id*=box-text-image-] .overflow-card{background-color:hsla(0,0%,100%,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);width:100%;display:flex;flex-direction:row;gap:12px;flex:0 0 clamp(250px,40vw,500px);padding:20px;border-radius:30px}@media screen and (max-width: 768px){section[id*=box-text-image-] .overflow-card{margin-top:-8vh}}section[id*=box-text-image-] .overflow-card__wrapper{position:relative;z-index:2;height:15vh;margin-bottom:24px;gap:5vw;display:flex;align-items:flex-end;justify-content:space-between}@media screen and (max-width: 768px){section[id*=box-text-image-] .overflow-card__wrapper{flex-direction:column;align-items:flex-start;gap:24px;justify-content:flex-start;height:auto}}section[id*=box-text-image-] .overflow-card__logo{flex:0 0 33%;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){section[id*=box-text-image-] .overflow-card__logo{flex:0 0 25%}}section[id*=box-text-image-] .overflow-card__logo img{height:80px;width:100%;object-fit:contain}section[id*=box-text-image-] .overflow-card__divider{align-self:stretch;width:3px;background-color:var(--primary-color);border-radius:9999px}section[id*=box-text-image-] .overflow-card__checklist{display:flex;flex-direction:column;justify-content:center;flex:1;list-style:none;padding:0;margin:0;gap:6px;margin-left:12px}section[id*=box-text-image-] .overflow-card__item{list-style:none;display:flex;align-items:baseline;gap:8px;margin-top:12px}section[id*=box-text-image-] .overflow-card__item svg{top:6px;position:relative}section[id*=workers-] .container{display:flex;flex-direction:column;gap:12px}section[id*=workers-] .workers-slider .slick-list{margin:0 -12px}section[id*=workers-] .workers-slider .slide{display:flex;justify-content:center;height:inherit;box-sizing:border-box}section[id*=workers-] .card{display:flex;flex-direction:column;align-items:center;height:100%}@media screen and (max-width: 576px){section[id*=workers-] .card{width:70vw}}section[id*=workers-] .card__image{position:relative;width:200px;aspect-ratio:1/1;border-radius:50%;overflow:hidden}section[id*=workers-] .card__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;display:block}section[id*=workers-] .card__content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;text-align:center}section[id*=workers-] .card__content p{margin:0;text-align:center}section[id*=stars-text-image-] .star__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:5vh;margin-bottom:5vh}@media screen and (max-width: 768px){section[id*=stars-text-image-] .star__wrapper{gap:0px;margin-top:2vh;margin-bottom:2vh}}section[id*=stars-text-image-] .star__wrapper .star__item{width:20%;display:flex;align-items:center;gap:12px}@media screen and (max-width: 768px){section[id*=stars-text-image-] .star__wrapper .star__item{width:50%}}@media screen and (max-width: 576px){section[id*=stars-text-image-] .star__wrapper .star__item{width:100%}}section[id*=stars-text-image-] .star__wrapper .star__item img{height:25px;width:25px;filter:brightness(0) saturate(100%) invert(56%) sepia(89%) saturate(1000%) hue-rotate(1deg) brightness(101%) contrast(103%)}section[id*=text-image-] .text-image__content{display:flex;flex-direction:row;justify-content:center;gap:24px}@media screen and (max-width: 768px){section[id*=text-image-] .text-image__content{flex-direction:column}}section[id*=text-image-] .text-image__text{display:flex;flex-direction:column;justify-content:center}section[id*=text-image-] .profile-avatar{flex:0 0 33%}section[id*=teamcoaches-] .section-header--with-paragraph,section[id*=teamcoaches-] .button-group{width:60%;margin-left:auto;margin-right:auto;text-align:center}@media screen and (max-width: 768px){section[id*=teamcoaches-] .section-header--with-paragraph,section[id*=teamcoaches-] .button-group{width:100%}}section[id*=teamcoaches-] .button-group__buttons{justify-content:center}section[id*=teamcoaches-] .teamcoach__wrapper{margin-top:5vh;margin-bottom:5vh}section[id*=teamcoaches-] .profile-avatar__image-wrapper{width:220px}@media screen and (max-width: 992px){section[id*=teamcoaches-] .profile-avatar__image-wrapper{width:200px}}@media screen and (max-width: 768px){section[id*=teamcoaches-] .profile-avatar__image-wrapper{width:180px}}section[id*=testimonials-] .slide{height:auto}section[id*=testimonials-] .testimonials__item{position:relative;padding-left:5%;padding-top:5%;height:100%;display:flex;flex-direction:column}section[id*=testimonials-] .testimonials__item>img{background-color:#fff;position:absolute;top:0;left:0;z-index:1;height:120px;width:120px;aspect-ratio:1/1;border-radius:50%;object-fit:contain;padding:10px;box-shadow:rgba(0,0,0,.15) 1.95px 1.95px 2.6px}section[id*=testimonials-] .connectedTo__images{gap:2vw}@media screen and (max-width: 576px){section[id*=testimonials-] .connectedTo__images{flex-wrap:wrap}}section[id*=testimonials-] .connectedTo__images .connectedTo__image{height:140px}@media screen and (max-width: 576px){section[id*=testimonials-] .connectedTo__images .connectedTo__image{flex:calc(50% - 2vw)}}section[id*=testimonials-] .testimonials__content__wrapper{padding-top:36px;padding-left:36px;border-radius:30px;flex:1;display:flex;flex-direction:column}section[id*=testimonials-] .testimonials__content__wrapper .wrapper{display:flex;flex-direction:column;padding-top:90px;padding-bottom:24px;padding-left:52px;padding-right:24px;gap:12px;width:100%;flex:1;border-radius:30px;background-color:#fff}section[id*=testimonials-] .testimonials__content__stars{display:flex;column-gap:3px}section[id*=testimonials-] .testimonials__content__stars img{height:20px;object-fit:contain;width:20px}section[id*=articles-] .articles__grid{margin-top:5vh;margin-bottom:5vh;display:grid;grid-template-columns:repeat(3, 1fr);gap:48px}@media screen and (max-width: 992px){section[id*=articles-] .articles__grid{grid-template-columns:1fr}}section[id*=articles-] .articles__item{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}section[id*=articles-] .articles__item img{width:100%;height:30%;object-fit:cover}section[id*=articles-] .articles__date{font-size:clamp(11px,.9vw,13px);color:var(--grey);letter-spacing:.02em}section[id*=articles-] .articles__content__wrapper{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:12px}section[id*=articles-] .articles__read-more{margin-top:auto}section[id*=card-grid-] .card-grid__grid{margin-top:5vh;margin-bottom:5vh;display:grid;grid-template-columns:repeat(3, 1fr);gap:48px}@media screen and (max-width: 992px){section[id*=card-grid-] .card-grid__grid{grid-template-columns:1fr}}section[id*=card-grid-] .card-grid__item{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}section[id*=card-grid-] .card-grid__item img{width:100%;height:auto;object-fit:cover}section[id*=card-grid-] .card-grid__content{display:flex;flex-direction:column;padding:20px;flex:1}section[id*=card-grid-] .card-grid__link{margin-top:auto;padding-top:16px;font-size:14px;font-weight:600;color:var(--primary-color);text-decoration:none}section[id*=card-grid-] .card-grid__link:hover{text-decoration:underline}.section-email .email__content__wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(var(--padding)*3)}@media screen and (max-width: 768px){.section-email .email__content__wrapper{flex-direction:column;text-align:center;gap:calc(var(--padding)*2)}}.section-email .email__heading{text-align:left;flex:0 0 auto;max-width:50%}@media screen and (max-width: 768px){.section-email .email__heading{max-width:100%}}.section-email .email__wrapper{display:flex;flex-direction:column;align-items:center;gap:calc(var(--padding));width:100%}.section-email .email__text{align-self:flex-start}.section-email .email__text p{margin:0}.section-email .gform_wrapper{width:100%}.section-email .gform-body{width:100%}.section-email .gform_fields{display:flex;align-items:stretch;width:100%}.section-email .gfield{flex:1;margin:0 !important;padding:0 !important}.section-email .gfield_label{display:none !important}.section-email .gfield_required{margin-left:4px;font-weight:400;font-size:12px;opacity:.8}.section-email .ginput_container_email input{width:100%;height:100%;padding:10px 16px !important;border-radius:50px 0 0 50px !important;border:none !important;font-size:16px}.section-email .ginput_container_email input::placeholder{color:var(--grey)}.section-email .gform-footer{margin:0 !important;padding:0 !important;display:flex;flex-shrink:0}.section-email .gform_wrapper form{display:flex;align-items:stretch}.section-email .gform_button{border-radius:0 50px 50px 0 !important;white-space:nowrap;border:none !important;cursor:pointer;padding:8px 24px;font-size:16px;background-color:#3d3d3c !important;color:#fff !important}@media screen and (max-width: 576px){.section-email .gform_wrapper form{flex-direction:column;gap:12px}.section-email .ginput_container_email input{border-radius:50px !important}.section-email .gform_button{border-radius:50px !important;width:100%}}.single-post{padding-bottom:8vh}.single-post__hero{position:relative;width:100%;max-height:50vh;overflow:hidden;margin-bottom:4vh}.single-post__hero-image{width:100%;height:100%;object-fit:cover;display:block}.single-post__header{max-width:800px}.single-post__header h1{margin-top:12px}.single-post__meta{display:flex;align-items:center;gap:8px;font-size:clamp(13px,1.1vw,15px);color:var(--grey)}.single-post__meta a{color:var(--primary-color)}.single-post__meta a:hover{color:color-mix(in srgb, var(--link-hover) 90%, black 10%)}.single-post__separator{opacity:.4}.single-post__content{max-width:800px}.single-post__content h2,.single-post__content h3,.single-post__content h4,.single-post__content h5,.single-post__content h6{margin-top:1.5em}.single-post__content img{max-width:100%;height:auto;border-radius:8px;margin:2em 0}.single-post__content ul,.single-post__content ol{padding-left:1.5em;margin:1em 0}.single-post__content blockquote{border-left:4px solid var(--primary-color);margin:2em 0;padding:1em 1.5em;font-style:italic;background:rgba(0,0,0,.02);border-radius:0 8px 8px 0}.single-post__footer{margin-top:6vh;padding-top:3vh;border-top:1px solid var(--light-grey)}.single-post__columns{display:flex;gap:60px}@media(max-width: 991px){.single-post__columns{flex-direction:column;gap:40px}}.single-post__main{flex:1;min-width:0;max-width:800px}.single-post__sidebar{width:320px;flex-shrink:0}@media(max-width: 991px){.single-post__sidebar{width:100%}}.single-post__sidebar .sidebar{position:sticky;top:140px;display:flex;flex-direction:column;gap:32px}.single-post__sidebar .widget{background:var(--white);border:1px solid var(--light-grey);border-radius:12px;padding:24px}.single-post__sidebar .widget__title{font-size:.85em;text-transform:uppercase;letter-spacing:.06em;color:var(--grey);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--primary-color)}.single-post__sidebar .widget__post-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.single-post__sidebar .widget__post-list li:not(:last-child){padding-bottom:12px;border-bottom:1px solid var(--light-grey)}.single-post__sidebar .widget__post-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--font-color);transition:transform .2s}.single-post__sidebar .widget__post-link:hover{transform:translateX(4px)}.single-post__sidebar .widget__post-link:hover .widget__post-title{color:var(--primary-color)}.single-post__sidebar .widget__post-thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0}.single-post__sidebar .widget__post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.single-post__sidebar .widget__post-info{display:flex;flex-direction:column;gap:2px;min-width:0}.single-post__sidebar .widget__post-title{font-size:.9em;font-weight:600;line-height:1.35;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.single-post__sidebar .widget__post-date{font-size:.75em;color:var(--grey)}.single-post__sidebar .widget__tags{display:flex;flex-wrap:wrap;gap:8px}.single-post__sidebar .widget__tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:.82em;text-decoration:none;color:var(--font-color);background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,0);transition:all .2s}.single-post__sidebar .widget__tag:hover{border-color:var(--primary-color);color:var(--primary-color);background:rgba(0,0,0,.02)}.single-post__sidebar .widget__tag-count{font-size:.8em;color:var(--grey);background:rgba(0,0,0,.06);border-radius:10px;padding:1px 7px;line-height:1.4}.single-post__sidebar .widget__select-wrap{position:relative}.single-post__sidebar .widget__select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--grey);pointer-events:none}.single-post__sidebar .widget select{width:100%;padding:10px 40px 10px 14px;border:1px solid var(--light-grey);border-radius:8px;font-size:14px;line-height:1.4;color:var(--font-color);background-color:var(--white);appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:border-color .2s;font-family:inherit}.single-post__sidebar .widget select option{font-size:14px;color:var(--font-color)}.single-post__sidebar .widget select:hover,.single-post__sidebar .widget select:focus{border-color:var(--primary-color);outline:none}.archive-posts{padding:5vh 0 8vh;margin-top:120px}.archive-posts .section-header{margin-bottom:4vh;text-align:center}.archive-posts__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px}@media screen and (max-width: 992px){.archive-posts__grid{grid-template-columns:repeat(2, 1fr);gap:32px}}@media screen and (max-width: 768px){.archive-posts__grid{grid-template-columns:1fr}}.archive-posts__item{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);background:var(--white)}.archive-posts__image{overflow:hidden}.archive-posts__image img{width:100%;height:220px;object-fit:cover;display:block}.archive-posts__content{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:20px}.archive-posts__date{font-size:clamp(12px,1vw,14px);color:var(--grey)}.archive-posts__read-more{color:var(--primary-color);font-weight:600;margin-top:auto}.archive-posts__read-more:hover{color:color-mix(in srgb, var(--link-hover) 90%, black 10%)}.archive-posts .column2 .sidebar{display:flex;flex-direction:column;gap:24px}.archive-posts .column2 .sidebar .widget{background:var(--white);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:20px}.archive-posts .column2 .sidebar .widget h5{margin:0 0 12px;font-size:16px;color:var(--head-color)}.archive-posts .column2 .sidebar .widget ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.archive-posts .column2 .sidebar .widget ul li a{color:var(--font-color);text-decoration:none;font-size:14px;transition:color .2s ease}.archive-posts .column2 .sidebar .widget ul li a:hover{color:var(--primary-color)}.archive-posts .column2 .sidebar .widget select{width:100%;padding:8px 12px;border:1px solid var(--light-grey);border-radius:6px;font-size:14px;color:var(--font-color);background:var(--white)}.archive-posts__pagination{margin-top:6vh;display:flex;justify-content:center}.archive-posts__pagination .nav-links{display:flex;gap:8px;align-items:center}.archive-posts__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:20px;text-decoration:none;color:var(--font-color);border:1px solid var(--light-grey)}.archive-posts__pagination .page-numbers.current{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.archive-posts__pagination .page-numbers:hover:not(.current){background:var(--light-grey)}.archive-posts__pagination .page-numbers.prev,.archive-posts__pagination .page-numbers.next{border:none;color:var(--primary-color);font-weight:600}.archive-posts__pagination .page-numbers.prev:hover,.archive-posts__pagination .page-numbers.next:hover{color:color-mix(in srgb, var(--link-hover) 90%, black 10%)}.section-contact .section-header{margin-bottom:36px}.section-contact .contact__form--main{background:var(--light-grey);border-radius:12px;padding:calc(var(--padding)*2)}@media screen and (max-width: 576px){.section-contact .contact__form--main{padding:calc(var(--padding)*1.5)}}.section-contact .contact__form--main .gform_heading{margin-bottom:8px}.section-contact .contact__form--main .gform_heading .gform_required_legend{font-size:13px;color:var(--grey);margin:0}.section-contact .contact__form--main .gform_wrapper,.section-contact .contact__form--main .gform-body,.section-contact .contact__form--main .gform_wrapper form{width:100% !important;max-width:100% !important}.section-contact .contact__form--main .gform_fields{display:flex !important;flex-wrap:wrap;gap:16px;list-style:none;padding:0 !important;margin:0 !important;width:100%}.section-contact .contact__form--main .gfield{flex:1 1 calc(50% - 8px);min-width:250px;margin:0 !important;padding:0 !important;max-width:100% !important;width:auto !important}@media screen and (max-width: 576px){.section-contact .contact__form--main .gfield{flex:1 1 100%;min-width:0}}.section-contact .contact__form--main .gfield_label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:var(--font-color)}.section-contact .contact__form--main .gfield_required{margin-left:4px;font-weight:400;font-size:12px;opacity:.8}.section-contact .contact__form--main .gfield--type-select .ginput_container_select{width:100%}.section-contact .contact__form--main .gfield--type-textarea,.section-contact .contact__form--main .gfield--type-checkbox,.section-contact .contact__form--main .gfield--type-section{flex:1 1 100%}.section-contact .contact__form--main .gfield--type-section{border-bottom:1px solid var(--input-border-color);padding-bottom:4px !important}.section-contact .contact__form--main .gfield--type-captcha{display:none !important}.section-contact .contact__form--main .gfield--type-address{flex:1 1 100%}.section-contact .contact__form--main .gfield--type-address .ginput_complex{display:flex !important;flex-wrap:wrap;gap:12px}.section-contact .contact__form--main .gfield--type-address .ginput_complex>span{flex:1;min-width:150px;width:auto !important}.section-contact .contact__form--main .gfield--type-address .ginput_complex .gform-field-label--type-sub{font-size:12px;color:var(--grey);margin-top:4px;display:block}.section-contact .contact__form--main input[type=text],.section-contact .contact__form--main input[type=email],.section-contact .contact__form--main input[type=tel],.section-contact .contact__form--main select,.section-contact .contact__form--main textarea{width:100% !important;max-width:100% !important;box-sizing:border-box;background:#fff !important;background-image:none !important;color:var(--font-color) !important;border:1px solid var(--input-border-color) !important;border-radius:8px;padding:10px 16px;font-size:15px;font-family:inherit;outline:none !important;box-shadow:none !important;transition:border-color .5s ease-in-out}.section-contact .contact__form--main input[type=text]::placeholder,.section-contact .contact__form--main input[type=email]::placeholder,.section-contact .contact__form--main input[type=tel]::placeholder,.section-contact .contact__form--main select::placeholder,.section-contact .contact__form--main textarea::placeholder{color:var(--grey)}.section-contact .contact__form--main input[type=text]:focus,.section-contact .contact__form--main input[type=text]:focus-visible,.section-contact .contact__form--main input[type=text]:active,.section-contact .contact__form--main input[type=email]:focus,.section-contact .contact__form--main input[type=email]:focus-visible,.section-contact .contact__form--main input[type=email]:active,.section-contact .contact__form--main input[type=tel]:focus,.section-contact .contact__form--main input[type=tel]:focus-visible,.section-contact .contact__form--main input[type=tel]:active,.section-contact .contact__form--main select:focus,.section-contact .contact__form--main select:focus-visible,.section-contact .contact__form--main select:active,.section-contact .contact__form--main textarea:focus,.section-contact .contact__form--main textarea:focus-visible,.section-contact .contact__form--main textarea:active{outline:none !important;border-color:var(--primary-color) !important;box-shadow:0 0 0 3px rgba(0,0,0,.05) !important}.section-contact .contact__form--main select{cursor:pointer;padding-right:40px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27%3E%3Cpath d=%27M1 1l5 5 5-5%27 stroke=%27%23666%27 stroke-width=%271.5%27 fill=%27none%27/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 16px center !important}.section-contact .contact__form--main textarea{min-height:140px;resize:vertical;line-height:1.5}.section-contact .contact__form--main .gfield_checkbox{list-style:none;padding:0;margin:0}.section-contact .contact__form--main .gfield_checkbox .gchoice{display:flex;align-items:center;gap:8px}.section-contact .contact__form--main .gfield_checkbox input[type=checkbox]{width:18px !important;height:18px;accent-color:var(--primary-color);cursor:pointer;flex-shrink:0}.section-contact .contact__form--main .gfield_checkbox label{font-size:14px;cursor:pointer;line-height:1.4}.section-contact .contact__form--main .gfield_description{font-size:13px;color:var(--grey);line-height:1.5;padding-top:6px !important;margin-top:0}.section-contact .contact__form--main .gform-footer{margin-top:20px !important;padding:0 !important}.section-contact .contact__form--main .gform_button{display:inline-block;padding:12px 32px;line-height:1;font-size:inherit;font-family:inherit;font-weight:600;border:1px solid var(--btn-color) !important;border-radius:20px;background:var(--btn-color) !important;color:var(--btn-text-color) !important;cursor:pointer;text-decoration:none;transition:background .5s ease-in-out}.section-contact .contact__form--main .gform_button:hover{background:color-mix(in srgb, var(--btn-color-hover) 90%, black 10%) !important;border-color:color-mix(in srgb, var(--btn-color-hover) 90%, black 10%) !important}.section-contact .contact__form--main .validation_message,.section-contact .contact__form--main .gfield_validation_message{font-size:13px;color:var(--red);padding:4px 0 !important;margin:0 !important}.section-contact .contact__form--main .gform_validation_errors{max-width:100% !important;box-sizing:border-box;margin:0 0 16px 0 !important;padding:12px 16px !important;border-radius:8px;border:1px solid var(--red) !important;background:rgba(255,0,0,.04) !important}.section-contact .contact__form--main .gform_validation_container{display:none !important}.section-callback .callback__wrapper{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--padding)*3)}@media screen and (max-width: 768px){.section-callback .callback__wrapper{flex-direction:column;gap:calc(var(--padding)*2)}}.section-callback .callback__heading{text-align:left;flex:0 0 auto;max-width:50%}@media screen and (max-width: 768px){.section-callback .callback__heading{max-width:100%}}.section-callback .callback__form-wrapper{display:flex;flex-direction:column;gap:var(--padding);width:100%;max-width:480px}@media screen and (max-width: 768px){.section-callback .callback__form-wrapper{max-width:100%}}.section-callback .callback__text p{margin:0;font-size:14px;opacity:.85}.section-callback .gform_heading{display:none !important}.section-callback .gform_wrapper{width:100%}.section-callback .gform-body{width:100%}.section-callback .gform_fields{display:flex;flex-direction:column;gap:12px}.section-callback .gfield{margin:0 !important;padding:0 !important;border:0 !important}.section-callback .gfield_label{display:block !important;margin-bottom:6px}.section-callback .gfield_required{margin-left:4px;font-weight:400;font-size:12px;opacity:.8}.section-callback .gform-field-label--type-sub{display:none !important}.section-callback .gfield--type-name .ginput_complex,.section-callback .gfield--type-name .gform-grid-row,.section-callback .gfield--type-name .gform-grid-col{display:block !important;width:100% !important;padding:0 !important}.section-callback .gform_wrapper.gravity-theme .gfield input[type=text],.section-callback .gform_wrapper.gravity-theme .gfield input[type=tel]{width:100%;padding:12px 20px !important;border-radius:50px !important;border:none !important;font-size:16px;font-family:inherit;background:#fff !important;color:var(--font-color) !important;outline:none !important;box-shadow:none !important}.section-callback .gform_wrapper.gravity-theme .gfield input[type=text]::placeholder,.section-callback .gform_wrapper.gravity-theme .gfield input[type=tel]::placeholder{color:var(--grey)}.section-callback .gform_wrapper.gravity-theme .gfield input[type=text]:focus,.section-callback .gform_wrapper.gravity-theme .gfield input[type=tel]:focus{box-shadow:0 4px 16px rgba(0,0,0,.1) !important}.section-callback .gfield--type-checkbox legend{display:none !important}.section-callback .gfield_checkbox{list-style:none;padding:0;margin:0}.section-callback .gchoice{display:flex;align-items:flex-start;gap:10px}.section-callback .gfield-choice-input{width:18px !important;height:18px;margin-top:2px;accent-color:#fff;cursor:pointer;flex-shrink:0;padding:0 !important;background:rgba(0,0,0,0) !important;border-radius:4px !important}.section-callback .gform-field-label--type-inline{font-size:14px;font-weight:600;cursor:pointer;line-height:1.4}.section-callback .gfield_description{font-size:12px;line-height:1.5;padding-top:4px !important;opacity:.8}.section-callback .gform-footer{margin:0 !important;padding:0 !important}.section-callback .gform_button{margin-top:12px;border-radius:50px !important;white-space:nowrap;border:none !important;cursor:pointer;padding:8px 24px;font-size:16px;background-color:#3d3d3c !important;color:#fff !important}.section-callback .validation_message,.section-callback .gfield_validation_message{font-size:13px;color:#fff !important;padding:4px 0 !important;margin:0 !important}.section-callback .gform_validation_errors{margin:0 0 12px 0 !important;padding:8px 16px !important;border-radius:8px;border:1px solid hsla(0,0%,100%,.4) !important;background:hsla(0,0%,100%,.1) !important;color:#fff !important}.section-callback .gform_validation_errors h2{color:#fff !important;font-size:13px !important;font-weight:400;margin:0 !important;padding:0 !important;line-height:1.4}.section-callback .gform_validation_errors .gform-icon{display:none !important}.section-callback .gform_validation_container{display:none !important}
