/*!
Theme Name: Connected Conservation 2024
Author: Tenacity Works
Author URI: https://www.tenacityworks.com/
Description: A basic WordPress Theme that utilizes the Tailwind Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tailwindcss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TailwindCSS for WordPress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html{
	scroll-behavior: smooth;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
html::-webkit-scrollbar {
	display: none;
  }

body{
	font-family: 'Inter', sans-serif, 'Arial', 'Helvetica Neue', 'Helvetica';
	background: rgba(48, 62, 146, 0.08);
	color: #41413D;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.22px
}
h1{
	font-family: 'Inter', sans-serif, 'Arial', 'Helvetica Neue', 'Helvetica';
	font-size: 80px;
	font-weight: 300;
	line-height: 100%; /* 80px */
	letter-spacing: -2.56px;
	color:#FFF;
}

h2{
	font-size: 38px;
	color: #007A40;
	font-weight: 500;
	line-height: 36px; /* 94.737% */
	letter-spacing: -1.102px;
	margin-bottom:30px;
	
}
h3{
	color: #007A40;
	font-size: 38px;
	font-weight: 500;
	line-height: 36px; /* 94.737% */
	letter-spacing: -1.102px;
	margin-bottom:30px;
}
h4{
	color: #303E92;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%; /* 30.8px */
	letter-spacing: -0.242px;
	margin-bottom:10px;
}
h5{
	color: #303E92;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.154px;
	margin-bottom:7px;
}
h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
	color:unset;
}
p{
	margin-bottom:20px;
}
ul, ol{
	margin-bottom:30px;
	padding-left: 23px;
}
ul li{
	margin-bottom:0;
	list-style: disc;
}
ol li{
	list-style:decimal;
}
hr{
	border-top:1px solid #E0E2EA; padding-top:41px; margin-top:41px;
}
i {
    transition: transform .3s;
}
i:hover {
    transform: scale(1.3);
}
strong, b{
	font-weight:600;
}
blockquote{
  border-left:1px solid #007A40;
  padding-left:30px;
  position:relative;
  margin-bottom:30px;
  width:80%;
  }
  blockquote p{
	font-size: 20px;
	font-weight: 400;
	line-height: 32px; /* 160% */
	letter-spacing: -0.4px;
	color:#41413D;
  }
  blockquote span{
	display:block;
	font-size: 18px;
  line-height: 28px;
  color: #41413D;
  }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#007A40;
	transition:.5s;
	text-decoration:none;
	cursor:pointer;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}
a:hover, a:active {
	outline: 0;
	
}

.button{
	border-radius: 8px;
	border: 1px solid #007A40;
	background: transparent;
	text-decoration: none;
	margin-bottom:20px;
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.22px;
	padding: 8px 15px 10px;
	transition:.5s;
	cursor:pointer;
}
.button:hover{
	text-decoration: none;
	background: linear-gradient(20deg, #2C9921 8.63%, #3DA421 32.72%, #6AC221 79.93%, #70C621 87.93%, #84D422 104.99%);
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/** video iframe **/


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
#client-content{
	display:none;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} 
.embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.embedtool .fluid-vids {position: initial !important}
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}

  
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-block-image img{margin-bottom:30px;}
.wp-caption-text {
	text-align: center;
}
body button, body [type='button'], body [type='reset'], body [type='submit']{
	-webkit-appearance:unset;
}

/*--------------------------------------------------------------
## sticky head + logo
--------------------------------------------------------------*/
header {
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	z-index: 9999;
	top: 0;
	position: fixed;

	  }
	  
	  #logo {
		height: 108px; /* Initial logo height */
		transition: height 0.5s ease; /* Smooth transition for height */
	  }
	  
	  .shrink {
		height: 56px !important; /* Height for the smaller logo */
	  }
	  
	  .header-shrink {
	  }
	  

  /* header .small{display:none;}
  .shrink .large{display:none;}
  header.shrink .small{display:block;} */

.main-navigation ul{margin-bottom:0;}
.main-navigation ul ul {
 background-color: #fff;
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
 float: left;
 position: absolute;
 top: 100%;
 left: -999em;
 z-index: 99999;
}

.main-navigation ul ul ul {
 background-color: #fff;
 left: -999em;
 top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
 left: 100%;
}

.main-navigation ul ul a {
 padding:.5em 1em;
 width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
 left: auto;
}

