.elementor-kit-6{--e-global-color-primary:#FFD363;--e-global-color-secondary:#40DDFE;--e-global-color-text:#57534D;--e-global-color-accent:#1C1917;--e-global-color-25308d7:#FFFDEA;--e-global-color-92bfd2f:#EBFEFF;--e-global-color-445ffde:#FD7E7E;--e-global-color-f6a6124:#FFE4E6;--e-global-color-b5de1d5:#1C1917;--e-global-color-9b27e29:#F5F5F5;--e-global-color-cf09ed7:#FFFFFF;--e-global-color-4c62643:#FFFFFF61;--e-global-color-c5e1e88:#FFFFFFD4;--e-global-color-77c4fc1:#EDEDED;--e-global-color-f6a8e00:#B3B3B3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:68px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:64px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:70px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:71px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:20px;--e-global-typography-3e17b90-font-family:"Poppins";--e-global-typography-3e17b90-font-size:48px;--e-global-typography-3e17b90-line-height:51px;--e-global-typography-1bf62ed-font-family:"Poppins";--e-global-typography-1bf62ed-font-size:10px;--e-global-typography-1bf62ed-line-height:13px;--e-global-typography-65935e0-font-family:"Poppins";--e-global-typography-65935e0-font-size:58px;--e-global-typography-65935e0-font-weight:500;--e-global-typography-65935e0-line-height:60px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-b5de1d5 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{color:var( --e-global-color-b5de1d5 );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1128px;}.e-con{--container-max-width:1128px;}.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 .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-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:42px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:35px;--e-global-typography-3e17b90-font-size:30px;--e-global-typography-3e17b90-line-height:35px;--e-global-typography-65935e0-font-size:38px;--e-global-typography-65935e0-line-height:41px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-base::after{
  position: absolute;
  transition: all 300ms ease-out;
    right: 0;
    transform: translate(0%, 0);
    z-index: -1;
    top: 0;
    display: grid;
    place-content: center;
    content: "→";
    background: black;
    border-radius: 50vh;
    color: white;
    height: 40px;
    width: 40px;
}

.btn-base--yellow{
    color: black;
    background: var(--e-global-color-primary);
}

.btn-base:hover::after{
    transform: translate(100%, 0);
}



@media (hover: hover) and (pointer: fine) {
  
  .container-cards:has(.card-item:hover) .card-item:not(:hover) {
        filter: blur(4px);
      }
.card-item{
    transition: all 300ms ease-in-out;
}

.card-item:hover{
    transform: translateY(-8px);
    box-shadow: 57px 108px 34px 0 rgba(0, 0, 0, 0.00), 37px 69px 31px 0 rgba(0, 0, 0, 0.01), 21px 39px 26px 0 rgba(0, 0, 0, 0.04), 9px 17px 19px 0 rgba(0, 0, 0, 0.06), 2px 4px 11px 0 rgba(0, 0, 0, 0.07);
}


}/* End custom CSS */