/*
Theme Name: Edere
Author: coolbrand.pl
Author URI: http://coolbrand.pl/
Description: Edere theme
Text Domain: edere
Version: 1.0
*/



:root {

	--green-900: #5B9302;
	--green-700: #6FAE0B;
	--green-500: #84C124;
	--green-300: #94D331;
	--green-100: #A3DF44;
	
	--white-900: #ccc;
	--white-700: #D9D9D9;
	--white-500: #E6E6E6;
	--white-300: #F2F2F2;
	--white-100: #fff;
	
	--black-900: #000;
	--black-700: #141414;
	--black-500: #222;
	--black-300: #393939;
	--black-100: #555353;

}



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

body {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--white-100);
    line-height: 1.5em;
	margin:0;
	padding:0;
	background: var(--black-900);
	position: relative;
    word-break: normal;
	
}


a {
    color: var(--green-700);
	font-weight: 400;
	text-decoration: none;
	transition:.2s all;
}

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


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


strong {
	font-weight: 700;
}




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


.container {
		max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:576px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* @media (max-width:1199.98px) {
	.container {
		max-width: 100%;
	}
} */
@media (min-width:1400px) {
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (min-width:1700px) {
	.container {
		max-width: 1640px;
	}
}
@media (min-width:1920px) {
	.container {
		max-width: unset;
		padding-left: 160px;
		padding-right: 160px;
	}
}






.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: 700;
	color: var(--white-100);
	line-height: 1em;
	letter-spacing: 0;
	padding: 0;
	/* text-transform: uppercase; */
	margin: 0 0 24px 0;
	position: relative;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	color: var(--green-500);
}

h1 {
	font-size: 36px;
}
@media (min-width:768px) {
	h1 {
		font-size: 56px;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size: 80px;
	}
}
@media (min-width:1600px) {
	h1 {
		font-size: 100px;
	}
}


h2 {
	font-size:32px;
}
@media (min-width:768px) {
	h2 {
		font-size: 42px;
	}
}
@media (min-width:1200px) {
	h2 {
		font-size: 50px;
	}
}
@media (min-width:1600px) {
	h2 {
		font-size: 60px;
	}
}


h3 {
	font-size:28px;
	line-height:32px;
}
@media (min-width:1200px) {
	h3 {
		font-size:32px;
		line-height: 36px;
	}
}


@media (min-width:1200px) {
	h4 {
		font-size:24px;
		line-height: 30px;
	}
}


h5 {
	font-size:16px;
	line-height: 20px;
}


h6 {
	font-size:14px;
	line-height: 18px;
}


.subtitle_1 {
	font-size:20px;
	line-height: 26px;
	color: var(--green-500);
	letter-spacing: .1em;
	/* text-transform: uppercase; */
	margin: 0 0 6px 0;
}
@media (min-width:1200px) {
	.subtitle_1 {
		font-size:24px;
		line-height: 30px;
	}
}

.subtitle_2 {
	font-size:18px;
	line-height: 24px;
	color: var(--green-500);
	letter-spacing: .1em;
	/* text-transform: uppercase; */
	margin: 0 0 6px 0;
}
@media (min-width:1200px) {
	.subtitle_2 {
		font-size:20px;
		line-height: 26px;
	}
}

.subtitle_3 {
	font-size:16px;
	line-height: 22px;
	color: var(--green-500);
	letter-spacing: .1em;
	/* text-transform: uppercase; */
	margin: 0 0 6px 0;
}
@media (min-width:1200px) {

}


/* .section-heading .subtitle_1, .section-heading .subtitle_2, .section-heading .subtitle_3 {
	margin: 0 0 6px 0;
}
 */



.btn-primary {
    width: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:1.5em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:8px;
    margin: 0;
	background:var(--green-500);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-primary:hover {
	color: var(--white-100);
	background:var(--green-900);
	text-decoration: none;
}

.btn-primary:focus, .btn-primary:active {
	color: var(--white-100);
	background:var(--green-900);
	text-decoration: none;
}

.btn-primary:disabled {
	color: var(--white-100);
	background:var(--green-500);
	text-decoration: none;
	opacity: .5;
}



.btn-secondary {
    width: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:1.5em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:8px;
    margin: 0;
	background:var(--black-500);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-secondary:hover {
	color: var(--white-100);
	background:var(--black-900);
	text-decoration: none;
}

.btn-secondary:focus, .btn-secondary:active {
	color: var(--white-100);
	background:var(--black-900);
	text-decoration: none;
}

.btn-secondary:disabled {
	color: var(--white-100);
	background:var(--black-500);
	text-decoration: none;
	opacity: .5;
}


.btn-white {
    width: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--green-500);
	text-decoration: none;
	text-align:center;
	line-height:1.5em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:8px;
    margin: 0;
	background:var(--white-300);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-white:hover {
	color: var(--green-500);
	background:var(--white-500);
	text-decoration: none;
}

.btn-white:focus, .btn-white:active {
	color: var(--green-500);
	background:var(--white-700);
	text-decoration: none;
}

.btn-white:disabled {
	color: var(--green-500);
	background:var(--white-500);
	text-decoration: none;
	opacity: .5;
}


.btn-ghost {
    width: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--black-900);
	text-decoration: none;
	text-align:center;
	line-height:1.5em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:8px;
    margin: 0;
	background:transparent;
    border:1px solid var(--black-900);
	border-radius:50em;
    outline: 0;
	padding:9px 19px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-ghost:hover {
	color: var(--white-100);
	background:var(--black-900);
	text-decoration: none;
}

.btn-ghost:focus, .btn-ghost:active {
	color: var(--white-100);
	background:var(--black-900);
	text-decoration: none;
}

.btn-ghost:disabled {
	color: var(--black-900);
	background:transparent;
	text-decoration: none;
	opacity: .5;
}



.btn-huge {
	font-size: 16px;
	padding:13px 21px;
}



/* header */

.header {
	width: 100%;
	z-index: 980;
	background-color: rgba(0,0,0,.9);
	margin:0;
	padding:0;
	position: fixed;
	z-index: 996;
	transition: .4s all;
}

.site-scrolled .header {
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.header .container {
	height: 80px;
	gap:12px;
	transition: .4s all;
	position: relative;
}
@media (min-width:768px) {
	.header .container {
		height: 80px;
		gap:20px;
	}
}
@media (min-width:1200px) {
	.header .container {
		height: 90px;
	}
}

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

.top-brand, .top-brand:hover {
	width: auto;
	height: calc(100% - 34px);
}

.site-scrolled .top-brand, .site-scrolled .top-brand:hover {
	height: calc(100% - 16px);
}

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

}




.top-right {
	gap:10px 15px;
}
@media (min-width:400px) {
	.top-right {
		gap:10px 35px;
	}
}

.header .btn-primary {
	line-height: 1.1em;
}
@media (min-width:400px) {
	.header .btn-primary {
		line-height: 1.2em;
	}
}

@media (max-width:575.98px) {
	.header .btn-primary img {
		display: none;
	}
}


/* menu */

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

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

.main-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.main-menu li a {
	font-size:14px;
	font-weight:600;
	color:var(--white-500);
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	background:transparent;
	margin: 0;
	padding: 0;
	position: relative;
	transition: .3s all;
	display: block;
}

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

.main-menu li.has-menu-icon a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap:8px
}

.main-menu li.has-menu-icon a img {
	width: auto;
	height: auto;
	max-width: 26px;
	max-height: 26px;
}



.lang-switcher {
	font-size: 12px;
	color: var(--white-100);
	text-transform: uppercase;
	border: none;
	background: none;
}
@media (min-width:1200px) {
	.lang-switcher {
		margin: 0 4px 0 20px;
	}
}
@media (min-width:1700px) {
	.lang-switcher {
		margin: 0 4px 0 60px;
	}
}

.lang-switcher button {
	font-size: 12px;
	color: var(--white-100);
	text-transform: uppercase;
	border: none;
	background:url('images/icon-chev-down.svg') no-repeat center right transparent;
	margin: 0;
	padding: 0 16px 0 0;
}

.lang-switcher .dropdown-menu {
	min-width: 70px !important;
	border: none;
	border-radius: 0;
	background: var(--black-700);
	padding: 10px;
	margin-left: -10px !important;
}

.lang-switcher .dropdown-menu li a {
	font-size: 12px;
	color: var(--white-100);
	text-transform: uppercase;
	text-decoration: none;
}

.lang-switcher.lang-switcher-mobile {
	top:28px;
	right:64px;
	position: absolute;
	transition: .4s all;
}
@media (min-width:576px) {
	.lang-switcher.lang-switcher-mobile {
		right:79px;
	}
}
@media (min-width:992px) {
	.lang-switcher.lang-switcher-mobile {
		display: none !important;
	}
}

.site-scrolled .lang-switcher.lang-switcher-mobile {
	top:12px;
}
@media (min-width:576px) {
	.site-scrolled .lang-switcher.lang-switcher-mobile {
		top:16px;
	}
}

.lang-switcher.lang-switcher-desktop {
	display: none !important;
}
@media (min-width:992px) {
	.lang-switcher.lang-switcher-desktop {
		display: block !important;
	}
}






.burger {
	width: 33px;
	height: 27px;
	background:none;
	border:none;
	border-radius:0px;
	margin:-14px 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(--white-100);
	border-radius: 0px;
	content: '';
	display: block;
	height: 2px;
	margin: 8px 0;
	border-radius: 50em;
	transition: all .2s ease-in-out;
}

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

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

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

.responsive .burger div {
	background-color:var(--white-100);
	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: var(--black-900);
		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;
}



/* hero */

.section-hero {
	width: 100%;
	margin:0 0 87px 0;
	padding:0;
	position: relative;
	overflow: hidden;
}
@media (min-width:768px) {
	.section-hero {
		margin:0 0 60px 0;
	}
}
@media (min-width:1900px) {
	.section-hero {
		height: 930px;
		max-height: 930px;
		min-height: 930px;
	}
}

.hero-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 proporcje */
	height: 0;
	object-fit: cover;
	margin-top: 80px;
}
@media (min-width:992px) {
	.hero-container {
		margin-top: 0;
	}
}

.section-hero iframe {
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	position: absolute;
}
@media (min-width:1900px) {
	.section-hero iframe {
		top:-70px;
	}
}

.section-hero .hero-image {
	z-index: -1;
}



/* section-hero-page */

.section-hero-page {
	width: 100%;
	height:360px;
	position: relative;
}
@media (min-width:768px) {
	.section-hero-page {
		height:420px;
	}
}
@media (min-width:1200px) {
	.section-hero-page {
		height:500px;
	}
}
@media (min-width:1600px) {
	.section-hero-page {
		height:600px;
	}
}

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

.section-hero-page picture::after {
	content:'';
	width: 100%;
	height: 100%;
	background: var(--black-900);
	left:0;
	top:0;
	position: absolute;
	opacity: .3;
	z-index: 920;
}

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

.section-hero-page .container {
	margin-bottom:80px;
	position: relative;
	z-index: 990;
}

@media (min-width:768px) {
	.section-hero-page .container {
		margin-bottom:100px;
	}
}
@media (min-width:1200px) {
	.section-hero-page .container {
		margin-bottom:120px;
	}
}
@media (min-width:1600px) {
	.section-hero-page .container {
		margin-bottom:146px;
	}
}

.section-hero-page h1 {
	margin: 0;
}




/* 404 */

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

.page-404 h1 {
	margin: 0;
}

.page-404 h3 {
	margin: 0 0 30px 0;
}




/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin-top: 2.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;
	border-radius: 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:0 0 1.5em 0;
}

