/*
Theme Name: Team Pear
Author: creatio:net
Author URI: http://creationet.eu/
Description: Team Pear theme
Version: 1.0
*/

:root {
	--app-height: 100%;
    --primary_yellow: #FBC502;
    --primary_orange: #FFA400;
    --primary_black: #161616;
}


html{
	scroll-behavior:smooth;
	overflow-x: hidden;
}



body {
	font-family: "roc-grotesk", sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:19px;
	color:#707070;
	margin:0px;
	padding:0px;
	background:#fff;
 	overflow-x:hidden;
	position: relative;
}



a {
	color:var(--primary_yellow);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:4px; 
	transition:.2s all;
}

a:hover {
	color:var(--primary_black);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:4px; 
}

p {
	font-size:15px;
	font-weight:400;
	line-height:19px;
	color:#707070;
	letter-spacing: .675px;
	margin:0px 0px 19px 0px;
	padding:0px;
}

b, strong {
	font-weight: 700;
	
}





.container {
	padding-left:20px;
	padding-right:20px;
}
@media (min-width: 768px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width:1190px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width:1390px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width:1500px;
	}
}


@media (max-width: 991.98px) {
	.container {
		max-width:100%;
	}
}



h1 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 30px;
	color:var(--primary_black);
	line-height: 36px;
	letter-spacing: 2.4px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	h1 {
		font-size: 48px;
		line-height: 54px;
		letter-spacing: 3.84px;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size: 58px;
		line-height: 66px;
		letter-spacing: 4.64px;
		margin: 0 0 10px 0;
	}
}

h2 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 26px;
	color:var(--primary_black);;
	line-height: 30px;
	letter-spacing: 2.08px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	h2 {
		font-size: 44px;
		line-height: 50px;
		letter-spacing: 3.52px;
	}
}
@media (min-width:1200px) {
	h2 {
		font-size: 54px;
		line-height: 62px;
		letter-spacing: 4.32px;
		margin: 0 0 10px 0;
	}
}

h3 {
	font-size: 16px;
	font-weight: 400;
	color:var(--primary_black);;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing:1.28px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	h3 {
		font-size: 22px;
		line-height: 34px;
		letter-spacing:1.76px;
	}
}
@media (min-width:1200px) {
	h3 {
		font-size:24px;
		line-height: 36px;
		letter-spacing:1.92px;
		margin: 0 0 10px 0;
	}
}


h4 {
	font-size: 16px;
	font-weight: 400;
	color:var(--primary_black);;
	line-height: 20px;
	letter-spacing:1.28px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	h4 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing:1.6px;
	}
}
@media (min-width:1200px) {
	h4 {
		font-size:22px;
		line-height: 26px;
		letter-spacing:1.76px;
		margin: 0 0 10px 0;
	}
}

h5 {
	font-size: 15px;
	font-weight: 400;
	color:var(--primary_black);;
	line-height: 19px;
	letter-spacing:1.2px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	h5 {
		font-size: 19px;
		line-height: 23px;
		letter-spacing:1.52px;
	}
}
@media (min-width:1200px) {
	h5 {
		font-size:21px;
		line-height: 25px;
		letter-spacing:1.68px;
		margin: 0 0 10px 0;
	}
}

h6 {
	font-size: 14px;
	font-weight: 400;
	color:var(--primary_black);;
	line-height: 18px;
	letter-spacing:1.12px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	h6 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing:1.44px;
	}
}
@media (min-width:1200px) {
	h6 {
		font-size:20px;
		line-height: 24px;
		letter-spacing:1.6px;
		margin: 0 0 10px 0;
	}
}




.btn-primary {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size:14px;
	font-style: normal;
	color:var(--primary_black);
	text-transform: uppercase;
	text-decoration: none;
	line-height:16px;
	letter-spacing: 1.12px;
	text-align: center;
	border:none;
	border-radius:6px;
	padding:16px 26px 13px 26px;
  	margin:0px;
	background:var(--primary_yellow);
	transition:all .3s ease;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.btn-primary {
		font-size:15px;
		line-height:17px;
		letter-spacing: 1.2px;
		padding:19px 40px 16px 40px;
	}
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background:var(--primary_orange);
	text-decoration: none;
}



.header {
	width: 100%;
	height: 80px;
	z-index: 980;
	margin-top:0px;
	position: fixed;
	background:var(--primary_black);
  	transition:.2s all;
	z-index: 996;
}
@media (min-width:1200px) {
	.header {
		height: 128px;
	}
}

.site-scrolled .header {
	height: 60px;
}
@media (min-width:768px) {
	.site-scrolled .header {
		height: 80px;
	}
}

.header-pad {
	width: 100%;
	height:80px;
	transition:.2s all;
	background:var(--primary_black);
}
@media (min-width:1200px) {
	.header-pad {
		height: 128px;
	}
}

.header .container {
	width: 100%;
	gap:20px;
}

.top-brand {
	width:120px;
	z-index: 978;
	display: block;
	transition: .2s all;
}
@media (min-width:992px) {
	.top-brand {
		left:calc(50% - 60px);
		position: absolute;
	}
}
@media (min-width:1200px) {
	.top-brand {
		width:144px;
		left:calc(50% - 72px);
	}
}

.top-brand img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (min-width:992px) {
	.topnav {
		width: 100%;
		display: flex;
	   	justify-content: space-around;
		gap:270px;
	}
}

.main-menu {
	margin: 0px ;
	padding: 0;
}

.main-menu.main-menu-left, .main-menu-cart {
	width: 300px;
	margin: 0px auto;
	padding:0px;
}
@media (min-width:992px) {
	.main-menu.main-menu-left, .main-menu-cart {
		width:calc(50% - 170px);
		margin: 0;
		display: flex;
		gap:20px;
	}
}

@media (min-width:992px) {
	.main-menu.main-menu-right {
		display: flex;
		gap:20px;
	}
}

@media (min-width:1200px) {
	.main-menu.main-menu-left, .main-menu.main-menu-right, .main-menu-cart {
		gap:30px;
	}
}
@media (min-width:1400px) {
	.main-menu.main-menu-left, .main-menu.main-menu-right, .main-menu-cart {
		gap:40px;
	}
}

@media (min-width:992px) {
	.main-menu.main-menu-left {
		justify-content: flex-end;
	}
}

.main-menu li {
	padding: 0px;
	margin:0 0 20px 0;
	text-align: center;
	list-style: none;
	position: relative;
}
@media (min-width:992px) {
	.main-menu li {
		margin:0px;
	}
}

.main-menu li a {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size:15px;
	color:#fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing:1.2px;
	margin: 0px;
	padding:0px;
	position: relative;
	transition: .2s all;
	display: block;
}
@media (min-width:992px) {
	.main-menu li a {
		font-size:13px;
	}
}
@media (min-width:1200px) {
	.main-menu li a {
		font-size:15px;
	}
}

