.about-section {
    padding: 40px 0 20px;
}
.about-section .site-width {
	width: 1360px;
}
.about-section .strip {
    padding: 40px 0;
    gap: 40px 3%;
}
.about-section .strip.odd {
    flex-direction: row-reverse;
}
.about-section .strip .text-wrapper {
    width: 46%;
    line-height: 32px;
    letter-spacing: -0.5px;
}
.about-section .strip.odd .text-wrapper {
    width: 54%;
}
.about-section .strip .text-wrapper .about-title {
    font-size: 25px;
    font-weight: 700;
    color: #7D1818;
}
.about-section .strip .text-wrapper .about-text {
    font-size: 22px;
    font-weight: 400;
    color: #090909;
}
.about-section .strip .img-wrapper {
    width: 52%;
    overflow: hidden;
}
.about-section .strip.odd .img-wrapper {
    width: 44%;
}
.about-section .strip .img-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 120%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}

.rtl .about-section .strip .img-wrapper img {
	right: 50%;
    transform: translateX(50%);
}

/*#content.foundation .names {
	margin-bottom: 34px;
	font-size: 30px;
}
#content.foundation .names .big {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 15px;
	margin-right: 3px;
	letter-spacing: 1px;
	color: #B1891B;
	font-size: 36px;
	font-weight: 700;
}
#content.foundation .intro-text {
	margin-bottom: 55px;
	line-height: 1.65;
}*/
#content.foundation .words-strip {
	padding: 60px 0;
}

.cloud-strip {
	padding: 100px 0 70px;
}
.rtl .cloud-strip {
	padding: 70px 0 70px;
}
#words-cloud {
	position: relative;
	height: 700px;
}
#words-cloud .word {
	white-space: nowrap;
}
#words-cloud .word-item {
	opacity: 1;
	color: rgba(255,255,255,0);
	transition: color .4s ease;
}
/*#words-cloud .word-item span {
	display: block;
	animation-name: word-anim;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}
#words-cloud.pause .word-item span {
	animation: none;
}
@keyframes word-anim {
	0%   {transform: scale(1);}
	33%   {transform: scale(1.01);}
	66%   {transform: scale(0.98);}
	100%   {transform: scale(1);}
}*/

#words-cloud .s150 { font-size: 150px; line-height: .7; }
#words-cloud .s120 { font-size: 120px; line-height: .7; }
#words-cloud .s108 { font-size: 108px; line-height: .75; }
#words-cloud .s96 {	font-size: 96px; line-height: .7; }
#words-cloud .s90 {	font-size: 90px; line-height: .8; }
#words-cloud .s78 {	font-size: 78px; }
#words-cloud .s72 {	font-size: 72px; }
#words-cloud .s63 {	font-size: 63px; }
#words-cloud .s58 {	font-size: 58px; }
#words-cloud .s52 {	font-size: 52px; }
#words-cloud .xs {	font-size: 36px; }
#words-cloud .word-item.color1 { color: #613448 }
#words-cloud .word-item.color2 { color: #597858 }
#words-cloud .word-item.color3 { color: #bd8bb1 }
#words-cloud .word-item.color4 { color: #d7b961 }