.main-navigation li {
 float: left;
 position: relative;
 text-align: left;
 list-style:none;
font-size: 16px;
font-weight: 400;
line-height: 110%; /* 17.6px */
letter-spacing: -0.176px;
}
.main-navigation li.current_page_item a{
	color:#007a40;
}
/* .main-navigation li:last-child a{
	padding: 8px 15px 10px 15px;
	border-radius: 8px;
border: 1px #41413D solid;
} */
.main-navigation li a:before{
	content: "\00B7";
	margin-right: 10px;
	margin-left: 6px;
	font-size: 50px;
	position: relative;
	top: 12px;
	left: 2px;
	color: #41413d;
	line-height:0;
}
.main-navigation li:first-child a:before{
content:" ";
}
.main-navigation li:last-child a:before{
	content:" ";
	margin:0;
	}
	/* .main-navigation li:last-child a:hover{
		color:#FFF;
		background:#007a40;
		border-color:#007a40;
	} */
#menu-item-176 {
	border-radius: 8px;
	border: 1px solid #41413D;
	padding: 9px 15px 8px 15px;
	margin-left:16px;
}
#menu-item-176:hover {
	background: #173E34;
  }
  #menu-item-176:hover a{
	color: #FFF;
  }
.main-navigation li#menu-item-176 a:before{
	content:none;
}
.main-navigation li:last-child {margin-left:15px;margin-bottom:0;}

  .main-navigation .socials a {
	display: inline-block;
	margin-right: 6px;
  }
  .main-navigation .socials{
	margin-top:10px;
  }
  .main-navigation .socials svg{
	width:26px;
  }
.main-navigation a {
 display: block;
 text-decoration: none;
 color: #41413D;
}
.main-navigation a:hover{
	color:#007a40;
}
.button:hover a{
	text-decoration: none;
	color: #FFF;
}
.ud-header {
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.90);
backdrop-filter: blur(2px);
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.container{
	max-width:100%;
}
.home #hero{
	height: 750px;
}
#hero {
	width: 100%;
	height: 400px;
	background-size: cover !important;
	background-position: center !important;
	flex-direction: column;
	align-items: flex-start;
	display:flex;
	background-blend-mode: hard-light;
  }

 .hero-icon{
	background: url(images/bg-hero-icon.png);
	background-repeat: no-repeat;
  height: 400px;
  position: absolute;
  width: 100%;
  background-size: 50% !important;
  background-position: 0 -80px;
 }
 .foot-icon{
	background: url(images/bg-hero-icon.png);
	background-repeat: no-repeat;
  height: 220px;
  position: absolute;
  width: 100%;
  background-size: 50% !important;
  background-position: 0 -80px;
 }
 .home  .hero-icon{
	height: 750px;
	background-position: 0 bottom;
 }
 .home .hero-text{
	max-width:690px;	
  }
  .home .hero-text h1{
	margin-bottom:20px;
  }
  .hero-text{
	padding-top:240px;
  }
.hero-text h1{margin-bottom:0;}
.hero-text p{
	color:#ffffff;
	margin-bottom:40px;
}
.hero-text a{
	font-size: 18px;
	font-weight: 500;
	line-height: 110%; /* 19.8px */
	letter-spacing: -0.198px;
	text-transform: uppercase;
	color:#FFF;
}

.key-module img{
	border-radius: 10px;
	margin-bottom: 18px;
	object-fit: cover;
	height: 266px;
	width: 100%;
}
.key-module p{
	text-align: center;
	color: #007A40;
	margin-bottom:0;
}
#participate h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -.242px;
  margin-bottom: 10px;
  text-align: center;
}
#participate h2, #participate h3{
	color:#303e92
}
#participate p{
	color:#41413D;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: auto;
	margin: 24px 0 0;
	position: relative;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: rgba(48, 62, 146, 1);
	opacity: 0.4;
  }

.swiper-pagination-bullet-active {
	opacity: 1;
  }
