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;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	font: 400 22px/28px 'Source Sans Pro', sans-serif;
	color: #3f4041;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background-color: #f2fafc;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

img {
	max-width: 100%;
}

input:focus, button:focus, textarea:focus, a:focus {
	outline: none;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1290px) {
	.container {
		max-width: 1235px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.title {
	font-family: 'Roboto Condensed', sans-serif;
	color: #242424;
}

.title_size {
	font-weight: bold;
	font-size: 48px;
	line-height: calc(56 / 48);
	color: #242424;
}

.text_white {
	color: #fff;
}

.icon {
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-view {
	width: 11px;
	height: 7px;
	background-image: url("/wp-content/uploads/2021/07/shevron-down.svg");
	margin-left: 7px;
}

.icon-check {
	width: 13px;
	height: 9px;
	background-image: url("/wp-content/uploads/2021/07/check.svg");
	margin-right: 1px;
}

.header__toggle {
	display: block;
	border: none;
	position: fixed;
	z-index: 106;
	cursor: pointer;
	top: 30px;
	right: 27px;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transition: background .3s ease-in-out;
}

body.pdf-generation .header__toggle {
	transition: none;
}

body.pdf-generation .header__toggle {
	box-shadow: none;
}

.header__toggle span {
	display: block;
	width: 26px;
	height: 3px;
	position: absolute;
	left: 12px;
	background: #2c598a;
	border-radius: 1px;
	transition: background .3s ease-in-out;
}

body.pdf-generation .header__toggle span {
	transition: none;
}

.header__toggle span:first-of-type {
	top: 15px;
}

.header__toggle span:nth-of-type(2) {
	top: 24px;
}

.header__toggle span:nth-of-type(3) {
	top: 32px;
}

.header__toggle.active {
	background: #2c598a;
}

.header__toggle.active span {
	background: #fff;
}

.header__toggle.active span:first-of-type {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.header__toggle.active span:nth-of-type(2) {
	opacity: 0;
}

.header__toggle.active span:nth-of-type(3) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.header__content {
	margin-bottom: 60px;
}

.header__social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__social-item {
	display: block;
	width: 21px;
	height: 21px;
	position: relative;
}

.header__social-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.header__social > li:not(:last-of-type) {
	margin-right: 36px;
}

.header__mob {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 106px 0 27.72px;
	width: 360px;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	overflow-y: auto;
	z-index: 105;
	margin-right: -100%;
	transition: margin-right .3s ease-in-out;
	background: #fff;
	box-shadow: 0 2px 34px rgba(0, 0, 0, 0.25);
}

body.pdf-generation .header__mob {
	box-shadow: none;
	transition: none;
}

.header__mob.active {
	margin-right: 0;
}

.header__link_main {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 30px 0 32px;
	color: #343333;
}

.header__link_main.active {
	color: #2c598a;
}

.header__link_second {
	position: relative;
	padding: 0 30px 0 67px;
	font-size: 22px;
	line-height: 26px;
	color: #343333;
	text-decoration: none;
}

.header__link_second::before {
	content: '';
	display: block;
	width: 8px;
	height: 14px;
	background: url("/wp-content/uploads/2021/07/caret-right.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	left: 42px;
	top: 50%;
	transform: translateY(-50%);
}

.header__menu > li {
	display: flex;
	align-items: center;
	height: 62px;
	border-bottom: 2px solid #f0f0f0;
}

#overlay {
	z-index: 90;
	position: fixed;
	background-color: #000;
	opacity: .5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.section {
	position: relative;
}

.welcome {
	padding: 161px 0 176px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.welcome::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("/wp-content/uploads/2021/07/welcome-before.svg") no-repeat center;
	background-size: cover;
}

.welcome__block {
	max-width: 900px;
	width: 100%;
	border-left: 15px solid #4091d7;
	background: #2c608a;
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
	padding: 51px 60px 50px 44px;
}

body.pdf-generation .welcome__block {
	box-shadow: none;
}

.welcome__partners {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
	margin-left: -3px;
}

.welcome__partners > li:nth-of-type(2) {
	margin-right: 12.39px;
}

.welcome__title {
	font-size: 58px;
	line-height: calc(68 / 58);
	margin-bottom: 17px;
}

.welcome__subtitle {
	font-weight: 300;
	font-size: 28px;
	line-height: calc(35 / 28);
	margin-bottom: 47px;
}

.welcome__wrap {
	display: flex;
	align-items: center;
}

.welcome__btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 190px;
	height: 56px;
	padding: 0 21px;
	border: 3px solid #fff;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #2c608a;
	cursor: pointer;
	transition: background-color, color .3s;
}

body.pdf-generation .welcome__btn {
	transition: none;
}

.welcome__btn_white {
	color: #fff;
	background-color: transparent;
	justify-content: center;
	margin-right: 30px;
}

.welcome__btn_white:hover {
	background-color: #fff;
	color: #2c608a;
}

.welcome__btn_view {
	position: relative;
}

.welcome__btn_view::after {
	content: '';
	display: block;
	width: 13px;
	height: 7px;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/wp-content/uploads/2021/07/caret-down.svg") no-repeat center;
	background-size: contain;
}

.welcome__btn_view.active .welcome__metrics {
	display: block;
}

.welcome__metrics {
	display: none;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	left: -3px;
	width: 241px;
	background-color: #fff;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
	z-index: 1;
}

.welcome__metrics-link {
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	width: 100%;
	color: #2c608a;
	padding: 0 13px 0 10px;
	height: 40px;
	border-bottom: 2px solid #f2fafc;
	text-decoration: none;
	position: relative;
}

.welcome__metrics-link::after {
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	transform: translateY(-50%) rotate(-90deg);
	top: 50%;
	right: 13px;
	background: url("/wp-content/uploads/2021/07/caret-down.svg") no-repeat center;
	background-size: contain;
	position: absolute;
}

.about {
	top: -87px;
	transform: translateZ(-1px);
}

.about__block {
	background: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
	padding: 74px 0 89px;
}

body.pdf-generation .about__block {
	box-shadow: none;
}

.about__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about__item:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.about__item_1 {
	padding: 0 40px 0 48px;
	margin-bottom: 82px;
}

.about__item_2 {
	padding: 0 0 0 47px;
	margin-bottom: 105px;
}

.about__item_3 {
	padding: 0 80px 0 83px;
}

.about__info_1 {
	width: 546px;
}

.about__info_2, .about__info_3 {
	width: 506px;
}

.about__photo_1 {
	width: 471px;
	padding-top: 58px;
}

.about__photo_2 {
	width: 612px;
	padding-top: 119px;
}

.about__photo_3 {
	width: 530px;
	padding-top: 63px;
}

.about__title {
	position: relative;
	font-weight: bold;
	font-size: 38px;
	line-height: calc(45 / 38);
	padding-bottom: 38px;
}

.about__title_1 {
	margin-bottom: 25px;
}

.about__title_2 {
	margin-bottom: 35px;
	padding-bottom: 34px;
}

.about__title_3 {
	padding-bottom: 31px;
	margin-bottom: 31px;
}

.about__title::after {
	content: '';
	display: block;
	width: 208px;
	height: 5px;
	position: absolute;
	background-color: #2c608a;
	left: 0;
	bottom: 0;
}

.about__subtitle {
	font-style: italic;
	font-size: 32px;
	line-height: calc(40 / 32);
}

.about__subtitle_1 {
	margin-bottom: 28px;
}

.about__subtitle_2 {
	margin-bottom: 25px;
}

.about__subtitle_3 {
	margin-bottom: 30px;
}

.about__description_1 {
	max-width: 505px;
}

.about__description p:not(:last-of-type) {
	margin-bottom: 28px;
}

.about__description p span {
	font-weight: bold;
	font-style: italic;
}

.metrics {
	padding: 0 0 71px;
}

.metrics__title {
	position: relative;
	margin-bottom: 55px;
}

.metrics__title::before {
	content: '';
	display: block;
	width: 208px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -33px;
	background: #2c598a;
}

.metrics__description {
	max-width: 508px;
	margin-bottom: 41px;
}

.metrics__label {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding-left: 1px;
	color: #343333;
	margin-bottom: 11px;
}

.metrics__label span {
	cursor: pointer;
	text-decoration: underline;
	color: #2c598a;
}

.metrics__list {
	overflow-y: hidden;
	max-height: 0;
	transition: max-height .3s ease-in-out;
}

body.pdf-generation .metrics__list {
	transition: none;
}

.metrics__list.active {
	max-height: 100%;
}

.metrics__slider {
	position: relative;
	margin-left: -53px;
	margin-right: -53px;
	padding: 0 55px;
	margin-bottom: 14px;
}

.metrics__slider .slick-arrow {
	position: absolute;
	z-index: 1;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #d4e0ed;
	border: none;
	font-size: 0;
	top: calc(50% - 5px);
	transition: background-color .3s ease-in-out;
}

body.pdf-generation .metrics__slider .slick-arrow {
	transition: none;
}

.metrics__slider .slick-arrow.slick-disabled {
	background-color: #e3eef0;
}

.metrics__slider .slick-arrow.slick-disabled::before {
	opacity: .25;
}

.metrics__slider .slick-arrow::before {
	content: '';
	display: block;
	width: 13px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url("/wp-content/uploads/2021/07/shevron-right.svg") no-repeat center;
	background-size: contain;
}

.metrics__slider .slick-arrow.slick-next {
	right: 37px;
	transform: translate(100%, -50%);
}

.metrics__slider .slick-arrow.slick-prev {
	left: 37px;
	transform: translate(-100%, -50%) rotate(180deg);
}

.metrics__slider .slick-list {
	margin-left: -12px;
	margin-right: -12px;
}

.metrics__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.metrics__col {
	width: 25%;
	padding: 0 12px;
	margin-bottom: 20px;
}

.metrics__item {
	position: relative;
	background: #fff;
	border: 6px solid #2c608a;
	padding-top: 22px;
	min-height: 123px;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}

body.pdf-generation .metrics__item {
	transition: none;
}

.metrics__item.active {
	background-color: #2c608a;
}

.metrics__item.active .metrics__name {
	color: #fff;
}

.metrics__item.active .metrics__footer p.selected {
	display: flex;
	opacity: 1;
}

.metrics__item.active .metrics__footer p.view {
	display: none;
	opacity: 0;
}

.metrics__name {
	font-size: 24px;
	line-height: calc(28 / 24);
	color: #2c598a;
	font-weight: bold;
	text-align: center;
	padding-right: 4px;
	transition: color .3s ease-in-out;
}

body.pdf-generation .metrics__name {
	transition: none;
}

.metrics__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 33px;
	background-color: #fff;
	left: 0;
	bottom: 0;
}

.metrics__footer p {
	align-items: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #2c608a;
	opacity: 0;
	transition: all .5s ease-in-out;
}

body.pdf-generation .metrics__footer p {
	transition: none;
}

.metrics__footer p.selected {
	display: none;
	opacity: 0;
	padding-top: 7px;
}

.metrics__footer p.view {
	display: flex;
	opacity: 1;
	padding-top: 7px;
}

.metrics__type, .metrics__content {
	display: none;
	opacity: 0;
	transition: opacity .4s ease-in-out;
}

body.pdf-generation .metrics__type,
body.pdf-generation .metrics__content {
	transition: none;
}

.metrics__type.active, .metrics__content.active {
	display: flex;
	opacity: 1;
}

.conclusion {
	padding: 71px 0 136px;
}

.conclusion__title {
	position: relative;
	text-align: center;
	margin-bottom: 54px;
}

.conclusion__title::before {
	content: '';
	display: block;
	width: 257px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -33px;
	background: #2c598a;
	transform: translateX(-50%);
}

.conclusion__description {
	max-width: 900px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.last {
	padding: 48px 0 60px;
	background-color: #fff;
}

.last__partners {
	margin: 0 auto 22px;
	justify-content: center;
	position: relative;
	left: -11px;
}

.last__copyright, .last__disclaimer {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #707073;
}

.last__copyright {
	margin-bottom: 17px;
}

.last__disclaimer {
	font-size: 12px;
	line-height: 15px;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}

.last__disclaimer span {
	font-weight: bold;
}

@media screen and (max-width: 1340px) {
	.metrics__slider .slick-arrow.slick-prev {
		left: 55px;
	}

	.metrics__slider .slick-arrow.slick-next {
		right: 55px;
	}
}

@media screen and (max-width: 1289px) {
	html, body {
		font-size: 18px;
		line-height: 1.4;
	}

	.metrics__slider .slick-arrow.slick-prev {
		left: 37px;
	}

	.metrics__slider .slick-arrow.slick-next {
		right: 37px;
	}

	.header__mob {
		padding-top: 79px;
	}

	.header__link_main, .header__link_second {
		font-size: 20px;
		line-height: 24px;
	}

	.title_size {
		font-size: 40px;
	}

	.welcome {
		padding: 142px 0 172px;
	}

	.welcome__title {
		font-size: 51px;
	}

	.welcome__subtitle {
		font-size: 24px;
		margin-bottom: 38px;
	}

	.about__block {
		padding: 65px 0 79px;
	}

	.about__item_1, .about__item_3 {
		padding: 0 25px;
	}

	.about__photo {
		width: 45%;
	}

	.about__photo_2 {
		padding-top: 70px;
	}

	.about__info {
		width: 50%;
	}

	.about__title {
		font-size: 30px;
		padding-bottom: 20px;
	}

	.about__subtitle {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.metrics__title {
		margin-bottom: 39px;
	}

	.metrics__title::before {
		bottom: -18px;
	}

	.metrics__col {
		width: 33.333%;
	}

	.conclusion {
		padding: 71px 0 106px;
	}

	.conclusion__before {
		max-width: 800px;
	}
}

@media screen and (max-width: 1050px) {
	.metrics__slider .slick-arrow.slick-prev {
		left: 55px;
	}

	.metrics__slider .slick-arrow.slick-next {
		right: 55px;
	}
}

@media screen and (max-width: 1000px) {
	.metrics__slider .slick-arrow.slick-prev {
		left: 68px;
	}

	.metrics__slider .slick-arrow.slick-next {
		right: 68px;
	}
}

@media screen and (max-width: 991px) {
	.welcome {
		padding-top: 125px;
	}

	.welcome__block {
		border-left-width: 10px;
		padding: 43px 43px 52px 42px;
	}

	.welcome__partners {
		margin-bottom: 20px;
	}

	.welcome__title {
		font-size: 41px;
	}

	.welcome__subtitle {
		font-size: 20px;
		margin-bottom: 36px;
	}

	.about {
		padding: 50px 0;
	}

	.about__item {
		flex-direction: column;
		align-items: center;
		padding: 0 40px;
	}

	.about__item:nth-of-type(2n) {
		flex-direction: column;
		align-items: center;
	}

	.about__item_1, .about__item_2 {
		margin-bottom: 65px;
	}

	.about__photo {
		padding-top: 0;
		max-width: 500px;
		width: 100%;
		margin-bottom: 40px;
	}

	.about__info {
		width: 100%;
	}

	.about__title {
		font-size: 28px;
	}

	.about__subtitle {
		font-size: 22px;
		max-width: 500px;
	}

	.metrics__col {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	html, body {
		font-size: 15px;
		line-height: 19px;
	}

	.header__mob {
		max-width: 450px;
		width: 100%;
		padding-top: 54px;
	}

	.header__menu > li {
		height: 52px;
	}

	.header__content {
		margin-bottom: 40px;
	}

	.header__link_main, .header__link_second {
		font-size: 18px;
		line-height: 20px;
	}

	.container {
		padding: 0;
	}

	.welcome {
		padding: 116px 0 0;
	}

	.welcome__block {
		border-width: 0;
		padding: 48px 36px 47px;
		box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
	}

	body.pdf-generation .welcome__block {
		box-shadow: none;
	}

	.welcome__title {
		font-size: 38px;
		text-align: center;
		line-height: calc(45 / 38);
		margin-bottom: 25px;
	}

	.welcome__subtitle {
		font-size: 28px;
		line-height: 35px;
		text-align: center;
		max-width: 310px;
		margin: 0 auto 41px;
	}

	.welcome__partners {
		margin-right: 7px;
		margin-bottom: 42px;
	}

	.welcome__partners li:nth-of-type(2) {
		margin-right: 9.75px;
	}

	.welcome__partners img {
		max-width: 85%;
	}

	.welcome__wrap {
		flex-direction: column;
		align-items: center;
	}

	.welcome__btn_white {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.about {
		top: 0;
		padding: 0 0 0;
	}

	.about__block {
		box-shadow: none;
		overflow: hidden;
		padding: 54px 0 59px;
	}

	.about__item {
		padding: 0 15px;
	}

	.about__item_1 {
		margin-bottom: 39px;
	}

	.about__item_2 {
		margin-bottom: 78px;
	}

	.about__photo_1 {
		padding-left: 12px;
		margin-bottom: 35px;
	}

	.about__photo_2 {
		position: relative;
		margin-bottom: 23px;
	}

	.about__photo_2 img {
		display: block;
		margin-left: -40px;
		width: calc(100% + 120px);
	}

	.about__photo_3 {
		position: relative;
		left: 10px;
		margin-bottom: 30px;
	}

	.about__title {
		font-size: 26px;
		line-height: calc(30 / 26);
		margin-bottom: 28px;
	}

	.about__title::after {
		width: 147px;
		height: 3.5px;
		bottom: -9px;
	}

	.about__subtitle_3 {
		padding-right: 10px;
	}

	.about__subtitle br {
		display: none;
	}

	.about__description p:not(:last-of-type) {
		margin-bottom: 19px;
	}

	.about__subtitle_2 {
		margin-bottom: 29px;
	}

	.metrics {
		padding: 35px 0 0;
	}

	.metrics .container {
		padding: 0 15px;
	}

	.metrics__title {
		font-size: 26px;
		line-height: calc(30 / 26);
		margin-bottom: 51px;
	}

	.metrics__title::before {
		width: 147px;
		height: 3.5px;
		bottom: -27px;
	}

	.metrics__description {
		margin: 0 0 34px;
	}

	.metrics__label {
		text-align: center;
		padding-right: 8px;
		margin-bottom: 22px;
	}

	.metrics__slider {
		padding: 0 50px;
		margin: 0;
	}

	.metrics__slider .slick-arrow {
		top: calc(50% - 10px);
	}

	.metrics__list {
		padding: 0 50px;
	}

	.metrics__col {
		width: 100%;
	}

	.metrics__slider .slick-arrow.slick-next {
		right: 38px;
	}

	.metrics__slider .slick-arrow.slick-prev {
		left: 38px;
	}

	.conclusion {
		padding: 40px 0 50px;
	}

	.conclusion .container {
		padding: 0 15px;
	}

	.conclusion__title {
		font-size: 26px;
		line-height: calc(30 / 26);
	}

	.conclusion__title::before {
		width: 147px;
		height: 3.5px;
		bottom: -27px;
	}

	.last {
		padding: 62px 0 52px;
	}

	.last .container {
		padding: 0 15px;
	}

	.last__copyright, .last__disclaimer {
		font-size: 12px;
		line-height: 15px;
	}

	.last__copyrigth {
		margin-bottom: 41px;
	}
}

@media screen and (max-width: 400px) {
	.welcome__block {
		padding: 42px 26px 43px;
	}

	.welcome__title {
		font-size: 32px;
	}

	.welcome__subtitle {
		font-size: 24px;
	}
}

@media screen and (max-width: 370px) {
	.welcome__block {
		padding: 42px 20px 43px;
	}

	.welcome__title {
		font-size: 28px;
	}

	.welcome__subtitle {
		font-size: 22px;
	}

	.metrics__list, .metrics__slider {
		padding: 0 40px;
	}

	.welcome__metrics {
		left: 50%;
		transform: translate(-50%, 100%);
	}
}

@media print {
	body, html {
		max-width: none !important;
		min-width: 1205px !important;
		width: auto !important;
	}

	.container {
		max-width: none !important;
		min-width: 1100px !important;
		width: 1100px !important;
	}
}

#page-preview-for-pdf.hidden {
	display: none !important;
}

body.pdf-generation .header__toggle > span {
	display: none !important;
}

body.pdf-generation .header__toggle:after {
	display: inline-block;
	content: '';
	background-image: url("../img/indicator.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
