footer {
	position: relative;
	display: block;
	width: 100%;
	height: fit-content;
	background-color: var(--brown-dark);
	z-index: 10;
}

/* Top */
footer .footer-top {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: fit-content;
	padding: 14.75vw var(--lateralMargin) 14.81vw; /*255px 0 256px*/
	row-gap: 4.45vw; /*77px*/
}

footer.has_divider .footer-top {
	padding: 2.7vw var(--lateralMargin) 14.81vw;
}

footer .footer-top .top-text,
footer .footer-top .top-rrss,
footer .footer-top .top-columns {
	position: relative;
	display: grid;
    grid-template-columns: repeat(12, 1fr);
	column-gap: var(--gap);
	width: 100%;
	height: fit-content;
}

footer .footer-top .top-text .text,
footer .footer-top .top-rrss a {
	position: relative;
	display: block;
    grid-column: 5 / span 4;
	height: fit-content;
}

footer .footer-top .top-columns {
	align-items: center;
}

footer .footer-top .top-columns .left,
footer .footer-top .top-columns .right {
	position: relative;
	display: block;
}

footer .footer-top .top-columns .left {
    grid-column: 1 / span 5;
}

footer .footer-top .top-columns .right {
    grid-column: 8 / span 5;
}

footer .footer-top .top-columns .center {
	position: relative;
	display: flex;
    grid-column: 6 / span 2;
	height: fit-content;
	justify-content: center;
}

footer .footer-top .top-columns .center .image {
	display: block;
    border: .57vw solid var(--beige);
	height: 16.89vw; /*292px*/
	width: 14.236vw; /*246px*/
}

footer .footer-top .top-columns .center .image:nth-child(1) {
	position: relative;
	z-index: 3;
	transform: rotate(0deg);
	transform-origin: center center;
	transition-delay: .6s;
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
}

footer .footer-top .top-columns .center .image:nth-child(2) {
	position: absolute;
	z-index: 2;
	transform: translate(0vw,0vw) rotate(0deg);
	transform-origin: center center;
	transition-delay: .8s;
	transition: all 1.4s ease;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
}

footer .footer-top .top-columns .center .image:nth-child(3) {
	position: absolute;
	z-index: 1;
	transform: translate(0vw,0vw) rotate(0deg);
	transform-origin: center center;
	transition-delay: 1s;
	transition: all 1.6s ease;
	-webkit-transition: all 1.6s ease;
	-moz-transition: all 1.6s ease;
	-o-transition: all 1.6s ease;
}

footer .footer-top .top-columns .center.revealed .image:nth-child(1) {
	transform: rotate(-1.67deg);
	transform-origin: center center;
}

footer .footer-top .top-columns .center.revealed .image:nth-child(2) {
	transform: translate(.69vw,.462vw) rotate(.95deg); /*12px,8px*/
	transform-origin: center center;
}

footer .footer-top .top-columns .center.revealed .image:nth-child(3) {
	transform: translate(1.15vw,.462vw) rotate(4.87deg); /*20px,8px*/
	transform-origin: center center;
}


/* Center */
footer .footer-center {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: fit-content;
	align-items: center;
	/*row-gap: 3.99vw;*/ /*69px*/
	row-gap: 5.9vw;
	padding: 0 var(--lateralMargin);
}