.main-menu li a:hover, .main-menu li:hover > a, .main-menu li.current-menu-item > a {
	color: var(--primary_yellow);
	text-decoration: none;
}

 
.burger {
	width: 27px;
	height: 27px;
	background:none;
	border:none;
	border-radius:0px;
	margin:-12px 0px 0px 10px;
	padding:0px;
	z-index: 978 !important;
	display: block;
	right: 20px;
	position: absolute;
}
@media (min-width:768px) {
	.burger {
		right: 40px;
	}
}
@media (min-width:992px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:#fff;
	border-radius: 0px;
	content: '';
	display: block;
	height: 2px;
	margin: 8px 0;
	border-radius: 0px;
	transition: all .2s ease-in-out;
}

.burger::after {
	width: 50%;
}

.responsive .burger:before {
	background-color:#fff;
	transform: translateY(7px) rotate(135deg);
	border-radius:0%;
  }

.responsive .burger:after {
	width: 100%;
	background-color:#fff;
	transform: translateY(-12px) rotate(-135deg);
	border-radius:0%;
}

.responsive .burger div {
	background-color:#fff;
	transform: scale(0);
	border-radius:0%;
}

@media (max-width:991.98px) {
	.topnav {
		display: none;
	}
}

.responsive .topnav {
	width:100%;
	height: 100%;
	padding:120px 40px 80px 40px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position: fixed;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 978;
	background:var(--primary_black);
	background-size: cover;
	overflow:hidden;
	animation:top .5s;
}
@media (min-width:992px) {
	.responsive .topnav {
		display: none;
	}
}
@keyframes top {
	0% {
		top: -100vh;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}	
}



/* hero */

.hero {
	width: 100%;
	min-height: 420px;
	margin: 0 0 40px 0;
	position: relative;
	background: var(--primary_black);
}
@media (min-width:768px) {
	.hero {
		min-height:500px;
		margin: 0 0 80px 0;
	}
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
@media (min-width:992px) {
	.hero-image {
		position: relative;
		object-fit: contain;
	}
}

.hero-cover {
	width: 100%;
	height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6475183823529411) 65%, rgba(22,22,22,1) 100%);
	top:0;
	left: 0;
	position: absolute;
}

.hero-content {
	width: 100%;
	text-align: center;
	padding: 20px;
	position: relative;

}
@media (min-width:768px) {
	.hero-content {
		padding:40px;
		top:80px;
		left:50%;
		transform: translateX(-50%);
		position: absolute;
	}
}
@media (min-width:992px) {
	.hero-content {
		max-width:960px;
	}
}
@media (min-width:1200px) {
	.hero-content {
		max-width:1190px;
	}
}
@media (min-width:1400px) {
	.hero-content {
		max-width:1390px;
	}
}

.hero .social-media {
	margin: 0 0 30px 0;
}

.hero h1 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 36px;
	color:#fff;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 2.88px;
	margin: 0 0 6px 0;
	padding: 0;
}
@media (min-width:768px) {
	.hero h1 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 4.8px;
	}
}
@media (min-width:1200px) {
	.hero h1 {
		font-size: 80px;
		line-height: 80px;
		letter-spacing: 6.4px;
		margin: 0;
	}
}

.hero h2 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 26px;
	color:#fff;
	line-height: 30px;
	letter-spacing: 2.08px;
	margin: 0 0 16px 0;
	padding: 0;
}
@media (min-width:768px) {
	.hero h2 {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 2.88px;
	}
}
@media (min-width:1200px) {
	.hero h2 {
		font-size: 54px;
		line-height: 60px;
		letter-spacing: 4.32px;
		margin: 0 0 25px 0;
	}
}

.hero h3 {
	font-size: 18px;
	font-weight: 400;
	color:#fff;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	margin: 0;
	padding: 0;
}
@media (min-width:768px) {
	.hero h3 {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: 1.76px;
	}
}
@media (min-width:1200px) {
	.hero h3 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1.92px;
	}
}

.hero-autograph {
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 20px;
}
@media (min-width:768px) {
	.hero-autograph {
		margin:10px 0 0 0;
		gap:20px;
	}
}
@media (min-width:1200px) {
	.hero-autograph {
		margin:25px 0 0 0;
	}
}

.hero-autograph li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-autograph li img {
	width: auto;
	height: auto;
	max-width: 140px;
	max-height: 80px;
}
@media (min-width:768px) {
	.hero-autograph li img {
		max-width: 200px;
		max-height: 120px;
	}
}
@media (min-width:1200px) {
	.hero-autograph li img {
		max-width: 260px;
		max-height: 180px;
	}
}


/* hero-cta */

.section-hero-cta {
	margin-top: -70px;
}
@media (min-width:768px) {
	.section-hero-cta {
		margin-top: -110px;
	}
}

.hero-cta {
	background:url('images/hero-cta.svg') right bottom no-repeat var(--primary_yellow);
	clip-path: polygon(calc(50% - 19px) 0, 50% 16px, calc(50% + 19px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
	border-radius: 10px;
	padding:20px 30px 10px 30px;
	position: relative;
}
@media (min-width:768px) {
	.hero-cta {
		padding:47px 45px 30px 45px;
	}
}
@media (min-width:992px) {
	.hero-cta {
		padding:47px 65px 30px 65px;
	}
}

.hero-cta > .row > div:first-of-type {
	border-bottom:1px solid var(--primary_black);
	padding: 20px 0px;
}
@media (min-width:768px) {
	.hero-cta > .row > div:first-of-type {
		border-right:1px solid var(--primary_black);
		border-bottom: none;
		padding: 10px 30px 20px 0;
	}
}

.hero-cta > .row > div:last-of-type {
	padding: 20px 0px;
}
@media (min-width:768px) {
	.hero-cta > .row > div:last-of-type {
		padding: 10px 0px 10px 25px;
	}
}
@media (min-width:992px) {
	.hero-cta > .row > div:last-of-type {
		padding: 10px 10px 10px 45px;
	}
}

.hero-cta h3 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color:var(--primary_black);
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	margin:0 0 8px 0;
	padding: 0;
}
@media (min-width:768px) {
	.hero-cta h3 {
		font-size: 25px;
		line-height: 29px;
		letter-spacing: 2px;
	}
}
@media (min-width:1200px) {
	.hero-cta h3 {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 2.4px;
	}
}

.hero-cta p {
	font-size: 16px;
	font-weight: 400;
	color:var(--primary_black);
	line-height: 24px;
	letter-spacing:1.28px;
	margin: 0;
	padding: 0;
}
@media (min-width:768px) {
	.hero-cta p {
		font-size: 20px;
		line-height: 24px;
		letter-spacing:1.6px;
	}
}
@media (min-width:1200px) {
	.hero-cta p {
		font-size: 24px;
		line-height: 28px;
		letter-spacing:1.92px;
	}
}

.hero-cta h4 {
	font-weight: 500;
	font-size: 16px;
	color:var(--primary_black);
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1.28px;
	margin:0;
	padding: 0;
}
@media (min-width:768px) {
	.hero-cta h4 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 1.44px;
	}
}

