/*
Theme Name: Cookies per Bluserena
Theme URI: https://www.cookiesagency.it/
Author: Cookies
Author URI: https://www.cookiesagency.it/
Description: Portfolio di Stefano Sgambati
Version: 2026.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: cookies

WordPress Theme © 2026 Cookies
*/

@font-face {
    font-family: 'Pluto';
    src: url('/wp-content/themes/cookies/fonts/PlutoRegular.woff2') format('woff2'),
        url('/wp-content/themes/cookies/fonts/PlutoRegular.woff') format('woff'),
        url('/wp-content/themes/cookies/fonts/PlutoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Sans';
    src: url('/wp-content/themes/cookies/fonts/PlutoSansMedium.woff2') format('woff2'),
        url('/wp-content/themes/cookies/fonts/PlutoSansMedium.woff') format('woff'),
        url('/wp-content/themes/cookies/fonts/PlutoSansMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto';
    src: url('/wp-content/themes/cookies/fonts/PlutoMedium.woff2') format('woff2'),
        url('/wp-content/themes/cookies/fonts/PlutoMedium.woff') format('woff'),
        url('/wp-content/themes/cookies/fonts/PlutoMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Sans';
    src: url('/wp-content/themes/cookies/fonts/PlutoSansLight.woff2') format('woff2'),
        url('/wp-content/themes/cookies/fonts/PlutoSansLight.woff') format('woff'),
        url('/wp-content/themes/cookies/fonts/PlutoSansLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Sans';
    src: url('/wp-content/themes/cookies/fonts/PlutoSansRegular-Italic.woff2') format('woff2'),
        url('/wp-content/themes/cookies/fonts/PlutoSansRegular-Italic.woff') format('woff'),
        url('/wp-content/themes/cookies/fonts/PlutoSansRegular-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Sans';
    src: url('/wp-content/themes/cookies/fonts/PlutoSansRegular.woff2') format('woff2'),
        url('/wp-content/themes/cookies/fonts/PlutoSansRegular.woff') format('woff'),
        url('/wp-content/themes/cookies/fonts/PlutoSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* --- GENERIC - TYPOGRAPHY --- */



/* --- :root --- */
:root {
    --header-lg: 72px;
    --header-md: 48px;

    --black: #000000;
    --white: #ffffff;
    --main:#007FFF;
    --secondary:#795938;

    --font: 'Pluto Sans', 'Helvetica', 'Arial', sans-serif;

}

/* - GENERIC FONT FAMILY - */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: var(--font);
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font);
    font-weight: 500;
}

body {
    width: 100%;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden;
    touch-action: none;
}

ol, ul {
    padding-left: 0;
}
em {
 font-style: italic;
}
/* - Colored text - */
.white-text, .white-text * { color:var(--white) }

/* - Colored backgrounds - */
.black-bcg { background-color: var(--black) }
.white-bcg { background-color: var(--white) }

.fixed-background {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

@media screen and ( max-width: 768px ) {
    .fixed-background { background-attachment: scroll; }
}

/* - Uppercase, lowercase, centered text, right text, font weights- */

.no-uppercase, .no-uppercase * { text-transform: none !important }
.all-uppercase, .all-uppercase * { text-transform: uppercase !important }
.centered-text, .centered-text * { text-align: center !important }
.right-text, .right-text * { text-align: right !important; float: right !important }

.font-r,
.font-r > * { font-weight: 400 }
.font-m,
.font-m > * { font-weight: 500 }
.font-b,
.font-b > * { font-weight: 700 }
.font-eb,
.font-eb > * { font-weight: 900 }
.font-u,
.font-u > * { text-decoration: underline }
.font-i,
.font-i > * { font-style: italic; }
.cap-text,
.cap-text > * { text-transform: capitalize }



/* - Basic definition - p - */
html {
    font-size: 16px !important;
    line-height: 24px !important;
    -webkit-font-smoothing: antialiased;
}
p, li {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.title-x, .title-x * {
    font-size: 1rem;
    line-height: 1em;
}

.title-1, .title-1 * {
    font-size: 4rem;
    line-height: 1em;
    font-weight: 700;
}
.title-2, .title-2 * {
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 900;
}
.title-3, .title-3 * {
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 400;
}

/* - Titles, text, inline elements - */
h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }

body a,
body a:hover {
    color: var(--black);
    text-decoration: none;
}
.main_color a,
.main_color a:hover { color: inherit }

strong,
strong a,
b,
b a {
    font-size: inherit;
    font-weight: 700 !important;
    color: inherit !important;
}

/* --- GENERIC --- */

/* - Images - */

img, a img {
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    height: auto;
}

/* - Hidden elements - */
.hidden-element { display: none !important }
.hidden-title {
    display: none;
    position: fixed;
    top: -300px;
    left: -300px;
}

/* - Selection - */
::-moz-selection {
    background-color:var(--black);
    color:var(--white);
}

::selection {
    background-color:var(--black);
    color:var(--white);
}

/* --- GENERIC - RESPONSIVITY --- */

@media ( max-width: 990px ) {
    .screen-lg { display: none !important }
}
@media ( min-width: 768px ) and ( max-width: 989px ) {
    .screen-md.screen-sm { display: inherit !important }
    .screen-md { display: none !important }
}
@media ( min-width: 767px ) {
    .screen-sm { display: none !important }
}



/* --- GENERIC - ELEMENTS --- */

/* - Vertical margins and paddings - */
.cmt-xxs { margin-top: 1rem; }
.cmt-xs { margin-top: 2rem; }
.cmt-sm { margin-top: 3rem; }
.cmt-md { margin-top: 4rem; }
.cmt-lg { margin-top: 5rem; }
.cmt-xl { margin-top: 6rem; }

.cmb-xxs { margin-bottom: 1rem; }
.cmb-xs { margin-bottom: 2rem; }
.cmb-sm { margin-bottom: 3rem; }
.cmb-md { margin-bottom: 4rem; }
.cmb-lg { margin-bottom: 5rem; }
.cmb-xl { margin-bottom: 6rem; }

.cpt-xxs { padding-top: 1rem; }
.cpt-xs { padding-top: 2rem; }
.cpt-sm { padding-top: 3rem; }
.cpt-md { padding-top: 4rem; }
.cpt-lg { padding-top: 5rem; }
.cpt-xl { padding-top: 6rem; }

.cpb-xxs { padding-bottom: 1rem; }
.cpb-xs { padding-bottom: 2rem; }
.cpb-sm { padding-bottom: 3rem; }
.cpb-md { padding-bottom: 4rem; }
.cpb-lg { padding-bottom: 5rem; }
.cpb-xl { padding-bottom: 6rem; }



/* - Forms - */
.main_color .input-text, .main_color input[type='text'], .main_color input[type='input'], .main_color input[type='password'], .main_color input[type='email'], .main_color input[type='number'], .main_color input[type='url'], .main_color input[type='tel'], .main_color input[type='search'], .main_color textarea, .main_color select {
    font-family:var(--font) !important;
    font-size: 1em;

}
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
    font-family: var(--font) !important;
    font-size: 1em;
}
body form {
    margin-bottom: 0px;
}

/* - Contact Form 7 - */

.fl-row.cf-row {
    justify-content: space-between;
}
.fl-row.cf-row label {
    width: calc(50% - var(--gtr-m));
    flex: 0 0 calc(50% - var(--gtr-m));
}
.fl-row.cf-row label,
.wpcf7-form-control-wrap.your-message {
    margin-bottom: var(--margin-sm);
}
.wpcf7-form-control-wrap.acceptance-pp {
    margin-bottom: var(--margin-xs);
    margin-top: var(--margin-xs);
    display: block;
    position: relative;
}

.wpcf7-form-control-wrap.acceptance-pp input[type="checkbox"] { display: none; }
.wpcf7-form-control-wrap.acceptance-pp .wpcf7-list-item-label {
    padding-left: 1em;
}
.wpcf7-form-control-wrap.acceptance-pp .wpcf7-list-item-label::before {
    content: ' ';
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px var(--gray) solid;
}
.wpcf7-form-control-wrap.acceptance-pp input:checked ~ .wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath 6%3C/title%3E%3Cg id='22012021' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='associazione' transform='translate(-739.000000, -2300.000000)' stroke='%23E2001A' stroke-width='1.5'%3E%3Cpolyline id='Path-6' points='740.138329 2306.90481 744.823929 2313.09024 751.769219 2300.912'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: .8em .8em;
    background-position: center;
}

.wpcf7-form-control-wrap.acceptance-pp ~ br { display: none; }
body form p label {
    width: 100%;
}
body form .cf-row label span.cf-label,
body form p label span.cf-label {
    display: block;
    padding: 0.5em;
    font-weight: 500;
}
body form p,
body form p .wpcf7-form-control-wrap,
body form p .wpcf7-form-control-wrap textarea {
    width: 100%;
}

/* - Buttons - */
input[type="submit"],
body div .btn {
    width: 250px;
    max-width: 100%;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;
    padding: 1rem;
    border: 1px var(--black) solid;
    border-radius: 0;
}
body div .btn span {
    font-family: 'Helvetica', 'Arial', sans-serif;
}


/* --- GENERIC - SITE SPECIFIC --- */

*:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* #content {
    padding-top: var(--header-lg);
} */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 75px;
    position: relative;
}
section {
    margin-bottom: var(--margin-md);
    overflow: hidden;
    position: relative;
}
section.no-margin {
    margin-bottom: 0;
}

/* - Scrollbars - */
body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Generic elements */
figure figcaption {
    margin-top: 1rem;
    font-size: .8rem;
    font-style: italic;
}
.gen--p p {
    margin-bottom: 1em;
}
.gen--p p:last-child {
    margin-bottom: 0px;
}

.gen--swiper-section {
    position: relative;
}
.gen--swiper-section .swiper-button-next::after,
.gen--swiper-section .swiper-button-prev::after {
    font-size: 20px;
}
.gen--popup-gallery-wrapper .swiper-button-next::after,
.gen--popup-gallery-wrapper .swiper-button-prev::after {
    color:#fff
}
.gen--swiper-section .swiper-button-next, .gen--swiper-section .swiper-container-rtl .swiper-button-prev { right: -40px; }
.gen--swiper-section .swiper-button-prev, .gen--swiper-section .swiper-container-rtl .swiper-button-next { left: -40px; }

.gen--gallery {
    overflow: scroll;
}
.gen--gallery-inner {
    white-space: nowrap;
    display: flex;
    padding-bottom: 2rem;
}
.gen--gallery-link {
    position: relative;
    margin-right: 30px;
    /* overflow: hidden; */
}
.gen--gallery--overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #00000088;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    z-index: 5;
    opacity: 0;
    transition: opacity 250ms ease
}
.gen--gallery-link:hover .gen--gallery--overlay {
    opacity: 1;
    transition: opacity 250ms ease
}
.gen--gallery img {
    height: 50vh;
    width: auto;
    margin-right: 30px;
}
.gen--gallery--overlay p {
    margin: 0;
}
/* .gen--gallery-link img {
    transform: scale(1.1);
} */
.gen--gallery img:last-child {
    margin-right: 0;
}

.gen--bcg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media ( max-width: 990.1px ) {
    section {
        margin-bottom: var(--margin-xs);
    }
    .gen--gallery-inner {
        white-space: wrap;
        display: block;
    }
    .gen--gallery img,
    .gen--gallery-link {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-top: 1rem;
    }
    .title-1, .title-1 * {
        font-size: 2.7rem;
    }
    .title-2, .title-2 * {
        font-size: 1.7rem;
    }
    
    .title-3, .title-3 * {
        font-size: 1.2rem;
    }

    .gen--gallery--overlay {
        top: auto;
        height: auto;
        padding: 1rem;
        opacity: 1;
        align-items: start;
        background-color: #000000bb;
    }
}

@media ( max-width: 768px ) {
    .container {
        padding: 0 7.5%;
    }
    .gen--swiper-section .swiper-button-next, .gen--swiper-section .swiper-container-rtl .swiper-button-prev { right: -30px; }
    .gen--swiper-section .swiper-button-prev, .gen--swiper-section .swiper-container-rtl .swiper-button-next { left: -30px; }
}


/* --- HEADER --- */
#masthead { display: none; }
#header {
    z-index: 100;
    position: sticky;
    width: 100%;
    top: 0;
}
/* #header > .container-fluid {
    padding: 0;
} */
#header > .container-fluid .wrapper {
    /* background-color: var(--white); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-lg);
    position: relative;
    z-index: 110;
}
/* #logo img {
    width: 200px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
} */
#logo {
    font-size: 4rem;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    color: var(--black);
    line-height: 0;
    transform: translate(0, -5px);
}
body.dark-mode #logo {
    color: var(--white);
}
#header #menu li a,
#header #menu-mobile li a {
    text-decoration: none;
    color: var(--black);
    font-size: 2rem;
    font-weight: 900;
    margin: 0.5rem 0;
    display: block;
}

