/* General */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: -webkit-fill-available;
}

.z-100 {
	z-index: 100;
}

body,
html {
	background-color: #FFFFF0;
	min-height: -webkit-fill-available;
	font-weight: 400;
	font-family: 'Inter', 'sans-serif';
	height: 100%;
	position: relative;
}

text {
	display: block;
}

:root {
	--app-height: 100vh;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Lexend';
	src: url('../fonts/Lexend-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'La Belle Aurore';
	src: url('../fonts/LaBelleAurore-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

.wrapper {
	max-width: 1410px;
	margin: 0 auto;
	padding: 0 12px;
}

@media (min-width: 640px) {
	.wrapper {
		padding: 0 24px;
	}
}

@media (min-width: 768px) {
	.wrapper {
		padding: 0 48px;
	}
}

@media (min-width: 1540px) {
	.wrapper {
		padding: 0 0px;
	}
}

.overflow-hidden {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

/* Menu */
#dropdown.nav-toggled {
	transform: translateX(calc(-100vw));
	min-width: 100vw;
	background-color: #FFFFF0 !important;
}

#navbarToggler .w-quarter {
	min-width: 100vw;
}

nav {
	margin: 0 auto;
}

.scrolled {
	background-color: white;
}

.btn {
	border-radius: 50px;
	background-color: rgba(253, 111, 0, 0.3);
	color: #F84200;
	padding-right: 20px;
}

.description ul {
	list-style: disc;
	padding-left: 30px;
	padding-top: 20px;
}

.description a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.z-70 {
	z-index: 70;
}

.z-80 {
	z-index: 80;
}

/* Opinions */
.slick-dots {
	display: none !important;
}

.slick-arrow {
	height: 48px;
	width: 48px;
	position: absolute;
}

.slick-prev.slick-arrow {
	background-image: url(../images/left.png);
	top: -130px;
	right: 60px;
}

.slick-next.slick-arrow {
	position: absolute;
	right: 0px;
	top: -130px;
	background-image: url(../images/right.png);
}

.slider-opinions .slick-arrow {
	display: block !important;
}

.slider .slick-list.draggable {
	padding: 0 !important;
}