.elementor-kit-3178{--e-global-color-primary:#000000;--e-global-color-secondary:#414751;--e-global-color-text:#818B9A;--e-global-color-accent:#EE4E14;--e-global-color-3954484:#D7DBEC;--e-global-color-272cf6b:#A1A7C4;--e-global-color-2b4193e:#20243A;--e-global-color-7d38a55:#FFFFFF;--e-global-color-3ccc684:#1FA3D5;--e-global-color-78f0565:#6380AB;--e-global-color-ee756b6:#28233E;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"League Spartan";--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:"League Spartan";--e-global-typography-accent-font-weight:500;}.elementor-kit-3178 button:hover,.elementor-kit-3178 button:focus,.elementor-kit-3178 input[type="button"]:hover,.elementor-kit-3178 input[type="button"]:focus,.elementor-kit-3178 input[type="submit"]:hover,.elementor-kit-3178 input[type="submit"]:focus,.elementor-kit-3178 .elementor-button:hover,.elementor-kit-3178 .elementor-button:focus{background-color:var( --e-global-color-7d38a55 );box-shadow:0px 4px 9px 0px rgba(77, 0, 0, 0.5);border-style:solid;border-color:var( --e-global-color-7d38a55 );border-radius:36px 36px 36px 36px;}.elementor-kit-3178 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3178 a{color:var( --e-global-color-3ccc684 );}.elementor-kit-3178 button,.elementor-kit-3178 input[type="button"],.elementor-kit-3178 input[type="submit"],.elementor-kit-3178 .elementor-button{color:var( --e-global-color-7d38a55 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:36px 36px 36px 36px;}.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;--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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3178 button,.elementor-kit-3178 input[type="button"],.elementor-kit-3178 input[type="submit"],.elementor-kit-3178 .elementor-button{line-height:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bpt-blurry {
    -webkit-backdrop-filter: brightness(1.5) blur(16px);
    backdrop-filter: brightness(1.5) blur(16px);
}
.bpt-button-icon .elementor-button-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bpt-frame:before {
    content: " ";
    display: block;
    width: 0px;
    height: 160px;
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid white;
}
.bpt-frame:after {
    content: " ";
    display: block;
    width: 0px;
    height: 160px;
    position: absolute;
    top: calc(50% - 80px);
    right: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 10px solid white;
}

.autoShow{
    animation: autoShowAnimation both;
    animation-timeline: view(70% 5%);

}
@keyframes autoShowAnimation{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}/* End custom CSS */