.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-31b6efd:#FF5700;--e-global-color-fc17187:#FC0242;--e-global-color-5a4c3a9:#F4E8E4;--e-global-color-0eb8336:#272727;--e-global-color-6a2ffa1:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-90e8095-font-family:"Clash Display";--e-global-typography-90e8095-font-size:50px;--e-global-typography-90e8095-font-weight:600;--e-global-typography-90e8095-line-height:54px;--e-global-typography-90e8095-letter-spacing:0.6px;--e-global-typography-0c7f782-font-family:"Clash Display";--e-global-typography-0c7f782-font-size:32px;--e-global-typography-0c7f782-font-weight:600;--e-global-typography-0c7f782-line-height:34px;--e-global-typography-0c7f782-letter-spacing:0.4px;--e-global-typography-09b3d49-font-family:"Clash Display";--e-global-typography-09b3d49-font-size:22px;--e-global-typography-09b3d49-font-weight:600;--e-global-typography-09b3d49-line-height:24px;--e-global-typography-09b3d49-letter-spacing:0.2px;--e-global-typography-c20c2cf-font-family:"Clash Display";--e-global-typography-c20c2cf-font-size:20px;--e-global-typography-c20c2cf-font-weight:600;--e-global-typography-c20c2cf-line-height:24px;--e-global-typography-c20c2cf-letter-spacing:0.2px;--e-global-typography-44df1c1-font-family:"Nexa";--e-global-typography-44df1c1-font-size:17px;--e-global-typography-44df1c1-font-weight:600;--e-global-typography-44df1c1-line-height:24px;--e-global-typography-03e010f-font-family:"Nexa";--e-global-typography-03e010f-font-size:15px;--e-global-typography-03e010f-font-weight:600;--e-global-typography-03e010f-line-height:22px;--e-global-typography-b1cbae8-font-family:"Nexa";--e-global-typography-b1cbae8-font-size:14px;--e-global-typography-b1cbae8-font-weight:600;--e-global-typography-b1cbae8-line-height:20px;--e-global-typography-6e44c50-font-family:"Clash Display";--e-global-typography-6e44c50-font-size:16px;--e-global-typography-6e44c50-font-weight:600;--e-global-typography-6e44c50-line-height:20px;--e-global-typography-6e44c50-letter-spacing:0.4px;background-color:var( --e-global-color-5a4c3a9 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;--container-default-padding-top:10px;--container-default-padding-right:40px;--container-default-padding-bottom:10px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-90e8095-font-size:30px;--e-global-typography-90e8095-line-height:30px;--e-global-typography-0c7f782-font-size:22px;--e-global-typography-0c7f782-line-height:22px;--e-global-typography-09b3d49-font-size:20px;--e-global-typography-09b3d49-line-height:20px;--e-global-typography-c20c2cf-font-size:20px;--e-global-typography-c20c2cf-line-height:20px;--e-global-typography-44df1c1-font-size:16px;--e-global-typography-44df1c1-line-height:16px;--e-global-typography-03e010f-font-size:14px;--e-global-typography-03e010f-line-height:18px;--e-global-typography-b1cbae8-font-size:13px;--e-global-typography-b1cbae8-line-height:16px;--e-global-typography-6e44c50-font-size:14px;--e-global-typography-6e44c50-line-height:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Clash Display';
	font-display: auto;
	src: url('https://www.market-invaders.com/wp-content/uploads/2026/05/ClashDisplay-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nexa';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.market-invaders.com/wp-content/uploads/2026/05/Nexa-Book.woff2') format('woff2'),
		url('https://www.market-invaders.com/wp-content/uploads/2026/05/Nexa-Book.woff') format('woff'),
		url('https://www.market-invaders.com/wp-content/uploads/2026/05/Nexa-Book.ttf') format('truetype');
}
/* End Custom Fonts CSS */