/*
Theme Name: Amazon Frontlines
Theme URI: https://amazonfrontlines.org
Version: 1.0
Author: @matiagency
Author URI: https://mati.agency
*/

body {
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	color: #000;
	background: #fff;
	font-weight: 500;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.cookie-banner{
	bottom: 0px;
	left: 0px;
	right:  0px;
	display: none;
	position: fixed;
	background-color: #ff6900;
	z-index: 999;
	padding-top: 2%;
	padding-bottom: 2%;
}
.cookie-banner p{padding-top: 1%;}
.cookie-banner .btn-cookie-banner{
	background-color: #000;
	color: #FFF;
	border-color: #000;
}
@media only screen and (max-width: 768px) {
  	.row-banner-cookie-small {
  		display: flex;
  	}
  	.row-banner-cookie-big {
  		display: none;
  	}
}
@media only screen and (min-width: 769px) {
  	.row-banner-cookie-small {
  		display: none;
  	}
  	.row-banner-cookie-big {
  		display: flex;
  	}
}

.overh{
	overflow: hidden;
}

*:focus{
	outline: none !important;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: 0.3s all;
}
.aligncenter {
	margin: 0 auto;
}

/*a:hover {
	color: #FF9C00;
}*/

h1, h2, h3, h4, h5, h6{
	font-family: 'Staatliches', sans-serif;
	line-height: 1.2em;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }

@media screen and (min-width: 992px) {

	h1 { font-size: 42px; }
	h2 { font-size: 30px; }
	h3 { font-size: 36px; }
	h4 { font-size: 26px; }
	h5 { font-size: 18px; }
	h6 { font-size: 18px; }
}

b, strong {
	font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	color: #D6F74D;
}

/* Framework */

.main {
	width: 100%;
	min-height: 80vh;
	overflow: hidden;
	background: #fff;
}

.container{
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 992px) {
	.container {
		max-width: 1440px;
		padding: 0 70px;
	}
	.container-fluid{
		max-width: 1920px;
		padding: 0 70px;
	}
}

@media screen and (min-width: 1200px){
	.col-lg-5-2{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}



/* Title */

.title {
	position: relative;
	margin-bottom: 20px;
}

.title h2{
	font-size: 36px;
	line-height: 38px;
}
.title h3{
	font-size: 26px;
	line-height: 28px;
}
.title .subtitle{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
}
.title .btn {
	margin-top: 32px;
}

.title.max-width{
	max-width: 500px;
}

.title.max-width-lg{
	max-width: 960px;
}

.title span{
	
}

@media screen and (min-width: 992px) {
	.title{
		margin-bottom: 30px;
	}
	.title h2{
		font-size: 46px;
		line-height: 48px;
	}
	.title h3{
		font-size: 36px;
		line-height: 38px;
	}
	.title .subtitle{
		font-size: 13px;
	}
}


/* Buttons */

.btn{
	position: relative;
	padding: 4px 10px;
	line-height: 20px;
	border-radius: 48px;
	text-transform: uppercase;
	font-weight: 800;
}

@media screen and (min-width: 992px){
	.btn{
		padding: 0 15px;
		line-height: 40px;
		white-space: nowrap;
	}
}

.btn:focus{
	box-shadow: none !important;
}

.btn-sm {
	line-height: 30px;
}
.btn-lg {
	line-height: 50px;
}

/*.btn .icon-arrow-long{
	content: '';
	position: absolute;
	top: 14px;
	right: 14px;
	width: 28px;
	height: 14px;
	background: url('assets/img/icons/icon-arrow-long.svg') no-repeat center;
	background-size: contain;
}*/

.btn-circle {
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 60px;
	font-size: 30px;
}
.btn-circle:after{
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	left: calc(50% - 14px);
	width: 28px;
	height: 22px;
	background: url('assets/img/icons/arrow-short.svg') no-repeat center;
	background-size: contain;
}
.btn-circle:hover:after{
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}

.btn .arrow-long {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 28px;
	height: 18px;
	background: url('assets/img/icons/arrow-long.svg') no-repeat center;
	background-size: contain;
	transition: all 0.3s;
	margin-left: 5px;
}
.btn:hover .arrow-long{
	width: 36px;
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}


.btn-primary{
	background: #D6F74D;
	border-color: #D6F74D;
	color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active{
	color: #D6F74D;
	background: #000;
	border-color: #000;
	box-shadow: none;
}

/**/
.bg-dark .btn-primary:hover,
.bg-dark .btn-primary:focus,
.bg-dark .btn-primary:not([disabled]):not(.disabled):active{
	color: #000;
	background: #fff;
	border-color: #fff;
}
/**/

.btn-primary:hover .icon-arrow-long {
	filter: invert(81%) sepia(63%) saturate(453%) hue-rotate(19deg) brightness(107%) contrast(94%);
}

.btn-outline-primary {
	color: #4A4481;
	background: transparent;
	border-color: #4A4481;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #4A4481;
	border-color: #4A4481;
}

.btn-secondary {
	background: #00BF4B;
	border-color: #00BF4B;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active {
	color: #00BF4B;
	background: #F0EEE5;
	border-color: #00BF4B;
	box-shadow: none;
}

.btn-secondary .arrow-long {
	filter: invert(100%);
}
.btn-secondary:hover .arrow-long{
	filter: invert(75%) sepia(61%) saturate(7046%) hue-rotate(112deg) brightness(98%) contrast(102%);
}


.btn-dark {
	background: #000;
	border-color: #000;
	color: #D6F74D;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not([disabled]):not(.disabled):active {
	color: #000;
	background: #D6F74D;
	border-color: #D6F74D;
	box-shadow: none;
}

.btn-dark .arrow-long,
.btn-dark.btn-circle:after {
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}
.btn-dark:hover .arrow-long,
.btn-dark.btn-circle:hover:after {
	filter: initial;
}

/* Backgrounds */

.bg-primary{
	background-color: #00BF4B !important;
}

.bg-secondary{
	background-color: #FF5B28 !important;
}

.bg-gray{
	background-color: #FBFBFB !important;
}

.bg-light{
	background-color: #F0EEE5 !important;
}

.bg-dark{
	background-color: #000 !important;
}

.has-primary-background-color{
	background-color: #D6F74D;
}
.has-secondary-background-color{
	background-color: #00BF4B;
}
.has-dark-background-color{
	background-color: #000;
}


/* Text */

.text-primary, 
.has-primary-color{
	color: #D6F74D !important;
}

a.text-primary:hover,
a.text-primary:focus{
	color: #D6F74D !important;
}

.text-secondary,
.has-secondary-color{
	color: #00BF4B !important;
}
a.text-secondary:hover,
a.text-secondary:focus{
	color: #00BF4B !important;
}


/* Forms */

label{
	font-size: 15px;
	color: #000;
}

input:not(.form-control),
select:not(.form-control),
textarea:not(.form-control){
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    min-height: 46px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 0;
    border-radius: 35px;
	appearance: none;
	-webkit-appearance: none;
}
.form-control{
	min-height: 46px;
	background: #fff;
	color: #000;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 35px;
	appearance: none;
	-webkit-appearance: none;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder{
	color: #000;
}

input:disabled,
input[readonly],
.form-control:disabled,
.form-control[readonly]{
	background: #fff;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus{
	box-shadow: none !important;
}

select,
select.form-control{
	background-image: url('assets/img/icons/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-size: 12px;
}

@media screen and (min-width: 992px){
	.form-control-lg{
		min-height: 56px;
	}
}

.input-file-wrapper{
	position: relative;
	display: block;
	padding: 8px 16px;
	text-align: center;
	background: #F4F6F9;
	border: 1px dashed #13404d;
	cursor: pointer;
}
.input-file-wrapper input{
	opacity: 0;
	width: 0;
}
.input-file-wrapper .files{
	font-size: 10px;
	max-height: 100px;
	overflow: auto;
}
.input-file-wrapper .files span{
	display: block;
	color: #AB67AA;
}
.input-file-wrapper:hover{
	background: #fff;
	border-color: #AB67AA;
}

/* Header */

body{
	padding-top: 75px;
}


.header.fixed{
	position: fixed;
	z-index: 999;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	-webkit-animation: slideInDown 0.3s ease-out;
	-moz-animation: slideInDown 0.3s ease-out;
}

.header{
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 75px;
	background: #000;
	transition: 0.3s all;
	z-index: 99;
}
.header .logo{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 191.5px;
	padding: 8px 0;
	transition: 0.1s all;
	z-index: 2;
}
.header .nav-menu {
	position: relative;
	float: right;
	width: 35px;
	padding: 18px 0;
	cursor: pointer;
	z-index: 21;
	overflow: hidden;
}
.header .nav-menu .menu-line{
	float: right;
	display: block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	background: #fff;
	border-radius: 50px;
	transition: 0.3s;
}

.header .nav-menu.active .menu-line:nth-child(1) { transform: rotate(45deg); width: 40px; margin-top: 12px; }
.header .nav-menu.active .menu-line:nth-child(3) { transform: rotate(-45deg); width: 40px; margin-top: -14px; }
.header .nav-menu.active .menu-line:nth-child(2) { opacity: 0; }

.header .nav-menu.active .menu-line{
	background: #D6F74D;
}

.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .navigation{
	display: none;
	position: fixed;
	top: 75px;
	left: 0;
	width: 100vw;
	/*height: calc(100% - 60px);
	height: calc(var(--vh, 1vh) * 100 - 60px);*/
	background: #000;
	padding: 15px 0;
	z-index: 999;
	box-shadow: 0px 5px 5px 0 rgb(0 0 0 / 0.05);
}

.header .navigation.active {
	display: block;
}
.header .navigation ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.header .navigation ul li{
	position: relative;
}
.header .navigation ul li a{
	position: relative;
	display: block;
	padding: 15px;
	font-weight: 600;
	font-size: 16px;
	color: #D6F74D;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.header .navigation ul li a span{
	display: inline-block;
	vertical-align: middle;
}

.header .navigation ul li.current-menu-item > a,
.header .navigation ul li.open-submenu > a,
.header .navigation ul li a:hover{
	color: #fff;
}

.header .navigation ul li.menu-item-has-children > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	top: calc(50% - 15px);
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	color: #D6F74D;
	font-size: 16px;
	transition: 0.3s all;
}
.header .navigation ul li > a:hover:after,
.header .navigation ul li.open-submenu > a:after,
.header .navigation ul li.current-menu-item > a:after{
	color: #fff;
}
.header .navigation ul li > a:hover:after{
	transform: rotate(-90deg);
}

.header .navigation .menu .sub-menu{
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header .navigation .menu .sub-menu li a{
	padding: 10px 15px;
	font-size: 16px;
}
.header .navigation .menu .sub-menu .sub-menu{
	top: 0;
	left: 250px;
}

.header .navigation .menu li.open-submenu{
	background: rgba(255,255,255,0.1);
}
.header .navigation .menu li.open-submenu .sub-menu{
	display: block;
}

.header .navigation .menu .menu-donate{
	margin: 15px;
}
.header .navigation .menu .menu-donate a{
	display: inline-block;
	min-width: 134px;
	padding: 6px 15px;
	color: #000;
	text-align: center;
	background: #D6F74D;
	border: 1px solid #D6F74D;
	border-radius: 50px;
}
.header .navigation .menu .menu-donate a:hover{
	background: #fff;
	border-color: #fff;
	color: #000;
}
.header .navigation .menu .menu-donate.current-menu-item a{
	background: #000;
	border-color: #D6F74D;
	color: #D6F74D;
}

.header .navigation .socialmedia{
	margin: 5px;
}
.header .navigation .socialmedia li{
	display: inline-block;
}
.header .navigation .socialmedia li a{
	padding: 5px 10px;
	font-size: 20px;
}



@media screen and (min-width: 1200px) {
	.header{

	}
	.header .container,
	.header .container-fluid{
		display: flex;
		align-items: center;
		justify-content: space-between;		
	}
	.header .logo {
		max-width: 191.5px;
		z-index: 3;
	}

	.header .nav-menu{
		display: none;
	}

	.header .navigation{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		background: transparent;
		padding: 0;
		box-shadow: none;
		z-index: 2;
	}

	.header .navigation ul{
		width: auto;
		margin: 0;
	}
	.header .navigation ul li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
	.header .navigation ul li a{
		font-size: 15px;
		padding: 30px 15px;
	}
	.header .navigation ul li.menu-item-has-children > a:after{
		color: #000;
		right: -10px;
	}

	.header .navigation .menu li:hover > .sub-menu{
		display: block;
	}

	.header .navigation .menu .menu-donate{
		margin: 15px 0 15px 15px;
	}

	.header .navigation .menu .sub-menu{
		position: absolute;
		top: 83px;
		left: 0;
		width: 250px;
		padding: 0;
		background: rgba(255,255,255,0.7);
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
		z-index: 999;
		text-align: left;
	}
	.header .navigation .menu .sub-menu li{
		display: block;
	}
	.header .navigation .menu .sub-menu li a{
		display: block;
		padding: 10px 20px;
		color: #000;
		font-size: 15px;
	}
	.header .navigation .menu .sub-menu li.menu-item-has-children > a:after{
		right: 0;
	}

	.header .navigation .menu .sub-menu li.current-menu-item,
	.header .navigation .menu .sub-menu li:hover{
		background: #D6F74D;
	}


	.header .navigation .socialmedia li a{
		font-size: 18px;
		padding: 5px;
	}

	.header.fixed{
		min-height: 70px;
	}
	.header.fixed .navigation .menu > li:not(.menu-donate) > a{
		padding-top: 23.5px;
		padding-bottom: 23.5px;
	}
	.header.fixed .navigation .menu li.menu-donate{
		margin: 0 0 0 15px;
	}
	.header.fixed .navigation .menu .sub-menu{
		top: 70px;
	}
}

/* */

.section{
	position: relative;
	padding: 50px 0;
	background: transparent no-repeat center center;
	background-size: cover;
}

@media screen and (min-width: 992px){
	.section{
		padding: 100px 0;
	}
}

.section.bg{
	background: transparent no-repeat center center;
	background-size: cover;
}

/*  */

/* Module > Video Player */

.video-player{
	position: relative;
	width: 100%;
	padding: 30% 0;
	background: no-repeat center;
	background-size: cover;
}
.video-player .play{
	display: block;
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	width: 90px;
	height: 90px;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	background: rgb(0 0 0 / 65%);
	color: #D6F74D;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
}
.video-player.active .play,
.video-player:hover .play{
	background: #D6F74D;
	color: #000;
}
.video-player:hover .play{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.video-player .play i{
	margin-left: 4px;
}

.video-player.allowed{
	cursor: pointer;
}
.video-player.allowed .play{
	display: block;
}

/* Module > Cta */
.module-cta .title {
	max-width: 660px;
}
.module-cta .title h3 {
	color: #fff;
}
.module-cta .title h3 span {
	text-decoration: underline;
}

/* Banner */

.banner{
	position: relative;
	display: flex;
	align-items: center;
	padding: 100px 0;
	min-height: 450px;
	background: #000 no-repeat top;
	background-size: cover;
	z-index: 5;
}
.banner .title h1 {
	font-size: 58px;
	line-height: 62px;
	color: #D6F74D;
}
.banner .title .subtitle {
	color: #D6F74D;
}

.banner.small {
	background: #00BF4B;
}

.banner .arrow-down{
	display: block;
	position: absolute;
	bottom: -30px;
	right: calc(50% - 30px);
	width: 60px;
	height: 60px;
	text-align: center;
	background: #D6F74D;
	border-radius: 50%;
	z-index: 3;
}

@media screen and (max-width: 992px) {
	.banner .arrow-down{
		bottom: 33px;
	}
}

.banner .arrow-down:after{
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 15px);
	width: 30px;
	height: 20px;
	background: url('assets/img/icons/arrow-down.svg') no-repeat center;
	background-size: contain;
}

@media screen and (min-width: 992px) {
	.banner{
		padding: 100px 0;
		min-height: 660px;
	}
	.banner .title h1{
		font-size: 110px;
		line-height: 120px;
	}
	.banner .title .subtitle {
		font-size: 18px;
	}

	.banner .arrow-down{
		/*bottom: -35px;*/
		bottom: 32px;
		width: 70px;
		height: 70px;
		right: calc(50% - 35px);
		animation: bounce 3s infinite;
		-webkit-animation: bounce 3s infinite;
	}

	.banner.small {
		min-height: 350px;
		max-height: 400px;		
	}

	.banner.small .title h1{
		font-size: 70px;
		line-height: 80px;
	}
}

/* Banner > Author */

.banner-author .title h1{
	font-size: 24px;
}
.banner-author .avatar{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	margin: 0 2px;
	border-radius: 50%;
	background: #eee no-repeat center;
	background-size: cover;
	overflow: hidden;
	border: 1px solid #eee;
}
.banner-author .socialmedia{
	margin: 0;
}
.banner-author .socialmedia li{
	display: inline-flex;
	margin-right: 4px;
	padding: 6px 0;
}
.banner-author .socialmedia li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	background: #C6F534;
	border-radius: 50%;
}
.banner-author .socialmedia li a:hover{
	background: #000;
	color: #C6F534;
}

@media screen and (min-width: 992px){
	.banner-author .title h1{
		font-size: 48px;
	}
}

/**/

.presentation .slider{
	position: relative;
	background: #fff;
	overflow: hidden;
}
.presentation .slider .slide{
	position: relative;
	display: flex;
	align-items: center;
	padding: 50px 0;
	min-height: 500px;
	background: #fff no-repeat center;
	background-size: cover;
	background-position: center !important;
}
.presentation .slider .slide video{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.presentation .iframe-wrapper {
     position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.presentation .iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; 
  min-height: 100vh;
  min-width: 177.77vh; 
  position: absolute;
}

.presentation .data {
	max-width: 820px;
	margin: 0 auto;
}
.presentation .title h1{
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.5px;
}

.presentation .data .buttons a {
	margin: 6px;
}

.presentation .sign .wrap {
	position: relative;
    z-index: 55;
    max-width: 400px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    float: right;
}


@media screen and (min-width: 992px){
	.presentation .slider .slide{
		height: 95vh;
		max-height: 850px;
	}
	.presentation .title h1{
		font-size: 52px;
	}
	.presentation .title p{
		font-size: 18px;
	}
}


/* Pagination */

.pagination {
	justify-content: center;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .page-numbers{
	display: inline-block;
	vertical-align: middle;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 12px;
	margin: 0 5px;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
}
.pagination .page-numbers:not(.dots):hover,
.pagination .page-numbers:not(.dots).current{
	background: #C6F534;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
	border-radius: 25px;
}

/* Pages > Blog */

.page.blog .filter{
	padding: 70px 0 30px 0;
}
.page.blog .filter ul{
	margin: 0 -15px;
	padding: 0 15px 10px;
}
.page.blog .feed{
	background-color: #F0EEE5;
}

/* Pages > Page 404 */

.page.page-404 .content{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 100px);
}


/* Pages > Page Thankyou */

.page.page-thankyou .content{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 100px);
}

/* Pages > Internal */

.page.internal .content{
	padding: 50px 0;
}
.page.internal .content article {
	max-width: 850px;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.page.internal .content{
		padding: 100px 0;
	}
}


/*Pages > Home */
.page.home .sign .wrap h4{
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	font-size: .850rem;
	line-height: 1.4em;
}

.page.home .about {
	min-height: 500px;
    display: flex;
    align-items: center;
	background: #F0EEE5 url(assets/img/shapes/bg-brush-gray.png) no-repeat center center;
	background-size: cover;
}

.page.home .about:before{
	content: '';
	width: 1px;
	height: 20%;
	background: #D6F74D;
	position: absolute;
	top: 0;
	left: 50%;
}

.page.home .about:after{
	content: '';
	width: 1px;
	//height: 20%;
	height: 10%;
	background: #D6F74D;
	position: absolute;
	bottom: 0;
	left: 50%;
}

@media screen and (max-width:992px){
	.page.home .about:after{
		height: 5%;
	}
}

.page.home .about .title {
	max-width: 600px;
	margin: 0 auto;
}


.page.home .about-items article {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 18px;
}
.page.home .about-items article span {
	color: #D6F74D;
}

.page.home .about-items article .thumbnail {
	min-width: 40%;
	width: 40%;
}

@media screen and (min-width: 992px) {
	.page.home .about-items article {
		flex-direction: row;
		font-size: 1rem;
        text-align: left;
        padding-right: 60px;
	}
	.page.home .about-items article .thumbnail{
		margin-right: 10px;
	}
}

.page.home .quote{
	display: flex;
	align-items: center;
	padding: 50px 0;
	height: 100vh;
	background: #000 no-repeat center;
	background-size: cover;
}

.page.home .quote .iframe-wrapper {
     position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page.home .quote .iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; 
  min-height: 100vh;
  min-width: 177.77vh; 
  position: absolute;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
.page.home .quote article{
	position: relative;
	z-index: 1;
	max-width: 410px;
}
.page.home .quote article p{
	font-size: 19px;
    max-width: 350px;
    margin-top: 15px;
}


.page.home .module-home .image img{
	aspect-ratio: 0.95 / 1;
	object-fit: cover;
	width: 100%;
	border-radius: 20px;
}
.page.home .module-home .text{
	position: relative;
	display: flex;	
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}
.page.home .module-home .text:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #D6F74D;
	position: absolute;
	top: 0;
	left: 50%;
}

.page.home .module-home .text .data{
	position: relative;
	background: #000;
	padding: 30px 20px;
}

.page.home .featured > .title {
    display: inline-block;
    margin-bottom: 0;
    background: #000;
    color: #d6f74d;
    width: 240px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 50px;
    position: absolute;
    /*top: -30px;*/
    top: -2px;
    left: calc(50% - 120px);
    z-index: 5;
}
.page.home .featured .slider .slide{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 50px 0;
	min-height: 500px;
	height: 100vh;
	background: #000 no-repeat center;
	background-size: cover;
	color: #fff;
}

.page.home .featured .slider .slide .title {
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.page.home .featured .slider .slide .btn{
	font-family: 'Space Grotesk', sans-serif;
	padding: 0 25px;
}

/***/
/*
.page.home .sign {
	background: #EEBD58;
}
.page.home .sign .wrap {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	padding: 30px 10px;
}
.page.home .sign .wrap .legal {
	font-size: 12px;
	text-align: left;
}
.page.home .sign .wrap .signatures{
	font-size: 26px;
	font-weight: 800;
}
@media screen and (min-width: 992px){
	.page.home .sign .wrap {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		margin: 0 30px;
		padding: 45px 40px;
	}
}

.page.home .donate{
	min-height: 580px;
	background: #000 no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.page.home .donate .title span {
	color: #D6F74D;
}


.page.home .explore {
	margin-top: -50px;
	min-height: 620px;
	-webkit-mask-image:url('assets/img/shapes/mask-explore.svg');
	mask-image: url('assets/img/shapes/mask-explore.svg');
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: top;
	mask-position: top;
}
.page.home .explore .items article {
	text-align: center;
}
.page.home .explore .items article .thumbnail {
	min-height: 220px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 30px;   	
	transition: all .3s;
}
.page.home .explore .items article h2 {
	color: #fff;
	transition: all .3s;
}
.page.home .explore .items article:hover h2 {
	color: #D6F74D;
	transform: translateX(-5px);
}

.page.home .explore .items article h2 .arrow-short{
	display: inline-block;
	width: 28px;
	height: 22px;
	background: url('assets/img/icons/arrow-short.svg') no-repeat center;
	background-size: contain;
	filter: invert(100%);
	margin-left: 5px;
	transition: all 0.3s;
}
.page.home .explore .items article:hover h2 .arrow-short{
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
	transform: translateX(10px);
}
.page.home .explore .items article:hover .thumbnail{
	transform: rotate(-1deg) scale(0.95);
}

@media screen and (min-width: 992px) {
	.page.home .explore .items article .thumbnail {
		min-height: 320px;
		padding: 0 50px;
	}
}
@media screen and (min-width: 1200px) {
	.page.home .explore .items article .thumbnail {
		min-height: 400px;
	}
}
*/
/* Page > About */

.page.about .about .data p,
.page.about .mission .data p {
	font-family: 'Staatliches', cursive;
	font-size: 26px;
	line-height: 28px;
}

@media screen and (min-width: 992px) {
	.page.about .about .data p,
	.page.about .mission .data p {
		font-size: 45px;
		line-height: 48px;
	}
}
.page.about .about .data p {
	color: #fff;
}
.page.about .about .data p span{
	text-decoration: underline;
}
.page.about .mission .data p span{
	color: #00BF4B;
	text-decoration: underline;
}

.page.about .mission {
	background: #F0EEE5 url(assets/img/shapes/bg-brush.png) no-repeat center center;
	background-size: cover;
	min-height: 620px;
}


.page.about .links .items article{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 23px;
	text-align: center;
	min-height: 460px;
	transition: all .3s;
	padding-bottom: 15px;
}
.page.about .links .items article .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	min-height: 280px;
}
.page.about .links .items article h4{
	color: #fff;
}
.page.about .links .items article:hover h4 {
	color: #000;
}
.page.about .links .items article:hover {
	background: #1BDB67;
}
.page.about .links .items article:hover .btn {
	color: #D6F74D;
	background: #000;
	border-color: #000;
}
.page.about .links .items article:hover .btn:after{
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}

@media screen and (min-width: 992px) {
	.page.about .links .items article{
		padding-bottom: 30px;
	}
	.page.about .links .items article .thumbnail {
		min-height: 320px;
	}
}


/* Page > Partners */

.page.partners .ceibo .items ul li{
	margin: 15px 0;
	margin-left: 40px;
}
.page.partners .ceibo .items ul li span{
	color: #00BF4B;
}
.page.partners .ceibo .items ul li:before {
	content: '';
	width: 22px;
	height: 18px;
	left: 20px;
	background: transparent url(assets/img/icons/arrow-short-green.svg) no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;    
}

.page.partners .ceibo .gallery .slide .img{
	aspect-ratio: 2/1;
	object-fit: cover;
	transition: 0.3s all;
}

/* Page > Team */
.page.team .values ul li{
	font-family: 'Staatliches', cursive;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 15px 0;
}
.page.team .values ul li span{
	color: #00BF4B;
}
.page.team .values ul li:before {
	content: '';
	width: 30px;
	height: 25px;
	left: -40px;
	background: transparent url(assets/img/icons/arrow-short-green.svg) no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;    
}



/**/
.page.about .team-card article{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #D6F74D;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
}

.page.about .team-card article .data{
	padding: 20px 10px;
}

.page.about .team-card article .data h2{
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}
.page.about .team-card article .data p{
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
}

/* Page > Story */
.page.story .full{
	background-attachment: fixed;
	background-size: cover;
}

.page.story .content p {
	margin: 30px 0;
	font-size: 24px;
}
/* Page > Work */

.page.work .about .title h3 {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
}
.page.work .about .title h3 span {
	text-decoration: underline;
}

@media screen and (min-width: 992px) {
	.page.work .about .title h3 {
		font-size: 50px;
		line-height: 54px;
	}
}


/* Page > Financial */
.page.financial .download .items a{
	padding: 20px;
	border-bottom: solid 1px #000;
	display: block;
	text-align: center;
}
.page.financial .download .items a:hover{
	color: #00BF4B;
}


/* Page > Jobs */

/* Page > Decide */

.page.decide .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.page.decide .embed-container iframe,
.page.decide .embed-container object,
.page.decide .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page.decide .socialmedia li {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.page.decide .socialmedia li i{
	font-size: 34px;
}
.page.decide .socialmedia li:hover{
	color: #00BF4B;
}
.page.decide .share .embed-container { 
	padding-bottom: 200%;
}

.page.decide .media .items article a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.page.decide .media .items article .thumbnail{
	border-radius: 30px;
	overflow: hidden;
}
.page.decide .media .items article .data{
	position: absolute;
	bottom: 20px;
}
.page.decide .media .items article a:hover {
	transform: translateY(-10px);
}

.page.decide .territories .items article {
	text-align: center;
	padding: 20px;
}

.page.decide .territories .items article .thumbnail{
	padding: 30px;
}

.page.decide .learn .items article{
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	border-radius: 23px;
	text-align: center;
	min-height: 420px;
	transition: all .3s;
	color: #fff;
}

.page.decide .learn .items article .thumbnail{
	padding: 50px 50px 30px 50px;
	min-height: 230px;
}

.page.decide .learn .items article:hover {
	background: #1BDB67;
	color: #000;
}
.page.decide .learn .items article:hover .btn {
	color: #D6F74D;
	background: #000;
	border-color: #000;
}
.page.decide .learn .items article:hover .btn:after{
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}


.page.decide .sign .wrap,
.page.decide .join .wrap {
	background: #efbe58;
	border-radius: 30px;
	padding: 30px 10px;
}

@media screen and (min-width: 992px) {
	.page.decide .sign .wrap,
	.page.decide .join .wrap {
		padding: 45px 40px;
	}
}

/* Page > Donate */
.page.donate {
	background: #F0EEE5;
}

.page.donate .about .description p{
	font-size: 20px;
	margin-top: 20px;
	padding: 30px;
}

.page.donate .about .items{
	margin-top: -25px;
}
.page.donate .about .items article {
	padding: 20px;
}
.page.donate .about .items article .data h2{
	color: #00BF4B;
	font-size: 25px;
	margin-top: 20px;
}

.page.donate .sustainer .data h3 span {
	color: #C6F534;
	text-decoration: underline;
}

.page.donate .ways .items article {
	position: relative;
	text-align: center;
	background: #FAF7ED;
	box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.05);
	border-radius: 21px;
	padding: 50px 30px;
	min-height: 350px;
}

.page.donate .ways .items article .icon {
	min-height: 160px;
}
.page.donate .ways .items article .data h4 {
	font-size: 22px;
	text-decoration: underline;
}
.page.donate .ways .items article .btn-circle {
	position: absolute;
	bottom: 20px;
	left: 40%;
}

.page.donate .ways .gift {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-weight: 800;
}
.page.donate .ways .gift a{
	color: #00BF4B;
	text-decoration: underline;
}

/* Page > Contact */

.page.contact h3 a{
	color: #FF5B28;
}

.page.contact .socialmedia{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.page.contact .socialmedia li a i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #F0EEE5;
	background: #000;
	border-radius: 50%;
	margin-right: 10px;
}

.page.contact .socialmedia li a i:hover{
	background:  #D6F74D;
	color: #000;
}


/* Page Take Action */

.page.take-action .sign .wrap h4{
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	font-size: .850rem;
	line-height: 1.4em;
}


.page.take-action .campaign.bg-light .title h2 span{
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.05em;
 	text-decoration-thickness: 0.15em;
 	text-decoration-color: #D6F74D;
}
.page.take-action .campaign .date-wrap {
	aspect-ratio: 1 / 1;
	width: 400px;
	max-width: 100%;
	background: #000 no-repeat center;
	background-size: cover;
	padding: 25px 30px;
	border-radius: 20px;
	margin: 0 auto;
}

.page.take-action .campaign .date-wrap p{
	text-transform: uppercase;
	border-bottom: solid 1px  #D6F74D;
}

.page.take-action .campaign .date-wrap .counter {
	text-align: center;
}

.page.take-action .campaign .date-wrap .counter .days{
	font-size: 14em;
    line-height: 1em;
	font-family: 'Staatliches', sans-serif;
}

.page.take-action .campaign .date-wrap .counter .label {
	background: #D6F74D;
	color: #000;
	font-size: 50px;
	display: inline-block;
	padding: 2px 20px;
}

.page.take-action .campaign .socialmedia {
	width: 100%;
	display: block;
	font-size: 18px;
}
.page.take-action .campaign .socialmedia li{
	margin-bottom: 5px;
}
.page.take-action .campaign .socialmedia li i{
	font-size: 26px;
	margin-right: 5px;
}
.page.take-action .campaign .socialmedia li a{
	display: inline-flex;
}
.page.take-action .campaign .socialmedia li:hover{
	color: #FF5B28;
}

.page.take-action .campaign .cta p{
	text-transform: uppercase;
	font-weight: 600;
}
.page.take-action .campaign .cta span{
	color: #D6F74D;
}

@media screen and (min-width:992px){
	.page.take-action .campaign .socialmedia {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
	}
}


/* Footer */

.footer .back-to-top{
	position: fixed;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 15px;

	width: 45px;
	height: 45px;

	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);

	background: #D6F74D;
	border-radius: 50%;
	z-index: 999;
	transition: 0.5s all;
	opacity: 0;
}
.footer .back-to-top:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/img/icons/arrow-up.svg') no-repeat center;
	background-size: 20px;
}

.footer .back-to-top.fixed{
	opacity: 1;
	-webkit-animation: slideInDown 0.5s ease-out;
	-moz-animation: slideInDown 0.5s ease-out;
}

@media screen and (min-width:992px){
	.footer .back-to-top{
		width: 60px;
		height: 60px;
		right: 30px;
		bottom: 30px;
	}
	.footer .back-to-top:after{
		background-size: 25px;
	}
}

.footer{
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #000;
	position: relative;
}
.footer a:hover{
	color: #D6F74D;
}
.footer .widgets{
	padding: 25px 0;
}
.footer .widgets .img-footer {
	position: relative;
	display: block;
	margin-top: -75px;
	max-width: 175px;
}
.footer .widgets .logo{
	display: block;
	max-width: 301px;
	margin: 0 auto 32px;
}
.footer .widgets .menu{
	margin: 0 0 16px;
}
.footer .widgets h4{
	font-family: Manrope;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer .widgets .menu li a{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 0;
	font-weight: 300;
}
.footer .socialmedia {
	display: inline-flex;
	align-items: center;
	width: 60%;
	justify-content: space-between;
}
.footer .socialmedia li{
	padding: 6px 0;
	margin-bottom: 10px;
}
.footer .socialmedia li a {
	padding: 0;
	margin-right: 4px;
	font-size: 26px;
	color: #D6F74D;
}
.footer .socialmedia li a img{
	margin-right: 4px;
}
.footer .socialmedia li a:hover i{
	color: #fff;
}

.footer .copyright{
	margin: 0;
	padding: 32px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Space Grotesk', sans-serif;
}
.footer .copyright p{
	margin: 0;
}


.footer .newsletter{
	color: #E2DECC;
	margin: 25px 0;
}
.footer .widgets .newsletter form .btn:hover,
.footer .widgets .newsletter form .btn:focus,
.footer .widgets .newsletter form .btn:not([disabled]):not(.disabled):active {
	color: #D6F74D;
	background: #000;
	border-color: #D6F74D;
}


@media screen and (min-width: 992px) {
	.footer{
		text-align: left;
	}

	.footer .widgets{
		padding: 50px 0;
	}

	.footer .copyright .left{
		float: left;
	}
	.footer .copyright .right{
		float: right;
	}
	.footer .widgets .img-footer {
		margin-top: -100px;
		max-width: 250px;
	}

	.footer .widgets .newsletter{
		display: flex;x
		align-items: center;
		justify-content: space-between;
	}
	.footer .widgets .newsletter p{
		width: 45%;
	}
	.footer .widgets .newsletter form{
		width: 45%;
		margin-left: 10%;
	}
	.footer .widgets .newsletter form .form-control{
		min-height: 42px;
		border-radius: 30px 0 0 30px;
	}
	.footer .widgets .newsletter form .btn{
		margin-left: -1px;
		min-width: 160px;
		border-radius: 0 30px 30px 0;
	}
	.footer .widgets .items-nav {
		margin-top: 85px;
	}
}


/* Slider */

.slider {
	position: relative;
}
.slider .dots {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 20px;
}
.slider .dots .slick-dots { width: 100%; padding: 0; margin: 0; text-align: center; }
.slider .dots .slick-dots li { display: inline-block; vertical-align: top; margin: 10px 6px; }
.slider .dots .slick-dots li button{
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	text-indent: -9999px;
	background: #D6F74D;
	border: solid 2px #D6F74D;
	border-radius: 50%;
	overflow: hidden;
	-webkit-appearance: none;
	cursor: pointer;
}
.slider .dots .slick-dots li.slick-active button { 
	background: #000; 
	opacity: 1;
}

@media screen and (min-width: 992px){
	.slider .dots .slick-dots li button{
		width: 15px;
		height: 15px;
	}
}

.slider .arrows button {
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 18px;
	height: 18px;
	padding: 0;
	line-height: 300px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
	z-index: 3;
}
.slider .arrows button:focus {
	outline: 0;
}
.slider .arrows button:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/img/icons/icon-arrow-back.svg') no-repeat center;
	background-size: contain;
}
.slider .arrows button.slick-next {
	left: auto;
	right: 0;
}
.slider .arrows button.slick-next:after{
	background-image: url('assets/img/icons/icon-arrow-next.svg');
}

@media screen and (min-width: 768px) {
	.slider .arrows button {
		width: 30px;
		height: 30px;
	}
	.slider .arrows button {
		left: 40px;
		top: calc(50% - 14px);
	}
	
	.slider .arrows button.slick-next {
		left: auto;
		right: 40px;
	}
}


/* Templates */

.errors {
	text-align: center;
	padding: 50px 0;
}
.errors .smile {
	margin: 0;
	font-size: 50px;
	-webkit-transform: rotate(90deg);
	color: #CFB67C;
}

.errors.error-nologued {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60vh;
}

@media screen and (min-width: 992px) {
	.errors.error-404 h3 {
		font-size: 40px;
	}
	.errors .smile {
		font-size: 80px;
	}
}

.modal {
	z-index: 999999;
}
.modal-content {
	border-radius: 0;
	border: 0;
}
.modal-title {
	color: #000;
}
.modal-body {
	color: #000;
}
.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 30px;
	z-index: 10;
	display: block;
	line-height: 26px;
}
.modal-dialog {
	width: 100%;
}
@media screen and (min-width: 992px) {
	.modal-dialog {
		transform: translate(-50%, -50%) !important;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0;
	}
}
.modal .title {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	padding: 0 15px;
}
.modal .title h4 {
	font-size: 27px;
}
.modal .title p{
	color: #909193;
}

@media (min-width: 768px){
	.modal-head .close {
		padding: 20px;
	}
}
@media (max-width: 767px){
	.modal-dialog {
		margin: 0;
	}
}

.modal-backdrop.show {
	display: none;
}

#modalVideo .modal-dialog{
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 0;
}
#modalVideo .modal-content{
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}
#modalVideo .modal-body{
	padding: 0;
	background: #000;
}
#modalVideo .close{
	top: -40px;
	right: 0;
	color: #fff;
}

