/*!
Theme Name: noco
Author: tarantil
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  margin: 15px 0;
}
html{
	overflow-x: hidden;
}

body {
  	line-height: 1.5;
  	-webkit-font-smoothing: antialiased;
  	background: #F2EEEB;
  	color: #494949;
   	font-family: "Radio Canada", sans-serif;
   	font-size: 16px;
   	font-weight: 400;
   	line-height: 24px;
   	overflow-x: hidden;
}
a{
	color: #EC8D36;
	text-decoration: underline;
}
ul, ol{
	padding-left: 20px;
	margin: 15px 0;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  font-family: "Gupter", serif;
  line-height: 100%;
  font-weight: 400;
}
h1{
	font-size: 66px;
	line-height: 60px;
	margin-bottom: 20px;
}
h2{
	font-size: 52px;
	margin-bottom: 32px;
	margin-top: 60px;
}
h3{
	font-size: 42px;
	margin-bottom: 30px;
	margin-top: 60px;
}
h4{
	font-size: 36px;
	margin: 15px 0 10px;
}
h5{
	font-family: "Radio Canada", sans-serif;
	font-size: 24px;
	margin-top: 47px;
	margin-bottom: 16px;
}
h6{
	font-size: 24px;
}
section{
	margin-bottom: 90px;
}
.wp-block-image{
	margin: 30px 0;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, input[type=password]{
	border: 1px solid #E6DED9;
	border-radius: 20px;
	height: 44px;
	padding: 8px;
}
.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label, .gform_required_legend{
	font-family: "Gupter", serif;
	font-weight: 400!important;

}
.entry-content section:last-child{
	margin-bottom: 0;
}

.container{
	max-width: 1351px;
	padding: 0 30px;
	width: 100%;
	margin: 0 auto;

}
.section-intro{
	max-width: 687px;
	margin: 0 auto 40px;
	text-align: center;
}
.section-intro *:first-child{
	margin-top: 0;
}
.wp-block-buttons{
	margin: 45px 0 50px;
}
.wp-block-image img{
	margin: 0 auto;
}
.btn, button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	min-height: 38px;
	padding: 5px 25px;
	border-radius: 63px;
	border: 2px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  	outline: none!important;
	color: #fff;
	background-color: #EC8D36;
	text-decoration: none;
	transition: color .1s, background .1s, border-color .1s;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	background-color: #C26817;
}
.btn-blue, .wp-block-button.blue a{
	background-color: #004955;
	color: #fff;
	border-color: transparent;
}
.footer input[type="submit"]{
	background-color: #013139;
	color: #fff;
	border-color: #004955;
}
.btn-blue:hover, .wp-block-button.blue:hover a, .footer input[type="submit"]:hover{
	background-color: #002A31;
	color: #fff;
	border-color: transparent;
}
.btn-border, .wp-block-button__link{
	background-color: transparent;
	border-color: #EC8D36;
	color: #EC8D36;
}
.header .btn-border{
	border-color: #494949;
	border-width: 1px;
}
.btn-border:hover, .header .btn-border:hover, .wp-block-button__link:hover{
	background-color: #C26817;
	border-color: #C26817;
	color: #FFF;
}
.btn-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 20px;
}
.btn-centered{
	display: flex;
	justify-content: center;
}
.bg-white{
	position: relative;
	padding: 78px 0;
}
.bg-white::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}
.bg-blue{
	position: relative;
	padding: 87px 0;
	color: #fff;
}
.bg-blue::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #004955;
	z-index: -1;
}
.natural{
	padding: 87px 60px;
	background-color: #E6DED9;
	border-radius: 5px;
	mix-blend-mode: multiply;
}
.flex-container{
	display: flex;
	align-items: center;
}
.wp-block-column *:first-child{
	margin-top: 0;
}
.wp-block-columns{
	margin: 30px 0;
}
.header{
	background: #F2EEEB;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}
.site{
	margin-top: 100px;
}
.header__wrap{
	justify-content: space-between;
	gap: 15px;
	padding-top: 31px;
	padding-bottom: 27px;
}
.header__menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
	gap: 30px;
}
.header a{
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	transition: color .2s linear;
}
.header__menu a:hover, .current-menu-item>a, .current-menu-parent>a{
	color: #C26817;
}
.tableauPlaceholder{
/* 	width: 100%!important; */
	margin: 40px 0;
}
.burger{
	display: none;
}
.header__nav{
	gap: 30px;
}
.menu-item-has-children{
	position: relative;
}

