:root {
    --color-green-dark: #00693C;
    --color-green-light: #7AC142;
    font-size: 62.5%;
}
body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
    line-height: 1.3;
    margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}
h1 {
    font-size: 4.6rem;
}
h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
    color: var(--color-green-dark);
}
a:visited,
a:link,
a:active {
    display: inline-block;
    text-decoration: underline;
    color: var(--color-green-light);
}
a:hover,
a:focus-visible {
    text-decoration: transparent;
}
a.btn-green:active,
a.btn-green:link,
a.btn-green:visited {
    border: 2px solid var(--color-green-light);
    background-color: var(--color-green-light);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 14px;
    margin-top: 30px;
    transition: all 0.25s;
}
a.btn-green:hover,
a.btn-green:focus-visible {
    background-color: #fff;
    color: var(--color-green-light);
    text-decoration: none;
}
.u-text-gradient {
    background: linear-gradient(90deg, #7AC143 0%, #005F33 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #005F33;
}
.py-md {
    padding: 60px 0;
}
.text-center {
    text-align: center;
}
.hidden-dk {
    display: none;
}
.hidden-mb {
    display: block;
}
.wrapper div.hidden-sm.hidden-xs {
    height: 99px !important;
}
#topcontrol {
    outline: 0;
    border: 2px solid var(--color-green-light);
    background-color: var(--color-green-light);
    box-shadow: 0 5px 5px #00000029;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    color: #fff;
    padding: 20px 10px;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    right: 0 !important;
    bottom: 30px !important;
    width: 90px;
    height: 75px;
}
#topcontrol:after {
    display: none !important;
}
#topcontrol span.arrow {
    display: block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
}
.mobile-nav-btn {
    display: none;
}

nav#in-page-nav {
    width: 100%;
    position: sticky;
    top: 120px;
    transition: all 0.25s ease-in-out;
    z-index: 500;
}
header.compact ~ nav#in-page-nav {
    top: 105px;
}
header.fixed ~ nav#in-page-nav {
    top: 108px;
}
/***
IPN
***/
.nav-col {
    background-color: #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    transform: translate(0, -15%);
    padding: 0 0 0 20px;
}
.nav-col a {
    text-decoration: transparent;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    padding: 10px 0 5px 0;
    border-bottom: 5px solid transparent;
    transition: all 0.25s;
}
.nav-col a:last-of-type {
    background-color: var(--color-green-light);
    border-bottom: none;
    padding: 10px;
    text-transform: uppercase;
    color: #FFF;
}
.nav-col a:last-of-type:hover,
.nav-col a:last-of-type:focus-visible {
    text-decoration: transparent;
    background-color: #FFF;
    color: var(--color-green-light);
    border-bottom: none;
}
.nav-col a:hover,
.nav-col a:focus-visible,
.nav-col a.pc-active {
    border-bottom: 5px solid var(--color-green-dark);
    color: var(--color-green-dark);
}
/***
WRAPPER + ANIMATION
***/
.footer-v1 {
    position: relative;
}
.hexagon {
    position: fixed;
    top: 330px;
}
.hexagon--left {
    left: 0; /*-28%*/
    top: 450px;
}
.hexagon--right {
    right: 0; /*-23%*/
    top: 500px;
}
/***
HERO
***/
#hero {
    overflow: hidden;
    height: 330px;
}
#hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/***
PRODUCTS
***/
#products {
    padding: 60px 0 30px;
}
#products h1 + p {
    font-size: 2.5rem;
    font-weight: 700;
}
#row__products {
    margin-top: 60px;
    display: flex;
}
#row__products figure {
    display: block;
    margin-bottom: 20px;
    height: 65px;
}
#row__products img {
    display: block;
    margin: 0 auto;
    height: 100%;
}
#row__products img[alt^="Aero"] {
    height: 90px;
    transform: translateY(-10px);
}
#row__products p {
    text-wrap: balance;
}
#row__products .col-md-4 {
    display: flex;
    flex-direction: column;
}
#row__products .col-md-4 p:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}
/***
CHALLENGE
***/
#challenge {
    background-image: linear-gradient(117deg, #C6C6C6 1.06%, #FFF 52.64%, #C6C6C6 100%);
}
#challenge h2 + p {
    font-weight: 700;
}
#challenge .col-md-10 {
    text-align: right;
}
/***
GIVEAWAY
***/
#giveaway {
    background-image: linear-gradient(90deg, #6ABD45 0%, #005F33 100%);
    color: #FFF;
}
#giveaway * {
    color: currentColor;
}
#giveaway img {
    display: block;
    margin: 0 auto 10px;
}
#giveaway__heading {
    display: grid;
    grid-template-columns: 1fr max-content;
    column-gap: 20px;
}
#giveaway__heading h2 {
    grid-row: 1/2;
    grid-column: 1/-1;
}
#giveaway__heading p {
    grid-row: 2/3;
    grid-column: 1/2;
}
#giveaway__heading img {
    grid-column: 2/3;
    transform: translateY(-35%);
    margin: 0;
}
#giveaway__prizes {
    margin-bottom: 30px;
}
#giveaway__prizes img + p {
    text-align: center;
}
/***
SKIN CANCER SCREENINGS
***/
#skin-cancer-screenings {
    text-align: center;
}
#skin-cancer-screenings a {
    display: table;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
#skin-cancer-screenings a:not(:last-of-type) {
    margin: 30px auto 15px;
}
/***
EVENTS
***/
#events {
    background-image: url("https://assets.syngentaebiz.com/images/media/2025-gcsaa-background-events.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
#events .events-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* margin-top: 50px; */
}
.events-wrapper .event {
    background-color: #555555;
    padding: 30px 20px;
    flex-basis: calc((100% / 3) - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.event h4,
.event p {
    color: #FFF;
}
.event a:not(.btn-green) {
    font-weight: 400;
    color: #FFF;
}
.event-heading img {
    margin-bottom: 20px;
}
.event-title {
    margin-top: 10px;
}
.event-title h4 {
    font-size: 2.5rem;
    line-height: 1.3;
}
.event-title p {
    font-size: 2rem;
}
.event-title p.show-more {
    display: none;
    font-size: 1.2rem;
}
.event-description {
    margin-bottom: 30px;
}
.event-description p {
    font-size: 1.8rem;
}
.event-description p+p {
    margin-top: 30px;
}
.event-ctas {
    margin-top: auto;
}
.event a {
    text-transform: inherit;
}
/* .event a:hover,
.event a:focus-visible {
    background: transparent;
    color: #fff;
    border-color: #fff;
} */
.event a+a {
    margin-left: 20px;
}
/***
AERO GCX
***/
#aero-gcx {
    background-image: linear-gradient(117deg, #C6C6C6 1.06%, #FFF 52.64%, #C6C6C6 100%);
}
#aero-gcx img {
    display: block;
    margin: 0 auto 10px;
}
#aero-gcx a {
    color: #333;
}
#aero-gcx .row:last-of-type {
    display: flex;
    align-items: center;
}
/***
LEGAL
***/
#legal {
    font-size: 1.1rem;
    line-height: 1.3;
}
#legal a:link,
#legal a:visited,
#legal a:active {
    color: #333;
}


@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .event a+a {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1900px) {
    .hexagon--left {
        left: -23%;
    }
    .hexagon--right {
        right: -23%;
    }
}
@media only screen and (max-width: 992px) {
    .hidden-dk {
        display: block;
    }
    .hidden-mb {
        display: none;
    }
    #mobile-nav {
        background-color: #333;
        color: #fff;
        width: 100%;
        border: 0;
        outline: 0;
        font-weight: 600;
        padding: 0.5rem 2rem;
    }
    #mobile-nav a {
        display: block;
        color: #fff;
    }
    #mobile-nav a:hover,
    #mobile-nav a:focus-visible {
        text-decoration: none;
    }
    .mobile-nav-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-nav-btn span.nav-icon {
        font-size: 3rem;
    }
    .nav-toggle-rotate {
        transform: rotate(45deg);
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav {
        display: block !important;
        position: absolute;
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav .container,
    #mobile-nav.mobile-nav-open ~ #in-page-nav .container .row,
    #mobile-nav.mobile-nav-open ~ #in-page-nav .container .col-xs-12 {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav .nav-col,
    #mobile-nav.mobile-nav-open ~ #in-page-nav .nav-col a {
        display: block;
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav .nav-col {
        transform: none;
        padding: 0;
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav .nav-col a:not(:last-of-type) {
        border-top: 1px solid #fff;
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav .nav-col a::after {
        display: none;
    }
    #mobile-nav.mobile-nav-open ~ #in-page-nav .nav-col a:last-of-type {
        width: 100%;
        margin-left: 0;
    }
    .nav-col .divider {
        display: none;
    }
    .nav-col a {
        padding: 1rem;
    }

    .animation-container {
        display: none;
    }


    #row__products {
        margin-top: 15px;
        display: inherit;
    }
    #row__products .col-xs-12 {
        margin-bottom: 30px;
    }


    #challenge .col-md-10 {
        text-align: center;
    }
    #challenge .col-md-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }
    #challenge .visible-xs {
        transform: rotate(180deg) translateY(-2px);
    }


    #giveaway {
        text-align: center;
    }
    #giveaway__heading {
        display: block;
    }
    #giveaway__heading img {
        transform: none;
        margin: 0 auto 20px;
    }
    #giveaway__prizes .col-xs-12 {
        margin: 15px 0;
    }
    

    #events .events-wrapper {
        display: block;
    }
    .events-wrapper .event+.event {
        margin-top: 30px;
    }
    .event-heading {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }
    .event-heading img {
        margin: 0;
    }
    .event-title {
        margin: 0;
    }
    .event-title h4 {
        font-size: 1.8rem;
    }
    .event-title p.show-more {
        display: block;
    }
    .event-description {
        margin-top: 30px;
    }
    .event-description p {
        font-size: 1.6rem;
    }
    .event .event-description,
    .event a {
        display: none !important;
    }
    .event.js-active .event-description,
    .event.js-active a {
        display: inline-block !important;
    }


    #posters .col-xs-12+.col-xs-12 {
        margin-top: 30px;
    }

    #aero-gcx {
        text-align: center;
    }
    #aero-gcx .row:last-of-type {
        display: block;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .py-md {
        padding: 30px 0;
    }

    #hero {
        height: 200px;
    }
    
    #events {
        background-image: url("https://assets.syngentaebiz.com/images/media/2025-gcsaa-background-events-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .event-ctas {
        width: 100%;
    }
    .event.js-active a+a {
        margin: 10px 0 0 0;
    }
    .event.js-active a.btn-green {
        display: block!important;
        width: 100%;
        text-align: center;
    }

    #posters {
        text-align: center;
    }
}