/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.com
Update URI: https://www.ergopix.com
Author: ergopix sàrl
Version: 1.0
*/
:root {
	overscroll-behavior: none;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.diazo, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "diazo-mvb-ex-cond";
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h1, .h1 {
	font-weight: bold;
}

.container-fluid {
	max-width: 2200px;
	padding-inline: 3rem;
}

a.comPress {
	border-right: solid 2px var(--bs-primary);
	border-left: solid 2px var(--bs-primary);
	padding-block: 0.75rem;
	padding-bottom: 1rem;
	padding-inline: 2rem;
	color: var(--bs-primary);
	line-height: 1;
	font-weight: 500;
	font-size: 1.75rem;
	text-decoration: none;
}

p, li{
	font-size: 1.15rem;
}

.btn-light, .btn-primary {
	font-weight: normal;
	color: var(--bs-primary);
	font-size: 1.5rem;
	padding-inline: 1.5rem;
	padding-top: 0.2rem;
	padding-bottom: 0.35rem;
	transition: all 0.3s;
	font-family: "diazo-mvb-ex-cond";
}

.btn-primary {
	color: var(--bs-white);
	background-color: var(--bs-primary)
}

.btn-light:hover, .btn-primary:hover {
	color: var(--bs-primary);
	background: #fff;
	opacity: 0.8;
}

.btn-primary:hover {
	color: var(--bs-white);
	background-color: var(--bs-primary)
}

#field_2_1 {
	display: flex;
	gap: 1rem;
	align-items: stretch;
	flex-direction: column;
}

body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
	font-family: Arial;
	border-radius: 50rem;
}

.header-rs-wrapper {
	position: absolute;
	top: 0;
	right: 1rem;
}

body .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
	line-height: 1;
	color: white;
}

body .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0 0;
}

#gform_submit_button_2.btn-primary {
	font-weight: normal;
	color: var(--bs-primary);
	background: #fff;
	font-size: 1.15rem;
	padding-inline: 1;
	padding-top: 0.25rem;
	padding-bottom: 0.3rem;
	transition: all 0.3s;
	margin-left: 0.75rem;
	border: 0;
	border-radius: 2px;
	margin-bottom: 0;
}

#gform_2 {
	display: flex;
	align-items: start;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	color: #c02b0a;
	font-size: 15px;
	font-weight: 500;
	line-height: 17.6px;
	margin-block-end: 12px;
	margin-block-start: 0;
	margin-inline: 0;
}

.logo {
	position: absolute;
	left: 30px;
	top: 30px;
	height: auto;
}

.mm-page.mm-slideout {
	background: var(--bs-primary);
}

.video-back {
	position: fixed;
	top: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding-inline: 16px;
	border: 0;
	border-radius: 100rem;
}

body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large {
	width: 100%;
	min-width: 250px;
}

ul.header-rs {
	list-style: none;
}

body.home .container-fluid :is(h1, h2, h3, h4, h5, .display-1) {
	color: white;
}

.col-custom {
	flex: 0 0 auto;
	width: 20%;
}

.card-day {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

.day {
	color: white;
	font-weight: 500;
	font-size: clamp(25px, 1.75vw, 2.5rem);
	margin-bottom: clamp(35px, 3vw, 4rem);
}

.date, .year {
	color: var(--bs-primary);
	font-size: clamp(60px, 4.2vw, 6.6rem);
	line-height: 1;
}

.year {
	margin-bottom: clamp(75px, 6vw, 7.8rem);
}

.display-1 {
	font-size: 3.75rem;
	font-weight: 700;
}

h5 {
	margin-bottom: .75rem;
}

h2 {
	font-size: 3.33rem;
	line-height: 1.2;
	font-weight: 500;
}

body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 1rem;
}

h3 {
	font-weight: 500;
}

body.home h3 {
	text-align: center;
}

h1, .h1 {
	font-size: 4rem;
	line-height: 1.2;
	font-weight: 700;
}

.header-rs li {
	height: 40px;
	width: 40px;
	background: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
}

.hamburger {
	display: block;
	width: 42px;
	overflow: hidden;
	float: right;
}

.hamburger span {
	background: #333;
	display: block;
	height: 2px;
	margin: 9px 0;
	position: relative;
	transform: rotate(0);
	top: 0;
	left: 0;
	opacity: 1;
	transition: none .5s ease;
	transition-property: transform, top, left, opacity;
}

body.mm-wrapper--opened .hamburger span.top-bar {
	transform: rotate(45deg);
	top: 12px;
}

body.mm-wrapper--opened .hamburger span.middle-bar {
	opacity: 0;
}

body.mm-wrapper--opened .hamburger span.bottom-bar {
	transform: rotate(-45deg);
	top: -10px;
}

body.mm-wrapper--opened .hamburger span.middle-bar {
	left: -40px;
}

.mm-listview {
	margin-top: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2);
}

.mm-listitem::after {
	display: none;
}

.mm-navbar__title img {
	padding: 15px 0;
}

.btn-search {
	font-size: 1.500rem;
	cursor: pointer;
}

