 /*
Theme Name: Agrocoop
Author:powerup.pl
Author URI: http://powerup.pl/
Description: Agrocoop theme
Text Domain: agrocoop
Version: 1.0
*/


:root {
	--blue: #1B4087;
	--light-blue: #378CCF;
	--very-light-blue: #EBF2FA;
	--green: #155825;
	--light-green: #B2D37C;
	--pastel-green: #75A883;
	--cream: #EFE5DD;
	--text: #32333A;
	--white: #fff;
	--black: #000;
}



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

body {
	font-family:'kit-rounded',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    line-height: 1.5em;
	margin:0;
	padding:0;
	background: var(--white);
	position: relative;
    word-break: normal;
	word-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: var(--light-blue);
	font-weight: 400;
	text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
	transition:.2s all;
}

a:hover {
	color:var(--light-green);
	text-decoration: underline;
}

p {
	font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    line-height: 1.5em;
	margin: 0 0 1.5em 0;
	padding:0;
}


strong {
	font-weight: 700;
}





.container {
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width:576px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width:1400px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

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


@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1350px;
    }
}


.container-fluid {
	padding-left:16px;
	padding-right:16px;
}

@media (min-width: 576px) {
	.container-fluid {
		padding-left:36px;
		padding-right:36px;
	}
}
@media (min-width: 992px) {
	.container-fluid {
		padding-left:4.5vw;
		padding-right:4.5vw;
	}
}
@media (min-width: 1800px) {
	.container-fluid {
		padding-left:11vw;
		padding-right:11vw;
	}
}


/* 

.row-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > [class*="col-"] {
    padding-left:10px;
    padding-right:10px;
}


.row-25 {
    height: 100%;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.row-25 > [class*="col-"] {
    padding-left:-12.5px;
    padding-right:-12.5px;
}


.row-30 {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

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


 
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	color: var(--blue);
	line-height: 1.2em;
	letter-spacing: -.02em;
	padding: 0;
	margin: 0 0 24px 0;
	position: relative;
}

h1 {
	font-size: 40px;
}
@media (min-width:768px) {
	h1 {
		font-size: 48px;
	}
}


h2 {
	font-size: 40px;
	line-height: 1.1em;
}
@media (min-width:768px) {
	h2 {
		font-size: 48px;
		line-height: 1.2em;
	}
}


h3 {
	font-size: 24px;
}


h4 {
	font-size: 14px;
}
@media (min-width:768px) {
	h4 {
		font-size: 20px;
	}
}


h5 {
	font-size: 14px;
	font-weight: 500;
}
@media (min-width:768px) {
	h5 {
		font-size: 18px;
	}
}


h6 {
	font-size: 14px;
	font-weight: 400;
}
@media (min-width:768px) {
	h6 {
		font-size: 16px;
	}
}



.btn-primary {
	font-size: 16px;
	font-weight:700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	line-height:1.2em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--blue);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:21px 24px 15px 24px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-primary:hover {
	color: var(--white);
	background:var(--light-blue);
	text-decoration: none;
}



/* header */

.header {
	width: 100%;
	background:url('images/header.avif') center repeat var(--very-light-blue);
	z-index: 980;
	margin:0;
	padding:0;
	top:0;
/* 	position: sticky;
	position: -webkit-sticky; */
position: fixed;
	z-index: 996;
	transition: .4s all;
}

.site-scrolled .header {
  transform: translateY(-80px);
}

body.scrollup .header, body.responsive .header {
  transform: translateY(0);
}

.header .container-fluid {
	height: 62px;
	gap:12px;
	transition: .4s all;
}
@media (min-width:768px) {
	.header .container-fluid {
		height: 73px;
		gap:24px;
	}
}

.top-brand {
	width: 113px;
	min-width: 113px;
	height: 36px;
	margin-top: -5px;
	display: block;
	z-index: 990;
}
@media (min-width:768px) {
	.top-brand {
		width: 159px;
		min-width: 159px;
		height: 50px;
	}
}


.top-brand img {
	width: 100%;
	height: 100%;
	transition: .2s all;
}

.main-menu {
	width: 100%;
	margin: 0;
	padding:0;
	display: flex;
	align-items: center;
	gap:46px;
	flex-direction: column;
}