#words-cloud .cloud-wrapper {
	position: absolute;
	top: 50%;
	left: 45%;
	width: 0;
	height: 0;
}
#words-cloud .cloud-wrapper .top-left {
	position: absolute;
	left: 98px;
	bottom: 0;
	width: 700px;
}
#words-cloud .cloud-wrapper .top-right {
	position: absolute;
	right: -10px;
	bottom: 5px;
	width: 700px;
}
#words-cloud .top-left .flex-column {
	position: absolute;
	flex-direction: column-reverse;
	align-items: flex-start;
	bottom: 0;
	left: 18px;
}
#words-cloud .top-left .flex-column .flex-row {
	justify-content: flex-start;
	align-items: center;
}
#words-cloud .top-left .flex-column .flex-row > div + div {
	margin-left: 28px;
}
#words-cloud .top-right .flex-column {
	position: absolute;
	flex-direction: column-reverse;
	align-items: flex-end;
	bottom: 0;
	right: 0;
}
#words-cloud .cloud-wrapper .top-left > .word-item:first-child {
	position: absolute;
	bottom: 0;
	left: -75px;
	margin-bottom: 14px;
}
#words-cloud .cloud-wrapper .top-left .rotate {
	position: absolute;
	top: 100%;
	left: 100%;
	transform: rotate(-90deg);
	transform-origin: top left;
}
#words-cloud .cloud-wrapper .top-right .word-item:nth-child(3) {
	line-height: .75;
}
#words-cloud .cloud-wrapper .bottom-left {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 2px;
	left: -54px;
	width: 700px;
	text-align: right;
}
#words-cloud .cloud-wrapper .bottom-left .part1 {
	position: relative;
}
#words-cloud .cloud-wrapper .bottom-left .part1 .flex {
	align-items: flex-start;
}
#words-cloud .cloud-wrapper .bottom-left .part1 > .word-item {
	position: absolute;
	top: 0;
	right: -72px;
	margin-top: 21px;
}
#words-cloud .cloud-wrapper .bottom-left .part1 > .word-item .rotate {
	position: absolute;
	bottom: 100%;
	right: 100%;
	transform: rotate(-90deg);
	transform-origin: bottom right;
	white-space: nowrap;
}
#words-cloud .cloud-wrapper .bottom-left .part2 {
	margin-left: 68px;
}
#words-cloud .cloud-wrapper .bottom-right {
	position: absolute;
	top: 12px;
	right: 86px;
	width: 700px;
	text-align: right;
}
#words-cloud .cloud-wrapper .bottom-right .part1 {
	position: relative;
	display: inline-block;
}
#words-cloud .cloud-wrapper .bottom-right .part1 > .word-item:nth-child(2) {
	position: absolute;
	top: 100%;
	left: -90px;
}
#words-cloud .cloud-wrapper .bottom-right .part1 > .word-item:nth-child(2) .rotate {
	position: absolute;
	bottom: 5px;
	right: 7px;
	transform: rotate(90deg);
	transform-origin: bottom right;
	white-space: nowrap;
}
#words-cloud .cloud-wrapper .bottom-right .part2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 20px;
}
#words-cloud .cloud-wrapper .bottom-right .part2 .s120 {
	margin-left: -10px;
}

#content.foundation .foundation-pages-strip {
	/* margin-top: 84px; */
	padding: 70px 0;
	/* background: #eceded; */
}
.rtl #content.foundation .foundation-pages-strip {
	padding: 34px 0 118px;
}

#content.foundation .foundation-pages-strip .pages-items {
	flex-wrap: wrap;
}
#content.foundation .foundation-pages-strip .pages-items .item {
	width: 287px;
	margin: 5px 0 46px;
	text-align: center;
	color: inherit;
	background: #fff;
	box-shadow: 3px 2px 3px 1px rgba(0,0,0,0.1);
	transition: box-shadow 0.2s ease-in-out;
}
#content.foundation .foundation-pages-strip .pages-items .item:hover {
	box-shadow: 1px 1px 5px 4px rgba(0,0,0,0.3);
}
#content.foundation .foundation-pages-strip .pages-items .item .img-wrapper {
	display: block;
	position: relative;
	height: 218px;
	overflow: hidden;
}
#content.foundation .foundation-pages-strip .pages-items .item .img-wrapper img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100.2%;
	max-width: 100.2%;
	height: auto;
}
#content.foundation .foundation-pages-strip .pages-items .item.grow {
	/*flex-grow: 0.29;*/
	width: 32%;
}
#content.foundation .foundation-pages-strip .pages-items .item.grow .img-wrapper {
	height: 242px;
}
#content.foundation .foundation-pages-strip .pages-items .item .item-title {
	display: block;
	font-weight: 700;
	padding: 32px 10px;
	font-size: 20px;
}
#content.foundation .foundation-pages-strip .pages-items .item.grow .item-title {
	padding: 20px 10px;
}

.guidelines {
	padding: 42px 0 100px;
	background: #F3F3F4;
}
.guidelines .items-wrapper {
	flex-wrap: wrap;
	gap: 60px 4%;
	margin-top: 60px;
}
.guidelines .item {
	width: 18%;
	text-align: center;
}
.guidelines .item .icon-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 80px;
	margin-bottom: 10px;
}
.guidelines .item .icon-wrapper img {
	display: block;
	max-height: 100%;
}
.guidelines .item .item-title {
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: 700;
}
.guidelines .item .item-text {
	font-size: 14px;
}

