/* ==========================================================================
   style by Filippo Montanari - www.fpeitalia.com
   FdA
   ========================================================================== */
:root {
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Arvo', sans-serif;
    --color-primary: #f5a801;
    --color-secondary: #215d3a;
    --red: #E5372B;
}
html,button,input,select,textarea {
    color: #4C3937;
}
body {
    color: #000;
	font: 500 18px/24px var(--font-primary);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #efe8dc;
}
*, a, a:active, a:focus, img[usemap], map area {
	outline: none;
}
hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 3px solid rgba(239,232,220,1);
    margin: 20px 0;
    padding: 0;
}
h1, h2, h3 {
	font-family: var(--font-secondary);
	font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}
h1 {
	font-size: 30px;
    line-height: 34px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
	line-height: normal;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
	width: 100%;
}
p {
	margin: 0;
	padding: 5px 0 15px;
}
p:last-child {
    padding-bottom: 0;
}
a {
	color: #000;
}
a:hover {
	color: var(--color-secondary);
}



.navbar {
	display: flex;
	justify-content: flex-end;
    align-items: center;
    width: 90%;
    position: relative;
    margin: auto;
}
.navbar-container.navbar-red {
    background: #aca18c;
    padding-left: 35px;
}
.logo-sam {
	margin-left: 40px;
    position: absolute;
    top: 55px;
}
.logo-sam img {
	width: 173px;
}
@media (min-width: 1020px) {
    .logo-sam img {
        width: 275px;
    }
}
.logo-sam a { display: block; }
.logo-speciale {
    display: inline-block;
    margin: 0 auto;
}
.logo-speciale a {
    display: block;
}
header nav ul {
    display: flex;
    align-items: center;
}
.navbar-secondary {
    margin: auto;
}
.navbar-secondary ul {
	list-style-type: none;
	margin: 0 auto 0; padding: 0;
	text-align: center;
}
.navbar-secondary li {
	display: inline-block;
}
.navbar-secondary li a {
	color: #fff;
	font: 600 14px var(--font-primary);
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	margin: 0 20px;
	display: block;
}
.navbar-secondary li.active { }
.navbar-secondary a:hover { color:#fff; }
.navbar-secondary .active a, .navbar-secondary .active a:hover { color: #fff; }


header {
	background: var(--color-secondary) url(../images/header.jpg) no-repeat center center/cover;
	position: relative;
}
.bg-01 { background-image: url("../images/header.jpg"); }
.bg-02 { background-image: url("../images/header-02.jpg"); }
.bg-03 { background-image: url("../images/header-03.jpg"); }
.visual {
	color: #fff;
	text-transform: uppercase;
	padding: 30px 0;
    height: 545px;
    display: flex;
}
.visual .wrapper {
	max-width: 1000px;
	margin:auto;
}
.visual h1 {
    font-weight: bold;
    font-size: 45px;
}


.button {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	min-width: 200px;
	background: var(--color-secondary);
    padding: 10px 15px;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-secondary);
    border: 0;
}
.btn-secondary {
    background: var(--color-primary);
    color: #000;
}
.button:hover {
    background: var(--color-primary);
}
.btn-secondary:hover {
    background: var(--color-secondary);
}
.box-r .button {
	background: #fff;
    color: var(--red) !important;
}
.box-r .button:hover {
    background: #fff;
    color: #000 !important;
}


.button.back {
	background: grey;
}
:hover.button, #perdita .bg-green .button, :hover.button.back {
	color: #fff;
}

