.lds-section{
    width: 100%;
    clear: both;
    font-size: 18px;
}

.lds-section p,
.lds-section li{
    line-height: 1.3;
}

.lds-section a{
    transition: all 0.3s ease;
    text-decoration: underline !important;
}

.lds-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.lds-where-to-start,
.lds-banner{
    background: #8dc73f;
}

.lds-welcome{
    background: #fdd700;
}

.lds-join,
.lds-experts{
    background: #008091
}

.lds-join h2,
.lds-experts h2,
.lds-where-to-start h2,
.lds-welcome h2,
.lds-section h1{
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    font-family: "BlackDiamond";
    margin-bottom: 0;
    line-height: 1;
}

.lds-join h2 span,
.lds-experts h2 span,
.lds-where-to-start h2 span,
.lds-welcome h2 span,
.lds-section h1 span{
    color: #231f20;
    font-size: 48px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    display: block;
}

.lds-join h2,
.lds-experts h2{
    color: #fdd700;
    margin-bottom: 35px;
}

.lds-join h2 span,
.lds-experts h2 span{
    color: #fff;
}

.lds-welcome h2{
    color: #008091;
    margin-bottom: 25px;
}

.lds-experts h3,
.lds-step h3,
.lds-content-image h2,
.lds-content h2{
    color: #231f20;
    font-size: 36px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.1;
    margin-bottom: 25px;
}

.lds-experts h3{
    color: #fdd700;
    margin-bottom: 5px;
}

.lds-content-image h2.lds-larger{
    font-size: 48px;
}

.lds-banner{
    padding: 40px 0 60px 0;
    text-align: center;
}

.lds-banner .lds-container{
    position: relative;
}

.lds-banner-inner{
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
}

.lds-banner-img{
    position: absolute;
    left: 0;
    top: 0;
}

.lds-experts-inner,
.lds-welcome .lds-container,
.lds-content-image .lds-container{
    display: flex;
    justify-content: space-between;
}

.lds-experts-left,
.lds-experts-right,
.lds-content-image-left,
.lds-content-image-right,
.lds-welcome-left,
.lds-welcome-right{
    width: calc(50% - 20px);
}

.lds-content,
.lds-where-to-start,
.lds-experts{
    text-align: center;
}

.lds-content-image{
    padding: 65px 0 0;
}

.lds-join,
.lds-welcome,
.lds-content,
.lds-where-to-start,
.lds-experts{
    padding: 65px 0;
}

.lds-content,
.lds-where-to-start,
.lds-welcome,
.lds-content-image .lds-content-image-left{
    padding-bottom: 50px;
}

.lds-last{
    margin-bottom: 0;
}

.lds-content-image ol{
    margin-left: 25px;
    counter-reset: step-counter;
    list-style: none
}

.lds-content-image ul{
    list-style: none;
    margin-left: 25px;
}

.lds-content-image li{
    margin-bottom: 15px;
}

.lds-content-image li:last-of-type{
    margin-bottom: 0;
}

.lds-content-image li{
    position: relative;
}

.lds-content-image ul li:before{
    font-family: "Font Awesome 6 Pro";
    content: '\f00c';
    width: 18px;
    height: 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background: #008091;
    color: #fff;
    padding: 3px;
    position: absolute;
    font-weight: 900;
    left: -25px;
    top: 5px;
}

.lds-content-image ol li:before{
    counter-increment: step-counter;
    content: counter(step-counter) ". ";
    color: #008091;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    left: -25px;
    position: absolute;
}

.lds-where-to-start h2{
    margin-bottom: 35px;
}

.lds-step{
    margin-bottom: 40px;
}

.lds-video{
    width: 850px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.lds-step:last-of-type{
    margin-bottom: 0;
}

.lds-step p{
    width: 775px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.lds-section strong{
    color: #231f20;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.lds-content-image-right{
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lds-welcome-left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lds-experts img{
    margin-bottom: 30px;
}

.lds-experts p{
    color: #fff;
}

.lds-experts p.lds-experts-subtitle{
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.1;
    margin-bottom: 15px;
}

.lds-experts p.lds-experts-subtitle a{
    color: #fff;
}

.lds-ol-first{
    margin-bottom: 35px;
}

.lds-content-image-inner strong a{
    color: #008091;
}

.lds-where-to-start a,
.lds-content-image ol a{
    color: #231f20;
}

.lds-extra-margin{
    margin-bottom: 75px;
}

.lds-join h2,
.lds-join p.lds-intro{
    text-align: center;
}

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

    .lds-container{
        padding: 0 25px;
    }

    .lds-banner-img{
        left: 25px;
    }

}

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

    .lds-content-image-left,
    .lds-welcome-right {
    	width: calc(60% - 20px);
    }

    .lds-content-image-right,
    .lds-welcome-left {
    	width: calc(40% - 20px);
    }

    .lds-welcome-left img {
    	max-width: 80%;
    }

    .lds-experts p.lds-experts-subtitle {
    	font-size: 20px;
    }

    .lds-content-image h2.lds-larger,
    .lds-join h2 span, .lds-experts h2 span, .lds-where-to-start h2 span, .lds-welcome h2 span, .lds-section h1 span {
    	font-size: 36px;
    }

    .lds-content-image h2,
    .lds-experts h3 {
    	font-size: 30px;
    }

}

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

    .lds-banner-img {
    	left: 25px;
    	max-width: 120px;
    	top: 30px;
    }

}

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

    .lds-banner {
    	padding: 40px 0 40px 0;
    	text-align: center;
    }

    .lds-banner-img {
    	max-width: 100px;
    	position: static;
    	margin-top: 30px;
    }

    .lds-experts-inner,
    .lds-content-image .lds-container {
        flex-direction: column;
    }

    .lds-welcome .lds-container{
        flex-direction: column-reverse;
    }

    .lds-experts-left, .lds-experts-right, .lds-content-image-left, .lds-content-image-right, .lds-welcome-left, .lds-welcome-right {
    	width: 100%;
    }

    .lds-content-image-right img{
        max-width: 300px;
    }

    .lds-welcome-right,
    .lds-experts-left{
        margin-bottom: 35px;
    }

    .lds-welcome-left img,
    .lds-experts img {
    	max-width: 200px;
    }

    .lds-content-centre-align-mobile,
    .lds-welcome {
        text-align: center;
    }

}

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

    .lds-join h2,
    .lds-experts h2,
    .lds-where-to-start h2,
    .lds-welcome h2,
    .lds-section h1{
        font-size: 45px;
    }

    .lds-step h3,
    .lds-content h2,
    .lds-content-image h2,
    .lds-experts h3,
    .lds-content-image h2.lds-larger,
    .lds-join h2 span,
    .lds-experts h2 span,
    .lds-where-to-start h2 span,
    .lds-welcome h2 span,
    .lds-section h1 span{
        font-size: 22px;
    }

    .lds-section p,
    .lds-section li{
        font-size: 16px;
    }

    .lds-experts p.lds-experts-subtitle {
    	font-size: 18px;
    }

    .lds-join, .lds-welcome, .lds-content, .lds-where-to-start, .lds-experts {
    	padding: 40px 0;
    }

    .lds-content-image {
    	padding: 40px 0 0;
    }

    .lds-content,
    .lds-where-to-start,
    .lds-content-image .lds-content-image-left {
    	padding-bottom: 20px;
    }

    .lds-extra-margin {
    	margin-bottom: 40px;
    }

}