.hero-cta-date {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:var(--primary_black);
	line-height: 28px;
	letter-spacing:1.92px;
	margin:0;
	padding: 14px 0;
}
@media (min-width:768px) {
	.hero-cta-date {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 2.56px;
		padding: 0;
	}
}
@media (min-width:1200px) {
	.hero-cta-date {
		font-size: 38px;
		line-height: 42px;
		letter-spacing: 3.04px;
		padding: 0;
	}
}

.hero-cta-link, .hero-cta-link:hover, .hero-cta-link:focus {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size: 13px;
	color:var(--primary_black);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	letter-spacing: 1.04px;
	padding: 0 22px 0 0;
	display: inline-block;
	position: relative;
}
@media (min-width:768px) {
	.hero-cta-link, .hero-cta-link:hover, .hero-cta-link:focus {
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 1.2px;
	}
}

.hero-cta-link::after {
	content: '';
	width: 7.5px;
	height: 13.5px;
	background: url('images/icon-chev-sb.svg') no-repeat;
	background-size: 7.5px 13.5px;
	right: 5px;
	top:1px;
	position: absolute;
	transition: .2s all;
}

.hero-cta-link:hover::after {
	right:0;
}



/* page-header */

.page-header {
	min-height: 300px;
	background:url('images/header-bg.webp') center no-repeat var(--primary_black);
	background-size: cover;
	margin: 0 0 40px 0;
	position: relative;
	z-index: 970;
}
@media (min-width:768px) {
	.page-header {
		min-height: 400px;
		margin: 0 0 80px 0;
	}
}
@media (min-width:1200px) {
	.page-header {
		min-height: 464px;
	}
}
@media (min-width:1400px) {
	.page-header {
		min-height: 514px;
	}
}

.page-header.page-header-404 {
	min-height:75vh;
	margin: 0;
}

.page-header::before {
    content: '';
    width: 100%;
    height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,0) 0%, rgba(22,22,22,0.6475183823529411) 65%, rgba(22,22,22,1) 100%);
    top:0;
	left:0;
    position: absolute;
}
.page-header::after {
    content: '';
    width: 100%;
    height: 16px;
	clip-path: polygon(50% 100%, calc(50% + 19px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 19px) 0);
    background: #fff;
    bottom: -1px;
    position: absolute;
}

.page-header.page-header-404::after {
	display: none;
}


.page-header img {
	width: 100%;
	height:100%;
	object-fit: cover;
	top:0;
	right:0;
	position: absolute;
	z-index: -1;
}

.page-header-header {
	margin:0;
	padding:40px 0;
	position: relative;
	z-index: 990;
}

.page-header-white .page-header-header {
	padding: 37px 0 40px 0;
}
@media (min-width:768px) {
	.page-header-white .page-header-header {
		padding: 77px 0 80px 0;
	}
}

.page-header h2, .page-header-white h2  {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 26px;
	color:#fff;
	line-height: 30px;
	letter-spacing: 2.08px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	.page-header h2, .page-header-white h2 {
		font-size: 44px;
		line-height: 50px;
		letter-spacing: 3.52px;
	}
}
@media (min-width:1200px) {
	.page-header h2, .page-header-white h2 {
		font-size: 54px;
		line-height: 62px;
		letter-spacing: 4.32px;
		margin: 0 0 10px 0;
	}
}

.page-header-white h2 {
	color:var(--primary_black)
}

.page-header h3 {
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing:1.28px;
	padding: 0;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	.page-header h3 {
		font-size: 22px;
		line-height: 34px;
		letter-spacing:1.76px;
	}
}
@media (min-width:1200px) {
	.page-header h3 {
		font-size:24px;
		line-height: 36px;
		letter-spacing:1.92px;
		margin: 0 0 10px 0;
	}
}

.page-header h4 {
	font-size: 12px;
	font-weight: 400;
	color:#fff;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing:.96px;
	padding: 0;
	margin: 0;
}
@media (min-width:1200px) {
	.page-header h4 {
		font-size:14px;
		line-height: 16px;
		letter-spacing:1.12px;
	}
}

.page-header .btn-primary {
	margin-top: 24px;
}




.page-header-header > *:last-child {
	margin-bottom: 0;
}

/* page / blog all */

article img {
	max-width: 100%;
	height: auto;
	margin:0px 0px 20px 0px;
}


@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

