@media all and (min-width:501px) {
	.block-strengths-col-5 .item_1 {
		transform: translate(0, 100%);
		opacity: 0
	}

	.block-strengths-col-5 .item_1 svg {
		animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim
	}

}

@media all and (min-width:501px) {
	.block-strengths-col-5 .item_2 {
		transform: translate(0, 100%);
		opacity: 0;
		visibility: hidden
	}

	.block-strengths-col-5 .item_2 svg {
		animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a1
	}

}

@media all and (min-width:501px) {
	.block-strengths-col-5 .item_3 {
		transform: translate(0, 100%);
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		opacity: 0;
		visibility: hidden
	}

	.block-strengths-col-5 .item_3 svg {
		animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
		-webkit-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
		-ms-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
		-o-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
		-moz-animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2
	}

}

@media all and (min-width:501px) {
	.block-strengths-col-5 .item_4 {
		transform: translate(0, 100%);
		opacity: 0;
		visibility: hidden
	}

	.block-strengths-col-5 .item_4 svg {
		animation: 6s ease-in-out 0s normal none infinite running chang-scale-anim-a3
	}

}

@media all and (min-width:501px) {
	.block-strengths-col-5 .item_5 {
		transform: translate(0, 100%);
		opacity: 0;
		visibility: hidden
	}

	.block-strengths-col-5 .item_5 svg {
		animation: 6s ease-in-out 0s normal none infinite running chang-scale-anim-a3
	}

}

@keyframes chang-rotage-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(180deg) scale(1.3) skew(1deg)
	}

	20% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	25% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

}

@keyframes chang-rotage-anim-a1 {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	25% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-10deg) scale(1.3) skew(1deg)
	}

	35% {
		transform: rotate(10deg) scale(1.3) skew(1deg)
	}

	40% {
		transform: rotate(-10deg) scale(1.3) skew(1deg)
	}

	45% {
		transform: rotate(10deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

}

@keyframes chang-rotage-anim-a2 {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		-ms-transform: rotate(0deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		-ms-transform: rotate(0deg) scale(1) skew(1deg)
	}

	60% {
		transform: rotateY(360deg) scale(1.3) skew(1deg);
		-webkit-transform: rotateY(360deg) scale(1.3) skew(1deg);
		-o-transform: rotateY(360deg) scale(1.3) skew(1deg);
		-moz-transform: rotateY(360deg) scale(1.3) skew(1deg);
		-ms-transform: rotateY(360deg) scale(1.3) skew(1deg)
	}

	70% {
		transform: rotateY(0deg) scale(1) skew(1deg);
		-webkit-transform: rotateY(0deg) scale(1) skew(1deg);
		-o-transform: rotateY(0deg) scale(1) skew(1deg);
		-moz-transform: rotateY(0deg) scale(1) skew(1deg);
		-ms-transform: rotateY(0deg) scale(1) skew(1deg)
	}

	75% {
		transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-ms-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		-ms-transform: rotate(0deg) scale(1) skew(1deg)
	}

}

@keyframes chang-scale-anim-a3 {
	75% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	80% {
		transform: rotate(0deg) scale(1.3) skew(1deg)
	}

	85% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	90% {
		transform: rotate(0deg) scale(1.3) skew(1deg)
	}

	95% {
		transform: rotate(0deg) scale(1.1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1.1) skew(1deg)
	}

}

.block-strengths-col-5 {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	user-select: none;
	position: absolute;
	top: -55px;
	left: 50%;
	width: 1170px;
	transform: translateX(-50%)
}

@media all and (max-width:1024px) {
	.block-strengths-col-5 {
		width: 100%
	}

}

@media all and (max-width:850px) {
	.block-strengths-col-5 {
		position: static;
		transform: translateX(0);
		justify-content: center
	}

}

.block-strengths-col-5 .item {
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	width: calc(20% - 50px);
	margin: 0px 25px;
	transition: all 0.7s
}

.block-strengths-col-5 .item a {
	color: var(--main-color);
	display: block
}

.block-strengths-col-5 .item svg {
	width: 55px;
	height: 55px;
	fill: #fff
}

@media all and (max-width:1024px) {
	.block-strengths-col-5 .item svg {
		width: 40px;
		height: 40px
	}

}

.block-strengths-col-5 .item .icon_ {
	width: 100%
}

.block-strengths-col-5 .item .icon_ .icon_inner {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #29336c;
	margin: 0px auto;
	position: relative;
	transition: all 0.3s ease
}

.block-strengths-col-5 .item .icon_ .icon_inner:after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border-radius: 50%;
	border: 1px solid #dfe6e9
}