#resources h2, #inside-content h2{
	color:#303e92;
}
#resources a{
	color:#303e92;
}
.resource-module {
	border-radius: 10px;
	border-right: 1px #e0e2ea;
	border-bottom: 1px #e0e2ea;
	border-left: 1px #e0e2ea;
	background: #fff;
	height:auto !important;
}
.resource-module img{
	border-radius: 10px 10px 0 0;
	margin:0;
}
.resource-content{
	padding:13px 20px 17px;
}
.resource-content p{
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.154px;
}
.report-type{
	padding:5px 8px 6px;
	border-radius: 26px;
	background: #303E92;
	color: #EAECF4;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	line-height: 89%; /* 9.79px */
	letter-spacing: -0.121px;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	margin-right:6px;
}
.report-date{
	padding:5px 8px 6px;
	border-radius: 26px;
	border: 1px #303E92 solid;
	color: #303E92;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	line-height: 89%; /* 9.79px */
	letter-spacing: -0.121px;
	text-transform: uppercase;
	align-items: center;
	display:flex;
}
#partners{
	border-top: 1px #E5E7F0 solid;
	background:  #FFF;
}
#partners .logo{
	border-radius: 10px;
	border: 1px #E0E2EA solid;
	width: 180px;
  height: 120px;
}
#partners .logo img {
	width: 100%;
	max-height: 80px;
	max-width: 155px;
  }
.partner-logo{
	border-radius: 10px;
	border: 1px solid #E0E2EA;
	background: #FFF;
	display: flex;
	align-items: center;
	height:120px;
}
.partner-logo img {
	width: 85%;
	margin: 0 auto;
  }
#partner-holder h2{
	color: #303E92;
}
.part-desc h4{
	margin-bottom:0;
  }
.part-desc p{
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.176px;
	margin-bottom:8px;
}
.part-desc .link{
	font-size: 13px;
	font-weight: 500;
	line-height: 110%; /* 14.3px */
	letter-spacing: -0.143px;
	text-transform: uppercase;
	color:#303E92;
}
#intro p, #intro h2{
color:#FFF;
}
.extra{overflow:hidden;}
.extra img{
	border-radius: 10px;
}
.team-module img {
	border-radius: 10px;
	margin-bottom:18px;
  }
#team .team-module img {
	cursor: pointer;
}
.team-module p{
	color: #007A40;
	text-align: center;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.22px;
	margin-bottom:0;
}
.team-content h2{
	margin-bottom:11px;
}
.team-content h4{
	color: #41413D;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.22px;
	margin-bottom:20px;
}
.team-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.176px;
}
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    margin: 10% auto;
    padding: 60px 30px;
	border-radius: 10px;
	box-shadow: 6px 6px 34px 0px rgba(0, 0, 0, 0.25);
}

.modal-window.small {
    width: 75%;
	max-width:805px;
}



.close {
  position: absolute;
  top: 25px;
  right: 18px;
  color: #007a40;
  font-size: 35px;
  line-height: 0;
  text-align: center;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}

.open {
    display: block;
}
.leftImages .swiper-slide img, .rightImages .swiper-slide img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	height: 456px !important;
  }
.privacy-policy h1{
	color: #007A40;
	font-size: 38px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; /* 94.737% */
	letter-spacing: -1.102px;
	margin-bottom:20px;
}
.privacy-policy h2{
	color: #007A40;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.22px;
	margin-bottom:20px;
}
.privacy-policy{
	font-size:16px;
	line-height: 140%;
}

/** Linkedin plugin **/
.dQSAoS {
	max-width: 100%;
	display: grid;
	grid-template-columns: minmax(0px, 1fr);
	background: #f0f1f7;
	margin-bottom: -37px;
	position: relative;
	z-index: 999999999 !important;
  }
.tb_hc_arrow{display:none !important;}
.tb_hc_post_container{margin-top:-40px;}
.tb_wall_header__{display:none !important;}
body .tb_mc_image_wrap_ img, .tb_hc_image_wrap_ img {
	object-position: center;
	object-fit: cover;
	height: 300px !important;

  }
  body .tb_mc_image_wrap_, body .tb_hc_image_wrap_ {
	padding-bottom: 0 !important;
	overflow: hidden;
	height: 300px !important;
  }
  /* Customize the label (the container) */
/* The container */
#myBtnContainer{
	border-radius: 10px;
	border: 1px solid #E0E2EA;
	background: #FFFFFF;
}
.radio-con {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #41413D;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px; /* 175% */
	letter-spacing: -0.176px;
  }

  
  /* Hide the browser's default radio button */
  .radio-con input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #E0E2EA;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-con:hover input ~ .checkmark {
	background-color: rgba(48, 62, 146, 1);
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-con input:checked ~ .checkmark {
	background-color: rgba(48, 62, 146, 1);
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-con input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-con .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;	 
	border-radius: 50%;
	background: white;
  }
  .butt-center{
	display: table;
	 margin:0 auto;
  }
 .button.whatsapp{
	color:#007A40 !important;
	text-decoration: none;
  }
  .button.whatsapp:hover{
	color:#FFF !important;
	background:#007A40;
  }
  .whatsapp svg{margin-right:7px;padding-top:1px;}
    .whatsapp:hover svg path{fill:white;}