#header > .container-fluid ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header > .container-fluid ul.menu li {
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}

#header > .container-fluid ul.menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    background-color:var(--white);
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    top: 103%;
    left: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#header > .container-fluid ul.menu li.menu-item-has-children:hover > a {
    border-bottom: 2px solid var(--red)
}
#header > .container-fluid ul.menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}
#header > .container-fluid ul.menu li.menu-item-has-children ul.sub-menu li { padding: 10px 20px; }
#header > .container-fluid ul.menu li.menu-item-has-children ul.sub-menu li a { border-bottom: none }

#menu-mobile ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


/* --- COOKIES --- */
.page-template-template-cookies header {
    display: none;
}
.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-section {
    width: 100%;
    height: 100%;
    position: relative;
    /* padding-bottom: 56.25%; */
}
.video-section video {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .video-section {
        height: auto;
        aspect-ratio: 16/9;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
}
.bs--logo {
    position: fixed;
    z-index: 100;
    width: 3rem;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media ( orientation: portrait ) and ( max-height: 900px ) {
    .bs--logo {
        top: 15%;
    }
}
.bs--form {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.main-title {
    color: var(--main);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.25;
}
.main-subtitle {
    color: var(--main);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
}
.bs--form form {
    text-align: center;
}
.bs--form input[type="email"] {
    max-width: 476px;
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    border:none;
    font-size: 1.5rem;
    color: #C4C4C4;
    box-shadow: 0px 14px 14px 0px #00000017;
}
.bs--form input[type="checkbox"] {
    display: none;
    position: relative;
    top: 4px;
    margin-right: .5rem;
}
.bs--form label::before {
    content: ' ';
    position: relative;
    top: 4px;
    margin-right: .5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--secondary);
    display: inline-block;
}
.bs--form input[type="checkbox"]:checked ~ label::before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M5.5 12.5L10.167 17L19.5 8' stroke='%23795938' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.bs--form label {
    /* flex: 0 0 auto;
    text-align: left;
    display: inline-flex;
    width: auto; */
    font-size: .9rem;
    color:var(--secondary);
}
.bs--form label a {
    color:var(--secondary);
    text-decoration: underline;
}
.bs--form input[type="submit"] {
    background-color: var(--main);
    color: var(--white);
    font-size: 1.5rem;
    /* text-transform: uppercase; */
    border: none;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 250ms ease;
    box-shadow: 0px 14px 14px 0px #00000017;

}
.bs--form input[type="submit"]:disabled {
    opacity: .5;
}

@media ( max-width: 768px ) {
    .main-title, .main-subtitle {
        font-size: 2rem;
        line-height: 1.1;
    }
}

/* --- POLICY --- */
.policy {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: scroll;
    padding-top: 3rem;
    background-color: var(--white);
}
.close-policy {
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M10.0303 8.96965C9.73741 8.67676 9.26253 8.67676 8.96964 8.96965C8.67675 9.26255 8.67675 9.73742 8.96964 10.0303L10.9393 12L8.96966 13.9697C8.67677 14.2625 8.67677 14.7374 8.96966 15.0303C9.26255 15.3232 9.73743 15.3232 10.0303 15.0303L12 13.0607L13.9696 15.0303C14.2625 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2625 15.0303 13.9696L13.0606 12L15.0303 10.0303C15.3232 9.73744 15.3232 9.26257 15.0303 8.96968C14.7374 8.67678 14.2625 8.67678 13.9696 8.96968L12 10.9393L10.0303 8.96965Z' fill='%23007FFF'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12Z' fill='%23007FFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    cursor: pointer;
}

/* --- FOOTER --- */
footer {
    position: fixed;
    bottom: 1rem;
    width: 100%;
    font-size: .9rem;
    color: var(--secondary);
}
footer a {
    font-size: .9rem;
    color: var(--secondary);
}
@media ( max-width: 768px ) {
    footer, footer a {
        font-size: .66rem;
    }
    .close-policy {
        right: 1rem;
    }
}