.block-strengths-col-5 .item .icon_ .icon_inner span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media all and (max-width:1024px) {
	.block-strengths-col-5 .item .icon_ .icon_inner {
		width: 100px;
		height: 100px
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-5 .item .icon_ .icon_inner {
		width: 50px;
		height: 50px;
		border-radius: 0;
		background: none
	}

	.block-strengths-col-5 .item .icon_ .icon_inner:after {
		display: none
	}

}

.block-strengths-col-5 .item .summary_str {
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height: 21px;
	color: #535353
}

@media all and (max-width:500px) {
	.block-strengths-col-5 .item .summary_str {
		display: none
	}

}

.block-strengths-col-5 .item .content-right {
	transition: all 0.3s ease;
	font-size: 18px;
	color: var(--black-color);
	width: 100%;
	line-height: 24px;
	transition: all 0.3s;
	margin: 25px 0px 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #000
}

.block-strengths-col-5 .item .content-right .title {
	margin: 0px 10px
}

@media all and (max-width:1024px) {
	.block-strengths-col-5 .item .content-right {
		font-size: 16px;
		margin: 20px 0px;
		padding-bottom: 10px
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-5 .item .content-right {
		padding: 0px;
		font-size: 13px;
		margin: 0px 0px 0px;
		color: #fff
	}

}

.block-strengths-col-5 .item:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 70%;
	top: 50%;
	right: -25px;
	transform: translate(-50%, -50%);
	background: var(--border-color)
}

@media all and (max-width:850px) {
	.block-strengths-col-5 .item:not(:last-child)::after {
		display: none
	}

}

.block-strengths-col-5 .item:not(:nth-child(2n))::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 70%;
	top: 50%;
	right: 0px;
	transform: translate(-50%, -50%);
	background: var(--border-color);
	display: none
}