#foot-banner{
	width: 100%;
  height: 220px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-blend-mode: hard-light;
}
.page-template-page_contact #foot-banner{display:none;}
.foot-text{max-width:560px;}
#foot-banner h2{
	color:#FFFFFF;
	margin-bottom:12px;
}
#foot-banner p{
	color:#FFFFFF;
}
#foot-banner .button{
	border-radius: 8px;
	border: 1px solid #ffffff;
	padding: 8px 15px 10px 15px;
	background:none;
	font-size: 20px;
	color:#FFF;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.22px;
	margin-bottom: 0;
	
}
#foot-banner .button:hover{
	text-decoration: none;
	background:#173E34;
	color: #FFFFFF;
	border-color: #173E34;
}
.sidebar{
	border-radius: 0px 0px 70px 0px;
	border: 1px solid #EBEBE4;
}
.sidebar h2{
	margin-bottom:20px;
}
.sidebar p{
	margin-bottom:10px;
	color:#636B75;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.176px;
}

.email-icon{
	background: url(images/icon_email.svg);
	background-repeat: no-repeat;
	background-size: 15px !important;
	background-position: 0 7px;
	padding-left: 23px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.176px;
	margin-bottom: 9px;
	display: block;
}
.address-icon, p .address-icon{
	background: url(images/icon_address.svg);
	background-repeat: no-repeat;
	background-size: 15px !important;
	background-position: 0 4px;
	padding-left: 23px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.176px;
	margin-bottom: 9px;
	display: block;
}
.icon-address a, p .icon-address a {
	padding-left: 24px;
	display: inline-block;
  }


/** gravity forms **/
body .gform_wrapper .contact select{
	background-color: #ffffff;
	padding: 11px 13px;
	color:#9FA3A5;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
	letter-spacing: -0.3px;
	height:45px;
	box-shadow: none;


}
input:focus::placeholder, textarea:focus::placeholder {
	color: transparent !important;
  }

body .ginput_container_select{position:relative !important;}

body .gform_wrapper .contact input{
	background: #ffffff;
	padding: 11px 13px;
	color:#9FA3A5;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.176px;
	height:50px;
	
}
body .gform_wrapper .contact textarea{
	background: #ffffff;
	padding: 11px 13px;
	color:#9FA3A5;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #E0E2EA;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.176px;
	height:92px;

}
.gform_description {
	margin: 0;
  }
body .gform_wrapper ::-ms-input-placeholder { /* Edge 12-18 */
	color: #9FA3A5;
  }
  
body .gform_wrapper ::placeholder {
	color: #9FA3A5;
  }
body .gform_wrapper .contact label{
	color:  #585858;
	font-size: 26px;
	font-weight: 400;
	line-height: 38px; /* 146.154% */
	letter-spacing: -0.52px;
	margin-bottom:18px;
}
#input_1_7_chosen a {
	height: 45px;
	border-radius: 5px;
	line-height: 43px;
  }
body .gform_wrapper .contact .gfield_description{
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 158.824% */
	letter-spacing: -0.34px;
	color:#585858;
}
body .gform_validation_errors {
	display: none !important;
  }
  body .gform_wrapper .contact .gfield_validation_message {
	color: #BF1B1B !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: -0.34px;
	position: relative;
	font-weight: 400;
  }
  body #gform_wrapper_3.gform_wrapper .contact .gfield_validation_message{
	bottom:0;
  }

  .gfmc-container .ginput_container {
	margin-bottom: 40px;
  }
  body .gform_wrapper .contact .gfield_error input {
	color: #BBBBBB !important;
	font-weight: 400 !important;
  }
body .gform_confirmation_message h2 {
	margin-bottom: 10px;
  }
.gfield_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #BF1B1B;
  }
.gfield_error ::-moz-placeholder { /* Firefox 19+ */
	color: #BF1B1B;
  }
.gfield_error :-ms-input-placeholder { /* IE 10+ */
	color: #BF1B1B;
  }
  .gfield_error :-moz-placeholder { /* Firefox 18- */
	color: #BF1B1B;
  }
  .gform_footer.top_label{margin-bottom:30px;}
body #contact input.gform_button{
	color: #007A40 !important;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%; /* 28px */
	letter-spacing: -0.22px;
	padding:8px 15px 10px;
	transition:.5s;
	display:block;
	background:transparent;
	border-radius: 8px;
	border: 1px solid #007A40;
	height: 56px;
}