article p + ul {
	margin-top: -10px;
}

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

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

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

article ol {
	margin:0 0 1.2em 0;
	padding:0px 0px 0px 38px;
}

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

article blockquote {
	font-size:18px;
	font-weight:500;
	line-height: 24px;
	margin:2.5em 0;
	padding: 0 0 0 22px;
	position: relative;
}


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


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


article blockquote p {
	font-size:18px;
	font-weight:500;
	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%;
}



/* sections */

section {
	margin-bottom: 60px;
}
@media (min-width:768px) {
	section {
		margin-bottom: 90px;
	}
}


/* section-imagecontent */

.section-imagecontent {
	padding: 60px 0;
	background: var(--black-700);
}
@media (min-width:768px) {
	.section-imagecontent {
		padding: 90px 0;
	}
}

.section-imagecontent.section-imagecontent-imgtxt {
	padding: 60px 0 0 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 12%, rgba(20, 20, 20, 1) 12%, rgba(20, 20, 20, 1) 100%);
}
@media (min-width:768px) {
	.section-imagecontent.section-imagecontent-imgtxt {
		padding: 90px 0 0 0;
	}
}

.section-imagecontent-image {
	position: relative;
}

.section-imagecontent-image::after {
	content: '';
	width: calc(100% - 30px);
	height: 100%;
	background: var(--black-900);
	left:15px;
	top:0;
	position: absolute;
	opacity: .2;
}

@media (min-width:768px) {
	.section-imagecontent-image.section-imagecontent-image-imgtxt::after {
		width:70vw;
		left:unset;
		right: 15px;
	}
}
@media (min-width:992px) {
	.section-imagecontent-image.section-imagecontent-image-imgtxt::after {
		width: 73vw;
	}
}

.section-imagecontent-image img {
	width: 100%;
	height: 100%;
	z-index: 980;
}

@media (min-width:768px) {
	.section-imagecontent-image-imgtxt img {
		width: 70vw;
	}
}
@media (min-width:992px) {
	.section-imagecontent-image-imgtxt img {
		width: 73vw;
	}
}

.section-imagecontent-content {
	position: relative;
}

.section-imagecontent-content-inner {
	width: 90%;
	padding: 24px;
	background-color:rgba(0,0,0,.9);
	margin-top: -90px;
	z-index: 990;
	position: relative;
}
@media (min-width:768px) {
	.section-imagecontent-content-inner {
		width:618px;
		max-width:618px;
		min-width:618px;
		padding: 32px;
		margin-top: 0;
	}
}
@media (min-width:1200px) {
	.section-imagecontent-content-inner {
		width:718px;
		max-width:718px;
		min-width:718px;
	}
}


/* section-contentgallery */

.section-contentgallery .section-heading {
	padding-bottom: 10px;
}

@media (min-width:768px) {
	.section-contentgallery p {
		font-size: 20px;
	}
}

.section-contentgallery-wrapper {
	gap:30px;
	margin:50px 0 0 0;
	padding: 0;
}

.section-contentgallery-wrapper li {
	width: 100%;
	height: auto;
	aspect-ratio: 1.3 / 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width:576px) {
	.section-contentgallery-wrapper li {
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
		min-width: calc(50% - 15px);
	}
}

.section-contentgallery-wrapper li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* section-locations */

.section-locations {
	padding: 60px 0;
	background: var(--black-700);
}
@media (min-width:768px) {
	.section-locations {
		padding: 90px 0;
	}
}

.section-locations-wrapper > div {
	margin-top: 30px;
}

.section-locations-inner {
	height: 100%;
	background: var(--black-900);
}

.section-locations-map {
	background:url('images/edere.png') center no-repeat var(--black-300);
	background-size: 40%;
	aspect-ratio: 1 / 1;
	position: relative;
}

.section-locations-map iframe {
	width: 100%;
	height: 100%;
	display: block;
    filter: grayscale(100%);
}

.section-locations-inner-details {
	padding: 24px;
}

.section-locations-inner-details h4 {
	margin: 0 0 12px 0;
}

.section-locations-inner-details ul {
	margin: 0;
	padding: 0;
}

.section-locations-inner-details ul li {
	color: var(--white-100);
	margin: 0 0 16px 0;
	padding:0 0 0 33px;
	list-style: none;
	position: relative;
}

.section-locations-inner-details ul li:last-child {
	margin: 0;
}

.section-locations-inner-details ul li::before {
	display: none;
}

.section-locations-inner-details ul li img {
	max-width: 20px;
	max-height: 20px;
	top:0;
	left: 0;
	position: absolute;
}

.section-locations-inner-details ul li a {
	color: var(--white-100);
}

.section-locations-inner-details ul li a:hover {
	color: var(--green-500);
}


/* section-offer */

.section-offer .row > div {
	height: auto;
	margin-bottom: 30px;
}

.section-offer-box {
	width: auto;
	height: 100%;
 	min-height:400px;
	padding: 24px;
	background: var(--black-700);
	display: block;
	position: relative;
	overflow: hidden;
}

 a.section-offer-box:hover {
	padding-bottom: 80px;
	transition: .35s all ease;
} 

.section-offer-box::before {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--black-900);
	left:0;
	top:0;
	position: absolute;
	opacity: .2;
	z-index: 920;
}

a.section-offer-box::after {
	content: '';
	width: 100%;
	height: 0;
	background: var(--green-900);
	left:0;
	bottom:0;
	position: absolute;
	opacity: .75;
	z-index: 930;
	transition: .35s all ease;
}

a.section-offer-box:hover::after {
	height: 100%;
}

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

.section-offer-box h3 {
	font-size:26px;
	line-height:26px;
	margin: 0 0 4px 0;
	position: relative;
	z-index: 990;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: normal;
}
@media (min-width:1200px) {
	.section-offer-box h3 {
		font-size:30px;
		line-height:32px;
	}
}
@media (min-width:1700px) {
	.section-offer-box h3 {
		font-size:40px;
		line-height: 40px;
	}
}

.section-offer-box p {
	font-size: 14px;
	margin: 0;
	position: relative;
	z-index: 990;
}

a.section-offer-box .btn-white {
	bottom: -44px;
	position: absolute; 
	margin: 16px 0 0 0;
	z-index: 990;
	transition: all 0.35s;
}

a.section-offer-box:hover .btn-white {
	bottom:24px;
}


/* section-logos */

.section-logos .section-heading {
	padding-bottom: 20px;
}

.section-logos-wrapper {
	margin: 0;
	padding: 0;
	gap:20px 20px;
}

.section-logos-wrapper li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-logos-wrapper li img {
	max-width: 120px;
	max-height: 120px;
	width: auto;
	height: auto;
}
@media (min-width:768px) {
	.section-logos-wrapper li img {
		max-width: 170px;
		max-height: 170px;
	}
}


/* section-imagewithcontent */

.section-imagewithcontent {
	padding: 60px 0;
	background: var(--black-700);
}
@media (min-width:768px) {
	.section-imagewithcontent {
		padding: 90px 0;
	}
}

.section-imagewithcontent .section-heading {
	margin:0 0 38px 0;
}
@media (min-width:768px) {
	.section-imagewithcontent .section-heading {
		max-width: 86%;
		margin:0 0 58px 0;
	}
}

@media (min-width:768px) {
	.section-imagewithcontent-wrapper {
		margin: 0 0 0 6%;
	}
}
@media (min-width:1200px) {
	.section-imagewithcontent-wrapper {
		margin: 0 0 0 13%;
	}
}

.section-imagewithcontent-inner {
	background: var(--black-900);
	position: relative;
}
@media (min-width:768px) {
	.section-imagewithcontent-inner {
		min-height: 80vh;
	}
}

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

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

.section-imagewithcontent-details {
	max-width: 525px;
	height: auto;
	padding:100px 24px;
	position: relative;
	z-index: 990;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width:768px) {
	.section-imagewithcontent-details {
		padding:100px 48px;
	}
}

.section-imagewithcontent-inner .subtitle_1 {
	color: var(--white-100);
}

.section-imagewithcontent-inner p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.section-imagewithcontent-inner .btn-primary {
	margin-top: 20px;
}


/* section-slidercontent */

.row-30 > .section-slidercontent-content {
	padding-bottom: 30px;
}
@media (min-width:768px) {
	.row-30 > .section-slidercontent-content {
		padding-left: 25px;
		padding-bottom: 0;
	}
}
@media (min-width:1200px) {
	.row-30 > .section-slidercontent-content {
		padding-left: 55px;
	}
}

.slidercontentSwiper-container {
	position: relative;
}

.swiper.slidercontentSwiper {
	position: static;
}

.swiper.slidercontentSwiper .swiper-slide {
	height: auto;
	background: var(--black-700);
	transition: .4a ease-in-out;
}

.swiper.slidercontentSwiper a.swiper-slide {
	padding-bottom: 56px;
}
.swiper.slidercontentSwiper .swiper-slide:hover {
	transform: scale(1.05);
} 

.section-slidercontent-slider-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1.45 / 1;
	background:url('images/edere.svg') center no-repeat var(--black-500);
	background-size: 40%;
	position: relative;
}

.section-slidercontent-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	position: absolute;
}

.section-slidercontent-slider-inner {
	padding: 34px 24px 24px 24px;
}

.section-slidercontent-slider-inner h4 {
	margin: 0 0 4px 0;
}

.section-slidercontent-slider-inner p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.section-slidercontent-slider-inner .btn-primary {
	bottom:24px;
	position: absolute;
}

.slidercontentSwiper-btn {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 0;
	opacity: .7;
	transition: .3s all;
}

.slidercontentSwiper-btn:hover {
	opacity: .9;
}

.slidercontentSwiper-btn.slidercontentSwiper-prev {
	background:url('images/arrow-left.svg') center no-repeat var(--black-300);
	background-size: 8.59px 15.28px;
	top:calc(50% - 44px);
	left: 5px;
	position: absolute;
	z-index: 990;
}
@media (min-width:576px) {
	.slidercontentSwiper-btn.slidercontentSwiper-prev {
		left: -5px;
	}
}