.header__nav .sub-menu{
	position: absolute;
	display: none;
	top: 3px;
    min-width: 200px;
    background: #F2EEEB;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    list-style-type: none;
}
.menu-item-has-children:hover .sub-menu{
	display: block;
}
.custom-logo-link{
	display: flex;
	max-height: 63px;
}
.custom-logo-link img{
	object-fit: contain;
}
.wp-block-image img{
	border-radius: 5px;
}
.hero{
	margin-bottom: 50px;
}
.hero .flex-container{
	gap: 40px;
}
.hero__content{
	width: 50%;
}
.hero__image{
	width: 48%;
}
.hero .btn-wrap{
	margin-top: 40px;
}
.mosaic-image {
  width: 100%;
  max-width: 616px;
}

.mosaic-image__svg {
  width: 100%;
  height: auto;
  display: block;
}

.mosaic-image__mask-tile,
.mosaic-image__tile {
  opacity: 0;

  transition: opacity .45s ease;
}

.mosaic-image__tile {
  opacity: 0;
}

.mosaic-image__mask-tile.is-visible {
  opacity: 1;

}

.mosaic-image__tile.is-visible {
  opacity: .7;

}
.entry-header{
	margin-top: 90px;
	padding-bottom: 67px;
	border-bottom: 1px solid #E6DED9;
	margin-bottom: 63px;
}
.entry-header .flex-container{
	justify-content: space-between;
	margin-top: 29px;
}
.entry-header p{
	max-width: 669px;
	flex: 1;
	margin: 0;
}
.stats{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	position: relative;
	padding: 33px 0;
	margin: 0;
}
.stats::before{
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #004955;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.stats .stats-item{
	color: #fff;
	 border-right: 1px solid #D9D9D9;
	 justify-content: center;
	 padding: 0 15px;
}
.stats .stats-item span{
	max-width: 150px;
}
.stats .stats-item:first-child{
	padding-left: 0;
}

.stats .stats-item:last-child{
	padding-right: 0;
}
.stats .stats-item:last-child span{
	max-width: 250px;
	
}
.stats-item{
	gap: 15px;
}

.stats .stats-item:last-child {
  border: 0;
}
.stats-item strong{
	font-size: 46px;
	line-height: 48px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}
.stats-item span{
	font-size: 18px;
	margin: 0;
}

.impact-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 107px 0 96px;
  margin-bottom: 89px;

}
.impact-circle::before{
	content:'';
	width: 996px;
  	height: 996px;
  	border-radius: 50%;
  	background: #E5F7F3;
  	position: absolute;
  	left: calc(50% - 498px);
  	top: calc(50% - 498px);
}

