:root {
	--color-magenta-700: #b91d5f;
}
.gform_body .gform_fields,
.main-menu__list {
	list-style-type: none;
}
.button,
.checkbox label:before,
.styled-input {
	transition: all 0.2s ease-out;
}
.styled-input,
button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
fieldset,
img {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
.help,
abbr {
	cursor: help;
}
table {
	border-spacing: 0;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
	border-radius: 0;
}
.gform_body .gform_fields .gfield_label {
	display: none;
}
.button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-family: Oranienbaum, serif;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	border: none;
}
.checkbox,
.hero__copy p,
.styled-input,
.styled-label {
	font-family: "Source Sans Pro", sans-serif;
}
.button--magenta {
	background: var(--color-primary);
	color: #fff;
	padding: 0 25px;
	font-size: 1.5rem;
	height: 50px;
	line-height: 50px;
}
.button--magenta-small,
.button--outline-small {
	padding: 0 20px;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
}
.button--magenta:active,
.button--magenta:hover,
.button--magenta:focus {
	background: var(--color-primary);
}
.button--magenta:active,
.button--magenta:hover {
	text-decoration: underline;
}
.home .button--magenta:active,
.home .button--magenta:hover,
.home .button--magenta:focus {
	background: var(--color-magenta-700);
}
.button--magenta-small {
	background: var(--color-primary);
	color: #fff;
}
.button--magenta-small:active,
.button--magenta-small:hover,
.button--magenta-small:focus {
	background: var(--color-primary);
}
.button--magenta-small:active,
.button--magenta-small:hover {
	text-decoration: underline;
}
.button--outline-small {
	background: 0 0;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.button--outline-small:active,
.button--outline-small:hover,
.button--outline-small:focus {
	background: var(--color-background);
}
.button--outline-small:active,
.button--outline-small:hover {
	text-decoration: underline;
}
.styled-label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}
.styled-label.error {
	color: #c42d2d;
}
.styled-input {
	font-size: 16px;
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #000;
	margin-bottom: 0.9375rem;
	width: 100%;
	padding: 0 10px;
	background: #fff;
}
.styled-input:active,
.styled-input:focus,
.styled-input:hover {
	border-color: var(--color-primary);
}
.styled-input:last-child {
	margin-bottom: 0;
}
.styled-input.error {
	border-color: #c42d2d;
}
.checkbox {
	position: relative;
	padding-left: 33px;
	min-height: 24px;
	margin-bottom: 1.25rem;
}
.checkbox:last-child,
.master-wrapper:last-child {
	margin-bottom: 0;
}
.checkbox:hover label:before {
	border-color: var(--color-primary);
}
.checkbox label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	padding-top: 2px;
	text-align: left;
}
.checkbox label:before {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	border: 1px solid #000;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 74% auto;
}
.checkbox label a {
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease-out;
}
.footer__list-anchor,
.main-menu__list-anchor {
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.checkbox label a:hover {
	color: var(--color-primary);
}
.checkbox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	border-color: transparent;
}
.checkbox input:checked + label:before {
	background-color: var(--color-primary);
	background-image: url(../i/icon-checkbox-white.svg);
	border-color: var(--color-primary);
}
.checkbox.error label {
	color: #c42d2d;
}
.checkbox.error label:before {
	border-color: #c42d2d;
	animation-name: shake-animation;
	animation-duration: 0.4s;
	animation-timing-function: ease;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	-webkit-animation-name: shake-animation;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: running;
}
.data-required {
	color: var(--color-primary);
	font-weight: 700;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
	scroll-behavior: smooth;
}
html.menu-active,
html.menu-active body {
	overflow: hidden;
}
body {
	font-family: Oranienbaum, serif;
	font-weight: 400;
	padding-top: 120px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	color: #333;
}
.master-wrapper {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.container {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.main-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255, 255, 255, 0.93);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
.main-menu.scrolled {
	box-shadow: 0 0 20px 0 rgba(170, 63, 117, 0.15);
}
.main-menu__holder {
	height: 120px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.main-menu__logo {
	display: block;
	width: 7.5rem;
	z-index: 102;
	position: relative;
	transition: all 0.2s ease-out;
}
.main-menu__logo:active,
.main-menu__logo:hover,
.main-menu__logo:focus {
	opacity: 0.8;
}
.main-menu__logo img {
	display: block;
	width: 100%;
	height: auto;
}
.main-menu__secondary-logo {
	width: 4.375rem;
	transition: all 0.2s ease-out;
}
.main-menu__secondary-logo:active,
.main-menu__secondary-logo:hover,
.main-menu__secondary-logo:focus {
	opacity: 0.8;
}
.main-menu__secondary-logo img {
	max-width: 100%;
	height: auto;
}
.main-menu__right {
	margin-left: 3.125rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	transition: all 0.2s ease-out;
	z-index: 100;
}
.main-menu__right-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.main-menu__list {
	display: -ms-flexbox;
	display: flex;
}
.main-menu__list-item {
	margin-right: 2.5rem;
}
.main-menu__list-item:last-child {
	margin-right: 0;
}
.main-menu__list-anchor {
	color: #000;
	font-size: 1.3125rem;
	display: block;
}
.main-menu__list-anchor:active,
.main-menu__list-anchor:hover,
.main-menu__list-anchor:focus {
	color: var(--color-primary);
}
.main-menu__list-anchor:active,
.main-menu__list-anchor:hover {
	text-decoration: underline;
}
.home .main-menu__list-anchor:active,
.home .main-menu__list-anchor:hover,
.home .main-menu__list-anchor:focus {
	color: var(--color-magenta-700);
}
.main-menu__hamburger {
	display: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: relative;
	z-index: 102;
	margin-left: auto;
}
.main-menu__hamburger-line {
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	transition: all 0.2s ease-out;
	transform-origin: 0 50%;
}
.main-menu__hamburger-line--1 {
	top: 0;
}
.main-menu__hamburger-line--2 {
	top: 50%;
	transform: translate(0, -50%);
}
.main-menu__hamburger-line--3 {
	bottom: 0;
}
.main-menu__hamburger-icon {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.main-menu__hamburger-icon.active .main-menu__hamburger-line--1 {
	width: calc(141% - 2px);
	transform: rotate(45deg);
}
.main-menu__hamburger-icon.active .main-menu__hamburger-line--2 {
	opacity: 0;
}
.main-menu__hamburger-icon.active .main-menu__hamburger-line--3 {
	width: calc(141% - 2px);
	transform: rotate(-45deg);
}
.footer__holder {
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.footer__right {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 3.125rem;
}
.footer__logo {
	display: block;
	width: 7.5rem;
	transition: all 0.2s ease-out;
}
.footer__logo:active,
.footer__logo:hover,
.footer__logo:focus {
	opacity: 0.8;
}
.footer__logo img {
	width: 100%;
	height: auto;
	display: block;
}
.footer__list,
.social-icons {
	display: -ms-flexbox;
	list-style-type: none;
}
.footer__list {
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer__list-item {
	margin-right: 2.5rem;
}
.footer__list-item:last-child {
	margin-right: 0;
}
.footer__list-anchor {
	color: inherit;
}
.footer__list-anchor:active,
.footer__list-anchor:hover,
.footer__list-anchor:focus {
	color: var(--color-primary);
}
.footer__list-anchor:active,
.footer__list-anchor:hover {
	text-decoration: underline;
}
.home .footer__list-anchor:active,
.home .footer__list-anchor:hover,
.home .footer__list-anchor:focus {
	color: var(--color-magenta-700);
}
.social-icons {
	display: flex;
}
.social-icons__item {
	margin-right: 15px;
}
.social-icons__item:last-child {
	margin-right: 0;
}
.social-icons__anchor {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s ease-out;
	border: 1px solid #333;
}
.social-icons__anchor:active,
.social-icons__anchor:hover,
.social-icons__anchor:focus {
	background-color: #000;
	border-color: #000;
}
.social-icons__anchor--facebook {
	background-image: url(../i/icon-facebook-black.svg);
	background-size: auto 56%;
}
.social-icons__anchor--facebook:active,
.social-icons__anchor--facebook:hover,
.social-icons__anchor--facebook:focus {
	background-image: url(../i/icon-facebook-white.svg);
}
.social-icons__anchor--instagram {
	background-image: url(../i/icon-instagram-black.svg);
	background-size: 56% auto;
}
.social-icons__anchor--instagram:active,
.social-icons__anchor--instagram:hover,
.social-icons__anchor--instagram:focus {
	background-image: url(../i/icon-instagram-white.svg);
}
.social-icons__anchor--youtube {
	background-image: url(../i/icon-youtube-black.svg);
	background-size: 60% auto;
}
.social-icons__anchor--youtube:active,
.social-icons__anchor--youtube:hover,
.social-icons__anchor--youtube:focus {
	background-image: url(../i/icon-youtube-white.svg);
}
.hero {
	margin-bottom: 8.75rem;
	background: center center no-repeat;
	background-size: auto 100%;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.hero__wrapper {
	background: right center no-repeat;
	background-size: auto 100%;
	min-height: 34.375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.875rem 60% 1.875rem 2.5rem;
	box-shadow: 0 0.5rem 0.625rem -0.25rem rgba(0, 0, 0, 0.25);
	position: relative;
}
.hero__copy,
.hero__logo {
	position: absolute;
	right: 30px;
}
.hero__text {
	color: #fff;
	margin-bottom: 2.5rem;

	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 3px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.hero__text h1 {
	font-size: 3.125rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
}
.hero__text p {
	font-size: 1.375rem;
	font-weight: 400;
}
.hero__logo {
	bottom: 30px;
	width: 11.875rem;
}
.hero__logo img {
	display: block;
	width: 100%;
	height: auto;
}
.hero__copy {
	top: 30px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 3px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.hero__copy p {
	color: #ffffff;
	font-size: 14px;
	text-align: right;
}
.info {
	text-align: center;
	margin-bottom: 8.75rem;
}
.info--top-offset {
	margin-top: -3.125rem;
}
.info--banner .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.info__banner {
	margin-left: 1.875rem;
}
.info__banner img {
	position: sticky;
	top: 8.125rem;
}
.info__text {
	margin-bottom: 4.375rem;
}
.info__text h2 {
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
}
.info__text p {
	font-size: 1.375rem;
}
.info__partner-details p,
.info__partner-details-button {
	font-size: 1.125rem;
	text-transform: uppercase;
}
.info__partner {
	border: 1px solid #333;
	width: 100%;
	max-width: 700px;
	padding: 1.875rem 1.875rem 3.125rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.info__partner:after,
.info__partner:before {
	display: block;
	content: "";
	width: 3px;
	height: calc(100% - 30px);
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.info__partner:before {
	left: -1px;
}
.info__partner:after {
	right: -1px;
}
.info__partner-logo {
	background: url(../i/logo-marionnaud.svg) center center no-repeat #fff;
	background-size: 95% auto;
	width: 15rem;
	height: 4.375rem;
	margin: -4.0625rem auto 1.875rem;
}
.info__partner-details-button {
	font-family: Oranienbaum, serif;
	font-weight: 400;
	cursor: pointer;
	padding: 0;
	background: 0 0;
	border: none;
	text-decoration: underline;
	transition: all 0.2s ease-out;
	color: #333;
}
.cookie-message__text p,
.info__locations ul li,
.message,
.parfum__description,
.vote__form-description {
	font-family: "Source Sans Pro", sans-serif;
}
.info__partner-details-button:active,
.info__partner-details-button:hover,
.info__partner-details-button:focus {
	color: var(--color-primary);
}
.info__partner-details-button:active,
.info__partner-details-button:hover {
	text-decoration: none;
}
.home .info__partner-details-button:active,
.home .info__partner-details-button:hover,
.home .info__partner-details-button:focus {
	color: var(--color-magenta-700);
}
.info__locations {
	padding-top: 2.5rem;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease-out;
}
.cookie-message,
.parfum,
.parfum__description {
	transition: all 0.2s ease-out;
}
.info__locations.active {
	opacity: 1;
}
.info__locations ul {
	list-style-type: none;
	display: inline-block;
}
.info__locations ul li {
	margin-bottom: 20px;
	text-align: left;
	padding-left: 22px;
	background: url(../i/icon-location-black.svg) left top no-repeat;
	background-size: auto 1.25rem;
	line-height: 1.1875;
}
.fragrance__text,
.fragrance__text-heading h2,
.parfum,
.vote__form-column--center,
.vote__text {
	text-align: center;
}
.info__locations ul li:last-child {
	margin-bottom: 0;
}
.fragrance {
	margin-bottom: 8.75rem;
}
.fragrance--decorated {
	margin-bottom: 0;
	padding-bottom: 8.75rem;
}
.fragrance--flower,
.vote {
	padding-bottom: 10.625rem;
}
.fragrance--flower {
	margin-bottom: 0;
	background-image: url(../i/pink-flower-background.png), linear-gradient(to bottom, #fff 0, var(--color-background) 100%);
	background-size: auto 18.75rem, auto auto;
	background-repeat: no-repeat, repeat;
	background-position: center bottom, 0 0;
}
.fragrance__text {
	margin-bottom: 4.375rem;
}
.fragrance__text-heading {
	position: relative;
	margin-bottom: 0.625rem;
}
.fragrance__text-heading:last-child {
	margin-bottom: 0;
}
.fragrance__text-heading:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-primary);
	position: absolute;
	left: 0;
	top: 50%;
}
.fragrance__text-heading h2 {
	font-size: 3.125rem;
	font-weight: 400;
	color: var(--color-primary);
	display: inline-block;
	background: #fff;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	position: relative;
	z-index: 1;
}
.fragrance__text-subheading {
	font-size: 1.375rem;
}
.fragrance__winner {
	min-height: 31.25rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	margin-bottom: 4.375rem;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.5rem 5rem;
}
.fragrance__winner-text h3,
.parfum__category h3 {
	border: 1px solid var(--color-primary);
	display: inline-block;
}
.fragrance__winner-text {
	text-align: right;
	margin-right: 4.375rem;
	-ms-flex: 0 0 26.25rem;
	flex: 0 0 26.25rem;
	position: relative;
	top: -20px;
}
.fragrance__winner-text h4 {
	font-size: 3.125rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 1.25rem;
}
.fragrance__winner-text h3 {
	font-weight: 400;
	color: var(--color-primary);
	font-size: 1.25rem;
	padding: 0.5rem 1.3125rem;
	margin-bottom: 0.9375rem;
	border-radius: 50px;
}
.fragrance__winner-text p {
	color: #4e4e4e;
	font-size: 17px;
	max-width: 390px;
	margin-left: auto;
}
.fragrance__winner-image {
	-ms-flex: 0 0 19.375rem;
	flex: 0 0 19.375rem;
	height: 23.125rem;
	position: relative;
	top: 10px;
}
.banner,
.parfum__tag {
	-ms-flex-pack: center;
}
.fragrance__winner-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center bottom;
	object-position: center bottom;
	mix-blend-mode: multiply;
}
.fragrance__selector {
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 1.875rem;
}
.fragrance__selector--item-2 {
	grid-template-columns: 1fr 1fr;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.fragrance__selector--item-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.fragrance__selector--item-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fragrance__selector--selectable .parfum {
	cursor: pointer;
}
.fragrance__selector--selectable .parfum:active,
.fragrance__selector--selectable .parfum:hover {
	background: #f8f8f8;
}
.fragrance__selector--selectable .parfum.selected {
	box-shadow: inset 0 0 0 1px var(--color-primary);
	background: linear-gradient(to bottom, #fff 0, var(--color-background) 100%);
	position: relative;
}
.fragrance__selector--selectable .parfum.selected .parfum__name h3,
.fragrance__selector--selectable .parfum.selected .parfum__name h4 {
	color: var(--color-primary);
}
.fragrance__selector--selectable .parfum.selected .parfum__tag-item {
	background: var(--color-secondary);
	color: #fff;
}
.fragrance__selector--selectable .parfum.selected:before {
	display: block;
	content: "";
	position: absolute;
	width: 1.5625rem;
	height: 1.5625rem;
	background: url(../i/icon-checkbox-white.svg) center center no-repeat var(--color-primary);
	background-size: 60% auto;
	right: -0.625rem;
	top: -0.625rem;
	border-radius: 50%;
}
.fragrance__selector--selectable .parfum.selected:hover {
	background: linear-gradient(to bottom, #fff 0, var(--color-background) 100%);
}
.fragrance__selector--selectable .parfum.selected:hover .parfum__description {
	color: #525252;
}
.parfum {
	padding: 1.25rem;
}
.parfum:has(input:focus) {
	outline: 1px auto Highlight;
	outline: 2px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}
.parfum input {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.parfum__image {
	height: 15.625rem;
	margin-bottom: 1.25rem;
}
.parfum__image img {
	width: 90%;
	height: 90%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center bottom;
	object-position: center bottom;
	mix-blend-mode: multiply;
}
.parfum__name {
	margin-bottom: 0.625rem;
}
.parfum__name:last-child {
	margin-bottom: 0;
}
.parfum__name h3,
.parfum__name h4 {
	font-size: 1.375rem;
	font-weight: 400;
}
.parfum__tag {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.parfum__tag-item {
	font-size: 0.875rem;
	padding: 4px 10px;
	background: #f2f2f2;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 30px;
}
.parfum__tag-item:last-child {
	margin-right: 0;
}
.parfum__description {
	font-size: 0.875rem;
	color: #525252;
}
.parfum__category {
	margin-bottom: 20px;
}
.parfum__category h3 {
	padding: 7px 17px;
	background: #fff;
	color: var(--color-primary);
	font-weight: 400;
	border-radius: 30px;
}
.banner {
	display: -ms-flexbox;
	display: flex;
	margin: 6.25rem 0;
	justify-content: center;
}
.banner--mobile {
	display: none;
}
.vote {
	background: url(../i/pink-flower-background.png) center bottom no-repeat var(--color-background);
	background-size: auto 18.75rem;
	padding-top: 8.75rem;
}
.vote__text {
	margin-bottom: 1.875rem;
}
.vote__text h2 {
	font-size: 3.125rem;
	font-weight: 400;
}
.vote__form {
	border: 1px solid #000;
	width: 100%;
	max-width: 700px;
	padding: 2.5rem 1.875rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.message:before,
.vote__form:after,
.vote__form:before {
	position: absolute;
	content: "";
}
.vote__form:after,
.vote__form:before {
	display: block;
	width: 3px;
	height: calc(100% - 30px);
	background: var(--color-background);
	top: 50%;
	transform: translateY(-50%);
}
.vote__form:before {
	left: -1px;
}
.vote__form:after {
	right: -1px;
}
.vote__form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}
.vote__form-row:last-child {
	margin-bottom: 0;
}
.vote__form-column {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.vote__form-column--top-offset {
	padding-top: 1.625rem;
}
.vote__form-column .button {
	width: 100%;
}
.loading .vote__form-column .button {
	display: none;
}
@keyframes loader-rotation {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.vote__form-column .loader {
	display: none;
	width: 2.9em;
	height: 2.9em;
	border: 0.3em solid var(--color-primary);
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: loader-rotation 1s linear infinite;
}
.loading .vote__form-column .loader {
	display: inline-block;
}
.js-vote__success {
	display: none;
}
.js-vote.loading {
	pointer-events: none;
}
.cookie-message {
	position: fixed;
	width: 100%;
	max-width: 500px;
	right: 30px;
	bottom: 30px;
	z-index: 150;
	background: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	padding: 30px;
	opacity: 0;
	pointer-events: none;
	border: 1px solid var(--color-secondary);
	box-shadow: 0 5px 20px 0 rgba(170, 63, 117, 0.15);
}
.badge,
.message:before {
	background-position: center center;
}
.cookie-message.active {
	opacity: 1;
	pointer-events: auto;
}
.cookie-message__text {
	margin-bottom: 30px;
}
.cookie-message__text h6 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 400;
}
.cookie-message__text p {
	font-size: 15px;
}
.cookie-message__text p a {
	color: inherit;
	text-decoration: underline;
}
.cookie-message__text p a:hover {
	text-decoration: none;
}
.cookie-message__button-holder {
	display: -ms-flexbox;
	display: flex;
}
.cookie-message__button-holder .button {
	margin-right: 30px;
}
.cookie-message__button-holder .button:last-child {
	margin-right: 0;
}
.cookie-message .button {
	min-width: 140px;
}
@keyframes message-slide-down {
	from {
		-webkit-clip-path: inset(0 0 100% 0);
		clip-path: inset(0 0 100% 0);
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
	}
}
.message {
	margin-bottom: 20px;
	padding: 15px 15px 15px 60px;
	position: relative;
	color: #fff;
	text-align: left;
	font-size: 1rem;
}
.message:before {
	width: 44px;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}
.message--error {
	background: #c42d2d;
}
.message--error:before {
	background-color: #9f0909;
	background-size: 13px auto;
	background-image: url(../i/icon-cross-white.svg);
}
.message--success {
	background: #4da541;
}
.message--success:before {
	background-color: #336f2b;
	background-size: 17px auto;
	background-image: url(../i/icon-check-white.svg);
}
.message--slide-down {
	animation: message-slide-down 250ms 1;
}
.virtual-anchor {
	position: relative;
	top: -190px;
}
.badge {
	position: relative;
	margin-bottom: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 8.75rem;
	height: 8.75rem;
	border-radius: 50%;
	background-image: url(../i/badge-magenta-background.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.badge__text {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../i/badge-magenta-text.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	animation-name: rotate-center;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	-webkit-animation-name: rotate-center;
	-webkit-animation-duration: 20s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: running;
}
@keyframes rotate-center {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@media (max-width: 1277px) {
	html {
		font-size: 16px;
	}
	.hero__wrapper {
		min-height: 43vw;
		background-position: right -3vw center;
		padding-right: 53%;
	}
	.hero__logo {
		width: 14vw;
	}
	.fragrance__winner {
		padding: 3.25vw 6.5vw;
		min-height: 39.2vw;
	}
	.fragrance__winner-text {
		margin-right: 5.49vw;
		-ms-flex-preferred-size: 32.92vw;
		flex-basis: 32.92vw;
		top: -1.6vw;
	}
	.fragrance__winner-text h4 {
		font-size: 2.875rem;
	}
	.fragrance__winner-image {
		-ms-flex-preferred-size: 24.3vw;
		flex-basis: 24.3vw;
		height: 29vw;
		top: 0.8vw;
	}
}
@media (max-width: 1100px) {
	.fragrance,
	.hero,
	.info {
		margin-bottom: 7.3333333333rem;
	}
	html {
		font-size: 15px;
	}
	.fragrance__text-heading h2,
	.hero__text h1 {
		font-size: 2.9333333333rem;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero {
		padding-top: 0;
		padding-bottom: 0;
		background: 0 0;
	}
	.hero__wrapper {
		box-shadow: none;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}
	.parfum {
		padding: 15px;
	}
	.info--top-offset {
		margin-top: 0;
	}
	.fragrance--flower {
		margin-bottom: 0;
		background-position: right -60px bottom, 0 0;
	}
	.fragrance--decorated {
		margin-bottom: 0;
		padding-bottom: 7.3333333333rem;
	}
	.fragrance__text {
		margin-bottom: 3.6666666667rem;
	}
	.fragrance__winner-text h4 {
		font-size: 2.5rem;
	}
	.vote {
		padding-top: 7.3333333333rem;
	}
	.vote__text h2 {
		font-size: 2.9333333333rem;
	}
	.footer__holder {
		padding-top: 3.6666666667rem;
		padding-bottom: 3.6666666667rem;
	}
}
@media (min-width: 751px) {
	.fragrance__winner-mobile,
	.hero__wrapper-mobile {
		background-image: none !important;
	}
}
@media (max-width: 970px) {
	html {
		font-size: 14px;
	}
	body {
		padding-top: 100px;
	}
	.main-menu__holder {
		height: 100px;
	}
	.main-menu__right {
		opacity: 0;
		pointer-events: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: -1;
		background: #fff;
		padding: 100px 20px;
		margin: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		overflow-y: auto;
	}
	.main-menu__right.active {
		opacity: 1;
		pointer-events: auto;
		z-index: 100;
	}
	.main-menu__right-wrapper {
		min-height: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-menu__list {
		margin-bottom: 100px;
		display: block;
		text-align: center;
	}
	.main-menu__list-item {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.main-menu__list-item:last-child {
		margin-bottom: 0;
	}
	.main-menu__list-anchor {
		font-size: 2rem;
	}
	.main-menu__hamburger {
		display: block;
	}
	.banner--desktop,
	.hero__logo {
		display: none;
	}
	.hero {
		margin-bottom: 7.1428571429rem;
	}
	.hero__wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: 47vw;
		background-position: right -16vw center;
		padding-right: 42%;
	}
	.hero__text {
		margin-bottom: 25px;
	}
	.fragrance,
	.info {
		margin-bottom: 7.1428571429rem;
	}
	.hero__text h1 {
		font-size: 40px;
	}
	.hero__text p {
		font-size: 20px;
	}
	.hero__copy {
		right: 10px;
		top: 10px;
	}
	.hero__copy p {
		font-size: 10px;
	}
	.button--magenta,
	.info__text p {
		font-size: 20px;
	}
	.info__partner-details p,
	.info__partner-details-button {
		font-size: 17px;
	}
	.info__locations ul li {
		font-size: 16px;
	}
	.fragrance--decorated {
		padding-bottom: 7.1428571429rem;
		margin-bottom: 0;
	}
	.fragrance--flower {
		margin-bottom: 0;
	}
	.fragrance__text,
	.fragrance__winner {
		margin-bottom: 3.5714285714rem;
	}
	.fragrance__text-subheading {
		font-size: 20px;
	}
	.fragrance__selector {
		grid-column-gap: 20px;
	}
	.fragrance__selector--item-2 {
		max-width: none;
	}
	.fragrance__selector--item-4 {
		grid-template-columns: 1fr 1fr;
	}
	.fragrance__winner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.fragrance__winner-text {
		-ms-flex-preferred-size: 38vw;
		flex-basis: 38vw;
		top: 0;
	}
	.fragrance__winner-text h4 {
		font-size: 30px;
	}
	.fragrance__winner-text h3 {
		font-size: 17px;
	}
	.parfum {
		padding: 20px;
	}
	.parfum__name {
		margin-bottom: 11px;
	}
	.parfum__name h3,
	.parfum__name h4 {
		font-size: 22px;
	}
	.parfum__tag-item {
		font-size: 15px;
	}
	.parfum__description {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}
	.parfum__category {
		font-size: 17px;
	}
	.checkbox label,
	.styled-label,
	.vote__form-description {
		font-size: 15px;
	}
	.banner--mobile {
		display: -ms-flexbox;
		display: flex;
	}
	.styled-input {
		margin-bottom: 15px;
	}
	.checkbox {
		margin-bottom: 20px;
	}
	.vote {
		background: var(--color-background);
		padding-top: 7.1428571429rem;
		padding-bottom: 7.1428571429rem;
	}
	.footer__holder {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 5.7142857143rem;
		padding-bottom: 5.7142857143rem;
	}
	.footer__right {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.footer__list {
		margin-bottom: 45px;
		font-size: 17px;
	}
	.footer__logo {
		width: 90px;
	}
	.social-icons__item {
		margin-right: 30px;
	}
	.social-icons__anchor {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 750px) {
	.hero .button,
	.hero__text {
		z-index: 2;
		position: relative;
	}
	.footer__right,
	.fragrance__winner {
		-ms-flex-direction: column-reverse;
	}
	::-webkit-scrollbar {
		display: none;
		width: 0;
		background: 0 0;
	}
	::-webkit-scrollbar-thumb {
		background: 0 0;
	}
	html {
		font-size: 14px;
	}
	body {
		padding-top: 80px;
	}
	.master-wrapper {
		overflow: hidden;
	}
	.main-menu {
		background: #fff;
	}
	.hero,
	.hero__wrapper {
		background-image: none !important;
	}
	.main-menu__holder {
		height: 80px;
	}
	.main-menu__logo {
		width: 96px;
	}
	.main-menu__list {
		margin-bottom: 80px;
	}
	.main-menu__list-item {
		margin-bottom: 45px;
	}
	.main-menu__list-anchor {
		font-size: 24px;
	}
	.hero {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 100px;
	}
	.hero__wrapper {
		padding: 65vw 20px 80px;
		display: block;
		text-align: center;
	}
	.hero__wrapper-mobile {
		background-position: center bottom;
		background-size: 100% auto;
	}
	.hero__wrapper:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 65%);
		width: 100%;
		height: 100%;
	}
	.fragrance__text-subheading br,
	.hero__text p br {
		display: none;
	}
	.hero__text {
		text-align: center;
	}
	.hero__text h1 {
		font-size: 30px;
	}
	.hero__copy {
		z-index: 2;
		left: 20px;
		bottom: 15vw;
		right: initial;
		top: initial;
		transform: rotate(-90deg);
		transform-origin: left bottom;
	}
	.hero .button {
		margin-left: auto;
		margin-right: auto;
	}
	.button--magenta {
		height: 46px;
		line-height: 46px;
		font-size: 18px;
	}
	.fragrance--flower {
		background-position: right -30px bottom, 0 0;
		margin-bottom: 0;
		padding-bottom: 130px;
	}
	.fragrance--decorated {
		margin-bottom: 0;
	}
	.fragrance__selector--item-2,
	.fragrance__selector--item-3,
	.fragrance__selector--item-4 {
		grid-template-columns: 1fr;
	}
	.fragrance__text-heading h2 {
		font-size: 30px;
	}
	.fragrance__winner {
		flex-direction: column-reverse;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 100px 40px;
		min-height: 0;
		margin-left: -20px;
		margin-right: -20px;
		background-image: none !important;
	}
	.fragrance__winner-mobile {
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fragrance__winner-image {
		height: 250px;
		margin-bottom: 25px;
		top: 0;
	}
	.fragrance__winner-text {
		margin-right: 0;
		text-align: center;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.fragrance__winner-text h4 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.fragrance__winner-text h3 {
		margin-bottom: 25px;
		background: var(--color-primary);
		color: #fff;
	}
	.badge,
	.vote__form-column,
	.vote__form-row {
		margin-bottom: 30px;
	}
	.fragrance__winner-text p {
		margin-right: auto;
	}
	.parfum__image {
		height: 170px;
	}
	.parfum__image img {
		width: 100%;
		height: 100%;
	}
	.parfum__name h3,
	.parfum__name h4 {
		font-size: 25px;
	}
	.info__text h2,
	.vote__text h2 {
		font-size: 30px;
	}
	.parfum__tag-item {
		padding: 5px 12px;
	}
	.info--top-offset {
		margin-top: -160px;
	}
	.info--banner .container {
		display: block;
	}
	.info__banner {
		margin-left: 0;
		margin-top: 100px;
	}
	.info__text p br {
		display: none;
	}
	.info__partner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.info__locations ul li {
		background-size: auto 17px;
		background-position: left top;
		min-height: 17px;
	}
	.vote {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.vote__form {
		padding: 30px 20px;
	}
	.vote__form-row {
		display: block;
	}
	.footer__list,
	.vote__form-column:last-child {
		margin-bottom: 0;
	}
	.vote__form-column--top-offset {
		padding-top: 0;
	}
	.footer__holder {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.footer__list {
		display: block;
		text-align: center;
	}
	.footer__list-item {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.footer__list-item:last-child {
		margin-bottom: 0;
	}
	.footer__right {
		flex-direction: column-reverse;
	}
	.footer__right .social-icons {
		margin-bottom: 45px;
	}
	.cookie-message {
		right: 0;
		bottom: 0;
		border-left: none;
		border-right: none;
		border-bottom: none;
		background: #fff;
		max-width: none;
	}
	.cookie-message__button-holder {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cookie-message__button-holder .button {
		-ms-flex-preferred-size: 46%;
		flex-basis: 46%;
		min-width: 0;
		margin-right: 0;
	}
	.virtual-anchor {
		position: relative;
		top: -130px;
	}
}
@media (max-width: 380px) {
	.hero__text p br {
		display: none;
	}
	.cookie-message__button-holder {
		display: block;
	}
	.cookie-message__button-holder .button {
		width: 100%;
		margin-bottom: 20px;
	}
	.cookie-message__button-holder .button:last-child {
		margin-bottom: 0;
	}
}

body #onetrust-consent-sdk #onetrust-banner-sdk *:focus,
body #onetrust-consent-sdk #onetrust-banner-sdk:focus,
body #onetrust-consent-sdk #onetrust-pc-sdk *:focus,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
	outline: 1px auto Highlight !important;
	outline: 2px auto -webkit-focus-ring-color !important;
	outline-offset: 2px !important;
}

body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a:hover,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a:active,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy a:focus {
	color: var(--cookie-bar-color-button-transparent-fg, var(--cookie-bar-default-color-button-transparent-fg)) !important;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler:hover,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler:active,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler:focus {
	color: var(--cookie-bar-color-text, var(--cookie-bar-default-color-text)) !important;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler:hover,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler:active,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler:hover,
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler:active {
	text-decoration: underline;
}

body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc > a:hover,
body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc > a:active,
body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc > a:focus {
	color: var(--cookie-bar-color-button-transparent-fg, var(--cookie-bar-default-color-button-transparent-fg)) !important;
}

body #onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
body #onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
body #onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
	background-color: var(--cookie-bar-color-button-transparent-hover-bg, var(--cookie-bar-default-color-button-transparent-hover-bg));
	border-color: var(--cookie-bar-color-button-transparent-hover-border, var(--cookie-bar-default-color-button-transparent-hover-border));
	color: var(--cookie-bar-color-button-transparent-hover-fg, var(--cookie-bar-default-color-button-transparent-hover-fg));
	opacity: 1;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
body #onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active {
	text-decoration: underline;
}

body #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch,
body #onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch,
body #onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch,
body #onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch,
body #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch,
body #onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch,
body #onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl input:focus ~ .ot-switch {
	outline: 1px auto Highlight !important;
	outline: 2px auto -webkit-focus-ring-color !important;
	outline-offset: 2px !important;
}

body #onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
body #onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
body #onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
	background-color: var(--cookie-bar-color-button-transparent-hover-bg, var(--cookie-bar-default-color-button-transparent-hover-bg));
	border-color: var(--cookie-bar-color-button-transparent-hover-border, var(--cookie-bar-default-color-button-transparent-hover-border));
	color: var(--cookie-bar-color-button-transparent-hover-fg, var(--cookie-bar-default-color-button-transparent-hover-fg));
	opacity: 1;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
body #onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active {
	text-decoration: underline;
}

body #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
body #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
body #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
	opacity: 1;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
body #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active {
	text-decoration: underline;
}

@media only screen and (max-width: 680px) {
	body {
		--cookie-bar-default-color-button-transparent-bg: transparent;
		--cookie-bar-default-color-button-transparent-fg: #009fb4;
		--cookie-bar-default-color-button-transparent-border: #009fb4;
		--cookie-bar-default-color-button-transparent-hover-bg: #088296;
		--cookie-bar-default-color-button-transparent-hover-fg: #fff;
		--cookie-bar-default-color-button-transparent-hover-border: #088296;
	}
}

@media only screen and (min-width: 681px) {
	body {
		--cookie-bar-default-color-background: #002b53;
		--cookie-bar-default-color-text: #f7f9fb;
		--cookie-bar-default-color-header-line: #006e78;
		--cookie-bar-default-color-button-highlighted-bg: #006e78;
		--cookie-bar-default-color-button-highlighted-fg: #fff;
		--cookie-bar-default-color-button-highlighted-border: #006e78;
		--cookie-bar-default-color-button-highlighted-hover-bg: #006068;
		--cookie-bar-default-color-button-highlighted-hover-fg: #fff;
		--cookie-bar-default-color-button-highlighted-hover-border: #006068;
		--cookie-bar-default-color-button-transparent-bg: transparent;
		--cookie-bar-default-color-button-transparent-fg: #009fb4;
		--cookie-bar-default-color-button-transparent-border: #009fb4;
		--cookie-bar-default-color-button-transparent-hover-bg: #088296;
		--cookie-bar-default-color-button-transparent-hover-fg: #fff;
		--cookie-bar-default-color-button-transparent-hover-border: #088296;
	}
}
/*# sourceMappingURL=main.min.css.map */