#foundation-news {
	padding: 60px 0 40px;
	background-color: #F3F3F4;
}
#foundation-news .no-calls-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	color: #a4414e;
}
#foundation-news .calls {
	flex-wrap: wrap;
	margin-top: 36px;
	margin-left: -2%;
	margin-right: -2%;
	justify-content: center;
}
#foundation-news .no-calls-title {
	font-size: 34px;
	text-align: center;
	color: #B1891B;
}
#foundation-news .btn-wrapper.center + .no-calls-title {
	margin-top: 56px;
}
#foundation-news .calls .item {
	width: 47%;
	flex-shrink: 0;
	margin-bottom: 40px;
	margin-right: 1.5%;
	margin-left: 1.5%;
	background: #fff;
	box-shadow: 2px 1px 8px 3px rgba(0,0,0,0.1)
}
#foundation-news .calls .item .title-wrapper {
	display: flex;
	min-height: 85px;
	justify-content: center;
	align-items: center;
	padding: 5px 28px 5px 10px;
	background-color: #a4414e;
}
#foundation-news .calls .item:nth-child(even) .title-wrapper {
	background-color: #535b70;
}
#foundation-news .calls .item .item-title {
	font-size: 29px;
	text-align: center;
	color: #fff;
}
#foundation-news .calls .item .item-content {
	padding: 27px 44px 34px 37px;
	font-size: 18.9px;
}
#foundation-news .calls .item .item-content .desc {
	line-height: 1.6;
}


@media (max-width: 1499px) {
    #words-cloud .cloud-wrapper {
		transform: scale(.9);
	}
	#words-cloud .cloud-wrapper .top-right {
		right: -14px;
	}
}

@media (max-width: 1310px) {
    .about-section .strip .text-wrapper {
		line-height: 30px;
	}
	#content.foundation .foundation-pages-strip {
		padding: 160px 0 100px;
	}
	#content.foundation .foundation-pages-strip .pages-items .item {
		width: 248px;
	}
	#content.foundation .foundation-pages-strip .pages-items .item .img-wrapper {
		height: 178px;
	}
	#content.foundation .foundation-pages-strip .pages-items .item.grow .img-wrapper {
		height: 0;
		padding-bottom: 60%;
	}
	#content.foundation .foundation-pages-strip .pages-items .item .item-title {
		padding: 20px 10px;
	}
    #words-cloud .cloud-wrapper {
		transform: scale(.8);
	}
}

@media (max-width: 1199px) {
	.about-section .strip .text-wrapper .about-text {
		font-size: 20px;
		line-height: 30px;
	}
	.guidelines .items-wrapper {
		padding: 0 20px;
	}
	.guidelines .item {
		width: 20%;
	}
	.guidelines .item .item-title {
		font-size: 23px;
		letter-spacing: -0.5px;
	}
}

@media (max-width: 1099px) {
    .about-section .strip .text-wrapper .about-text {
		font-size: 18.5px;
		line-height: 27px;
	}
	.guidelines .items-wrapper {
		justify-content: center;
		padding: 0;
	}
	.guidelines .item {
		width: 30%;
	}
	.guidelines .item .item-title {
		font-size: 22px;
	}
	#words-cloud .cloud-wrapper {
		transform: scale(.7);
	}
	#content.foundation .foundation-pages-strip .pages-items .item {
		width: 228px;
		margin-bottom: 30px;
	}
	#content.foundation .foundation-pages-strip .pages-items .item .img-wrapper {
		height: 158px;
	}
	#content.foundation .foundation-pages-strip .pages-items .item .item-title,
	#content.foundation .foundation-pages-strip .pages-items .item.grow .item-title {
		padding: 16px 8px;
	}
}

