/* ==========================================================================
   🥭 Selection
   ========================================================================== */

::selection {
    background-color: white;
}

/* ==========================================================================
   🥭 Third-party overrides
   ========================================================================== */

.grecaptcha-badge {
    z-index: 9999 !important;
}

.w-webflow-badge {
    display: none !important;
}

.w-reset.w-editor-bem-EditorLogo {
    display: none !important;
}

.mapboxgl-ctrl-group.sa-mapbox-toggles button {
    width: 29px;
    min-width: 29px;
    height: 29px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 10px/1 sans-serif;
    letter-spacing: -0.02em;
}

.sa-mapbox-toggles .sa-mapbox-toggles__view {
    font-weight: 700;
}

.sa-mapbox-toggles .sa-mapbox-toggles__theme {
    color: #333;
}

.sa-mapbox-toggles .sa-mapbox-toggles__theme svg {
    display: block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* ==========================================================================
   🥭 Base / Reset
   ========================================================================== */

body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

.svg-embed,
a,
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* ==========================================================================
   🥭 footer force hide letter states
   ========================================================================== */

#footer-silver-a,
#footer-silver-b,
#footer-silver-c,
#footer-silver-d,
#footer-silver-e,
#footer-silver-f,
#footer-silver-g,
#footer-silver-h,
#footer-silver-i,
#footer-silver-j,
#footer-silver-k {
    opacity: 0;
}

/* ==========================================================================
   🥭 Scrollbar
   ========================================================================== */
/*
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--accent);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--accent) transparent;
    -ms-overflow-style: none;
}
*/