@media (min-width: 576px) {
	article img.aligncenter {
		margin:0px 0px 20px 0px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

article p:last-child {
	margin-bottom: 0;
}

article ul {
	padding:16px 0px 30px 0px;
	margin:0px;
}

article ul:last-child {
	padding-bottom: 0;
}

article ul li {
	letter-spacing: .675px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 14px;
	list-style: none;
	position: relative;
}

article ul li:last-child {
	margin-bottom: 0;
}

article ul li::before {
	content:'';
	width:5px;
	height:5px;
	background:#707070;
	border-radius: 50%;
	top:6px;
	left:0px;
	position: absolute;
}

article ol {
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 16px;
}

article ol li {
	margin:0px 0px 24px 0px;
	padding:0px;
}

article blockquote {
	font-size: 18px;
	font-weight: 400;
	color:var(--primary_pink);
	line-height: 26px;
	letter-spacing: .81px;
	margin:20px 0 34px 0;
	padding: 0 0 3px 20px;
	position: relative;
}

article blockquote::before {
	content: '';
	width: 4px;
	height: 100%;
	background:var(--secondary_blue);
	border-radius: 50rem;
	left:0;
	top:0;
	position: absolute;
}

article blockquote p {
	font-size: 18px;
	font-weight: 400;
	color:var(--primary_pink);
	line-height: 26px;
	letter-spacing: .81px;
}

article > *:first-child {
	margin-top: 0;
}


/* sections */

section {
	padding: 0;
	margin: 0;
	background: #fff;
}

.padding-top {
	padding-top:40px;
}
@media (min-width: 768px) {
	.padding-top {
		padding-top:80px;
	}
}

.padding-bottom {
	padding-bottom:40px;
}
@media (min-width: 768px) {
	.padding-bottom {
		padding-bottom:80px;
	}
}

.margin-top {
	margin-top:40px;
}
@media (min-width: 768px) {
	.margin-top {
		margin-top:80px;
	}
}

.margin-bottom {
	margin-bottom:40px;
}
@media (min-width: 768px) {
	.margin-bottom {
		margin-bottom:80px;
	}
}

.section-padding {
	width: 0px;
	height:0px;
	opacity:0;
	margin-top:-96px;
	position: absolute;
}

.section-header-anch {
	width: 0;
	height: 0;
	opacity: 0;
	margin-top: -120px;
	position: absolute;
}

.section-header {
	padding:0 0 12px 0;
}

.section-header h3 {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1.44px;
	color:var(--primary_yellow);
	line-height: 22px;
	padding: 0;
	margin: 0 0 8px 0;
}
@media (min-width:768px) {
	.section-header h3 {
		font-size: 20px;
		line-height:24px;
		letter-spacing:1.6px;
	}
}
@media (min-width:1200px) {
	.section-header h3 {
		font-size: 22px;
		line-height:26px;
		letter-spacing:1.76px;
	}
}

.section-header h2 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:var(--primary_black);
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing:1.92px;
	padding: 0;
	margin: 0 0 14px 0;
}
@media (min-width:768px) {
	.section-header h2 {
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 2.08px;
	}
}
@media (min-width:1200px) {
	.section-header h2 {
		font-size: 30px;
		line-height: 34px;
		letter-spacing:2.4px;
	}
}

.p-intro {
	line-height: 22px;
}

/* section-content */



/* section-content-image */

.btn-primary.section-btn, .btn-primary.section-btn:hover {
	margin-top: 28px;
}
@media (min-width:768px) {
	.btn-primary.section-btn, .btn-primary.section-btn:hover {
		margin-top: 38px;
	}
}

.section-content-image-col-content {
	padding-bottom: 40px;
	z-index: 992;
}
@media (min-width:768px) {
	.section-content-image-col-content {
		padding-bottom: 0px;
		padding-right: 30px;
	}
}
@media (min-width:1200px) {
	.section-content-image-col-content {
		padding-right: 70px;
	}
}

@media (min-width:768px) {
	.section-content-image-col-content.order-md-2 {
		padding-right: 0;
		padding-left: 30px;
	}
}
@media (min-width:1200px) {
	.section-content-image-col-content.order-md-2 {
		padding-left: 80px;
	}
}

.section-content-image-img-wrapper {
	width: 100%;
	aspect-ratio: 3 / 2.35;
	position: relative;
}

.section-content-image-img-wrapper .section-content-image-img-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px 0 25px 0;
}
@media (min-width: 768px) {
	.section-content-image-img-wrapper .section-content-image-img-image {
		border-radius: 50px 0 50px 0;
	}
}

.section-content-image-img-icon-wrapper {
	width:70px;
	height:70px;
	background: var(--secondary_blue);
	border-radius: 25px 0 25px 0;
	right:0;
	bottom:0;
	position: absolute;
}
@media (min-width: 992px) {
	.section-content-image-img-icon-wrapper {
		width: 130px;
		height: 130px;
		border-radius: 50px 0 50px 0;
	}
}
@media (min-width: 1200px) {
	.section-content-image-img-icon-wrapper {
		width: 160px;
		height: 160px;
	}
}

.section-content-image-img-icon-wrapper img {
	width: unset;
	height: unset;
	max-width: 35px;
	max-height: 35px;
	object-fit: contain;
}
@media (min-width: 992px) {
	.section-content-image-img-icon-wrapper img {
		max-width: 45px;
		max-height: 45px;
	}
}
@media (min-width: 1200px) {
	.section-content-image-img-icon-wrapper img {
		max-width: 70px;
		max-height: 70px;
	}
}

.section-content-image-img-wrapper-adds {
	width: 70px;
	height: 70px;
	background: var(--primary_pink);
	border-radius:0 25px 0 25px;
	right:0;
	bottom:-70px;
	position: absolute;
	z-index: 974;
}
@media (min-width: 992px) {
	.section-content-image-img-wrapper-adds {
		width: 130px;
		height: 130px;
		border-radius:0 50px 0 50px;
		bottom:-130px;
	}
}
@media (min-width: 1200px) {
	.section-content-image-img-wrapper-adds {
		width: 160px;
		height: 160px;
		bottom:-160px;
	}
}

.gallerySwiper-wrapper .swiper {
	overflow: visible;
}

@media (min-width:768px) {
	.gallerySwiper-wrapper .swiper::before {
		content: '';
		width: calc(50vw + 12px);
		height: 100%;
		background: #fff;
		left:calc(-50vw - 12px);
		position: absolute;
		z-index: 972;
	}
}

.section-content-image-col-image {
	z-index: 990;
}
@media (min-width:768px) {
	.section-content-image-col-image {
		padding-left: 0;
	}
}
@media (min-width:768px) {
	.section-content-image-col-image.order-md-1 {
		padding-left: 12px;
		padding-right: 0;
	}
}

@media (min-width:768px) {
	.section-content-image-col-image.order-md-1 .gallerySwiper-wrapper .swiper::before {
		left:unset;
		right:calc(-50vw - 12px);
	}
}

.gallerySwiper .swiper-slide {
	width: 100%;
	aspect-ratio: 3 / 2.16;
	position: relative;
}

.gallerySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:10px;
}

.gallerySwiper-btns-container {
	width: 46px;
	display: flex;
	justify-content: space-between;
	float: right;
}
@media (min-width:768px) {
	.gallerySwiper-btns-container {
		float: unset;
	}
}

@media (min-width:768px) {
	.section-content-image-col-image.order-md-1 .gallerySwiper-btns-container {
		float: right;
	}
}

.gallerySwiper-wrapper .gallerySwiper-prev {
	width: 9px;
	height: 16.5px;
	background:url('images/icon-prev.svg') no-repeat center;
	background-size:9px 16.5px;
	margin: 30px 0 0 0;
	z-index: 970;
	opacity: 1;
}

.gallerySwiper-wrapper .gallerySwiper-next {
	width: 9px;
	height: 16.5px;
	background:url('images/icon-next.svg') no-repeat center;
	background-size:9px 16.5px;
	margin: 30px 0 0 0;
	z-index: 970;
	opacity: 1;
}

.gallerySwiper-wrapper .gallerySwiper-next.swiper-button-disabled, .gallerySwiper-wrapper .gallerySwiper-prev.swiper-button-disabled {
	opacity: .5;
}

.gallerySwiper-wrapper .gallerySwiper-next.swiper-button-lock, .gallerySwiper-wrapper .gallerySwiper-prev.swiper-button-lock {
	display: none;
}

.section-content-image-team-wrapper {
	gap:15px;
}

.section-content-image-team {
	width: 50%;
	height: 100%;
	position: relative;
}

.section-content-image-team:nth-child(2) {
	margin-top:44px;
}
@media (min-width:768px) {
	.section-content-image-team:nth-child(2) {
		margin-top: 88px;
	}
}