.slidercontentSwiper-btn.slidercontentSwiper-next {
	background:url('images/arrow-right.svg') center no-repeat var(--black-300);
	background-size: 8.59px 15.28px;
	top:calc(50% - 44px);
	right: 5px;
	position: absolute;
	z-index: 990;
}
@media (min-width:576px) {
	.slidercontentSwiper-btn.slidercontentSwiper-next {
		right: -5px;
	}
}


/* section-projects */

.section-projects .section-heading {
	padding-bottom: 25px;
}
@media (min-width:768px) {
	.section-projects .section-heading {
		padding-bottom: 35px;
	}
}

.section-projects-wrapper {
	gap:30px 0;
}
@media (min-width:576px) {
	.section-projects-wrapper {
		gap:50px 0;
	}
}

@media (min-width:576px) {
	.section-projects-wrapper-margin-bottom {
		margin-bottom:50px;
	}
}
@media (min-width:1200px) {
	.section-projects-wrapper-margin-bottom {
		margin-bottom:100px;
	}
}

.section-projects-inner {
	width: 100%;
	transition: .4s ease-in-out;
}
@media (min-width:576px) {
	.section-projects-inner {
		width: calc(50% - 24px);
		min-width: calc(50% - 24px);
		max-width: calc(50% - 24px);
	}
}
@media (min-width:1200px) {
	.section-projects-inner {
		width: calc(50% - 44px);
		min-width: calc(50% - 44px);
		max-width: calc(50% - 44px);
	}
}

@media (min-width:576px) {
	.section-projects-inner:nth-child(even) {
		transform: translateY(50px);
	}
}
@media (min-width:1200px) {
	.section-projects-inner:nth-child(even) {
		transform: translateY(100px);
	}
}

.section-projects-inner:hover {
	transform: scale(1.05);
}
@media (min-width:576px) {
	.section-projects-inner:hover:nth-child(even) {
		transform: scale(1.05) translateY(50px);
	}
}
@media (min-width:1200px) {
	.section-projects-inner:hover:nth-child(even) {
		transform:scale(1.05) translateY(100px);
	}
}






.section-projects-inner-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1.06 / 1;
	background:url('images/edere.svg') center no-repeat var(--black-700);
	background-size: 40%;
	position: relative;
}

.section-projects-inner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-projects-inner-details {
	padding: 34px 0 0 0;
}

.section-projects-inner h3 {
	margin: 0 0 12px 0;
	font-weight: 400;
}

.section-projects-inner p {
	font-size: 14px;
	margin: 0;
}


/* section-cta */

.section-cta {
	padding: 136px 0 80px 0;
	background: var(--black-700);
}
@media (min-width:768px) {
	.section-cta {
		padding: 236px 0 160px 0;
	}
}

.section-cta.section-cta-image {
	padding: 0;
}

@media (min-width:768px) {
	.section-cta-image-wrapper {
		aspect-ratio: 1.35 / 1;
		position: relative;
	}
}

.section-cta-image-wrapper img {
	width:calc(100% + 30px);
	height: 100%;
	margin-left: -15px;
	object-fit: cover;
}
@media (min-width:576px) {
	.section-cta-image-wrapper img {
		width:calc(100% + 60px);
		margin-left: -30px;
	}
}
@media (min-width:768px) {
	.section-cta-image-wrapper img {
		width: calc(50vw + 15px);
		margin-left: 0;
		right:-15px;
		top:0;
		position: absolute;
	}
}

.section-cta.section-cta-image .section-cta-inner {
	padding: 60px 0;
}
@media (min-width:768px) {
	.section-cta.section-cta-image .section-cta-inner {
		padding: 60px 24px;
	}
}

.section-cta ul {
	margin: 0;
	padding:16px 0 0 0;
}