@media (min-width:992px) {
	.main-menu {
		width: unset;
		width: auto;
		flex-direction: row;
		gap:20px;
	}
}
@media (min-width:1200px) {
	.main-menu {
		gap:40px;
	}
}

.main-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

@media (min-width:992px) {
	.main-menu > li {
		width: unset;
	}
}

.main-menu li a {
	font-size:24px;
	font-weight:600;
	color:var(--blue);
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	background:transparent;
	margin: 0;
	padding: 0;
	position: relative;
	transition: .3s all;
	display: block;
}
@media (min-width:992px) {
	.main-menu li a {
		font-size:16px;
	}
}

.main-menu li a:hover {
	color:var(--light-blue);
	text-decoration: none;
}
 


.burger {
	width: 27px;
	height: 27px;
	background:none;
	border:none;
	border-radius:0px;
	margin:-4px 0px 0px 0px;
	padding:0px;
	z-index: 978 !important;
	display: block;
}
@media (min-width:992px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:var(--blue);
	border-radius: 0px;
	content: '';
	display: block;
	height: 2px;
	margin: 6px 0;
	border-radius: 50em;
	transition: all .2s ease-in-out;
}

.home:not(.site-scrolled) .burger:after, .home:not(.site-scrolled) .burger:before, .home:not(.site-scrolled) .burger div {
	background-color:var(--blue);
}

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

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

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



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

	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:80px 20px;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 978;
		background:url('images/mobile-menu.avif') center repeat var(--very-light-blue);
		overflow-y: auto;
		animation:top .5s;

		visibility: visible;
	}
	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}
}

.topnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:20px;
}
@media (min-width:992px) {
	.topnav {
		width: 100%;
		gap:20px;
	}
}





/* hero */

.section-hero {
	margin-top: 62px;
	min-height:450px;
	aspect-ratio: 1 / 2.135;
	position: relative;
}
@media (min-width:768px) {
	.section-hero {
		margin-top: 73px;
	aspect-ratio:  1.74 / 1;
	}
}
@media (min-width: 992px) {
	.section-hero {
		min-height: 500px;
	}
}
@media (min-width: 1200px) {
	.section-hero {
		min-height: 550px;
	}
}

.section-hero::after {
	content: '';
	width: 100%;
	height:176px;
	background: url('images/separator-mobile.svg') center no-repeat;
	background-size: 847px 176px;
	bottom: -88px;
	display: block;
	z-index: 980;
	position: absolute;
}
@media (min-width:768px) {
	.section-hero::after {
		height:302px;
		background: url('images/separator.svg') center no-repeat;
		background-size: auto 302px;
		bottom: -151px;
	}
}
@media (min-width:1440px) {
	.section-hero::after {
		height:400px;
		background-size: auto 400px;
		bottom: -200px;
	}
}

.section-hero picture {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top:0;
	position: absolute;
}

.section-hero picture::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 908;
	opacity: .2;
}
@media (min-width:768px) {
	.section-hero picture::before {
		display: none;
	}
}

.section-hero picture::after {
	content: '';
	width: 100%;
	height: 65%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
	left:0;
	bottom:0;
	position: absolute;
	z-index: 910;
	opacity: .4;
}
@media (min-width:576px) {
	.section-hero picture::after {
		height: 50%;
	}
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}

@media (min-width:576px) {
	.hero-image-mobile {
		display: none;
	}
}

@media (max-width:575.98px) {
	.hero-image-desktop {
		display: none;
	}
}

.section-hero .container-fluid {
	height: 100%;
}
@media (min-width:768px) {
	.section-hero .container-fluid {
		max-height: 100vh;
		min-height: 450px;
	}
}

.hero-content {
	max-width: 600px;
	padding: 40px 0 100px 0;
	position: relative;
	z-index: 990;
}
@media (min-width:768px) {
	.hero-content {
		padding: 40px 0 150px 0;
	}
}

.hero-content h1 {
	color: var(--white);
	margin: 0 0 32px 0;
}
@media (min-width:768px) {
	.hero-content h1 {
		margin: 0 0 40px 0;
	}
}



/* section-field */

