.cols.items {
	flex-wrap: wrap;
	flex-basis: 40%;
	width: 40%;
}

.b-how-it-works-asm {
	margin-top: 100px;
}

.b-how-it-works-asm .block-container {
	display: flex;
	max-width: 1440px;
	gap: 9%;
	align-items: flex-start;
}
.block-reverse .block-container {
	flex-direction: row-reverse;
}

.dark-color {
	color: #333333;
}
.dark-color .item__text {
	color: #464646;
}
.dark-color .col-item .item__arrow path {
	stroke: #333333;
}
.b-how-it-works-asm.block-reverse .block-container {
	gap: 2%;
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 1770px;
}
.b-how-it-works-asm.block-reverse .cols.items {
	flex-basis: 37%;
	width: 37%;
}
.b-how-it-works-asm.block-reverse .b-how-it-works-asm__image {
	flex-basis: 56%;
}
.b-how-it-works-asm.block-reverse {
	margin-top: -141px;
	z-index: 10;
	position: relative;
}

.b-lobby-hero.platform {
	text-align: left;
}

.b-lobby-hero.platform .b-lobby-hero__text {
	/*padding: 0 57% 0 0;*/
}
.b-how-it-works-asm .cols.items {
	flex-wrap: wrap;
	width: 40%;
	padding-top: 0;
	flex: 0 0 auto;
	align-items: center;
	align-content: center;
}
.b-how-it-works-asm .col-item {
	width: 100%;
	margin-top: 24px;
	border-bottom: 1px solid #2c4b63;
	padding-bottom: 24px;
}
.b-how-it-works-asm.dark-color .col-item {
	border-bottom: 1px solid #e3e4e4;
}
.b-how-it-works-asm .col-item .item__title {
	display: flex;
	align-items: center;
	pointer-events: none;
}
.b-how-it-works-asm .col-item .item__title .item__arrow {
	margin-left: auto;
}
.item {
	display: flex;
	gap: 16px;
}
.items__pre-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #ee0c5d;
}
.b-how-it-works-asm.block-reverse .cols.items h2,
h2.items__title {
	font-weight: 600;
	font-size: 35px;
	line-height: 37px;
	letter-spacing: -0.01em;
	margin-top: 10px;
}

figure.c-image.item__icon {
	width: 30px;
	height: 30px;
	display: block;
	flex-shrink: 0;
}
h3.item__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	cursor: pointer;
}

.item__text-container {
	width: 100%;
}

.b-how-it-works-asm .item__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin-top: 16px;
	letter-spacing: 0.02em;
	display: none;
}
.b-how-it-works-asm .col-item.open .item__text {
	display: block;
}
.b-how-it-works-asm .col-item.open .item__arrow {
	transform: scale(1, -1);
}
.b-how-it-works-asm .col-item.open .item__icon img {
	filter: invert(56%);
}
.b-how-it-works-asm .col-item.open .item__arrow path {
	stroke: #e65043;
}


@media only screen and (min-width: 992px) {
	.b-how-it-works-asm.asm .b-how-it-works__image.mobile {
		display: none;
	}
}

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

	.b-how-it-works-asm.asm .b-how-it-works__image.desktop {
		display: none;
	}

	.b-lobby-hero.platform {
		text-align: center;
	}

	.b-how-it-works-asm {
		margin-top: 0;
	}

	.b-lobby-hero.platform .b-lobby-hero__text {
		padding: 0 0 0 0;
	}

	.b-how-it-works-asm__image {
		display: none;
	}

	.b-how-it-works-asm .cols.items {
		flex-wrap: wrap;
		flex-basis: 100%;
		width: 100%;
		align-items: flex-start;
		padding-top: 75px;
	}

	.b-how-it-works-asm .cols.items {
		padding-top: 0;
	}

	.b-how-it-works-asm .col-item .item__title {
		align-items: flex-start;
	}

	.b-how-it-works-asm .col-item .item__title .item__arrow {
		flex-shrink: 0;
	}

	.b-how-it-works-asm.block-reverse .block-container {
		flex-direction: column-reverse;
	}

	.b-how-it-works-asm.block-reverse .cols.items {
		flex-basis: 100%;
		width: 100%;
	}
	.b-how-it-works-asm.block-reverse {
		margin-top: -65px;
	}
}

@media (min-width: 992px) {
	body.page-parent.page-id-3026
		.b-how-it-works-asm.block-reverse
		.b-how-it-works-asm__image {
		margin-top: -283px;
		flex-basis: 78%;
		margin-left: -152px;
	}
	body.page-parent.page-id-3026 .b-how-it-works-asm.block-reverse .cols.items {
		padding-top: 0;
	}
}
/*# sourceMappingURL=block-how-it-works.css.map */

/*ASM*/
.b-how-it-works-asm.asm {
	padding-top: 66px;
	/*height: 100vh;*/
}

