.pre-pre-footer {
    display: none;
}

h1 {
    font-weight: 600; 
    font-size: 40px; 
    line-height: 44px;
    color: #2D2D2D;
}
h1 span {
    color: #049ED5;
}

.les-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.les-hero-inner {
    padding: 62px 210px 70px;
}

.les-description {
    background-color:#0666A0;
    height: 416px;
}
.les-description-inner {
    max-width: 1020px;
    padding: 88px 0;
    margin: auto;
}
.les-description-inner h2 {
    color:#fff;
    font-weight: 600; 
    font-size: 28px; 
    line-height: 32px;
    text-align: center;
    margin: 0;
}
.les-description-inner p {
    color:#fff;
    font-weight: 300;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.description-contact {
    background-color: #049ED5;
    padding: 14px 27px;
    border: 1px solid #049ED5;
    border-radius: 32px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-decoration: none;
}
.description-download {
    background-color: transparent;
    padding: 14px 27px;
    border: 1px solid #049ED5;
    border-radius: 32px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-decoration: none;
}
.les-description-inner .description-ctas {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.les-types {
    padding-top: 96px;
    padding-bottom: 96px;
}
.les-types h2 {
    text-align: center;
    font-weight: 600; 
    font-size: 30px; 
    line-height: 34px;
    color: #2B2B2B;
    margin-top: 0;
    margin-bottom: 64px;
}
.les-types .page-width-boxed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.les-types .les-type-item {
    max-width: 390px;
    height: 470px;
    border-radius: 16px;
    padding: 56px 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0.730769px 1.46154px 29.2308px rgba(0, 0, 0, 0.1);
    position: relative;
}
.les-types .les-type-item h3 {
    font-weight: 600; 
    font-size: 25px; 
    line-height: 28px;
    margin-top: 0;
}
.les-types .les-type-item p {
    font-weight: 400; 
    font-size: 17px; 
    line-height: 22px;
    margin-bottom: 32px;
}
.les-types .les-type-item a {
    padding: 10px 24px;
    text-decoration: unset;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    border: 1px solid;
    border-radius: 30px;
}
.les-types .les-type-item a:hover {
    background-color: #049ED5!important;
    color: #fff!important;
}

.les-benefits {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #F5F5F7;
}
.les-benefits h2 {
    text-align: center;
    font-weight: 600; 
    font-size: 30px;
    line-height: 32px;
    color: #2d2d2d;
    margin-top: 0;
    margin-bottom: 60px;
}
.les-benefits .page-width-boxed {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.les-benefit-item {
    background-color: #fff;
    padding: 70px 32px 56px;
    position: relative;
    text-align: center;
    max-width: 285px;
    border-radius: 12px;
	box-shadow: 1px 2px 40px rgba(0, 0, 0, 0.15);
}
.les-benefit-item img {
    height: 75px;
    width: auto;
}
.les-benefit-item span {
    position: absolute;
    top: 32px;
    right: 32px;
    font-weight: 700; 
    font-size: 34px; 
    color: #EEEEEE;
    line-height: 90%;
}
.les-benefit-item h3 {
    font-weight: 600; 
    font-size: 23px; 
    line-height: 25px;
    color: #2d2d2d;
    max-width: 140px;
    margin: 26px auto 13px auto;
}
.les-benefit-item p {
    font-weight: 400; 
    font-size: 16px; 
    line-height: 22px;
    color: #2d2d2d;
    margin-bottom: 0;
    margin-top: 0;
}

.les-schedules {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #F5F5F7;
}
.gts-boxed {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.les-schedules h2 {
    text-align: center;
    color: #2B2B2B;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 64px;
}
.les-schedules-item {
    width: 285px;
    border-radius: 12px;
    padding: 24px 30px 32px 30px;
    box-shadow: 0.99px 1.98px 39.64px 0px #00000026;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
}
.les-schedules-item-left p {
    margin: 0;
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
}
.les-schedules-item-left .additional {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.les-schedules-item-left h3 {
    color: #2d2d2d;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
}
.les-schedules-item span {
    color: #049ED5;
    font-weight: 700;
    font-size: 24px;
}

.second-hero {
    background-image: url('/wp-content/uploads/2026/02/Mask-group-3-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 428px;
}
.second-hero-inner {
    padding: 96px 210px;
}
.second-hero-inner h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600; 
    font-size: 28px; 
    line-height: 32px;
    color: #fff;
    width: 345px;
}
.second-hero-inner p {
    margin: 0 0 32px;
    font-weight: 400; 
    font-size: 19px; 
    line-height: 24px;
    color: #fff;
    max-width: 400px;
}
.second-hero-inner a {
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    color: #fff;
    padding: 14px 24px;
    text-transform: uppercase;
    background-color: #049ED5;
    border-radius: 30px;
    text-decoration: none;
}

.dnld {
    background-color: #0666A0;
    padding: 56px;
}
.dnld .container-width-boxed-first {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
.dnld .container-width-boxed-first p {
    font-weight: 400; 
    font-size: 24px; 
    line-height: 40px;
    color: #fff;
    margin: 0 75px 0 0;
}
.dnld .container-width-boxed-first a {
    height: 55px;
}

.third-hero {
    background-image: url('/wp-content/uploads/2026/02/Mask-group-4-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 370px;
}
.third-hero-inner {
    padding: 96px 210px;
}
.third-hero-inner h2 {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600; 
    font-size: 28px; 
    line-height: 32px;
    color: #2d2d2d;
}
.third-hero-inner p {
    margin: 0;
    font-weight: 400; 
    font-size: 19px; 
    line-height: 24px;
    color: #2d2d2d;
    max-width: 510px;
    margin-bottom: 32px;
}
.third-hero-inner a {
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    color: #fff;
    padding: 14px 24px;
    text-transform: uppercase;
    background-color: #03314A;
    border-radius: 30px;
    text-decoration: none;
}

.dnld-2 {
    padding: 40px 313px 40px 210px;
}
.dnld-2-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dnld-2 p {
    margin: 0;
    font-weight: 400; 
    font-size: 19px; 
    line-height: 24px;
    color: #03314A;
}
.dnld-2 a {
    background-color: #007BBB;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.les-type-item img {
    position: absolute;
    bottom: 31px;
    right: 32px;
    height: auto;
}


/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    h1 {
        margin: 0;
        font-size: 32px;
        line-height: 34px;
    }
    .les-hero {
        height: 220px;
        background-image: url('/wp-content/uploads/2026/03/Mask-group-7.png')!important;
        display: flex;
        align-items: center;
    }
    .les-hero-inner {
        padding: 72px 53px;
    }

    .les-description {
        height: fit-content;
    }
    .les-description-inner {
        padding: 72px 50px;
    }
    .les-description-inner h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .les-description-inner p {
        margin-top: 24px;
        margin-bottom: 48px;
        font-size: 16px;
        line-height: 21px;
    }
    .les-description-inner .description-ctas {
        gap: 16px;
    }
    .description-contact,
    .description-download {
        padding: 10px 27px;
    }

    .les-types {
        padding: 72px 50px;
    }
    .les-types h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 auto 48px;
        width: 500px;
    }
    .les-types .page-width-boxed {
        gap: 24px 30px;
    }
    .les-types .les-type-item {
        max-width: 320px;
        height: 390px;
        padding: 40px 30px;
    }
    .les-types .les-type-item h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .les-types .les-type-item p {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 21px;
    }

    .les-benefits {
        padding: 72px 50px;
    }
    .les-benefits h2 {
        font-size: 24px;
        line-height: 27px;
        margin: 0 auto 48px;
        width: 400px;
    }
    .les-benefits .page-width-boxed {
        gap: 24px 30px;
        flex-wrap: wrap;
    }
    .les-benefit-item {
        max-width: 261px;
        height: 333px;
        padding: 55px 35px;
    }
    .les-benefit-item img {
        height: 65px;
    }
    .les-benefit-item h3 {
        font-size: 19px;
        line-height: 21px;
        margin: 10px auto 16px;
    }

    .les-schedules {
        padding: 72px 50px;
    }
    .les-schedules h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 55px;
    }
    .les-schedules-item {
        width: 203px;
        height: 97px;
        padding: 24px 24px 34px;
    }
    .les-schedules-item-left h3 {
        font-size: 22px;
        line-height: 18px;
    }

    .second-hero {
        height: fit-content;
    }
    .second-hero-inner {
        padding: 72px 50px;
    }
    .second-hero-inner h2 {
        font-size: 23px;
        line-height: 25px;
        width: 300px;
    }
    .second-hero-inner p {
        font-size: 16px;
        line-height: 20px;
        max-width: 350px;
        margin-bottom: 24px;
    }
    .second-hero-inner a {
        padding: 10px 24px;
    }

    .dnld {
        padding: 32px 50px;
    }
    .dnld .container-width-boxed-first {
        gap: 20px;
    }
    .dnld .container-width-boxed-first p {
        font-size: 20px;
    }
    .dnld .container-width-boxed-first a {
        height: 45px;
    }
    .dnld .container-width-boxed-first a img {
        height: 45px;
    }

    .third-hero {
        height: 300px;
    }
    .third-hero-inner {
        padding: 72px 50px;
    }
    .third-hero-inner h2 {
        font-size: 23px;
        line-height: 25px;
    }
    .third-hero-inner p {
        font-size: 16px;
        line-height: 20px;
        max-width: 360px;
        margin-bottom: 24px;
    }
    .third-hero-inner a {
        padding: 10px 24px;
    }
}


/*mobile*/
@media screen and (max-width: 767px) {
    h1 {
        margin: 0;
        font-size: 30px;
        line-height: 32px;
        width: 137px;
    }
    .les-hero {
        height: 140px;
        background-image: url('/wp-content/uploads/2026/03/Mask-group-8.png')!important;
    }
    .les-hero-inner {
        padding: 40px 26px;
    }

    .les-description {
        height: 530px;
    }
    .les-description-inner {
        padding: 32px 30px 40px;
    }
    .les-description-inner h2 {
        font-size: 22px;
        line-height: 24px;
        text-align: left;
    }
    .les-description-inner p {
        font-size: 16px;
        line-height: 21px;
        text-align: left;
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .les-description-inner .description-ctas {
        gap: 16px;
        flex-direction: column;
    }
    .description-contact,
    .description-download {
        padding: 11px 24px;
        font-size: 12px;
    }
    .description-contact {
        width: 230px;
    }
    .description-download {
        width: 180px;
    }

    .les-types {
        padding: 56px 30px;
    }
    .les-types h2 {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 40px;
    }
    .les-types .page-width-boxed {
        gap: 16px;
    }
    .les-types .les-type-item {
        max-width: 315px;
        height: 390px;
        padding: 40px 30px;
    }
    .les-types .les-type-item h3 {
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 16px;
    }
    .les-types .les-type-item p {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 21px;
    }

    .les-benefits {
        padding: 56px 30px;
    }
    .les-benefits h2 {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 40px;
    }
    .les-benefits .page-width-boxed {
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }
    .les-benefit-item {
        max-width: 261px;
        height: 320px;
        padding: 50px 30px;
    }
    .les-benefit-item img {
        height: 65px;
    }
    .les-benefit-item h3 {
        margin: 10px auto 16px;
        font-size: 19px;
        line-height: 21px;
    }

    .les-schedules {
        padding: 56px 30px;
    }
    .les-schedules h2 {
        margin-bottom: 40px;
        font-size: 23px;
        line-height: 25px;
    }
    .gts-boxed {
        gap: 20px;
    }
    .les-schedules-item {
        width: 147px;
        height: 73px;
        padding: 16px 16px 24px;
    }
    .les-schedules-item-left p {
        font-size: 8px;
        line-height: 14px;
    }
    .les-schedules-item-left h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .les-schedules-item span {
        font-size: 17px;
    }

    .second-hero {
        height: 580px;
        background-image: none!important;
        background-color: #093657;
        position: relative;
    }
    .second-hero-inner {
        padding: 56px 30px;
    }
    .second-hero img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .second-hero-inner h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .second-hero-inner p {
        font-size: 17px;
        line-height: 22px;
        max-width: unset;
    }
    .second-hero-inner a {
        padding: 11px 24px;
        font-size: 12px;
    }

    .dnld {
        padding: 32px 30px;
    }
    .dnld .container-width-boxed-first {
        gap: 24px 12px;
        flex-wrap: wrap;
    }
    .dnld .container-width-boxed-first p {
        margin: 0;
        flex: 0 0 100%;
        font-size: 19px;
        line-height: 24px;
        text-align: center;
    }
    .dnld .container-width-boxed-first a {
        height: 40px;
    }
    .dnld .container-width-boxed-first a img {
        height: 40px;
    }

    .third-hero {
        height: 505px;
        background-image: none!important;
        background-color: #F2E3D0;
        position: relative;
    }
    .third-hero-inner {
        padding: 56px 30px;
    }
    .third-hero img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .third-hero-inner h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .third-hero-inner p {
        font-size: 17px;
        line-height: 22px;
        max-width: unset;
    }
    .third-hero-inner a {
        padding: 11px 24px;
        font-size: 12px;
		display: block;
		width: fit-content;
		margin-bottom: 12px;
    }
}


@media screen and (min-width: 1441px) {
    .les-hero-inner,
    .second-hero-inner,
    .third-hero-inner,
    .les-description-inner {
        max-width: var(--global-width-boxed);
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .les-description-inner {
        padding-left: 0;
        padding-right: 0;
    }
}