.elementor-kit-40{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#F8F9FB;--e-global-color-text:#2A302F;--e-global-color-accent:#FF3399;--e-global-color-b3efc0a:#663398;--e-global-color-f746580:#F0EBF5;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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-3171e08-font-family:"Roboto";--e-global-typography-3171e08-font-size:1.1rem;--e-global-typography-3171e08-font-weight:500;--e-global-typography-3171e08-text-transform:uppercase;--e-global-typography-3171e08-letter-spacing:1.8px;--e-global-typography-fc9cd93-font-family:"Roboto";--e-global-typography-fc9cd93-font-size:22px;--e-global-typography-fc9cd93-font-weight:500;--e-global-typography-fc9cd93-letter-spacing:0px;--e-global-typography-73e4a73-font-family:"Roboto";--e-global-typography-73e4a73-font-size:14px;--e-global-typography-73e4a73-font-weight:600;--e-global-typography-73e4a73-text-transform:uppercase;--e-global-typography-73e4a73-letter-spacing:1.5px;--e-global-typography-56cc124-font-family:"Roboto";--e-global-typography-56cc124-font-size:24px;--e-global-typography-56cc124-font-weight:500;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );background-color:var( --e-global-color-secondary );}.elementor-kit-40 h2{font-family:"Bebas Neue", Sans-serif;font-size:59px;}.elementor-kit-40 h6{font-family:var( --e-global-typography-3171e08-font-family ), Sans-serif;font-size:var( --e-global-typography-3171e08-font-size );font-weight:var( --e-global-typography-3171e08-font-weight );text-transform:var( --e-global-typography-3171e08-text-transform );line-height:var( --e-global-typography-3171e08-line-height );letter-spacing:var( --e-global-typography-3171e08-letter-spacing );word-spacing:var( --e-global-typography-3171e08-word-spacing );}.elementor-kit-40 button,.elementor-kit-40 input[type="button"],.elementor-kit-40 input[type="submit"],.elementor-kit-40 .elementor-button{font-weight:bold;border-radius:0px 0px 0px 0px;}.elementor-kit-40 button:hover,.elementor-kit-40 button:focus,.elementor-kit-40 input[type="button"]:hover,.elementor-kit-40 input[type="button"]:focus,.elementor-kit-40 input[type="submit"]:hover,.elementor-kit-40 input[type="submit"]:focus,.elementor-kit-40 .elementor-button:hover,.elementor-kit-40 .elementor-button:focus{background-color:var( --e-global-color-b3efc0a );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-40 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-40 h2{font-size:44px;}.elementor-kit-40 h6{font-size:var( --e-global-typography-3171e08-font-size );line-height:var( --e-global-typography-3171e08-line-height );letter-spacing:var( --e-global-typography-3171e08-letter-spacing );word-spacing:var( --e-global-typography-3171e08-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-40{--e-global-typography-3171e08-font-size:0.9rem;}.elementor-kit-40 h2{font-size:40px;}.elementor-kit-40 h6{font-size:var( --e-global-typography-3171e08-font-size );line-height:var( --e-global-typography-3171e08-line-height );letter-spacing:var( --e-global-typography-3171e08-letter-spacing );word-spacing:var( --e-global-typography-3171e08-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --black:#2A302F;
    --light-grey:#F8F9FB
    --pink:#F39;
    --light-purple:#F0EBF5;
    --purple:#663398;
}
.primary-style-button a{
    position:relative;
    z-index:1;
    left:2px;
    
}
.primary-style-button a:hover{
    transform:translateY(-3px);
}
.primary-style-button a::after{
    content:'';
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);;
    border-radius:4px;
    width:calc(100% + 4px);
    height:calc(100% + 4px);
    position:absolute;
    top:-2px;
    left:-2px;
    z-index:-2;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    transition:0.3s ease;
}
.primary-style-button a:hover::after{
    box-shadow: 0px 3px 12px rgba(0,0,0,0.2);
}
.primary-style-button a::before{
     content:'';
    background-color:var(--light-purple);
    border-radius:4px;
    width:100%;
    height:100%;
    position:absolute;
    top:-0px;
    left:-0px;
    z-index:-1;
}

.triangle-clip .elementor-widget-container::before{
    content:'';
    height:100%;
    width:88%;
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);
    position:absolute;
    left:24%;
    top:0px;
    transform:scale(1);
    clip-path: polygon(88% 50%, 0 0, 0 100%);
}

.triangle-clip img{
    clip-path: polygon(88% 50%, 0 0, 0 100%);
    position:relative;
}

.custom-wave{
    
    height:201px !important;
    background-color:transparent;
    margin-bottom:-200px;
    z-index:1;
    pointer-events:none;
}
.custom-wave .elementor-container{
    max-width:3000px !important;
    margin:0px !important;
}
.custom-wave .elementor-widget-wrap{
    padding:0px !important;
}
.on-the-bottom.custom-wave{
    margin-bottom:0px;
    background-color:white;
}