footer .footer-center .newsletter {
	position: relative;
	display: block;
	width: 22.56vw; /*390px*/
	height: 4.16vw; /*72px*/
	background-image: url('../../assets/svgs/newsletter.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

footer .footer-center .newsletter .wpcf7,
footer .footer-center .newsletter .wpcf7 form,
footer .footer-center .newsletter .wpcf7 form p {
	/*
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	*/
	height: fit-content;
}

footer .footer-center .newsletter input[type="email"] {
    position: relative;
    display: block;
	width: 100%;
	height: 100%;
    border: 0px;
	background-color: transparent;
	padding: 0px 0px 0px 1.56vw; /*0px 0px 0px 27px*/
	margin: 0px;
	font-family: 'DMMono-light', Arial, Helvetica, sans-serif;
    font-size: 1rem; /*12px*/
    line-height: 1.31;
    letter-spacing: 0.04rem;
    color: #978678;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
	height: 4.16vw; /*72px*/
}

footer .footer-center .newsletter input[type="email"]::placeholder {
    opacity: 1 !important;
    color: #978678;
}

footer .footer-center .newsletter input[type="email"]::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #978678;
}

footer .footer-center .newsletter input[type="email"]::-moz-placeholder {
    opacity: 1 !important;
    color: #978678;
}

footer .footer-center .newsletter input[type="email"]:-ms-input-placeholder {
    opacity: 1 !important;
    color: #978678;
}


footer .footer-center .newsletter .acceptance {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    font-family: 'DMMono-light', Arial, Helvetica, sans-serif;
    font-size: 1rem; /*12px*/
    line-height: 1.31;
    letter-spacing: 0.04rem;
    color: #978678;
	padding: var(--gap) 0 0 5px;
}

footer .footer-center .newsletter .acceptance a {
    color: var(--beige-white);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .231vw; /*4px*/
    color: #978678;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    display: none !important;
}

footer .footer-center .newsletter .acceptance .wpcf7-list-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 0 0 !important;
}

footer .footer-center .newsletter .acceptance .wpcf7-list-item label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: .81vw; /*14px*/
    align-items: center;
    cursor: pointer;
    width: fit-content;
    max-width: 100%;
}

footer .footer-center .newsletter .acceptance .wpcf7-list-item label span {
    position: relative;
    /*width: calc(100% - 1.62vw);*/
}

footer .footer-center .newsletter .acceptance input[type="checkbox"] {
    position: relative;
    display: inline-block;
    width: .81vw; /*14px*/
    height: .81vw; /*14px*/
    border: 1px solid #936c6c;
    margin: 0px;
    cursor: pointer;
}

footer .footer-center .newsletter .acceptance input[type="checkbox"]:checked {
    background-image: url('../../assets/svgs/check.svg');
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
}



footer .footer-center .newsletter input[type="submit"] {
    position: absolute;
    display: block;
	z-index: 2;
    width: 1.85vw; /*32px*/
    height: 1.85vw; /*32px*/
    border: 0px;
	background-image: url('../../assets/svgs/submit.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
    background-color: transparent;
	padding: 0px;
    margin: 0px;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
	top: 50%;
  	right: 1.041vw; /*20px*/
  	transform: translate(0,-50%);
	color: transparent;
}

footer .footer-center .newsletter input[type="submit"]:disabled {
    cursor: not-allowed;
}

footer .footer-center .newsletter input[type="submit"]:hover {
}



footer .footer-center .text {
	position: relative;
	display: block;
	width: 22.56vw; /*390px*/
	height: fit-content;
}

.wpcf7-not-valid-tip {
    display: none;
    color: #ff1717 !important;
}


footer .footer-center .newsletter form.invalid input[type="email"].wpcf7-not-valid {
    color: #ff1717 !important;
    border-color: #ff1717 !important;
}

footer .footer-center .newsletter form.invalid input[type="email"]::placeholder {
    color: #ff1717 !important;
}

footer .footer-center .newsletter form.invalid input[type="email"]::-webkit-input-placeholder {
    color: #ff1717 !important;
}

footer .footer-center .newsletter form.invalid input[type="email"]::-moz-placeholder {
    color: #ff1717 !important;
}

footer .footer-center .newsletter form.invalid input[type="email"]:-ms-input-placeholder {
    color: #ff1717 !important;
}

/* Sending */
footer form .wpcf7-spinner {
    position: absolute !important;
    z-index: 2;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0;
    width: 2.08vw !important;
    height: 2.08vw !important;
    background-color: transparent !important;
    background-image: url('../../assets/images/loader.gif') !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    mix-blend-mode: lighten;
    opacity: .6 !important;
	transform: translate(110%,-50%);
	top: 50%;
	left: auto;
	right: 0px;
}

footer form .wpcf7-spinner::before {
    display: none;
}

/* Output */
footer .wpcf7 form.invalid .wpcf7-response-output, 
footer .wpcf7 form.unaccepted .wpcf7-response-output, 
footer .wpcf7 form.payment-required .wpcf7-response-output,
footer .wpcf7 form .wpcf7-response-output {
    position: absolute;
    display: block;
    font-family: 'DMMono-light', Arial, Helvetica, sans-serif;
    font-size: 1rem; /*12px*/
    line-height: 1.31;
    letter-spacing: 0.04rem;
    color: var(--beige-white);
    margin: .69vw 0 0 !important; /*12px 0 0*/
    padding: 0px !important;
    border: 0px !important;
    width: 100% !important;
    text-align: center !important;
}

footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7 form.unaccepted .wpcf7-response-output, 
footer .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ff1717;
}