.section-field {
	width: 100%;
	height: auto;
	position: relative; 
	margin: 0 0 25px 0;
}
@media (min-width:768px) {
	.section-field {
		margin: 0 0 40px 0;
	}
}

.section-field-main {
	/* aspect-ratio:0.45 / 1; */
	position: relative;
}
@media (min-width:992px) {
	.section-field-main {
		max-width: 100%;
		min-height: 790px;
		aspect-ratio: 1.86 / 1;
		height: auto;
		display: flex;
		height: 100%;
	}
}

.section-field-main::after {
	content: '';
	width: 100%;
	height: 5px;
	background: url('images/separator-round.png') bottom center repeat-x;
	background-size: auto 5px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 940;
}
@media (min-width:768px) {
	.section-field-main::after {
		height: 7px;
		background-size: auto 7px;
	}
}

.section-field-main > picture {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top:0;
	position: absolute;
}

.section-field-main > picture::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 908;
	opacity: .2;
}
@media (min-width:768px) {
	.section-field-main > picture::before {
		display: none;
	}
}

.section-field-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 900;
}

@media (min-width:576px) {
	.section-field-image-mobile {
		display: none;
	}
}

@media (max-width:575.98px) {
	.section-field-image-desktop {
		display: none;
	}
}

.section-field-main .container-fluid {
	/* min-height: 100%; */
	padding-top:140px;
	position: relative;
	z-index: 990;
	display: block;
}
@media (min-width: 768px) {
	.section-field-main .container-fluid {
		padding-top:200px;
	}
}
.section-field-main .container-fluid .row {
	min-height: 100%;
}

.section-field h2 {
	margin: 0 0 40px 0;
	color: var(--white);
}
@media (min-width: 992px) {
	.section-field h2 {
		margin: 86px 0 40px 0;
	}
}

.col-section-field-bottle img {
	width: auto;
	height: 450px;
	margin: 10px 0 -140px 0;
	position: relative;
	z-index: 994;
	display: block;
}
@media (min-width: 768px) {
	.col-section-field-bottle img {
		height: 555px;
		margin: 10px 0 -100px 0;
	}
}
@media (min-width: 1200px) {
	.col-section-field-bottle img {
		height: 689px;
		margin: 0 0 -100px 0;
	}
}

.sun {
	width: 390px;
	height: 390px;
	left:calc(50% - 195px);
	bottom:-195px;
	position: absolute;
	z-index: 980;
	aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
	.sun {
		width: 500px;
		height: 500px;
		left:calc(50% - 250px);
		bottom:-250px;
	}
}
@media (min-width: 1200px) {
	.sun {
		width: 700px;
		height: 700px;
		left:calc(50% - 350px);
		bottom:-390px;
	}
}

.section-field-info {
	text-align: center;
	padding-top: 150px;
	position: relative;
	z-index: 994;
	gap:10px 115px;
}
@media (min-width: 576px) {
	.section-field-info {
		gap:10px 200px;
	}
}
@media (min-width: 768px) {
	.section-field-info {
		padding-top:55px;
		gap:10px 280px;
	}
}
@media (min-width: 1200px) {
	.section-field-info {
		gap:10px 430px;
	}
}


/* section-images */

.section-images {
	padding: 20px 0;
	overflow: hidden;
}
@media (min-width: 576px) {
	.section-images .container-fluid {
		width: 2000vw;
		max-width: 200vw;
		margin: 0 0 0 calc(-50vw + 20px);
	}
}

.s-images-image {
	width: calc(100% - 20px);
	height: 100%;
	position: relative;
}
@media (min-width: 576px) {
	.s-images-image {
		width: 18%;
	}
}
@media (min-width: 1200px) {
	.s-images-image {
		width: 336px;
	}
}

.s-images-image::after {
	content:'';
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	top:0;
	left:0;
	position: absolute;
	opacity: .4;
	z-index: 980;
}

.s-images-image.s-images-image-1::after, .s-images-image.s-images-image-5::after {
	display: none;
}

.s-images-image img {
	width: 100%;
	height: auto;
}

.s-images-image-1 {
	transform: rotate(2deg);
	z-index: 980;
	display: none;
}
@media (min-width: 1200px) {
	.s-images-image-1 {
		display: block;
	}
}