.the-content ul {
	padding-left: 17px;
}

.the-content ol {}

.the-content ul li, .the-content ol li {
	margin-bottom: .5rem;
}

.the-content *:last-child {
	margin-bottom: 0;
}

.list-inline li {
	display: inline-block;
}

.list-inline li:not(:last-child) {
	margin-right: .5rem;
}

.main-menu li a {
	display: inline-block;
	text-decoration: none;
}

.accordion-body .the-content p:last-child, .content-with-bg p:last-child {
	margin-bottom: 0;
}

body .gform_confirmation_wrapper {
	border-radius: 0;
	border: 1px solid var(--bs-success-border-subtle);
	box-shadow: none;
	padding: 16px;
	position: relative;
	background-color: var(--bs-success-bg-subtle);
	width: 100%;
	color: var(--bs-success-text-emphasis);
	text-align: center;
}

.space {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.global-carousel .slick-track {
	display: flex !important;
}

.global-carousel .slick-slide {
	height: inherit !important;
	margin-left: .75rem;
	margin-right: .75rem;
}

.slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 54px 0 0px 0;
	line-height: 0;
	text-align: center;
	height: max-content;
}

.slick-dots li {
	display: inline-block;
	margin-right: 12px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	font-size: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	line-height: 0;
	border-radius: 9999px;
	border: 1px solid var(--bs-primary);
	background-color: transparent;
	transition: all ease 0.4s;
	position: relative;
}

.slick-dots .slick-active button {
	background-color: var(--bs-primary);
}

.slick-arrow {
	--pos-x: -30px;
	display: inline-block;
	padding: 0;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	position: absolute;
	top: 247px;
	border: none;
	border-radius: 50%;
	right: var(--pos-x, 58px);
	width: var(--icon-size, 80px);
	height: var(--icon-size, 80px);
	line-height: var(--icon-size, 80px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 80px) / -1);
	z-index: 2;
	opacity: 1;
	transition: .5s;
}

.slick-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0;
}

.slick-arrow.slick-prev {
	right: auto;
	left: var(--pos-x, 58px);
}

.slick-arrow:hover {
	opacity: 1;
	background-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}

.arrow-margin .slick-arrow {
	top: calc(50% - 30px);
}

.logo-grid .logo-item {
	aspect-ratio: 2/1;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 1px solid #e9ecef;
	position: relative;
	top: 0;
}

.logo-grid img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button {
	font-size: 1.25rem;
}

footer {
	background: white;
}

#showForm {
	font-weight: 500;
}

.hero {
	min-height: 360px;
}

.the-content ul li::marker {
	color: var(--bs-primary);
}

.video-back-page{
	min-width: 100%;
}

@media (max-width: 1900px) {
	.slick-arrow {
		--pos-x: 42px;
	}
	
	.display-1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.75rem;
	}
	
	h1, .h1 {
		font-size: 3.2rem;
	}
	
	.logo {
		width: 300px;
	}
}

@media (max-width: 1600px) {
	.logo {
		width: 260px;
	}
	
	.display-1 {
		font-size: 2.75rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
	
	h1, .h1 {
		font-size: 3rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 1200px) {
	.slick-arrow {
		--pos-x: 42px;
	}
}

@media (max-width: 1199px) {
	.slick-arrow {
		--icon-size: 60px;
		--pos-x: -20px;
		top: 176px;
	}
}

@media (max-width: 991px) {
	.slick-dots {
		margin: 1.5rem 0 0 0;
	}
	
	#field_2_1 {
		flex-direction: column;
	}
	
	.icon-box .slick-arrow {
		margin-right: 0;
	}
	
	.col-custom {
		flex: 0 0 auto;
		width: 33%;
	}
	
	.heading {
		margin-top: 260px;
	}
	
	.logo {
		width: 240px;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
	.space {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (max-width: 767.98px) {
	.col-custom {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.container-fluid {
		padding-inline: 1rem;
	}
}

@media (max-width: 575.98px) {
	#gform_2 {
		flex-direction: column;
		gap: 1rem;
		align-items: center;
	}
	
	.container-fluid {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	
	.col-custom {
		flex: 0 0 auto;
		width: 50%;
		display: flex;
		justify-content: center;
	}
	
	.card-day {
		width: 350px;
	}
	
	.day {
		color: white;
		font-weight: 500;
		font-size: 25px;
		margin-bottom: 20px;
	}
	
	.date, .year {
		font-size: 50px;
		line-height: 1;
	}
	
	.year {
		margin-bottom: 30px;
	}
	
	.logo {
		width: 160px;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.heading {
		margin-top: 180px;
	}
	
	.display-1 {
		font-size: 1.75rem;
	}
	
	h2 {
		font-size: 1.5rem;
	}
	
	h1, .h1 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	.header-rs li {
		height: 30px;
		width: 30px;
		font-size: 0.9rem;
	}
	
	.btn-light {
		font-size: 1.25rem;
		padding-inline: 1.5rem;
		padding-top: 0.4rem;
		padding-bottom: 0.55rem;
	}
}