footer .wpcf7 form .wpcf7-response-output {
    color: var(--beige-white);
}


/* Bottom */
footer .footer-bottom {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: 100%;
	height: fit-content;
	column-gap: var(--gap);
	padding: 14.98vw var(--lateralMargin) 2.84vw; /*259px 0 49px*/
	row-gap: 15.27vw; /*264px*/
}


/* Bottom - Logos */
footer .footer-bottom .logos-inner {
	position: relative;
	display: inline-flex;
	flex-flow: column;
	justify-content: space-between;
    grid-column: 1 / span 6;
	grid-row: 1;
	height: auto;
}

footer .footer-bottom .logos-inner .footer-logo svg {
	position: relative;
	display: block;
    width: 11.57vw;
	height: auto;
	fill: var(--beige-white);
}

footer .footer-bottom .logos-inner .items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.62vw; /*28px*/
	width: 100%;
	height: fit-content;
}

footer .footer-bottom .logos-inner .items .item {
	position: relative;
	display: inline-block;
	width: 7.06vw; /*122px*/
	height: 2.2vw; /*38px*/
}

footer .footer-bottom .logos-inner .items .item picture {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

footer .footer-bottom .logos-inner .items .item picture img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


/* Bottom - Nav */
footer .footer-bottom .nav-inner {
	position: relative;
	display: inline-block;
    grid-column: 7 / span 3;
	grid-row: 1;
	height: fit-content;
}

footer .footer-bottom .nav-inner .menu {
	position: relative;
	display: flex;
	flex-flow: column;
	row-gap: .92vw; /*16px*/
}

footer .footer-bottom .nav-inner .menu li a {
	position: relative;
	display: inline-block;
	font-family: 'Kumlien-pro', Arial, Helvetica, sans-serif;
    color: var(--beige-white);
    font-size: 3.34rem; /*40px*/
    line-height: 1.1;
    letter-spacing: -0.025rem;
	width: fit-content;
}

footer .footer-bottom .nav-inner .menu li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background-color: rgba(244,241,236,.4);
	bottom: -1px;
	left: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

footer .footer-bottom .nav-inner .menu li a:hover::after {
	width: 100%;
}


/* Bottom - Contact */
footer .footer-bottom .contact-inner {
	position: relative;
	display: inline-block;
    grid-column: 10 / span 3;
	grid-row: 1;
	height: fit-content;
}

footer .footer-bottom .contact-inner .size-1 p {
    padding-bottom: .983vw; /*17px*/
}

footer .footer-bottom .contact-inner .size-1 p:last-child {
    padding-bottom: 0px !important;
}


/* Bottom - Text */
footer .footer-bottom .text-inner {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
    grid-column: 1 / span 6;
	grid-row: 2;
}

footer .footer-bottom .text-inner .text {
	position: relative;
	display: block;
    grid-column: 1 / span 3;
}


/* Bottom - Secondary nav inner */
footer .footer-bottom .secondary-nav-inner {
	position: relative;
	display: flex;
    grid-column: 7 / span 5;
	grid-row: 2;
	flex-wrap: wrap;
	column-gap: 1.85vw; /*32px*/
	align-items: flex-end;
	height: auto;
}

footer .footer-bottom .secondary-nav-inner .menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.85vw; /*32px*/
}

