/* Critical CSS */
:root {
    --bg-off-white:  #FFF5EC;
    --green: #00A443;
    --green-dark: #00402A;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url("/fonts/Lato-Bold.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url("/fonts/Lato-Regular.woff2");
    font-display: swap;
}

html, body {
    overflow-x: hidden;
    margin: 0;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/* General CSS */
header {
    background: var(--green);
    width: 100vw;
    box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}
.sp-logo-cnt {
    width: 218px;
    height: 55px;
    display: inline-block;
    margin-left: -20px;
}
.rfl-logo-cnt {
    width: 86px;
    height: 74px;
    display: inline-block;
}
.sp-logo, .rfl-logo {display: none;}
.sp-logo-mob {
    flex-shrink: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rfl-logo-mob {
    flex-shrink: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-cnt {
    position: relative;
    background-color: var(--bg-off-white);
    padding-bottom: 66px;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hero-img-cnt-clip {   clip-path: circle(40%); width: 100%; height: 100%;}
.hero-img-cnt {
    position: absolute;
    right: -74px;
    top: -86px;
    width: 310px;
    height: 415px;
}
.hero-img-cnt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 85px;
    object-position: right;
    padding-right: 38px;
}
.hero-cnt h1, .thankyou-cnt h1 {
    font-family: Lato-Bold;
    color: var(--green-dark);
    font-size: 42px;
    line-height: 50px;
}

.thankyou-cnt h1 {margin-bottom: 32px;}
.hero-cnt h1 {padding-top: 300px;}

.skip-button {
    position: absolute;
    bottom: -25px;
    left: calc(50% - 35px);
    background-color: var(--green-dark);
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.runners-need-logo {margin-left: -10px;}
.main-body-cnt {padding-top: 72px;}
.main-body-cnt p, .thankyou-cnt p {
    color: #000;
    font-family: Lato-Regular;
    font-size: 22px;
    line-height: 32px;
}
.main-body-cnt h2 {
    color: var(--green-dark);
    font-family: Lato-Bold;
    font-size: 32px;
    line-height: 38px;
}
.main-body-cnt a {
    color: #000;
    font-family: Lato-Regular;
    font-size: 20px;
    line-height: 32px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.copy-upper {
    display: flex;
    flex-direction: column-reverse;
}
.copy-upper {padding-bottom: 36px;}
.main-body-cnt h2 {margin-bottom: 42px;}
.form-cnt {padding: 56px 0 90px 0;}
.main-body-cnt {padding-top: 80px;}
.runners-need-logo {margin-top: 33px;}
.main-body-cnt a:hover {color: var(--green);}
footer {background-color: var(--green);}
.footer-copy {padding:0 32px;}
.footer-cnt {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 40px;
}
.footer-img-cnt {
    width: 100%;
    height: 524px;
    position: relative;
}
.footer-img-cnt img {
    position: absolute;
    left: -290px;
}
footer h2 {
    color: #fff;
    font-family: Lato-Bold;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px;
}
footer p, footer a {
    color: #fff;
    font-family: Lato-Bold;
    font-size: 22px;
    line-height: 32px;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
.header-logo-link:hover {text-decoration: none;}
.footer-socials {
    display: inline-flex;
    gap: 18px;
    justify-content: center;
    flex-direction: column;
    margin-right: 28px;
}
.footer-socials:hover svg {scale: 1.1;}
.footer-socials svg {transition: all 0.3s ease;}

/*Ts&Cs specific*/
.hero-cnt h1.h1-tscs {
    max-width: 268px;
    padding-top: 52px;
}
.tcs-list ol, .main-body-cnt .tcs-list p {
    list-style: none;
    padding: 0;

    color: #2D2D2D;
    font-family: Lato-Regular;
    font-size: 22px;
    font-style: normal;
    line-height: 32px;
}
.tcs-list > ol > li {margin-bottom: 32px;}
.tcs-list > ol > li > b {
    display: inline-block;
    margin-bottom: 30px;
}
.tcs-list p {margin-bottom: 32px;}
.footer-logo {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
}
.footer-bottom > .container {
    display: flex;
    justify-content: flex-end;
}
.footer-sp-logo-cnt {
    width: 180px;
    padding: 10px 0;
}

/**/
.shadow {
    position: absolute;
    width: 1315px;
    height: 100%;
    filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.3)); /* Apply drop shadow */
    z-index: -1; /* Position the shadow behind the image */
}
form {
    max-width: 706px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.form-input label {
    font-family: Lato-Bold;
    color: var(--green-dark);
    font-size: 28px;
    line-height: 56px;
    margin-bottom: 10px;
}
.form-input input {
    width: 100%;
    padding: 14px 21px;
    font-size: 20px;
    font-family: Lato-Regular;
    font-weight: 300;
    border: 1px solid var(--green-dark);
    border-radius: 0;
}
.submit-button {
    padding: 12px 24px;
    border-radius: 4px;
    background-color: var(--green-dark);
    border: 1px solid var(--green-dark);
    color: #fff;
    font-family: Lato-Bold;
    font-size: 20px;
    line-height: 32px;
    transition: all 0.3s ease;
}
.submit-button:hover {
    background-color: #fff;
    color: var(--green-dark);
}
.form-col-2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.main-body-cnt a.clearform {
    display: block;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid var(--green-dark);
    color: var(--green-dark);
    font-family: Lato-Bold;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.main-body-cnt a.clearform:hover {
    background-color: var(--green-dark);
    color: #fff;
}
.form-button-cnt {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.custom-tick label {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    gap: 24px;
    align-items: center;
    font-family: Lato-Regular;
    font-size: 22px;
    line-height: 32px;
}
.custom-tick input {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    border: 1px solid var(--green-dark);
    display: grid;
    place-content: center;
}
.custom-tick input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.custom-tick input:before {
    content: "";
    width: 24px;
    height: 24px;
    transform: scale(0);
    transform-origin: center;
    transition: 120ms transform ease-in-out;
    background-color: var(--green);
}
.thankyou-cnt {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 32px;
    margin-bottom: 50px;
    min-height: calc(100vh - 390px);
}
.thankyou-cnt .copy-image {max-width: 100%;}
.thankyou-cnt .copy-image img {
    width: 100%;
    height: auto;
}

@media (min-width: 365px) {
    .hero-img-cnt-clip {clip-path: circle(45%);}
    .hero-img-cnt {
        position: absolute;
        right: -74px;
        top: -86px;
        width: 415px;
        height: 415px;
    }
    .hero-cnt h1 {padding-top: 320px;}
}
@media (min-width: 432px) {
    .hero-img-cnt-clip {
        clip-path: circle(50%);}
        .hero-img-cnt {
        right: -39px;
        top: -86px;
        width: 415px;
        height: 415px;
    }
    .hero-img-cnt img {
        margin-top: 85px;
        object-position: right;
        padding-right: 38px;
    }
    .hero-cnt h1 {padding-top: 340px;}
}
@media (min-width: 576px) {
    .hero-img-cnt {
        right: -65px;
        top: -138px;
        width: 565px;
        height: 415px;
    }
    .hero-img-cnt img {
        margin-top: 137px;
        object-position: right;
        padding-right: 38px;
    }
    .footer-cnt {
        max-width: 540px;
        margin: 0 auto;
    }
    .hero-cnt h1.h1-tscs {max-width: 468px; width: unset;}
}
@media (min-width: 768px) {
    .hero-cnt h1 {
        padding-top: 110px;
        width: 350px;
    }
    .hero-img-cnt-clip { clip-path: circle(40%);}
    .hero-img-cnt {
        right: -194px;
        top: -84px;
        width: 600px;
        height: 600px;
    }
    .hero-img-cnt img {
        margin-top: 82px;
        object-position: right;
        padding-right: 85px;
    }

    .form-col-2 {flex-direction: row; gap: 26px;}
    .form-col-2 .form-input {width: calc(50% - 13px);}
    .copy-upper {padding-bottom: 36px;}
    .main-body-cnt h2 {margin-bottom: 42px;}
    .form-cnt {padding: 56px 0 90px 0;}
    .main-body-cnt {padding-top: 80px;}
    .runners-need-logo {margin-bottom: 33px; margin-top: 0;}
    .copy-upper {flex-direction: column;}
    .footer-cnt {max-width: 720px;}
}
@media (min-width: 992px) {
    .hero-cnt h1 {
        padding-top: 110px;
        width: 380px;
    }
    .hero-img-cnt-clip {clip-path: circle(40%);}
    .hero-img-cnt {
        right: -255px;
        top: -82px;
        width: 973px;
        height: 440px;
    }
    .hero-img-cnt img {
        margin-top: 82px;
        object-position: right;
        padding-right: 255px;
    }

    .thankyou-cnt div {
        width: calc(50% - 60px);
    }

    .thankyou-cnt {flex-direction: row; gap: 120px; margin-top: 60px; margin-bottom: 100px; align-items: center;}
    .skip-button {display: none;}
    .container-inner {padding-left: 100px;}
    .main-body-cnt {
        padding-top: 120px;
        /*padding-top: 240px; !* When logo is hidden*!*/
    }
    .main-body-cnt.tcs-body {padding-top: 80px;}
    .footer-cnt {max-width: 960px;}
    .hero-cnt h1.h1-tscs {max-width: 757px;}
}
@media (min-width: 1200px) {

    .two-cols {
        display: flex;
    }

    .two-cols div {
        width: 50%;
    }

    .hero-cnt h1, .thankyou-cnt h1 {
        font-size: 61px;
        line-height: 72px;
    }
    .hero-cnt {padding-bottom: 82px;}
    .hero-img-cnt-clip {clip-path: circle(45%);}
    .hero-img-cnt {
        right: -318px;
        top: -178px;
        width: 1164px;
        height: 800px;
    }
    .hero-img-cnt img {
        margin-top: 125px;
        object-position: right;
        padding-right: 220px;
    }
    .main-body-cnt p {width: 830px;}
    .main-body-cnt h2 {
        font-size: 42px;
        line-height: 50px;
        width: 706px;
    }
    .copy-upper {padding-bottom: 56px;}
    .sp-logo, .rfl-logo {display: inherit; width: 100%; height: 100%; object-fit: cover;}
    .sp-logo-mob, .rfl-logo-mob {display: none;}
    .sp-logo-cnt{
        width: 339px;
        height: 85px;
        msrgin-left: -25px;
    }
    .rfl-logo-cnt{
        width: 152px;
        height: 132px;
    }
    header {
        display: flex;
        height: 140px;
        align-items: center;
    }
    header > .container {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .form-cnt {padding: 56px 0 130px 0;}
    .footer-copy {width: 615px;}
    .footer-cnt {
        display: flex;
        align-items: center;
        max-width: 1140px;
        padding-left: 15px;
        margin: 0 auto;
        flex-direction: row;
    }
    footer h2 {
        font-size: 61px;
        line-height: 72px;
        margin-bottom: 32px;
    }
    .footer-img-cnt {
        width: auto;
        height: 524px;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 32px;
        margin-left: 115px;
    }
    .footer-img-cnt img {position: unset; height: 100%; width: auto; border-radius: 8px}
    .tcs-list {width: 830px;}
    .thankyou-page .footer-img-cnt {
        margin-left: 25px;
    }
    .footer-sp-logo-cnt {
        width: 270px;
        padding: 15px 0;
    }
    .main-body-cnt {
        padding-top: 240px; /* When logo is hidden*/
    }
}
@media (min-width: 1360px) {
    .hero-img-cnt-clip {clip-path: circle(40%);}
    .hero-img-cnt {
        right: -346px;
        top: -180px;
        width: 1315px;
    }
    .hero-img-cnt img {
        margin-top: 150px;
        object-position: right;
        padding-right: 330px;
    }
    .hero-cnt h1 {width: 452px;}
    .footer-copy {width: 680px;}
    .thankyou-page .container, .thankyou-page .footer-cnt {
        max-width: 1300px;
    }
    .thankyou-page .footer-cnt {padding-left: 10px;}
}
@media (min-width: 1500px) {.footer-cnt {padding-left: 80px;} .footer-img-cnt{margin-left: 50px;}}
@media (min-width: 1660px) {
    .hero-img-cnt-clip {clip-path: circle(40%);}
    .hero-img-cnt {
        right: -346px;
        top: -222px;
        width: 1535px;
    }
    .hero-img-cnt img {
        margin-top: 210px;
        object-position: right;
        padding-right: 346px;
    }
}
@media (max-width: 1199px) {
    .footer-img-cnt {
        height: 330px;
        display: flex;
        margin: 21px 0;
    }

    .footer-img-cnt img {margin:0 32px ;position: unset; height: 100%; width: auto; border-radius: 8px}

    footer {overflow: hidden;}
}