.s-images-image-2 {
	margin: 0 0 20px -3px;
	transform: rotate(-2deg);
	z-index: 970;
}
@media (min-width: 576px) {
	.s-images-image-2 {
		margin: 92px 0 0 0;
	}
}

.s-images-image-3 {
	margin: 0 0 32px 9px;
	z-index: 980;
}
@media (min-width: 576px) {
	.s-images-image-3 {
		margin: 40px 0 0 -27px;
	}
}

.s-images-image-4 {
	margin:0 0 0 7px;
	transform: rotate(2deg);
	z-index: 980;
}
@media (min-width: 576px) {
	.s-images-image-4 {
		margin: 70px 0 0 44px;
	}
}

.s-images-image-5 {
	margin:16px 0 0 -55px;
	transform: rotate(-2deg);
	z-index: 970;
	display: none;
}
@media (min-width: 1200px) {
	.s-images-image-5 {
		display: block;
	}
}

.s-images-image-desc {
	max-width: 100%;
	font-family: 'Finlay',sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	line-height: 22px;
	padding: 24px 26px;
	bottom:0;
	left: 0;
	position: absolute;
	z-index: 994;
}


/* section-bottle */

.section-bottle {
	position: relative;
	padding: 45px 0 80px 0;
}
@media (min-width:768px) {
	.section-bottle {
		padding: 120px 0 20px 0;
	}
}

.section-bottle::after {
	content: '';
	width: 100%;
	height:400px;
	background: url('images/separator-mobile.svg') center no-repeat;
	background-size: contain;
	display: block;
	z-index: 980;
	bottom:-200px;
	position: absolute;
}
@media (min-width:768px) {
	.section-bottle::after {
		height:302px;
		background: url('images/separator.svg') center no-repeat;
		background-size: auto 302px;
		bottom: -151px;
	}
}
@media (min-width:1440px) {
	.section-bottle::after {
		height:400px;
		background-size: auto 400px;
		bottom: -200px;
	}
}

.section-bottle .container-fluid {
	z-index: 990;
	position: relative;
}

.section-bottle p {
	max-width: 451px;
	margin: 0;
}

.s-bottle-image {
	width: 100%;
	height: 100%;
}

.s-bottle-image-mobile {
	width: calc(100% + 32px);
	margin: 60px 0 0 -16px;
}
@media (min-width:768px) {
	.s-bottle-image-mobile {
		display: none;
	}
}

.s-bottle-image-desktop {
	display: none;
}
@media (min-width:768px) {
	.s-bottle-image-desktop {
		display: block;
	}
}

.col-section-bottle {
	position: relative;
}

.s-bottle-image-bottle {
	width: 160%;
	height: auto;
	left:-30%;
	top:50px;
	position: absolute;
}
@media (min-width:768px) {
	.s-bottle-image-bottle {
		width: 120%;
		left: -120px;
		top:0px;
	}
}
@media (min-width:1200px) {
	.s-bottle-image-bottle {
		width: 120%;
		left: -164px;
	}
}
@media (min-width:1600px) {
	.s-bottle-image-bottle {
		width: 120%;
		left: -80px;
	}
}


/* ssection-content */

.section-content {
	min-height: 700px;
	position: relative;
	padding: 40px 0;
	border-bottom: 3px solid var(--white);
	aspect-ratio:1 / 2.28;
}
@media (min-width:768px) {
	.section-content {
		min-height: 90vh;
		padding:230px 0 180px 0;
		aspect-ratio:  1.7 / 1;
	}
}

.section-content::after {
	content: '';
	width: 100%;
	height: 5px;
	background: url('images/separator-round.png') bottom center repeat-x;
	background-size: auto 5px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 940;
}
@media (min-width:768px) {
	.section-content::after {
		height: 7px;
		background-size: auto 7px;
	}
}

.section-content picture {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top:0;
	position: absolute;
}

.section-content picture::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 908;
	opacity: .2;
}

.s-content-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}

@media (min-width:576px) {
	.s-content-image-mobile {
		display: none;
	}
}

@media (max-width:575.98px) {
	.s-content-image-desktop {
		display: none;
	}
}

.section-content .container-fluid {
	position: relative;
	z-index: 990;
}

.section-content .container-fluid * {
	color: var(--white);
}

