
@font-face {
    font-family: "TTHoves";
    src: url("../fonts/TTHoves-Regular.ttf");
}
@font-face {
    font-family: "TTHoves";
    src: url("../fonts/TTHoves-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "TTHoves";
    src: url("../fonts/TTHoves-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "TTHoves";
    src: url("../fonts/TTHoves-DemiBold.ttf");
    font-weight: 600;
}

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: "TTHoves", sans-serif;
    color: #202E3D;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    width: 100%;
}

.row.row-full {
    max-width: 100%;
    padding:  0 16%;
}
.row.row-header {
    max-width: 100%;
    padding: 0 48px;
}
.row.row-720 {
    max-width: 720px;
    padding: 0 20px;
}

.row.nopad {
    padding: 0 !important;
}

.logo {
    min-height: 1px;
    position: relative;
    /* transform: translateY(-40px); */
    /* opacity: 0; */
    transition: 1s cubic-bezier(0.32, 0.94, 0.60, 1.00);
}
.logo.close {
    transform: translateY(0px);
    opacity: 1;
}

.logo-hold {
    position: absolute;
    top: 35px;
    left: 0;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}

#logo {
    opacity: 0;
}

#logo, #logoReverse, #logoLoading {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
}

.toggle-logo #logoLoading {
    opacity: 0;
}
.toggle-logo #logo {
    opacity: 1;
}

#logoReverse {
   opacity: 0;
}

.logo-hold.header-sticked #logo {
    opacity: 0;
}
.logo-hold.header-sticked #logoReverse {
    opacity: 1;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}


/* start */

main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* margin-bottom: 475px; */
    background: #fff;
    transition: background 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}

.home-intro {
    min-height: calc(100vh + 10px);
    padding: 150px 0 50px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.home-intro-title {
    font-size: 160px;
    font-size: 8.4vw;
    letter-spacing: -8px;
    word-spacing: -8px;
    line-height: 1.1;
    position: relative;
    transition: letter-spacing 1s cubic-bezier(0.66, 0, 0.34, 1),
    word-spacing 1s cubic-bezier(0.66, 0, 0.34, 1);
    margin-bottom: 40px;
}

.home-intro-title.close {
    letter-spacing: 0px;
    word-spacing: 0px;
}

.home-intro-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: calc(50% + 5px);
    background: #fff;
    border-right: 10px solid #f0f0f0;
    z-index: 10;
    transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1),
                opacity 0.4s 0.8s linear;
}
.home-intro-title.close:before {
    transform: translateX(-100%);
    opacity: 0;
}
.home-intro-title:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    width: calc(50% + 5px);
    background: #fff;
    border-left: 10px solid #f0f0f0;
    z-index: 10;
    transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1),
                opacity 0.4s 0.8s linear;
}
.home-intro-title.close:after {
    transform: translateX(100%);
    opacity: 0;
}

.home-intro-title-text {
    opacity: 0;
    transition: 1.2s opacity linear;
}
.home-intro-title.close .home-intro-title-text {
    opacity: 1;
}

.home-intro-title span {
    color: #69845F;
    display: inline-block;
    position: relative;
}
.home-intro-title span:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    right: 50%;
    width: 0;
    height: 1.3vw;
    background: #e9ede7;
    z-index: -1;
    transition: 2s 0.9s cubic-bezier(0.76, 0.00, 0.24, 1.00);
}
.home-intro-title.close span:after {
    left: 0%;
    right: 0%;
    width: 100%;
}

.home-intro-bottom-text-width {
    max-width: 400px;
}

.home-intro-bottom-left {
    font-size: 24px;
    line-height: 1.42;
    position: relative;
    opacity: 0;
    transform: translateY(-15px);
    transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1),
                opacity 1s linear;
}
.home-intro-bottom-left.close {
    opacity: 1;
    transform: translateY(0px);
}

.btn-green,
.btn-green:focus,
.btn-green:active {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    min-width: 220px;
    text-align: center;
    color: #69845F;
    padding: 19px 20px;
}

.btn-green:hover {
    color: #69845F;
}

.btn-green:before,
.btn-green:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    height: 0;
    width: 3px;
    background: #69845F;
    transition: 0.7s 0.2s cubic-bezier(0.76, 0.00, 0.24, 1.00);
}
.btn-green.close:before,
.btn-green.close:after,
.btn-green.is-inview:before,
.btn-green.is-inview:after,
.btn-green.in-view:before,
.btn-green.in-view:after {
    top: 0%;
    bottom: 0%;
    height: 100%;
}
.btn-green:hover:before,
.btn-green:hover:after {
    top: 15%;
    bottom: 15%;
    height: 70%;
}
.btn-green:hover:before {
    transform: translateX(8px);
}

.btn-green:hover:after {
    transform: translateX(-8px);
}
.btn-green span {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 1s linear;
}
.btn-green.is-inview span,
.btn-green.close span,
.btn-green.in-view span {
    opacity: 1;
}


.btn-green:before {
    left: 0;
}

.btn-green:after {
    right: 0;
}


.btn-brown,
.btn-brown:focus,
.btn-brown:active {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    color: #9B7932;
    padding: 19px 28px;
}

.btn-brown:hover {
    color: #9B7932;
}

.btn-brown:before,
.btn-brown:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    height: 0;
    width: 3px;
    background: #9B7932;
    transition: 0.7s 0.2s cubic-bezier(0.76, 0.00, 0.24, 1.00);
}
.home-world-content-button.is-inview .btn-brown:before,
.home-world-content-button.is-inview .btn-brown:after,
.btn-brown.close:before,
.btn-brown.close:after {
    top: 0%;
    bottom: 0%;
    height: 100%;
}
.btn-brown:hover:before,
.btn-brown:hover:after {
    top: 15%;
    bottom: 15%;
    height: 70%;
}

.home-world-content-button.is-inview .btn-brown:hover:before,
.home-world-content-button.is-inview .btn-brown:hover:after {
    top: 15%;
    bottom: 15%;
    height: 70%;
}
.btn-brown:hover:before {
    transform: translateX(8px);
}
.btn-brown:hover:after {
    transform: translateX(-8px);
}
.btn-brown span {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 1s linear;
}
.home-world-content-button.is-inview .btn-brown span,
.btn-brown.close span {
    opacity: 1;
}

.btn-full,
.btn-full:focus,
.btn-full:active {
    min-width: 100%;
    text-align: center;
}


.btn-brown:before {
    left: 0;
}

.btn-brown:after {
    right: 0;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    transition: 0.8s;
}

.nav {
    position: relative;
    transition: padding 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}
.nav > span {
    position: absolute;
    bottom: 0px;
    width: 18px;
    height: 18px;
    right: 0;
    /* background: url(../img/icon-plus.svg) no-repeat center center / 100% 100%; */
    transform: translateY(-40px);
    opacity: 0;
    transition: bottom 0.8s cubic-bezier(0.66, 0, 0.34, 1), 
                transform 1s 0.8s cubic-bezier(0.32, 0.94, 0.60, 1.00),
                opacity 1s 0.8s linear;
}
.nav > span svg path {
    transition: stroke 0.8s cubic-bezier(0.66, 0, 0.34, 1)
}
.nav.close > span {
    transform: translateY(0px);
    opacity: 1;
}

.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.nav ul li {
    transform: translateY(-40px);
    opacity: 0;
    margin-right: 30px;
    transition: transform 1s cubic-bezier(0.32, 0.94, 0.60, 1.00),
                opacity 1s linear;
}
.nav.close ul li {
    transform: translateY(0px);
    opacity: 1;
}
.nav ul li:nth-child(1) {
    transition-delay: 0.2s;
}
.nav ul li:nth-child(2) {
    transition-delay: 0.3s;
}
.nav ul li:nth-child(3) {
    transition-delay: 0.4s;
}
.nav ul li:nth-child(4) {
    transition-delay: 0.5s;
}
.nav ul li:nth-child(5) {
    transition-delay: 0.6s;
}

.nav ul li:last-child {
    margin-right: 0px;
}

.logo-hold svg path {
    transition: fill 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}
.nav ul li a {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    color: #202E3D; 
    line-height: 0.8;
    transition: padding 0.8s cubic-bezier(0.66, 0, 0.34, 1),
                color 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}