#gform_ajax_spinner_1, #gform_ajax_spinner_2, #gform_ajax_spinner_3,#gform_ajax_spinner_4, #gform_ajax_spinner_5{
	display:none;
}
body #contact input.gform_button:hover{
	border: 1px solid #007A40;
	background-color: #007A40;
	color:#FFF !important;
}
body .gform-theme--foundation .gform_fields{
	grid-row-gap:14px;
  row-gap: 14px;
}
body .gform-theme--foundation .gfield textarea.large {
	min-block-size: 102px;
  }
.chosen-search-input{display:none !important;}
#gform_confirmation_message_1 {
	color: #636B75;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.22px;
  }
#gform_wrapper_1 .chosen-single{
	border-radius: 5px;
	border: 1px solid #DEDEDE !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.176px;
	padding: 0 13px !important;
	color: #9FA3A5 !important;
	box-shadow: none !important;
	height: 50px !important;
	/* background-image: url(images/angle-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 96% 23px !important; */

  }

  #gform_wrapper_1 .chosen-results li {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.176px;
	color: #9FA3A5 !important;
  }
body .chosen-search{padding:0 !important;}
body .chosen-results{padding-top:0 !important;}
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
	box-shadow: none;
	background: none;
  }
  body .chosen-drop {
	border-radius: 5px !important;
	background:#FFF !important;
	padding: 0 13px !important;
  }
   .support-content h2,
.community-section h2 {
    color: #1c9c68;
}

.side-content h3,
.side-content h4 {
    color: #fff;
}

.support-content ul {
    list-style: disc;
    padding-left: 20px;
}

.images-section img {
    min-height: 420px;
}

  #gform_wrapper_2 form {
    display: flex;
    gap: 15px;
    align-items: center;
}

  #gform_wrapper_2 .gfield {
    margin-bottom: 0 !important;
    flex: 1;
}
footer{
	background:#1D1D1B;
}
footer ul{margin-bottom:0;}
footer ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 110%; /* 17.6px */
	letter-spacing: -0.176px;
	color:#EEF0F6;
}
footer ul li:after {
	content: "\00B7";
	margin-right: 10px;
	margin-left: 10px;
	font-size: 50px;
	position: relative;
	top: 12px;
	left: 2px;
  }
  footer ul li:last-child::after{
	content:none;
  }

footer .foot-meta p{
	font-size: 12px;
	font-weight: 400;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
	margin-bottom:0;
	color:#F2F2EB;
}
.socials a {
	display:inline-block;
	margin-right:10px;
  }
.socials a:last-child{margin:0;}
footer ul{padding-left:0;}

footer a {
 text-decoration: none;
 color: #EEF0F6;
}
.foot-meta {
	border-top: 1px #000 solid;
	background: #111;
	padding:7px 0 9px;
  }
.foot-meta ul{
	margin-bottom:0;
}
.foot-content{
	color: #7F7F7F;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
	letter-spacing: -0.132px;
	text-transform: uppercase;
}
footer .foot-content a{color: #7F7F7F;}
footer svg, footer svg circle, footer svg path{
	transition:.5s;

}
footer svg:hover circle{
	fill:#173E34;
}
footer svg:hover path{
	fill:#ffffff;
}
.grecaptcha-badge {
	display: none !important;
  }
@media screen and (max-width:  620px) {
	
	
}
@media screen and (max-width:  768px) {

	.container{padding-left:20px;padding-right:20px;}
	body{
		font-size: 16px;
		line-height: 150%; /* 24px */
		letter-spacing: -0.176px;
	}
	h1{
		font-size: 38px;
		line-height: 36px; /* 94.737% */
		letter-spacing: -1.102px;
		margin-bottom:7px;
	}
	h2{
		font-size: 24px;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.696px;
		margin-bottom:14px;
	}
	body a.slicknav_open {
		background-color: transparent;
	}
	.hero-text{
		padding-top:112px;
	}
	.home #hero{
		height:440px;
	}
	#hero, .hero-icon{height:204px;}
	 .home .hero-icon {
		height: 440px;
	  }
	.hero-icon {
		background-size:100% !important;
	  }
	.key-module img{
		margin-bottom:8px;
	}
	 .button.whatsapp{font-size:16px;}
	#partners .logo{
		width:auto;
	}
	.partner-logo {
		max-width: 180px;
		margin: 0 auto 20px;
	  }
	  .part-desc h4, .part-desc p, .part-desc a{
		text-align: center;
	  }
	  .modal-window.small {
		width: 90%;
		padding-bottom:20px;
	  }
	  .team-img{margin-bottom:20px;}
	  .radio-con{margin-bottom:10px;}
	  .extra h3{
		text-align:center;
	  }
	.foot-icon{
		background-size:100%;
	}
	footer .socials {
		gap: 10px;
	}
	.socials.justify-end {
		justify-content: start;
	  }
	  
	  .socials a {
		margin-right: 0;
	  
	  }

}
@media screen and (max-width: 1125px) and (min-width: 960px) {
}