@media (min-width:1200px) {
	.section-content h2 {
		max-width: 524px;
	}
}

.section-content p {
	max-width: 411px;
	margin: 0;
}


/* section-images-2 */

.section-images-2 {
	color: var(--green);
	background: url('images/s-image-2-bg.avif') center repeat;
	overflow: hidden;
	padding: 60px 0 50px 0;
	position: relative;
}
@media (min-width:768px) {
	.section-images-2 {
		padding: 110px 0 90px 0;
	}
}

.section-images-2 h2, .section-images-2 h3, .section-images-2 p {
	color: var(--green);
}

.section-images-2 h2 {
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.section-images-2 h2 {
		margin-bottom: 0;
	}
}

.section-images-2-bottom h2 {
	margin-bottom: 24px;
}

.section-images-2-bottom h3 {
	margin-bottom: 32px;
}

.section-images-2-wrapper.container-fluid {
	padding-top:65px;
	padding-bottom:70px;
}
@media (min-width: 576px) {
	.section-images-2-wrapper.container-fluid {
		width: 2000vw;
		max-width: 200vw;
		margin: 0 0 0 calc(-50vw + 20px);
		padding-top:25px;
	}
}
@media (min-width: 768px) {
	.section-images-2-wrapper.container-fluid {
		padding-bottom:100px;
	}
}
@media (min-width: 1200px) {
	.section-images-2-wrapper.container-fluid {
		padding-top:75px;
	}
}

.s-images-2-image {
	width: calc(100% - 20px);
	height: 100%;
	position: relative;
}
@media (min-width: 576px) {
	.s-images-2-image {
		width: 18%;
	}
}
@media (min-width: 1200px) {
	.s-images-2-image {
		width: 336px;
	}
}

.s-images-2-image::after {
	content:'';
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	top:0;
	left:0;
	position: absolute;
	opacity: .4;
	z-index: 980;
}

.s-images-2-image.s-images-2-image-1::after, .s-images-2-image.s-images-2-image-5::after {
	display: none;
}

.s-images-2-image img {
	width: 100%;
	height: auto;
}

.s-images-2-image-1 {
	transform: rotate(2deg);
	z-index: 980;
	display: none;
}
@media (min-width: 1200px) {
	.s-images-2-image-1 {
		display: block;
	}
}

.s-images-2-image-2 {
	margin: 0 0 20px -3px;
	transform: rotate(-2deg);
	z-index: 970;
}
@media (min-width: 576px) {
	.s-images-2-image-2 {
		margin: 92px 0 0 0;
	}
}

.s-images-2-image-3 {
	margin: 0 0 32px 9px;
	z-index: 980;
}
@media (min-width: 576px) {
	.s-images-2-image-3 {
		margin: 40px 0 0 -27px;
	}
}

.s-images-2-image-4 {
	margin:0 0 0 7px;
	transform: rotate(2deg);
	z-index: 980;
}
@media (min-width: 576px) {
	.s-images-2-image-4 {
		margin: 70px 0 0 44px;
	}
}

.s-images-2-image-5 {
	margin:16px 0 0 -55px;
	transform: rotate(-2deg);
	z-index: 970;
	display: none;
}
@media (min-width: 1200px) {
	.s-images-2-image-5 {
		display: block;
	}
}

.s-images-2-image-desc {
	max-width: 100%;
	font-family: 'Finlay',sans-serif;
	font-size:20px;
	font-weight: 600;
	color: var(--white);
	line-height: 25px;
	padding: 24px 26px;
	bottom:0;
	left: 0;
	position: absolute;
	z-index: 994;
}


/* section-content-2 */

.section-content-2 {
	min-height: 900px;
	position: relative;
	padding: 70px 0;
	border-top: 3px solid var(--white);
	aspect-ratio: 1 / 2.85;
}
@media (min-width:768px) {
	.section-content-2 {
		min-height: 800px;
		padding: 200px 0;
		aspect-ratio: 1.6 / 1;
	}
}

.section-content-2::before {
	content: '';
	width: 100%;
	height: 5px;
	background: url('images/separator-round.png') bottom center repeat-x;
	background-size: auto 5px;
	left:0;
	top:0;
	position: absolute;
	z-index: 940;
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.section-content-2::before {
		height: 7px;
		background-size: auto 7px;
	}
}