header.header-sticky {
    background: #fff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.8s 1s cubic-bezier(0.66, 0, 0.34, 1),
                background 0.8s cubic-bezier(0.66, 0, 0.34, 1) ;
}

header.header-sticky .nav {
    padding-right: 50px;
    transition: 0.8s 0.5s cubic-bezier(0.66, 0, 0.34, 1);
}
header.header-sticky .nav ul li a {
    padding: 21px 0;
    transition: padding 0.8s 0.5s cubic-bezier(0.66, 0, 0.34, 1),
                color 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}
header.header-sticky .nav > span {
    bottom: 20px;
    transition: bottom 0.8s 0.5s cubic-bezier(0.66, 0, 0.34, 1), 
                transform 0.8s 0.5s cubic-bezier(0.32, 0.94, 0.60, 1.00),
                opacity 0.8s 0.5s linear;
}
header.header-sticky .logo-hold {
    top: 6px;
    transition: 0.8s 0.5s cubic-bezier(0.66, 0, 0.34, 1);
}

.home-video-section {
    position: relative;
    overflow: hidden;
}

.home-video-hold {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.home-video-hold:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    height: calc(100% + 2px);
    left: 0;
    width: calc(50% + 1px);
    background: #fff;
    z-index: 10;
    transition: transform 2s cubic-bezier(0.66, 0, 0.34, 1);
}
.home-video-hold:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    height: calc(100% + 4px);
    right: 0;
    width: calc(50% + 1px);
    background: #fff;
    z-index: 10;
    transition: transform 2s cubic-bezier(0.66, 0, 0.34, 1);
}
.home-video-hold.is-inview:before {
    transform: translateX(-100%);
}
.home-video-hold.is-inview:after {
    transform: translateX(100%);
}
.home-video-hold video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 130%;
}

.home-initiatives-section {
    padding: 195px 0 100px;
}

.home-initiatives-list {
    position: relative;
    z-index: 5;
}

.home-initiatives-list ul li {
    margin-bottom: 20px;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.32, 0.94, 0.60, 1.00),
    opacity 1s cubic-bezier(0.32, 0.94, 0.60, 1.00);
}

.home-initiatives-list ul li:nth-child(1) {
   transition-delay: 0.1s;
}
.home-initiatives-list ul li:nth-child(2) {
   transition-delay: 0.25s;
}
.home-initiatives-list ul li:nth-child(3) {
   transition-delay: 0.4s;
}
.home-initiatives-list ul li:nth-child(4) {
   transition-delay: 0.55s;
}
.home-initiatives-list ul li:nth-child(5) {
   transition-delay: 0.7s;
}
.home-initiatives-list ul li:nth-child(6) {
   transition-delay: 0.85s;
}
.home-initiatives-list ul li:nth-child(7) {
   transition-delay: 1s;
}
.home-initiatives-list ul li:nth-child(8) {
   transition-delay: 1.15s;
}
.home-initiatives-list ul li:nth-child(9) {
   transition-delay: 1.3s;
}
.home-initiatives-list ul li:nth-child(10) {
   transition-delay: 1.45s;
}

.home-initiatives-list.is-inview ul li {
    transform: translateY(0px);
    opacity: 1;
}

.home-initiatives-list ul li:last-child {
    margin-bottom: 0px;
}

.animation-element.fade-in-later {
    opacity: 0;
    transition:  opacity 1s 1s linear;
}
.animation-element.fade-in-later.is-inview {
    opacity: 1;
}
.animation-element.fade-down {
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 1s 0.4s cubic-bezier(0.32, 0.94, 0.60, 1.00),
    opacity 1s 0.4s linear;
}
.animation-element.fade-down.is-inview {
    transform: translateY(0px);
    opacity: 1;
}
.animation-element.fade-up {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1s 0.4s cubic-bezier(0.32, 0.94, 0.60, 1.00),
    opacity 1s 0.4s linear;
}
.animation-element.fade-up.is-inview {
    transform: translateY(0px);
    opacity: 1;
}

.home-initiatives-list ul li a {
    color: #202E3D;
    font-size: 70px;
    font-size: 3.6vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
    white-space: nowrap;
}
.home-initiatives-list ul li a:hover {
    padding-left: 20px;
}

.home-initiatives-list ul li span {
    position: relative;
    display: inline-block;
    color: #BCC0C5;
    font-size: 16px;
    top: 1.2vw;
    margin-left: 10px;
}

.text-24 {
    font-size: 24px;
    line-height: 1.42
}

.home-initiatives-right .text-24 {
    margin-bottom: 52px;
}

.home-initiatives-right {
    padding-left: 3.3%;
}

.home-initiatives-text {
    padding-top: 30px;
}

.link-plus,
.link-plus:focus,
.link-plus:active {
    display: inline-block;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #6AABCB;
    padding-left: 33px;
    background: url(../img/link-plus.svg) no-repeat left center;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}
.link-plus:hover {
    color: #6AABCB;
    opacity: 0.7;
}

.home-initiatives-right {
    position: relative;
}
.home-initiatives-images {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.home-initiatives-images ul {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.home-initiatives-images ul li {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transform: scale(1);
    visibility: hidden;
    transition: transform 1.2s cubic-bezier(0.66, 0, 0.34, 1),
                opacity 1.2s linear,
                visibility 1.2s linear;
}

.home-initiatives-images ul li.active {
    transform: scale(1.1);
    opacity: 1;
    visibility: visible;
}

.home-initiatives-images ul li img {
    -webkit-animation: imageOut 1.2s cubic-bezier(0.66, 0, 0.34, 1);
    -moz-animation: imageOut 1.2s cubic-bezier(0.66, 0, 0.34, 1);
    -o-animation: imageOut 1.2s cubic-bezier(0.66, 0, 0.34, 1);
    animation: imageOut 1.2s cubic-bezier(0.66, 0, 0.34, 1);
}

.home-initiatives-images ul li.active img {
    -webkit-animation: imageIn 1.2s cubic-bezier(0.66, 0, 0.34, 1);
    -moz-animation: imageIn 1.2s cubic-bezier(0.66, 0, 0.34, 1);
    -o-animation: imageIn 1.2s cubic-bezier(0.66, 0, 0.34, 1);
    animation: imageIn 1.2s cubic-bezier(0.66, 0, 0.34, 1);
}

@-webkit-keyframes imageIn {
    from {transform: translateX(-100%);}
    to {transform: translateX(0%);}
}
@-moz-keyframes imageIn {
    from {transform: translateX(-100%);}
    to {transform: translateX(0%);}
}
@-o-keyframes imageIn {
    from {transform: translateX(-100%);}
    to {transform: translateX(0%);}
}
@keyframes imageIn {
    from {transform: translateX(-100%);}
    to {transform: translateX(0%);}
}

@-webkit-keyframes imageOut {
    from {transform: translateX(0%);}
    to {transform: translateX(100%);}
}
@-moz-keyframes imageOut {
    from {transform: translateX(0%);}
    to {transform: translateX(100%);}
}
@-o-keyframes imageOut {
    from {transform: translateX(0%);}
    to {transform: translateX(100%);}
}
@keyframes imageOut {
    from {transform: translateX(0%);}
    to {transform: translateX(100%);}
}


.object-fit {
    position: relative;
}
.object-fit img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-initiatives-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-initiatives-right {
    height: 100%;
}

/* .home-initiatives-images img {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.66, 0, 0.34, 1);
}
.home-initiatives-images img.active {
    opacity: 1;
    visibility: visible;
} */

body {
    transition: background 1s cubic-bezier(0.66, 0, 0.34, 1);;
}

.home-initiatives-text-hold {
    opacity: 1;
    transition: 0.5s linear;
}
.home-initiatives-text-hold.close {
    opacity: 0;
}

.home-world-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5;
    background: #FFF6E3;
    transform: translateX(-100%);
    transition: 1s cubic-bezier(0.76, 0.00, 0.24, 1.00);
}

.home-word-hold.is-inview .home-world-left {
    transform: translateX(0%);
}

.home-world-content {
    padding: 110px 11% 95px;
}

.home-world-content-title {
    font-size: 3.6vw;
    line-height: 0.9;
    color: #9B7932;
    margin-bottom: 50px;
    opacity: 0;
    transition: 1s 1s cubic-bezier(0.76, 0.00, 0.24, 1.00);

}

.home-world-content-text.text-24 {
    color: #9B7932;
    margin-bottom: 97px;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1s 1.2s cubic-bezier(0.76, 0.00, 0.24, 1.00),
                opacity 1s 1.2s linear;
}

.home-word-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-world-left {
    width: 45%;
}
.home-world-right {
    width: 55%;
}

.home-world-right-image {
    margin-left: -100px;
    width: calc(100% + 100px);
    opacity: 0;
    transform: translateX(100px) scale(1.2);
    transition: transform 4s cubic-bezier(0.76, 0.00, 0.24, 1.00),
                opacity 4s linear;
}

.home-word-hold.is-inview .home-world-right-image {
    transform: translateX(0px) scale(1);
    opacity: 1;
}

.home-world-image {
    position: relative;
    overflow: hidden;
}
.home-world-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: 100%;
    z-index: 5;
    background: #FFF6E3;
    transition: 1s 0.6s cubic-bezier(0.76, 0.00, 0.24, 1.00);
}
.home-word-hold.is-inview .home-world-image:before {
    transform: translateX(100%);
}
.home-word-hold.is-inview .home-world-content-title {
    opacity: 1;
}
.home-word-hold.is-inview .home-world-content-text {
    transform: translateY(0);
    opacity: 1;
}

