.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea { font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select{
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
} .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul#menu-main-menu { display:inherit;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.logo-footer {
width: 62px;
float: left;
}*{
font-family: "poppins", sans-serif;
}
a{
text-decoration:none !important;
}
html, body{
overflow-x: hidden;
max-width: 100%;
}
html {
scroll-behavior: smooth;
}
.dekooLINKstyle{
font-weight: 600;
color: var(--wp--preset--color--primary);
}
.dekooLINKstyle:hover{
color: #CCC;
}
h1,h2,h3,h4,h5,h6{
font-weight: bold;
}
h1{
font-size: 63px;
}
h2{
font-size: 54px;
}
h3{
font-size: 35px;
}
h4{
font-size: 28px;
}
h5{
font-size: 20px;
}
h6{
font-size: 18px;
}
p{
font-size: 1rem;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
}
::-webkit-scrollbar-thumb {
background: var(--wp--preset--color--primary); 
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--wp--preset--color--primary); 
}
::selection{
background: rgba(89, 169, 223, 40%);
}
.page-template-template-full-width ::selection,
#apertura-home ::selection{
background: #00000021;
}
@media(max-width: 768px){
h2, h3{
font-size: 30px;
}
} .d-grid{
display: grid;
}
.d-block{
display: block;
}
.d-flex{
display: flex;
}
.row{
display: flex !important;
flex-direction: row;
gap: 1rem;
}
.grid-50{
display: grid;
grid-template-columns: 1fr 1fr;
}
.grid-3{
grid-template-columns: 1fr 1fr 1fr;
}
.flex-column{
display: flex;
flex-direction: column;
}
.space-between{
justify-content: space-between;
}
.align-center{
align-items: center;
}
.center,
.site-content{
margin: 0 auto;
}
.mAxwidth1600{
max-width: 1600px;
}
.mAxwidth1000{
max-width: 1000px;
}
.no-gap{
gap: 0;
}
.notScrollpage{
overflow: hidden;
}
.relative{
position: relative;
}
.z-3{
z-index: 3;
}
.site-content{
min-height: 50vh;
}
@media(max-width:768px){
.mobile{
display: block;
}
.desktop{
display: none !important;
}
}
@media(min-width:769px){
.mobile{
display: none !important;
}
.desktop{
display: block;
}
}
@media(max-width:1389px){
.tablet{
display: block;
}
.desktop-no-tablet{
display: none;
}
}
@media(min-width:1390px){
.tablet{
display: none !important;
}
.desktop-no-tablet{
display: block;
}
} body{
padding-top: 86px;
}
header {
padding: 0 15px;
border-bottom: 1px solid #e8e8e8;
background: #FFF;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
transform: translateY(-100%); opacity: 0; }
#wpadminbar + #page #masthead{
top: 32px;
}
header.fadeInDownMenu {
transform: translateY(0); opacity: 1;
}
.header-first,
.headerHamburger{
padding: 15px 0;
}
.header-first ul{
list-style: none;
padding: 0;
margin: 0;
}
.header-first .navbar-nav{
display: flex;
gap: 40px;
align-items: center;
} .header-first .menu-item-has-children .sub-menu {
display: none;
position: absolute;
background-color: #FFF;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
padding: 0;
border-radius: 5px;
width: 500px;
left: calc(50% - 250px);
top: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 1s ease, visibility 1s linear 1s !important;
margin-top: -30px;
}
.header-first .menu-item-has-children:hover .sub-menu,
.header-first .menu-item-has-children:focus-within .sub-menu {
display: block;
opacity: 1;
visibility: visible;
transition: opacity 1s ease;
}
.header-first .menu-item-has-children .sub-menu .menu-item-has-children a{
position: relative;
}
.header-first .menu-item-has-children .sub-menu .menu-item-has-children > a::after{
content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 256 256' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1.4066 1.4066) scale(2.81)' fill='none'%3E%3Cpath d='m90 24.25c0-0.896-0.342-1.792-1.025-2.475-1.366-1.367-3.583-1.367-4.949 0l-39.026 39.025-39.025-39.025c-1.367-1.367-3.583-1.367-4.95 0-1.366 1.367-1.366 3.583 0 4.95l41.5 41.5c1.366 1.367 3.583 1.367 4.949 0l41.5-41.5c0.684-0.683 1.026-1.579 1.026-2.475z' fill='%23000' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
color: var(--wp--preset--color--primary);
display: inline-block;
right: 20px;
position: absolute;
width: 14px;
top: calc(50% - 7px);
height: 14px;
}
.header-first .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
display: none;
left: unset;
top: unset;
width: 100%;
position: relative;
margin: 0;
background: transparent;
box-shadow: none;
padding-left: 15px;
}
.header-first .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item::before {
content: "-";
color: var(--wp--preset--color--primary); width: 0;
display: inline-block;
}
.header-first .menu-item-has-children .sub-menu .menu-item-has-children:focus-within .sub-menu{
display: block;
opacity: 1;
visibility: visible;
}
.header-first .menu-item-has-children .sub-menu .menu-item {
font-size: 15px;
font-weight: 400;
display: block;
}
.header-first .menu-item-has-children .sub-menu .menu-item a{
display: inline-block;
padding: 10px 12px;
width: 100%;
}
.header-first .menu-item-has-children .sub-menu .menu-item:hover {
background-color: #f0f0f0;
color: var(--wp--preset--color--verde);
}
@media(max-width:1390px){
.header-first .menu-item-has-children .sub-menu{
position: relative;
margin-top: 0;
padding: 15px;
}
.header-first .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
display: block;
opacity: 1;
visibility: visible;
}
} .header-first .menu-item{
color: var(--wp--preset--color--primary);
font-size: 1rem;
font-weight: 500;
}
.header-first .menu-item:hover{
color: var(--wp--preset--color--verde);
}
.mail.menu-item{
border: 2px solid var(--wp--preset--color--primary);
border-radius: 7px;
padding: 10px 15px;
font-weight: 600;
}
.mail.menu-item:hover{
border: 2px solid var(--wp--preset--color--verde);
color: var(--wp--preset--color--verde);
}
.header-first img{
max-width: 250px;
}
.hamburger_menu, #menu_closer {
position: relative;
float: left;
width: 26px;
height: 26px;
padding: 0;
margin: 0;
border: none;
border-radius: 0;
background-color: transparent;
transform: rotate(0deg);
transition: .5s ease-in-out;
outline: none;
cursor: pointer;
}
.hamburger_menu span, #menu_closer span {
position: absolute;
display: block;
height: 2px;
width: 100%;
background: var(--wp--preset--color--primary);
border-radius: 0;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: .25s ease-in-out;
}
.hamburger_menu span:first-child {
top: calc(50% - 7px);
transform: translateY(-50%);
}
.hamburger_menu span:nth-child(2), .hamburger_menu span:nth-child(3) {
top: 50%;
transform: translateY(-50%);
}
.hamburger_menu span:nth-child(4) {
top: calc(50% + 7px);
transform: translateY(-50%);
}
#menu_closer span:nth-child(2), #menu_closer span:nth-child(3) {
display: none;
}
#menu_closer span:first-child {
rotate: 45deg;
}
#menu_closer span:nth-child(4) {
rotate: -45deg;
}
.flagButton{
margin-bottom: -8px;
width: fit-content;
}
.boldButton a{
background-color: var(--wp--preset--color--primary);
color: #FFFFFF;
padding: 5px 22px;
border-radius: 30px;
border: 2px solid var(--wp--preset--color--primary);
}
.flagButton:not(footer .flagButton)::after {
content: "";
display: block;
width: 67%;
height: 12px;
background-image: url(//azioneuniversitaria.it/wp-content/themes/azioneuniversitaria/resurces/img/Header_flag.png);
background-size: contain;
background-repeat: no-repeat;
margin: 0 auto;
}
.boldButton a:hover{
background-color: #FFFFFF;
color: var(--wp--preset--color--primary);
}
.headerFacebook {
border-left: 2px solid var(--wp--preset--color--primary);
padding-left: 30px;
}
.headerFacebook,
.headerInstagram,
.headerTwitter,
.headerTiktok,
.headerThreads{
margin-right: -12px;
}
.headerFacebook a,
.headerInstagram a,
.headerTwitter a,
.headerTiktok a,
.headerThreads a{
display: inline-block;
width: 15px;
height: 15px;
background-size: cover;
text-indent: -9999px; overflow: hidden;
}
.headerFacebook a{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'%3E%3Cpath d='M 51.991 90 V 49.008 h 13.781 l 2.12 -16.049 H 51.991 V 22.739 c 0 -4.632 1.293 -7.791 7.94 -7.791 h 8.417 V 0.637 C 64.25 0.196 60.13 -0.017 56.009 0.001 c -12.212 0 -20.576 7.42 -20.576 21.148 v 11.809 H 21.652 v 16.049 h 13.781 V 90 H 51.991 z' fill='%23083040'/%3E%3C/g%3E%3C/svg%3E");
}
.headerInstagram a{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%23083040' version='1.1' viewBox='0 0 256 256' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1.4066 1.4066) scale(2.81)'%3E%3Cpath d='M 62.263 90 H 27.738 C 12.443 90 0 77.557 0 62.263 V 27.738 C 0 12.443 12.443 0 27.738 0 h 34.525 C 77.557 0 90 12.443 90 27.738 v 34.525 C 90 77.557 77.557 90 62.263 90 z M 27.738 7 C 16.303 7 7 16.303 7 27.738 v 34.525 C 7 73.697 16.303 83 27.738 83 h 34.525 C 73.697 83 83 73.697 83 62.263 V 27.738 C 83 16.303 73.697 7 62.263 7 H 27.738 z' stroke-linecap='round'/%3E%3Cpath d='m45.255 70.47c-13.904 0-25.215-11.312-25.215-25.215s11.312-25.215 25.215-25.215 25.215 11.312 25.215 25.215-11.311 25.215-25.215 25.215zm0-43.43c-10.044 0-18.215 8.171-18.215 18.215s8.171 18.215 18.215 18.215 18.215-8.171 18.215-18.215c1e-3 -10.044-8.17-18.215-18.215-18.215z' stroke-linecap='round'/%3E%3Ccircle cx='70.557' cy='19.937' r='4.897'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerTwitter a{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 256 256' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1.4066 1.4066) scale(2.81)' fill='none'%3E%3Cpath d='m0.219 2.882 34.748 46.461-34.967 37.775h7.87l30.614-33.073 24.735 33.073h26.781l-36.703-49.075 32.547-35.161h-7.87l-28.193 30.459-22.78-30.459h-26.782zm11.574 5.797h12.303l54.329 72.641h-12.303l-54.329-72.641z' fill='%23083040' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerTiktok a{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 256 256' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1.4066 1.4066) scale(2.81)' fill='none'%3E%3Cpath d='m84.494 22.535c-5.144 0-9.891-1.704-13.702-4.579-4.371-3.296-7.512-8.13-8.621-13.702-0.276-1.377-0.423-2.798-0.438-4.254h-14.695v40.154l-0.018 21.994c0 5.88-3.829 10.866-9.137 12.619-1.54 0.509-3.204 0.75-4.937 0.655-2.211-0.121-4.283-0.789-6.084-1.866-3.833-2.292-6.431-6.451-6.502-11.208-0.111-7.435 5.9-13.496 13.329-13.496 1.467 0 2.875 0.239 4.194 0.674v-14.919c-1.391-0.206-2.806-0.313-4.238-0.313-8.132 0-15.737 3.38-21.174 9.47-4.109 4.602-6.574 10.473-6.954 16.63-0.498 8.088 2.461 15.776 8.201 21.449 0.843 0.833 1.729 1.606 2.655 2.319 4.921 3.785 10.937 5.838 17.273 5.838 1.431 0 2.847-0.106 4.238-0.312 5.919-0.877 11.38-3.586 15.69-7.847 5.296-5.234 8.222-12.183 8.253-19.579l-0.076-32.844c2.526 1.949 5.289 3.562 8.253 4.813 4.611 1.945 9.5 2.931 14.531 2.93v-14.629c4e-3 3e-3 -0.038 3e-3 -0.041 3e-3v0z' fill='%23083040' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerThreads a{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg transform='translate(1.4066 1.4066) scale(2.81)' fill='none'%3E%3Cpath d='m66.537 41.713c-0.388-0.186-0.781-0.365-1.18-0.536-0.695-12.8-7.689-20.128-19.433-20.203h-0.159c-7.025 0-12.867 2.998-16.462 8.455l6.459 4.431c2.686-4.076 6.902-4.944 10.007-4.944h0.107c3.867 0.025 6.785 1.149 8.673 3.341 1.374 1.596 2.294 3.802 2.749 6.586-3.428-0.583-7.136-0.762-11.1-0.535-11.166 0.643-18.344 7.155-17.862 16.204 0.245 4.59 2.531 8.539 6.438 11.118 3.303 2.181 7.558 3.247 11.98 3.006 5.84-0.32 10.421-2.548 13.617-6.622 2.427-3.094 3.962-7.103 4.64-12.155 2.783 1.68 4.845 3.89 5.985 6.547 1.937 4.516 2.05 11.938-4.006 17.989-5.306 5.301-11.684 7.594-21.322 7.665-10.692-0.079-18.778-3.508-24.035-10.192-4.925-6.259-7.469-15.298-7.564-26.868 0.095-11.57 2.639-20.609 7.562-26.867 5.257-6.684 13.343-10.113 24.035-10.192 10.769 0.08 18.996 3.525 24.455 10.241 2.677 3.293 4.695 7.435 6.025 12.264l7.569-2.019c-1.613-5.944-4.15-11.066-7.603-15.313-6.998-8.611-17.232-13.023-30.419-13.114h-0.053c-13.16 0.091-23.28 4.52-30.079 13.162-6.05 7.691-9.171 18.392-9.275 31.806v0.032 0.032c0.105 13.414 3.226 24.116 9.275 31.806 6.798 8.642 16.918 13.071 30.079 13.162h0.053c11.7-0.081 19.947-3.144 26.741-9.932 8.889-8.88 8.621-20.012 5.692-26.845-2.102-4.901-6.11-8.881-11.589-11.51zm-20.202 18.993c-4.894 0.276-9.978-1.921-10.229-6.626-0.186-3.488 2.483-7.381 10.529-7.845 0.921-0.053 1.826-0.079 2.714-0.079 2.923 0 5.657 0.284 8.143 0.827-0.927 11.58-6.365 13.46-11.157 13.723z' fill='%23083040' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
@media(max-width:1390px){
.header-first .navbar-nav{
flex-direction: column;
margin-top: 30px;
}
#site_header_nav{
display: block;
transition: .5s;
position: absolute;
left: -100vw;
}
#site_header_nav.open{
display: block;
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: #FFF;
z-index: 1;
}
#site_header_nav.open .navbar-nav{
flex-direction:unset !important;
flex-wrap: wrap;
justify-content: center;
} #main-nav ul {
margin-top: 0px;
gap: 15px;
border-top: 1px solid #00000030;
padding-top: 20px;
}
#main-nav ul li:not(.mail){
width: 100%;
}
#main-nav ul li a{
width: 100%;
text-align: center;
padding: 5px 0;
display: block;
}
.header-first .menu-item{
flex-basis: 100%;
text-align: center;
}
.header-first .menu-item > a:not(.boldButton a, .headerFacebook a, .headerInstagram a, .headerTwitter a, .headerTiktok a, .headerThreads a){
width: 100%;
display: inline-block;
}
.headerFacebook,
.headerInstagram,
.headerTwitter,
.headerTiktok,
.headerThreads{
flex-basis: 30px !important;
}
.headerFacebook {
border-left: 0;
padding-left: 0px;
}
.boldButton::after {
width: 140px !important;
}
div#main-nav-mobile {
overflow-y: scroll;
overflow-x: hidden;
height: 74vh;
}
} footer{
border-top: 1px solid #e8e8e8;
padding: 50px 15px 15px;
}
footer .social .iconSocial{
max-width: 26px;
padding: 5px;
} 
footer .social a:hover{
background-color: #083040;
border-radius: 100%;
display: inline-block;
height: 26px;
}
footer .social a:hover img.iconSocial {
filter: invert(1);
}
footer .logoColumn img{
max-width: 250px;
}
footer .footerTitle{
text-transform: uppercase;
font-weight:bolder;
font-size: 1.125rem;
color: var(--wp--preset--color--primary);
margin: 0;
}
footer .menuColumns div ul{
list-style: none;
padding: 0;
margin: 0;
font-size: 0.85rem;
}
footer .menuColumns div ul li{
margin-top: 7px;
}
footer .menuColumns div ul li:hover{
color: var(--wp--preset--color--verde);
}
footer #menu-footer{
display: grid;
grid-auto-flow: column;
grid-template-rows: repeat(3, 1fr 1fr);
gap: 0 50px;
}
@media(max-width:1024px){
footer .row{
display: block !important;
}
footer .infoColumn,footer .menuColumns{
margin-top: 50px;
}
footer .mobile .social .iconSocial {
max-width: 40px;
padding: 5px;
margin: 15px 10px 0;
}
footer .mobile .social a:hover{
height: auto;
background-color: transparent;
}
footer .mobile .social a:hover img.iconSocial{
filter: unset;
}
ul#menu-header-mobile {
border-top: 1px solid var(--wp--preset--color--primary);
padding-top: 50px;
}
}
@media(min-width:769px) and (max-width: 1024px){
footer .footerTitle{
font-size: 1rem;
}
}
@media(min-width:1025px) and (max-width: 1299px){
footer #menu-footer{
grid-template-rows: repeat(20, auto);
gap: 0 25px;
}
} .elementor-button-content-wrapper {
display: flex;
align-items: center;
}
.elementor-button-content-wrapper svg{
width: 1.5em !important;
}
.highlight-text h2:not(.noMark),
.highlight-text h1:not(.noMark) {
display: inline;
background: linear-gradient(0deg, transparent 10%, var(--wp--preset--color--verde-trasparente) 10% 40%, transparent 40%);
position: relative;
padding: 0 5px;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
line-height: 1.2;
}
.single h1{
font-size: 40px;
color: var(--wp--preset--color--primary);
}
.single article{
margin: 40px 0;
padding: 0 15px;
}
.single article p{
color: var(--wp--preset--color--dark);
}
.single article a{
color: var(--wp--preset--color--verde);
}
.single .btnBack{
color: var(--wp--preset--color--primary);
font-size: 18px;
gap: 10px;
margin-bottom: 20px;
}
.single .btnBack svg{
width: 20px;
}
.single article time,
.single article .categoria,
.blog .entry-content time,
.blog .entry-content .categoria{
margin-top: 14px;
display: flex;
font-size: 13px;
gap: 7px;
}
.single article .singleThumbnail img{
width: 100%;
border-radius: 15px;
}
.blog .d-grid{
gap: 30px;
}
.blog h2{
color: var(--wp--preset--color--primary);
font-size: 20px;
margin: 0;
}
.blog .entry-content .textContainer{
padding: 7px 15px;
}
.blog .entry-content .textContainer time,
.blog .entry-content .textContainer .categoria{
margin: 0 0 7px;
}
.blog .entry-content img{
width: 100%;
border-radius: 15px;
}
.blog .site-content{
padding: 0 15px 40px;
}
.blog .entry-content figure{
margin: 0;
}
@media(max-width:1024px){
.blog .d-grid{
grid-template-columns: 1fr 1fr;
}
}
@media(max-width:768px){
.single h1{
font-size: 30px;
}
.blog .d-grid{
grid-template-columns: 1fr;
}
} form{
display: flex;
flex-wrap: wrap;
gap: 0 30px;
}
.wrapper{ flex-grow:1;
min-width: 40%;
}
.wrapper:not(.submit) input{
display: block;
width: 100%;
height: -webkit-calc(1.5em + 0.75rem + 2px);
height: -moz-calc(1.5em + .75rem + 2px);
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #666;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
background-color: rgba(0,0,0,0);
border-radius: 0;
border: none;
font-size:14px;
padding: 0;
border-bottom: #ccc solid 1px;
transition: 0.3s;
}
.wrapper input:not([type="file"]):focus-visible,
.wrapper input:not([type="file"]):active{
border-bottom: var(--wp--preset--color--primary) solid 1px !important;
outline-color: #ffffff00;
}
.wrapper textarea{
height: 16rem;
border-radius: 10px;
border: 1px solid #ccc;
font-size: 20px;
color: #ccc!important;
padding: 0.375rem 0.75rem;
background: transparent;
}
.wrapper textarea:focus-visible,
.wrapper textarea:active{
border: solid 1px var(--wp--preset--color--primary) !important;
outline: var(--wp--preset--color--primary);
}
.wrapper.privacy,
.wrapper.azienda{
width: 100%;
}
.wrapper.privacy input{
width:24px;
height:24px;
}
.wrapper.submit input{
border-radius: 30px;
border: none;
font-weight: 700;
color: var(--wp--preset--color--primary);
padding:19px 90px 19px 40px;
font-size:18px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 240px center;
background-color: #f2f2f2;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cg id='Icon_feather-arrow-right-circle' data-name='Icon feather-arrow-right-circle' transform='translate(-1.5 -1.5)'%3E%3Cpath id='Tracciato_1' data-name='Tracciato 1' d='M18,1.5a16.5,16.5,0,0,1,6.423,31.7A16.5,16.5,0,0,1,11.577,2.8,16.4,16.4,0,0,1,18,1.5Zm0,30A13.5,13.5,0,1,0,4.5,18,13.515,13.515,0,0,0,18,31.5Z' fill='%23083040'%3E%3C/path%3E%3Cpath id='Tracciato_2' data-name='Tracciato 2' d='M18,25.5a1.5,1.5,0,0,1-1.061-2.561L21.879,18l-4.939-4.939a1.5,1.5,0,0,1,2.121-2.121l6,6a1.5,1.5,0,0,1,0,2.121l-6,6A1.5,1.5,0,0,1,18,25.5Z' fill='%23083040'%3E%3C/path%3E%3Cpath id='Tracciato_3' data-name='Tracciato 3' d='M24,19.5H12a1.5,1.5,0,0,1,0-3H24a1.5,1.5,0,0,1,0,3Z' fill='%23083040'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
} .notfound-404{
min-height: 70vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.notfound-404 *{
text-align: center;
}
.notfound-404 h1{
line-height: 0.3;
margin-left: -65px;
}
.notfound-404 h1 span {
font-size: 210px;
letter-spacing: -43px;
}
.notfound-404 a.btn-secondary{
background-color: var(--wp--preset--color--primary);
color: #FFF !important;
font-size: 23px;
padding: 10px 30px;
font-weight: 600;
border-radius: 30px;
text-align: center;
margin-top: 30px;
} .hide-if-amarcord,
.show-if-amarcord,
.has-amarcord {
display: none !important;
} .has-amarcord[data-has="yes"] ~ .show-if-amarcord {
display: block !important;
} .has-amarcord[data-has="no"] ~ .hide-if-amarcord {
display: block !important;
}@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}