@media all and (max-width:850px) {
	.block-strengths-col-5 .item:not(:nth-child(2n))::before {
		display: block
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-5 .item:not(:nth-child(2n))::before {
		display: none
	}

}

@media all and (max-width:1024px) {
	.block-strengths-col-5 .item {
		width: calc(20% - 30px);
		margin: 0px 15px
	}

}

@media all and (max-width:850px) {
	.block-strengths-col-5 .item {
		width: calc(100%/3);
		margin: 0px;
		padding: 10px;
		text-align: center
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-5 .item {
		padding: 0px 0px
	}

}

@media all and (min-width:1025px) {
	.block-strengths-col-5 .item:hover .content-right {
		color: var(--main-color);
		transition: all 0.3s ease
	}

	.block-strengths-col-5 .item:hover .icon_ .icon_inner {
		background-color: var(--main-color);
		transition: all 0.3s ease
	}

}

.block-strengths-col-3 {
	display: flex;
	flex-wrap: wrap
}

.block-strengths-col-3 .item {
	width: calc(100%/3 - 70px);
	margin: 0px 35px;
	position: relative;
	float: left;
	text-align: center;
	color: #fff;
	transition: all 1s ease
}

@media all and (min-width:501px) {
	.block-strengths-col-3 .item {
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden
	}

}

@media all and (max-width:800px) {
	.block-strengths-col-3 .item {
		width: calc(100%/3 - 30px);
		margin: 0px 15px
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-3 .item {
		width: 100%;
		margin: 0px 0px 10px
	}

	.block-strengths-col-3 .item:last-child {
		margin-bottom: 0px
	}

}

.block-strengths-col-3 .item .col-3-icon {
	width: 100%;
	text-align: center
}

.block-strengths-col-3 .item .col-3-icon svg {
	width: 60px;
	height: 60px
}

@media all and (max-width:500px) {
	.block-strengths-col-3 .item .col-3-icon {
		width: 70px;
		float: left
	}

}

.block-strengths-col-3 .item .col-3-title {
	line-height: 30px;
	padding: 0px 62px;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0px;
	padding-bottom: 15px;
	position: relative
}

.block-strengths-col-3 .item .col-3-title:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: all 0.3s ease
}

@media all and (max-width:500px) {
	.block-strengths-col-3 .item .col-3-title:after {
		display: none
	}

}

@media all and (max-width:1024px) {
	.block-strengths-col-3 .item .col-3-title {
		padding: 0px 0px 15px
	}

}

@media all and (max-width:800px) {
	.block-strengths-col-3 .item .col-3-title {
		padding: 0px 0px 10px;
		margin: 10px 0px
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-3 .item .col-3-title {
		line-height: 8px;
		font-size: 16px;
		padding-bottom: 0px;
		margin: 5px 0px;
		width: calc(100% - 70px);
		float: right
	}

}

.block-strengths-col-3 .item .col-3-content {
	padding: 0px 20px
}

@media all and (max-width:1024px) {
	.block-strengths-col-3 .item .col-3-content {
		padding: 0px
	}

}

@media all and (max-width:500px) {
	.block-strengths-col-3 .item .col-3-content {
		width: calc(100% - 70px);
		float: right
	}

}

.block-strengths-col-3 .item:hover a {
	color: #000
}

.block-strengths-col-3 .item:hover .col-3-title:after {
	background-color: #000
}

.strengths2.hello .block-strengths-col-3 .item {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

@media all and (min-width:501px) {
	.strengths2.hello .block-strengths-col-3 .item.item_1 svg {
		animation: roll-1 8s running infinite
	}

}

.strengths2.hello .block-strengths-col-3 .item.item_2 {
	transition-delay: 0.2s
}

@media all and (min-width:501px) {
	.strengths2.hello .block-strengths-col-3 .item.item_2 svg {
		animation: roll-2 8s running infinite
	}

}

.strengths2.hello .block-strengths-col-3 .item.item_3 {
	transition-delay: 0.4s
}

@media all and (min-width:501px) {
	.strengths2.hello .block-strengths-col-3 .item.item_3 svg {
		animation: roll-3 8s running infinite
	}

}

@keyframes roll-1 {
	10% {
		transform: rotateY(0) scale(1)
	}

	20% {
		transform: rotateY(180deg) scale(1.2)
	}

	30% {
		transform: rotateY(0) scale(1)
	}

}

@keyframes roll-2 {
	40% {
		transform: rotate(0) scale(1)
	}

	45% {
		transform: rotate(20deg)
	}

	50% {
		transform: rotate(-20deg) scale(1.2)
	}

	55% {
		transform: rotate(20deg)
	}

	60% {
		transform: rotate(0) scale(1)
	}

}

@keyframes roll-3 {
	70% {
		transform: rotate(0) scale(1)
	}

	80% {
		transform: rotate(360deg) scale(1.2)
	}

	90% {
		transform: rotate(0deg) scale(1)
	}

}

.block-strengths-simple {
	width: 40%;
	margin-left: 43%;
	padding: 70px 0px 100px
}

.block-strengths-simple .title {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 80px
}

.block-strengths-simple .title .title_inner {
	display: inline-grid
}

.block-strengths-simple .title .title_inner fieldset {
	text-align: center;
	border: 1px solid var(--main-color);
	padding: 15px 20px;
}

.block-strengths-simple .title .title_inner fieldset legend {
	color: var(--main-color)
}

@media all and (max-width:500px) {
	.block-strengths-simple .title .title_inner {
		font-size: 18px
	}

}

@media all and (max-width:1200px) {
	.block-strengths-simple .title {
		margin-bottom: 50px;
		font-size: 28px
	}

}

@media all and (max-width:500px) {
	.block-strengths-simple .title {
		font-size: 22px;
		margin-bottom: 10px
	}

}

.block-strengths-simple .list_item_str .item {
	width: calc(50% - 20px);
	margin: 0px 10px 15px;
	float: left;
	opacity: 0;
	visibility: hidden
}

.block-strengths-simple .list_item_str .item .stt {
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background-color: var(--main-color);
	color: #fff;
	font-size: 60px;
	overflow: hidden;
	transform: rotate(8deg)
}

@media all and (max-width:500px) {
	.block-strengths-simple .list_item_str .item .stt {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px
	}

}

.block-strengths-simple .list_item_str .item .item_r {
	width: calc(100% - 60px);
	float: right
}

.block-strengths-simple .list_item_str .item .item_r .item_title {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase
}

@media all and (max-width:500px) {
	.block-strengths-simple .list_item_str .item .item_r .item_title {
		font-size: 13px
	}

}

.block-strengths-simple .list_item_str .item .item_r .item_sum {
	color: #9e9e9e;
	margin-top: 5px
}

@media all and (max-width:768px) {
	.block-strengths-simple .list_item_str .item .item_r {
		text-align: left
	}

}

@media all and (max-width:500px) {
	.block-strengths-simple .list_item_str .item .item_r {
		width: calc(100% - 40px)
	}

}

.block-strengths-simple .list_item_str .item#item_1,
.block-strengths-simple .list_item_str .item#item_2 {
	transform: translate(80%, 100%);
	transition: all 1s ease
}

.block-strengths-simple .list_item_str .item#item_3,
.block-strengths-simple .list_item_str .item#item_4 {
	transform: translate(-60%, 100%);
	transition: all 1s ease
}

@media all and (max-width:1200px) {
	.block-strengths-simple .list_item_str .item#item_1,
	.block-strengths-simple .list_item_str .item#item_2 {
		transform: translate(0, 100%)
	}

	.block-strengths-simple .list_item_str .item#item_3,
	.block-strengths-simple .list_item_str .item#item_4 {
		transform: translate(0, 100%)
	}

}

