body,
html {
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    outline: none;
}

*:focus-visible {
    border-radius: 2px;
    outline: 2px solid #2282e2 !important;
}

p {
    margin: 0;
}

a {
    color: inherit;
}

/**
 * Screen-reader only!
 */
body:not(.elementor-editor-active) .c3-screen-reader {
    width: 1px;
    height: 1px;
    position: absolute;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
}

.elementor-editor-active .c3-screen-reader {
    position: relative;
    overflow: hidden;
    opacity: 0.5;
}

.elementor-editor-active .c3-screen-reader:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-45deg, #f2a417, #f2a417 15px, #141617 15px, #141617 30px) !important;
}

.elementor-editor-active .c3-screen-reader:after {
    content: 'screen-reader only';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 5px;
    background-color: #141617;
    font-family: monospace;
    font-weight: bold;
    font-size: 10px;
    color: #f2a417;
    line-height: 1;
}

/**
 * Skip button for SwiperJS
 */
.c3-swiper-skip-button {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #2282e2;
    font-family: monospace;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
}

.c3-swiper-skip-button:focus-visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 300ms;
}

/**
 * LastPass Browser Extension
 */
*[data-lastpass-icon-root] {
    display: none !important;
}