/* 
Theme Name: Brut
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
## TABLE OF CONTENTS
----------------------------------------------------------------
- ROOT VARIABLES
- TYPOGRAPHY
- BUTTONS
- IMAGES
- GLOBAL OPMAAK
- HEADER
- FOOTER
- CUSTOM OPMAAK
- ELEMENTOR WIDGETS
- PLUGIN WIDGETS

/*--------------------------------------------------------------
## 
----------------------------------------------------------------



/*--------------------------------------------------------------
## ROOT
--------------------------------------------------------------*/
@media (max-width:767px) {
    :root {
        --global-padding: 32px;
    }
    html {font-size: 14px;}
}
@media (min-width: 768px) and (max-width:1024px) {
    :root {
        --global-padding: 48px;
    }
    html {font-size: 14px;}
}
@media (min-width:1025px) {
    :root {
        --global-padding: 64px;
    }
    html {font-size: 16px;}
}
/* selection color */
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: rgba(210, 99, 50, 0.8);
  }::selection {
    color: #fff;
    background: rgba(210, 99, 50, 0.8);
  }
  html {
    scroll-behavior: smooth;
  }




/*--------------------------------------------------------------
##  TYPOGRAPHY
--------------------------------------------------------------*/
h1 {
    font-size: 9rem;
    font-style: italic;
}
@media (max-width: 767px) {
    h1 {
        font-size: 5.5rem;
    }
}
.elementor-widget-heading:not(.cleantitle) h2::before {
    content: '|';
    color: var(--e-global-color-accent);
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    padding-right: 1rem;
    transform: skew(-15deg) translateY(-4px);
}
.txt--subtitle h2 {
    font-size: 5rem;
    font-style: italic;
    margin-top: -1.4rem;
    font-weight: 300;
}
.txt--subtitle h2::before {
    content: none;
}
@media (max-width: 767px) {
    h2 {
        font-size: 2.6rem !important;
    }
    .txt--subtitle h2 {
        font-size: 2.6rem;
    }
}
.txt--intro {
    font-size: 1.2rem;
}
.elementor-widget-text-editor ul {
    margin-bottom: 1rem;
}
.title-limited-width .elementor-heading-title,
.text-limited-width.elementor-element .elementor-widget-container {
    max-width: 720px;
}

/* CUSTOM COLORS */
.elementor .elementor-element .light-green {
    color: var(--e-global-color-df70e25);
}



/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
/* .btn-b .elementor-button {
	background-color: red;
	border-color: green;
}
.btn-b .elementor-button:hover {
	color: green;
	border-color: red;
} */
.elementor .elementor-element .elementor-widget-form .elementor-field-type-submit:hover .elementor-button,
.elementor .elementor-element .elementor-widget-form .elementor-field-type-submit:active .elementor-button,
.elementor-983 .elementor-element.elementor-element-49fd69ee .elementor-button[type="submit"]:hover {
    color: var( --e-global-color-accent ) !important;
}






/*--------------------------------------------------------------
## IMAGES
--------------------------------------------------------------*/
/* Beeldmerk */
.img__beeldmerk {
    position: absolute;
    left: unset;
    right: 0;
    bottom: 0;
    width: 30vw;
    max-width: 440px !important;
}
.img__beeldmerk img {
    width: auto;
}



/*--------------------------------------------------------------
## GLOBAL OPMAAK
--------------------------------------------------------------*/
.elementor-section-wrap > .e-con-boxed > .e-con-inner {
    /* padding-top: calc(3 * var(--global-padding)); */
    padding-bottom: calc(3 * var(--global-padding));
}





/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

  




/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## CUSTOM OPMAAK
--------------------------------------------------------------*/
/* C2A BLOCK */
.con__c2a-block {
    font-size: 2rem;
}
.con__c2a-block .e-con-inner {
    gap: 0;
}

/* MAIN WRAPPER */
.c-main-wrapper {
    overflow-x: hidden;
}







/*--------------------------------------------------------------
## ELEMENTOR WIDGETS
--------------------------------------------------------------*/
/* FORM WIDGET */
/* button */
.elementor-widget-form .elementor-widget-container .elementor-form .elementor-button[type="submit"]:hover,
.elementor-widget-form .elementor-widget-container .elementor-form .elementor-button[type="submit"]:focus {
    color: var( --e-global-color-accent );
}
.elementor-widget-form .elementor-field-type-submit {
    margin-top: 16px;
}
.elementor-widget-form .elementor-field-label {
    margin-bottom: 4px;
}
.elementor-widget-form .elementor-field-type-acceptance label {
    font-weight: 400;
}