.b-how-it-works-asm.asm .block-container {
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.b-how-it-works-asm .top {
	text-align: center;
	width: 100%;
	display: none;
}
.b-how-it-works-asm.asm .top .items__pre-title {
	font-family: DIN Pro;
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
}
.b-how-it-works-asm.asm .top {
	display: block;
	margin-bottom: 30px;
}
.b-how-it-works-asm.asm .top .items__title {
	font-family: DIN Pro;
	font-weight: 500;
	font-size: 50px;
	line-height: 55px;
	color: #2f2f2f;
}

.b-how-it-works-asm.asm .cols-items-asm {
	display: flex;
	gap: 185px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: opacity .3s ease;
}
.b-how-it-works-asm.asm .cols-items-asm.is-active {
	opacity: 1 !important;
}


.b-how-it-works-asm.asm .cols.items h2 {
	font-family: DIN Pro;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.2;
	color: #ee0c5d;
	margin: 0 0 27px;
}
.b-how-it-works-asm.asm .cols.items p {
	font-family: DIN Pro;
	font-size: 28px;
	line-height: 35px;
	color: #000000;
}
.b-how-it-works-asm.asm .cols.items {
	min-width: 50%;
	max-width: 715px;
	width: 100%;
}

.b-how-it-works-asm.asm .b-how-it-works__image.desktop {
	width: 48%;
	margin-left: auto;
}

.b-how-it-works-asm.asm .b-how-it-works__image img {
	width: 100%;
}

@media (min-width: 1440px) and (max-width: 1920px) {

	/*ASM*/
	.b-how-it-works-asm.asm {
		padding-top: 3.4375vw;
	}

	.b-how-it-works-asm.asm .top .items__pre-title {
		font-family: DIN Pro;
		font-weight: 500;
		font-size: 2.083vw;
		line-height: 1.38;
	}
	.b-how-it-works-asm.asm .top {
		margin-bottom: 1.5625vw;
	}
	.b-how-it-works-asm.asm .top .items__title {
		font-size: 2.604vw;
		line-height: 2.865vw;
	}

	.b-how-it-works-asm.asm .cols-items-asm {
		gap: 9.635vw;
		/*top: 7.8125vw;*/
		justify-content: space-around;
	}
	
	.b-how-it-works-asm.asm .cols.items {
		min-width: auto;
		max-width: 37vw;
	}

	.b-how-it-works-asm.asm .cols.items h2 {
		font-size: 1.823vw;
		margin: 0 0 1.40625vw;
	}
	.b-how-it-works-asm.asm .cols.items p {
		font-size: 1.458vw;
		line-height: 1.25;
	}

}

@media (min-width: 992px) and (max-width: 1440px) {

	.b-how-it-works-asm.asm .top {
		margin-bottom: 0.972vw;
	}

	.b-how-it-works-asm.asm .block-container {
		max-width: 89.514vw !important;
	}

	.b-how-it-works-asm.asm .cols-items-asm {
		/*top: 10.417vw;*/
		gap: 12.847vw;
	}
	
	.b-how-it-works-asm.asm .cols.items {
		min-width: auto;
	}

	.b-how-it-works-asm.asm .top .items__pre-title {
		font-size: 1.528vw;
	}

	.b-how-it-works-asm.asm .top .items__title {
		font-size: 2.431vw;
	}

	.b-how-it-works-asm.asm .cols.items h2 {
		font-size: 2.083vw;
		line-height: 1;
		margin: 0 0 1.597vw;
	}

	.b-how-it-works-asm.asm .cols.items p {
		font-size: 1.528vw;
		line-height: 1.45;
	}

}

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

	.b-how-it-works-asm.asm {
		height: auto;
		padding-top: 5.07vw;
		padding-bottom: 16.53vw;
	}
	.b-how-it-works-asm.asm .top {
		margin-bottom: 8vw;
	}

	.b-how-it-works-asm.asm .b-how-it-works__image.desktop {
		width: 100%;
		max-width: 50.67vw;
		margin: 0 auto;
	}

	.b-how-it-works-asm.asm .top .items__pre-title {
		font-size: 4.27vw;
		line-height: 3.43;
	}
	.b-how-it-works-asm.asm .top .items__title {
		font-size: 5.87vw !important;
		margin: 0;
	}
	.b-how-it-works-asm.asm .cols-items-asm {
		position: inherit;
		opacity: 1;
		gap: 8vw;
		top: auto;
		flex-direction: column-reverse;
	}
	.b-how-it-works-asm.asm .block-container {
		gap: inherit !important;
		align-content: flex-start;
		align-items: flex-start;
	}
	

	.b-how-it-works-asm .b-how-it-works__image.mobile {
		border-radius: 50%;
		width: 40vw;
		height: 40vw;
		margin: 0 auto;
		overflow: hidden;
		background: linear-gradient(180deg, #EE0C5D 0%, #41273C 100%);
    	padding: 5vw;
		text-align: center;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	
	.b-how-it-works-asm .b-how-it-works__image.mobile lottie-player {
		width: 90%;
		height: 90%;
		display: inline-block;
		margin: 0 auto;
		vertical-align: middle;
	}
	
	.b-how-it-works-asm.asm .cols.items h2 {
		font-size: 5.33vw;
		text-align: center;
		margin: 0 auto 3.2vw;
	}
	.b-how-it-works-asm.asm .cols.items p {
		font-size: 4.27vw;
		line-height: 1.2;
		text-align: center;
	}
	.b-how-it-works-asm.asm .cols.items {
		width: 100%;
		max-width: 100%;
	}
	.b-how-it-works-asm.asm .cols-items-asm:not(:first-child) {
		margin: 8vw 0 0;
	}
	.b-how-it-works-asm.asm .block-container {
	  flex-direction: column-reverse;
	}
	.b-how-it-works-asm.asm .block-container .top {
	  order: 100;
	}
}
