.elementor-kit-6{--e-global-color-primary:#181818;--e-global-color-secondary:#B8B8B8;--e-global-color-text:#181818;--e-global-color-accent:#181818;--e-global-color-ead145a:#FF4001;--e-global-color-0148f4e:#E8E8E8;--e-global-color-637b817:#E0E0E0;--e-global-color-0015f7d:#E8E8E866;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"archivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"inter tight";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-ead145a );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-637b817 );color:var( --e-global-color-ead145a );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-0148f4e );}.elementor-kit-6 a:hover{color:var( --e-global-color-637b817 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --secondary: #B8B8B8;
    --primary: #181818;
    --orange: #FF4001;
    --white: #E8E8E8;
    --light-grey: #E0E0E0;
}


.fit {
    width: fit-content;
}

.relative {
    position: relative;
}

.m-head {
    margin: 10px 0px;
}

.bw {
    backdrop-filter: grayscale(100%) blur(5px);
}

.bw-clean {
    backdrop-filter: grayscale(100%);
}

.bw-2 {
    backdrop-filter: grayscale(100%) blur(20px);
}

.full {
    width: 100%;
    height: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursor {
    cursor: pointer;
}

.orange {
    color: var(--orange);
}

.sticky {
    position: sticky;
    top: 48px;
}

@media (max-width: 768px) {
    .sticky {
        position: static;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'archivo';
	font-display: auto;
	src: url('https://www.akanconsultants.com/wp-content/uploads/2026/01/Archivo-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'inter tight';
	font-display: auto;
	src: url('https://www.akanconsultants.com/wp-content/uploads/2026/01/InterTight-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */