/* Обычный Circe Rounded (400) */
@font-face {
    font-family: "CirceRounded";
    src: url("/promo/_assets/fonts/circerounded/5da9be3db2001a2860b184fbdee6ed8a.woff2") format("woff2"),
         url("/promo/_assets/fonts/circerounded/5da9be3db2001a2860b184fbdee6ed8a.woff") format("woff"),
         url("/promo/_assets/fonts/circerounded/5da9be3db2001a2860b184fbdee6ed8a.ttf") format("truetype");
    font-weight: 400; /* normal */
    font-style: normal;
}

/* Circe Rounded Light (300) */
@font-face {
    font-family: "CirceRounded";
    src: url("/promo/_assets/fonts/circerounded/ff26b5ddcacf0b73b3f9bfd6fae929b1.woff2") format("woff2"),
         url("/promo/_assets/fonts/circerounded/ff26b5ddcacf0b73b3f9bfd6fae929b1.woff") format("woff"),
         url("/promo/_assets/fonts/circerounded/ff26b5ddcacf0b73b3f9bfd6fae929b1.ttf") format("truetype");
    font-weight: 300; /* light */
    font-style: normal;
}



@media screen and (max-width:980px) {
	#rec1058977326 .t456__leftcontainer {
		padding: 20px;
	}
}

@media screen and (max-width:980px) {
	#rec1058977326 .t456__imglogo {
		padding: 20px 0;
	}
}

#rec1058977326 .t-menu__link-item {}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

	#rec1058977326 .t-menu__link-item,
	#rec1058977326 .t-menu__link-item.t-active {
		opacity: 1 !important;
	}
}

#rec1058977326 .t456__logowrapper a {
	font-size: 160px;
	color: #620bb2;
	font-family: 'Unbounded';
	text-transform: uppercase;
	letter-spacing: 0px;
}

#rec1058977326 a.t-menu__link-item {
	color: #ffffff;
	font-weight: 600;
}

#rec1058977326 .t456__logo {
	color: #620bb2;
	font-family: 'Unbounded';
	text-transform: uppercase;
	letter-spacing: 0px;
}

@media screen and (min-width:900px) {
	#rec1058977326 .t456__logo {
		font-size: 160px;
	}
}

.t-menuburger {
	position: relative;
	flex-shrink: 0;
	width: 28px;
	height: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

.t-menuburger span {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	height: 3px;
	background-color: #000;
}

.t-menuburger span:nth-child(1) {
	top: 0px;
}

.t-menuburger span:nth-child(2),
.t-menuburger span:nth-child(3) {
	top: 8px;
}

.t-menuburger span:nth-child(4) {
	top: 16px;
}

.t-menuburger__big {
	width: 42px;
	height: 32px;
}

.t-menuburger__big span {
	height: 5px;
}

.t-menuburger__big span:nth-child(2),
.t-menuburger__big span:nth-child(3) {
	top: 13px;
}

.t-menuburger__big span:nth-child(4) {
	top: 26px;
}

.t-menuburger__small {
	width: 22px;
	height: 14px;
}

.t-menuburger__small span {
	height: 2px;
}

.t-menuburger__small span:nth-child(2),
.t-menuburger__small span:nth-child(3) {
	top: 6px;
}

.t-menuburger__small span:nth-child(4) {
	top: 12px;
}

.t-menuburger-opened span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.t-menuburger-opened span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.t-menuburger-opened span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.t-menuburger-opened span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(1) {
	top: 6px;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(4) {
	top: 18px;
}

.t-menuburger-opened.t-menuburger__small span:nth-child(1),
.t-menuburger-opened.t-menuburger__small span:nth-child(4) {
	top: 6px;
}

@media (hover),
(min-width:0\0) {
	.t-menuburger_first:hover span:nth-child(1) {
		transform: translateY(1px);
	}

	.t-menuburger_first:hover span:nth-child(4) {
		transform: translateY(-1px);
	}

	.t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
		transform: translateY(3px);
	}

	.t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
		transform: translateY(-3px);
	}
}

.t-menuburger_second span:nth-child(2),
.t-menuburger_second span:nth-child(3) {
	width: 80%;
	left: 20%;
	right: 0;
}

@media (hover),
(min-width:0\0) {

	.t-menuburger_second.t-menuburger-hovered span:nth-child(2),
	.t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
		animation: t-menuburger-anim 0.3s ease-out normal forwards;
	}

	.t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
	.t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
		animation: t-menuburger-anim2 0.3s ease-out normal forwards;
	}
}

.t-menuburger_second.t-menuburger-opened span:nth-child(2),
.t-menuburger_second.t-menuburger-opened span:nth-child(3) {
	left: 0;
	right: 0;
	width: 100% !important;
}

.t-menuburger_third span:nth-child(4) {
	width: 70%;
	left: unset;
	right: 0;
}

@media (hover),
(min-width:0\0) {
	.t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
		width: 100%;
	}
}

.t-menuburger_third.t-menuburger-opened span:nth-child(4) {
	width: 0 !important;
	right: 50%;
}

.t-menuburger_fourth {
	height: 12px;
}

.t-menuburger_fourth.t-menuburger__small {
	height: 8px;
}

.t-menuburger_fourth.t-menuburger__big {
	height: 18px;
}

.t-menuburger_fourth span:nth-child(2),
.t-menuburger_fourth span:nth-child(3) {
	top: 4px;
	opacity: 0;
}

.t-menuburger_fourth span:nth-child(4) {
	top: 8px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
	top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
	top: 6px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
	top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
	top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
.t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
	top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
	top: 12px;
}

@media (hover),
(min-width:0\0) {
	.t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
		transform: translateY(1px);
	}

	.t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
		transform: translateY(-1px);
	}

	.t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
		transform: translateY(3px);
	}

	.t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
		transform: translateY(-3px);
	}
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
	top: 4px;
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
	opacity: 1;
}

@keyframes t-menuburger-anim {
	0% {
		width: 80%;
		left: 20%;
		right: 0;
	}

	50% {
		width: 100%;
		left: 0;
		right: 0;
	}

	100% {
		width: 80%;
		left: 0;
		right: 20%;
	}
}

@keyframes t-menuburger-anim2 {
	0% {
		width: 80%;
		left: 0;
	}

	50% {
		width: 100%;
		right: 0;
		left: 0;
	}

	100% {
		width: 80%;
		left: 20%;
		right: 0;
	}
}


.tmenu-mobile {
	background-color: #111;
	display: none;
	width: 100%;
	top: 0;
	z-index: 990;
}

.tmenu-mobile_positionfixed {
	position: fixed;
}

.tmenu-mobile__text {
	color: #fff;
}

.tmenu-mobile__container {
	min-height: 64px;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tmenu-mobile__list {
	display: block;
}

.tmenu-mobile__burgerlogo {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
}

.tmenu-mobile__imglogo {
	height: auto;
	display: block;
	max-width: 300px !important;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}

@media screen and (max-width:980px) {
	.tmenu-mobile__menucontent_hidden {
		display: none;
		height: 100%;
	}

	.tmenu-mobile {
		display: block;
	}
}

@media screen and (max-width:980px) {
	#rec1059030226 .tmenu-mobile {
		background-color: #e5e8e8;
	}

	#rec1059030226 .t-menuburger {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

#rec1059030226 .tmenu-mobile__burgerlogo a {
	color: #ffffff;
}

#rec1059030226 .tmenu-mobile__burgerlogo__title {
	color: #ffffff;
}

@media screen and (max-width:980px) {
	#rec1059030226 .t228 {
		position: static;
	}
}


@media (hover:hover),
(min-width:0\0) {
	#rec1059030226 .t-btn:not(.t-animate_no-hover):hover {
		color: #ffffff !important;
		border-color: #ffffff !important;
		box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
		background-color: #620bb2 !important;
	}

	#rec1059030226 .t-btn:not(.t-animate_no-hover):focus-visible {
		color: #ffffff !important;
		border-color: #ffffff !important;
		box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
		background-color: #620bb2 !important;
	}

	#rec1059030226 .t-btn:not(.t-animate_no-hover) {
		transition-property: background-color, color, border-color, box-shadow;
		transition-duration: 0.2s;
		transition-timing-function: ease-in-out;
	}

	#rec1059030226 .t-btntext:not(.t-animate_no-hover):hover {
		color: #ffffff !important;
	}

	#rec1059030226 .t-btntext:not(.t-animate_no-hover):focus-visible {
		color: #ffffff !important;
	}
}

#rec1059030226 .t-menu__link-item {}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

	#rec1059030226 .t-menu__link-item,
	#rec1059030226 .t-menu__link-item.t-active {
		opacity: 1 !important;
	}
}

#rec1059030226 .t228__leftcontainer a {
	color: #ffffff;
}

#rec1059030226 a.t-menu__link-item {
	font-size: 20px;
	color: #666666;
	font-weight: 500;
	font-family: 'Unbounded';
	text-transform: uppercase;
}

#rec1059030226 .t228__right_langs_lang a {
	font-size: 20px;
	color: #666666;
	font-weight: 500;
	font-family: 'Unbounded';
	text-transform: uppercase;
}

#rec1059030226 .t228__logo {
	color: #ffffff;
}

#rec892548436 .t396__artboard {
	position: absolute;
	width: 100%;
	z-index: 990;
}

#rec892548436 .t396__artboard {
	height: 888px;
	overflow: visible;
}

#rec892548436 .t396__filter {
	height: 888px;
}

#rec892548436 .t396__carrier {
	height: 888px;
	background-position: center center;
	background-attachment: scroll;
	background-image: url('images/tild3465-3332-4036-a566-323663343036__-__resize__20x__abstract_gradient-13.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1919px) {

	#rec892548436 .t396__artboard,
	#rec892548436 .t396__filter,
	#rec892548436 .t396__carrier {}

	#rec892548436 .t396__filter {}

	#rec892548436 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#rec892548436 .t396__artboard,
	#rec892548436 .t396__filter,
	#rec892548436 .t396__carrier {
		height: 628px;
	}

	#rec892548436 .t396__filter {}

	#rec892548436 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec892548436 .t396__artboard,
	#rec892548436 .t396__filter,
	#rec892548436 .t396__carrier {
		height: 660px;
	}

	#rec892548436 .t396__filter {}

	#rec892548436 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec892548436 .t396__artboard,
	#rec892548436 .t396__filter,
	#rec892548436 .t396__carrier {
		height: 500px;
	}

	#rec892548436 .t396__filter {}

	#rec892548436 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec892548436 .t396__artboard,
	#rec892548436 .t396__filter,
	#rec892548436 .t396__carrier {
		height: 600px;
	}

	#rec892548436 .t396__filter {}

	#rec892548436 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec892548436 .tn-elem[data-elem-id="1470209944682"] {
	color: #ffffff;
	text-align: center;
	z-index: 3;
	top: 117px;
	left: calc(50% - 480px + 400px);
	width: 960px;
	height: auto;
}

#rec892548436 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 88px;
		left: calc(50% - 480px + 256px);
		width: 889px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 48px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 92px;
		left: calc(50% - 480px + 160px);
		width: 940px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 58px;
		left: calc(50% - 480px + 1px);
		width: 621px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 32px;
		line-height: 1.25;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 52px;
		left: calc(50% - 480px + 2px);
		width: 477px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: -205px;
		left: calc(50% - 480px + 1px);
		width: 315px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

#rec892548436 .tn-elem[data-elem-id="1473846394122"] {
	color: #25272e;
	text-align: center;
	z-index: 3;
	top: 511px;
	left: calc(50% - 170.5px + 451px);
	width: 341px;
	height: 53px;
}

#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom {
	color: #25272e;
	font-size: 20px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 400;
	border-width: 2px;
	border-radius: 10px 10px 10px 10px;
	background-color: #ffffff;
	background-position: center center;
	border-color: #25272e;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (hover),
(min-width:0\0) {
	#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom:hover {
		border-color: #725d85;
	}

	#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom:hover {
		color: #620bb2;
	}
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1473846394122"] {
		display: table;
		top: 390px;
		left: calc(50% - 170.5px + 240px);
		width: 341px;
		height: 53px;
	}

	#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1473846394122"] {
		display: table;
		top: 317px;
		left: calc(50% - 170.5px + 160px);
		width: 300px;
	}

	#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom {
		font-size: 16px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1473846394122"] {
		display: table;
		top: 328px;
		left: calc(50% - 170.5px + 0px);
		width: 210px;
		height: 50px;
	}

	#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom {
		font-size: 14px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1473846394122"] {
		display: table;
		top: 223px;
		left: calc(50% - 170.5px + -0.5px);
		width: 165px;
		height: 41px;
	}

	#rec892548436 .tn-elem[data-elem-id="1473846394122"] .tn-atom {
		font-size: 12px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1473846394122"] {
		display: table;
		top: 40px;
		left: calc(50% - 170.5px + 1px);
		width: 183px;
		height: 42px;
	}
}

#rec892548436 .tn-elem[data-elem-id="1470210011265"] {
	color: #ffffff;
	text-align: center;
	z-index: 3;
	top: 287px;
	left: calc(50% - 343.5px + 451px);
	width: 687px;
	height: auto;
}

#rec892548436 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 30px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 234px;
		left: calc(50% - 343.5px + 257px);
		width: 687px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 25px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 206px;
		left: calc(50% - 343.5px + 158px);
		width: 529px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 20px;
		line-height: 1.55;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 189px;
		left: calc(50% - 343.5px + 1px);
		width: 500px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 20px;
		letter-spacing: 0.5px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 137px;
		left: calc(50% - 343.5px + 0px);
		width: 460px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 16px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: -66px;
		left: calc(50% - 343.5px + 0px);
		width: 300px;
		height: auto;
	}

	#rec892548436 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 16px;
		background-size: cover;
	}
}

#rec892548436 .tn-elem[data-elem-id="1741791191250"] {
	z-index: 3;
	top: 30px;
	left: calc(50% - 960px + -1px);
	width: 614px;
	height: 576px;
}

#rec892548436 .tn-elem[data-elem-id="1741791191250"] .tn-atom {
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #620bb2;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1741791191250"] {
		display: table;
		top: 54px;
		left: calc(50% - 600px + -189px);
		width: 541px;
		height: 551px;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1741791191250"] {
		display: table;
		top: 117px;
		left: calc(50% - 480px + -52px);
		width: 382px;
		height: 358px;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1741791191250"] {
		display: table;
		top: 348px;
		left: calc(50% - 320px + -61px);
		width: 300px;
		height: 302px;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1741791191250"] {
		display: table;
		top: 262px;
		left: calc(50% - 240px + -29px);
		width: 259px;
		height: 258px;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1741791191250"] {
		display: table;
		top: 378px;
		left: calc(50% - 160px + 33px);
		width: 144px;
		height: 146px;
	}
}

#rec892548436 .tn-elem[data-elem-id="1741791060424"] {
	z-index: 3;
	top: 11px;
	left: calc(50% - 960px + -99px);
	width: 548px;
	height: 539px;
}

#rec892548436 .tn-elem[data-elem-id="1741791060424"] .tn-atom {
	border-radius: 3000px 3000px 3000px 3000px;
	/* background-color: #fff705; */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1741791060424"] {
		display: table;
		top: 35px;
		left: calc(50% - 600px + -287px);
		width: 470px;
		height: 499px;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1741791060424"] {
		display: table;
		top: 105px;
		left: calc(50% - 480px + -121px);
		width: 332px;
		height: 324px;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1741791060424"] {
		display: table;
		top: 341px;
		left: calc(50% - 320px + -130px);
		width: 262px;
		height: 274px;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1741791060424"] {
		display: table;
		top: 256px;
		left: calc(50% - 240px + -88px);
		width: 225px;
		height: 234px;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1741791060424"] {
		display: table;
		top: 376px;
		left: calc(50% - 160px + 0px);
		width: 125px;
		height: 131px;
	}
}

#rec892548436 .tn-elem[data-elem-id="1741790970566"] {
	z-index: 3;
	top: 384px;
	left: calc(50% - 960px + 593px);
	width: 620px;
	height: 593px;
}

#rec892548436 .tn-elem[data-elem-id="1741790970566"] .tn-atom {
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #1265c3;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1741790970566"] {
		display: table;
		top: 492px;
		left: calc(50% - 600px + 339px);
		width: 541px;
		height: 551px;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1741790970566"] {
		display: table;
		top: 382px;
		left: calc(50% - 480px + 346px);
		width: 384px;
		height: 370px;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1741790970566"] {
		display: table;
		top: 394px;
		left: calc(50% - 320px + 434px);
		width: 303px;
		height: 314px;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1741790970566"] {
		display: table;
		top: 302px;
		left: calc(50% - 240px + 336px);
		width: 265px;
		height: 274px;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1741790970566"] {
		display: table;
		top: 445px;
		left: calc(50% - 160px + 171px);
		width: 146px;
		height: 144px;
	}
}

#rec892548436 .tn-elem[data-elem-id="1741791069462"] {
	z-index: 3;
	top: 426px;
	left: calc(50% - 960px + 504px);
	width: 563px;
	height: 551px;
}

#rec892548436 .tn-elem[data-elem-id="1741791069462"] .tn-atom {
	border-radius: 3000px 3000px 3000px 3000px;
	/* background-color: #fff705; */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec892548436 .tn-elem[data-elem-id="1741791069462"] {
		display: table;
		top: 544px;
		left: calc(50% - 600px + 244px);
		width: 470px;
		height: 499px;
	}
}

@media screen and (max-width:1199px) {
	#rec892548436 .tn-elem[data-elem-id="1741791069462"] {
		display: table;
		top: 417px;
		left: calc(50% - 480px + 279px);
		width: 333px;
		height: 335px;
	}
}

@media screen and (max-width:959px) {
	#rec892548436 .tn-elem[data-elem-id="1741791069462"] {
		display: table;
		top: 424px;
		left: calc(50% - 320px + 381px);
		width: 263px;
		height: 284px;
	}
}

@media screen and (max-width:639px) {
	#rec892548436 .tn-elem[data-elem-id="1741791069462"] {
		display: table;
		top: 328px;
		left: calc(50% - 240px + 290px);
		width: 230px;
		height: 248px;
	}
}

@media screen and (max-width:479px) {
	#rec892548436 .tn-elem[data-elem-id="1741791069462"] {
		display: table;
		top: 459px;
		left: calc(50% - 160px + 147px);
		width: 125px;
		height: 130px;
	}
}


#rec893468923 .t396__artboard {
	height: 390px;
	background-color: #ffffff;
}

#rec893468923 .t396__filter {
	height: 390px;
}

#rec893468923 .t396__carrier {
	height: 390px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1199px) {

	#rec893468923 .t396__artboard,
	#rec893468923 .t396__filter,
	#rec893468923 .t396__carrier {
		height: 400px;
	}

	#rec893468923 .t396__filter {}

	#rec893468923 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec893468923 .t396__artboard,
	#rec893468923 .t396__filter,
	#rec893468923 .t396__carrier {}

	#rec893468923 .t396__filter {}

	#rec893468923 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec893468923 .t396__artboard,
	#rec893468923 .t396__filter,
	#rec893468923 .t396__carrier {}

	#rec893468923 .t396__filter {}

	#rec893468923 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec893468923 .t396__artboard,
	#rec893468923 .t396__filter,
	#rec893468923 .t396__carrier {}

	#rec893468923 .t396__filter {}

	#rec893468923 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853500992"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 623px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853500992"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853500992"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853500992"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853500992"] {
		display: table;
		left: calc(50% - 480px + 744px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853500992"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853500992"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853500992"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853538132"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 1076px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853538132"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853538132"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853538132"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853538132"] {
		display: table;
		left: calc(50% - 480px + 1205px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853538132"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853538132"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853538132"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853581374"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 1543px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853581374"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853581374"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853581374"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853581374"] {
		display: table;
		left: calc(50% - 480px + 1680px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853581374"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853581374"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853581374"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853596791"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 1993px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853596791"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853596791"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853596791"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853596791"] {
		display: table;
		left: calc(50% - 480px + 2138px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853596791"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853596791"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853596791"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853354320"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 2429px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853354320"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853354320"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853354320"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853354320"] {
		display: table;
		left: calc(50% - 480px + 2582px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853354320"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853354320"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853354320"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853361865"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 237px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853361865"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853361865"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853361865"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853361865"] {
		display: table;
		left: calc(50% - 480px + 352px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853361865"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853361865"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853361865"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854001738"] {
	display: block;
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + -130px);
	width: 296px;
	height: 167px;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854001738"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854001738"] .tn-atom {
	display: block;
	height: 100%;
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854001738"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-fit: scale-down;
	height: 100%;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854001738"] {
		display: block;
		left: calc(50% - 480px + -23px);
		width: 302px;
		height: 170px;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854001738"] {
		display: block;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854001738"] {
		display: block;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854001738"] {
		display: block;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854022434"] {
	z-index: 3;
	top: 171px;
	left: calc(50% - 600px + 28px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854022434"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854022434"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854022434"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854022434"] {
		display: table;
		top: 174px;
		left: calc(50% - 480px + 139px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854022434"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854022434"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854022434"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854085004"] {
	z-index: 3;
	top: 171px;
	left: calc(50% - 600px + 459px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854085004"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854085004"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854085004"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854085004"] {
		display: table;
		top: 174px;
		left: calc(50% - 480px + 579px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854085004"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854085004"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854085004"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854107991"] {
	z-index: 3;
	top: 176px;
	left: calc(50% - 600px + -3168px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854107991"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854107991"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854107991"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854107991"] {
		display: table;
		top: 179px;
		left: calc(50% - 480px + -3113px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854107991"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854107991"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854107991"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854159919"] {
	z-index: 3;
	top: 174px;
	left: calc(50% - 600px + -2373px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854159919"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854159919"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854159919"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854159919"] {
		display: table;
		top: 177px;
		left: calc(50% - 480px + -2304px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854159919"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854159919"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854159919"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854180464"] {
	z-index: 3;
	top: 174px;
	left: calc(50% - 600px + -1512px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854180464"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854180464"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854180464"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854180464"] {
		display: table;
		top: 177px;
		left: calc(50% - 480px + -1428px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854180464"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854180464"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854180464"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854136011"] {
	z-index: 3;
	top: 174px;
	left: calc(50% - 600px + -1937px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854136011"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854136011"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854136011"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854136011"] {
		display: table;
		top: 177px;
		left: calc(50% - 480px + -1860px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854136011"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854136011"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854136011"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853455620"] {
	z-index: 3;
	top: 176px;
	left: calc(50% - 600px + -2737px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853455620"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853455620"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853455620"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853455620"] {
		display: table;
		top: 179px;
		left: calc(50% - 480px + -2674px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853455620"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853455620"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853455620"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854258444"] {
	z-index: 3;
	top: 171px;
	left: calc(50% - 600px + -737px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741854258444"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741854258444"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741854258444"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741854258444"] {
		display: table;
		top: 174px;
		left: calc(50% - 480px + -639px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741854258444"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741854258444"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741854258444"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853663319"] {
	z-index: 3;
	top: 171px;
	left: calc(50% - 600px + -1145px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853663319"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853663319"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853663319"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853663319"] {
		display: table;
		top: 174px;
		left: calc(50% - 480px + -1055px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853663319"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853663319"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853663319"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853729233"] {
	z-index: 3;
	top: 171px;
	left: calc(50% - 600px + -357px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1741853729233"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1741853729233"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1741853729233"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1741853729233"] {
		display: table;
		top: 174px;
		left: calc(50% - 480px + -253px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1741853729233"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1741853729233"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1741853729233"] {
		display: table;
		height: auto;
	}
}

#rec893468923 .tn-elem[data-elem-id="1470210033144"] {
	z-index: 3;
	top: 0px;
	left: calc(50% - 600px + 2819px);
	width: 296px;
	height: auto;
}

@media (min-width:1200px) {
	#rec893468923 .tn-elem.t396__elem--anim-hidden[data-elem-id="1470210033144"] {
		opacity: 0;
	}
}

#rec893468923 .tn-elem[data-elem-id="1470210033144"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec893468923 .tn-elem[data-elem-id="1470210033144"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec893468923 .tn-elem[data-elem-id="1470210033144"] {
		display: table;
		left: calc(50% - 480px + 2978px);
		width: 302px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec893468923 .tn-elem[data-elem-id="1470210033144"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec893468923 .tn-elem[data-elem-id="1470210033144"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec893468923 .tn-elem[data-elem-id="1470210033144"] {
		display: table;
		height: auto;
	}
}


#rec1150994036 .t-slds__bullet_active .t-slds__bullet_body {
	background-color: #222 !important;
}

#rec1150994036 .t-slds__bullet:hover .t-slds__bullet_body {
	background-color: #222 !important;
}

#rec1053241971 .t396__artboard {
	min-height: 127px;
	height: 30vh;
	background-color: #ffffff;
}

#rec1053241971 .t396__filter {
	min-height: 127px;
	height: 30vh;
}

#rec1053241971 .t396__carrier {
	min-height: 127px;
	height: 30vh;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1919px) {

	#rec1053241971 .t396__artboard,
	#rec1053241971 .t396__filter,
	#rec1053241971 .t396__carrier {}

	#rec1053241971 .t396__filter {}

	#rec1053241971 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1479px) {

	#rec1053241971 .t396__artboard,
	#rec1053241971 .t396__filter,
	#rec1053241971 .t396__carrier {
		min-height: 167px;
	}

	#rec1053241971 .t396__filter {}

	#rec1053241971 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#rec1053241971 .t396__artboard,
	#rec1053241971 .t396__filter,
	#rec1053241971 .t396__carrier {
		min-height: 127px;
	}

	#rec1053241971 .t396__filter {}

	#rec1053241971 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec1053241971 .t396__artboard,
	#rec1053241971 .t396__filter,
	#rec1053241971 .t396__carrier {
		min-height: 150px;
	}

	#rec1053241971 .t396__filter {}

	#rec1053241971 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec1053241971 .t396__artboard,
	#rec1053241971 .t396__filter,
	#rec1053241971 .t396__carrier {
		min-height: 120px;
	}

	#rec1053241971 .t396__filter {}

	#rec1053241971 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec1053241971 .t396__artboard,
	#rec1053241971 .t396__filter,
	#rec1053241971 .t396__carrier {
		min-height: 130px;
	}

	#rec1053241971 .t396__filter {}

	#rec1053241971 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
	color: #000000;
	text-align: center;
	z-index: 3;
	top: calc(15vh - 63.5px + -10px);
	left: calc(50% - 380px + -311px);
	width: 760px;
	height: 71px;
}

#rec1053241971 .tn-elem[data-elem-id="1622986948166"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		display: table;
		top: -10px;
		left: calc(50% - 380px + -327px);
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		display: table;
		top: 13px;
		left: calc(50% - 380px + -208px);
		width: 760px;
		height: auto;
	}

	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		display: table;
		top: -7px;
		left: calc(50% - 380px + -80px);
		width: 619px;
		height: auto;
	}

	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		text-align: left;
	}

	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		display: table;
		top: 18px;
		left: calc(50% - 380px + -20px);
		width: 460px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		display: table;
		top: 0px;
		left: calc(50% - 380px + -34px);
		width: 340px;
		height: auto;
	}

	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] {
		display: table;
		top: 16px;
		left: calc(50% - 380px + -32px);
		width: 235px;
		height: auto;
	}

	#rec1053241971 .tn-elem[data-elem-id="1622986948166"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
	display: block;
	z-index: 3;
	top: calc(15vh - 63.5px + -37px);
	left: calc(50% - 960px + 640px);
	width: 586px;
	height: 233px;
}

#rec1053241971 .tn-elem[data-elem-id="1741860094170"] .tn-atom {
	display: block;
	height: 100%;
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec1053241971 .tn-elem[data-elem-id="1741860094170"] .tn-atom {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#rec1053241971 .tn-elem[data-elem-id="1741860094170"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-fit: contain;
	height: 100%;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
		display: block;
		top: -28px;
		left: calc(50% - 740px + 409px);
		height: 233px;
	}
}

@media screen and (max-width:1479px) {
	#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
		display: block;
		top: 0px;
		left: calc(50% - 600px + 449px);
		width: 471px;
		height: 187px;
	}
}

@media screen and (max-width:1199px) {
	#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
		display: block;
		top: -111px;
		left: calc(50% - 480px + 257px);
		width: 361px;
		height: 361px;
	}
}

@media screen and (max-width:959px) {
	#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
		display: block;
		top: -90px;
		left: calc(50% - 320px + 240px);
		height: 361px;
	}
}

@media screen and (max-width:639px) {
	#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
		display: block;
		top: -40px;
		left: calc(50% - 240px + 150px);
		width: 304px;
		height: 215px;
	}
}

@media screen and (max-width:479px) {
	#rec1053241971 .tn-elem[data-elem-id="1741860094170"] {
		display: block;
		top: -79px;
		left: calc(50% - 160px + 80px);
		width: 230px;
		height: 336px;
	}
}


#rec1053227806 .t860__col.t860__col--first-row {
	margin-top: 0;
}

#rec1053227806 .t-card__title {
	color: #ffffff;
}

#rec1053227806 .t-card__descr {
	color: #ffffff;
	font-family: 'CirceRounded';
}


#rec1053227806 .t860__inner-col {
	border-radius: 15px;
}


#rec1053228246 .t860__col.t860__col--first-row {
	margin-top: 0;
}

#rec1053228246 .t-card__title {
	color: #ffffff;
}

#rec1053228246 .t-card__descr {
	color: #ffffff;
	font-family: 'CirceRounded';
}


#rec1053228246 .t860__inner-col {
	border-radius: 15px;
}


#rec913226296 .t396__artboard {
	height: 1532px;
	background-color: #620bb2;
}

#rec913226296 .t396__filter {
	height: 1532px;
}

#rec913226296 .t396__carrier {
	height: 1532px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1479px) {

	#rec913226296 .t396__artboard,
	#rec913226296 .t396__filter,
	#rec913226296 .t396__carrier {
		height: 1592px;
	}

	#rec913226296 .t396__filter {}

	#rec913226296 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#rec913226296 .t396__artboard,
	#rec913226296 .t396__filter,
	#rec913226296 .t396__carrier {
		height: 1050px;
	}

	#rec913226296 .t396__filter {}

	#rec913226296 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec913226296 .t396__artboard,
	#rec913226296 .t396__filter,
	#rec913226296 .t396__carrier {
		height: 1863px;
	}

	#rec913226296 .t396__filter {}

	#rec913226296 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec913226296 .t396__artboard,
	#rec913226296 .t396__filter,
	#rec913226296 .t396__carrier {
		height: 1540px;
	}

	#rec913226296 .t396__filter {}

	#rec913226296 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec913226296 .t396__artboard,
	#rec913226296 .t396__filter,
	#rec913226296 .t396__carrier {
		height: 1350px;
	}

	#rec913226296 .t396__filter {}

	#rec913226296 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec913226296 .tn-elem[data-elem-id="1478015554338"] {
	z-index: 3;
	top: 411px;
	left: calc(50% - 740px + 100px);
	width: 618px;
	height: 420px;
}

#rec913226296 .tn-elem[data-elem-id="1478015554338"] .tn-atom {
	border-radius: 20px 20px 20px 20px;
	background-color: #d6d6d6;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015554338"] {
		display: table;
		top: 405px;
		left: calc(50% - 600px + 21px);
		width: 560px;
		height: 420px;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1478015554338"] {
		display: table;
		top: 305px;
		left: calc(50% - 480px + 21px);
		width: 426px;
		height: 267px;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1478015554338"] {
		display: table;
		top: 312px;
		left: calc(50% - 320px + 20px);
		width: 600px;
		height: 450px;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1478015554338"] {
		display: table;
		top: 256px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: 360px;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015554338"] {
		display: table;
		top: 250px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: 230px;
	}
}

#rec913226296 .tn-elem[data-elem-id="1567778525948"] {
	z-index: 3;
	top: 853px;
	left: calc(50% - 740px + 762px);
	width: 620px;
	height: 420px;
}

#rec913226296 .tn-elem[data-elem-id="1567778525948"] .tn-atom {
	border-radius: 20px 20px 20px 20px;
	background-color: #d6d6d6;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1567778525948"] {
		display: table;
		top: 850px;
		left: calc(50% - 600px + 619px);
		width: 560px;
		height: 420px;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1567778525948"] {
		display: table;
		top: 629px;
		left: calc(50% - 480px + 510px);
		width: 426px;
		height: 267px;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1567778525948"] {
		display: table;
		top: 1007px;
		left: calc(50% - 320px + 20px);
		width: 600px;
		height: 450px;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1567778525948"] {
		display: table;
		top: 843px;
		left: calc(50% - 240px + 9px);
		width: 460px;
		height: 360px;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1567778525948"] {
		display: table;
		top: 717px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: 230px;
	}
}

#rec913226296 .tn-elem[data-elem-id="1470210011265"] {
	color: #000000;
	text-align: center;
	z-index: 3;
	top: 79px;
	left: calc(50% - 740px + 160px);
	width: 1160px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 79px;
		left: calc(50% - 600px + 18px);
		width: 1160px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 81px;
		left: calc(50% - 480px + 10px);
		width: 940px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 75px;
		left: calc(50% - 320px + 20px);
		width: 600px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 61px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 45px;
		left: calc(50% - 160px + 11px);
		width: 299px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 20px;
		line-height: 1.35;
		background-size: cover;
	}
}

#rec913226296 .tn-elem[data-elem-id="1478015167045"] {
	color: #ffffff;
	text-align: center;
	z-index: 3;
	top: 255px;
	left: calc(50% - 740px + 309px);
	width: 861px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1478015167045"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 30px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015167045"] {
		display: table;
		top: 255px;
		left: calc(50% - 600px + 170px);
		width: 861px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015167045"] .tn-atom {
		font-size: 30px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1478015167045"] {
		display: table;
		top: 197px;
		left: calc(50% - 480px + 200px);
		width: 560px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015167045"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1478015167045"] {
		display: table;
		top: 201px;
		left: calc(50% - 320px + 40px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1478015167045"] {
		display: table;
		top: 156px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015167045"] .tn-atom {
		font-size: 18px;
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015167045"] {
		display: table;
		top: 136px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015167045"] .tn-atom {
		font-size: 16px;
		background-size: cover;
	}
}

#rec913226296 .tn-elem[data-elem-id="1478015194457"] {
	color: #000000;
	z-index: 3;
	top: 486px;
	left: calc(50% - 740px + 866px);
	width: 514px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1478015194457"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 28px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015194457"] {
		display: table;
		top: 486px;
		left: calc(50% - 600px + 620px);
		width: 500px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015194457"] .tn-atom {
		font-size: 28px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1478015194457"] {
		display: table;
		top: 321px;
		left: calc(50% - 480px + 490px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015194457"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1478015194457"] {
		display: table;
		top: 788px;
		left: calc(50% - 320px + 20px);
		width: 500px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1478015194457"] {
		display: table;
		top: 643px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015194457"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015194457"] {
		display: table;
		top: 500px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: auto;
	}
}

#rec913226296 .tn-elem[data-elem-id="1478015224197"] {
	color: #000000;
	z-index: 3;
	top: 572px;
	left: calc(50% - 740px + 864px);
	width: 516px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1478015224197"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 26px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015224197"] {
		display: table;
		top: 572px;
		left: calc(50% - 600px + 620px);
		width: 500px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015224197"] .tn-atom {
		font-size: 25px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1478015224197"] {
		display: table;
		top: 394px;
		left: calc(50% - 480px + 490px);
		width: 415px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015224197"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1478015224197"] {
		display: table;
		top: 836px;
		left: calc(50% - 320px + 20px);
		width: 500px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1478015224197"] {
		display: table;
		top: 688px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1478015224197"] .tn-atom {
		font-size: 16px;
		line-height: 1.45;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1478015224197"] {
		display: table;
		top: 545px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: auto;
	}
}

#rec913226296 .tn-elem[data-elem-id="1567778327082"] {
	color: #000000;
	z-index: 3;
	top: 1036px;
	left: calc(50% - 740px + 100px);
	width: 559px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1567778327082"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 26px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1567778327082"] {
		display: table;
		top: 1036px;
		left: calc(50% - 600px + 20px);
		width: 500px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1567778327082"] .tn-atom {
		font-size: 25px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1567778327082"] {
		display: table;
		top: 733px;
		left: calc(50% - 480px + 31px);
		width: 386px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1567778327082"] .tn-atom {
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1567778327082"] {
		display: table;
		top: 1531px;
		left: calc(50% - 320px + 20px);
		width: 500px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1567778327082"] {
		display: table;
		top: 1275px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1567778327082"] .tn-atom {
		font-size: 16px;
		line-height: 1.45;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1567778327082"] {
		display: table;
		top: 1054px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: auto;
	}
}

#rec913226296 .tn-elem[data-elem-id="1567778332226"] {
	color: #000000;
	z-index: 3;
	top: 923px;
	left: calc(50% - 740px + 100px);
	width: 546px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1567778332226"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 28px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1567778332226"] {
		display: table;
		top: 923px;
		left: calc(50% - 600px + 20px);
		width: 546px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1567778332226"] .tn-atom {
		font-size: 28px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1567778332226"] {
		display: table;
		top: 643px;
		left: calc(50% - 480px + 30px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1567778332226"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1567778332226"] {
		display: table;
		top: 1483px;
		left: calc(50% - 320px + 20px);
		width: 500px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1567778332226"] {
		display: table;
		top: 1230px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1567778332226"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1567778332226"] {
		display: table;
		top: 976px;
		left: calc(50% - 160px + 10px);
		width: 302px;
		height: auto;
	}
}

#rec913226296 .tn-elem[data-elem-id="1742985619046"] {
	z-index: 3;
	top: -21px;
	left: calc(50% - 740px + 68px);
	width: 200px;
	height: auto;
}

#rec913226296 .tn-elem[data-elem-id="1742985619046"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec913226296 .tn-elem[data-elem-id="1742985619046"] .tn-atom {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

#rec913226296 .tn-elem[data-elem-id="1742985619046"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1479px) {
	#rec913226296 .tn-elem[data-elem-id="1742985619046"] {
		display: table;
		top: -33px;
		left: calc(50% - 600px + -72px);
		width: 200px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#rec913226296 .tn-elem[data-elem-id="1742985619046"] {
		display: table;
		top: -9px;
		left: calc(50% - 480px + 0px);
		width: 162px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec913226296 .tn-elem[data-elem-id="1742985619046"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec913226296 .tn-elem[data-elem-id="1742985619046"] {
		display: table;
		top: 7px;
		width: 109px;
		height: auto;
	}

	#rec913226296 .tn-elem[data-elem-id="1742985619046"] .tn-atom {
		background-size: cover;
		-webkit-transform: rotate(312deg);
		-moz-transform: rotate(312deg);
		transform: rotate(312deg);
	}
}

@media screen and (max-width:479px) {
	#rec913226296 .tn-elem[data-elem-id="1742985619046"] {
		display: table;
		top: -11px;
		left: calc(50% - 160px + -29px);
		width: 88px;
		height: auto;
	}
}


.t300__tooltipster-noir_882597328 {
	background-color: #111 !important;
	color: #fff !important;
	border-radius: 0 !important;
	;
}


#catalog .t396__artboard {
	height: 290px;
	background-color: #e5e8e8;
}

#catalog .t396__filter {
	height: 290px;
}

#catalog .t396__carrier {
	height: 290px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1919px) {

	#catalog .t396__artboard,
	#catalog .t396__filter,
	#catalog .t396__carrier {}

	#catalog .t396__filter {}

	#catalog .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1479px) {

	#catalog .t396__artboard,
	#catalog .t396__filter,
	#catalog .t396__carrier {}

	#catalog .t396__filter {}

	#catalog .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#catalog .t396__artboard,
	#catalog .t396__filter,
	#catalog .t396__carrier {
		height: 200px;
	}

	#catalog .t396__filter {}

	#catalog .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#catalog .t396__artboard,
	#catalog .t396__filter,
	#catalog .t396__carrier {
		height: 220px;
	}

	#catalog .t396__filter {}

	#catalog .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#catalog .t396__artboard,
	#catalog .t396__filter,
	#catalog .t396__carrier {
		height: 200px;
	}

	#catalog .t396__filter {}

	#catalog .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#catalog .t396__artboard,
	#catalog .t396__filter,
	#catalog .t396__carrier {
		height: 180px;
	}

	#catalog .t396__filter {}

	#catalog .t396__carrier {
		background-attachment: scroll;
	}
}

#catalog .tn-elem[data-elem-id="1470209944682"] {
	color: #000000;
	z-index: 3;
	top: 27px;
	left: calc(50% - 960px + 380px);
	width: 996px;
	height: auto;
}

#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#catalog .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 27px;
		left: calc(50% - 740px + 135px);
		width: 996px;
		height: auto;
	}

	#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 52px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#catalog .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 28px;
		left: calc(50% - 600px + 120px);
		width: 996px;
		height: auto;
	}

	#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 52px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#catalog .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 14px;
		left: calc(50% - 480px + 90px);
		width: 694px;
		height: auto;
	}

	#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 32px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#catalog .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		left: calc(50% - 320px + 70px);
		width: 521px;
		height: auto;
	}

	#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#catalog .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 15px;
		left: calc(50% - 240px + 38px);
		width: 411px;
		height: auto;
	}

	#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 24px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#catalog .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 16px;
		left: calc(50% - 160px + 9px);
		width: 308px;
		height: auto;
	}

	#catalog .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 19px;
		background-size: cover;
	}
}

#catalog .tn-elem[data-elem-id="1742999951980"] {
	z-index: 3;
	top: -51px;
	left: calc(50% - 960px + 830px);
	width: 498px;
	height: auto;
}

#catalog .tn-elem[data-elem-id="1742999951980"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#catalog .tn-elem[data-elem-id="1742999951980"] .tn-atom {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#catalog .tn-elem[data-elem-id="1742999951980"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#catalog .tn-elem[data-elem-id="1742999951980"] {
		display: table;
		top: -42px;
		left: calc(50% - 740px + 529px);
		width: 469px;
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#catalog .tn-elem[data-elem-id="1742999951980"] {
		display: table;
		top: -37px;
		left: calc(50% - 600px + 498px);
		width: 454px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#catalog .tn-elem[data-elem-id="1742999951980"] {
		display: table;
		top: -31px;
		left: calc(50% - 480px + 294px);
		width: 298px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#catalog .tn-elem[data-elem-id="1742999951980"] {
		display: table;
		top: 14px;
		left: calc(50% - 320px + 330px);
		width: 286px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#catalog .tn-elem[data-elem-id="1742999951980"] {
		display: table;
		top: 0px;
		left: calc(50% - 240px + 186px);
		width: 270px;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#catalog .tn-elem[data-elem-id="1742999951980"] {
		display: table;
		top: 16px;
		left: calc(50% - 160px + 102px);
		width: 215px;
		height: auto;
	}
}


#rec890368027 .t851__col {
	margin-top: var(--column-margin, 40px);
}

#rec890368027 .t851__col.t851__col--first-row {
	margin-top: 0;
}

@media (max-width:960px) {
	#rec890368027 .t851__col {
		margin-top: 60px;
	}

	#rec890368027 .t851__col.t851__col--first-row {
		margin-top: 0;
	}
}

@media (max-width:480px) {
	#rec890368027 .t851__col:nth-child(n+2) {
		margin-top: 60px;
	}

	#rec890368027 .t851__col:first-child {
		margin-top: 0;
	}
}


@media (hover:hover),
(min-width:0\0) {
	#rec890368027 .t-btn:not(.t-animate_no-hover):hover {
		color: #666666 !important;
		box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
		background-color: #ffffff !important;
	}

	#rec890368027 .t-btn:not(.t-animate_no-hover):focus-visible {
		color: #666666 !important;
		box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
		background-color: #ffffff !important;
	}

	#rec890368027 .t-btn:not(.t-animate_no-hover) {
		transition-property: background-color, color, border-color, box-shadow;
		transition-duration: 0.2s;
		transition-timing-function: ease-in-out;
	}

	#rec890368027 .t-btntext:not(.t-animate_no-hover):hover {
		color: #666666 !important;
	}

	#rec890368027 .t-btntext:not(.t-animate_no-hover):focus-visible {
		color: #666666 !important;
	}
}

#rec890368027 .t851__table {
	border-radius: 20px;
}

#rec914093875 .t396__artboard {
	height: 310px;
	background-color: #e5e8e8;
}

#rec914093875 .t396__filter {
	height: 310px;
}

#rec914093875 .t396__carrier {
	height: 310px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1919px) {

	#rec914093875 .t396__artboard,
	#rec914093875 .t396__filter,
	#rec914093875 .t396__carrier {}

	#rec914093875 .t396__filter {}

	#rec914093875 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1479px) {

	#rec914093875 .t396__artboard,
	#rec914093875 .t396__filter,
	#rec914093875 .t396__carrier {}

	#rec914093875 .t396__filter {}

	#rec914093875 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#rec914093875 .t396__artboard,
	#rec914093875 .t396__filter,
	#rec914093875 .t396__carrier {
		height: 219px;
	}

	#rec914093875 .t396__filter {}

	#rec914093875 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec914093875 .t396__artboard,
	#rec914093875 .t396__filter,
	#rec914093875 .t396__carrier {
		height: 159px;
	}

	#rec914093875 .t396__filter {}

	#rec914093875 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec914093875 .t396__artboard,
	#rec914093875 .t396__filter,
	#rec914093875 .t396__carrier {
		height: 138px;
	}

	#rec914093875 .t396__filter {}

	#rec914093875 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec914093875 .t396__artboard,
	#rec914093875 .t396__filter,
	#rec914093875 .t396__carrier {}

	#rec914093875 .t396__filter {}

	#rec914093875 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
	color: #bcb9b9;
	text-align: center;
	z-index: 3;
	top: -230px;
	left: calc(50% - 960px + 217px);
	width: 1483px;
	height: 763px;
}

#rec914093875 .tn-elem[data-elem-id="1742986692170"] .tn-atom {
	vertical-align: middle;
	color: #bcb9b9;
	font-size: 380px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 800;
	opacity: 0.3;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
		display: table;
		left: calc(50% - 740px + -1px);
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
		display: table;
		top: -241px;
		left: calc(50% - 600px + -141px);
		width: 1483px;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1742986692170"] .tn-atom {
		font-size: 350px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
		display: table;
		top: -91px;
		left: calc(50% - 480px + 8px);
		width: auto;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1742986692170"] .tn-atom {
		vertical-align: middle;
		white-space: nowrap;
		font-size: 250px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
		display: table;
		top: -61px;
		left: calc(50% - 320px + 0px);
		width: 642px;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1742986692170"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 170px;
		background-size: cover;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (max-width:639px) {
	#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
		display: table;
		top: -28px;
		left: calc(50% - 240px + -78px);
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1742986692170"] .tn-atom {
		font-size: 125px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec914093875 .tn-elem[data-elem-id="1742986692170"] {
		display: table;
		top: -2px;
		left: calc(50% - 160px + -168px);
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1742986692170"] .tn-atom {
		font-size: 90px;
		background-size: cover;
	}
}

#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
	color: #620bb2;
	text-align: center;
	z-index: 3;
	top: 88px;
	left: calc(50% - 960px + 281px);
	width: 1359px;
	height: auto;
}

#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
	vertical-align: middle;
	color: #620bb2;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		left: calc(50% - 740px + 60px);
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 88px;
		left: calc(50% - 600px + 8px);
		width: 1184px;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 52px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		left: calc(50% - 480px + -112px);
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 32px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 26px;
		left: calc(50% - 320px + -1px);
		width: 642px;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 30px;
		line-height: 1.2;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 26px;
		left: calc(50% - 240px + 0px);
		width: 480px;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 23px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec914093875 .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 23px;
		left: calc(50% - 160px + -32px);
		width: 384px;
		height: auto;
	}

	#rec914093875 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 19px;
		background-size: cover;
	}
}

/*
@media screen and (max-width:960px) {
	#rec914465773 .t1053__line {
		height: ;
	}
}
*/

#rec942442761 .t396__artboard {
	height: 826px;
	background-color: #e5e8e8;
}

#rec942442761 .t396__filter {
	height: 826px;
}

#rec942442761 .t396__carrier {
	height: 826px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1919px) {

	#rec942442761 .t396__artboard,
	#rec942442761 .t396__filter,
	#rec942442761 .t396__carrier {}

	#rec942442761 .t396__filter {}

	#rec942442761 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1479px) {

	#rec942442761 .t396__artboard,
	#rec942442761 .t396__filter,
	#rec942442761 .t396__carrier {}

	#rec942442761 .t396__filter {}

	#rec942442761 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#rec942442761 .t396__artboard,
	#rec942442761 .t396__filter,
	#rec942442761 .t396__carrier {
		height: 683px;
	}

	#rec942442761 .t396__filter {}

	#rec942442761 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec942442761 .t396__artboard,
	#rec942442761 .t396__filter,
	#rec942442761 .t396__carrier {
		height: 1093px;
	}

	#rec942442761 .t396__filter {}

	#rec942442761 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec942442761 .t396__artboard,
	#rec942442761 .t396__filter,
	#rec942442761 .t396__carrier {
		height: 763px;
	}

	#rec942442761 .t396__filter {}

	#rec942442761 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec942442761 .t396__artboard,
	#rec942442761 .t396__filter,
	#rec942442761 .t396__carrier {
		height: 643px;
	}

	#rec942442761 .t396__filter {}

	#rec942442761 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
	z-index: 3;
	top: 48px;
	left: calc(50% - 960px + 693px);
	width: 425px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744186849996"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec942442761 .tn-elem[data-elem-id="1744186849996"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
		display: table;
		top: 48px;
		left: calc(50% - 740px + 706px);
		width: 425px;
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
		display: table;
		top: 57px;
		left: calc(50% - 600px + 538px);
		width: 423px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
		display: table;
		top: 33px;
		left: calc(50% - 480px + 361px);
		width: 308px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
		display: table;
		top: 48px;
		left: calc(50% - 320px + 368px);
		width: 289px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
		display: table;
		top: 47px;
		left: calc(50% - 240px + 295px);
		width: 185px;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744186849996"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
	z-index: 3;
	top: 215px;
	left: calc(50% - 960px + 1199px);
	width: 590px;
	height: 475px;
}

#rec942442761 .tn-elem[data-elem-id="1741000195364"] .tn-atom {
	border-radius: 15px 15px 15px 15px;
	background-color: #620bb2;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
		display: table;
		top: 193px;
		left: calc(50% - 740px + 959px);
		width: 496px;
		height: 475px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
		display: table;
		top: 197px;
		left: calc(50% - 600px + 720px);
		width: 496px;
		height: 489px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
		display: table;
		top: 190px;
		left: calc(50% - 480px + 570px);
		width: 381px;
		height: 394px;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
		display: table;
		top: 651px;
		left: calc(50% - 320px + 38px);
		width: 564px;
		height: 345px;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
		display: table;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000195364"] {
		display: table;
	}
}

#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
	z-index: 3;
	top: 279px;
	left: calc(50% - 960px + 592px);
	width: 2px;
	height: 341px;
}

#rec942442761 .tn-elem[data-elem-id="1740999488902"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-color: #e0e0e0;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
		display: table;
		top: 269px;
		left: calc(50% - 740px + 476px);
		width: 2px;
		height: 341px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
		display: table;
		top: 273px;
		left: calc(50% - 600px + 364px);
		width: 2px;
		height: 341px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
		display: table;
		top: 250px;
		left: calc(50% - 480px + 275px);
		height: 318px;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
		display: table;
		top: 172px;
		left: calc(50% - 320px + 318px);
		height: 317px;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
		display: table;
		top: 231px;
		left: calc(50% - 240px + 249px);
		height: 312px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1740999488902"] {
		display: table;
		top: 207px;
		left: calc(50% - 160px + 28px);
		height: 271px;
	}
}

#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
	z-index: 3;
	top: 239px;
	left: calc(50% - 960px + 592px);
	width: 2px;
	height: 341px;
}

#rec942442761 .tn-elem[data-elem-id="1474627468992"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-color: #e0e0e0;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
		display: table;
		top: 229px;
		left: calc(50% - 740px + 476px);
		width: 2px;
		height: 341px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
		display: table;
		top: 233px;
		left: calc(50% - 600px + 364px);
		width: 2px;
		height: 341px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
		display: table;
		top: 164px;
		left: calc(50% - 480px + 275px);
		height: 318px;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
		display: table;
		top: 259px;
		left: calc(50% - 320px + 318px);
		height: 317px;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
		display: table;
		top: 221px;
		left: calc(50% - 240px + 239px);
		height: 312px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1474627468992"] {
		display: table;
		top: 197px;
		left: calc(50% - 160px + 18px);
		height: 271px;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
	color: #ffffff;
	z-index: 3;
	top: 245px;
	left: calc(50% - 960px + 1240px);
	width: 513px;
	height: 238px;
}

#rec942442761 .tn-elem[data-elem-id="1741000424910"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 28px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
		display: table;
		top: 213px;
		left: calc(50% - 740px + 998px);
		width: 431px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000424910"] .tn-atom {
		font-size: 26px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
		display: table;
		top: 226px;
		left: calc(50% - 600px + 759px);
		width: 431px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000424910"] .tn-atom {
		font-size: 25px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
		display: table;
		top: 190px;
		left: calc(50% - 480px + 604px);
		width: 313px;
		height: 240px;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000424910"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
		display: table;
		top: 606px;
		left: calc(50% - 320px + 70px);
		width: 497px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000424910"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
		display: table;
		top: 395px;
		left: calc(50% - 240px + 305px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000424910"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000424910"] {
		display: table;
		top: 350px;
		left: calc(50% - 160px + 68px);
		width: 270px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
	color: #ffffff;
	z-index: 3;
	top: 522px;
	left: calc(50% - 960px + 1342px);
	width: 405px;
	height: 70px;
}