.section-content-2::after {
	content: '';
	width: 100%;
	height:400px;
	background: url('images/separator-mobile.svg') center no-repeat;
	background-size: contain;
	display: block;
	z-index: 980;
	bottom:-200px;
	position: absolute;
}
@media (min-width:768px) {
	.section-content-2::after {
		height:302px;
		background: url('images/separator.svg') center no-repeat;
		background-size: auto 302px;
		bottom: -151px;
	}
}
@media (min-width:1440px) {
	.section-content-2::after {
		height:400px;
		background-size: auto 400px;
		bottom: -200px;
	}
}

.section-content-2 picture {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top:0;
	position: absolute;
}

.section-content-2 picture::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 908;
	opacity: .1;
}

.s-content-2-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}

@media (min-width:576px) {
	.s-content-2-image-mobile {
		display: none;
	}
}

@media (max-width:575.98px) {
	.s-content-2-image-desktop {
		display: none;
	}
}

.section-content-2 .container-fluid {
	position: relative;
	z-index: 990;
}

.section-content-2 .container-fluid * {
	color: var(--white);
}

.section-content-2 h3, .section-content-2 p {
	max-width: 411px;
}


/* section-2images-content */

.section-2images-content {
	padding: 110px 0 75px 0;
	background: url('images/section-2images-content-bg.avif') center repeat;

	position: relative;
}
@media (min-width:768px) {
	.section-2images-content {
		padding: 210px 0 90px 0;
	}
}

.section-2images-content::after {
	content: '';
	width: 100%;
	height: 5px;
	background: url('images/separator-round.png') bottom center repeat-x;
	background-size: auto 5px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 940;
}
@media (min-width:768px) {
	.section-2images-content::after {
		height: 7px;
		background-size: auto 7px;
	}
}

.s-2images-image-1 {
	width:calc(100% - 30px);
	max-width: 400px;
	height: auto;
	margin-left: 16px;
	transform: rotate(-2deg);
	position: relative;
}
@media (min-width:768px) {
	.s-2images-image-1 {
		width: 100%;
		max-width: unset;
		margin-left:0;
	}
}

.s-2images-image-1::after {
	content:'';
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	top:0;
	left:0;
	position: absolute;
	opacity: .4;
	z-index: 980;
}

.s-2images-image-1 img {
	width: 100%;
	height: auto;
}

.s-2images-image-2 {
	width:calc(100% - 8px);
	max-width: 400px;
	height: auto;
	margin-left: 4px;
	transform: rotate(2deg);
	margin-top: 62px;
	position: relative;
}

@media (min-width:768px) {
	.s-2images-image-2 {
		width: 66%;
		max-width: unset;
		margin-left:0;
		margin-top: 85px;
	}
}

.s-2images-image-2::after {
	content:'';
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	top:0;
	left:0;
	position: absolute;
	opacity: .4;
	z-index: 980;
}

.s-2images-image-2 img {
	width: 100%;
	height: auto;
}

.s-2images-image-desc {
	max-width: 100%;
	font-family: 'Finlay',sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--white);
	line-height: 25px;
	padding: 24px 26px;
	bottom:0;
	left: 0;
	position: absolute;
	z-index: 994;
}

.section-2images-content-content {
	padding-top: 68px;
}
@media (min-width:768px) {
	.section-2images-content-content {
		padding-top: 20px;
	}
}


/* 404 */

.page-404 {
	min-height: 60vh;
	margin: 0 0 80px 0;
}

.page-404 h1 {
	margin: 0;
}

.page-404 h3 {
	color:var(--blue);
	margin: 0 0 30px 0;
}


/* page-header */

.page-header {
	padding-top: 120px;
	padding-bottom: 60px;
}
@media (min-width: 576px) {
	.page-header {
		padding-top: 140px;
	}
}


/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}



article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
	padding-top: 0;
}

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

@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;
	}
}