.impact-circle {
  max-width: 996px;
  min-height: 996px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.impact-content {
  max-width: 708px;
  text-align: center;
  transform: translateY(16px);
}

.impact-content h2 {
  margin: 0;
  color: #000;
}

.impact-content p {
  margin: 49px 0 0;
  font-size: 24px;
  color: #000;
}

.impact-section .stats-item {
  text-align: left;
  max-width: 457px;
  margin: 51px auto 0 auto;
  padding-top: 60px;
  border-top: 1px solid #B4CFC9;
  color: #494949;
}

.impact-section .stats-item strong{
  color: #004955;
}

.impact-img {
  position: absolute;
  object-fit: cover;
  height: auto;
  border-radius: 5px;
  z-index: 2;

}

.impact-img-1 {
  	width: 168px;
    top: 215px;
    left: 5%;
}

.impact-img-2 {
  	width: 235px;
  	top: 78px;
    right: 9%;
}

.impact-img-3 {
  width: 238px;
  right: 0;
  bottom: 300px;
}

.impact-img-4 {
  	width: 188px;
  	left: 13%;
    bottom: 201px;
}
.system-section .section-intro{
	max-width: 787px;
	margin-bottom: 100px;
	text-align: center;
}

.system-grid {
  width: min(100%, 1062px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-collapse: collapse;
}

.system-card {
  position: relative;
  min-height: 301px;
  padding: 31px 33px 228px;
  text-align: left;
  overflow: hidden;
  border-right: 1px solid #C9BBB3;
  border-bottom: 1px solid #C9BBB3;
}
.system-card h5{
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.system-card:nth-child(3n) {
  border-right: 0;
}

.system-card:nth-child(n + 4) {
  border-bottom: 0;
}

.system-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  max-height: 231px;
  object-fit: contain;
  object-position: right bottom;
  opacity: 0.75;
}

.system-card-cta {
  background: #004955;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: center;
  border: 0;
  padding-bottom: 31px;
}

.system-card-cta h5 {
  color: #fff;
}

.feature{
	border-radius: 10px;
	background: #F2EEEB;
	mix-blend-mode: multiply;
	padding: 68px 58px;
}
.feature .btn-wrap{
	margin-top: 37px;
}
.feature .flex-container{
	gap: 50px;
	justify-content: space-between;
}
.feature__image{
	width:44%;
}
.feature__content{
	width: 49%;
}
.feature__content h2{
	margin-top: 0;
}
.team-image img{
	height: 400px;
	width: 300px;
	object-fit: cover;
	object-position: top;
	margin-left: 0;
}
.partners {
  text-align: center;
  
}

.partners h2 {
  margin-top: 0;
}

.partners__marquee {
  display: flex;
  flex-direction: column;
  gap: 60px;
}


.partners__track {
  display: flex;
  align-items: center;
  width: max-content;
 animation: partnersMarquee var(--marquee-duration, 35s) linear infinite;
}


.partners__item {
 
  margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__item img {
  max-width: 202px; 
  max-height: 155px; 
  width: 100%; 
  object-fit: contain;
  filter: grayscale(1);
}


@keyframes partnersMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.partners__row:hover .partners__track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .partners__marquee {
    gap: 35px;
  }

  .partners__item {
    flex-basis: 160px;
    width: 160px;
    height: 110px;
    margin-right: 40px;
  }

  .partners__item img {
    max-width: 160px;
    max-height: 110px;
  }
}
.network-section {
  position: relative;
  min-height: 564px;
  background: #004955;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 48px 0;
  margin-bottom: 0;
  margin-top: 80px;
}
.home .network-section{
	margin-top: 0;
}
.network-content {
  width: 42%;
  max-width: 547px;
  position: relative;
  z-index: 3;
}
.network-content h2{
	margin-top: 0;
}
.network-content h2, .network-content p {
  color: #fff;
}
.network-section .btn-wrap{
	margin-top: 43px;
}

.network-visual {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.network-visual::before{
	    content: '';
    width: 321px;
    height: 321px;
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 50%;
    background: #4A918B;
}

.network-img{
	position: absolute;
	object-fit: cover;
	width: auto;
	border-radius: 5px;
	z-index: 2;
}
.network-img-1{
	height: 89px;
	top: 100px;
  left: 0;
}
.network-img-2{
	     top: 0;
    left: 75%;
    height: 106px;
}
.network-img-3{
	height: 146px;
}
.network-img-4{
	height: 100px;
	bottom: -5px;
	left: 30px;
}
.network-img-5{
	height: 100px;
	width: 147px;
	bottom: 90px;
	right: -50px;
}
.network__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.network-line {
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1;
}

.cta{
	margin: 90px 0 100px;
}
.cta .btn-centered{
	margin-top: 41px;
}
.cta .section-intro{
	margin-bottom: 0;
}
.cta h2{
	margin-top: 0;
}
.icon-section{
	max-width: 1000px;
	margin: 90px auto;
}
.icon-section__intro h2{
	margin-top: 0;
}
.icon-section__intro{
	max-width: 650px;
	margin-bottom: 70px;
}
.icon-section__item{
	max-width: 296px;
	width: 28%;
	display: flex;
	flex-direction: column;
	gap: 23px;
}
.icon-section__item h5{
	margin: 0;
}
.icon-section__item p{
	margin: 0;
}
.icon-section img{
	width: 63px;
	height: 63px;
	object-fit: contain;
}
.icon-section__wrap{
	display: flex;
	
	flex-wrap: wrap;
	gap: 80px 70px;
}
.icon-section_center{
	text-align: center;
}
.icon-section_center .icon-section__intro{
	margin-left: auto;
	margin-right: auto;

}
.icon-section_center .icon-section__wrap{
	justify-content: center;
}
.icon-section_center .icon-section__item{
	align-items: center;
}
.faqs{
	margin: 92px 0;
}
.faqs .title{
	margin-top: 0;
	display: flex;
	margin-bottom: 0;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 34px 0 30px;
	
}
.faq{
	padding: 0 0 0 14px;
	border-bottom: 2.5px solid #C4C4C4;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.faqs h2{
	margin-top: 0;
}
.faq-btn {
	display: block;
  width: 24px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.faq-btn::before,
.faq-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 1.83px;
  background: #004955;
  border-radius: 10px;
  transform: translate(-50%, -50%);

}
.faq-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s linear;
}
.faq.active .faq-btn::after{
	transform: translate(-50%, -50%) rotate(0deg) scaleX(0);
}
.faq .body{
	margin-bottom: 30px;
	max-height: 0;
    opacity: 0;
    margin-top: -30px;
    transition: max-height .2s linear, opacity .2s linear, margin-top .2s linear;
}
.faq .body *:last-child{
	margin-bottom: 0;
}
.faq .body *:first-child{
	margin-top: 0;
}
#gform_wrapper_2{
	    max-width: 800px;
    margin: 0 auto 50px;
}
.post-password-form label{
	display: flex;
    flex-direction: column;
    margin-bottom: 20px;

    gap: 10px;
}
.post-password-form input[type="password"]{
	max-width: 300px;
}
.wp-block-column iframe{
	max-width: 100%;
}
.footer{
	background-color: #013139;
	color: #fff;
	padding: 33px 0 14px;
}
.footer__logo{
	display: flex;
    max-height: 63px;
}
.footer__logo img{
	object-fit: contain;
}
.footer__copyright{
	margin-top: 62px;
	
}
.footer__copyright a{
	color: #fff;
	text-decoration: none;
}
.footer .flex-container{
	justify-content: space-between;
}
.footer #gform_wrapper_1 .ginput_container input{
	background-color: transparent;
	border: none;
    outline: none!important;
    padding: 7px 20px 7px 16px;
    color: #fff;
    height: 38px;
}
.footer #gform_wrapper_1 .ginput_container input::-webkit-input-placeholder,.footer #gform_wrapper_1 .ginput_container input::placeholder{
	color: rgba(255, 255, 255, .3);
}
.footer .gform_wrapper.gravity-theme .gform_fields{
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 0;
    background-color: #004955;
    border-radius: 40px;
}