.home-world-section {
    margin-bottom: 160px;
}

.label-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.title-70 {
    font-size: 3.6vw;
    line-height: 1.4;
}

.home-facts-right .title-70 {
    margin-bottom: 120px;
}

.home-facts-section .row.row-full {
    padding-right: 7%;
}

.home-facts-left {
    padding-top: 35px;
}

.facts-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.facts-list ul li {
    font-size: 3.6vw;
    line-height: 1.4;
    min-width: 170px;
    margin-right: 50px;
    margin-bottom: 50px;
    position: relative;
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.32, 0.94, 0.60, 1.00),
                opacity 0.8s linear;
}
.facts-list.is-inview ul li {
    transform: translateY(0px);
    opacity: 1;
}
.facts-list ul li:nth-child(1) {
    transition-delay: 0.1s;
}
.facts-list ul li:nth-child(2) {
    transition-delay: 0.25s;
}
.facts-list ul li:nth-child(3) {
    transition-delay: 0.4s;
}
.facts-list ul li:nth-child(4) {
    transition-delay: 0.55s;
}
.facts-list ul li:nth-child(5) {
    transition-delay: 0.7s;
}
.facts-list ul li:nth-child(6) {
    transition-delay: 0.85s;
}
.facts-list ul li:nth-child(7) {
    transition-delay: 1.0s;
}
.facts-list ul li:nth-child(8) {
    transition-delay: 1.15s;
}
.facts-list ul li:nth-child(9) {
    transition-delay: 1.3s;
}

.facts-list ul li span {
    display: block;
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2px;
    white-space: nowrap;
    text-transform: uppercase;
}

.home-facts-section {
    margin-bottom: 170px;
}

.home-facts-right {
    padding-left: 5%;
}

.home-together-section {
    padding-top: 190px;
    padding-bottom: 140px;
}

.home-together-title {
    color: #69845F;
    font-size: 160px;
    letter-spacing: -8px;
    opacity: 0;
    font-size: 8.3vw;
    line-height: 1.1;
    margin-bottom: 130px;

    position: relative;
    transition: letter-spacing 1.2s cubic-bezier(0.66, 0, 0.34, 1),
                opacity 1.2s linear;
}
.home-together-title.is-inview {
    opacity: 1;
    letter-spacing: 0px;
}

.home-together-title div {
    /* position: relative;
    opacity: 0;
    transform: rotateY(30deg);
    transform-origin: center left;
    transition: transform 1.2s cubic-bezier(0.66, 0, 0.34, 1),
                opacity 1.2s linear; */
}

.home-together-title.is-inview div {
    opacity: 1;
    transform: rotateY(0deg);
}
.home-together-title span {
    display: inline-block;
    position: relative;
}
.home-together-title span:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    right: 50%;
    width: 0;
    height: 1.3vw;
    background: #d7e4d2;
    transition: 2s 0.5s cubic-bezier(0.76, 0.00, 0.24, 1.00);
    left: 0%;
    z-index: -1;
}

.together-reached .home-facts-section .title-70 {
    color: #69845f;
}
.together-reached .home-facts-section .facts-list ul li {
    color: #69845f;
}
.together-reached .home-facts-section .label-text {
    color: #69845f;
}

.home-together-title.is-inview span:before {
    width: 100%;
}

.home-togetger-text-width {
    max-width: 320px;
}

.home-together-bottom-left.text-24 {
    color: #69845F;
}

footer {
    background: #202E3D;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;

    position: relative;
    z-index: 10;
}

footer .row {
    position: relative;
}

body.single-initiative-scrolled {
    background: #fff !important;
}
body.together-reached {
    background: #EAF5E6 !important;
}

.footer-nav {
    border-bottom: 2px solid rgba(234,245,230,0.1);
}

.single-initiative main {
    background: transparent;
}


.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer-nav ul li {
    margin-right: 20px;
}

