.elementor-kit-7{--e-global-color-primary:#00284E;--e-global-color-secondary:#2084B2;--e-global-color-text:#000000;--e-global-color-accent:#6EC1E4;--e-global-color-8a800cb:#FFFFFF;--e-global-color-3469aac:#B7BBC0;--e-global-color-887302d:#E3E8EE;--e-global-color-f58a473:#FFF039;--e-global-typography-primary-font-family:"Alkatra";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-43632dc-font-family:"Helvetica";--e-global-typography-dcace68-font-family:"Open Sans";--e-global-typography-dcace68-font-size:2em;--e-global-typography-dcace68-font-weight:600;--e-global-typography-dcace68-text-transform:capitalize;--e-global-typography-8ac0467-font-family:"Open Sans";--e-global-typography-8ac0467-font-size:1.5em;--e-global-typography-8ac0467-font-weight:600;--e-global-typography-bc722fd-font-family:"Open Sans";--e-global-typography-bc722fd-font-size:1.2em;--e-global-typography-a455838-font-family:"Open Sans";--e-global-typography-a455838-font-size:1.1em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 */.hoverContainer {
    aspect-ratio: 1/1;
}

.showHover {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    position: relative;
    z-index: 1;
}

.hoverContainer:hover .showHover {
    opacity: 1;
    transform: translateY(0);
}

.showAlways1, .showAlways2, .showAlways4 {
    position: absolute;
    top: 80%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: transform 0.7s ease;
    z-index: 2;
    border: none;
    padding-left: 5px;
}

.hoverContainer:hover .showAlways1 {
    transform: translate(-50%, -640%);
}

.hoverContainer:hover .showAlways2 {
    transform: translate(-50%, -320%);
}

.hoverContainer:hover .showAlways4 {
    transform: translate(-50%, -185%);
}/* End custom CSS */