@media screen and (min-width: 992px) {
	#modalVideo .close {
		top: 0;
		right: -40px;
	}
}





#modalNewsletterAPI .modal-dialog {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 0;
	width: 100%;
	max-width: 600px;
}
#modalNewsletterAPI .modal-content{
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}
#modalNewsletterAPI .modal-body{
	padding: 20px;
	background: #0E2019;
}
#modalNewsletterAPI .modal-body iframe {
	width: 100%;
	max-width: 600px;
    height: 600px;
    border: none;
}
#modalNewsletterAPI .close{
	top: -40px;
	right: 0;
	color: #fff;
}

@media screen and (min-width: 992px) {
	#modalNewsletterAPI .close {
		top: 0;
		right: -40px;
	}
}





/* Shapes */

.shape.bottom {
	background: url('assets/img/shapes/shape-bottom.svg') no-repeat top center; 
	background-size: cover;
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 20px;
	width: 100%;
	z-index: 1;
}

.shape.top {
	background: url('assets/img/shapes/shape-top.svg') no-repeat top center; 
	background-size: cover;
	position: absolute;
	top: -20px;
	left: 0;
	height: 20px;
	width: 100%;
}
.shape.top.orange {
	background: url('assets/img/shapes/shape-top-orange.svg') no-repeat top center;
	background-size: cover;
}
.shape.top.green {
	background: url('assets/img/shapes/shape-top-green.svg') no-repeat top center;
	background-size: cover;
}
.shape.top.light {
	background: url('assets/img/shapes/shape-top-light.svg') no-repeat top center;
	background-size: cover;
}