.footer-nav ul li:last-child {
    margin-right: 0px;
}
.footer-nav ul li a {
    font-size: 20px;
    line-height: 1;
    color: #EAF5E6;
    transition: 0.4s;
}
.footer-nav ul li a:hover {
    opacity: 0.6;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-left {
    width: 300px;
}
.footer-left img {
    max-width: 267px;
}
.footer-nav {
    width: calc(100%  - 300px)
}

.footer-hold {
    min-height: 475px;
    padding: 150px 0 50px;
    padding: 92px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom ul li {
    margin-right: 30px;
    font-size: 16px;
    color: rgba(234,245,230,0.5);
}
.footer-bottom ul li a {
    color: rgba(234,245,230,0.5);
    transition: 0.4s;
}
.footer-bottom ul li a:hover {
    color: rgba(234,245,230,1);
}

.footer-bottom ul li:last-child {
    margin-right: 0px;
}
.footer-bottom span a {
    font-size: 16px;
    color: rgba(234,245,230,1);
    transition: 0.4s;
}
.footer-bottom span a:hover {
    color: rgba(234,245,230,0.5);
}

.home-intro-bottom-left span {
    position: absolute;
    top: 0;
    left: calc(100vw * -0.16 + 48px);
    line-height: 1.2;
}

.btn-replay,
.btn-replay:focus
.btn-replay:active {
    display: inline-block;
    padding-left: 24px;
    outline: none;
    border: none;
    background: url(../img/icon-replay.svg) no-repeat left center;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #202E3D;
    transition: 0.4s;
}
.btn-replay:hover {
    color: #202E3D;
    opacity: 0.6;
}

.about-intro-section .home-intro-title:before,
.about-intro-section .home-intro-title:after {
    display: none;
}

.about-intro-section .home-intro {
    padding: 100px 0;
}
.about-intro-section .home-intro-title {
    margin-bottom: 0;
}
.about-intro-section .home-intro-title-text {
    transition: 1.2s 0.3s opacity linear;
}
.about-intro-section .home-intro-title span {
    color: #5d99a7;
}
.about-intro-section .home-intro-title span {
    color: #5d99a7;
}
.about-intro-section .home-intro-title span:after {
    background: #e8f2f4;
    left: 0;
    right: 100%;
}
.about-intro-section .home-intro-title.close span:after {
    left: 0%;
    right: 0%;
    width: 100%;
}
.about-intro-section .home-intro-title span:after {
    transition: 1s 0.5s cubic-bezier(0.66, 0, 0.34, 1);
}

.about-intro-section {
    position: relative;
}
.about-intro-section > span {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateY(30px);
    opacity: 0;
    transition: 1.2s cubic-bezier(0.66, 0, 0.34, 1);
}
.about-intro-section > span.close {
    transform: translateY(0px);
    opacity: 1;
}

.home-video-hold img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-story-section {
    padding-top: 28px;
    margin-bottom: 200px;
}

.about-story-line {
    margin-bottom: 156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-story-line span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 106px;
}
.about-story-line span:last-child {
    margin-right: 0px;
}

.about-story-text p {
    font-size: 32px;
    font-size: 2.2vw;
    line-height: 1.4;
    margin-bottom: 28px;
}
.about-story-text p:last-child {
    margin-bottom: 0px;
}

.main-staff-section {
    margin-bottom: 220px;
}

.main-stuff-image {
    height: 479px;
    margin-bottom: 20px;
}

.main-staff {
    width: 100%;
}

.main-staff ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-staff ul li {
    margin-right: 30px;
    width: calc(30% - 20px);
    cursor: pointer;
    transition: 1s cubic-bezier(0.66, 0, 0.34, 1);
}

.main-staff ul li.active {
    width: calc(45% - 20px);
}

.main-staff ul li:nth-child(3n) {
    margin-right: 0px;
}

.main-stuff-title {
    font-size: 20px;
    font-size: 1.4vw;
    line-height: 1.4;
    transition: 0.6s cubic-bezier(0.66, 0, 0.34, 1);;
    position: relative;
}
.main-stuff-title span.mob-main-stuff-title {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    padding-left: 24px;
    color: #66A7B6;
    background: url(../img/link-plus.svg) no-repeat left center / 14px 14px;
}

.main-staff ul li.active .main-stuff-title {
    color: #66A7B6;
}

.main-stuff-position {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.main-stuff-text {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}

.main-staff ul li.active .main-stuff-text {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.6s 0.8s linear, transform 0.6s 0.8s linear;
}

.sec-stuff-section {
    margin-bottom: 160px; 
}

.section-title {
    font-size: 52px;
    font-size: 3.6vw;
    line-height: 1.15;
    margin-bottom: 60px; 
}
.section-title span {
    position: relative;
}
.section-title span:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0%;
    right: 100%;
    width: 0;
    height: 0.7vw;
    z-index: -1;
    transition: 1s 0.5s cubic-bezier(0.76, 0.00, 0.24, 1.00);
    opacity: 0.15;
}
.section-title.is-inview span:after {
    right: 0%;
    width: 100%;
}

.foundation-stuff-section .section-title span {
    color: #69845F;
}
.foundation-stuff-section .section-title span:after {
    background: #69845F;
}
.scientific-stuff-section .section-title span {
    color: #45438E;
}
.scientific-stuff-section .section-title span:after {
    background: #45438E;
}

.sec-stuff-list-item {
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.sec-stuff-name {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}

.sec-stuff-info {
    position: relative;
    padding-left: 140px;
    font-size: 14px;
    line-height: 1.4;
    padding-right: 30px;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}

.sec-stuff-info:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}
.sec-stuff-list-item:hover .sec-stuff-info:after {
    opacity: 1;
}
.foundation-stuff-section .sec-stuff-list-item:hover .sec-stuff-name {
    color: #69845F;
}
.foundation-stuff-section .sec-stuff-list-item:hover .sec-stuff-info {
    color: #69845F;
}
.scientific-stuff-section .sec-stuff-list-item:hover .sec-stuff-name {
    color: #45438E;
}
.scientific-stuff-section .sec-stuff-list-item:hover .sec-stuff-info {
    color: #45438E;
}
.foundation-stuff-section .sec-stuff-info:after {
    background: url(../img/plus-green.svg) no-repeat center center;
}
.scientific-stuff-section .sec-stuff-info:after {
    background: url(../img/plus-purple.svg) no-repeat center center;
}
.sec-stuff-info span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 120px;
}

.partners-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partners-list ul li {
    width: calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
    margin-right: 24px;
    padding: 32px 24px 40px 30px;
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 1s 0.4s cubic-bezier(0.32, 0.94, 0.60, 1.00), opacity 1s 0.4s linear;
}
.partners-list ul li:nth-child(1) {
    transition-delay: 0s;
}
.partners-list ul li:nth-child(2) {
    transition-delay: 0.3s;
}
.partners-list ul li:nth-child(3) {
    transition-delay: 0.6s;
}

.partners-list.is-inview ul li {
    transform: translateY(0);
    opacity: 1;
}

.partners-list ul li:nth-child(3n) {
    margin-right: 0px;
}

.partners-list-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 83px;
    margin-bottom: 25px;
}

.partners-list-logo img {
    max-height: 100%;
}

.partners-list-text {
    font-size: 14px;
    line-height: 1.4;
}

.partners-section {
    position: relative;
    margin-bottom: 130px;
}
.partners-section:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(50% + 131px);
    background: #202E3D;
}
.partners-section .row {
    position: relative;
    z-index: 5;
}

.modal-stuff {
    padding: 0;

}
.modal-stuff .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    z-index: 2;
}
.modal-stuff .row.row-full {
    padding: 100px 10%;
}

.modal-stuff .section-title {
    margin-bottom: 18px;
}

.modal-position {
    font-size: 14px;
    line-height: 1.4;
}

.modal-left {
    padding-right: 3%;
}

.modal-image {
    padding-bottom: 133%;
}

.modal-middle {
    padding-left: 5%;
    padding-right: 8%;
}

.modal-stuff:before {
    content: '';
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    width: 50%;
    bottom: 0;
    height: 100%;
}

.modal-main-stuff .section-title {
    color: #66A7B6;
}
.modal-main-stuff:before {
    background: #66A7B6;
}

.modal-foundation-stuff .section-title {
    color: #69845F;
}
.modal-foundation-stuff:before {
    background: #69845F;
}

.modal-scientific-stuff .section-title {
    color: #45438E;
}
.modal-scientific-stuff:before {
    background: #45438E;
}

.modal-text {
    position: relative;
    z-index: 2;
    padding-left: 1%;
}

.modal-text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
}

.modal-text p:last-child {
    margin-bottom: 0px;
}

.modal-stuff .close-button {
    position: absolute;
    color: #fff;
    right: 8%;
    top: 80px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    padding-right: 40px;
}
.modal-stuff .close-button:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 0;
    width: 26px;
    height: 26px;
    background: url(../img/plus-white.svg) no-repeat center center;
    transition: 0.4s;
}
.modal-stuff .close-button:hover:after {
    transform: translateY(-50%) rotate(90deg);
}

.sec-stuff-name span {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    padding-left: 24px;
}

.foundation-stuff-section .sec-stuff-name span {
    color: #69845F;
    background: url(../img/plus-green.svg) no-repeat left center / 14px 14px;
}
.scientific-stuff-section .sec-stuff-name span {
    color: #45438E;
    background: url(../img/plus-purple.svg) no-repeat left center / 14px 14px;
}

.modal-stuff .section-title span {
    position: relative;
}
.modal-stuff .section-title span:after {
    right: 0%;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 0.7vw;
    z-index: -1;
    transition: 1s 0.5s cubic-bezier(0.76, 0.00, 0.24, 1.00);
    opacity: 0.15;
}
.modal-main-stuff .section-title span:after {
    background: #66A7B6;
}
.modal-foundation-stuff .section-title span:after {
    background: #69845F;
}
.modal-scientific-stuff .section-title span:after {
    background: #45438E;
}

.intro-simple-section {
    padding: 260px 0 60px
}

.intro-simple-tilte {
    font-size: 72px;
    font-size: 5vw;
    line-height: 1.3;
}
.intro-simple-tilte span {
    position: relative;
    color: #6AABCB;
}
.intro-simple-tilte span:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0%;
    right: 100%;
    width: 0;
    height: 1vw;
    z-index: -1;
    transition: 1s 0.5s cubic-bezier(0.76, 0.00, 0.24, 1.00);
    opacity: 0.15;
    background: #6AABCB;
}
.intro-simple-tilte.is-inview span:after {
    right: 0%;
    width: 100%;
}

.ideas-item {
    margin-top: -1px;
    position: relative;
}
.ideas-item:first-child a {
    border-top: none;
}
.ideas-item a {
    display: block;
    padding: 40px 160px 50px 0;
    color: #202E3D;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    transition: border 0.4s, color 0.4s;
}
.ideas-item:hover {
    z-index: 2;
}
.ideas-item a:hover {
    z-index: 2;
    border-color: #91C1D9;
    color: #6AABCB;
}
.ideas-item a span {
    position: absolute;
    top: 48px;
    right: 0;
    padding-right: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6AABCB;
}
.ideas-item a span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../img/link-plus.svg) no-repeat center center / 100% 100%;
    transition: 0.4s;
}

.ideas-list-section  {
    margin-bottom: 230px;
}