.section-cta ul li {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
@media (min-width:768px) {
	.section-cta ul li {
		margin: 0 0 32px 0;
	}
}

.section-cta ul li:last-child {
	margin: 0;
}

.section-cta ul li a {
	color: var(--white-100);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:12px;
}
@media (min-width:768px) {
	.section-cta ul li a {
		gap:16px;
	}
}

.section-cta.section-cta-image ul li a {
	justify-content: flex-start;
}

.section-cta ul li a:hover {
	color: var(--green-500);
	text-decoration: none;
}

.section-cta ul li a img {
	max-width: 22px;
	max-height: 22px;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media (min-width:768px) {
	.section-cta ul li a img {
		max-width: 32px;
		max-height: 32px;
	}
}


/* section-form */

.section-form .section-heading {
	padding-bottom: 15px;
}


/* form */

form {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
}


form label {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	margin: 0 0 24px 0;
}


.required {
	color: var(--green-500);
}

form p {
	font-size: 14px;
	font-weight: 400;
	color: var(--white-100);
	margin: 0 0 18px 0;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:14px;
	font-weight: 400;
	color:var(--white-700);
}
::-moz-placeholder { /* Firefox 19+ */
	font-size:14px;
	font-weight: 400;
	color:var(--white-700);
}
:-ms-input-placeholder { /* IE 10+ */
	font-size:14px;
	font-weight: 400;
	color:var(--white-700);
}
:-moz-placeholder { /* Firefox 18- */
	font-size:14px;
	font-weight: 400;
	color:var(--white-700);
}


input:not([type=submit], [type=checkbox], [type=radio], [type=range]), select {
	width:100%;
	height:40px;
	font-size:14px;
	font-weight: 400;
	color:var(--white-500);
	height:40px;
	background:var(--black-700);
	border: 1px solid var(--black-500);
	border-radius:0;
	padding:0 15px;
	margin:2px 0 0 0;
	appearance: none;	
}

/* select {
	background-image: url('images/icon-select.svg');
	background-position: right 16px top 50%;
	background-repeat: no-repeat;
	padding-right: 40px;
} */

input[disabled=disabled] {
	opacity: .7;
}


.wpcf7-form textarea, .wpcf7-form textarea:active, .wpcf7-form textarea:focus {
	width: 100%;
	height: 174px;
	font-size:14px;
	font-weight: 400;
	color:var(--white-500);
	line-height: 20px;
	background:var(--black-700);
	border: 1px solid var(--black-500);
	border-radius:0;
	padding:10px 15px;
	margin:2px 0 0 0;
	outline: none;
	overflow: hidden;
}


.wpcf7-list-item {
	margin: 0 !important;
}

.form-message {
	padding-top: 22px;
}

/* .wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 4px;
} */
 
/* .wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 2px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:2px solid #f00;
}
 */

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border:1px solid #f00;
}

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


.wpcf7-not-valid-tip {
    font-size: 14px !important;
    font-weight: 400 !important;
	color: #f00 !important;
    line-height: 14px;
    margin: 4px 0px 0px 0px !important;
    padding:8px 10px;
    position: relative;
/* 	background: var(--red-300); */
	border-radius: 8px;
    z-index: 974;
	display: block !important;
}

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

.wpcf7-response-output {
	color: var(--white-300);
}



form.wpcf7-form input[type=submit] {
    width: auto;
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:1.5em;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:8px;
    margin: 0;
	background:var(--green-500);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

form.wpcf7-form input[type=submit]:hover {
	color: var(--white-100);
	background:var(--green-900);
	text-decoration: none;
}




/* agree */

form.wpcf7-form .agree {
	font-size: 14px;
	font-weight: 400;
	color: var(--white-300);
	line-height: 1.5em;
	padding: 0 0 24px 32px;
	margin: 0;
	display: block;
}

form.wpcf7-form .agree label {
	font-size: 14px;
	font-weight: 400;
	color: var(--white-300);
	line-height: 1.5em;
	margin: 0;
	position: relative;
}

form.wpcf7-form .agree label a {
	color: var(--white-300);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

form.wpcf7-form .agree label a:hover {
	color: var(--white-100);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}
 
form.wpcf7-form .agree strong {
	font-size: 14px;
	font-weight: 600;
}

.form-top {
	margin-top: -20px;
	margin-bottom: 18px;
}
@media (min-width:576px) {
	.form-top {
		margin-bottom: 0;
	}
}


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

.wpcf7-form input[type=checkbox] + span:before {
	content: '';
	width:20px;
	height:20px;
	line-height:20px;
	background:var(--black-700);
	border: 1px solid var(--black-500);
	border-radius:0;
	cursor:pointer;
	top:-1px;
	left: -28px;
	position: absolute;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
	content: '';
	width:20px;
	height:20px;
	background:url('images/icon-checked.svg') no-repeat center var(--white-100);
	border-color: var(--green-500);
	background-size:12px 8.5px;
	background-position:50%;
}






/* footer */

footer {
	background: var(--black-900);
}

.footer-wrapper {
	gap:30px;
	padding: 54px 0 36px 0;
}


.col-footer-logo-menu {
	gap:20px 20px;
}
@media (min-width:1200px) {
	.col-footer-logo-menu {
		gap:20px 40px;
	}
}
@media (min-width:1700px) {
	.col-footer-logo-menu {
		gap:20px 114px;
	}
}

.footer-brand {
	width: 180px;
	height: auto;
}



.footer-menu {
	margin:0;
	padding: 0;
	gap:12px 20px;
}

@media (min-width:1200px) {
	.footer-menu {
		gap:12px 30px;
	}
}
@media (min-width:1700px) {
	.footer-menu {
		gap:12px 64px;
	}
}

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

.footer-menu li a {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-500);
	text-decoration: none;
}

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


.col-social-media {
	font-size: 14px;
	gap:6px;
}

.social-media-menu {
	margin:0;
	padding: 0;
	gap:10px;
}

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

.social-media-menu li a {
	width: 40px;
	height: 40px;
    font-size: 0;
    color: transparent;
	background: var(--black-500);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-media-menu li a:hover {
	background: var(--black-300);
}

.social-media-menu li a img, .social-media-menu li a svg {
	max-width: 20px;
	max-height: 20px;
	object-fit: contain;
}

.copyrights {
	font-size: 12px;
	font-weight: 400;
	color: var(--white-900);
	line-height: 16px;
	padding: 20px 0;
	border-top: 1px solid #333;
	gap:12px 20px;
}

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

.copyrights-privacy span {
	margin: 0 10px;
}

.copyrights .copyrights-privacy a:hover {
	color: var(--white-500);
}




.goup {
	width: 0;
	height: 0;
	border-radius: 0;
	background:url('images/icon-chev-up.svg') center no-repeat var(--green-500);
	background-size: 22.76px 12.79px;
	right:14px;
	bottom: 14px;
	position: fixed;
	z-index: 996;
	opacity: 0;
}
@media (min-width:768px) {
	.goup {
		right:30px;
		bottom: 30px;
	}
}

.site-scrolled .goup {
	width: 40px;
	height: 40px;
	opacity: 1;
}






@media (max-width:767.98px) {
	.margin-bottom--200 { margin-bottom: -200px !important; }
	.margin-bottom--199 { margin-bottom: -199px !important; }
	.margin-bottom--198 { margin-bottom: -198px !important; }
	.margin-bottom--197 { margin-bottom: -197px !important; }
	.margin-bottom--196 { margin-bottom: -196px !important; }
	.margin-bottom--195 { margin-bottom: -195px !important; }
	.margin-bottom--194 { margin-bottom: -194px !important; }
	.margin-bottom--193 { margin-bottom: -193px !important; }
	.margin-bottom--192 { margin-bottom: -192px !important; }
	.margin-bottom--191 { margin-bottom: -191px !important; }
	.margin-bottom--190 { margin-bottom: -190px !important; }
	.margin-bottom--189 { margin-bottom: -189px !important; }
	.margin-bottom--188 { margin-bottom: -188px !important; }
	.margin-bottom--187 { margin-bottom: -187px !important; }
	.margin-bottom--186 { margin-bottom: -186px !important; }
	.margin-bottom--185 { margin-bottom: -185px !important; }
	.margin-bottom--184 { margin-bottom: -184px !important; }
	.margin-bottom--183 { margin-bottom: -183px !important; }
	.margin-bottom--182 { margin-bottom: -182px !important; }
	.margin-bottom--181 { margin-bottom: -181px !important; }
	.margin-bottom--180 { margin-bottom: -180px !important; }
	.margin-bottom--179 { margin-bottom: -179px !important; }
	.margin-bottom--178 { margin-bottom: -178px !important; }
	.margin-bottom--177 { margin-bottom: -177px !important; }
	.margin-bottom--176 { margin-bottom: -176px !important; }
	.margin-bottom--175 { margin-bottom: -175px !important; }
	.margin-bottom--174 { margin-bottom: -174px !important; }
	.margin-bottom--173 { margin-bottom: -173px !important; }
	.margin-bottom--172 { margin-bottom: -172px !important; }
	.margin-bottom--171 { margin-bottom: -171px !important; }
	.margin-bottom--170 { margin-bottom: -170px !important; }
	.margin-bottom--169 { margin-bottom: -169px !important; }
	.margin-bottom--168 { margin-bottom: -168px !important; }
	.margin-bottom--167 { margin-bottom: -167px !important; }
	.margin-bottom--166 { margin-bottom: -166px !important; }
	.margin-bottom--165 { margin-bottom: -165px !important; }
	.margin-bottom--164 { margin-bottom: -164px !important; }
	.margin-bottom--163 { margin-bottom: -163px !important; }
	.margin-bottom--162 { margin-bottom: -162px !important; }
	.margin-bottom--161 { margin-bottom: -161px !important; }
	.margin-bottom--160 { margin-bottom: -160px !important; }
	.margin-bottom--159 { margin-bottom: -159px !important; }
	.margin-bottom--158 { margin-bottom: -158px !important; }
	.margin-bottom--157 { margin-bottom: -157px !important; }
	.margin-bottom--156 { margin-bottom: -156px !important; }
	.margin-bottom--155 { margin-bottom: -155px !important; }
	.margin-bottom--154 { margin-bottom: -154px !important; }
	.margin-bottom--153 { margin-bottom: -153px !important; }
	.margin-bottom--152 { margin-bottom: -152px !important; }
	.margin-bottom--151 { margin-bottom: -151px !important; }
	.margin-bottom--150 { margin-bottom: -150px !important; }
	.margin-bottom--149 { margin-bottom: -149px !important; }
	.margin-bottom--148 { margin-bottom: -148px !important; }
	.margin-bottom--147 { margin-bottom: -147px !important; }
	.margin-bottom--146 { margin-bottom: -146px !important; }
	.margin-bottom--145 { margin-bottom: -145px !important; }
	.margin-bottom--144 { margin-bottom: -144px !important; }
	.margin-bottom--143 { margin-bottom: -143px !important; }
	.margin-bottom--142 { margin-bottom: -142px !important; }
	.margin-bottom--141 { margin-bottom: -141px !important; }
	.margin-bottom--140 { margin-bottom: -140px !important; }
	.margin-bottom--139 { margin-bottom: -139px !important; }
	.margin-bottom--138 { margin-bottom: -138px !important; }
	.margin-bottom--137 { margin-bottom: -137px !important; }
	.margin-bottom--136 { margin-bottom: -136px !important; }
	.margin-bottom--135 { margin-bottom: -135px !important; }
	.margin-bottom--134 { margin-bottom: -134px !important; }
	.margin-bottom--133 { margin-bottom: -133px !important; }
	.margin-bottom--132 { margin-bottom: -132px !important; }
	.margin-bottom--131 { margin-bottom: -131px !important; }
	.margin-bottom--130 { margin-bottom: -130px !important; }
	.margin-bottom--129 { margin-bottom: -129px !important; }
	.margin-bottom--128 { margin-bottom: -128px !important; }
	.margin-bottom--127 { margin-bottom: -127px !important; }
	.margin-bottom--126 { margin-bottom: -126px !important; }
	.margin-bottom--125 { margin-bottom: -125px !important; }
	.margin-bottom--124 { margin-bottom: -124px !important; }
	.margin-bottom--123 { margin-bottom: -123px !important; }
	.margin-bottom--122 { margin-bottom: -122px !important; }
	.margin-bottom--121 { margin-bottom: -121px !important; }
	.margin-bottom--120 { margin-bottom: -120px !important; }
	.margin-bottom--119 { margin-bottom: -119px !important; }
	.margin-bottom--118 { margin-bottom: -118px !important; }
	.margin-bottom--117 { margin-bottom: -117px !important; }
	.margin-bottom--116 { margin-bottom: -116px !important; }
	.margin-bottom--115 { margin-bottom: -115px !important; }
	.margin-bottom--114 { margin-bottom: -114px !important; }
	.margin-bottom--113 { margin-bottom: -113px !important; }
	.margin-bottom--112 { margin-bottom: -112px !important; }
	.margin-bottom--111 { margin-bottom: -111px !important; }
	.margin-bottom--110 { margin-bottom: -110px !important; }
	.margin-bottom--109 { margin-bottom: -109px !important; }
	.margin-bottom--108 { margin-bottom: -108px !important; }
	.margin-bottom--107 { margin-bottom: -107px !important; }
	.margin-bottom--106 { margin-bottom: -106px !important; }
	.margin-bottom--105 { margin-bottom: -105px !important; }
	.margin-bottom--104 { margin-bottom: -104px !important; }
	.margin-bottom--103 { margin-bottom: -103px !important; }
	.margin-bottom--102 { margin-bottom: -102px !important; }
	.margin-bottom--101 { margin-bottom: -101px !important; }
	.margin-bottom--100 { margin-bottom: -100px !important; }
	.margin-bottom--99 { margin-bottom: -99px !important; }
	.margin-bottom--98 { margin-bottom: -98px !important; }
	.margin-bottom--97 { margin-bottom: -97px !important; }
	.margin-bottom--96 { margin-bottom: -96px !important; }
	.margin-bottom--95 { margin-bottom: -95px !important; }
	.margin-bottom--94 { margin-bottom: -94px !important; }
	.margin-bottom--93 { margin-bottom: -93px !important; }
	.margin-bottom--92 { margin-bottom: -92px !important; }
	.margin-bottom--91 { margin-bottom: -91px !important; }
	.margin-bottom--90 { margin-bottom: -90px !important; }
	.margin-bottom--89 { margin-bottom: -89px !important; }
	.margin-bottom--88 { margin-bottom: -88px !important; }
	.margin-bottom--87 { margin-bottom: -87px !important; }
	.margin-bottom--86 { margin-bottom: -86px !important; }
	.margin-bottom--85 { margin-bottom: -85px !important; }
	.margin-bottom--84 { margin-bottom: -84px !important; }
	.margin-bottom--83 { margin-bottom: -83px !important; }
	.margin-bottom--82 { margin-bottom: -82px !important; }
	.margin-bottom--81 { margin-bottom: -81px !important; }
	.margin-bottom--80 { margin-bottom: -80px !important; }
	.margin-bottom--79 { margin-bottom: -79px !important; }
	.margin-bottom--78 { margin-bottom: -78px !important; }
	.margin-bottom--77 { margin-bottom: -77px !important; }
	.margin-bottom--76 { margin-bottom: -76px !important; }
	.margin-bottom--75 { margin-bottom: -75px !important; }
	.margin-bottom--74 { margin-bottom: -74px !important; }
	.margin-bottom--73 { margin-bottom: -73px !important; }
	.margin-bottom--72 { margin-bottom: -72px !important; }
	.margin-bottom--71 { margin-bottom: -71px !important; }
	.margin-bottom--70 { margin-bottom: -70px !important; }
	.margin-bottom--69 { margin-bottom: -69px !important; }
	.margin-bottom--68 { margin-bottom: -68px !important; }
	.margin-bottom--67 { margin-bottom: -67px !important; }
	.margin-bottom--66 { margin-bottom: -66px !important; }
	.margin-bottom--65 { margin-bottom: -65px !important; }
	.margin-bottom--64 { margin-bottom: -64px !important; }
	.margin-bottom--63 { margin-bottom: -63px !important; }
	.margin-bottom--62 { margin-bottom: -62px !important; }
	.margin-bottom--61 { margin-bottom: -61px !important; }
	.margin-bottom--60 { margin-bottom: -60px !important; }
	.margin-bottom--59 { margin-bottom: -59px !important; }
	.margin-bottom--58 { margin-bottom: -58px !important; }
	.margin-bottom--57 { margin-bottom: -57px !important; }
	.margin-bottom--56 { margin-bottom: -56px !important; }
	.margin-bottom--55 { margin-bottom: -55px !important; }
	.margin-bottom--54 { margin-bottom: -54px !important; }
	.margin-bottom--53 { margin-bottom: -53px !important; }
	.margin-bottom--52 { margin-bottom: -52px !important; }
	.margin-bottom--51 { margin-bottom: -51px !important; }
	.margin-bottom--50 { margin-bottom: -50px !important; }
	.margin-bottom--49 { margin-bottom: -49px !important; }
	.margin-bottom--48 { margin-bottom: -48px !important; }
	.margin-bottom--47 { margin-bottom: -47px !important; }
	.margin-bottom--46 { margin-bottom: -46px !important; }
	.margin-bottom--45 { margin-bottom: -45px !important; }
	.margin-bottom--44 { margin-bottom: -44px !important; }
	.margin-bottom--43 { margin-bottom: -43px !important; }
	.margin-bottom--42 { margin-bottom: -42px !important; }
	.margin-bottom--41 { margin-bottom: -41px !important; }
	.margin-bottom--40 { margin-bottom: -40px !important; }
	.margin-bottom--39 { margin-bottom: -39px !important; }
	.margin-bottom--38 { margin-bottom: -38px !important; }
	.margin-bottom--37 { margin-bottom: -37px !important; }
	.margin-bottom--36 { margin-bottom: -36px !important; }
	.margin-bottom--35 { margin-bottom: -35px !important; }
	.margin-bottom--34 { margin-bottom: -34px !important; }
	.margin-bottom--33 { margin-bottom: -33px !important; }
	.margin-bottom--32 { margin-bottom: -32px !important; }
	.margin-bottom--31 { margin-bottom: -31px !important; }
	.margin-bottom--30 { margin-bottom: -30px !important; }
	.margin-bottom--29 { margin-bottom: -29px !important; }
	.margin-bottom--28 { margin-bottom: -28px !important; }
	.margin-bottom--27 { margin-bottom: -27px !important; }
	.margin-bottom--26 { margin-bottom: -26px !important; }
	.margin-bottom--25 { margin-bottom: -25px !important; }
	.margin-bottom--24 { margin-bottom: -24px !important; }
	.margin-bottom--23 { margin-bottom: -23px !important; }
	.margin-bottom--22 { margin-bottom: -22px !important; }
	.margin-bottom--21 { margin-bottom: -21px !important; }
	.margin-bottom--20 { margin-bottom: -20px !important; }
	.margin-bottom--19 { margin-bottom: -19px !important; }
	.margin-bottom--18 { margin-bottom: -18px !important; }
	.margin-bottom--17 { margin-bottom: -17px !important; }
	.margin-bottom--16 { margin-bottom: -16px !important; }
	.margin-bottom--15 { margin-bottom: -15px !important; }
	.margin-bottom--14 { margin-bottom: -14px !important; }
	.margin-bottom--13 { margin-bottom: -13px !important; }
	.margin-bottom--12 { margin-bottom: -12px !important; }
	.margin-bottom--11 { margin-bottom: -11px !important; }
	.margin-bottom--10 { margin-bottom: -10px !important; }
	.margin-bottom--9 { margin-bottom: -9px !important; }
	.margin-bottom--8 { margin-bottom: -8px !important; }
	.margin-bottom--7 { margin-bottom: -7px !important; }
	.margin-bottom--6 { margin-bottom: -6px !important; }
	.margin-bottom--5 { margin-bottom: -5px !important; }
	.margin-bottom--4 { margin-bottom: -4px !important; }
	.margin-bottom--3 { margin-bottom: -3px !important; }
	.margin-bottom--2 { margin-bottom: -2px !important; }
	.margin-bottom--1 { margin-bottom: -1px !important; }
	.margin-bottom-0 { margin-bottom: 0px !important; }
	.margin-bottom-1 { margin-bottom: 1px !important; }
	.margin-bottom-2 { margin-bottom: 2px !important; }
	.margin-bottom-3 { margin-bottom: 3px !important; }
	.margin-bottom-4 { margin-bottom: 4px !important; }
	.margin-bottom-5 { margin-bottom: 5px !important; }
	.margin-bottom-6 { margin-bottom: 6px !important; }
	.margin-bottom-7 { margin-bottom: 7px !important; }
	.margin-bottom-8 { margin-bottom: 8px !important; }
	.margin-bottom-9 { margin-bottom: 9px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-11 { margin-bottom: 11px !important; }
	.margin-bottom-12 { margin-bottom: 12px !important; }
	.margin-bottom-13 { margin-bottom: 13px !important; }
	.margin-bottom-14 { margin-bottom: 14px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-16 { margin-bottom: 16px !important; }
	.margin-bottom-17 { margin-bottom: 17px !important; }
	.margin-bottom-18 { margin-bottom: 18px !important; }
	.margin-bottom-19 { margin-bottom: 19px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-21 { margin-bottom: 21px !important; }
	.margin-bottom-22 { margin-bottom: 22px !important; }
	.margin-bottom-23 { margin-bottom: 23px !important; }
	.margin-bottom-24 { margin-bottom: 24px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-26 { margin-bottom: 26px !important; }
	.margin-bottom-27 { margin-bottom: 27px !important; }
	.margin-bottom-28 { margin-bottom: 28px !important; }
	.margin-bottom-29 { margin-bottom: 29px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-31 { margin-bottom: 31px !important; }
	.margin-bottom-32 { margin-bottom: 32px !important; }
	.margin-bottom-33 { margin-bottom: 33px !important; }
	.margin-bottom-34 { margin-bottom: 34px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-36 { margin-bottom: 36px !important; }
	.margin-bottom-37 { margin-bottom: 37px !important; }
	.margin-bottom-38 { margin-bottom: 38px !important; }
	.margin-bottom-39 { margin-bottom: 39px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-41 { margin-bottom: 41px !important; }
	.margin-bottom-42 { margin-bottom: 42px !important; }
	.margin-bottom-43 { margin-bottom: 43px !important; }
	.margin-bottom-44 { margin-bottom: 44px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-46 { margin-bottom: 46px !important; }
	.margin-bottom-47 { margin-bottom: 47px !important; }
	.margin-bottom-48 { margin-bottom: 48px !important; }
	.margin-bottom-49 { margin-bottom: 49px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-51 { margin-bottom: 51px !important; }
	.margin-bottom-52 { margin-bottom: 52px !important; }
	.margin-bottom-53 { margin-bottom: 53px !important; }
	.margin-bottom-54 { margin-bottom: 54px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-56 { margin-bottom: 56px !important; }
	.margin-bottom-57 { margin-bottom: 57px !important; }
	.margin-bottom-58 { margin-bottom: 58px !important; }
	.margin-bottom-59 { margin-bottom: 59px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-61 { margin-bottom: 61px !important; }
	.margin-bottom-62 { margin-bottom: 62px !important; }
	.margin-bottom-63 { margin-bottom: 63px !important; }
	.margin-bottom-64 { margin-bottom: 64px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-66 { margin-bottom: 66px !important; }
	.margin-bottom-67 { margin-bottom: 67px !important; }
	.margin-bottom-68 { margin-bottom: 68px !important; }
	.margin-bottom-69 { margin-bottom: 69px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	.margin-bottom-71 { margin-bottom: 71px !important; }
	.margin-bottom-72 { margin-bottom: 72px !important; }
	.margin-bottom-73 { margin-bottom: 73px !important; }
	.margin-bottom-74 { margin-bottom: 74px !important; }
	.margin-bottom-75 { margin-bottom: 75px !important; }
	.margin-bottom-76 { margin-bottom: 76px !important; }
	.margin-bottom-77 { margin-bottom: 77px !important; }
	.margin-bottom-78 { margin-bottom: 78px !important; }
	.margin-bottom-79 { margin-bottom: 79px !important; }
	.margin-bottom-80 { margin-bottom: 80px !important; }
	.margin-bottom-81 { margin-bottom: 81px !important; }
	.margin-bottom-82 { margin-bottom: 82px !important; }
	.margin-bottom-83 { margin-bottom: 83px !important; }
	.margin-bottom-84 { margin-bottom: 84px !important; }
	.margin-bottom-85 { margin-bottom: 85px !important; }
	.margin-bottom-86 { margin-bottom: 86px !important; }
	.margin-bottom-87 { margin-bottom: 87px !important; }
	.margin-bottom-88 { margin-bottom: 88px !important; }
	.margin-bottom-89 { margin-bottom: 89px !important; }
	.margin-bottom-90 { margin-bottom: 90px !important; }
	.margin-bottom-91 { margin-bottom: 91px !important; }
	.margin-bottom-92 { margin-bottom: 92px !important; }
	.margin-bottom-93 { margin-bottom: 93px !important; }
	.margin-bottom-94 { margin-bottom: 94px !important; }
	.margin-bottom-95 { margin-bottom: 95px !important; }
	.margin-bottom-96 { margin-bottom: 96px !important; }
	.margin-bottom-97 { margin-bottom: 97px !important; }
	.margin-bottom-98 { margin-bottom: 98px !important; }
	.margin-bottom-99 { margin-bottom: 99px !important; }
	.margin-bottom-100 { margin-bottom: 100px !important; }
	.margin-bottom-101 { margin-bottom: 101px !important; }
	.margin-bottom-102 { margin-bottom: 102px !important; }
	.margin-bottom-103 { margin-bottom: 103px !important; }
	.margin-bottom-104 { margin-bottom: 104px !important; }
	.margin-bottom-105 { margin-bottom: 105px !important; }
	.margin-bottom-106 { margin-bottom: 106px !important; }
	.margin-bottom-107 { margin-bottom: 107px !important; }
	.margin-bottom-108 { margin-bottom: 108px !important; }
	.margin-bottom-109 { margin-bottom: 109px !important; }
	.margin-bottom-110 { margin-bottom: 110px !important; }
	.margin-bottom-111 { margin-bottom: 111px !important; }
	.margin-bottom-112 { margin-bottom: 112px !important; }
	.margin-bottom-113 { margin-bottom: 113px !important; }
	.margin-bottom-114 { margin-bottom: 114px !important; }
	.margin-bottom-115 { margin-bottom: 115px !important; }
	.margin-bottom-116 { margin-bottom: 116px !important; }
	.margin-bottom-117 { margin-bottom: 117px !important; }
	.margin-bottom-118 { margin-bottom: 118px !important; }
	.margin-bottom-119 { margin-bottom: 119px !important; }
	.margin-bottom-120 { margin-bottom: 120px !important; }
	.margin-bottom-121 { margin-bottom: 121px !important; }
	.margin-bottom-122 { margin-bottom: 122px !important; }
	.margin-bottom-123 { margin-bottom: 123px !important; }
	.margin-bottom-124 { margin-bottom: 124px !important; }
	.margin-bottom-125 { margin-bottom: 125px !important; }
	.margin-bottom-126 { margin-bottom: 126px !important; }
	.margin-bottom-127 { margin-bottom: 127px !important; }
	.margin-bottom-128 { margin-bottom: 128px !important; }
	.margin-bottom-129 { margin-bottom: 129px !important; }
	.margin-bottom-130 { margin-bottom: 130px !important; }
	.margin-bottom-131 { margin-bottom: 131px !important; }
	.margin-bottom-132 { margin-bottom: 132px !important; }
	.margin-bottom-133 { margin-bottom: 133px !important; }
	.margin-bottom-134 { margin-bottom: 134px !important; }
	.margin-bottom-135 { margin-bottom: 135px !important; }
	.margin-bottom-136 { margin-bottom: 136px !important; }
	.margin-bottom-137 { margin-bottom: 137px !important; }
	.margin-bottom-138 { margin-bottom: 138px !important; }
	.margin-bottom-139 { margin-bottom: 139px !important; }
	.margin-bottom-140 { margin-bottom: 140px !important; }
	.margin-bottom-141 { margin-bottom: 141px !important; }
	.margin-bottom-142 { margin-bottom: 142px !important; }
	.margin-bottom-143 { margin-bottom: 143px !important; }
	.margin-bottom-144 { margin-bottom: 144px !important; }
	.margin-bottom-145 { margin-bottom: 145px !important; }
	.margin-bottom-146 { margin-bottom: 146px !important; }
	.margin-bottom-147 { margin-bottom: 147px !important; }
	.margin-bottom-148 { margin-bottom: 148px !important; }
	.margin-bottom-149 { margin-bottom: 149px !important; }
	.margin-bottom-150 { margin-bottom: 150px !important; }
	.margin-bottom-151 { margin-bottom: 151px !important; }
	.margin-bottom-152 { margin-bottom: 152px !important; }
	.margin-bottom-153 { margin-bottom: 153px !important; }
	.margin-bottom-154 { margin-bottom: 154px !important; }
	.margin-bottom-155 { margin-bottom: 155px !important; }
	.margin-bottom-156 { margin-bottom: 156px !important; }
	.margin-bottom-157 { margin-bottom: 157px !important; }
	.margin-bottom-158 { margin-bottom: 158px !important; }
	.margin-bottom-159 { margin-bottom: 159px !important; }
	.margin-bottom-160 { margin-bottom: 160px !important; }
	.margin-bottom-161 { margin-bottom: 161px !important; }
	.margin-bottom-162 { margin-bottom: 162px !important; }
	.margin-bottom-163 { margin-bottom: 163px !important; }
	.margin-bottom-164 { margin-bottom: 164px !important; }
	.margin-bottom-165 { margin-bottom: 165px !important; }
	.margin-bottom-166 { margin-bottom: 166px !important; }
	.margin-bottom-167 { margin-bottom: 167px !important; }
	.margin-bottom-168 { margin-bottom: 168px !important; }
	.margin-bottom-169 { margin-bottom: 169px !important; }
	.margin-bottom-170 { margin-bottom: 170px !important; }
	.margin-bottom-171 { margin-bottom: 171px !important; }
	.margin-bottom-172 { margin-bottom: 172px !important; }
	.margin-bottom-173 { margin-bottom: 173px !important; }
	.margin-bottom-174 { margin-bottom: 174px !important; }
	.margin-bottom-175 { margin-bottom: 175px !important; }
	.margin-bottom-176 { margin-bottom: 176px !important; }
	.margin-bottom-177 { margin-bottom: 177px !important; }
	.margin-bottom-178 { margin-bottom: 178px !important; }
	.margin-bottom-179 { margin-bottom: 179px !important; }
	.margin-bottom-180 { margin-bottom: 180px !important; }
	.margin-bottom-181 { margin-bottom: 181px !important; }
	.margin-bottom-182 { margin-bottom: 182px !important; }
	.margin-bottom-183 { margin-bottom: 183px !important; }
	.margin-bottom-184 { margin-bottom: 184px !important; }
	.margin-bottom-185 { margin-bottom: 185px !important; }
	.margin-bottom-186 { margin-bottom: 186px !important; }
	.margin-bottom-187 { margin-bottom: 187px !important; }
	.margin-bottom-188 { margin-bottom: 188px !important; }
	.margin-bottom-189 { margin-bottom: 189px !important; }
	.margin-bottom-190 { margin-bottom: 190px !important; }
	.margin-bottom-191 { margin-bottom: 191px !important; }
	.margin-bottom-192 { margin-bottom: 192px !important; }
	.margin-bottom-193 { margin-bottom: 193px !important; }
	.margin-bottom-194 { margin-bottom: 194px !important; }
	.margin-bottom-195 { margin-bottom: 195px !important; }
	.margin-bottom-196 { margin-bottom: 196px !important; }
	.margin-bottom-197 { margin-bottom: 197px !important; }
	.margin-bottom-198 { margin-bottom: 198px !important; }
	.margin-bottom-199 { margin-bottom: 199px !important; }
	.margin-bottom-200 { margin-bottom: 200px !important; }
}

@media (min-width:768px) {
	.margin-bottom-large--200 { margin-bottom: -200px !important; }
	.margin-bottom-large--199 { margin-bottom: -199px !important; }
	.margin-bottom-large--198 { margin-bottom: -198px !important; }
	.margin-bottom-large--197 { margin-bottom: -197px !important; }
	.margin-bottom-large--196 { margin-bottom: -196px !important; }
	.margin-bottom-large--195 { margin-bottom: -195px !important; }
	.margin-bottom-large--194 { margin-bottom: -194px !important; }
	.margin-bottom-large--193 { margin-bottom: -193px !important; }
	.margin-bottom-large--192 { margin-bottom: -192px !important; }
	.margin-bottom-large--191 { margin-bottom: -191px !important; }
	.margin-bottom-large--190 { margin-bottom: -190px !important; }
	.margin-bottom-large--189 { margin-bottom: -189px !important; }
	.margin-bottom-large--188 { margin-bottom: -188px !important; }
	.margin-bottom-large--187 { margin-bottom: -187px !important; }
	.margin-bottom-large--186 { margin-bottom: -186px !important; }
	.margin-bottom-large--185 { margin-bottom: -185px !important; }
	.margin-bottom-large--184 { margin-bottom: -184px !important; }
	.margin-bottom-large--183 { margin-bottom: -183px !important; }
	.margin-bottom-large--182 { margin-bottom: -182px !important; }
	.margin-bottom-large--181 { margin-bottom: -181px !important; }
	.margin-bottom-large--180 { margin-bottom: -180px !important; }
	.margin-bottom-large--179 { margin-bottom: -179px !important; }
	.margin-bottom-large--178 { margin-bottom: -178px !important; }
	.margin-bottom-large--177 { margin-bottom: -177px !important; }
	.margin-bottom-large--176 { margin-bottom: -176px !important; }
	.margin-bottom-large--175 { margin-bottom: -175px !important; }
	.margin-bottom-large--174 { margin-bottom: -174px !important; }
	.margin-bottom-large--173 { margin-bottom: -173px !important; }
	.margin-bottom-large--172 { margin-bottom: -172px !important; }
	.margin-bottom-large--171 { margin-bottom: -171px !important; }
	.margin-bottom-large--170 { margin-bottom: -170px !important; }
	.margin-bottom-large--169 { margin-bottom: -169px !important; }
	.margin-bottom-large--168 { margin-bottom: -168px !important; }
	.margin-bottom-large--167 { margin-bottom: -167px !important; }
	.margin-bottom-large--166 { margin-bottom: -166px !important; }
	.margin-bottom-large--165 { margin-bottom: -165px !important; }
	.margin-bottom-large--164 { margin-bottom: -164px !important; }
	.margin-bottom-large--163 { margin-bottom: -163px !important; }
	.margin-bottom-large--162 { margin-bottom: -162px !important; }
	.margin-bottom-large--161 { margin-bottom: -161px !important; }
	.margin-bottom-large--160 { margin-bottom: -160px !important; }
	.margin-bottom-large--159 { margin-bottom: -159px !important; }
	.margin-bottom-large--158 { margin-bottom: -158px !important; }
	.margin-bottom-large--157 { margin-bottom: -157px !important; }
	.margin-bottom-large--156 { margin-bottom: -156px !important; }
	.margin-bottom-large--155 { margin-bottom: -155px !important; }
	.margin-bottom-large--154 { margin-bottom: -154px !important; }
	.margin-bottom-large--153 { margin-bottom: -153px !important; }
	.margin-bottom-large--152 { margin-bottom: -152px !important; }
	.margin-bottom-large--151 { margin-bottom: -151px !important; }
	.margin-bottom-large--150 { margin-bottom: -150px !important; }
	.margin-bottom-large--149 { margin-bottom: -149px !important; }
	.margin-bottom-large--148 { margin-bottom: -148px !important; }
	.margin-bottom-large--147 { margin-bottom: -147px !important; }
	.margin-bottom-large--146 { margin-bottom: -146px !important; }
	.margin-bottom-large--145 { margin-bottom: -145px !important; }
	.margin-bottom-large--144 { margin-bottom: -144px !important; }
	.margin-bottom-large--143 { margin-bottom: -143px !important; }
	.margin-bottom-large--142 { margin-bottom: -142px !important; }
	.margin-bottom-large--141 { margin-bottom: -141px !important; }
	.margin-bottom-large--140 { margin-bottom: -140px !important; }
	.margin-bottom-large--139 { margin-bottom: -139px !important; }
	.margin-bottom-large--138 { margin-bottom: -138px !important; }
	.margin-bottom-large--137 { margin-bottom: -137px !important; }
	.margin-bottom-large--136 { margin-bottom: -136px !important; }
	.margin-bottom-large--135 { margin-bottom: -135px !important; }
	.margin-bottom-large--134 { margin-bottom: -134px !important; }
	.margin-bottom-large--133 { margin-bottom: -133px !important; }
	.margin-bottom-large--132 { margin-bottom: -132px !important; }
	.margin-bottom-large--131 { margin-bottom: -131px !important; }
	.margin-bottom-large--130 { margin-bottom: -130px !important; }
	.margin-bottom-large--129 { margin-bottom: -129px !important; }
	.margin-bottom-large--128 { margin-bottom: -128px !important; }
	.margin-bottom-large--127 { margin-bottom: -127px !important; }
	.margin-bottom-large--126 { margin-bottom: -126px !important; }
	.margin-bottom-large--125 { margin-bottom: -125px !important; }
	.margin-bottom-large--124 { margin-bottom: -124px !important; }
	.margin-bottom-large--123 { margin-bottom: -123px !important; }
	.margin-bottom-large--122 { margin-bottom: -122px !important; }
	.margin-bottom-large--121 { margin-bottom: -121px !important; }
	.margin-bottom-large--120 { margin-bottom: -120px !important; }
	.margin-bottom-large--119 { margin-bottom: -119px !important; }
	.margin-bottom-large--118 { margin-bottom: -118px !important; }
	.margin-bottom-large--117 { margin-bottom: -117px !important; }
	.margin-bottom-large--116 { margin-bottom: -116px !important; }
	.margin-bottom-large--115 { margin-bottom: -115px !important; }
	.margin-bottom-large--114 { margin-bottom: -114px !important; }
	.margin-bottom-large--113 { margin-bottom: -113px !important; }
	.margin-bottom-large--112 { margin-bottom: -112px !important; }
	.margin-bottom-large--111 { margin-bottom: -111px !important; }
	.margin-bottom-large--110 { margin-bottom: -110px !important; }
	.margin-bottom-large--109 { margin-bottom: -109px !important; }
	.margin-bottom-large--108 { margin-bottom: -108px !important; }
	.margin-bottom-large--107 { margin-bottom: -107px !important; }
	.margin-bottom-large--106 { margin-bottom: -106px !important; }
	.margin-bottom-large--105 { margin-bottom: -105px !important; }
	.margin-bottom-large--104 { margin-bottom: -104px !important; }
	.margin-bottom-large--103 { margin-bottom: -103px !important; }
	.margin-bottom-large--102 { margin-bottom: -102px !important; }
	.margin-bottom-large--101 { margin-bottom: -101px !important; }
	.margin-bottom-large--100 { margin-bottom: -100px !important; }
	.margin-bottom-large--99 { margin-bottom: -99px !important; }
	.margin-bottom-large--98 { margin-bottom: -98px !important; }
	.margin-bottom-large--97 { margin-bottom: -97px !important; }
	.margin-bottom-large--96 { margin-bottom: -96px !important; }
	.margin-bottom-large--95 { margin-bottom: -95px !important; }
	.margin-bottom-large--94 { margin-bottom: -94px !important; }
	.margin-bottom-large--93 { margin-bottom: -93px !important; }
	.margin-bottom-large--92 { margin-bottom: -92px !important; }
	.margin-bottom-large--91 { margin-bottom: -91px !important; }
	.margin-bottom-large--90 { margin-bottom: -90px !important; }
	.margin-bottom-large--89 { margin-bottom: -89px !important; }
	.margin-bottom-large--88 { margin-bottom: -88px !important; }
	.margin-bottom-large--87 { margin-bottom: -87px !important; }
	.margin-bottom-large--86 { margin-bottom: -86px !important; }
	.margin-bottom-large--85 { margin-bottom: -85px !important; }
	.margin-bottom-large--84 { margin-bottom: -84px !important; }
	.margin-bottom-large--83 { margin-bottom: -83px !important; }
	.margin-bottom-large--82 { margin-bottom: -82px !important; }
	.margin-bottom-large--81 { margin-bottom: -81px !important; }
	.margin-bottom-large--80 { margin-bottom: -80px !important; }
	.margin-bottom-large--79 { margin-bottom: -79px !important; }
	.margin-bottom-large--78 { margin-bottom: -78px !important; }
	.margin-bottom-large--77 { margin-bottom: -77px !important; }
	.margin-bottom-large--76 { margin-bottom: -76px !important; }
	.margin-bottom-large--75 { margin-bottom: -75px !important; }
	.margin-bottom-large--74 { margin-bottom: -74px !important; }
	.margin-bottom-large--73 { margin-bottom: -73px !important; }
	.margin-bottom-large--72 { margin-bottom: -72px !important; }
	.margin-bottom-large--71 { margin-bottom: -71px !important; }
	.margin-bottom-large--70 { margin-bottom: -70px !important; }
	.margin-bottom-large--69 { margin-bottom: -69px !important; }
	.margin-bottom-large--68 { margin-bottom: -68px !important; }
	.margin-bottom-large--67 { margin-bottom: -67px !important; }
	.margin-bottom-large--66 { margin-bottom: -66px !important; }
	.margin-bottom-large--65 { margin-bottom: -65px !important; }
	.margin-bottom-large--64 { margin-bottom: -64px !important; }
	.margin-bottom-large--63 { margin-bottom: -63px !important; }
	.margin-bottom-large--62 { margin-bottom: -62px !important; }
	.margin-bottom-large--61 { margin-bottom: -61px !important; }
	.margin-bottom-large--60 { margin-bottom: -60px !important; }
	.margin-bottom-large--59 { margin-bottom: -59px !important; }
	.margin-bottom-large--58 { margin-bottom: -58px !important; }
	.margin-bottom-large--57 { margin-bottom: -57px !important; }
	.margin-bottom-large--56 { margin-bottom: -56px !important; }
	.margin-bottom-large--55 { margin-bottom: -55px !important; }
	.margin-bottom-large--54 { margin-bottom: -54px !important; }
	.margin-bottom-large--53 { margin-bottom: -53px !important; }
	.margin-bottom-large--52 { margin-bottom: -52px !important; }
	.margin-bottom-large--51 { margin-bottom: -51px !important; }
	.margin-bottom-large--50 { margin-bottom: -50px !important; }
	.margin-bottom-large--49 { margin-bottom: -49px !important; }
	.margin-bottom-large--48 { margin-bottom: -48px !important; }
	.margin-bottom-large--47 { margin-bottom: -47px !important; }
	.margin-bottom-large--46 { margin-bottom: -46px !important; }
	.margin-bottom-large--45 { margin-bottom: -45px !important; }
	.margin-bottom-large--44 { margin-bottom: -44px !important; }
	.margin-bottom-large--43 { margin-bottom: -43px !important; }
	.margin-bottom-large--42 { margin-bottom: -42px !important; }
	.margin-bottom-large--41 { margin-bottom: -41px !important; }
	.margin-bottom-large--40 { margin-bottom: -40px !important; }
	.margin-bottom-large--39 { margin-bottom: -39px !important; }
	.margin-bottom-large--38 { margin-bottom: -38px !important; }
	.margin-bottom-large--37 { margin-bottom: -37px !important; }
	.margin-bottom-large--36 { margin-bottom: -36px !important; }
	.margin-bottom-large--35 { margin-bottom: -35px !important; }
	.margin-bottom-large--34 { margin-bottom: -34px !important; }
	.margin-bottom-large--33 { margin-bottom: -33px !important; }
	.margin-bottom-large--32 { margin-bottom: -32px !important; }
	.margin-bottom-large--31 { margin-bottom: -31px !important; }
	.margin-bottom-large--30 { margin-bottom: -30px !important; }
	.margin-bottom-large--29 { margin-bottom: -29px !important; }
	.margin-bottom-large--28 { margin-bottom: -28px !important; }
	.margin-bottom-large--27 { margin-bottom: -27px !important; }
	.margin-bottom-large--26 { margin-bottom: -26px !important; }
	.margin-bottom-large--25 { margin-bottom: -25px !important; }
	.margin-bottom-large--24 { margin-bottom: -24px !important; }
	.margin-bottom-large--23 { margin-bottom: -23px !important; }
	.margin-bottom-large--22 { margin-bottom: -22px !important; }
	.margin-bottom-large--21 { margin-bottom: -21px !important; }
	.margin-bottom-large--20 { margin-bottom: -20px !important; }
	.margin-bottom-large--19 { margin-bottom: -19px !important; }
	.margin-bottom-large--18 { margin-bottom: -18px !important; }
	.margin-bottom-large--17 { margin-bottom: -17px !important; }
	.margin-bottom-large--16 { margin-bottom: -16px !important; }
	.margin-bottom-large--15 { margin-bottom: -15px !important; }
	.margin-bottom-large--14 { margin-bottom: -14px !important; }
	.margin-bottom-large--13 { margin-bottom: -13px !important; }
	.margin-bottom-large--12 { margin-bottom: -12px !important; }
	.margin-bottom-large--11 { margin-bottom: -11px !important; }
	.margin-bottom-large--10 { margin-bottom: -10px !important; }
	.margin-bottom-large--9 { margin-bottom: -9px !important; }
	.margin-bottom-large--8 { margin-bottom: -8px !important; }
	.margin-bottom-large--7 { margin-bottom: -7px !important; }
	.margin-bottom-large--6 { margin-bottom: -6px !important; }
	.margin-bottom-large--5 { margin-bottom: -5px !important; }
	.margin-bottom-large--4 { margin-bottom: -4px !important; }
	.margin-bottom-large--3 { margin-bottom: -3px !important; }
	.margin-bottom-large--2 { margin-bottom: -2px !important; }
	.margin-bottom-large--1 { margin-bottom: -1px !important; }
	.margin-bottom-large-0 { margin-bottom: 0px !important; }
	.margin-bottom-large-1 { margin-bottom: 1px !important; }
	.margin-bottom-large-2 { margin-bottom: 2px !important; }
	.margin-bottom-large-3 { margin-bottom: 3px !important; }
	.margin-bottom-large-4 { margin-bottom: 4px !important; }
	.margin-bottom-large-5 { margin-bottom: 5px !important; }
	.margin-bottom-large-6 { margin-bottom: 6px !important; }
	.margin-bottom-large-7 { margin-bottom: 7px !important; }
	.margin-bottom-large-8 { margin-bottom: 8px !important; }
	.margin-bottom-large-9 { margin-bottom: 9px !important; }
	.margin-bottom-large-10 { margin-bottom: 10px !important; }
	.margin-bottom-large-11 { margin-bottom: 11px !important; }
	.margin-bottom-large-12 { margin-bottom: 12px !important; }
	.margin-bottom-large-13 { margin-bottom: 13px !important; }
	.margin-bottom-large-14 { margin-bottom: 14px !important; }
	.margin-bottom-large-15 { margin-bottom: 15px !important; }
	.margin-bottom-large-16 { margin-bottom: 16px !important; }
	.margin-bottom-large-17 { margin-bottom: 17px !important; }
	.margin-bottom-large-18 { margin-bottom: 18px !important; }
	.margin-bottom-large-19 { margin-bottom: 19px !important; }
	.margin-bottom-large-20 { margin-bottom: 20px !important; }
	.margin-bottom-large-21 { margin-bottom: 21px !important; }
	.margin-bottom-large-22 { margin-bottom: 22px !important; }
	.margin-bottom-large-23 { margin-bottom: 23px !important; }
	.margin-bottom-large-24 { margin-bottom: 24px !important; }
	.margin-bottom-large-25 { margin-bottom: 25px !important; }
	.margin-bottom-large-26 { margin-bottom: 26px !important; }
	.margin-bottom-large-27 { margin-bottom: 27px !important; }
	.margin-bottom-large-28 { margin-bottom: 28px !important; }
	.margin-bottom-large-29 { margin-bottom: 29px !important; }
	.margin-bottom-large-30 { margin-bottom: 30px !important; }
	.margin-bottom-large-31 { margin-bottom: 31px !important; }
	.margin-bottom-large-32 { margin-bottom: 32px !important; }
	.margin-bottom-large-33 { margin-bottom: 33px !important; }
	.margin-bottom-large-34 { margin-bottom: 34px !important; }
	.margin-bottom-large-35 { margin-bottom: 35px !important; }
	.margin-bottom-large-36 { margin-bottom: 36px !important; }
	.margin-bottom-large-37 { margin-bottom: 37px !important; }
	.margin-bottom-large-38 { margin-bottom: 38px !important; }
	.margin-bottom-large-39 { margin-bottom: 39px !important; }
	.margin-bottom-large-40 { margin-bottom: 40px !important; }
	.margin-bottom-large-41 { margin-bottom: 41px !important; }
	.margin-bottom-large-42 { margin-bottom: 42px !important; }
	.margin-bottom-large-43 { margin-bottom: 43px !important; }
	.margin-bottom-large-44 { margin-bottom: 44px !important; }
	.margin-bottom-large-45 { margin-bottom: 45px !important; }
	.margin-bottom-large-46 { margin-bottom: 46px !important; }
	.margin-bottom-large-47 { margin-bottom: 47px !important; }
	.margin-bottom-large-48 { margin-bottom: 48px !important; }
	.margin-bottom-large-49 { margin-bottom: 49px !important; }
	.margin-bottom-large-50 { margin-bottom: 50px !important; }
	.margin-bottom-large-51 { margin-bottom: 51px !important; }
	.margin-bottom-large-52 { margin-bottom: 52px !important; }
	.margin-bottom-large-53 { margin-bottom: 53px !important; }
	.margin-bottom-large-54 { margin-bottom: 54px !important; }
	.margin-bottom-large-55 { margin-bottom: 55px !important; }
	.margin-bottom-large-56 { margin-bottom: 56px !important; }
	.margin-bottom-large-57 { margin-bottom: 57px !important; }
	.margin-bottom-large-58 { margin-bottom: 58px !important; }
	.margin-bottom-large-59 { margin-bottom: 59px !important; }
	.margin-bottom-large-60 { margin-bottom: 60px !important; }
	.margin-bottom-large-61 { margin-bottom: 61px !important; }
	.margin-bottom-large-62 { margin-bottom: 62px !important; }
	.margin-bottom-large-63 { margin-bottom: 63px !important; }
	.margin-bottom-large-64 { margin-bottom: 64px !important; }
	.margin-bottom-large-65 { margin-bottom: 65px !important; }
	.margin-bottom-large-66 { margin-bottom: 66px !important; }
	.margin-bottom-large-67 { margin-bottom: 67px !important; }
	.margin-bottom-large-68 { margin-bottom: 68px !important; }
	.margin-bottom-large-69 { margin-bottom: 69px !important; }
	.margin-bottom-large-70 { margin-bottom: 70px !important; }
	.margin-bottom-large-71 { margin-bottom: 71px !important; }
	.margin-bottom-large-72 { margin-bottom: 72px !important; }
	.margin-bottom-large-73 { margin-bottom: 73px !important; }
	.margin-bottom-large-74 { margin-bottom: 74px !important; }
	.margin-bottom-large-75 { margin-bottom: 75px !important; }
	.margin-bottom-large-76 { margin-bottom: 76px !important; }
	.margin-bottom-large-77 { margin-bottom: 77px !important; }
	.margin-bottom-large-78 { margin-bottom: 78px !important; }
	.margin-bottom-large-79 { margin-bottom: 79px !important; }
	.margin-bottom-large-80 { margin-bottom: 80px !important; }
	.margin-bottom-large-81 { margin-bottom: 81px !important; }
	.margin-bottom-large-82 { margin-bottom: 82px !important; }
	.margin-bottom-large-83 { margin-bottom: 83px !important; }
	.margin-bottom-large-84 { margin-bottom: 84px !important; }
	.margin-bottom-large-85 { margin-bottom: 85px !important; }
	.margin-bottom-large-86 { margin-bottom: 86px !important; }
	.margin-bottom-large-87 { margin-bottom: 87px !important; }
	.margin-bottom-large-88 { margin-bottom: 88px !important; }
	.margin-bottom-large-89 { margin-bottom: 89px !important; }
	.margin-bottom-large-90 { margin-bottom: 90px !important; }
	.margin-bottom-large-91 { margin-bottom: 91px !important; }
	.margin-bottom-large-92 { margin-bottom: 92px !important; }
	.margin-bottom-large-93 { margin-bottom: 93px !important; }
	.margin-bottom-large-94 { margin-bottom: 94px !important; }
	.margin-bottom-large-95 { margin-bottom: 95px !important; }
	.margin-bottom-large-96 { margin-bottom: 96px !important; }
	.margin-bottom-large-97 { margin-bottom: 97px !important; }
	.margin-bottom-large-98 { margin-bottom: 98px !important; }
	.margin-bottom-large-99 { margin-bottom: 99px !important; }
	.margin-bottom-large-100 { margin-bottom: 100px !important; }
	.margin-bottom-large-101 { margin-bottom: 101px !important; }
	.margin-bottom-large-102 { margin-bottom: 102px !important; }
	.margin-bottom-large-103 { margin-bottom: 103px !important; }
	.margin-bottom-large-104 { margin-bottom: 104px !important; }
	.margin-bottom-large-105 { margin-bottom: 105px !important; }
	.margin-bottom-large-106 { margin-bottom: 106px !important; }
	.margin-bottom-large-107 { margin-bottom: 107px !important; }
	.margin-bottom-large-108 { margin-bottom: 108px !important; }
	.margin-bottom-large-109 { margin-bottom: 109px !important; }
	.margin-bottom-large-110 { margin-bottom: 110px !important; }
	.margin-bottom-large-111 { margin-bottom: 111px !important; }
	.margin-bottom-large-112 { margin-bottom: 112px !important; }
	.margin-bottom-large-113 { margin-bottom: 113px !important; }
	.margin-bottom-large-114 { margin-bottom: 114px !important; }
	.margin-bottom-large-115 { margin-bottom: 115px !important; }
	.margin-bottom-large-116 { margin-bottom: 116px !important; }
	.margin-bottom-large-117 { margin-bottom: 117px !important; }
	.margin-bottom-large-118 { margin-bottom: 118px !important; }
	.margin-bottom-large-119 { margin-bottom: 119px !important; }
	.margin-bottom-large-120 { margin-bottom: 120px !important; }
	.margin-bottom-large-121 { margin-bottom: 121px !important; }
	.margin-bottom-large-122 { margin-bottom: 122px !important; }
	.margin-bottom-large-123 { margin-bottom: 123px !important; }
	.margin-bottom-large-124 { margin-bottom: 124px !important; }
	.margin-bottom-large-125 { margin-bottom: 125px !important; }
	.margin-bottom-large-126 { margin-bottom: 126px !important; }
	.margin-bottom-large-127 { margin-bottom: 127px !important; }
	.margin-bottom-large-128 { margin-bottom: 128px !important; }
	.margin-bottom-large-129 { margin-bottom: 129px !important; }
	.margin-bottom-large-130 { margin-bottom: 130px !important; }
	.margin-bottom-large-131 { margin-bottom: 131px !important; }
	.margin-bottom-large-132 { margin-bottom: 132px !important; }
	.margin-bottom-large-133 { margin-bottom: 133px !important; }
	.margin-bottom-large-134 { margin-bottom: 134px !important; }
	.margin-bottom-large-135 { margin-bottom: 135px !important; }
	.margin-bottom-large-136 { margin-bottom: 136px !important; }
	.margin-bottom-large-137 { margin-bottom: 137px !important; }
	.margin-bottom-large-138 { margin-bottom: 138px !important; }
	.margin-bottom-large-139 { margin-bottom: 139px !important; }
	.margin-bottom-large-140 { margin-bottom: 140px !important; }
	.margin-bottom-large-141 { margin-bottom: 141px !important; }
	.margin-bottom-large-142 { margin-bottom: 142px !important; }
	.margin-bottom-large-143 { margin-bottom: 143px !important; }
	.margin-bottom-large-144 { margin-bottom: 144px !important; }
	.margin-bottom-large-145 { margin-bottom: 145px !important; }
	.margin-bottom-large-146 { margin-bottom: 146px !important; }
	.margin-bottom-large-147 { margin-bottom: 147px !important; }
	.margin-bottom-large-148 { margin-bottom: 148px !important; }
	.margin-bottom-large-149 { margin-bottom: 149px !important; }
	.margin-bottom-large-150 { margin-bottom: 150px !important; }
	.margin-bottom-large-151 { margin-bottom: 151px !important; }
	.margin-bottom-large-152 { margin-bottom: 152px !important; }
	.margin-bottom-large-153 { margin-bottom: 153px !important; }
	.margin-bottom-large-154 { margin-bottom: 154px !important; }
	.margin-bottom-large-155 { margin-bottom: 155px !important; }
	.margin-bottom-large-156 { margin-bottom: 156px !important; }
	.margin-bottom-large-157 { margin-bottom: 157px !important; }
	.margin-bottom-large-158 { margin-bottom: 158px !important; }
	.margin-bottom-large-159 { margin-bottom: 159px !important; }
	.margin-bottom-large-160 { margin-bottom: 160px !important; }
	.margin-bottom-large-161 { margin-bottom: 161px !important; }
	.margin-bottom-large-162 { margin-bottom: 162px !important; }
	.margin-bottom-large-163 { margin-bottom: 163px !important; }
	.margin-bottom-large-164 { margin-bottom: 164px !important; }
	.margin-bottom-large-165 { margin-bottom: 165px !important; }
	.margin-bottom-large-166 { margin-bottom: 166px !important; }
	.margin-bottom-large-167 { margin-bottom: 167px !important; }
	.margin-bottom-large-168 { margin-bottom: 168px !important; }
	.margin-bottom-large-169 { margin-bottom: 169px !important; }
	.margin-bottom-large-170 { margin-bottom: 170px !important; }
	.margin-bottom-large-171 { margin-bottom: 171px !important; }
	.margin-bottom-large-172 { margin-bottom: 172px !important; }
	.margin-bottom-large-173 { margin-bottom: 173px !important; }
	.margin-bottom-large-174 { margin-bottom: 174px !important; }
	.margin-bottom-large-175 { margin-bottom: 175px !important; }
	.margin-bottom-large-176 { margin-bottom: 176px !important; }
	.margin-bottom-large-177 { margin-bottom: 177px !important; }
	.margin-bottom-large-178 { margin-bottom: 178px !important; }
	.margin-bottom-large-179 { margin-bottom: 179px !important; }
	.margin-bottom-large-180 { margin-bottom: 180px !important; }
	.margin-bottom-large-181 { margin-bottom: 181px !important; }
	.margin-bottom-large-182 { margin-bottom: 182px !important; }
	.margin-bottom-large-183 { margin-bottom: 183px !important; }
	.margin-bottom-large-184 { margin-bottom: 184px !important; }
	.margin-bottom-large-185 { margin-bottom: 185px !important; }
	.margin-bottom-large-186 { margin-bottom: 186px !important; }
	.margin-bottom-large-187 { margin-bottom: 187px !important; }
	.margin-bottom-large-188 { margin-bottom: 188px !important; }
	.margin-bottom-large-189 { margin-bottom: 189px !important; }
	.margin-bottom-large-190 { margin-bottom: 190px !important; }
	.margin-bottom-large-191 { margin-bottom: 191px !important; }
	.margin-bottom-large-192 { margin-bottom: 192px !important; }
	.margin-bottom-large-193 { margin-bottom: 193px !important; }
	.margin-bottom-large-194 { margin-bottom: 194px !important; }
	.margin-bottom-large-195 { margin-bottom: 195px !important; }
	.margin-bottom-large-196 { margin-bottom: 196px !important; }
	.margin-bottom-large-197 { margin-bottom: 197px !important; }
	.margin-bottom-large-198 { margin-bottom: 198px !important; }
	.margin-bottom-large-199 { margin-bottom: 199px !important; }
	.margin-bottom-large-200 { margin-bottom: 200px !important; }
}





::-moz-selection {
	color:var(--black-100);
	background:var(--green-100) !important;
}

::selection {
	color:var(--black-100);
	background:var(--green-100) !important;
}

::-moz-selection {
	color:var(--black-100);
	background:var(--green-100) !important;
}



:root {
	scrollbar-color: var(--black-300) var(--white-500) !important;
	scrollbar-width: thin !important;
}

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

::-webkit-scrollbar-track {
   background:var(--white-500);
}

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

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

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




@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}





/* end */