@media screen and (max-width:  960px) {
	
}
@media screen and (max-width:  1022px) {
	
	
}
@media screen and (max-width:  1274px) {
	html{padding:0 !important;}
body .slicknav_menu{padding:0;}
	.slicknav_brand img{
		margin-top: 11px;
		max-height: 38px;
		width: auto;

	}
body .slicknav-flex{height:64px;}
.slicknav_menu .slicknav_icon{
	display:none;
}
body .slicknav_nav{
	height:100vh;
	overflow-y: scroll;
	overflow-x: hidden;	
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	overscroll-behavior: contain;
	background: #173E34;
}

  body .slicknav_nav .social-icon {
	display: inline;
  }
/* Hide scrollbar for Chrome, Safari and Opera */
.slicknav_nav::-webkit-scrollbar {
	display: none;
  }
  body .slicknav_menu{
	z-index: 9999;
	}
body .slicknav_btn{
	padding: 10px 15px 8px;
    border-radius: 8px;
    border: 1px solid #41413d;
    background: 0 0;
    height: 38px;
    margin-top: 11px;
	margin-right:20px;

}
body .slicknav_brand {
	padding: 2px 0;	
	margin-left: 20px;
  }
body .slicknav_menu .slicknav_menutxt {
	color: #41413D;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 110%; /* 17.6px */
	letter-spacing: -0.176px;
	text-transform: none;
	
}
body .slicknav_nav ul {
	margin: 30px 0 0 10px;
  }
body .slicknav_nav li{
	margin-bottom:30px;
}
body .slicknav_nav ul li.page-item-173 a {
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 8px 15px 10px !important;
}
body .slicknav_nav ul li.page-item-173 a:hover{
	text-decoration:none;
}
body .slicknav_nav li.button, body .slicknav_nav li.button:hover{
	border:none;
	padding:0;
	background:transparent;
}
body .slicknav_nav li.button:after{
	content:none;
}
body .slicknav_nav li a{
	color:#FFFFFF !important;
	padding:0;
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.696px;
}
body .slicknav_nav li a:hover{background:none; text-decoration: underline;}
#header{display:none;}

}
@media screen and (max-width:  1245px) {
	
	body .mobmenu-right-panel {
		background-color: #F2F2EB;
		width: 100%;
	  }
	footer #primary-menu{display:block !important;}
	footer #primary-menu li{
		float:none;
		margin-bottom:10px;
		font-size: 15px;
		line-height: 120%; /* 18px */
		letter-spacing: 1.5px;
		margin-bottom:20px;
	  }
	  footer #primary-menu li a::before{content: none;}
	  .foot-meta ul.social{
		margin-top:8px;
		display:flex;
	  }
	  footer .social li {
		margin-right: 8px;
		margin-left:0;
	  }
	  .foot-meta ul{
		display:block;
	  }
	  .foot-meta {
		overflow: hidden;
		display:block;
	  }
	  .foot-meta .kurima-rights {
		float: none;
		display: block;
		margin-bottom: 6px;
		margin-right:6px;
	  }
	  .foot-meta .kurima-rights, .foot-meta .kurima-legal{
		float: left;
		clear: none;
		
	  }
	  .foot-meta .kurima-legal {
		clear: right;
	  }
	  .foot-meta li {
		display: block;
		clear: both;
	  }
	  .foot-meta li a:before{content:none;}
	  .mobile-logo{margin-right:10px;}
	  .foot-meta ul li:nth-child(2) a:before{
		content:none;
	  }
	  footer #primary-menu{margin-bottom:30px;}
	
}
@media screen and (min-width: 1024px) {
	.swiper-pagination{display:none;}
	.page-template-page_ecs #intro h2{
	line-height:44px;
}
}



.filterDiv {
	display: none;
  }

  .show {
	display: block;
  }
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;} 
  .overlay-filter {
	background: black;
	opacity: 0.5;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
  }