.human-changing-section {
    background: #EAF5E6;
}

.human-changing-section .section-title {
    color: #69845F;
    margin-bottom: 80px;
}
.human-changing-section .section-title span:after {
    background: #69845F;
}

.human-changing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.human-changing-left {
    padding: 150px 0 140px;
}

.human-changing-right {
    position: relative;
}
.human-changing-right img {
    position: absolute;
    bottom: 0;
    left: 62%;
    transform: translateX(-50%);
    min-height: calc(100% + 100px);
    max-height: calc(100% + 100px);
    width: auto;
    max-width: none;
}

.link-plus-green,
.link-plus-green:focus,
.link-plus-green:active {
    display: inline-block;
    outline: none;
    border: none;
    background: transparent;
    color: #69845F;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    white-space: nowrap;
    padding-left: 33px;
    transition: 0.4s cubic-bezier(0.66, 0, 0.34, 1);
}
.link-plus-green:hover {
    color: #69845F;
    opacity: 0.7;
}
.link-plus-green:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/plus-green.svg) no-repeat center center / 100% 100%;
}

.article-single-section {
    padding: 260px 0 150px;
}

.back-button {
    margin-bottom: 50px;
}

.btn-back,
.btn-back:focus,
.btn-back:active {
    display: inline-block;
    outline: none;
    border: none;
    background: transparent;
    color: #69845F;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-back:active {
    color: #69845F;
    opacity: 0.7;
}

.article-single-section .section-title {
    margin-bottom: 50px;
}

.article-single-info {
    position: relative;
    margin-bottom: 60px;
}
.article-single-info:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #BCC0C5;
}

.article-single-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article-single-info ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #202E3D;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.article-single-info ul li:last-child {
    margin-right: 0px;
}

.entry h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.entry p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 28px;
}
.entry a  {
    color: #6AABCB;
}
.entry ul  {
    margin-bottom: 28px;
}
.entry ul li {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding-left: 26px;
}
.entry ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #202E3D;
}
.entry blockquote {
    padding-left: 110px;
    position: relative;
    margin: 60px 0;
}
.entry blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 42px;
    height: 36px;
    background: url(../img/quote.svg) no-repeat center center / 100% 100%;
}
.entry blockquote p {
    margin: 0;
    color: #69845F;
    font-size: 52px;
    font-size: 3.6vw;
    line-height: 1.15;
}

.article-single-about {
    margin-top: 32px;
    border-top: 1px solid #BCC0C5;
    padding-top: 84px;
}
.article-single-about h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.article-single-about p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 28px;
}
.article-single-about p:last-child {
    margin-bottom: 0px;
}

.template-tp-comingsoon header,
.template-tp-comingsoon footer {
    display: none;
}

.coming-soon-wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.coming-soon-wrapper svg {
    float: left;
}

#comingSoon {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 130%;
    min-height: 130%; */
    min-width: 100%;
    opacity: 1;
    transition: 0.7s linear;
}
#comingSoon.close {
    opacity: 0;
}

.coming-soon-content {
    position: fixed;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
}

.cs-email {
    opacity: 0;
    padding-bottom: 20px;
    transition: 0.7s linear;
}
.cs-email.close {
    opacity: 1;
}

.cs-email a {
    font-size: 20px;
    line-height: 1.4;
    color: #1F2E3B;
}

.cs-logo svg {
    max-width: 283px;
}

.coming-soon-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.initiatives-intro-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #202e3d;
    color: #fff;
}
.initiatives-intro-section:before,
.initiatives-intro-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc(50% + 1px);
    background: #fff;
    transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1), opacity 0.4s 0.8s linear;
}
.initiatives-intro-section:before {
    left: 0;
}

.initiatives-intro-section:after {
    right: 0;
}

.initiatives-intro-section.close:before {
    transform: translateX(-100%);
}

.initiatives-intro-section.close:after {
    transform: translateX(100%);
}

.initiatives-intro-section .row {
    position: relative;
    z-index: 5;
}

.initiatives-intro-title {
    font-size: 120px;
    font-size: 8.4vw;
    letter-spacing: -8px;
    word-spacing: -8px;
    line-height: 1.1;
    opacity: 0;
    position: relative;
    transition: opacity 1.5s linear, letter-spacing 1s cubic-bezier(0.66, 0, 0.34, 1), word-spacing 1s cubic-bezier(0.66, 0, 0.34, 1);
    margin-bottom: 40px;
}
.initiatives-intro-title.close {
    letter-spacing: 0px;
    word-spacing: 0px;
    opacity: 1;
}

.page-template-tp-initiatives header.close .nav ul li a {
    color: #fff !important;
}
.page-template-tp-initiatives header.close .logo-hold svg path {
    fill: #fff !important;
}
.page-template-tp-initiatives header.close {
    background: transparent !important;
    box-shadow: none !important;
}
.page-template-tp-initiatives header.close .nav > span svg path {
    stroke: #fff !important;
}

.single-initiative .nav ul li a {
    color: #fff !important;
}
.single-initiative .logo-hold svg path {
    fill: #fff !important;
}
.single-initiative header {
    background: transparent !important;
    box-shadow: none !important;
}
.single-initiative .nav > span svg path {
    stroke: #fff !important;
}


.single-initiative .header-sticky .nav ul li a {
    color: #202E3D !important;
}
.single-initiative .header-sticky .logo-hold svg path {
    fill: #202E3D !important;
}
.single-initiative header.header-sticky {
    background: #fff !important;
     box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05) !important;
}
.single-initiative .header-sticky .nav > span svg path {
    stroke: #202E3D !important;
}




.initiatives-intro-text {
    font-size: 20px;
    font-size: 1.4vw;
    position: relative;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.5s linear, transform 1s cubic-bezier(0.66, 0, 0.34, 1);
}
.initiatives-intro-text.close {
    opacity: 1;
    transform: translateY(0px);
}

.initiatives-item-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.initiatives-item-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    background: #66A7B6;
}

.intro-initiative-single {
    padding-top: 40vh;
    padding-bottom: 200px;
    color: #fff;
}

.intro-initiative-single .initiatives-intro-title {
    margin-bottom: 140px;
}

.intro-initiative-single-image {
    padding-bottom: 142%;
}

.intro-initiative-single-left {
    padding-right: 1%; 
}

.intro-initiative-single-right {
    padding-left: 16%;
}

.intro-initiative-single-text h3 {
    font-size: 32px;
    font-size: 2.2vw;
    line-height: 1.3;
    margin-bottom: 40px;
}
.intro-initiative-single-text p {
    font-size: 20px;
    font-size: 1.4vw;
    line-height: 1.4;
    margin-bottom: 28px;
}
.intro-initiative-single-text p:last-child {
    margin-bottom: 0px;
}

.content-initiative-single-hold {
    margin-bottom: 250px;
}

.text-32 {
    font-size: 32px;
    font-size: 2.2vw;
    line-height: 1.3;
}

.content-initiative-single {
    padding: 100px 0 80px;
}

.content-initiative-single-left {
    padding-right: 4%;
}
.content-initiative-single-right {
    padding-left: 6%;
}

.content-initiative-single-list ul li {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding-left: 26px;
}
.content-initiative-single-list ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #F0F0F0;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content-initiative-single-partners {
    margin-bottom: 80px;
}

.content-initiative-single-partners .text-32 {
    margin-bottom: 20px;
}

.text-14 {
    font-size: 14px;
    line-height: 1.4;
}

.max-width-440 {
    max-width: 440px;
}

.initiative-partners-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.initiative-partners-list ul li {
    min-height: 160px;
    border-left: 1px solid #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #F0F0F0;
    margin-left: -1px;
}

.initiative-partners-list ul li:last-child {
}

.initiative-partners-list ul li img {
    max-width: 134px;
    max-height: 92px;
}

.partners-list-third ul li {
    width: 33.333%;
    min-width: 33.333%;
    border-bottom: 1px solid #F0F0F0;
}

.partners-list-third ul li:nth-last-child(-n+3) {
    border-bottom: 1px solid transparent;
}

.partners-list-third ul li:nth-child(3n) {
    border-right: 1px solid #F0F0F0;
}

.partners-list-third ul li:nth-child(3n):not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