@media (max-width: 1023px) {
    .about-section .strip,
	.about-section .strip.odd {
		flex-direction: column;
	}
	.about-section .strip .text-wrapper,
	.about-section .strip.odd .text-wrapper {
		width: 100%;
	}
	.about-section .strip .img-wrapper,
	.about-section .strip.odd .img-wrapper {
		width: 100%;
		height: 400px;
	}
	.about-section .strip .img-wrapper img,
	.about-section .strip.odd .img-wrapper img {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.rtl .about-section .strip .img-wrapper img,
	.rtl .about-section .strip.odd .img-wrapper img {
		transform: translate(50%, -50%);
	}

	#content.foundation .names {
		margin-bottom: 28px;
		font-size: 28px;
	}
	#content.foundation .names .big {
		font-size: 34px;
	}
	#content.foundation .intro-text {
		line-height: 1.5;
	}
	#words-cloud {
		height: 500px;
	}
	#words-cloud .cloud-wrapper {
		transform: scale(.6);
		left: 42%;
	}
	#words-cloud .top-left .flex-column .flex-row > div + div,
	#words-cloud .cloud-wrapper .bottom-right .part1 > .word-item:nth-child(2) {
		display: none;
	}
	#content.foundation .foundation-pages-strip {
		padding: 100px 0 80px;
	}
	#content.foundation .foundation-pages-strip .pages-items .item.grow,
	#content.foundation .foundation-pages-strip .pages-items .item.grow-mobile {
		flex-grow: 0.3;
		width: 47%;
	}
	#content.foundation .foundation-pages-strip .pages-items .item.grow .img-wrapper,
	#content.foundation .foundation-pages-strip .pages-items .item.grow-mobile .img-wrapper {
		height: 190px;
	}

	#foundation-news .calls {
		display: flex;
		justify-content: center;
	}
	#foundation-news .calls.single-call .item {
		width: 90%;
	}
}

@media (max-width: 767px) {
	.about-section {
		padding: 0;
	}
	.about-section .strip {
		gap: 30px;
	}
	.about-section .strip .text-wrapper .about-title {
		font-size: 23px;
	}
	.about-section .strip .img-wrapper, .about-section .strip.odd .img-wrapper {
		height: 300px;
	}

	#content.foundation .names {
		font-size: 26px;
	}
	#content.foundation .names .big {
		font-size: 30px;
		margin-left: 12px;
		margin-right: 2px;
		letter-spacing: 0;
	}
	#content.foundation .intro-text {
		margin-bottom: 15px;
	}
	#content.foundation .intro-text br {
		display: none;
	}
	#words-cloud {
		height: 300px;
	}
	#words-cloud .cloud-wrapper {
		transform: scale(.3);
		left: 41.5%;
	}
	#content.foundation .foundation-pages-strip {
		margin-top: 14px;
		padding: 60px 0 70px;
	}

	#content.foundation .foundation-pages-strip .pages-items {
		display: block;
	}
	#content.foundation .foundation-pages-strip .pages-items .item,
	#content.foundation .foundation-pages-strip .pages-items .item.grow, 
	#content.foundation .foundation-pages-strip .pages-items .item.grow-mobile {
		display: block;
		width: 100%;
	}
	#content.foundation .foundation-pages-strip .pages-items .item.grow .img-wrapper, 
	#content.foundation .foundation-pages-strip .pages-items .item.grow-mobile .img-wrapper {
		height: 158px;
	}
	#content.foundation .foundation-pages-strip .btn-wrapper {
		margin-top: 42px;
	}

	.guidelines {
		padding: 40px 0 60px;
	}
	.guidelines .activity-strip-title {
		margin-bottom: 24px;
	}
	.guidelines .items-wrapper {
		gap: 44px 8%;
		margin-top: 40px;
	}
	body:not(.rtl) .guidelines .items-wrapper {
		gap: 30px;
	}
	.guidelines .item {
		width: 46%;
	}
	.guidelines .item .icon-wrapper {
		transform: scale(0.85);
		margin-bottom: 4px;
	}
	.guidelines .item .item-title {
		margin-right: -8px;
		margin-left: -8px;
		margin-bottom: 10px;
	}
	body:not(.rtl) .guidelines .item {
		width: 100%;
	}
	.rtl #content.foundation .foundation-pages-strip {
		padding-bottom: 80px;
	}
	#foundation-news .calls.single-call .item {
		width: 100%;
		margin: 0 auto;
	}
}


body.debug {
	background: url(../debug/keren.jpg) no-repeat top center;
}
body.debug > * {
	opacity: .7;
}