.footer .gform_fields .gfield:first-child{
	border-right: 2px solid #013139;
}
.footer__form h5{
	margin: 0 0 15px 16px;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
}
.footer .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
	display: none;
}
.animate-photo {
    opacity: 0;
    transform: scale(1.25);
    transition:
        transform 1.4s cubic-bezier(.22,1,.36,1),
        opacity .7s ease;
}

.animate-photo.is-visible {
    opacity: 1;
    transform: scale(1);
}
.animate-on-scroll.circle-anim::before {
  transform: scale(0.6);
  transition: transform 0.8s ease;
}

.animate-on-scroll.content-anim {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}


.animate-on-scroll.is-visible.circle-anim::before {
  transform: scale(1);
}

.animate-on-scroll.is-visible.content-anim {
  transform: translateY(0);
  opacity: 1;
}
.animate-system-image {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
}

.animate-system-image.is-visible{
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1500px) {
	.tableauPlaceholder{
		transform: translateX(-50%);
		left: 50%;
	}
}
@media (max-width: 1000px) {
	.impact-img {
    width: 120px;
  	}

  .impact-img-1 { left: 20px; top: 165px;}
  .impact-img-2 {  right: 20px; top: 163px;}
  .impact-img-3 { right: 20px;  bottom: 150px; }
  .impact-img-4 { left: 20px; }
}