/* .partners-list-third ul li:nth-child(3n+2):not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
} */
/* .partners-list-third ul li:nth-child(3n+2):not(:nth-last-child(3)) {
    border-bottom: 1px solid #F0F0F0;
} */
.partners-list-third ul li:nth-last-child(3):not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #F0F0F0;
}
.partners-list-third ul li:nth-child(3n+1):nth-last-child(3) {
    border-bottom: 1px solid transparent;
}

.partners-list-half ul li {
    width: 50%;
    min-width: 50%;
    border-bottom: 1px solid #F0F0F0;
}

.partners-list-half ul li:nth-child(2n) {
    border-right: 1px solid #F0F0F0;
}

.partners-list-half ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid transparent;
}



@media only screen and (max-width: 1500px) {
    .modal-text p {
        font-size: 14px;
    }
    .home-world-content {
        padding: 70px 9.6% 60px;
    }
    .home-intro-bottom-left {
        font-size: 20px;
    }
    .home-intro-bottom-text-width {
        max-width: 330px;
    }
    .btn-green, .btn-green:focus, .btn-green:active {
        min-width: 180px;
    }
    .home-initiatives-list ul li span {
        font-size: 14px;
        top: 1vw;
    }
    .text-24 {
        font-size: 20px;
        line-height: 1.4;
    }
    .home-initiatives-right .text-24 {
        margin-bottom: 37px;
    }
    .home-initiatives-text {
        padding-top: 10px;
    }
    .link-plus, .link-plus:focus, .link-plus:active {
        font-size: 20px;
    }
    .home-initiatives-section {
        padding: 195px 0 60px;
    }
    .title-70 {
        line-height: 1.15;
    }
    .facts-list ul li span {
        font-size: 14px;
    }
    .facts-list {
        width: calc(100% + 15%);
    }
    .facts-list ul li {
        min-width: 130px;
    }
    .row.row-header {
        padding: 0 35px;
    }
    .home-togetger-text-width {
        max-width: 260px;
    }
    .home-intro-bottom-left span {
        left: calc(100vw * -0.16 + 35px);
    }
}

