.elementor-kit-5{--e-global-color-primary:#1E2F3B;--e-global-color-secondary:#8A2A2A;--e-global-color-text:#25343F;--e-global-color-accent:#D48272;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:2.85rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.25;--e-global-typography-primary-letter-spacing:3px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.4;--e-global-typography-secondary-letter-spacing:3px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.75;--e-global-typography-text-letter-spacing:normal;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1.25rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:normal;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1650px;}.e-con{--container-max-width:1650px;}.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);}@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-5{--e-global-typography-primary-font-size:1.75rem;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-accent-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --ws-padding: 80px;
    --ws-header-height: 135px;
    --ws-border-radius: 5px;
}

@media only screen and (max-width: 1024px){
    :root{
    --ws-padding: 50px;
}
}

@media only screen and (max-width: 767px){
    :root{
    --ws-padding: 20px;
    --ws-header-height: 100px;
}
}

.e-con{
    --ws-default-space-x: max(calc((100vw - var(--container-max-width)) / 2), var(--ws-padding));
}

.ws-padding{
    padding-left: var(--ws-padding);
    padding-right: var(--ws-padding);
}

.ws-animate-button-icon .elementor-button-icon{
    transition: transform .3s;
}

.ws-animate-button-icon a:hover .elementor-button-icon{
    transform: translateX(10px);
}

.ws-no-events:not(.elementor-element-edit-mode){
    pointer-events: none;
    touch-action: none
}/* End custom CSS */