.add-gradient-bg::before{
   content:'';
   position:absolute;
   height:100%;
   width:100%;
   background-image:url(https://roadmap.videoweek.com/wp-content/uploads/2023/08/Layer_7-1.svg);
   opacity:0.1;
   background-size:cover;
   top:0;
   left:0;
}
.add-static-bg{
    position:relative !important;
}
.add-static-bg::after{
    pointer-events:none;
    content:'';
    position:absolute;
    width:100%;
    height:350px;
    bottom:-2px;
    left:0;
    z-index:3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23F8F9FB' fill-opacity='1' d='M0,288L48,272C96,256,192,224,288,197.3C384,171,480,149,576,165.3C672,181,768,235,864,250.7C960,267,1056,245,1152,250.7C1248,256,1344,288,1392,304L1440,320L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size:cover;
    background-repeat:no-repeat;
}

.grid-logo-three .elementor-container{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    
    align-items:center;
    
}
.grid-logo-three .elementor-column{
    width:100%;
    padding:20px;
}
.grid-logo-five .elementor-container{
     display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    align-items:center;
}
.grid-logo-five .elementor-column{
    width:100%;
    padding:0px;
}
.maps-buttons{
    display:flex;
}
.maps-buttons a{
    font-family:roboto;
    text-transform:uppercase;
    color:#2A302F;
    letter-spacing:1.8px;
    margin-right:30px;
    position:relative;
    padding:10px 0px;
}
.maps-buttons a::after{
    content:'';
    position:absolute;
    height:4px;
    width:100%;
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);
    bottom:0px;
    left:0px;
    transition:0.3s ease;
}
.maps-buttons a:hover::after{
    transform:translateY(5px);
}

.add-static-bg::before{
    content:'';
   position:absolute;
   height:100%;
   width:100%;
   background-image:url(https://roadmap.videoweek.com/wp-content/uploads/2023/08/static-texture.jpg);
   opacity:0.1;
   background-size:cover;
   top:0;
   left:0;
}
.agenda-card{
    position:relative;
    display:none;
}
.agenda-card.elementor-section::after{
    content:'';
    width:100%;
    height:1px;
    position:absolute;
    bottom:0;
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);
    left:0;
    
}
.agenda-card.elementor-section.bottom-card::after{
    height:0px;
}
.ct-back-to-top svg{
    opacity:1 !important;
    position:relative;
}
.ct-back-to-top:hover{
    background-color:#663398 !important;
}


.contact-card{
    background-color:white !important;
    z-index:7;
    position:relative;
}
.contact-card::before{
    content:'';
    height:calc(100% + 4px);
    width:calc(100% + 4px);
    position:absolute;
    top:-2px;
    left:0px;
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);
    border-radius:4px;
    z-index:-1;
}
.contact-card::after{
   content:'';
    height:calc(100%);
    width:calc(100% );
    position:absolute;
    top:-0px;
    left:2px;
    background-color:white;
    border-radius:4px;
    z-index:-1;
    
}

#menu-item-3416{
    padding:0px;
    margin:20px;
    
    border-radius:4px;
    position:relative;
    transition:0.3s ease;
}
#menu-item-3416 a{
    padding:15px 20px;
    background-color:var(--light-purple);
}
#menu-item-3416::before{
    content:'';
    height:calc(100% + 4px);
    width:calc(100% + 4px);
    position:absolute;
    top:-2px;
    left:-2px;
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);
    border-radius:4px;
    z-index:-2;
}
#menu-item-3416:hover{
    transform:scale(1.03);
}
.footer a{
    color:white;
}
.footer a:hover{
    color:#F39;
}
.contact-section{
    margin:0px !important;
    width:100% !important;
    max-width:3000px !important;
}
.page-id-717 .ct-container-full{
    padding:0px;
}
.elementor-field-type-submit button{
    background:linear-gradient(90deg, #663398 0%, #FF339A 100%);
}
.elementor-field-type-submit button:hover{
    transform:translateY(-3px);
}
/* MOBILE STYLES */
@media only screen and (max-width:770px){
    .on-the-bottom.custom-wave{
    margin-bottom:0px;
    background-color:white;
    max-height:100px;
}
    .add-static-bg::after{
        height:120px !important;
    }
    .grid-logo-three .elementor-container{
    grid-template-columns: 1fr 1fr;
    
}
.grid-logo-five .elementor-container{
    grid-template-columns:1fr 1fr 1fr;
}
.maps-buttons a{
    font-size:0.9rem;
    width:100%;
}
    
}
/* TABLET STYLES */
@media only screen and (min-width:771px) and (max-width:1024px){
    .add-static-bg::after{
        height:230px !important;
    }
    .custom-wave.on-the-bottom{
        height:120px !important;
    }
    
}
/* DT STYLES */
@media only screen and (min-width:1025px) and (max-width:1549px){
   .add-static-bg::after{
        height:335px;
    } 
    
}
/* LARGE STYLES */
@media only screen and (min-width:1550px) and (max-width:1699px){
   .add-static-bg::after{
        height:370px;
    } 
   
}
/* XL STYLES */
@media only screen and (min-width:1700px){
   .add-static-bg::after{
        height:400px;
    } 
   
}/* End custom CSS */