@media only screen and (max-width: 1300px) {
    .article-single-section {
        padding: 220px 0 150px;
    }
    .intro-simple-section {
        padding: 220px 0 60px;
    }
    .home-intro-bottom-left span {
        left: calc(100vw * -0.16 + 30px);
    }
    main {
        /* margin-bottom: 400px; */
    }
    .footer-hold {
        min-height: 400px;
        /* padding: 150px 0 20px; */
    }
    .footer-bottom span a {
        font-size: 14px;
    }
    .footer-bottom ul li {
        font-size: 14px;
    }
    .footer-nav {
        width: calc(100% - 207px);
    }
    .footer-left {
        width: 207px;
    }
    .footer-left img {
        max-width: 177px;
    }
    .home-togetger-text-width {
        max-width: 210px;
    }
    .home-together-title {
        font-size: 100px;
        font-size: 7.8vw;
        margin-bottom: 124px;
    }
    .home-together-section {
        padding-top: 160px;
        padding-bottom: 120px;
    }
    .home-facts-section {
        margin-bottom: 140px;
    }
    .home-facts-right {
        padding-left: 2%;
    }    
    .home-facts-left {
        padding-top: 15px;
    }
    .home-facts-right .title-70 {
        margin-bottom: 60px;
    }
    .label-text {
        margin-bottom: 20px;
    }
    .facts-list ul li {
        font-size: 3.1vw;
        min-width: 1px;
        margin-right: 60px;
        margin-bottom: 40px;
    }
    .home-world-section {
        margin-bottom: 125px;
    }
    .home-world-content-text.text-24 {
        margin-bottom: 62px;
    }
    .btn-brown, .btn-brown:focus, .btn-brown:active {
        font-size: 16px;
        padding: 9px 20px;
    }
    .home-world-content-title {
        font-size: 3.1vw;
        margin-bottom: 30px;
    }
    .home-initiatives-section {
        padding: 145px 0 60px;
    }
    .home-initiatives-list ul li {
        margin-bottom: 10px;
    }
    .link-plus, .link-plus:focus, .link-plus:active {
        font-size: 16px;
        background: url(../img/link-plus.svg) no-repeat left center / 16px;
    }
    .text-24 {
        font-size: 16px;
    }
    .home-intro-title {
        font-size: 100px;
        font-size: 8vw;
    }
    .home-intro-title span:after {
        height: 1.2vw;
    }
    .btn-green, .btn-green:focus, .btn-green:active {
        font-size: 16px;
        min-width: 150px;
        padding: 17px 20px;
    }
    .btn-replay, .btn-replay:focus .btn-replay:active {
        font-size: 14px;
    }
    .home-intro-bottom-left {
        font-size: 16px;
    }
    .home-intro-bottom-text-width {
        max-width: 270px;
    }
    .home-initiatives-list ul li a {
        font-size: 40px;
        font-size: 3.1vw;
    }
    header.header-sticky .logo-hold {
        top: 8px;
    }
    .logo-hold {
        top: 22px;
    }
    #logo, #logoReverse, #logoLoading {
        width: 204px;
    }
    .nav > span { 
        bottom: -10px;
    }
    .nav ul li a {
        font-size: 20px; 
        padding: 25px 0;
    }
    .row.row-header {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1100px) {
    .entry blockquote {
        padding-left: 78px;
    }
    .ideas-item a span {
        top: 36px;
    }
    .ideas-item a {
        padding: 30px 160px 32px 0;
        font-size: 18px;
    }
    .about-story-section {
        margin-bottom: 160px;
    }
    .about-story-line {
        margin-bottom: 100px;
    }
    .about-story-text p {
        font-size: 24px;
        font-size: 2.2vw;
    }
    .sec-stuff-info {
        font-size: 13px;
    }
    .partners-list ul li {
        padding: 30px 20px 30px 20px;
    }
    .modal-stuff .close-button {
        right: 4%;
        top: 50px;
    }
    .modal-stuff .row.row-full {
        padding: 80px 7%;
    }
    .modal-middle {
        padding-left: 4%;
        padding-right: 6%;
    }
    .modal-text p {
        font-size: 13px;
    }
    .modal-text {
        padding-left: 0;
    }
    .footer-nav ul li a {
        font-size: 14px;
    }
    .home-intro-title span:after {
        height: 1vw;
    }
    .main-stuff-text {
        font-size: 13px;
    }
    .main-stuff-image {
        height: 330px;
    }
    .ideas-list-section {
        margin-bottom: 160px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-initiative-single-list ul li {
        font-size: 16px;
    }
    .text-32 {
        font-size: 20px;
        font-size: 2.6vw;
    }
    .intro-initiative-single-text h3 {
        font-size: 20px;
        font-size: 2.6vw;
    }
    .intro-initiative-single-right {
        padding-left: 10%;
    }
    .intro-initiative-single-left {
        padding-right: 0;
    }
    .about-story-text p {
        font-size: 16px;
    }
    .article-single-about {
        margin-top: 30px;
        padding-top: 70px;
    }
    .article-single-about p {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .entry blockquote {
        padding-left: 45px;
        margin: 50px 0;
    }
    .entry blockquote:before {
        top: 10px;
        width: 21px;
        height: 18px;
    }
    .entry ul li:before {
        top: 9px;
    }
    .entry ul li {
        font-size: 16px;
    }
    .entry p {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .entry h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .back-button {
        margin-bottom: 30px;
    }
    .section-title span:after {
        height: 0.9vw;
    }
    .human-changing-left {
        padding: 120px 0 70px;
    }
    .human-changing-section .section-title {
        margin-bottom: 50px;
    }
    .human-changing-right img {
        position: static;
        bottom: 0;
        left: auto;
        transform: translateX(0%);
        max-width: 100%;
    }
    .human-changing {
        display: block;
    } 
    .ideas-item a {
        padding: 30px 0px 63px 0;
        font-size: 16px;
    }
    .ideas-item a span {
        bottom: 32px;
        top: auto;
        right: auto;
        left: 0;
        padding-right: 35px;
        font-size: 12px;
        line-height: 1.2;
    }
    .intro-simple-tilte {
        font-size: 52px;
        font-size: 6.8vw;
    }
    .image-section .home-video-hold {
        padding-bottom: 0;
        min-height: 100vh;
    }
    .modal-stuff .section-title span:after {
        z-index: 1;
    }
    .modal-position {
        position: relative;
        z-index: 2;
    }
    .modal-middle {
        position: relative;
    }
    .modal-stuff:before {
        display: none;
    }
    .modal-middle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -15vw;
        right: -15vw;
        width: calc(100% + 30vw);
        height: calc(50% + 1px);
        bottom: -1px;
    }
    .modal-left:before {
        content: '';
        position: absolute;
        top: -31px;
        left: -15vw;
        right: -15vw;
        width: calc(100% + 30vw);
        height: calc(100% + 31px);
        bottom: 0;
    }
    .modal-text:before {
        content: '';
        position: absolute;
        top: -21px;
        left: -15vw;
        right: -15vw;
        width: calc(100% + 30vw);
        height: calc(100% + 141px);
        bottom: -120px;
    }
    .modal-main-stuff .modal-middle:before,
    .modal-main-stuff .modal-left:before,
    .modal-main-stuff .modal-text:before {
        background: #66A7B6;
    }
    .modal-foundation-stuff .modal-middle:before,
    .modal-foundation-stuff .modal-left:before,
    .modal-foundation-stuff .modal-text:before {
        background: #69845F;
    }
    .modal-scientific-stuff .modal-middle:before,
    .modal-scientific-stuff .modal-left:before,
    .modal-scientific-stuff .modal-text:before {
        background: #45438E;
    }
    .modal-foundation-stuff .section-title span:after {
        background: #fff;
    }
    .modal-scientific-stuff .section-title span:after {
        background: #fff;
    }
    .modal-main-stuff .section-title span:after {
        background: #fff;
    }
    .modal-foundation-stuff .section-title {
        color: #fff;
    }
    .modal-scientific-stuff .section-title {
        color: #fff;
    }
    .modal-stuff .close-button:after {
        filter: brightness(0);
    }
    .modal-stuff .close-button {
        color: #202E3D;
    }
    .modal-stuff .section-title {
        font-size: 4.5vw;
        font-size: 35px;
        margin-bottom: 5px;
    }
    .modal-text p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .modal-main-stuff .section-title {
        color: #fff;
    }
    .modal-left {
        padding-right: 0;
        color: #fff;
        position: relative;
        z-index: 5;
        margin-bottom: 20px;
    }
    .modal-image {
        padding-bottom: 116%;
    }
    .modal-stuff:before {
        position: fixed;
        top: 40%;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        height: 60%;
    }
    .modal-stuff .close-button {
        right: 20px;
        top: 36px;
    }
    .modal-stuff .row.row-full {
        padding: 120px 15%;
    }
    .modal-middle {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .modal-stuff .row {
        display: block;
    }
    .partners-list {
        overflow: auto;
        width: calc(100vw - (100vw * 0.16));
    }
    .partners-section {
        margin-bottom: 90px;
    }
    .partners-section:before {
        height: calc(50% + 91px);
    }
    .main-stuff-title {
        padding-right: 60px;
    }
    .main-stuff-title span.mob-main-stuff-title{
        display: block;
    }
    .sec-stuff-section {
        margin-bottom: 120px;
    }
    .partners-list ul li {
        padding: 30px 30px 40px;
        min-width: calc(100vw - (100vw * 0.32));
    }
    /* .partners-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 32px 30px 40px 30px;
    }
    .partners-list ul li:last-child {
        margin-bottom: 0px;
    }
    .partners-list ul {
        display: block;
    } */
    .sec-stuff-info:after {
        display: none;
    }
    .sec-stuff-name span {
        display: block;
    }
    .section-title {
        font-size: 42px;
        font-size: 5.5vw;
        margin-bottom: 30px;
    }
    .sec-stuff-name {
        margin-bottom: 10px;
        padding-right: 60px;
    }
    .sec-stuff-info span {
        position: relative;
        top: auto;
        transform: translateY(0%);
        left: auto;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .sec-stuff-info {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .sec-stuff-list-item {
        display: block;
        padding: 20px 0;
    }
    .main-staff-section {
        margin-bottom: 160px;
    }
    .main-staff ul li.active .main-stuff-title {
        color: #202E3D;
    }
    .main-stuff-title {
        font-size: 20px;
    }
    .main-stuff-text {
        font-size: 14px;
    }
    .main-stuff-image {
        height: auto;
        padding-bottom: 119%;
    }
    .main-stuff-text {
        opacity: 1;
        transform: translateY(0px);
    }
    .main-staff ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 100px;
    }
    .main-staff ul li:last-child {
        margin-bottom: 0px;
    }
    .main-staff ul li.active {
        width: 100%;
    }
    .main-staff ul {
        display: block;
    }
    .footer-hold {
        /* padding: 170px 0 20px; */
    }
    .footer-bottom span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-bottom span a {
        font-size: 10px;
    }
    .footer-bottom ul li {
        font-size: 10px;
    }
    .footer-nav {
        width: calc(100% - 140px);
    }
    .footer-left {
        width: 140px;
    }
    .footer-left img {
        max-width: 121px;
    }
    .home-together-title {
        font-size: 70px;
        font-size: 9.1vw;
        margin-bottom: 270px;
    }
    .home-together-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .home-facts-section {
        margin-bottom: 230px;
    }
    .facts-list ul li {
        font-size: 3.1vw;
        min-width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .facts-list {
        width: 100%;
    }
    .home-facts-left {
        padding-top: 8px;
    }
    .facts-list ul li span {
        font-size: 12px;
    }
    .label-text {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .title-70 {
        font-size: 24px;
        font-size: 3.1vw;
    }
    .home-initiatives-list ul li span {
        font-size: 12px;
        top: 0;
        margin-left: 3px;
    }
    .home-initiatives-text {
        padding-top: 4px;
    }
    .home-initiatives-right .text-24 {
        margin-bottom: 15px;
    }
    .link-plus, .link-plus:focus, .link-plus:active {
        font-size: 14px;
        background: url(../img/link-plus.svg) no-repeat left center / 13px;
        padding-left: 22px;
    }
    .btn-brown, .btn-brown:focus, .btn-brown:active {
        font-size: 14px;
        padding: 10px 20px;
    }
    .home-world-content-title {
        margin-bottom: 20px;
    }
    .home-world-content {
        padding: 40px 9.6% 30px;
    }
    .text-24 {
        font-size: 14px;
    }
    .home-world-right {
        width: 50%;
    }
    .home-world-left {
        width: 50%;
    }
    .home-initiatives-section {
        padding: 100px 0 63px;
    }
    .home-video-hold {
        height: auto;
        padding-bottom: 91%;
    }
    .home-intro {
        padding: 100px 0 40px;
    }
    .home-intro-bottom-right {
        position: relative;
        left: 50px;
    }
    .nav ul li {
        margin-right: 20px;
    }
    .home-intro-bottom-text-width {
        max-width: 230px;
        margin-left: 20px;
    }
    .home-intro-bottom-left {
        font-size: 14px;
    }
    .btn-green, .btn-green:focus, .btn-green:active {
        font-size: 14px;
        min-width: 140px;
        padding: 13px 20px;
    }
    .home-intro-title {
        font-size: 70px;
        font-size: 9.1vw;
        margin-left: -50px;
        width: calc(100% + 100px);
    }    
    .nav > span {
        width: 14px;
        height: 14px;
    }
    #logo, #logoReverse, #logoLoading {
        width: 139px;
    }
    .nav ul li a {
        font-size: 14px;
        padding: 15px 0;
    }
    .row.row-header {
        padding: 0 20px;
    }
    .logo-hold {
        top: 10px;
    }
    .home-intro-bottom-left span {
        left: calc(100vw * -0.16 + 20px);
    } 
    .link-plus-green, .link-plus-green:focus, .link-plus-green:active {
        font-size: 16px;
    }
    .intro-simple-tilte span:after {
        height: 1.6vw;
    }
    .footer-hold {
        padding: 92px 0 50px;
    }
}

@media screen and (max-width:639px) {
    .intro-initiative-single .initiatives-intro-title {
        margin-bottom: 120px;
    }
    .partners-list-third ul li {
        width: 50%;
        min-width: 50%;
        border-bottom: 1px solid #F0F0F0 !important;
    }
    .partners-list-third ul li:nth-last-child(-n+2) {
        border-bottom: 1px solid transparent !important;
    }
    .partners-list-third ul li:nth-child(2n):not(:last-child) {
        border-bottom: 1px solid #F0F0F0 !important;
    }
    .initiative-partners-list ul li img {
        max-width: 110px;
        max-height: 70px;
    }
    .initiative-partners-list ul li {
        min-height: 120px;
    }
    .content-initiative-single-hold {
        margin-bottom: 150px;
    }
    .content-initiative-single-right {
        padding-left: 0;
    }
    .content-initiative-single-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .text-32 {
        font-size: 20px;
    }
    .intro-initiative-single {
        padding-bottom: 100px;
    }
    .intro-initiative-single-text p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .intro-initiative-single-text h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .intro-initiative-single-right {
        padding-left: 0;
    }
    .intro-initiative-single-left {
        margin-bottom: 40px;
    }
    .initiatives-intro-title {
        font-size: 68px;
        font-size: 18vw;
    }
    .cs-email {
        text-align: center;
        padding-bottom: 0;
        padding-top: 40px;
    }
    .cs-logo {
        text-align: center;
    }
    .coming-soon-content .row {
        display: block;
    }
    .article-single-about h3 {
        font-size: 12px;
        line-height: 1.2;
    }
    .article-single-about {
        padding-top: 30px;
    }
    .entry blockquote:before {
        top: 6px;
    }
    .entry blockquote p {
        font-size: 27px;
        font-size: 7.2vw;
    }
    .article-single-info:before {
        top: auto;
        bottom: 0;;
    }
    .article-single-info {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .article-single-info ul li {
        font-size: 12px;
        line-height: 1.2;
    }
    .article-single-section .section-title {
        margin-bottom: 30px;
    }
    .article-single-section {
        padding: 200px 0 100px;
    }
    .intro-simple-tilte span:after {
        height: 2vw;
    }
    .human-changing-section .section-title {
        font-size: 32px;
        font-size: 8.5vw;
        margin-bottom: 40px;
    }
    .human-changing-left {
        padding: 70px 0 40px;
    }
    .ideas-list-section {
        margin-bottom: 130px;
    }
    .intro-simple-tilte {
        font-size: 32px;
        font-size: 8.8vw;
    }
    .intro-simple-section {
        padding: 200px 0 70px;
    }
    .modal-middle:before {
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
    }
    .modal-left:before {
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
    }
    .modal-text:before {
        top: -26px;
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 86px);
        bottom: -60px;
    }
    .modal-stuff .section-title span:after {
        height: 0.9vw;
    }
    .modal-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .modal-left {
        margin-bottom: 25px;
    }
    .modal-stuff .section-title {
        font-size: 27px;
        font-size: 7.2vw;
    }
    .modal-stuff .row.row-full {
        padding: 90px 20px 60px;
    }
    .partners-list ul li {
        margin-right: 15px;
        min-width: calc(100vw - 95px);
    }
    .partners-list {
        overflow: auto;
        width: calc(100% + 20px);
    }
    .sec-stuff-section {
        margin-bottom: 100px;
    }
    .section-title span:after {
        height: 0.9vw;
    }
    .section-title {
        font-size: 27px;
        font-size: 7.2vw;
    }
    .main-staff-section {
        margin-bottom: 100px;
    }
    .main-staff ul li {
        margin-bottom: 60px;
    }
    .about-story-section {
        margin-bottom: 80px;
    }
    .about-story-line span {
        font-size: 12px;
        line-height: 14px;
        margin-right: 40px;
    }
    .about-intro-section .home-intro-title {
        font-size: 52px;
        font-size: 14vw;
    }
    .footer-bottom span a {
        font-size: 12px;
    }
    .footer-bottom {
        display: block;
    }
    .footer-bottom ul li {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .footer-bottom ul {
        display: block;
    }
    .footer-hold {
        min-height: 1px;
        padding: 40px 0 20px;
    }
    .footer-nav ul {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer-nav ul li {
        margin-right: 0;
    }
    .footer-nav ul li a {
        font-size: 12px;
    }
    .footer-nav {
        padding-bottom: 30px;
    }
    .footer-top {
        display: block;
        margin-bottom: 54px;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-left img {
        max-width: 192px;
    }
    .btn-brown, .btn-brown:focus, .btn-brown:active {
        font-size: 20px;
        padding: 11px 20px;
    }
    .home-together-bottom-left {
        margin-bottom: 50px;
    }
    .text-24 {
        font-size: 16px;
    }
    .home-together-title span:before {
        height: 2vw;
    }
    .home-together-title {
        font-size: 60px;
        font-size: 16vw;
        margin-bottom: 90px;
    }
    .home-together-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-facts-section {
        margin-bottom: 100px;
    }
    .home-facts-right .title-70 {
        margin-bottom: 70px;
    }
    .facts-list ul li span {
        padding-top: 5px;
    }
    .facts-list ul li {
        font-size: 8.5vw;
        min-width: 45%;
    }
    .home-facts-section .row.row-full {
        padding-right: 20px;
    }
    .home-facts-left {
        padding-top: 0px;
        margin-bottom: 50px;
    }
    .link-plus, .link-plus:focus, .link-plus:active {
        font-size: 16px;
        background: url(../img/link-plus.svg) no-repeat left center / 14px;
    }
    .title-70 {
        font-size: 32px;
        font-size: 8.5vw;
    }
    .home-world-left {
        transform: translateX(0%);
        margin-top: -50px;
    }
    .home-world-content-text.text-24 {
        margin-bottom: 20px;
    }
    .home-world-image {
        padding-bottom: 48%;
    }
    .home-world-left {
        display: block;
    }
    .home-world-content {
        padding: 20px;
    }
    .home-world-content-title {
        font-size: 8.5vw;
        margin-bottom: 10px;
    }
    .home-world-right-image {
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        transition: 2s cubic-bezier(0.76, 0.00, 0.24, 1.00);
    }
    .home-world-right {
        width: 100%;
    }
    .home-world-left {
        width: 100%;
        order: 2;
    }
    .home-word-hold {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .home-initiatives-images {
        display: none;
    }
    .home-initiatives-text {
        padding-top: 0px;
    }
    .home-initiatives-right .text-24 {
        margin-bottom: 40px;
    }
    .home-initiatives-right {
        padding-left: 0;
    }
    .home-initiatives-list {
        margin-bottom: 40px;
    }
    .home-initiatives-list ul li {
        margin-bottom: 20px;
    }
    .home-initiatives-list ul li span {
        margin-left: 0px;
        color: #202E3D;
    }
    .home-initiatives-list ul li a:hover {
        padding-left: 0px;
    }
    .home-initiatives-list ul li a {
        font-size: 32px;
        font-size: 8.5vw;
    }
    .home-initiatives-section .row {
        display: block;
    }
    .home-video-hold {
        padding-bottom: 93%;
    }
    .home-initiatives-section {
        padding: 70px 0 100px;
    }
    .home-video-hold video {
        max-height: 130%;
    }
    .home-intro {
        padding: 160px 0 40px;
    }
    .btn-green, .btn-green:focus, .btn-green:active {
        font-size: 20px;
        min-width: 100%;
        padding: 11px 20px;
    }
    .home-intro-bottom-right {
        left: 0;
    }
    .home-intro-bottom-left {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .home-intro-bottom-text-width {
        margin-left: 0;
    }
    .home-intro-bottom-left span {
        display: none;
    }
    .home-intro-title span:after {
        height: 2vw;
    }
    .home-intro-title {
        font-size: 60px;
        font-size: 16vw;
        margin-left: -20px;
        width: calc(100% + 40px);
        letter-spacing: -4px;
        word-spacing: -4px;
        margin-bottom: 90px;
    }
    .row.row-full {
        padding: 0 20px;
    }
    .logo-hold {
        top: 20px;
        left: -10px;
    }
    #logo, #logoReverse, #logoLoading {
        width: 153px;
    }
    .nav ul {
        display: none;
    }
    .nav {
        min-height: 45px;
    }
    .nav > span {
        width: 18px;
        height: 18px;
        bottom: 0;
    }
	header.header-sticky .nav > span {
        bottom: 12px;
    }

}

@media screen and (max-width:359px) {
    .footer-hold {
        /* padding: 100px 0 20px; */
    }
}
