.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

.top-cards-container {
	width: 100%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-direction: row;
	flex: 0 auto;
	grid-template-rows: auto 24px 15dvw;
	grid-template-columns: 32vw 24px 1fr 24px 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	align-items: stretch;
	display: flex;
}

.top-card {
    width: auto;
    background-color: #FFF;
    border-radius: 10px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 3.55rem;
    font-size: 1.25vw;
    transition: all .5s;
    display: flex;
}

.top-card:hover {
	transform: scale(1.01);
}

.top-card.big-white {
	width: 100%;
    min-height: 400px;
	color: rgba(4, 15, 15, .5);
	cursor: pointer;
	flex: 0 auto;
}

.top-card.big-white:hover {
	box-shadow: none;
}

.top-card.small-green {
	color: rgba(4, 15, 15, .5);
	background-color: #1F8BF3;
	flex: 0 auto;
}

.top-card.small-green:hover {
	transform: none;
}

.top-card.green-border {
	color: rgba(238, 240, 242, .5);
	cursor: pointer;
	background-color: #040f0f;
	border: .25vw solid #1F8BF3;
}

.top-card.green-border:hover {
	box-shadow: none;
}

.top-card.small-red {
	width: 100%;
	height: 100%;
	color: rgba(4, 15, 15, .5);
	cursor: pointer;
	background-color: #ff4a1c;
	flex: 0 auto;
}

.top-card.small-red:hover {
	box-shadow: none;
}

.top-card.white-border {
	width: 100%;
	height: 100%;
	color: rgba(238, 240, 242, .5);
	cursor: pointer;
	background-color: #040f0f;
	border: .25vw solid #eef0f2;
	flex: 0 auto;
}

.top-card.white-border:hover {
	box-shadow: none;
}

.specified-cards-container {
	flex: 1;
	padding-left: 16px;
	display: flex;
}

.specified-cards-container.without-connector {
	align-items: stretch;
	padding-left: 0;
}

.pic-and-arrow-in-card {
    width: 100%;
    grid-column-gap: 3vw;
    border-radius: 0;
    flex: 0 auto;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    display: flex;
    overflow: visible;
    margin: 0;
}

.pic-and-arrow-in-card.centred {
	align-items: center;
}

.card-description {
    color: rgba(0, 0, 0, 0.40);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    max-width: 385px;
}

.arrow-circle {
    width: 3.75rem;
    height: 3.75rem;
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
    border: .12vw solid #040f0f;
    border-radius: 30vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .4vw;
    display: flex;
    overflow: hidden;
}

.arrow-circle.white {
	border-color: #eef0f2;
	flex-direction: row;
}

.arrow-circle.green {
	border-color: #1F8BF3;
}

.arrow-circle.normal {
	flex-direction: column;
}

.image-34,.image-38 {
	flex: 1;
	display: block;
}

.image-40 {
	width: 16px;
}

.partners-logo-wb {
	flex: 1;
	display: block;
}

.right-cards-ontainer {
	grid-row-gap: 16px;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	display: flex;
}

.image-42 {
	width: 16px;
	flex: 0 auto;
	align-self: auto;
}

.picture-in-cards-container {
	flex: 1;
	display: flex;
}

.arrow {
    transition: 0.4s;
}

.top-card.big-white:hover .arrow {
    transform: rotate(360deg);
    transition: 0.4s;
}

.arrow-out {
	position: relative;
	top: 1.2vw;
}

.arrow-out._1 {
	right: 2.2vw;
}

.partners-logo-color {
	opacity: 0;
	flex: 1;
	margin-left: -100%;
	display: block;
}

.face-picture {
    z-index: 10;
    width: 100px;
    height: 100px;
    background-color: #000;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 0.5vw #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.125rem 0;
}

.face-picture._1 {
	z-index: 2;
}

.face-picture._2 {
	z-index: 1;
}

.face-picture._3 {
	z-index: 0;
}

.arrow-right {
	transform: translate(-1.2vw);
}

.link-block-8 {
	justify-content: space-between;
	display: flex;
}

.card-link {
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 16px;
	display: flex;
}

.link-block-10 {
	width: 100%;
}