@media all and (max-width:500px) {
	.block-strengths-simple .list_item_str .item {
		margin: 0px 10px 10px
	}

}

@media all and (max-width:1200px) {
	.block-strengths-simple .list_item_str {
		margin: 0px 10px;
		display: flex;
		flex-wrap: wrap
	}

}

.block-strengths-simple .img_cat {
	transform: translate(-100%, -50%) rotate(0deg);
	transition: all 1s ease;
	position: absolute;
	top: 50%;
	left: 0px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	width: 1000px;
	height: 1000px
}

@media all and (max-width:1200px) {
	.block-strengths-simple .img_cat {
		display: none
	}

}

.block-strengths-simple .bor_l {
	transform: translate(-130%, -50%) rotate(45deg);
	transition: all 1s ease;
	position: absolute;
	top: 50%;
	left: 0px;
	border: 8px solid var(--main-color);
	width: 790px;
	height: 790px
}

.block-strengths-simple .bor_l:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-100%, 0);
	background-color: #00000038;
	transition: all 1s ease
}

.block-strengths-simple .bor_l:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-100%, 0);
	background-color: #0000001c;
	transition: all 1s ease
}

.block-strengths-simple .bor_l .bor_l_inner {
	position: absolute;
	width: 60%;
	height: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-100%, 0);
	border: 2px solid #fff;
	transition: all 1s ease
}

@media all and (max-width:1200px) {
	.block-strengths-simple .bor_l {
		display: none
	}

}

.block-strengths-simple .bor_r {
	width: 500px;
	height: 500px;
	background-color: #ffffff3b;
	position: absolute;
	transition: all 1s ease;
	top: 25%;
	right: 0;
	transform: translate(150%, -50%) rotate(45deg)
}

.block-strengths-simple .bor_r:after {
	content: '';
	position: absolute;
	width: calc(100% + 75px);
	height: calc(100% + 75px);
	border: 8px solid var(--main-color);
	top: 50%;
	left: 50%;
	transform: translate(0, -100%);
	transition: all 0.2s ease
}

@media all and (max-width:1200px) {
	.block-strengths-simple .bor_r {
		display: none
	}

}

@media all and (max-width:1200px) {
	.block-strengths-simple {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding: 50px 0px
	}

}

@media all and (max-width:500px) {
	.block-strengths-simple {
		padding: 10px 0px;
		line-height: 18px
	}

}

.strengths4.hello .list_item_str .item {
	opacity: 1;
	visibility: visible
}

.strengths4.hello .list_item_str .item#item_1,
.strengths4.hello .list_item_str .item#item_2 {
	transform: translateX(20%);
	transition-delay: 0.2s
}

@media all and (max-width:1200px) {
	.strengths4.hello .list_item_str .item#item_1,
	.strengths4.hello .list_item_str .item#item_2 {
		transform: translate(0)
	}

}

.strengths4.hello .list_item_str .item#item_3,
.strengths4.hello .list_item_str .item#item_4 {
	transform: translate(0);
	transition-delay: 0.4s
}

.strengths4.hello .list_item_str .item .stt {
	animation: roll 4s running infinite
}

.strengths4.hello .img_cat {
	transform: translate(-50%, -50%) rotate(0deg)
}

.strengths4.hello .bor_l {
	transform: translate(-50%, -50%) rotate(45deg)
}

.strengths4.hello .bor_l .bor_l_inner {
	transform: translate(-50%, -50%);
	transition-delay: 0.6s
}

.strengths4.hello .bor_l:before {
	transform: translate(-50%, -50%);
	transition-delay: 0.8s
}

.strengths4.hello .bor_l:after {
	transform: translate(-50%, -50%);
	transition-delay: 0.3s
}

.strengths4.hello .bor_r {
	transform: translate(85%, -50%) rotate(45deg)
}

.strengths4.hello .bor_r:after {
	transform: translate(-50%, -50%)
}

@keyframes roll {
	40% {
		transform: rotate(8deg)
	}

	45% {
		transform: scale(1.2) rotate(20deg)
	}

	50% {
		transform: scale(1.2) rotate(-20deg)
	}

	55% {
		transform: scale(1.2) rotate(20deg)
	}

	60% {
		transform: scale(1.2) rotate(-20deg)
	}

	65% {
		transform: scale(1.2) rotate(20deg)
	}

	70% {
		transform: scale(1) rotate(8deg)
	}

}
/*
     FILE ARCHIVED ON 20:40:31 Jul 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:47:48 May 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.485
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.043
  esindex: 0.007
  cdx.remote: 5.984
  LoadShardBlock: 64.598 (3)
  PetaboxLoader3.datanode: 135.964 (5)
  load_resource: 1172.78
  PetaboxLoader3.resolve: 1094.05
  loaddict: 16.897
*/