#rec942442761 .tn-elem[data-elem-id="1741000537482"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 28px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.25;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
		display: table;
		top: 491px;
		left: calc(50% - 740px + 1083px);
		width: 340px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000537482"] .tn-atom {
		font-size: 26px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
		display: table;
		top: 510px;
		left: calc(50% - 600px + 828px);
		width: 340px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000537482"] .tn-atom {
		font-size: 25px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
		display: table;
		top: 416px;
		left: calc(50% - 480px + 655px);
		width: 270px;
		height: 62px;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000537482"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
		display: table;
		top: 830px;
		left: calc(50% - 320px + 120px);
		width: 269px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000537482"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
		display: table;
		top: 395px;
		left: calc(50% - 240px + 305px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000537482"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000537482"] {
		display: table;
		top: 350px;
		left: calc(50% - 160px + 68px);
		width: 270px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
	color: #ffffff;
	z-index: 3;
	top: 608px;
	left: calc(50% - 960px + 1342px);
	width: 405px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1741000124686"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 28px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
		display: table;
		top: 577px;
		left: calc(50% - 740px + 1085px);
		width: 340px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000124686"] .tn-atom {
		font-size: 26px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
		display: table;
		top: 596px;
		left: calc(50% - 600px + 830px);
		width: 340px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000124686"] .tn-atom {
		font-size: 25px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
		display: table;
		top: 492px;
		left: calc(50% - 480px + 655px);
		width: 270px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000124686"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
		display: table;
		top: 907px;
		left: calc(50% - 320px + 128px);
		width: 269px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000124686"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
		display: table;
		top: 385px;
		left: calc(50% - 240px + 295px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000124686"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000124686"] {
		display: table;
		top: 340px;
		left: calc(50% - 160px + 58px);
		width: 270px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
	color: #000000;
	z-index: 3;
	top: 310px;
	left: calc(50% - 960px + 633px);
	width: 410px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1740999524035"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 30px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
		display: table;
		top: 300px;
		left: calc(50% - 740px + 522px);
		width: 403px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999524035"] .tn-atom {
		font-size: 30px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
		display: table;
		top: 318px;
		left: calc(50% - 600px + 401px);
		width: 304px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999524035"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
		display: table;
		top: 253px;
		left: calc(50% - 480px + 326px);
		width: 222px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999524035"] .tn-atom {
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
		display: table;
		top: 262px;
		left: calc(50% - 320px + 349px);
		width: 270px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999524035"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
		display: table;
		top: 335px;
		left: calc(50% - 240px + 295px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999524035"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1740999524035"] {
		display: table;
		top: 330px;
		left: calc(50% - 160px + 48px);
		width: 270px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
	color: #000000;
	z-index: 3;
	top: 489px;
	left: calc(50% - 960px + 640px);
	width: 425px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 30px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 485px;
		left: calc(50% - 740px + 521px);
		width: 395px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 30px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 499px;
		left: calc(50% - 600px + 403px);
		width: 302px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 442px;
		left: calc(50% - 480px + 325px);
		width: 225px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 438px;
		left: calc(50% - 320px + 349px);
		width: 270px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 490px;
		left: calc(50% - 240px + 102px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1470210011265"] {
		display: table;
		top: 320px;
		left: calc(50% - 160px + 38px);
		width: 270px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
	z-index: 3;
	top: 522px;
	left: calc(50% - 960px + 575px);
	width: 37px;
	height: 37px;
}

#rec942442761 .tn-elem[data-elem-id="1744191742615"] .tn-atom {
	border-width: 2px;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #000000;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
		display: table;
		top: 512px;
		left: calc(50% - 740px + 459px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
		display: table;
		top: 516px;
		left: calc(50% - 600px + 347px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
		display: table;
		top: 543px;
		left: calc(50% - 480px + 261px);
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
		display: table;
		top: 551px;
		left: calc(50% - 320px + 302px);
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
		display: table;
		top: 254px;
		left: calc(50% - 240px + 272px);
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191742615"] {
		display: table;
		top: 230px;
		left: calc(50% - 160px + 51px);
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
	z-index: 3;
	top: 610px;
	left: calc(50% - 960px + 575px);
	width: 37px;
	height: 37px;
}

#rec942442761 .tn-elem[data-elem-id="1744191740266"] .tn-atom {
	border-width: 2px;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #000000;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
		display: table;
		top: 600px;
		left: calc(50% - 740px + 459px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
		display: table;
		top: 604px;
		left: calc(50% - 600px + 347px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
		display: table;
		top: 453px;
		left: calc(50% - 480px + 261px);
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
		display: table;
		top: 461px;
		left: calc(50% - 320px + 303px);
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
		display: table;
		top: 244px;
		left: calc(50% - 240px + 262px);
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191740266"] {
		display: table;
		top: 220px;
		left: calc(50% - 160px + 41px);
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
	z-index: 3;
	top: 430px;
	left: calc(50% - 960px + 575px);
	width: 37px;
	height: 37px;
}

#rec942442761 .tn-elem[data-elem-id="1744191737556"] .tn-atom {
	border-width: 2px;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #000000;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
		display: table;
		top: 420px;
		left: calc(50% - 740px + 459px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
		display: table;
		top: 424px;
		left: calc(50% - 600px + 347px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
		display: table;
		top: 361px;
		left: calc(50% - 480px + 261px);
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
		display: table;
		top: 369px;
		left: calc(50% - 320px + 303px);
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
		display: table;
		top: 234px;
		left: calc(50% - 240px + 252px);
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191737556"] {
		display: table;
		top: 210px;
		left: calc(50% - 160px + 31px);
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
	z-index: 3;
	top: 330px;
	left: calc(50% - 960px + 575px);
	width: 37px;
	height: 37px;
}

#rec942442761 .tn-elem[data-elem-id="1744191706594"] .tn-atom {
	border-width: 2px;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #000000;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
		display: table;
		top: 320px;
		left: calc(50% - 740px + 459px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
		display: table;
		top: 324px;
		left: calc(50% - 600px + 347px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
		display: table;
		top: 264px;
		left: calc(50% - 480px + 261px);
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
		display: table;
		top: 272px;
		left: calc(50% - 320px + 303px);
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
		display: table;
		top: 224px;
		left: calc(50% - 240px + 242px);
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191706594"] {
		display: table;
		top: 200px;
		left: calc(50% - 160px + 21px);
	}
}

#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
	z-index: 3;
	top: 229px;
	left: calc(50% - 960px + 575px);
	width: 37px;
	height: 37px;
}

#rec942442761 .tn-elem[data-elem-id="1474627416586"] .tn-atom {
	border-width: 2px;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #000000;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
		display: table;
		top: 219px;
		left: calc(50% - 740px + 459px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
		display: table;
		top: 223px;
		left: calc(50% - 600px + 347px);
		width: 37px;
		height: 37px;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
		display: table;
		top: 164px;
		left: calc(50% - 480px + 261px);
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
		display: table;
		top: 172px;
		left: calc(50% - 320px + 299px);
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
		display: table;
		top: 214px;
		left: calc(50% - 240px + 232px);
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1474627416586"] {
		display: table;
		top: 190px;
		left: calc(50% - 160px + 11px);
	}
}

#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
	color: #000000;
	text-align: right;
	z-index: 3;
	top: 224px;
	left: calc(50% - 960px + 159px);
	width: 399px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1474627943918"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 30px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		display: table;
		top: 214px;
		left: calc(50% - 740px + 62px);
		width: 380px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474627943918"] .tn-atom {
		font-size: 30px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		display: table;
		top: 218px;
		left: calc(50% - 600px + -10px);
		width: 339px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474627943918"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		display: table;
		top: 161px;
		left: calc(50% - 480px + 6px);
		width: 237px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474627943918"] .tn-atom {
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		display: table;
		top: 168px;
		left: calc(50% - 320px + 19px);
		width: 270px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		display: table;
		top: 210px;
		left: calc(50% - 240px + 12px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474627943918"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		display: table;
		top: 186px;
		left: calc(50% - 160px + 40px);
		width: 270px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474627943918"] {
		text-align: left;
	}
}

#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
	color: #000000;
	text-align: right;
	z-index: 3;
	top: 422px;
	left: calc(50% - 960px + 117px);
	width: 447px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1740999662733"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 30px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		display: table;
		top: 412px;
		left: calc(50% - 740px + 14px);
		width: 434px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999662733"] .tn-atom {
		font-size: 30px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		display: table;
		top: 416px;
		left: calc(50% - 600px + 1px);
		width: 334px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999662733"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		display: table;
		top: 349px;
		left: calc(50% - 480px + -4px);
		width: 250px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999662733"] .tn-atom {
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		display: table;
		top: 362px;
		left: calc(50% - 320px + 49px);
		width: 240px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		display: table;
		top: 532px;
		left: calc(50% - 240px + 22px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999662733"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		display: table;
		top: 463px;
		left: calc(50% - 160px + 50px);
		width: 270px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1740999662733"] {
		text-align: left;
	}
}

#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
	color: #000000;
	text-align: right;
	z-index: 3;
	top: 598px;
	left: calc(50% - 960px + 132px);
	width: 427px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1474628077848"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 30px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 600;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		display: table;
		top: 586px;
		left: calc(50% - 740px + -12px);
		width: 464px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474628077848"] .tn-atom {
		font-size: 30px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		display: table;
		top: 592px;
		left: calc(50% - 600px + 0px);
		width: 330px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474628077848"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		display: table;
		top: 536px;
		left: calc(50% - 480px + 6px);
		width: 240px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474628077848"] .tn-atom {
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		display: table;
		top: 538px;
		left: calc(50% - 320px + 49px);
		width: 239px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		display: table;
		top: 522px;
		left: calc(50% - 240px + 12px);
		width: 195px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474628077848"] .tn-atom {
		font-size: 18px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		display: table;
		top: 453px;
		left: calc(50% - 160px + 40px);
		width: 270px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1474628077848"] {
		text-align: left;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
	color: #000000;
	z-index: 3;
	top: 19px;
	left: calc(50% - 960px + 127px);
	width: 763px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744186777006"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
		display: table;
		top: 21px;
		left: calc(50% - 740px + 40px);
		width: 763px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744186777006"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
		display: table;
		top: 21px;
		left: calc(50% - 600px + 20px);
		width: 763px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744186777006"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
		display: table;
		top: 25px;
		left: calc(50% - 480px + 20px);
		width: 940px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744186777006"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
		display: table;
		top: 36px;
		left: calc(50% - 320px + 20px);
		width: 620px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
		display: table;
		top: 33px;
		left: calc(50% - 240px + 29px);
		width: 460px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744186777006"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744186777006"] {
		display: table;
		top: 108px;
		left: calc(50% - 160px + 20px);
		width: 300px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
	color: #fdfdfd;
	z-index: 3;
	top: 90px;
	left: calc(50% - 960px + 467px);
	width: 254px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744191102097"] .tn-atom {
	vertical-align: middle;
	color: #fdfdfd;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
		display: table;
		top: 91px;
		left: calc(50% - 740px + 475px);
		width: 254px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191102097"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
		display: table;
		top: 93px;
		left: calc(50% - 600px + 320px);
		width: 254px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191102097"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
		display: table;
		top: 65px;
		left: calc(50% - 480px + 230px);
		width: 940px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191102097"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
		display: table;
		top: 77px;
		left: calc(50% - 320px + 230px);
		width: 620px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
		display: table;
		top: 65px;
		left: calc(50% - 240px + 186px);
		width: 460px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191102097"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191102097"] {
		display: table;
		top: 108px;
		left: calc(50% - 160px + 20px);
		width: 300px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
	color: #fdfdfd;
	z-index: 3;
	top: 92px;
	left: calc(50% - 960px + 750px);
	width: 307px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1480497147362"] .tn-atom {
	vertical-align: middle;
	color: #fdfdfd;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
		display: table;
		top: 93px;
		left: calc(50% - 740px + 758px);
		width: 307px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1480497147362"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
		display: table;
		top: 95px;
		left: calc(50% - 600px + 603px);
		width: 307px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1480497147362"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
		display: table;
		top: 65px;
		left: calc(50% - 480px + 400px);
		width: 940px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1480497147362"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
		display: table;
		top: 77px;
		left: calc(50% - 320px + 410px);
		width: 620px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
		display: table;
		top: 65px;
		left: calc(50% - 240px + 318px);
		width: 460px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1480497147362"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1480497147362"] {
		display: table;
		top: 98px;
		left: calc(50% - 160px + 10px);
		width: 300px;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
	z-index: 3;
	top: 516px;
	left: calc(50% - 960px + 1240px);
	width: 65px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1741000514781"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec942442761 .tn-elem[data-elem-id="1741000514781"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
		display: table;
		top: 492px;
		left: calc(50% - 740px + 1010px);
		width: 55px;
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
		display: table;
		top: 511px;
		left: calc(50% - 600px + 755px);
		width: 55px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
		display: table;
		top: 421px;
		left: calc(50% - 480px + 598px);
		width: 39px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
		display: table;
		top: 841px;
		left: calc(50% - 320px + 70px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000514781"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
	z-index: 3;
	top: 605px;
	left: calc(50% - 960px + 1245px);
	width: 63px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1741000384704"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec942442761 .tn-elem[data-elem-id="1741000384704"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
		display: table;
		top: 570px;
		left: calc(50% - 740px + 1012px);
		width: 53px;
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
		display: table;
		top: 589px;
		left: calc(50% - 600px + 757px);
		width: 53px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
		display: table;
		top: 490px;
		left: calc(50% - 480px + 596px);
		width: 39px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
		display: table;
		top: 911px;
		left: calc(50% - 320px + 70px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000384704"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
	color: #ffffff;
	z-index: 3;
	top: 613px;
	left: calc(50% - 960px + 585px);
	width: 18px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744191758231"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 22px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
		display: table;
		top: 603px;
		left: calc(50% - 740px + 469px);
		width: 18px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191758231"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
		display: table;
		top: 607px;
		left: calc(50% - 600px + 357px);
		width: 18px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191758231"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
		display: table;
		top: 546px;
		left: calc(50% - 480px + 272px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
		display: table;
		top: 554px;
		left: calc(50% - 320px + 311px);
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191758231"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191758231"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
	color: #ffffff;
	z-index: 3;
	top: 523px;
	left: calc(50% - 960px + 584px);
	width: 19px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744191755870"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 22px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
		display: table;
		top: 513px;
		left: calc(50% - 740px + 468px);
		width: 19px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191755870"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
		display: table;
		top: 517px;
		left: calc(50% - 600px + 356px);
		width: 19px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191755870"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
		display: table;
		top: 456px;
		left: calc(50% - 480px + 271px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
		display: table;
		top: 464px;
		left: calc(50% - 320px + 310px);
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191755870"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191755870"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
	color: #ffffff;
	z-index: 3;
	top: 431px;
	left: calc(50% - 960px + 584px);
	width: 18px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744191753333"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 22px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
		display: table;
		top: 421px;
		left: calc(50% - 740px + 468px);
		width: 18px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191753333"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
		display: table;
		top: 425px;
		left: calc(50% - 600px + 356px);
		width: 18px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191753333"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
		display: table;
		top: 364px;
		left: calc(50% - 480px + 271px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
		display: table;
		top: 372px;
		left: calc(50% - 320px + 310px);
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191753333"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191753333"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
	color: #ffffff;
	z-index: 3;
	top: 331px;
	left: calc(50% - 960px + 584px);
	width: 18px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1744191685904"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 22px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
		display: table;
		top: 321px;
		left: calc(50% - 740px + 468px);
		width: 18px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191685904"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
		display: table;
		top: 325px;
		left: calc(50% - 600px + 356px);
		width: 18px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191685904"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
		display: table;
		top: 264px;
		left: calc(50% - 480px + 271px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
		display: table;
		top: 272px;
		left: calc(50% - 320px + 310px);
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1744191685904"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1744191685904"] {
		display: table;
		height: auto;
	}
}

#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
	color: #ffffff;
	z-index: 3;
	top: 231px;
	left: calc(50% - 960px + 586px);
	width: 16px;
	height: auto;
}

#rec942442761 .tn-elem[data-elem-id="1741000626020"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 22px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
		display: table;
		top: 221px;
		left: calc(50% - 740px + 470px);
		width: 16px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000626020"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
		display: table;
		top: 225px;
		left: calc(50% - 600px + 358px);
		width: 16px;
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000626020"] .tn-atom {
		font-size: 22px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
		display: table;
		top: 164px;
		left: calc(50% - 480px + 273px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
		display: table;
		top: 172px;
		left: calc(50% - 320px + 312px);
		height: auto;
	}

	#rec942442761 .tn-elem[data-elem-id="1741000626020"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
		display: table;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec942442761 .tn-elem[data-elem-id="1741000626020"] {
		display: table;
		height: auto;
	}
}


#rec1151397191 .t396__artboard {
	height: 550px;
	background-color: #e5e8e8;
}

#rec1151397191 .t396__filter {
	height: 550px;
}

#rec1151397191 .t396__carrier {
	height: 550px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1199px) {

	#rec1151397191 .t396__artboard,
	#rec1151397191 .t396__filter,
	#rec1151397191 .t396__carrier {}

	#rec1151397191 .t396__filter {}

	#rec1151397191 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec1151397191 .t396__artboard,
	#rec1151397191 .t396__filter,
	#rec1151397191 .t396__carrier {}

	#rec1151397191 .t396__filter {}

	#rec1151397191 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec1151397191 .t396__artboard,
	#rec1151397191 .t396__filter,
	#rec1151397191 .t396__carrier {
		height: 100px;
	}

	#rec1151397191 .t396__filter {}

	#rec1151397191 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec1151397191 .t396__artboard,
	#rec1151397191 .t396__filter,
	#rec1151397191 .t396__carrier {
		height: 80px;
	}

	#rec1151397191 .t396__filter {}

	#rec1151397191 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec1151397191 .tn-elem[data-elem-id="1751973047740"] {
	z-index: 3;
	top: 48px;
	left: calc(50% - 600px + 693px);
	width: 425px;
	height: auto;
}