@media (max-width: 800px) {
	.entry-content .flex-container{
		flex-direction: column;
	}
	.header__wrap{
		padding: 15px 0 15px;
	}
	.header__nav{
		display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #F2EEEB;
	    padding: 120px 30px;
	    flex-direction: column;
	    z-index: 6;
	}
	.header__nav .sub-menu{
		position: relative;
    display: block;
    background: none;
    box-shadow: none;
    padding: 0;
    min-width: unset;
    margin: 5px 0 15px;
	}
	.header__nav.open{
		display: flex;
	}
	.site-branding, .burger{
		z-index: 7;
	}
	.header__menu{
		flex-direction: column;
		text-align: center;
	}
	.header__menu>li>a{
		font-size: 20px;
	}
	.burger{
		display: block;
	}
	.burger-close{
		display: none;
	}
	.opened-burger .burger-close{
		display: block;
	}
	.opened-burger .burger-simple{
		display: none;
	}
	.entry-content{
		margin-top: 30px;
	}
	.stats{
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.stats .stats-item{
		padding: 15px 0;
		border-right: none;
		/*border-bottom: 1px solid #D9D9D9;*/
	}
	.stats .stats-item span{
		text-align: center;
	}
	.stats .stats-item span, .stats .stats-item:last-child span{
		max-width: unset;
	}
	.network-visual{
		position: relative;
	    height: 500px;
	    width: auto;
	    object-fit: cover;
	        margin-top: 40px;
	        transform: none;
	}
	.network-back{
		z-index: 2;
		position: relative;
	}
	.network-visual::before{
		z-index: 1;
	}
	.network-content{
		width: 100%;
	}

	.feature__content, .feature__image, .hero__content, .hero__image{
		width: 100%;
	}
	.feature__image img, .hero__image img{
		max-height: 400px;
		margin: 0 auto;
	}
	.footer .flex-container{
		flex-direction: column;
    gap: 40px;
	}
	.footer__form{
		align-self: flex-start;
	}
	.footer__copyright{
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	h1{
		font-size: 46px;
    	line-height: 40px;
	}
	h2{
		font-size: 34px;
		margin-bottom: 22px;
		margin-top: 50px;
	}
	h3{
		font-size: 28px;
	    margin-bottom: 20px;
	    margin-top: 50px;
	}
	h4{
		font-size: 22px;
	}
	h5, h6{
		font-size: 20px;
	}
	.natural{
		padding: 47px 30px;
	}
	.entry-header .flex-container{
		flex-direction: column;
		gap: 20px;
	}
	.entry-header{
		margin-top: 50px;
		padding-bottom: 37px;
    	margin-bottom: 33px;
	}
	.wp-block-buttons{
		margin: 25px 0 30px;
	}
	.wp-block-columns{
		margin: 20px 0;
		gap: 10px;
	}
	.hero .btn-wrap, .network-section .btn-wrap{
		margin-top: 20px;
	}
	.impact-section{
		padding: 57px 0 46px;
	}
	.impact-content p{
		font-size: 20px;
		margin-top: 20px;
	}
	.impact-section .stats-item{
		margin-top: 30px;
		padding-top: 30px;
		flex-direction: row;
	}
	.impact-circle{
		min-height: 796px;
	}
	.impact-circle::before{
		width: 796px;
    	height: 796px;
    	left: calc(50% - 398px);
  	top: calc(50% - 398px);
	}
	.impact-img-1 {
        left: -39px;
        top: 41px;
    }
    .impact-img-2 {
        right: -22px;
        top: 116px;
    }
    .impact-img-3 {
        right: -19px;
        bottom: 134px;
    }
    .impact-img-4 {
        left: -5px;
        bottom: 100px;
    }
    .system-grid{
    	grid-template-columns: repeat(2, 1fr);
    }
    .system-card{
    	padding: 16px 18px;
    }
    .system-card:nth-child(3n){
    	border-right: 1px solid #C9BBB3;
    }
    .system-card:nth-child(2n){
    	border-right: none;
    }
    .partners__container{
    	grid-template-columns: repeat(2, 1fr);
    	gap: 20px;
    }
    .feature{
    	padding: 38px 20px;
    }
    .cta {
	    margin: 40px 0 50px;
	}
	.icon-section{
		margin: 40px auto;
	}
	.icon-section__intro{
		margin-bottom: 30px;
	}
	.icon-section__wrap{
		gap: 35px 15px;
	}
	.icon-section__item{
		width: 47%;
		gap: 10px;
	}
	.faq{
		padding: 18px 0 14px 0;
	}
	.faqs .title{
		margin-bottom: 15px;
	}
	.network-section{
		margin-top: 50px;
	}
	.network-img-1{
		left: -20px;
		top: 20px;
	}
	.network-img-4{
		left: 0;
	}
	.network-img-5{
		bottom: 10px;
	}
	.network-img-1, .network-img-2, .network-img-4, .network-img-5{
		max-width: 100px;
		max-height: 100px;
	}
}
@media (max-width: 500px) {
	.system-card{
		border-right: none;
	}
	.system-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .impact-img-3{
    	bottom: 31px;
    }
    .impact-img-4{
    	bottom: 50px;
    }
}
@media (max-width: 400px) {
	.icon-section__item{
		width: 100%;
	}
}