#regata-page.item-page {
    background: #fff;
    padding: 0;
}
.hero {
    position: relative;
}
.hero .content {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    text-align: center;
}
.hero h1 {
    color: #005F97;
    font-family: 'DIN Pro Bold';
    font-weight: 700;
    font-size: 72px;
    letter-spacing: -2%;
    text-align: center;
    text-decoration: underline;
}
.hero p {
    font-weight: 300;
    font-size: 37px;
    line-height: 96%;
    letter-spacing: 0%;
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 720px) {
    .hero .content {
        top: 6px;
        padding: 0 10px;
    }
    .hero img {
        margin-top: 28px;
    }
    .hero h1 {
        font-size: 26px;
    }
    .hero p {
        font-size: 18px;
    }
}
@media (max-width: 960px) {
    .hero h1 {
        font-size: 32px;
    }
    .hero p {
        font-size: 18px;
    }
}


.agenda {
    padding-top: 48px;
    padding-bottom: 36px;
}
.agenda__heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}
.agenda__list {
    background: url("../img/regata/dots.png") top left no-repeat;
    background-size: 21px 458px;
    margin: 48px auto 76px auto;
    max-width: 640px;
    padding: 0 0 0 25px;
}
.agenda__list-item {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 105px;
}
.agenda .event {
    padding-left: 125px;
    position: relative;
}
.agenda .event__time {
    color: #A2CA3E;
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    position: absolute;
    top: 0;
    left: 0;
}
.agenda .event__title {
    font-family: 'DIN Pro Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}
.agenda .event__description {
    color: #000;
    font-size: 16px;
    line-height: 150%;
}
.agenda__sponsor {
    color: #898989;
    font-size: 16px;
    line-height: 110%;
    margin-top: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.agenda__sponsor img {
    height: 40px;
}

@media (max-width: 720px) {
    .agenda__heading {
        font-size: 24px;
    }
    .agenda__list {
        margin: 0 10px;
    }
    .agenda__list-item {
       padding-top: 6px;
    }
    .agenda .event {
        padding-left: 60px;
    }
    .agenda .event__time {
        font-size: 16px;
    }
    .agenda .event__title {
        font-size: 16px;
    }
    .agenda .event__description {
        line-height: 110%;
    }
    .agenda__sponsor {
        padding: 0 10px;
    }
}


.participants {
    background: #F7F7F7;
    padding: 60px 0;
}
.participants__heading {
    font-family: 'DIN Pro Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 36px;
    text-align: center;
    text-decoration: underline;
}
.participants__list {
    padding: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
}
.participants__list-item {
    list-style: none;
}

@media (max-width: 720px) {
    .participants__list {
        padding: 0 10px;
    }
}


.partner {
    padding: 64px 0 82px 0;
    text-align: center;
}
.partner__heading {
    color: #898989;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 16px;
}
.partner__text {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 20px auto;
    max-width: 400px;
}
.partner__link {
    background: #A2CA3E;
    display: inline-block;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
}


.registration-form {
    background: #D3DAC1;
    padding: 50px 0;
}
.registration-form--heading {
    font-family: 'DIN Pro Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 16px;
    text-decoration: underline;
}
.registration-form--content {
    font-family: 'DIN Pro Condensed';
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}

@media (max-width: 720px) {
    .ccms_form_element {
        margin: 0;
        padding: 0;
    }
}