.shape.bottom.orange {
	background: url('assets/img/shapes/shape-bottom-orange.svg') no-repeat top center;
	background-size: cover;
}
.shape.bottom.green {
	background: url('assets/img/shapes/shape-bottom-green.svg') no-repeat top center;
	background-size: cover;
}
.shape.bottom.light {
	background: url('assets/img/shapes/shape-bottom-light.svg') no-repeat top center;
	background-size: cover;
}
@media screen and (min-width: 992px) {
	.shape.bottom,
	.shape.top{
		bottom: -55px;
		height: 55px;
	}
}

.shape.white {
	filter: invert(100%);
}
/*.shape.green{
	filter: invert(57%) sepia(44%) saturate(6425%) hue-rotate(114deg) brightness(101%) contrast(101%);
}*/

/*.shape.orange {
	filter: invert(51%) sepia(96%) saturate(3294%) hue-rotate(343deg) brightness(100%) contrast(103%);
}
.shape.light{
	filter: invert(94%) sepia(6%) saturate(883%) hue-rotate(321deg) brightness(108%) contrast(88%);
}*/

/* Feed Work */
.feed-work article,
.feed-work article a{
	position: relative;
	display: block;
	width: 100%;
}

.feed-work article .data {
	position: relative;
	padding: 20px;
}