.section-content-image-team::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(22,22,22,0) 100%);
	border-radius: 10px;
	left:0;
	top:0;
	position: absolute;
	z-index: 980;
}

.section-content-image-team-img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.section-content-image-team-autograph {
	max-width:60%;
	height: auto;
	right:20px;
	bottom:20px;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.section-content-image-team-autograph {
		right:30px;
		bottom:30px;
	}
}


/* section-iconboxes */

.section-iconboxes {
	background: #F2F2F2;
	position: relative;
}

.section-iconboxes::before {
	content: '';
	width: 38px;
	height: 15px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #fff;
	top:0;
	left:calc(50% - 17px);
	position: absolute;
}

.row.gutters-14 {
    height: 100%;
    margin-left: -7px;
    margin-right: -7px;
	margin-top: 12px;
}

.row.gutters-14 > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 14px;
}

.section-iconboxes-box {
	height:100%;
	border-radius:10px;
	padding: 34px;
	background: #707070;
}

.section-iconboxes-box-ico {
	width: 100%;
	height: 40px;
	margin: 0 0 19px 0;
	position: relative;
}

.section-iconboxes-box-ico img {
	width: auto;
	height: 40px;
	object-fit: contain;
}

.section-iconboxes-box h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary_black);
	line-height: 20px;
	letter-spacing:1.28px;
	margin: 0 0 13px 0;
	padding: 0;
}
@media (min-width: 768px) {
	.section-iconboxes-box h3 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing:1.441px;
		margin: 0 0 15px 0;
	}
}

.section-iconboxes-box p {
	font-size: 14px;
	line-height: 18px;
	color:#BAB7B6;
	letter-spacing:.63px;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.section-iconboxes-box p {
		font-size: 15px;
		line-height: 19px;
		letter-spacing:.675px;
	}
}

.section-iconboxes-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary_pink);
	line-height: 24px;
	letter-spacing:.9px;
	text-transform: uppercase;
	margin: 0;
	padding:5px 0 10px 0;
}
@media (min-width: 768px) {
	.section-iconboxes-box h4 {
		font-size: 26px;
		line-height: 30px;
		letter-spacing:1.17px;
	}
}

.section-iconboxes-button {
	margin-top: 40px;
}


/* section-opinions */

.opinionsSwiper.swiper {
	padding: 20px 0 0 0;
	position: relative;
    overflow: visible;
}
@media (min-width:992px) {
	.opinionsSwiper.swiper {
		padding: 0 0 0 0;
		margin: 38px 0 0 0;
	}
}

.opinionsSwiper .swiper-slide {
 	height: auto;
	background: #E3E2E2;
	border-radius:10px;
	padding: 35px;
	margin: 15px 0;
	transition: .2s all !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width:1200px) {
	.opinionsSwiper .swiper-slide {
		padding: 55px;
	}
}

.opinionsSwiper .swiper-slide.swiper-slide-active {
	background: #BAB7B6;
	margin:0;
}
@media (min-width:1200px) {
	.opinionsSwiper .swiper-slide.swiper-slide-active {
		padding: 60px;
	}
}

.opinionsSwiper .swiper-slide.swiper-slide-active p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .675px;
}

.opinionsSwiper .swiper-slide .opinion-range {
	gap:8px;
	margin-bottom: 14px;
}
@media (min-width:1200px) {
	.opinionsSwiper .swiper-slide .opinion-range {
		gap:12px;
		margin-bottom: 20px;
	}
}

.opinionsSwiper .swiper-slide h4 {
	font-size: 13px;
	font-weight:400;
	color:var(--primary_black);
	letter-spacing:.72px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.opinionsSwiper .swiper-slide h4 strong {
	font-weight:600;
}

.opinionsSwiper .swiper-slide p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .585px;
	color:var(--primary_black);
	margin: 0 0 20px 0;
}

.opinionsSwiper-btns-container {
	width: 46px;
	display: flex;
	justify-content: space-between;
}

.opinionsSwiper .opinionsSwiper-prev {
	width: 9px;
	height: 16.5px;
	background:url('images/icon-prev.svg') no-repeat center;
	background-size:9px 16.5px;
	margin: 30px 0 0 0;
	z-index: 970;
	opacity: 1;
}

.opinionsSwiper .opinionsSwiper-next {
	width: 9px;
	height: 16.5px;
	background:url('images/icon-next.svg') no-repeat center;
	background-size:9px 16.5px;
	margin: 30px 0 0 0;
	z-index: 970;
	opacity: 1;
}

.opinionsSwiper-wrapper .opinionsSwiper-next.swiper-button-disabled, .opinionsSwiper-wrapper .opinionsSwiper-prev.swiper-button-disabled {
	opacity: .5;
}

.opinionsSwiper-wrapper .opinionsSwiper-next.swiper-button-lock, .opinionsSwiper-wrapper .opinionsSwiper-prev.swiper-button-lock {
	display: none;
}


/* section-partners */

.section-partners {
	background: #F2F2F2;
	position: relative;
}

.section-partners::before {
    content: '';
    width: 38px;
    height: 15px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff;
    top: -1px;
    left: calc(50% - 17px);
    position: absolute;
}

.partnersSwiper-wrapper {
	margin-top: 20px;
	padding:0 30px;
	position: relative;
}
@media (min-width: 768px) {
	.partnersSwiper-wrapper {
		margin-top: 30px;
		padding:0 60px;
	}
}
@media (min-width: 1600px) {
	.partnersSwiper-wrapper {
		margin-top:42px;
	}
}