.wrapper {
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
section {
	line-height: 28px;
}

.box {
	position: relative;
    padding: 45px 45px;
    margin: 40px auto 0;
    max-width: 1020px;
    box-sizing: border-box;
    border-image-slice: 9% 10 5% 10 fill;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 249.6 78.6'%3E%3Cpolygon fill='%23ead4bf' points='0 0 2.2 78.6 249.6 75.1 248.2 7.1 0 0'/%3E%3C/svg%3E");
    border-style: solid;
}
.box:has(>h2):not(.box-r) {
    padding-top: 0;
    margin-top: 70px;
}
.box:not(.box-r) h2 {
    padding: 0;
    margin: -10px 0 50px;
    color: #fff;
    -webkit-box-shadow: 8px 15px 15px 12px rgba(0,0,0,0.3); 
    box-shadow: 8px 15px 15px 12px rgba(0,0,0,0.3);
    border-image-slice: 22 10 13 10 fill;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 29px 10px 22px 19px;
    border-image-repeat: stretch stretch;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 249.6 78.6'%3E%3Cpolygon fill='%23235c3a' points='0 0 2.2 78.6 249.6 75.1 248.2 7.1 0 0'/%3E%3C/svg%3E");
}
.box-g {
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 249.6 78.6'%3E%3Cpolygon fill='%23235c3a' points='0 0 2.2 78.6 249.6 75.1 248.2 7.1 0 0'/%3E%3C/svg%3E");
    color: #fff;
}
.box-r {
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 249.6 78.6'%3E%3Cpolygon fill='%23E5372B' points='0 0 2.2 78.6 249.6 75.1 248.2 7.1 0 0'/%3E%3C/svg%3E");
    color: #fff;
}
.box-r a, .box-g a {
    color: #fff !important;
}

.content-short {
    max-width: 620px;
    margin: auto;
    position: relative;
}
.intro {
	position: relative;
    padding: 25px;
    margin: 40px auto;
}
.intro.first h1 {
    font-size: 27px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0;
}
.intro.first {
    padding: 5px 25px 5px;
}
.bg-g .intro .button:hover {
    background: #fff;
    color: #000;
}
.intro .cartolina {
    display: none;
}
@media (min-width: 1140px ) {
    .intro .cartolina {
        display: block;
        position: absolute;
        top: 50%;
        left: 30px;
        width: 260px;
        transform: translate(0, -50%);
    }
    .intro .cartolina img {
        max-width: 100%;
        height: auto;
    }
}
.gift {
    max-height: 260px;
    margin-bottom: -40px;
}
.bike {
    width: min(540px, 49vw);
    max-width: none !important;
}
strong.bg-o {
    padding: 0 5px;
    /*color: var(--color-secondary);*/
}

.text-uppercase {
    text-transform: uppercase;
}
.insegne {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.insegne .insegne-item {
    padding: 5px 0;
    width: 25%;
}
address {
    text-align: center;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/*body:not(#home):not(#after-registrazione):not(#missioni):not(#graduatoria) .sc-container {
    margin-top: 70px;
}*/
.sc-container {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    margin-top: 140px;
}
.sc {
	margin-top: -130px;
}
.sc-content {
    max-width: 800px;
    margin: auto;
}
.sc ul {
    list-style-type: none;
    padding: 0;
}
.sc h3 {
    font-size: 40px;
    margin: 0;
}
.sc .sc-title-container {
    position: relative;
    margin-top: 0;
}
@media (min-width: 860px) {
    .sc .sc-title-container::before {
        content: '';
        display: block;
        width: 150px;
        height: 150px;
        background: url(../images/ico-sc.svg) no-repeat center center / contain;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(0, -50%);
        z-index: 1;
    }
}
.sc a { color: var(--color-secondary); }
.sc a:hover { color: var(--color-primary); }
.attivo_su_altri_concorsi_dbunico {
	background-color:#eeeeef;
	color: #3e3e40;
	padding: 20px;
	margin: 20px 0;
}

.row-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    text-align: left;
}
.col {
    width: 50%;
    box-sizing: border-box;
}
.col img {
    max-width: 100%;
    height: auto;
}
.p-0 {
    padding:0;
}
.p-5 {
    padding: 20px;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.mb-5 {
    margin-bottom: 30px;
}
.bg-br {
    background: #96C9BC;
}
.bg-lb {
    background: rgba(231,207,184,.7);
}
.bg-lc {
    background:#d9efec
}
.bg-w {
    background: #fff;
}
.bg-b { background-color: #2C7BC2; color: #fff; }
.border-radius {
     border-radius: 30px;   
}
.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*.flex>div:first-child {
    width: 20%;
}*/
.flex.align-items-center {
    align-items: center;
}
.vincita img {
    max-width: 700px;
}

/* FORM */
#recaptchadiv>div {margin: 0 auto;}
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-col-left {
	float: left;
	width: 48%;
}
.form-col-right {
	float: right;
	width: 48%;
}
.form-col-wide {
	
}
label { cursor: pointer; }
#gelatidettaglio, #prodotti_da_fornodettaglio, #piatti_prontidettaglio {
    padding-left: 40px;
}
.qtip-content {
	font-size: 13px;
	line-height: 15px;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 1px solid #fff;
    background: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
    font-family: var(--font-primary);
}
input.text {
	width: 100%;
	z-index: 3;
}
input:focus.text, textarea:focus, select:focus {
	border: 1px solid #fff;
    background: #fff;
}
section input.text, section select {
    background: #fff !important;
}
select.text {
	width: 100%;
}
input#ind_toponimo {
	width: 60%;
}
input#ind_civico {
	width: 10%;
}
input#data_nascita_anno {
	width: 20%;
}
#loginForm input.text, #pre-registrazione input#partita_iva, #pre-registrazione input#email {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 20px;
}

