/* @group Soar to
------------------------------------ */
.soar-to {
	position: relative;
	isolation: isolate;
}
.soar-to h2 {
	color: var(--white);
	margin: 0 0 2rem;
}
.soar-to h3 {
	border-color: var(--beige);
	color: var(--beige);
	margin: 0 0 1.6rem;
}
.soar-to p {
	color: var(--white);
	margin: 0 0 2.8rem;
}
.soar-to .col-content {
	padding: 8rem 3rem 4rem;
}
.soar-to .col-figure {
	margin-bottom: 3rem;
}
.soar-to .col-figure::after,
.soar-to .col-figure .shape-top {
	content: '';
	position: absolute;
	pointer-events: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
.soar-to .col-figure .shape-top {
	width: 9.8rem;
	height: 14.8rem;
	top: 3.7rem;
	right: 0;
}
.soar-to .col-figure figure {
	overflow: visible;
	height: 39.2rem;
	width: calc(100% - 4.4rem);
}
.soar-to .col-figure figure::before {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 3.7rem;
	left: 2.5rem;
	width: 100%;
	height: 38.5rem;
	background-image: url('../../img/layout/frontpage/update/soar-texture.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
@media only screen and (min-width: 961px) {
	.soar-to {
		padding: 0;
	}
	.soar-to .col-content {
		padding: 25.6vh 0 0;
		margin-left: 20.5vh;
		width: 77.8vh;
        margin-right: -6.8vh;
		z-index: 2;
	}
	.soar-to .box {
		margin-left: 5.6vh;
		max-width: 47vh;
	}
	.soar-to .box p {
		max-width: 45vh;

	}
	.soar-to .col-figure {
		width: 86.6vh;
		margin: 8.9vh 1.47vh 0 -8.2vh;
		z-index: 1;
	}
	/* .soar-to .col-figure .shape-top {
        width: 18.9vh;
        height: 26.8vh;
        top: 13.9vh;
        right: -13.8vh;
    } */
	.soar-to .col-figure figure {
		width: 100%;
		height: 86.1vh;
	}
	.soar-to .col-figure figure::before {
		width: 82vh;
		height: 84.7vh;
		top: 7.8vh;
		left: unset;
		right: -4.2vh;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
    .soar-to {
        padding: 0;
    }
	.soar-to .col-content {
		flex: 0 1 100%;
		max-width: 100%;
	}
    .soar-to .col-figure::after {
        width: 10.3rem;
        height: 14.8rem;
        top: 3.7rem;
        right: 0;
        background: url('../../img/layout/frontpage/update/square-soar-mobile.svg');
        background-repeat: no-repeat;
        background-position: top right;
    }
    
}

/* @end */

/* Animations */
.soar-to .col-content h2,
.soar-to .col-content h3,
.soar-to .col-content p,
.soar-to .col-content .bttn,
.soar-to .col-figure figure,
.soar-to .col-figure.animateActive figure::before,
.soar-to .col-figure .shape-top rect,
.soar-to .col-figure .shape-top g,
.soar-to .col-figure::before,
.soar-to .col-figure::after {
	opacity: 0;
}
.soar-to .col-content.animateActive h2,
.soar-to .col-content.animateActive h3,
.soar-to .col-content.animateActive p,
.soar-to .col-content.animateActive .bttn,
.soar-to .col-figure.animateActive figure,
.soar-to .col-figure.animateActive figure::before,
.soar-to .col-figure.animateActive .shape-top rect,
.soar-to .col-figure.animateActive .shape-top g,
.soar-to .col-figure.animateActive::after {
	animation: fade var(--fade-animation) forwards;
}
.soar-to .col-content.animateActive h2 {
	animation-delay: 0.7s;
}
.soar-to .col-content.animateActive h3 {
	animation-delay: 0.9s;
}
.soar-to .col-content.animateActive p {
	animation-delay: 1.1s;
}
.soar-to .col-content.animateActive .bttn {
	animation-delay: 1.3s;
}
.soar-to .col-figure.animateActive figure {
    animation-delay: 0.8s;
}
.soar-to .col-figure.animateActive figure::before {
	animation-delay: 1s;
}
.soar-to .col-figure.animateActive::after {
	animation-delay: 1.1s;
}

.soar-to .col-figure.animateActive .shape-top rect:nth-child(1) {
	animation-delay: 1.5s;
}
.soar-to .col-figure.animateActive .shape-top rect:nth-child(2) {
	animation-delay: 1.1s;
}
.soar-to .col-figure.animateActive .shape-top g {
	animation-delay: 1.3s;
}

@media only screen and (min-width: 961px) {
	.soar-to .col-figure img {
		opacity: 0;
	}
	.soar-to .col-figure.animateActive img {
		animation: fade var(--fade-animation) forwards;
	}
	.soar-to .col-figure.animateActive img {
		animation-delay: 0.9s;
	}
}
@media only screen and (max-width: 960px) {
	.soar-to .col-figure {
		opacity: 0;
	}
	.soar-to .col-figure.animateActive {
		animation: fade var(--fade-animation) forwards;
	}
	.soar-to .col-figure.animateActive {
		animation-delay: 0.9s;
	}
}