/* ELEMENTOR SCROLL SNAP */
/* make scroll snap work only on first level containers */
body:not(.elementor-editor-active) .e-con {
    scroll-snap-align: none;
    scroll-snap-stop: unset;
    }
    .elementor .elementor-section-wrap > .e-con {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    }
/* disable scroll snap for header and footer */
body:not(.elementor-editor-active) .elementor-location-header,body:not(.elementor-editor-active) .elementor-location-footer, body:not(.elementor-editor-active) .page-header, body:not(.elementor-editor-active) .site-header {
    scroll-snap-align: none;
    scroll-snap-stop: unset;
    }



/*--------------------------------------------------------------
## PLUGIN WIDGETS
--------------------------------------------------------------*/
/* COMPLIANZ */
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn,
.cmplz-cookiebanner .cmplz-title {
	font-weight: 600 !important;
}

/* RECAPTCHA */
/* Verbergen badge */
.grecaptcha-badge {
    display: none;
}

/* COMPLIANZ */
.cmplz-manage-consent {
    display: none;
}




/*--------------------------------------------------------------
## FIXBRIGADE
--------------------------------------------------------------*/
/* header */
.fixbrigade-header-wrapper > .e-con-inner {
    gap: var(--global-padding);
}
.fixbrigade-header-wrapper .logo-wrapper {
    width: fit-content;
}
.fixbrigade-header-wrapper .logo-wrapper .elementor-widget-image {
    max-width:10vw;
}
/* fix header resp */
@media (max-width: 1024px) {
    /* .fixbrigade-header-wrapper-inner {
        flex-direction: column-reverse !important;
    } */
    .fixbrigade-header-wrapper .logo-wrapper {
        flex-direction: row;
        /* justify-content: flex-start; */
        width: 100%;
    }
    .fixbrigade-header-wrapper .logo-wrapper .elementor-widget-image {
        width: 80px;
    }

}

/* content */
/* content grid */
.fixbrigade-content-wrapper > .e-con-inner {
    padding-bottom: 240px;
}
.fixbrigade-content-wrapper-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    }
    
    .fix-wrapper:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
    .fix-wrapper:nth-child(2) { grid-area: 1 / 2 / 2 / 2; }
    .fix-wrapper:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
    .fix-wrapper:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
    .fix-wrapper:nth-child(5) { grid-area: 2 / 2 / 4 / 4; }
        
/* grid resp */
@media (min-width:768px) and (max-width: 1024px) {
    .fixbrigade-content-wrapper-inner {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 32px;
        grid-row-gap: 32px; 
    }
        
        .fix-wrapper:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
        .fix-wrapper:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
        .fix-wrapper:nth-child(3) { grid-area: 2 / 2 / 4 / 3; }
        .fix-wrapper:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
        .fix-wrapper:nth-child(5) { grid-area: 4 / 1 / 5 / 3; }
}

@media (max-width: 767px) {
    .fixbrigade-content-wrapper-inner {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        grid-column-gap: 0px;
        grid-row-gap: 48px;
        }
        
        .fix-wrapper:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
        .fix-wrapper:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
        .fix-wrapper:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
        .fix-wrapper:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }
        .fix-wrapper:nth-child(5) { grid-area: 5 / 1 / 6 / 2; }
}

/* fix-wrapper content */
.fix-wrapper {
    padding: 0;
}
.fix-wrapper .elementor-widget-image {
    width: 7vw;
    min-width: 72px;
    max-width: 88px !important;
    z-index: 1;
}
/* text-wrapper */
.fixbrigade .text-wrapper {
    margin-top: -48px;
    background-color: rgba(255,255,255,0.5);
    border-radius: var(--global-padding);
    padding: var(--global-padding);
}
.fixbrigade .text-wrapper ul {
    padding-left: 8px;
}

/* fixbrigade content resp */
@media (min-width: 1025px) {

}
@media (max-width: 1024px) {
    .fixbrigade-content-wrapper > .e-con-inner {
        padding-bottom: 160px;
    }
    .fixbrigade .text-wrapper {
        padding: var(--global-padding);
    }


}