input#codice {
    vertical-align: middle;
    border: 3px solid var(--color-secondary);
    margin: 10px auto 0;
    max-width: 500px;
    padding: 10px;
}

/* COLLECTION */

.collection .intestazione {
	padding: 10px 20px;
	background: #553D38;
	color: #ffffff;
	text-align: left;
}
.collection td {
	padding: 10px 20px;
	text-align: left;
	font-size: 18px;
}
.collection .td1 { background-color: #fff; }
.collection .td2 { background-color: #f8f6f1; }
.td1right, .td2right { padding-right: 10px; }
tr.vincente td.td1, tr.vincente td.td2 { background: #FFAA4A; }


.w { color: #fff; }
a:hover.w  { color: #fff; }

/* OVERLAY */
body.noscroll {
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	overflow: auto;
	background-color: rgba(19, 55, 34, 0.9);
}
.overlay-content {
	width: 860px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    background: #fff;
    z-index: 100001;
    transform: translate(-50%, -50%);
	padding: 20px;
}
.overlay-cta-close {
	background: url(../images/overlay-close.png) no-repeat;
	color: #fff;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
	padding: 0 !important;
}
.ov-premio-tit {
	margin: -10px 20px 0;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	padding: 20px 0 20px 0;
	position: relative;
}
.overlay .overflow {
	height: 470px;
	overflow: auto;
}
#regolamento .ov-premio-tit {
	padding-left: 20px;
}
.ov-premio-img {
	/*height: 480px;*/
	width: 325px;
	float: left;
	text-align: center;
	position: relative;
    box-sizing: border-box;
}
.ov-premio-img img {
	max-width: 100%;
}
.ov-premio-cont {
	float: left;
    width: 515px;
    font-size: 18px;
    padding: 0 0 0 20px;
}
.ov-premio-cont>p:first-child {
	margin-top: 0;
}


.nav-servizio {
	float: left;
}
.nav-servizio ul {
	list-style-type: none;
	padding: 0 30px 0px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.nav-servizio li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}
.nav-servizio li a {
	color: #fff;
	font: 600 15px var(--font-primary);
	margin: 0;
	text-transform: none;
}

.logo-footer {
    margin: 0 0 20px 10px;
    display: inline-block;
}
/* ==========================================================================
   Stuff
   ========================================================================== */
#disclaimer {
	height: 180px; overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 15px 0;
}
.tLeft { text-align: left; }
.tCenter, .text-center { text-align: center; }
.tRight, .text-right { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.medium { font-size: 14px; line-height: normal;}
.small { font-size: 12px; line-height: normal; }
.y, .y:hover { color: #ffff1a; }
.o { color: var(--color-primary); }
.g { color: var(--color-secondary); }
.bg-o { background: var(--color-primary); }
.bg-g { background: var(--color-secondary); color: #fff; }
.w { color: #fff; }
.red { color:#E5372B; }
.xb {font-weight: 900; }
.arvo { font-family: var(--font-secondary); }
.no-wrap { white-space: nowrap; }
.cookie { clear:both; }
.cookie a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #bbac8e;
	float: right;
	padding: 3px 10px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	margin-right: 18px;
}
.cookie a:hover { background: #c91f26 }

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26 !important;
	border-width: 0 0 2px 0;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 20px;
	color: #9e2f14;
	background: #fce9e9;
	width: 70%;
    margin: 0 auto;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 20px;
	background-color:#ebf1cd;
	color: #315307;
	width: 70%;
    margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }

/* MENU */
.icon-open:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/menu-open.svg) no-repeat center center / contain;
    display: block;
    margin: 15px 10px;
}
div.ada-navigator-overlay.ada-navigator-overlay--visible {
    opacity: 1;
    left: 0;
}
div.ada-navigator-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    will-change: opacity;
    cursor: pointer;
}
.ada-navigator {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    z-index: 11;
}
@media (min-width: 576px) {
    .ada-navigator {
        width: 390px;
        -webkit-transform: translateX(390px);
        transform: translateX(390px);
    }
}
.ada-navigator.ada-navigator--visible {
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.ada-navigator__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}
.ada-navigator__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background-color: #aca18c;
}
.icon-close {
    color: #fff;
    margin-left: auto;
}
.icon-close:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/menu-close.svg) no-repeat center center / contain;
    display: block;
    margin: 0 10px;
}
.ada-navigator__menu-container {
    position: relative;
}
.ada-navigator__menu-container ul {
    border-top: 1px solid #e4ddd7;
    padding: 0;
    margin: 0;
    text-align: left;
}
.ada-navigator__menu-container .ada-navigator__menu-content {
    display: block !important;
}
.ada-navigator__menu-container ul>li {
    border-bottom: 1px solid #e4ddd7;
    overflow: hidden;
    display: block;
}
.ada-navigator__menu-container .ada-navigator__menu-item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ada-navigator__menu-container ul li a {
    width: calc(100% - 49px);
    line-height: 2rem;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: #4e4e4e;
    text-decoration: none;
}
.ada-navigator__menu-container .ada-navigator__menu-content a {
    display: block;
    float: left;
}
.ada-navigator-logo {
    padding: 40px 20px 20px;
    text-align: center;
}
.ada-navigator-logo img {
    max-width: 100%;
}

footer {
	font-size: 14px;
    margin-top: auto;
}
.cmp-footer {
    font-size: 1rem;
    font-weight: 400;
}
.cmp-footer:after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1190' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath transform='translate(0 591)' fill='%23fff' stroke='%23707070' d='M0 0h1190v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -591)' clip-path='url(../../sammontana-foundation/components/structure/footer/v1/footer/clientlibs/site/css/%23a)'%3E%3Cpath fill='%23003565' d='M0 591h98.409v849.428H0z'/%3E%3Cpath fill='%23009fdf' d='M463.288 591h71.727v849.428h-71.727z'/%3E%3Cpath fill='%235eb49c' d='M406.527 591h47.059v849.428h-47.059z'/%3E%3Cpath fill='%23f27c00' d='M127.073 591H169.4v849.428h-42.327z'/%3E%3Cpath fill='%2355bff0' d='M241.993 591h72.541v849.428h-72.541z'/%3E%3Cpath fill='%23b38954' d='M377.883 591h16.14v849.428h-16.14z'/%3E%3Cpath fill='%23f27c00' d='M255.49 591h12.682v849.428H255.49zM506.534 591h14.109v849.428h-14.109z'/%3E%3Cpath fill='%23fde9b1' d='M474.077 591h7.054v849.428h-7.054z'/%3E%3Cpath fill='%2300356c' d='M355.889 591h8.991v849.428h-8.991z'/%3E%3Cpath fill='%236a2b0d' d='M143.863 591h8.991v849.428h-8.991z'/%3E%3Cpath fill='%23ffce4a' d='M69.57 591h14.985v849.428H69.57z'/%3E%3Cpath fill='%23fde9b1' d='M166.322 591h56.49v849.428h-56.49z'/%3E%3Cpath fill='%236a2b0d' d='M324.523 591h21.851v849.428h-21.851z'/%3E%3Cpath fill='%2355bff0' d='M111.367 591h7.254v849.428h-7.254z'/%3E%3Cpath fill='%236a2b0d' d='M199.89 591h24.21v849.428h-24.21zM419.326 591h7.492v849.428h-7.492z'/%3E%3Cpath fill='%23fff' d='M290.44 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%23003565' d='M493.804 591h4.843v849.428h-4.843z'/%3E%3Cpath fill='%236a2b0d' d='M180.178 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%2355bff0' d='M52.175 591h7.254v849.428h-7.254z'/%3E%3Cpath fill='%23fde9b1' d='M330.347 591h4.352v849.428h-4.352z'/%3E%3Cpath fill='%23003565' d='M302.297 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%23d9000d' d='M231.764 591h3.989v849.428h-3.989z'/%3E%3Cpath fill='%23003565' d='M437.801 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23f89500' d='M903.251 591h8.214v849.428h-8.214z'/%3E%3Cpath fill='%23224c2a' d='M545.556 591h22.813v849.428h-22.813z'/%3E%3Cpath fill='%23009fdf' d='M1010.251 591h94.286v849.428h-94.286z'/%3E%3Cpath fill='%235eb49c' d='M917.072 591h41.125v849.428h-41.125z'/%3E%3Cpath fill='%23f27c00' d='M629.498 591h47.927v849.428h-47.927z'/%3E%3Cpath fill='%2355bff0' d='M759.622 591h82.138v849.428h-82.138z'/%3E%3Cpath fill='%23224c2a' d='M918.272 591h18.275v849.428h-18.275z'/%3E%3Cpath fill='%23f27c00' d='M774.905 591h14.36v849.428h-14.36zM1053.505 591h15.976v849.428h-15.976z'/%3E%3Cpath fill='%23fde9b1' d='M1022.412 591h7.987v849.428h-7.987z'/%3E%3Cpath fill='%2300356c' d='M888.587 591h10.181v849.428h-10.181z'/%3E%3Cpath fill='%236a2b0d' d='M651.332 591h10.181v849.428h-10.181z'/%3E%3Cpath fill='%23ffce4a' d='M587.607 591h16.968v849.428h-16.968z'/%3E%3Cpath fill='%23fde9b1' d='M673.94 591h63.965v849.428H673.94z'/%3E%3Cpath fill='%236a2b0d' d='M852.106 591h26.672v849.428h-26.672z'/%3E%3Cpath fill='%2355bff0' d='M611.714 591h8.214v849.428h-8.214z'/%3E%3Cpath fill='%23711f22' d='M711.949 591h27.413v849.428h-27.413z'/%3E%3Cpath fill='%236a2b0d' d='M967.589 591h8.483v849.428h-8.483z'/%3E%3Cpath fill='%23fff' d='M814.479 591h5.483v849.428h-5.483z'/%3E%3Cpath fill='%23003565' d='M1039.09 591h5.483v849.428h-5.483z'/%3E%3Cpath fill='%236a2b0d' d='M689.629 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%2355bff0' d='M576.255 591h8.213v849.428h-8.213z'/%3E%3Cpath fill='%23fde9b1' d='M859.665 591h4.928v849.428h-4.928z'/%3E%3Cpath fill='%23003565' d='M827.905 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%23d9000d' d='M750.973 591h3.99v849.428h-3.99z'/%3E%3Cpath fill='%23f27c00' d='M986.546 591h15.975v849.428h-15.975z'/%3E%3Cpath fill='%23fff' d='M1078.379 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23f27c00' d='M43.772 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23ffce4a' d='M635.997 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%23003565' d='M1096.111 591h40.965v849.428h-40.965z'/%3E%3Cpath fill='%23f27c00' d='M1162.307 591h28.367v849.428h-28.367z'/%3E%3Cpath fill='%236a2b0d' d='M1179.297 591h9.097v849.428h-9.097z'/%3E%3Cpath fill='%23ffce4a' d='M1104.122 591h15.163v849.428h-15.163z'/%3E%3Cpath fill='%2355bff0' d='M1146.415 591h7.34v849.428h-7.34z'/%3E%3Cpath fill='%236a2b0d' d='M104.643 591h1.6v849.428h-1.6zM189.138 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23003565' d='M280.596 591h1.6v849.428h-1.6zM348.609 591h1.067v849.428h-1.067zM397.914 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%236a2b0d' d='M528.059 591h1.6v849.428h-1.6zM612.555 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23003565' d='M704.013 591h1.6v849.428h-1.6zM766.381 591h1.066v849.428h-1.066zM821.331 591h1.067v849.428h-1.067zM803.077 591h1.067v849.428h-1.067zM908.461 591h1.067v849.428h-1.067zM945.157 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23f27c00' d='M979.971 591h1.067v849.428h-1.067z'/%3E%3Cpath fill='%23003565' d='M1029.276 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%235eb49c' d='M784.823 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23fff' d='M1127.508 591h1.067v849.428h-1.067zM1170.415 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23009fdf' d='M724.635 591h2.134v849.428h-2.134zM664.87 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%236a2b0d' d='M131.93 591h1.6v849.428h-1.6zM257.449 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23f27c00' d='M595.995 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%2355bff0' d='M552.336 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23fff' d='M922.386 591h1.067v849.428h-1.067z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 1pc;
}
.cmp-footer a {
    color: inherit;
    text-decoration: none;
}
.cmp-footer a:hover {
    text-decoration: none;
}
.cmp-footer__brand {
    background: #efe8dc;
    padding-top: 4pc;
    padding-bottom: 4pc;
	color: #000;
}
.cmp-footer__container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.cmp-footer__section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.cmp-footer__logo {
    margin-right: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
}
.cmp-footer__logo-img {
    display: block;
    max-height: 70px;
    width: auto;
}
.cmp-footer__links-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: var(--font-secondary), serif;
    font-weight: 600;
}
.cmp-footer__links-list-item {
    margin-left: 0;
    line-height: 1.3;
    height: auto;
    margin-bottom: 10px;
}
.cmp-footer__links-heading__title {
    font-weight: 600;
}
.cmp-footer__links {
    width: 100%;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
.cmp-footer__links-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem;
    font-weight: 500;
}
button.cmp-footer__links-heading__toggle {
    display: none;
}
.cmp-footer__socials {
    margin-top: 0;
        margin-left: auto;
}
.cmp-footer__socials-items {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.cmp-footer__socials-list-item {
    margin-right: 1rem;
}
.cmp-footer__socials-list-item:last-child {
    margin-right: 0;
}
.cmp-footer__socials-item span {
    display: none;
}
.cmp-footer__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}
.cmp-footer__section-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.cmp-footer__info {
    line-height: 1.5;
    text-align: left;
}
.cmp-footer__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-top: 0;
    margin-left: 2rem;
}
.cmp-footer__section-bottom .cmp-footer__image-img {
    height: 90px;
    width: auto;
}
.cmp-footer__global {
    color: grey;
    background-color: #fff;
    padding-top: 2pc;
    padding-bottom: 2pc;
}
.cmp-footer__global-wrap {
    margin: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}
@media screen and (min-width: 769px) {
    .cmp-footer__brands-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    .cmp-footer__brands-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.cmp-footer__brands-list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-list-item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}