.partnersSwiper .swiper-slide {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partnersSwiper-slides-1 .swiper-wrapper {
	display: flex;
	justify-content: center;
}
@media (min-width:576px) {
	.partnersSwiper-slides-2 .swiper-wrapper, .partnersSwiper-slides-3 .swiper-wrapper {
		display: flex;
		justify-content: center;
	}
}
@media (min-width:768px) {
	.partnersSwiper-slides-4 .swiper-wrapper {
		display: flex;
		justify-content: center;
	}
}
@media (min-width:1200px) {
	.partnersSwiper-slides-5 .swiper-wrapper, .partnersSwiper-slides-6 .swiper-wrapper {
		display: flex;
		justify-content: center;
	}
}


.partnersSwiper .swiper-slide img {
	max-width: 100px;
	height: auto;
}
@media (min-width: 1200px) {
	.partnersSwiper .swiper-slide img {
		max-width: 110px;
	}
}
@media (min-width: 1400px) {
	.partnersSwiper .swiper-slide img {
		max-width: 130px;
	}
}

.partnersSwiper-wrapper .partnersSwiper-prev {
	width: 9px;
	height: 16.5px;
	background:url('images/icon-prev.svg') no-repeat center;
	background-size:9px 16.5px;
	left: 0px;
	bottom:calc(50% - 8px);
	position: absolute;
	z-index: 970;
	opacity: 1;
	display: block;
}

.partnersSwiper-wrapper .partnersSwiper-next {
	width: 9px;
	height: 16.5px;
	background:url('images/icon-next.svg') no-repeat center;
	background-size:9px 16.5px;
	right: 0px;
	bottom:calc(50% - 8px);
	position: absolute;
	z-index: 970;
	opacity: 1;
	display: block;
}

.partnersSwiper-prev.swiper-button-disabled::after {
	border-radius:0 0 0 14px;
}
@media (min-width:992px) {
	.partnersSwiper-prev.swiper-button-disabled::after {
		border-radius:0 0 0 20px;
	}
}

.partnersSwiper-next.swiper-button-disabled::after {
	border-radius: 0 14px 0 0;
}
@media (min-width:992px) {
	.partnersSwiper-next.swiper-button-disabled::after {
		border-radius:0 20px 0 0;
	}
}

.partnersSwiper-wrapper .swiper-button-lock {
	display: none;
}


/* section-team */

.section-team {
	background: #F2F2F2;
	position: relative;
}

.section-team::before {
	content: '';
	width: 38px;
	height: 15px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #fff;
	top:0;
	left:calc(50% - 17px);
	position: absolute;
}

.row.gutters-30 {
    height: 100%;
    margin-left:-15px;
    margin-right:-15px;
}
@media (min-width:1200px) {
	.row.gutters-30 {
		margin-top: 30px;
	}
}

.row.gutters-30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.section-team-box {
	height:100%;
	min-height: 300px;
	aspect-ratio: 3 / 4.46;
	background: var(--primary_black);
	border-radius: 10px;
	position: relative;
}

.section-team-box::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(22,22,22,0) 100%);
	border-radius: 10px;
	left:0;
	top:0;
	position: absolute;
	z-index: 980;
}

.section-team-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
}

.section-team-box-content {
	width: 100%;
	padding:25px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.section-team-box-content {
		padding:35px;
	}
}
@media (min-width:992px) {
	.section-team-box-content {
		padding:25px;
	}
}
@media (min-width:1200px) {
	.section-team-box-content {
		padding:35px;
	}
}

.section-team-box-content h3 {
	font-size: 18px;
	font-weight: 600;
	color:#F2F2F2;
	line-height: 22px;
	letter-spacing: 1.76px;
	margin: 0 0 7px 0;
	padding: 0;
}

.section-team-box-content-position {
	font-size: 15px;
	font-weight: 400;
	color:#F2F2F2;
	line-height: 19px;
	letter-spacing: .675px;
	margin: 0;
	padding: 0;
}

.section-team-box-content p {
	font-size: 15px;
	font-weight: 400;
	color:#F2F2F2;
	line-height: 19px;
	letter-spacing: .675px;
	margin-top: 17px;
}

.section-team-box-content p:last-of-type {
	margin-bottom: 0;
}

.section-team-button {
	margin-top: 40px;
}


/* section-form */

section.section-form.section-form-bg {
	background:url('images/form-bg.webp') center no-repeat var(--primary_black);
	background-size: cover;
	position: relative;
}

.section-form.section-form-bg::before {
    content: '';
    width: 38px;
    height: 15px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff;
    top: -1px;
    left: calc(50% - 17px);
    position: absolute;
}

.section-form .section-header {
	text-align: center;
}

.section-form.section-form-bg .section-header h2 {
	color: #f2f2f2;
}

@media (min-width: 992px) {
	.site-form {
		padding-top: 12px;
	}
}

.form-gutters {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.form-gutters > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
	
}


/* section-camps */

.section-camps .woocommerce {
	margin-top: 12px;
}




.eu-vat-extra-css {
	margin: 0 0 36px 0 !important;
}

/* form */

.wpcf7-form label {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}

.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form select {
	width:100%;
	height:54px;
	font-size:15px;
	font-weight: 400;
	color:var(--primary_black);
	line-height:54px;
	background:#BAB7B6;
	border:none;
	border-radius:6px;
	padding:0px 20px;
	margin:0px 0px 0px 0px;
	appearance: none;
}

.wpcf7-form select {
	height: unset;
	min-height: 54px;
	background:url('images/ico-pagination-next.svg') no-repeat #BAB7B6;
	background-size:8px 14.39px;
	background-position:right 20px top 16px;
}
 

.section.wpcf7-checkbox > span > label {
	padding:0px 0px 0px 30px;
	position: relative;
}

:focus-visible {
	outline: none !important;
}

.wpcf7-form textarea, .wpcf7-form textarea:active, .wpcf7-form textarea:focus  {
	width: 100%;
	height: 110px;
	font-size:15px;
	font-weight: 400;
	color:var(--primary_black);
	line-height: 20px;
	background:#BAB7B6;
	border:none;
	border-radius:6px;
	outline: none;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	padding:20px;
}

.upload label {
	min-height: 52px;
	font-size: 15px;
	color:var(--primary_black);
	letter-spacing: 1.2px;
	margin: -6px 0 26px 0;
	padding: 0;
	gap:10px 20px;
	white-space: nowrap;
}
@media (min-width: 992px) {
	.upload label {
		gap:10px 30px;
	}
}

.section-form-bg .upload label {
	color:#fff;
}

.upload-head {
	padding-bottom: 10px;
}

.upload input[type=text] {
	height: 20px;
	line-height: 20px;
	color:var(--primary_black);
	font-weight: 600;
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
	justify-self: stretch;
}

.section-form-bg .upload input[type=text] {
	color:#fff;
}

.hidefile {
	display: none;
}

.wpcf7-form input[type=file] {
	min-width: 224px;
	min-height: 52px;
	font-size: 0px;
	color:#fff;
	position: relative;
}

.wpcf7-form input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.wpcf7-form input[type=file]::before {
	content:'Wybierz plik';
	min-width: 224px;
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color:var(--primary_black);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border:1px solid #BAB7B6;
	border-radius: 6px;
	padding: 15px 20px;
	top:0;
	left:0;
	position: absolute;
	opacity: 1;
}

.wpcf7-form .section-form-bg input[type=file]::before {
	color:#fff;
}

 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
	border:1px solid #f00;
}

.btn-form-submit {
	margin-top: 38px;
	display: flex;
	justify-content: center;
}

.wpcf7-form input[type=submit] {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size:14px;
	font-style: normal;
	color:var(--primary_black);
	text-transform: uppercase;
	text-decoration: none;
	line-height:16px;
	letter-spacing: 1.12px;
	text-align: center;
	border:none;
	border-radius:6px;
	padding:16px 26px 13px 26px;
  	margin:0px;
	background:var(--primary_yellow);
	transition:all .3s ease;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.wpcf7-form input[type=submit] {
		font-size:15px;
		line-height:17px;
		letter-spacing: 1.2px;
		padding:19px 40px 16px 40px;
	}
}