.picture-in-cards-container {
    color: #000;
    font-family: 'Joyride STD', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; 
    text-transform: uppercase;
  }

  .features {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

  .features-left {
    align-items: flex-start;
}

.features-right {
    align-items: flex-end;
}

@media screen and (max-width: 991px) {
	.top-card.small-green {
		width: 33vw;
	}

	.top-card.green-border {
		flex: 1;
	}

	.specified-cards-container {
		padding-left: 12px;
	}

	.image-40,.image-42 {
		width: 12px;
	}

	.card-link {
		margin-right: 12px;
	}
}

@media screen and (max-width: 767px) {
	.specified-cards-container {
		padding-left: 12px;
	}

	.right-cards-ontainer {
		grid-row-gap: 12px;
	}

	.card-link {
		margin-right: 12px;
	}
    .top-card {
        padding: 3rem;
    }
}

@media screen and (max-width: 479px) {
	.top-cards-container {
		display: none;
	}

	.top-card {
		width: 100%;
		padding: 1rem;
	}

	.top-card.big-white {
        width: 100%;
        min-height: 90vw;
        justify-content: space-between;
    }

    .picture-in-cards-container {
        font-size: 25px;
        line-height: 1;
    }

	.top-card.small-green {
		width: 90vw;
		height: 50vw;
		align-items: stretch;
	}

	.top-card.green-border {
		height: 90vw;
		border-width: .5vw;
		display: flex;
	}

	.top-card.small-red {
		justify-content: space-between;
	}

	.top-card.white-border {
		border-width: .5vw;
	}

	.specified-cards-container {
		grid-row-gap: 0px;
		flex-direction: column;
		align-items: center;
		padding-left: 0;
	}

	.specified-cards-container.without-connector {
		align-self: center;
		align-items: center;
	}

	.pic-and-arrow-in-card {
		justify-content: space-between;
		align-items: stretch;
	}

	.pic-and-arrow-in-card.centred {
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.card-description {
		flex: 1;
		align-items: flex-end;
		display: flex;
	}

	.arrow-circle {
		width: 14vw;
		height: 14vw;
		grid-column-gap: 3vw;
		grid-row-gap: 3vw;
		border-width: .7vw;
		padding: 2vw;
	}

	.image-34 {
		align-self: flex-start;
	}

	.image-38 {
		align-self: flex-start;
		display: block;
	}

	.image-40 {
		width: auto;
		height: 3vw;
		margin-top: -3vw;
		margin-bottom: -3vw;
	}

	.image-42 {
		margin-top: -5vw;
		margin-bottom: -5vw;
		display: block;
	}

	.arrow {
		transform: none;
	}

	.arrow-out {
		top: 6vw;
	}

	.arrow-out._1 {
		position: static;
	}

    .face-picture {
        width: 77px;
        height: 77px;
    }

	.arrow-right {
		transform: none;
	}

	.card-link {
		width: 90vw;
		height: 90vw;
		margin-right: 0;
		display: flex;
	}

    img.face-pic {
        max-width: 65%;
    }
}

@media(min-width: 1200px) {
    .top-card.big-white {
        aspect-ratio: 1 / 1;
    }
}

.spinner:before {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
    animation: 750ms rotateBefore infinite linear reverse;
  }
  .spinner:after {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
    animation: 750ms rotateAfter infinite linear;
  }
  .spinner:before, .spinner:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12em;
    height: 12em;
    transform-style: preserve-3d;
    transform-origin: 50%;
    transform: rotateY(50%);
    perspective-origin: 50% 50%;
    perspective: 340px;
    background-size: 12em 12em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='266px' height='297px' viewBox='0 0 266 297' version='1.1'%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' sketch:type='MSPage'%3E%3Cpath d='M171.507813,3.25000038 C226.208183,12.8577111 297.112722,71.4912823 250.895599,108.410155 C216.582024,135.82031 186.528405,97.0624964 156.800774,85.7734346 C127.073143,74.4843721 76.8884632,84.2161462 60.1289065,108.410153 C-15.9804685,218.281247 145.277344,296.667968 145.277344,296.667968 C145.277344,296.667968 -25.4492187,257.242198 3.3984375,108.410155 C16.3070661,41.8114174 84.7275829,-11.9922985 171.507813,3.25000038 Z' id='Path-1' fill='%231F8BF3' sketch:type='MSShapeGroup'/%3E%3C/g%3E%3C/svg%3E");
}

.spinner {
    z-index: 234234;
}

.is-loader-center {
	mix-blend-mode: difference;
	justify-content: center;
	align-items: center;
	display: flex;
}

.logotype {
    width: 180px;
    max-width: 40vw;
    align-self: auto;
    display: block;
    padding: 10px;
    background: #040f0f;
    border-radius: 10px;
}

.loader_top {
    width: 100vw;
    color: #eb412b;
    border: 1px #000;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
    position: fixed;
    height: 100vh;
    z-index: 99;
    background: #1F8BF3;
}

.loading-text {
    color: #1F8BF3;
    text-align: center;
    font-size: 24px;
    font-family: 'Joyride STD', sans-serif;
    margin-top: 14em;
}

.loader_number2 {
	color: #1F8BF3;
	text-align: right;
	justify-content: flex-end;
	margin-bottom: 0;
	font-size: 20vw;
	font-weight: 500;
	line-height: 14vw;
	display: flex;
}

.loader_progress {
    z-index: 1;
    width: 0%;
    height: 100%;
    background-color: #040f0f;
    flex: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0;
    margin: auto;
    transform: skewX(-20deg) scale(1.5);
}

.container-2 {
	z-index: 2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 1.3em;
	position: relative;
}

.container-2.is-loader-bottom {
	mix-blend-mode: difference;
	justify-content: flex-end;
	align-items: center;
	padding: 4vw;
	display: flex;
}

.loader-top-container {
    z-index: 2;
    opacity: 1;
    padding-top: 4vw;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
	.loader_top {
		border-top: 2px solid #000;
		position: absolute;
		top: 0%;
		bottom: auto;
		left: 0%;
		right: 0%;
	}

	.container-2 {
		padding-left: 6vw;
		padding-right: 6vw;
	}
}

@media screen and (max-width: 479px) {
	.loader_top {
		height: 100vh;
		border: 1px #000;
		flex: 0 auto;
		padding-bottom: 15vh;
	}

	.loader_number2 {
		font-size: 40vw;
	}

    .loading-text {
        margin-top: 20em;
    }
}