.page-id-1138 header#site-header {
	display:none;
}

span.e-opened {
    max-width: 30px;
}

.go-font h2.elementor-heading-title.elementor-size-default::before {
    content: "";
}

a.elementor-element.elementor-element-ca0a519.e-flex.e-con-boxed.e-con.e-child, a.elementor-element.elementor-element-4c51f0b.e-flex.e-con-boxed.e-con.e-child, a.elementor-element.elementor-element-0a04068.e-flex.e-con-boxed.e-con.e-child {
	width: 32%;
}

.elementor-element.elementor-element-88da7ac.e-flex.e-con-boxed.e-con.e-parent p {
    margin: 0px;
}

.e-n-accordion .elementor-element.e-con-full.e-flex.e-con.e-child {
    padding: 20px;
}


.elementor-1138 .elementor-element.elementor-element-c3cb042 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title,  .elementor-element.elementor-element-b9bba26 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title, .elementor-element.elementor-element-49edb66 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-radius: 0px 15px 0 0;
    padding: 20px 20px 0px 20px;
}

details#e-n-accordion-item-2050.e-n-accordion-item:after {
    content: "1";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2051.e-n-accordion-item:after {
    content: "2";
    color: #fff;
    position: absolute;
    background-color: #49a6a3;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2052.e-n-accordion-item:after {
    content: "3";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2053.e-n-accordion-item:after {
    content: "4";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2054.e-n-accordion-item:after {
    content: "5";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2055.e-n-accordion-item:after {
    content: "6";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2056.e-n-accordion-item:after {
    content: "7";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2057.e-n-accordion-item:after {
    content: "8";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2058.e-n-accordion-item:after {
    content: "9";
    color: #fff;
    position: absolute;
    background-color: #49a6a3;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-2059.e-n-accordion-item:after {
    content: "10";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20510.e-n-accordion-item:after {
    content: "11";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20511.e-n-accordion-item:after {
    content: "12";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20512.e-n-accordion-item:after {
    content: "13";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20513.e-n-accordion-item:after {
    content: "14";
    color: #fff;
    position: absolute;
    background-color: #49a6a3;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20514.e-n-accordion-item:after {
    content: "15";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20515.e-n-accordion-item:after {
    content: "16";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20516.e-n-accordion-item:after {
    content: "17";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20517.e-n-accordion-item:after {
    content: "18";
    color: #fff;
    position: absolute;
    background-color: #49a6a3;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20518.e-n-accordion-item:after {
    content: "19";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20519.e-n-accordion-item:after {
    content: "20";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-20520.e-n-accordion-item:after {
    content: "21";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


details#e-n-accordion-item-1940.e-n-accordion-item:after {
    content: "22";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-1941.e-n-accordion-item:after {
    content: "23";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-1942.e-n-accordion-item:after {
    content: "24";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-1943.e-n-accordion-item:after {
    content: "25";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-1944.e-n-accordion-item:after {
    content: "26";
    color: #fff;
    position: absolute;
    background-color: #49a6a3;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-1945.e-n-accordion-item:after {
    content: "27";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-7750.e-n-accordion-item:after {
    content: "28";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-7751.e-n-accordion-item:after {
    content: "29";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-7752.e-n-accordion-item:after {
    content: "30";
    color: #fff;
    position: absolute;
    background-color: #49a6a3;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-7753.e-n-accordion-item:after {
    content: "31";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

details#e-n-accordion-item-7754.e-n-accordion-item:after {
    content: "32";
    color: #fff;
    position: absolute;
    background-color: #d26332;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -10px;
    box-shadow: 2px 2px 0px #646363;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.elementor-element.elementor-element-d2b0ef5.elementor-widget.elementor-widget-text-editor:after {
    content: url("/wp-content/uploads/2024/03/Cazas-let-op-1.svg");

    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    left: -10px;

}

.elementor-element.elementor-element-c3cb042.elementor-widget.elementor-widget-n-accordion .cls-1 {
    fill: #d26332 !important;
  
}

.elementor-element.elementor-element-b9bba26.elementor-widget.elementor-widget-n-accordion .cls-1 {
    fill: #565a19 !important;
  
}

.elementor-element.elementor-element-49edb66.elementor-widget.elementor-widget-n-accordion .cls-1 {
    fill: #a4933e !important;
  
}