#rec1151397191 .tn-elem[data-elem-id="1751973047740"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec1151397191 .tn-elem[data-elem-id="1751973047740"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047740"] {
		display: table;
		top: 33px;
		left: calc(50% - 480px + 361px);
		width: 308px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047740"] {
		display: table;
		top: 48px;
		left: calc(50% - 320px + 368px);
		width: 289px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047740"] {
		display: table;
		top: 36px;
		left: calc(50% - 240px + 276px);
		width: 185px;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047740"] {
		display: table;
		top: 30px;
		left: calc(50% - 160px + 151px);
		width: 175px;
		height: auto;
	}
}

#rec1151397191 .tn-elem[data-elem-id="1751973047743"] {
	color: #000000;
	z-index: 3;
	top: 19px;
	left: calc(50% - 600px + 127px);
	width: 763px;
	height: auto;
}

#rec1151397191 .tn-elem[data-elem-id="1751973047743"] .tn-atom {
	vertical-align: middle;
	color: #000000;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] {
		display: table;
		top: 25px;
		left: calc(50% - 480px + 20px);
		width: 940px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] {
		display: table;
		top: 36px;
		left: calc(50% - 320px + 20px);
		width: 620px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] {
		display: table;
		top: 22px;
		left: calc(50% - 240px + 10px);
		width: 460px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] {
		display: table;
		top: 17px;
		left: calc(50% - 160px + 10px);
		width: 330px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047743"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

#rec1151397191 .tn-elem[data-elem-id="1751973047745"] {
	color: #fdfdfd;
	z-index: 3;
	top: 90px;
	left: calc(50% - 600px + 467px);
	width: 254px;
	height: auto;
}

#rec1151397191 .tn-elem[data-elem-id="1751973047745"] .tn-atom {
	vertical-align: middle;
	color: #fdfdfd;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] {
		display: table;
		top: 65px;
		left: calc(50% - 480px + 230px);
		width: 940px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] {
		display: table;
		top: 77px;
		left: calc(50% - 320px + 230px);
		width: 620px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] {
		display: table;
		top: 54px;
		left: calc(50% - 240px + 167px);
		width: 460px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] {
		display: table;
		top: 50px;
		left: calc(50% - 160px + 60px);
		width: 300px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047745"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

#rec1151397191 .tn-elem[data-elem-id="1751973047747"] {
	color: #fdfdfd;
	z-index: 3;
	top: 92px;
	left: calc(50% - 600px + 750px);
	width: 307px;
	height: auto;
}

#rec1151397191 .tn-elem[data-elem-id="1751973047747"] .tn-atom {
	vertical-align: middle;
	color: #fdfdfd;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] {
		display: table;
		top: 65px;
		left: calc(50% - 480px + 400px);
		width: 940px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] {
		display: table;
		top: 77px;
		left: calc(50% - 320px + 410px);
		width: 620px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] {
		display: table;
		top: 54px;
		left: calc(50% - 240px + 299px);
		width: 460px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] {
		display: table;
		top: 50px;
		left: calc(50% - 160px + 171px);
		width: 300px;
		height: auto;
	}

	#rec1151397191 .tn-elem[data-elem-id="1751973047747"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}


#rec1151359511 .t396__artboard {
	height: 550px;
	background-color: #ffffff;
}

#rec1151359511 .t396__filter {
	height: 550px;
}

#rec1151359511 .t396__carrier {
	height: 550px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1199px) {

	#rec1151359511 .t396__artboard,
	#rec1151359511 .t396__filter,
	#rec1151359511 .t396__carrier {}

	#rec1151359511 .t396__filter {}

	#rec1151359511 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#rec1151359511 .t396__artboard,
	#rec1151359511 .t396__filter,
	#rec1151359511 .t396__carrier {}

	#rec1151359511 .t396__filter {}

	#rec1151359511 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#rec1151359511 .t396__artboard,
	#rec1151359511 .t396__filter,
	#rec1151359511 .t396__carrier {
		height: 480px;
	}

	#rec1151359511 .t396__artboard {
		background-color: #e5e8e8;
	}

	#rec1151359511 .t396__filter {}

	#rec1151359511 .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#rec1151359511 .t396__artboard,
	#rec1151359511 .t396__filter,
	#rec1151359511 .t396__carrier {
		height: 540px;
	}

	#rec1151359511 .t396__filter {}

	#rec1151359511 .t396__carrier {
		background-attachment: scroll;
	}
}

#rec1151359511 .tn-elem[data-elem-id="1751972223743"] {
	z-index: 3;
	top: 31px;
	left: calc(50% - 600px + 113px);
	width: 590px;
	height: 475px;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223743"] .tn-atom {
	border-radius: 15px 15px 15px 15px;
	background-color: #620bb2;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223743"] {
		display: table;
		top: 190px;
		left: calc(50% - 480px + 570px);
		width: 381px;
		height: 394px;
	}
}

@media screen and (max-width:959px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223743"] {
		display: table;
		top: 651px;
		left: calc(50% - 320px + 38px);
		width: 564px;
		height: 345px;
	}
}

@media screen and (max-width:639px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223743"] {
		display: table;
		top: 64px;
		left: calc(50% - 240px + 11px);
		width: 456px;
		height: 371px;
	}
}

@media screen and (max-width:479px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223743"] {
		display: table;
		top: 46px;
		left: calc(50% - 160px + -11px);
		width: 341px;
		height: 453px;
	}
}

#rec1151359511 .tn-elem[data-elem-id="1751972223746"] {
	color: #ffffff;
	z-index: 3;
	top: 61px;
	left: calc(50% - 600px + 154px);
	width: 513px;
	height: 238px;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223746"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 28px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] {
		display: table;
		top: 190px;
		left: calc(50% - 480px + 604px);
		width: 313px;
		height: 240px;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] {
		display: table;
		top: 606px;
		left: calc(50% - 320px + 70px);
		width: 497px;
		height: auto;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] {
		display: table;
		top: 47px;
		left: calc(50% - 240px + 27px);
		width: 423px;
		height: 288px;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 20px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223746"] {
		display: table;
		top: 64px;
		left: calc(50% - 160px + 15px);
		width: 295px;
		height: auto;
	}
}

#rec1151359511 .tn-elem[data-elem-id="1751972223747"] {
	color: #ffffff;
	z-index: 3;
	top: 338px;
	left: calc(50% - 600px + 256px);
	width: 405px;
	height: 70px;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223747"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 28px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.25;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] {
		display: table;
		top: 416px;
		left: calc(50% - 480px + 655px);
		width: 270px;
		height: 62px;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] {
		display: table;
		top: 830px;
		left: calc(50% - 320px + 120px);
		width: 269px;
		height: auto;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] {
		display: table;
		top: 290px;
		left: calc(50% - 240px + 90px);
		width: 195px;
		height: 62px;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 20px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223747"] {
		display: table;
		top: 352px;
		left: calc(50% - 160px + 71px);
		width: 270px;
		height: auto;
	}
}