footer .footer-bottom .secondary-nav-inner .menu li a {
	position: relative;
	display: inline-block;
    font-family: 'DMMono-light', Arial, Helvetica, sans-serif;
    color: var(--beige-white);
    font-size: 1rem; /*12px*/
    line-height: 1.31;
    letter-spacing: 0.04rem;
	text-transform: uppercase;
	width: fit-content;
}

footer .footer-bottom .secondary-nav-inner .menu li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: rgba(244,241,236,.4);
	bottom: 0px;
	left: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

footer .footer-bottom .secondary-nav-inner .menu li a:hover::after {
	width: 100%;
}

footer .footer-bottom .secondary-nav-inner .lang-inner {
	position: relative;
	display: inline-block;
	width: fit-content;
	height: fit-content;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	width: fit-content;
	height: fit-content;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li {
	position: relative;
	display: flex;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li span {
	cursor: default;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li a {
	position: relative;
	display: inline-block;
	width: fit-content;
	height: fit-content;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: rgba(244,241,236,.4);
	bottom: 0px;
	left: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li a:hover::after {
	width: 100%;
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li:after {
	content: '|';
	height: fit-content;
	display: flex;
	width: 1.38vw; /*24px*/
	justify-content: center;
	font-size: 1em;
	line-height: 1.31;
	letter-spacing: 0.04em;
	color: var(--beige-white);
	transform: translate(0,1px);
}

footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li:last-child::after {
	display: none;
}

/* Bottom - RRSS */
footer .footer-bottom .rrss-inner {
	position: relative;
	display: flex;
    grid-column: 11 / span 2;
	grid-row: 2;
	height: auto;
	flex-wrap: wrap;
	column-gap: 1.38vw; /*24px*/
	align-items: flex-end;
	justify-content: flex-end;
}

footer .footer-bottom .rrss-inner .item {
	position: relative;
	display: block;
	width: 1.157vw; /*20px*/
	height: 1.157vw; /*20px*/
	flex-wrap: wrap;
}


@media screen and (max-width: 1728px) {
	/* Center */
	footer .footer-center {
  		row-gap: 102px;
	}

	footer .footer-center .newsletter {
		/*width: 22.56vw;*/ /*390px*/
		/*height: 4.16vw;*/ /*72px*/

		width: 390px;
		height: 72px;
	}

	footer .wpcf7 form.invalid .wpcf7-response-output, 
	footer .wpcf7 form.unaccepted .wpcf7-response-output, 
	footer .wpcf7 form.payment-required .wpcf7-response-output, 
	footer .wpcf7 form .wpcf7-response-output {
  		font-size: 12px;
	}

	footer .footer-center .newsletter input[type="email"] {
		/*padding: 0px 0px 0px 1.56vw;*/ /*0px 0px 0px 27px*/
		padding: 0px 0px 0px 27px;
		font-size: 12px;
		height: 72px;
	}	
	
	footer .footer-center .newsletter .acceptance {
		font-size: 12px;
	}

	footer .footer-center .newsletter .acceptance input[type="checkbox"] {
		width: 12px;
  		height: 12px;
	}

	footer .footer-center .newsletter .acceptance .wpcf7-list-item label {
		gap: 12px;
  		align-items: flex-start;
	}

	footer .footer-center .newsletter .acceptance .wpcf7-list-item label span {
		width: calc(100% - 24px);
		margin-top: -2px;
	}
	
	footer .footer-center .newsletter input[type="submit"] {
		width: 32px; /*32px*/
		height: 32px; /*32px*/
		right: 20px; /*20px*/
	}

	footer .footer-center .text {
		width: 390px;
	}

	/* Bottom - Text */
	footer .footer-bottom .secondary-nav-inner .menu li a {
		font-size: 12px;
	}

	footer .footer-bottom .secondary-nav-inner .lang-inner .lang-switcher li:after {
		width: 1.38vw; /*24px*/
		font-size: 12px;
		line-height: 1.31;
		letter-spacing: 0.04em;
	}

	footer .footer-bottom .rrss-inner .item {
		width: 20px;
		height: 20px;
	}

	footer .footer-bottom .text-inner .text {
		grid-column: 1 / span 5;
		max-width: 402px;
	}
}



@media screen and (max-width: 1440px) {
	footer .footer-bottom .nav-inner .menu li a {
        font-size: 2.9rem;
	}
}


@media screen and (max-width: 1280px) {
	footer .footer-bottom .nav-inner .menu li a {
        font-size: 2.6rem;
	}
}


@media only screen and (max-width: 740px) {
	footer .footer-top {
		padding: 20.25vw var(--lateralMargin) 31.28vw; /*79px var(--lateralMargin) 122px*/
		row-gap: 12.3vw; /*48px*/
		align-items: center;
	}

	footer.has_divider .footer-top {
		padding: 12.3vw var(--lateralMargin) 31.28vw;  /*48px var(--lateralMargin) 122px*/
	}

	footer .footer-top .top-text,
	footer .footer-top .top-rrss {
		position: relative;
		display: block;
		width: 100%;
		max-width: 71.02vw; /*277px*/
		height: fit-content;
	}

	footer .footer-top .top-text .text,
	footer .footer-top .top-rrss a {
		position: relative;
		display: block;
		height: fit-content;
	}

	footer .footer-top .top-columns {
		position: relative;
		display: flex;
		flex-flow: column;
		column-gap: 0;
	}
	footer .footer-top .top-columns {
		align-items: center;
	}

	footer .footer-top .top-columns .left,
	footer .footer-top .top-columns .right {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
	}

	footer .footer-top .top-columns .left {
		order: 2;
	}

	footer .footer-top .top-columns .right {
		order: 3;
	}

	footer .footer-top .top-columns .center {
		width: 100%;
		height: 62.56vw; /*244px*/
		margin-bottom: 14.35vw; /*56px*/
	}


	footer .footer-top .top-columns .center .image {
		/*display: block;
		border: 8px solid var(--beige);*/ /*8px*/
		height: 62.56vw; /*244px*/
		width: 52.82vw; /*206px*/
	}

	footer .footer-top .top-columns .center.revealed .image:nth-child(2) {
  		transform: translate(12px,8px) rotate(.95deg);
  		transform-origin: center center;
	}

	footer .footer-top .top-columns .center.revealed .image:nth-child(3) {
		transform: translate(18px,8px) rotate(4.87deg);
		transform-origin: center center;
	}

	/* Center */
	footer .wpcf7 form.invalid .wpcf7-response-output, 
	footer .wpcf7 form.unaccepted .wpcf7-response-output, 
	footer .wpcf7 form.payment-required .wpcf7-response-output, 
	footer .wpcf7 form .wpcf7-response-output {
  		margin: 2vw 0 0 !important;
	}

	footer form .wpcf7-spinner {
		width: 9.08vw !important;
		height: 9.08vw !important;
		right: auto;
		left: 0px;
		transform: translate(0,0);
		top: 110%;
	}


	/* Bottom */
	footer .footer-bottom {
		position: relative;
		display: flex;
		flex-flow: column;
		width: 100%;
		height: fit-content;
		column-gap: var(--gap);
		padding: 42.56vw var(--lateralMargin) 27.69vw; /*166px 0 108px*/
		row-gap: 0px;
	}

	/* Bottom - Logos */
	footer .footer-bottom .logos-inner {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 12.56vw; /*49px*/
	}

	footer .footer-bottom .logos-inner .footer-logo svg {
		width: 51.28vw; /*200px*/
	}

	footer .footer-bottom .logos-inner .items {
		display: none;
	}

	/* Bottom - Nav */
	footer .footer-bottom .nav-inner {
		display: none;
	}

	/* Bottom - Contact */
	footer .footer-bottom .contact-inner {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 24.1vw; /*94px*/
	}

	footer .footer-bottom .contact-inner .text {
		text-align: left;
	}

	footer .footer-bottom .contact-inner .size-1 p {
        padding-bottom: 4.35vw; /*17px*/
	}

	/* Bottom - Text */
	footer .footer-bottom .text-inner {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 9.23vw; /*36px*/
	}

	footer .footer-bottom .text-inner .text {
		position: relative;
		display: block;
		width: 100%;
	}

	/* Bottom - Secondary nav inner */
	footer .footer-bottom .secondary-nav-inner {
		column-gap: 0;
		align-items: flex-start;
		height: fit-content;
	}

	footer .footer-bottom .secondary-nav-inner .menu {
		column-gap: 9.48vw; /*37px*/
		column-gap: 5.12vw; /*20px*/
	}

	footer .footer-bottom .secondary-nav-inner .menu li a::after {
		display: none;
	}

	footer .footer-bottom .secondary-nav-inner .lang-inner {
		display: none;
	}

	/* Bottom - RRSS */
	footer .footer-bottom .rrss-inner {
		position: relative;
		display: flex;
		width: 100%;
		column-gap: 5.64vw; /*22px*/
		align-items: flex-start;
  		justify-content: flex-start;
		padding-top: 15.89vw; /*62px*/
	}

	footer .footer-bottom .rrss-inner .item {
		width: 5.128vw; /*20px*/
		height: 5.128vw; /*20px*/
	}
}


@media only screen and (max-width: 550px) {
	footer .footer-top {
		padding: 79px var(--lateralMargin) 122px;
		row-gap: 48px;
	}

	footer.has_divider .footer-top {
		padding: 48px var(--lateralMargin) 122px;
	}

	footer .footer-top .top-text,
	footer .footer-top .top-rrss {
		max-width: 277px;
	}

	footer .footer-top .top-columns .center {
		height: 244px;
		margin-bottom: 56px;
	}


	footer .footer-top .top-columns .center .image {
		border: 8px solid var(--beige);
		height: 244px;
		width: 206px;
	}

	/* Center */
	footer .footer-center .newsletter {
		width: 100%;
		max-width: 358px;
		height: 72px;
	}
	
	footer form .wpcf7-spinner {
		width: 9.08vw !important;
		height: 9.08vw !important;
		right: auto;
		transform: translate(-50%,0);
		top: 130px;
		left: 50%;
	}

	footer .footer-center .text {
		width: 100%;
		max-width: 358px;
	}

	/* Bottom */
	footer .footer-bottom {
		padding: 166px var(--lateralMargin) 108px; 
		row-gap: 0px;
	}

	footer .footer-bottom .logos-inner {
		padding-bottom: 49px;
	}

	footer .footer-bottom .logos-inner .footer-logo svg {
		width: 200px;
	}

	footer .footer-bottom .contact-inner {
		padding-bottom: 94px;
	}

	footer .footer-bottom .contact-inner .text {
		text-align: left;
	}

	footer .footer-bottom .contact-inner .size-1 p {
        padding-bottom: 17px;
	}

	footer .footer-bottom .text-inner {
		padding-bottom: 36px;
	}

	footer .footer-bottom .secondary-nav-inner .menu {
		column-gap: 37px;
		column-gap: 20px;
	}

	footer .footer-bottom .rrss-inner {
		column-gap: 22px;
		padding-top: 62px;
	}

	footer .footer-bottom .rrss-inner .item {
		width: 20px;
		height: 20px;
	}
}