.wpcf7-form input[type=submit]:hover, .wpcf7-form input[type=submit]:active, .wpcf7-form input[type=submit]:focus {
	background:var(--primary_orange);
	text-decoration: none;
}

.agree {
	font-size: 14px;
	color:var(--primary_black);
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 1.12px;
	padding: 0 0 0 25px;
	margin-top: -9px;
	margin-bottom: 24px;
}

.section-form-bg .agree {
	color:#fff;
}

.agree label {
	margin: 0;
}

.agree a {
	color:var(--primary_black);
    text-underline-offset: 1px;
}

.section-form-bg  .agree a {
	color:#fff;
}

.agree a:hover {
	color: var(--primary_yellow);
}

.agree .wpcf7-not-valid-tip {
  text-align: left;
}

.wpcf7-form input[type=checkbox] {
	width:18px;
	height:18px;
	line-height:18px;
	margin:0px 0px 0px -40px;
	z-index:9996;
	position:absolute;
 	opacity:0;
	top:0;
	cursor:pointer;
}

.wpcf7-form input[type=checkbox] + span:before {
	content: '';
	width:25px;
	height:25px;
	line-height:25px;
	background:transparent;
	border-radius:6px;
	border:1px solid #BAB7B6;
	cursor:pointer;
	top:2px;
	left: -40px;
	position: absolute;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
	content: '';
	width:25px;
	height:25px;
	background:url('images/icon-checked-b.svg') no-repeat center;
	border: 1px solid var(--primary_black);
	background-size:14px 11px;
	background-position:50%;
}

.section.section-form-bg .wpcf7-form input[type=checkbox]:checked + span:before {
	background:url('images/icon-checked.svg') no-repeat center;
	border: 1px solid #fff;
}

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #222223;
    line-height: 14px;
    background: #FFE5E5;
	border-radius: 0 5px 5px 5px;
    margin: 10px 0px 0px 0px !important;
    padding: 5px 9px;
    position: relative;
    z-index: 974;
	display: inline-block !important;
}

.wpcf7-not-valid-tip::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #FFE5E5;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    top: -6px;
    left: 0px;
    position: absolute;
}

.wpcf7-spinner {
	display:none !important;
}

.wpcf7 form div.visible-only-if-sent {
	display: none;
}

.wpcf7 form .wpcf7-response-output, .wpcf7 form.sent div.visible-only-if-sent {
	font-size:14px;
	font-weight: 600;
	color:var(--primary_orange);
	line-height: 16px;
	border-radius: 0px;
	background: transparent;
    margin:20px 0 !important;
    padding:0px !important;
    border: none !important;
	position: relative;
	display: block;
}
@media (min-width:992px) {
	.wpcf7 form .wpcf7-response-output, .wpcf7 form.sent div.visible-only-if-sent {
		font-size:16px;
		line-height: 22px;
	}
}

/* .section-form-bg .wpcf7 form .wpcf7-response-output, .section-form-bg .wpcf7 form.sent div.visible-only-if-sent {
	color:#fff;
} */

.wpcf7 form.sent div.visible-only-if-sent p {
	font-size:13px;
	font-weight: 600;
	color:var(--primary_orange);
	line-height: 16px;
	margin: 0;
}
@media (min-width:992px) {
	.wpcf7 form.sent div.visible-only-if-sent p {
		font-size:16px;
		line-height: 22px;
	}
}

/* .section-form-bg .wpcf7 form.sent div.visible-only-if-sent p {
	color:#fff;
}
 */
.wpcf7 form.sent div.visible-only-if-sent {
    border-color: transparent !important;
	background: transparent;
}









/* youtube responsive */
article .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	margin-bottom:40px;
	overflow: hidden;
	border-radius: 20px;
}
article .embed-responsive .embed-responsive-item,
article .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
article .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
  
  

/* blog */

.blog-box {
	height:100%;
	min-height: 300px;
	aspect-ratio: 3 / 4.46;
	background:url('images/header-bg.webp') center no-repeat var(--primary_black);
	border-radius: 10px;
	position: relative;
	display: block;
	transition: .2s all;
}

.blog-box:hover {
	opacity: .8;
}

.blog-box::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(22,22,22,0) 100%);
	border-radius: 10px;
	left:0;
	top:0;
	position: absolute;
	z-index: 980;
}

.blog-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
}

.blog-box-content {
	width: 100%;
	padding:25px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.blog-box-content {
		padding:35px;
	}
}
@media (min-width:992px) {
	.blog-box-content {
		padding:25px;
	}
}
@media (min-width:1200px) {
	.blog-box-content {
		padding:35px;
	}
}

.blog-box-content h3, .blog-box:hover .blog-box-content h3 {
	font-size: 18px;
	font-weight: 600;
	color:#F2F2F2;
	line-height: 22px;
	letter-spacing: 1.76px;
	margin: 0 0 7px 0;
	padding: 0;
}

.blog-box-content-position, .blog-box:hover .blog-box-content-position {
	font-size: 15px;
	font-weight: 400;
	color:#F2F2F2;
	line-height: 19px;
	letter-spacing: .675px;
	margin: 0;
	padding: 0;
}

.blog-box-content p, .blog-box:hover .blog-box-content p {
	font-size: 15px;
	font-weight: 400;
	color:#F2F2F2;
	line-height: 19px;
	letter-spacing: .675px;
	margin-top: 17px;
}

.blog-box-content p:last-of-type {
	margin-bottom: 0;
}


/* blog pagination */