article img.aligncenter {
	margin:2em 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

article ul {
	padding:0;
	margin:2.2em 0 2.4em 0;
}

/* article p + ul {
	margin-top: -1.4em;
} */

article ul > li {
	margin:0px 0px 16px 12px;
	padding:0px 0px 0px 20px;
	list-style: none;
	position: relative; 
}

article ul > li::before {
	content: '';
	width: 6px;
	height:6px;
	background:var(--light-blue);
	border-radius: 50em;
	left:0;
	top:8px;
	position: absolute;
}

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

article ol {
	margin:0 0 2em 10px;
	padding:0px 0px 0px 20px;
}

article ol > li {
	margin:0px 0px 10px 0px;
	padding:0px;
}


article blockquote {
	font-size:18px;
	font-weight:600;
	color: var(--blue);
	line-height: 24px;
	margin:2.5em 0;
	padding: 0 0 0 22px;
	position: relative;
}


article blockquote::before {
	content: '"';
	font-size: 120px;
	color: var(--very-light-blue);
	margin:0 0 10px -40px;
	padding-top: 10px;
	display: block;
}


article blockquote::after {
	content: '';
	width: 2px;
	height:calc(100% - 36px);
	background: var(--light-blue);
	border-radius: 0;
	left:0;
	top:42px;
	position: absolute;
}


article blockquote p {
	font-size:18px;
	font-weight:600;
	color: var(--blue);
	line-height: 24px;
}



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

article > p:last-child, article > ul:last-child, article > img:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}


/* youtube responsive */
article .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	margin-bottom:40px;
	overflow: hidden;
	border-radius:0;
}
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%;
}












/* footer */

footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width:768px) {
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.footer-col {
	padding-bottom: 32px;
}

.footer-logo {
	margin-bottom: 8px;
}

footer h4 {
	font-size: 16px;
	margin: 0 0 12px 0;
}

footer a {
	color: var(--blue);
	text-decoration: none;
}

footer a:hover {
	color: var(--green);
	text-decoration: none;
}

footer p:last-child {
	margin: 0;
}

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

.footer-menu {
	margin:0 0 30px 0;
	padding: 0;
	gap:16px;
}
@media (min-width:768px) {
	.footer-menu {
		margin: 0;
	}
}

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

.footer-menu li a {
	font-size: 16px;
	font-weight:400;
	color:var(--blue);
	text-decoration: none;
}

.footer-menu li a:hover {
	color:var(--green);
	text-decoration: none;
}

.copyrights a, .copyrights a:hover {
	font-size: 16px;
	font-weight: 400;
	color: var(--blue);
	text-decoration: none;
}



/* section-footer-below */

.section-footer-below {
	min-height: 900px;
	padding: 60px 0;
	position: relative;
	aspect-ratio: 1 / 2.95;
}
@media (min-width:768px) {
	.section-footer-below {
		aspect-ratio: 1.6 / 1;
	}
}

.section-footer-below::before {
	content: '';
	width: 100%;
	height: 5px;
	background: url('images/separator-round.png') bottom center repeat-x;
	background-size: auto 5px;
	left:0;
	top:0;
	position: absolute;
	z-index: 940;
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.section-footer-below::before {
		height: 7px;
		background-size: auto 7px;
	}
}



 
.section-footer-below::after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--black);
	left:0;
	top:0;
	position: absolute;
	z-index: 920;
	opacity: .1;
}

.section-footer-below-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 910;
}

@media (max-width:767.98px) {
	.section-footer-below-desktop {
		display: none;
	}
}
@media (min-width:768px) {
	.section-footer-below-mobile {
		display: none;
	}
}

.section-footer-below h2, .section-footer-below p {
	color: var(--white);
}
@media (min-width:768px) {
	.section-footer-below p {
		max-width: 410px;
	}
}

.section-footer-below-content {
	max-width: 530px;
	position: relative;
	z-index: 990;
}






::-moz-selection {
	color:var(--cream);
	background:var(--light-green) !important;
}

::selection {
	color:var(--cream);
	background:var(--light-green) !important;
}

::-moz-selection {
	color:var(--cream);
	background:var(--light-green) !important;
}



:root {
	scrollbar-color: var(--text) var(--very-light-blue) !important;
	scrollbar-width: thin !important;
}

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

::-webkit-scrollbar-track {
   background:var(--very-light-blue);
}

::-webkit-scrollbar-thumb {
   background:var(--text); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--blue);
}

@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 */

