.elementor-kit-12{--e-global-color-primary:#992016;--e-global-color-secondary:#54595F;--e-global-color-text:#3C3C3C;--e-global-color-accent:#CC3E36;--e-global-color-c69e3ba:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;color:#3C3C3C;font-size:16px;font-weight:300;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:#BD352C;font-weight:500;}.elementor-kit-12 h1{color:#9A2117;font-size:30px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:21px;}@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 */.microscopeSpin img {
    animation: pendulum;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-delay: 2s;
    transform-origin: center center;
}

@keyframes pendulum {
    0% {
        transform:rotate(0deg);
    }
    17% {
        transform:rotate(60deg);
    }
    33% {
        transform:rotate(120deg);
    }
    50% {
        transform:rotate(180deg);
    }
    67% {
        transform:rotate(240deg);
    }
    83% {
        transform:rotate(300deg);
    }
    100% {
        transform:rotate(360deg);
    }
}/* End custom CSS */