.pagination {
	margin: 0 0 -40px 0;
	padding: 40px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination li {
	margin: 0px 9px;
	padding: 0px;
	list-style: none;
}

.pagination li a, .pagination li a:hover {
	font-size: 16px;
	font-weight:600;
	color:var(--primary_black);
	text-decoration: none;
}

.pagination li.current {
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 600;
	color:var(--primary_orange);
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination li.special-d1 {
	width: 12.9px;
	height: 14.46px;
	margin: 0px 14px 0px 0px;
}

.pagination li.special-d1 a {
	width: 12.9px;
	height: 14.46px;
	background:url('images/icon-pagination-start.svg') no-repeat;
	background-size:12.9px 14.46px;
	display: block;
}


.pagination li.special-c1 {
	width: 7.9px;
	height: 14.46px;
	margin: 0px 5px 0px 0px;
}

.pagination li.special-c1 a {
	width: 7.9px;
	height: 14.46px;
	background:url('images/icon-pagination-prev.svg') no-repeat;
	background-size:7.9px 14.46px;
	display: block;
}

.pagination li.special-c2 {
	width: 7.9px;
	height: 14.46px;
	margin: 0px 0px 0px 5px;
}

.pagination li.special-c2 a {
	width: 7.9px;
	height: 14.46px;
	background:url('images/icon-pagination-next.svg') no-repeat;
	background-size:7.9px 14.46px;
	display: block;
}

.pagination li.special-d2 {
	width: 12.9px;
	height: 14.46px;
	margin: 0px 0px 0px 14px;
}

.pagination li.special-d2 a {
	width: 12.9px;
	height: 14.46px;
	background:url('images/icon-pagination-end.svg') no-repeat;
	background-size:12.9px 14.46px;
	display: block;
}







/* sm button */

.social-media {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color:var(--primary_black);
	letter-spacing:1.2px;
	background:var(--primary_yellow);
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap:0 28px;
	padding:7px 24px;
}
@media (min-width: 992px) {
	.social-media {
		padding:10px 30px;
	}
}

.social-media h4 {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color:var(--primary_black);
	letter-spacing:.96px;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 0;
	padding:2px 0 0 0;
}
@media (min-width: 992px) {
	.social-media h4 {
		font-size: 15px;
		letter-spacing: 1.2px;
	}
}

.social-media ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap:14px;
}
@media (min-width: 992px) {
	footer .social-media ul {
		gap:0 18px;
	}
}

.social-media ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media ul li a svg {
	max-height: 15px;
	transition:.2s all;
}
@media (min-width: 992px) {
	.social-media svg {
		max-height: 17.5px;
	}
}

.social-media ul li a:hover svg {
	transform: scale(1.1);
}






/* woocommerce */

.content-area {
	margin: 40px auto;
}

.content-area {
	padding-left:20px;
	padding-right:20px;
}
@media (min-width: 768px) {
	.content-area {
		padding-left: 40px;
		padding-right: 40px;
		margin: 80px auto;
	}
}
@media (min-width: 1200px) {
	.content-area {
		max-width:1190px;
	}
}
@media (min-width: 1400px) {
	.content-area {
		max-width:1390px;
	}
}
@media (min-width: 1600px) {
	.content-area {
		max-width:1500px;
	}
}

@media (max-width: 991.98px) {
	.content-area {
		max-width:100%;
	}
}



/* woocommerce listing */

.woocommerce .products > ul, .woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}

.woocommerce .products > ul::after, .woocommerce .products > ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: unset !important;
    margin: 0 !important;
	padding: 0;
    position: relative;
    width:100% !important;
	display: block;
}
@media (min-width: 576px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: calc(50% - 15px) !important;
	}
}
@media (min-width: 992px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    	width:calc(33.3333% - 20px) !important;
	}
}
@media (min-width: 1200px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:calc(25% - 23px) !important;
	}
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100% !important;
}

@media (min-width: 576px) {
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: calc(50% - 15px) !important;
	}
}

@media (min-width: 992px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width:calc(33.3333% - 20px) !important;
	}
}

@media (min-width: 1200px) {
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width:calc(25% - 23px) !important;
	}
}

.woocommerce ul.products li.product a img {
  	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.woocommerce ul.products li.product strong {
    display: unset;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: unset;
    left: 0;
    margin:0;
}

.section-camps-box {
	height:100%;
	min-height: 300px;
	aspect-ratio: 3 / 4.46;
	background: var(--primary_black);
	border-radius: 10px;
	position: relative;
	display: block;
}

.section-camps-box::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(22,22,22,0) 100%);
	border-radius: 10px;
	left:0;
	top:0;
	position: absolute;
	z-index: 980;
}

.section-camps-box-content {
	width: 100%;
	padding:25px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.section-camps-box-content {
		padding:35px;
	}
}
@media (min-width:992px) {
	.section-camps-box-content {
		padding:25px;
	}
}
@media (min-width:1200px) {
	.section-camps-box-content {
		padding:35px;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 18px;
	font-weight: 600;
	color:#F2F2F2;
	line-height: 22px;
	letter-spacing: 1.76px;
	margin: 0 0 16px 0;
	padding: 0;
}

.section-camps-box-content ul {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
}

.section-camps-box-content ul li {
	font-size: 15px;
	color:var(--primary_yellow);
	letter-spacing: .675px;
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
}

.section-camps-box-content ul li strong {
	padding-right: 2px;
}

.btn-section-camps-box, .btn-section-camps-box:hover, .btn-section-camps-box:focus {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	padding: 0 22px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	position: relative;
	display: inline-block;
}

.btn-section-camps-box::after {
	content: '';
	width: 7.5px;
	height: 13.5px;
	background: url('images/icon-chev-sw.svg') no-repeat;
	background-size: 7.5px 13.5px;
	right: 5px;
	top:1px;
	position: absolute;
	transition: .2s all;
}

.btn-section-camps-box:hover::after {
	right:0;
}

.woocommerce a.added_to_cart {
	padding-left: 20px;
}


/* single product - camp */

.single-product-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
@media (min-width:1200px) {
	.single-product-wrapper {
		gap:65px;
	}
}





/* footer */

footer {
	font-size: 14px;
	color:#F2F2F2;
	line-height: 20px;
	letter-spacing:1.12px;
	padding:56px 0px;
	background:var(--primary_black);
}

.footer {
	gap:30px;
}

footer a {
	color:#F2F2F2;
	text-decoration: none;
}

footer a:hover {
	color:#fff;
	text-decoration: none;
}

.footer-logo {
	width: 144.41px;
	height: 48px;
}

.footer-details {
	min-width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	gap:10px 20px;
}
@media (min-width: 768px) {
	.footer-details {
		min-width:unset;
		gap:10px 30px;
	}
}

.footer-details li {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .social-media {
	padding:7px 24px;
}

footer .social-media h4 {
	font-size: 12px;
	letter-spacing: .96px;
}

footer .social-media ul {
	gap:14px;
}

footer .social-media svg {
	max-height: 15px;
}







::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #313232 !important;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #313232 !important;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #313232 !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #313232 !important;
}
input::placeholder {
	color: #313232 !important;
}
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #313232 !important;
}
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	 color: #313232 !important;
}
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #313232 !important;
}
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #313232 !important;
}
textarea::placeholder {
	color: #313232 !important;
}
select::placeholder {
	color: #313232 !important;
}




::-moz-selection {
	color:#fff;
	background:#FFA400 !important;
}

::selection {
	color:#fff;
	background:#FFA400 !important;
}

::-moz-selection {
	color:#fff;
	background:#FFA400 !important;
}


:root {
	scrollbar-color: #FFA400 #F2F2F2 !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:#F2F2F2;
}

::-webkit-scrollbar-thumb {
   background:#FFA400; 
}

::-webkit-scrollbar-thumb:hover {
	background:#FBC502;
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}






.grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}
















 


.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}

/* end */


 