#rec1151359511 .tn-elem[data-elem-id="1751972223748"] {
	color: #ffffff;
	z-index: 3;
	top: 424px;
	left: calc(50% - 600px + 256px);
	width: 405px;
	height: auto;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223748"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 28px;
	font-family: 'CirceRounded', Arial, sans-serif;
	line-height: 1.2;
	font-weight: 500;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1199px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] {
		display: table;
		top: 492px;
		left: calc(50% - 480px + 655px);
		width: 270px;
		height: auto;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 18px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] {
		display: table;
		top: 907px;
		left: calc(50% - 320px + 128px);
		width: 269px;
		height: auto;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] .tn-atom {
		line-height: 1.4;
		background-size: cover;
	}
}

@media screen and (max-width:639px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] {
		display: table;
		top: 363px;
		left: calc(50% - 240px + 90px);
		width: 195px;
		height: auto;
	}

	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] .tn-atom {
		vertical-align: middle;
		white-space: normal;
		font-size: 20px;
		line-height: 1.35;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223748"] {
		display: table;
		top: 431px;
		left: calc(50% - 160px + 70px);
		width: 270px;
		height: auto;
	}
}

#rec1151359511 .tn-elem[data-elem-id="1751972223750"] {
	z-index: 3;
	top: 332px;
	left: calc(50% - 600px + 154px);
	width: 65px;
	height: auto;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223750"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223750"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223750"] {
		display: table;
		top: 421px;
		left: calc(50% - 480px + 598px);
		width: 39px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223750"] {
		display: table;
		top: 841px;
		left: calc(50% - 320px + 70px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223750"] {
		display: table;
		top: 308px;
		left: calc(50% - 240px + 31px);
		width: 39px;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223750"] {
		display: table;
		top: 369px;
		left: calc(50% - 160px + 19px);
		height: auto;
	}
}

#rec1151359511 .tn-elem[data-elem-id="1751972223752"] {
	z-index: 3;
	top: 421px;
	left: calc(50% - 600px + 159px);
	width: 63px;
	height: auto;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223752"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#rec1151359511 .tn-elem[data-elem-id="1751972223752"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1199px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223752"] {
		display: table;
		top: 490px;
		left: calc(50% - 480px + 596px);
		width: 39px;
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223752"] {
		display: table;
		top: 911px;
		left: calc(50% - 320px + 70px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223752"] {
		display: table;
		top: 364px;
		left: calc(50% - 240px + 31px);
		width: 39px;
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#rec1151359511 .tn-elem[data-elem-id="1751972223752"] {
		display: table;
		top: 434px;
		left: calc(50% - 160px + 18px);
		height: auto;
	}
}


#reviews .t396__artboard {
	height: 190px;
	background-color: #620bb2;
}

#reviews .t396__filter {
	height: 190px;
}

#reviews .t396__carrier {
	height: 190px;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width:1919px) {

	#reviews .t396__artboard,
	#reviews .t396__filter,
	#reviews .t396__carrier {}

	#reviews .t396__filter {}

	#reviews .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1479px) {

	#reviews .t396__artboard,
	#reviews .t396__filter,
	#reviews .t396__carrier {}

	#reviews .t396__filter {}

	#reviews .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:1199px) {

	#reviews .t396__artboard,
	#reviews .t396__filter,
	#reviews .t396__carrier {}

	#reviews .t396__filter {}

	#reviews .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:959px) {

	#reviews .t396__artboard,
	#reviews .t396__filter,
	#reviews .t396__carrier {}

	#reviews .t396__filter {}

	#reviews .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:639px) {

	#reviews .t396__artboard,
	#reviews .t396__filter,
	#reviews .t396__carrier {}

	#reviews .t396__filter {}

	#reviews .t396__carrier {
		background-attachment: scroll;
	}
}

@media screen and (max-width:479px) {

	#reviews .t396__artboard,
	#reviews .t396__filter,
	#reviews .t396__carrier {
		height: 130px;
	}

	#reviews .t396__filter {}

	#reviews .t396__carrier {
		background-attachment: scroll;
	}
}

#reviews .tn-elem[data-elem-id="1470209944682"] {
	color: #ffffff;
	text-align: center;
	z-index: 3;
	top: 89px;
	left: calc(50% - 960px + 419px);
	width: 1082px;
	height: auto;
}

#reviews .tn-elem[data-elem-id="1470209944682"] .tn-atom {
	vertical-align: middle;
	color: #ffffff;
	font-size: 52px;
	font-family: 'Unbounded', Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media screen and (max-width:1919px) {
	#reviews .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		left: calc(50% - 740px + 199px);
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#reviews .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 89px;
		left: calc(50% - 600px + 59px);
		width: 1082px;
		height: auto;
	}

	#reviews .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 52px;
		background-size: cover;
	}
}

@media screen and (max-width:1199px) {
	#reviews .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 79px;
		left: calc(50% - 480px + -61px);
		height: auto;
	}

	#reviews .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 32px;
		background-size: cover;
	}
}

@media screen and (max-width:959px) {
	#reviews .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 63px;
		left: calc(50% - 320px + -2px);
		width: 645px;
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#reviews .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 70px;
		left: calc(50% - 240px + 53px);
		width: 375px;
		height: auto;
	}

	#reviews .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 24px;
		background-size: cover;
	}
}

@media screen and (max-width:479px) {
	#reviews .tn-elem[data-elem-id="1470209944682"] {
		display: table;
		top: 50px;
		left: calc(50% - 160px + 28px);
		width: 264px;
		height: auto;
	}

	#reviews .tn-elem[data-elem-id="1470209944682"] .tn-atom {
		font-size: 20px;
		background-size: cover;
	}
}

#reviews .tn-elem[data-elem-id="1744201101101"] {
	z-index: 3;
	top: -94px;
	left: calc(50% - 960px + -100px);
	width: 480px;
	height: auto;
}

#reviews .tn-elem[data-elem-id="1744201101101"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#reviews .tn-elem[data-elem-id="1744201101101"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#reviews .tn-elem[data-elem-id="1744201101101"] {
		display: table;
		top: -86px;
		left: calc(50% - 740px + -281px);
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#reviews .tn-elem[data-elem-id="1744201101101"] {
		display: table;
		top: 8px;
		left: calc(50% - 600px + -197px);
		width: 256px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#reviews .tn-elem[data-elem-id="1744201101101"] {
		display: table;
		top: -14px;
		left: calc(50% - 480px + -128px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#reviews .tn-elem[data-elem-id="1744201101101"] {
		display: table;
		top: -11px;
		left: calc(50% - 320px + -137px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#reviews .tn-elem[data-elem-id="1744201101101"] {
		display: table;
		top: -14px;
		left: calc(50% - 240px + -166px);
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#reviews .tn-elem[data-elem-id="1744201101101"] {
		display: table;
		top: -35px;
		left: calc(50% - 160px + -221px);
		height: auto;
	}
}

#reviews .tn-elem[data-elem-id="1744201058720"] {
	z-index: 3;
	top: -94px;
	left: calc(50% - 960px + 1530px);
	width: 490px;
	height: auto;
}

#reviews .tn-elem[data-elem-id="1744201058720"] .tn-atom {
	border-radius: 0px 0px 0px 0px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#reviews .tn-elem[data-elem-id="1744201058720"] .tn-atom__img {
	border-radius: 0px 0px 0px 0px;
	object-position: center center;
}

@media screen and (max-width:1919px) {
	#reviews .tn-elem[data-elem-id="1744201058720"] {
		display: table;
		top: -86px;
		left: calc(50% - 740px + 1281px);
		height: auto;
	}
}

@media screen and (max-width:1479px) {
	#reviews .tn-elem[data-elem-id="1744201058720"] {
		display: table;
		top: 8px;
		left: calc(50% - 600px + 1155px);
		width: 256px;
		height: auto;
	}
}

@media screen and (max-width:1199px) {
	#reviews .tn-elem[data-elem-id="1744201058720"] {
		display: table;
		top: -14px;
		left: calc(50% - 480px + 823px);
		height: auto;
	}
}

@media screen and (max-width:959px) {
	#reviews .tn-elem[data-elem-id="1744201058720"] {
		display: table;
		top: -11px;
		left: calc(50% - 320px + 526px);
		height: auto;
	}
}

@media screen and (max-width:639px) {
	#reviews .tn-elem[data-elem-id="1744201058720"] {
		display: table;
		top: -14px;
		left: calc(50% - 240px + 390px);
		height: auto;
	}
}

@media screen and (max-width:479px) {
	#reviews .tn-elem[data-elem-id="1744201058720"] {
		display: table;
		top: -35px;
		left: calc(50% - 160px + 283px);
		height: auto;
	}
}


.t-review-social-links {
	line-height: 0px;
}

.t-review-social-links__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
}

.t-review-social-links {
	margin-top: 15px;
}

.t-review-social-links__item {
	padding: 0px 4px;
}

.t-review-social-links__item svg {
	width: 20px;
	height: 20px;
}

.t-review-social-links__wrapper_round .t-review-social-links__item svg {
	width: 23px;
	height: 23px;
}

.t-review-social-links__item:first-child {
	padding-left: 0px;
}

@media screen and (max-width:960px) {
	.t-review-social-links__item {
		margin-bottom: 3px;
	}
}

@media screen and (max-width:640px) {
	.t-review-social-links {
		margin-top: 13px;
	}

	.t-review-social-links__item {
		padding: 0px 3px;
	}

	.t-review-social-links__item svg {
		width: 17px;
		height: 17px;
	}

	.t-review-social-links__wrapper_round .t-review-social-links__item svg {
		width: 20px;
		height: 20px;
	}
}


@media screen and (max-width:640px) {
	.t530 .t-review-social-links {
		margin-top: 10px;
	}

	.t530 .t-review-social-links__wrapper_round .t-review-social-links__item svg {
		width: 17px;
		height: 17px;
	}
}


.t-section__descr {
	max-width: 560px;
}

#request_form .t-section__title {
	margin-bottom: 40px;
}

#request_form .t-section__descr {
	margin-bottom: 75px;
}

@media screen and (max-width:960px) {
	#request_form .t-section__title {
		margin-bottom: 20px;
	}

	#request_form .t-section__descr {
		margin-bottom: 45px;
	}
}


#request_form input::-webkit-input-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form input::-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form input:-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form input:-ms-input-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form textarea::-webkit-input-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form textarea::-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form textarea:-moz-placeholder {
	color: #000000;
	opacity: 0.5;
}

#request_form textarea:-ms-input-placeholder {
	color: #000000;
	opacity: 0.5;
}


@media (hover:hover),
(min-width:0\0) {
	#request_form .t-submit:hover {
		color: #620bb2 !important;
		border-color: #620bb2 !important;
		background-color: #d6d6d6 !important;
	}

	#request_form .t-submit:focus-visible {
		color: #620bb2 !important;
		border-color: #620bb2 !important;
		background-color: #d6d6d6 !important;
	}
}

#request_form .t-submit {
	transition-property: background-color, color, border-color, box-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}


#rec1074485126 .t457__copyright {
	color: #ffffff;
}

#rec1074485126 .t457__link {
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
}

#rec1074485126 .t457__li a {
	color: #ffffff;
}

#rec1074485126 .t457__logo {
	color: #ffffff;
	font-weight: 600;
}

@media screen and (min-width:480px) {
	#rec1074485126 .t457__logo {
		font-size: 28px;
	}
}