.feed-work article .data p {
	max-width: 420px;
}

.feed-work article .thumbnail {
	overflow: hidden;
	width: 100%;
}

.feed-work article .icon{
	margin-bottom: 30px;
}

.feed-work article .thumbnail .img{  
	padding: 40% 0 0;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.3s all;
}

.feed-work article a:hover .thumbnail .img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


@media screen and (min-width: 992px) {

	.feed-work article a {
		display: flex;
		align-items: center;
	}
	.feed-work article .thumbnail,
	.feed-work article .wrap {
		width: 50%;
	}
	.feed-work article .thumbnail .img{
		padding: 70% 0 0;
	}
   
	.feed-work .item:nth-child(even) article .thumbnail {
		order: 2;
	}

	.feed-work article .data {
		padding: 20px;
	}

	.feed-work article .data .btn {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.feed-work article .thumbnail .img{
		padding: 60% 0 0;
	}
	.feed-work article .data {
		padding: 20px 50px;
	}
	.feed-work article .data .btn{
		right: 50px;
	}
}


/* Feed > Work > Simple */
.feed-work.feed-simple article{
	position: relative;
	text-align: center;
	transition: all 0.3s;
	padding: 15px 15px 25px;
	border-radius: 25px;
	max-width: 300px;
	margin: 0 auto;
}
.feed-work.feed-simple article a {
	display: block;
}
.feed-work.feed-simple article .data{
	padding: 20px;
	min-height: 260px;
	transition: 0.3s all;
}
.feed-work.feed-simple article .data p{
	margin: 0 auto;
}
.feed-work.feed-simple article .icon{
	height: 170px;
	display: flex;
	align-items: end;
	justify-content: center;
	margin-bottom: 20px;
	background: no-repeat center;
	background-size: auto 80%;
	transition: all .3s;
}

.feed-work.feed-simple article .data .btn{
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}

@media screen and (min-width: 992px) {
	.feed-work.feed-simple article{
		padding: 20px 20px 30px;
	}
	.feed-work.feed-simple article:hover{
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	}
	.feed-work.feed-simple article:hover .data{
		transform: rotate(-1deg) scale(1.05); 
	}
	.feed-work.feed-simple article:hover .icon {
		transform: rotate(4deg);
	}
	.feed-work.feed-simple article .data .btn{
		bottom: 0;
		left: calc(50% - 30px);
	}

}

/* Single > Work */

.single.work .feed-work.feed-simple article .data{
	padding: 5px;
	min-height: 150px;
}

.single.work .feed-work.feed-simple article .data h2{
	font-size: 24px;
}

.single.work .feed-work.feed-simple article .data p{
	display: none;
}

@media screen and (min-width: 1200px){

	.single.work .feed-work.feed-simple article .data{
		min-height: 200px;
	}
}
@media screen and (min-width: 1440px){

	.single.work .feed-work.feed-simple article .data{
		min-height: 160px;
	}
}

@media screen and (min-width: 992px){

	.single.work .full-attachment{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 50% 0 0;
	}
	.single.work .full-attachment img{
		display: none;
	}

}

.single.work .about .data{
	color: #FFF;
	max-width: 680px;
	margin: 0 auto;
}
.single.work .about .data p{
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.single.work .image_text .data h3 span {
	color: #FF5B28;
}


/*****/

.single.work .quote .data{
	color: #FFF;
	max-width: 820px;
	margin: 0 auto;
}
.single.work .quote .data span{
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.single.work .module.text h3 {
	color: #FF5B28;
}
.single.work .module.text p{
	font-size: 18px;
}



.single.work .module-stats .items .item {
	text-align: center;
}
.single.work .module-stats .items .item p {
	margin: 0;
	font-size: 38px;
	font-weight: 800;
	color: #FF5B28;
}


.single.work .module.gallery-image .slider .slide img {
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
	padding: 20px;
}


.single.work .gallery-video .slider .item {
	padding: 10px;
}
.single.work .gallery-video .slider .item .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.single.work .gallery-video .slider .item .embed-container iframe,
.single.work .gallery-video .slider .item .embed-container object,
.single.work .gallery-video .slider .item .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Feed > Blog */

.feed-blog article{
	position: relative;
	height: 100%;
	padding-bottom: 50px;
	background: #FAF7ED;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);

}

.feed-blog article .featured{
	position: absolute;
	top: -20px;
	left: 20px;
	background: #C6F534;
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 12px;
	padding: 12px 20px;
	border-radius: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 3;
}
.feed-blog article .thumbnail{
	width: 100%;
	overflow: hidden;
}
.feed-blog article .thumbnail .img{
	aspect-ratio: 2/1;
	object-fit: cover;
	background: #000 no-repeat center;
	background-size: cover;
	transition: 0.3s all;
}
.feed-blog article:hover .thumbnail .img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.feed-blog article .data{
	padding: 20px;
}
.feed-blog article .data .meta {
	border-left: solid 5px #C6F534;
	padding: 0 0 15px 15px;
	margin-bottom: 15px;
}
.feed-blog article .data .meta p{
	font-family: 'Space Grotesk', sans-serif;
	display: inline-flex;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.feed-blog article .data .meta .category {
	margin-bottom: 0;
	color:  #18AB72;
	padding-right: 5px;
}

.feed-blog article .data .meta h2{
	font-size: 20px;
	margin: 0;
}
.feed-blog article .data .description{
	max-width: 320px;
}
.feed-blog article .data .description p{
	margin: 0;
	word-break: break-all;
}
.feed-blog article .data .description p br{
	display: none;
}

.feed-blog article .buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.feed-blog article .buttons p{
	display: inline-block;
	margin: 0;
}
.feed-blog article .buttons .readmore{
	display: inline-block;
	font-family: 'Space Grotesk', sans-serif;
	color: #000;
	background: #C6F534; 
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 40px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.feed-blog article .buttons .readmore:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 22px;
	height: 14px;
	background: url('assets/img/icons/arrow-long.svg') no-repeat center;
	background-size: contain;
	transition: all 0.3s;
	margin-left: 5px;
}

.feed-blog article:hover .buttons .readmore{
	background: #000;
	color: #C6F534; 
}
.feed-blog article:hover .buttons .readmore:after{
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}

.feed-blog article .buttons .author{
	font-family: 'Space Grotesk', sans-serif;
	color:  #18AB72;
	font-size: 13px;
	float: right;
}
.feed-blog article .buttons .author span:not(:last-child):after{
	content: ', ';
}

@media screen and (min-width: 992px){
	.feed-blog article .data{
		padding: 30px;
	}
	.feed-blog article .data .meta h2{
		font-size: 26px;
		line-height: 30px;
	}
	.feed-blog article .buttons{
		padding: 30px;
	}

}

/* Single > Blog */


.single.blog .banner{
	position: relative;
}
.single.blog .banner video{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.single.blog .banner .video{
	position: absolute;
	left: -40%;
	width: 160%;
	height: auto;
	z-index: 1;
}

@media screen and (min-width:992px){
	.single.blog .banner .video{
		left: 0;
		width: 100%;
		height: auto;
	}
}

.single.blog .banner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 50%);
	z-index: 2;
}
.single.blog .banner .title{
	position: relative;
	z-index: 3;
	margin: 0;
	text-align: center;
}
.single.blog .banner .title .subtitle{
	margin-bottom: 15px;
	font-size: 22px;
}
.single.blog .banner .title h1{
	font-size: 35px;
	line-height: 38px;
}
.single.blog .banner .title p{
	color: #D6F74D;
	max-width: 768px;
	margin: 0 auto;
}

@media screen and (min-width: 992px){
	.single.blog .banner .title h1{
		font-size: 55px;
		line-height: 58px;
	}
	.single.blog .banner .title .subtitle{
		font-size: 30px;
	}
}

.single.blog .meta.top {
	margin: 35px 0 0;
}
.single.blog .meta.top .d-flex{
	font-family: 'Space Grotesk', sans-serif;
	display: inline-flex;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.single.blog .meta.top p{
	margin: 0 5px 0 0;
	white-space: nowrap;
}
.single.blog .meta.top .author a,
.single.blog .meta.top .author span{
	color: #00BF4B;
}
.single.blog .meta.top .author a:not(:last-child):after{
	content: ', ';
}
.single.blog .meta.top .author .avatar{
	display: inline-block;
	vertical-align: -5px;
	width: 25px;
	height: 25px;
	margin: 0 2px;
	border-radius: 50%;
	background: #00bf4b no-repeat center;
	background-size: cover;
	overflow: hidden;
	border: 1px solid #eee;
}

.single.blog .content .meta .author{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 50px 0;
	padding: 25px 0;
}
.single.blog .content .meta .author h4{
	margin: 0;
	font-size: 28px;
}
.single.blog .content .meta .author .avatar{
	display: inline-block;
	vertical-align: -5px;
	width: 120px;
	height: 120px;
	margin: 0 2px;
	border-radius: 50%;
	background: #eee no-repeat center;
	background-size: cover;
	overflow: hidden;
	border: 1px solid #eee;
}
.single.blog .content .meta .author .data{
	margin-left: 20px;
}
.single.blog .content .meta .author .socialmedia{
	margin: 0;
}

.wp-block-image.size-full{

}

.single.blog .content .share{
	justify-content: center;
	text-align: center;
	margin-top: 50px;
}
.single.blog .content .share h4{
	display: block;
	margin-bottom: 15px;
}
.single.blog .content .share li{
	margin: 0 5px;
}
.single.blog .content .share li a{
	width: 45px;
	height: 45px;
	font-size: 24px;
}

.single.blog .meta .tags h4{
	position: relative;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 14px;
	color: #7D7D7D;
	margin: 0 0 15px;
}
.single.blog .meta .tags h4 b{
	position: relative;
	background: #fff;
	display: inline-block;
	z-index: 2;
	padding-right: 5px;
}
.single.blog .meta .tags h4:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50px;
	width: calc(100% - 50px);
	height: 1px;
	background: #7D7D7D;
	z-index: 1;
}

.single.blog .meta .tags ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 6px 0;
}
.single.blog .meta .tags ul li a{
	padding: 8px 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Space Grotesk', sans-serif;
	border-radius: 25px;
	background: #00BF4B;
}
.single.blog .meta .tags ul li a:hover{
	background: #000;
}

/**/

.single.blog.background-dark .content{
	background: #000;
	color: #fff;
}

.single.blog .content{
	padding: 50px 0;
}
.single.blog .content article{
	max-width: 1165px;
	max-width: 1024px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
}
.single.blog .content article a{
	color: #00BF4B;
}
.single.blog .content article a:hover{
	text-decoration: underline;
}

.single.blog .content h1 span,
.single.blog .content h2 span,
.single.blog .content h3 span,
.single.blog .content h4 span,
.single.blog .content h5 span,
.single.blog .content h6 span{
	color: #00BF4B;
}

@media screen and (min-width: 992px){
	.single.blog .content article{
		font-size: 19px;
		line-height: 35px;
	}
}

.single.blog .content .wp-caption{
	width: 100% !important;
}
.single.blog .content .size-full{
	width: 100%;
}
.single.blog .content .wp-caption-text{
	font-size: 14px;
	padding: 10px 0 0;
}
.single.blog .content h2:not(.wp-block-heading){
	color: #00BF4B !important;
	font-size: 2em;
}

.single.blog .content .post-password-form input[type=password]{
	border: #000 solid 1px;
    color: #000;
}

.single.blog .content .post-password-form input[type=submit]{
	background: #D6F74D;
    border-color: #D6F74D;
    color: #000;
    width: 21%;
}
.single.blog .content .post-password-form input[type=submit]:hover{
	background: #000;
    border-color: #000;
    color: #D6F74D;
}

.single.blog .content article a.btn-primary {
  color: #000;
  text-decoration: none;
}
.single.blog .content article a.btn-primary:hover {
  color: #D6F74D;
  text-decoration: none;
}


.single.blog .relateds{

}
.single.blog .relateds .slider{
	padding-bottom: 30px;
	margin: 0 -20px;
}
.single.blog .relateds .slider .dots{
	bottom: 0;
}
.single.blog .relateds .slider .slides .slide{
	padding: 20px;
}
.single.blog .relateds .slider .slides .slide article h2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.single.blog .relateds .slider .slick-track{
    display: flex !important;
}

.single.blog .relateds .slider .slick-slide{
    height: inherit !important;
}



/* Blocks */

.single.blog .content article .wp-block-columns.column-quote{
	padding: 0;
	background: #222;
	color: #fff;
}
.single.blog .content article .wp-block-columns.column-quote figure{
	margin: 0;
}
.single.blog .content article .wp-block-columns.column-quote blockquote{
	margin: 15px;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}
.single.blog .content article .wp-block-columns.column-quote blockquote cite{
	font-size: 1.5em;
	line-height: 1em;
	font-family: 'Staatliches', sans-serif;
	font-style: normal;
}

@media screen and (min-width: 992px){
	.single.blog .content article .wp-block-columns.column-quote blockquote{
		font-size: 20px;
		line-height: 28px;
	}
}

/* Single > Blog > Multimedia */

.single.blog.blog-multimedia .banner{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	min-height: calc(var(--vh, 1vh) * 100 - 80px);
}
.single.blog.blog-multimedia .banner:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.single.blog.blog-multimedia .banner .title{
	position: relative;
	text-align: left;
	max-width: 920px;
	padding-right: 50px;
	z-index: 5;
}
.single.blog.blog-multimedia .banner .subtitle{
	text-align: left;
	margin-left: 0;
}

@media screen and (min-width:992px){
	.single.blog.blog-multimedia .banner .title{
		max-width: 1020px;
		padding-right: 100px;
	}
	.single.blog.blog-multimedia .banner .arrow-down{
		right: 70px;
		bottom: 125px;
	}
}

.single.blog.blog-multimedia .content article{
	max-width: 100%;
	font-size: 16px;
	line-height: 1.8rem;
}

@media screen and (min-width:992px){
	.single.blog.blog-multimedia .content article .wp-block-columns{
		margin: 100px 0;
	}

	.single.blog.blog-multimedia .content article .wp-block-columns.is-layout-flex{
		gap: 5em;
	}
}

@media screen and (min-width:1600px){
	.single.blog.blog-multimedia .content article .wp-block-columns{
		margin: 150px 0;
	}
}

/* WP Blocks */


.wp-block-embed.is-type-video{
	width: 100%;
}


.single.blog .content .wp-block-gallery.columns-1 .wp-block-image{
	margin-bottom: 20px !important;
}

@media screen and (min-width:992px){
	.single.blog .content .wp-block-gallery.columns-1 .wp-block-image{
		margin-bottom: 50px !important;
	}
}


@media screen and (max-width:767px){
	.single.blog .has-medium-font-size{
		font-size: 18px !important;
	}
	.single.blog .has-large-font-size{
		font-size: 30px !important;
	}
}

.wp-block-heading{
	margin-bottom: 30px;
}


.wp-block-embed{
	margin-bottom: 1em;
}
.wp-block-embed__wrapper{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper{

}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper{
	position: relative;
	display: block;
	width: 100%;
/*	height: 100vh;*/
	min-height: calc(var(--vh, 1vh) * 100 - 80px);
	padding: 0;
	overflow: hidden;
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
	display: block;
	content: none;
	padding-top: 177.77%;
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.wp-block-image.size-full img{
	width: 100%;
	max-width: 100%;
}

.wp-block-columns{
	margin: 25px 0;
}
.wp-block-columns.is-layout-flex{
    gap: 0;
}

.wp-block-columns .max-width{
	max-width: 500px;
}

@media screen and (min-width:992px){
	.wp-block-columns{
		margin: 50px 0;
	}
}

/*.wp-block-column p{
	max-width: 80%;
}*/

.wp-block-embed.aligncenter{
	text-align: center;
}

.single.blog .content article .wp-block-button .has-primary-background-color{
	background: #D6F74D;
	color: #000;
	border:2px solid #D6F74D;
}
.single.blog .content article .wp-block-button .has-primary-background-color:hover,
.single.blog .content article .wp-block-button .has-primary-background-color:focus,
.single.blog .content article .wp-block-button .has-primary-background-color:not([disabled]):not(.disabled):active{
	color: #D6F74D;
	background: transparent;
	border-color: #D6F74D;
	box-shadow: none;
}

/* Share */

.single .share{
	
}
.single .share p,
.single .share h4{
	display: block;
	font-size: 15px;
	font-family: 'Space Grotesk', sans-serif;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
}
.sharer ul,
.single .share ul{
	margin: 0;
}
.sharer ul li,
.single .share ul li,
.single .content .author .socialmedia li{
	display: inline-flex;
	margin-right: 4px;
	padding: 6px 0;
}
.sharer ul li a,
.single .share ul li a,
.single .content .author .socialmedia li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	background: #C6F534;
	border-radius: 50%;
}

.sharer ul li a:hover,
.single .share ul li a:hover,
.single .content .author .socialmedia li a:hover{
	background: #000;
	color: #C6F534;
}

@media screen and (min-width: 992px){
	.single .share{
		text-align: right;
	}
	.single .share p,
	.single .share h4{
		margin: 0 10px 0 0;
	}
	.single .share p,
	.single .share h4,
	.single .share ul{
		display: inline-block;
		vertical-align: middle;
	}

}

/* Feed Map */
.feed-map article,
.feed-map article a{
	position: relative;
	display: block;
	width: 100%;
}

.feed-map article .data {
	position: relative;
	padding: 20px;
}

.feed-map article .data p {
	max-width: 420px;
}

.feed-map article .thumbnail {
	overflow: hidden;
	width: 100%;
}
.feed-map article .thumbnail .img{  
	padding: 40% 0 0;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.3s all;
}

.feed-map article a:hover .thumbnail .img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media screen and (min-width: 992px) {
	.page.maps .feed-map article a{
		display: flex;
		align-items: center;
	}
	.page.maps .feed-map .item:nth-child(even) article .thumbnail {
		order: 2;
	}
	.page.maps .feed-map article .thumbnail,
	.page.maps .feed-map article .wrap {
		width: 50%;
	}
	.page.maps .feed-map article .thumbnail .img{
		padding: 70% 0 0;
	}
	.page.maps .feed-map article .data {
		padding: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.page.maps .feed-map article .thumbnail .img{
		padding: 60% 0 0;
	}
	.page.maps .feed-map article .data {
		padding: 20px 50px;
	}
}

/* Feed > Video */

.feed-video .item .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.feed-video .item .embed-container iframe,
.feed-video .item .embed-container object,
.feed-video .item .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Single > Jobs */

.single.jobs .banner {
	background: #000;
}

.single.jobs .about .title p{
	font-family: 'Staatliches', cursive;
	font-size: 26px;
	line-height: 28px;
}

.single.jobs .content article a{
	color: #00BF4B;
	text-decoration: underline;
}
.single.jobs .content article a:hover{
}

@media screen and (min-width: 992px) {
	.single.jobs .about .title p {
		font-size: 38px;
		line-height: 44px;
	}
}

/* Single > Map */

.single.map .map .content-map{
	overflow: hidden;
}

/* Filter */

.filter{
	padding: 15px 0;
}
.filter ul {
	white-space: nowrap;
	overflow: auto;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}
.filter ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.filter ul li a{
	display: block;
	padding: 0 15px;
	line-height: 45px;
	border-radius: 25px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	background: #25262D;
	color: #fff;
}

.filter ul li.active a,
.filter ul li a.active,
.filter ul li a:hover{
/*	color: #293340;
	background: #00BF4B;*/
	color: #fff;
	background: #FF5B28;

}

.elementor-button{
	border-radius: 50px !important;
}


/* Feed > Newsletters */

.feed-newsletters article{
	position: relative;
	height: 100%;
	padding-bottom: 50px;
	background: #FAF7ED;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.feed-newsletters article .thumbnail{
	width: 100%;
	overflow: hidden;
}

.feed-newsletters article .thumbnail .img{
	aspect-ratio: 2/1;
	object-fit: cover;
	background: #000 no-repeat center;
	background-size: cover;
	transition: 0.3s all;
}

.feed-newsletters article:hover .thumbnail .img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.feed-newsletters article .data{
	padding: 20px;
}
.feed-newsletters article .data .meta {
	border-left: solid 5px #C6F534;
	padding: 0 0 15px 15px;
	margin-bottom: 15px;
}
.feed-newsletters article .data .meta p{
	font-family: 'Space Grotesk', sans-serif;
	display: inline-flex;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.feed-newsletters article .data .meta .category {
	margin-bottom: 0;
	color:  #18AB72;
	padding-right: 5px;
}
.feed-newsletters article .data .meta h2{
	font-size: 20px;
	margin: 0;
}
.feed-newsletters article .data .description{
	max-width: 320px;
}
.feed-newsletters article .data .description p{
	margin: 0;
	word-break: break-all;
}
.feed-newsletters article .data .description p br{
	display: none;
}

.feed-newsletters article .buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.feed-newsletters article .buttons p{
	display: inline-block;
	margin: 0;
}
.feed-newsletters article .buttons .readmore{
	display: inline-block;
	font-family: 'Space Grotesk', sans-serif;
	color: #000;
	background: #C6F534; 
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 40px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.feed-newsletters article .buttons .readmore:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 22px;
	height: 14px;
	background: url('assets/img/icons/arrow-long.svg') no-repeat center;
	background-size: contain;
	transition: all 0.3s;
	margin-left: 5px;
}

.feed-newsletters article:hover .buttons .readmore{
	background: #000;
	color: #C6F534; 
}
.feed-newsletters article:hover .buttons .readmore:after{
	filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
}

.feed-newsletters article .buttons .author{
	font-family: 'Space Grotesk', sans-serif;
	color:  #18AB72;
	font-size: 13px;
	float: right;
}
.feed-newsletters article .buttons .author span:not(:last-child):after{
	content: ', ';
}

@media screen and (min-width: 992px){
	.feed-newsletters article .data{
		padding: 30px;
	}
	.feed-newsletters article .data .meta h2{
		font-size: 26px;
		line-height: 30px;
	}
	.feed-newsletters article .buttons{
		padding: 30px;
	}
}



/*

.fa-twitter:before {
    color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><style>svg{fill:%23ffffff}</style><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

*/

.fa-x-twitter:before,
.fa-twitter:before {
    content: "\e61b" !important;
}


.modal-yasuni .modal-body {
    background-color: #9A1E23;
    color: #fff;
}
.modal-yasuni .modal-body .close{
    color:#fff;
    text-shadow: none;
}
.modal-yasuni .modal-body .title p {
    color: #fff;
}
.modal-yasuni .modal-body article{
	height: 100%;
	color: #111;
	background: #fff;
	border-radius: 0;
}
.modal-yasuni .modal-body article .thumb{

}
.modal-yasuni .modal-body article .thumb img{
	width: 100%;
}

.modal-yasuni .modal-body article .share{
	padding: 10px;
}
.modal-yasuni .modal-body article .share ul{
	margin: 0;
}
.modal-yasuni .modal-body article .share ul li a{
	display: block;
	padding: 10px 5px;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	text-align: center;
}
.modal-yasuni .modal-body article .share ul li a:hover{
	color: #9A1E23;
}
.modal-yasuni .modal-body article .share ul li a i{
	margin-right: 5px;
	color: #9A1E23;
	font-size: 16px;
}
.modal-yasuni .modal-body article .share ul li.whatsapp a{
	border: 0;
}

@media screen and (min-width:992px){

}

/* Posts */

/* Alignments */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

/* Captions */
.wp-caption{
    max-width: 100%; /* Image width should be 96%, border + padding = 4% */
    padding: 5px 0;
    text-align: center;
    margin-bottom: 1em;
}
.wp-caption.aligncenter{
	text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-text {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
    padding: 0 4px;
}

/* Clear floats after alignment classes */
.alignleft,
.alignright,
.aligncenter{
    display: block;
    clear: both;
}

/* Add a responsive touch to images */
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

/* Ensure embedded content is responsive */
embed,
iframe,
object {
    max-width: 100%;
}

/* Adjustments for Gutenberg blocks (optional) */
.wp-block {
    max-width: 100%;
}
.wp-block-image .aligncenter{
    text-align: center;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}

.wp-block-cover {
  position: relative;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); /* Adds shadow for depth */
}

.wp-block-cover__inner-container {
  padding: 20px; /* Adds some padding inside the cover */
  text-align: center; /* Centers the text inside the cover */
  background: rgba(0, 0, 0, 0.5); /* Adds a dark overlay to improve text readability */
  color: #fff; /* Sets text color to white */
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
    margin-left: 0;
}

/*Video banner*/

.banner {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper video,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
}


/*jr*/

.featured .slide .container .iframe-wrapper{
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.featured .slide .container .iframe-wrapper iframe{
	width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
}

.btn-second{
	background-color: #f8f9fa;
	color: #000;
	border: 1px solid #f8f9fa;
}

.btn-second:hover{
	background-color:transparent;
	color: #f8f9fa;
	border: 1px solid #f8f9fa;
}

/*who we are 2024*/

.bg-black{
	background-color: #000;
}

.text-yellow{
	color: #D6F74D;
}

.who-we-are{
	.about h3{
		font-size: 48px;
		font-weight: normal;
	}

	.about p{
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.about span{
		color: #D6F74D;
	}

	.about article .thumbnail img{
		max-width: 233px;
		max-height: 269px;
		object-fit: cover;
	}

	.about .items article .data{
		width: 257px;
	}

	.about .items article h4{
		font-family: 'Manrope', sans-serif;
		font-size: 22px;
		font-weight: bold;
	}

	.about .items article p{
		font-family: 'Manrope', sans-serif;
		font-size: 22px;
		font-weight: 400;
	}

	.border-r-1{
		border-right: 1px solid #D6F74D;
	}

	@media screen and (max-width:992px){
		.about h3{
			font-size: 36px;
			font-weight: normal;
		}

		.about p{
			font-size: 1rem;
			line-height: 1.5rem;
		}

		.about article .thumbnail img{
			max-width: 150px;
		}

		.about .items article h4 {
		    font-size: 15px;
		}

		.about .items article p{
			font-size: 1rem;
			line-height: 1.5rem;
		}
	}

	.collective{
		padding-bottom: 205px;
	}

	.collective h3{
		font-size: 48px;
		font-weight: normal;
	}

	.collective p{
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: bold;
	}

	.collective .thumbnail {
	    position: relative;
	    overflow: hidden;
	    border-radius: 30px;
	}

	.collective .thumbnail img {
	    //object-fit: cover; 
	    transition: transform 0.3s ease;
	    border-radius: 30px;
	    height: 470px;
	    width: 100%;
	}

	.collective .thumbnail:hover img {
	    transform: scale(1.1);
	}

	@media screen and (max-width:992px){
		.collective .thumbnail img {
		    //height: 400px;
		    //object-fit: cover;
		    width: auto;
		    height: auto;
		}

		.collective h3{
			font-size: 36px;
		}

		.collective p{
			font-size: 1rem;
			line-height: 1.5rem;
		}

		.collective{
			padding-bottom: 150px;
		}
	}

	.together{
		padding: 250px 0 150px;
	}

	.together .data h3{
		color: #00BF4B;
		font-size: 48px;
		font-weight: 400;
	}

	.together .together-img{
        max-height: 380px;
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translate(-50%, -50%);
	}

	.together .slider article{
		background-color: #E2DECC;
		padding: 40px 20px;
		border-radius: 30px;
		margin: 0 20px;
		min-height: 607px;
	}

	.together .slider img{
		height: 220px;
		object-fit: cover;
		width: 100%;
	}

	.together .slider h4{
		font-size: 26px;
		font-weight: 400;
		color: #101010;
	}

	.together .slider h4 span{
		color: #00BF4B;
	}

	.together .slider p{
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.together .slider .arrows button.slick-next:after{
		background-image: url('assets/img/icons/arrow-yellow.svg');
	}

	.together .slider .arrows button.slick-prev:after{
		background-image: url('assets/img/icons/arrow-yellow.svg');
		transform: rotate(180deg);
	}

	.together .slider .arrows button.slick-next,.together .slider .arrows button.slick-prev{
		width: 90px;
		background-color: #101010;
		border: 10px solid #101010;
	}

	.slider .arrows button {
		border-radius: 40px;
		top: calc(100% - -60px);
		height: 40px;
	}

	@media screen and (max-width:992px){
		.together .together-img{
	        max-height: 250px;
	        top: 1%;
		}

		.slider .arrows button {
			top: calc(100% - -35px);
		}

		.together .data h3{
			font-size: 36px;
		}

		.together{
			padding: 150px 0 100px;
		}

		.together .slider h4{
			font-size: 20px;
		}

		.together .slider img{
			height: 150px;
			object-fit: contain;
		}

		.together .slider article{
			min-height: 521px;
		}
	}

	.map img{
		height: 100vh;
		object-fit: cover;
		zoom: 1.2;
	}

	.work{
		padding: 250px 0 50px;
	}

	.work .data h6, .work .data h3{
		font-size: 2.5rem;
	}

	.work .items p{
		font-size: 20px;
		font-weight: bold;
		margin: 0;
	}

	.shape-circle {
	    background: url(assets/img/shapes/shape-circle.svg) no-repeat center;
	    background-size: cover;
	}

	.shape-star {
	    background: url(assets/img/shapes/shape-star.svg) no-repeat center;
	    background-size: cover;
	}

	.work .shape-circle {
		position: absolute;
        bottom: 200px;
        left: 100px;
        width: 190px;
        height: 190px;
        z-index: 2;
	}

	.work .shape-star {
		position: absolute;
        top: 40px;
        right: 100px;
        width: 188px;
        height: 184px;
	}

	/*links*/

	.links .items article{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 23px;
	text-align: center;
	min-height: 460px;
	transition: all .3s;
	padding-bottom: 15px;
	}

	.links .items article .thumbnail {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px;
		min-height: 280px;
	}

	.links .items article h4{
		color: #fff;
	}

	.links .items article:hover h4 {
		color: #000;
	}

	.links .items article:hover {
		background: #1BDB67;
	}

	.links .items article:hover .btn {
		color: #D6F74D;
		background: #000;
		border-color: #000;
	}

	.links .items article:hover .btn:after{
		filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg) brightness(103%) contrast(94%);
	}

	@media screen and (max-width:992px){
		.links .items article .thumbnail {
			min-height: 200px;
		}

		.links .items article {
		    min-height: 365px;
		}

	}

	@media screen and (min-width: 992px) {
		.links .items article{
			padding-bottom: 30px;
		}
		.links .items article .thumbnail {
			min-height: 320px;
		}
	}

	.banner{
		position: relative;
	}
	.banner video{
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
	 .banner .video{
		position: absolute;
		z-index: 1;
		top: 0;
	}

	@media screen and (min-width:992px){
		 .banner .video{
			left: 0;
			width: 100%;
			height: auto;
		}
	}

	.banner .title {
	    position: relative;
	    z-index: 3;
	    margin: 0;
	    text-align: left !important;
	}

	.banner .title h1{
		font-size: 64px;
		font-weight: 400;
		color: #fff;
		line-height: 70px;
	}

	.banner .title h1 span{
		color: #D6F74D;
	}

	.arrow-down{
		display: none;
	}

	@media screen and (max-width:992px){
		.border-r-1{
			border: 0;
		}

		.shape-circle, .shape-star {
		    display: none;
		}

		.work {
		    padding: 50px 0 50px;
		}

		.work .data h6, .work .data h3 {
		    font-size: 24px;
		}

		.work .items p{
			font-size: 1rem;
			line-height: 1.5rem;
		}

		.map img {
		    height: 276px;
		}

		/*.presentation .iframe-wrapper iframe {
		    min-height: 55vh;
		    min-width: 95vh;
		    left: 0;
		}*/

		.work .items article .data img{
			width: 50px;
		}

	}

} 

.bg-green{
	background-color: #d6f74d;
	margin-top: -100px;
	margin-bottom: 100px;
}

.new-book p{
	font-size: 16px;
	font-weight: 600;
}

.new-book p span, .new-book bold{
	font-weight: 900;
}

.new-book .btn-primary{
	border: 1px solid #000
}

.new-book hr {

	opacity: 1;
}

.book-title{
	margin-bottom: 5px;
}

.book-img{
	width: 55%;
}

.new-book .btn-second{
	background-color: #000;
	color: #d6f74d;
	border: 1px solid #000;
}

@media screen and (max-width:992px){
	.new-book .btn-second, .new-book .btn-primary {
	    padding: 10px 0;
	}
}

