.pdd-home-page,
.pdd-home-page * {
    box-sizing: border-box;
}

.pdd-home-page {
    background: #ffffff;
    color: #171717;
    font-family: "Instrument Sans", Arial, sans-serif;
}

.pdd-home__inner {
    width: min(100% - 48px, 1120px);
    margin: 0 auto;
}

.pdd-home-hero {
    min-height: clamp(280px, 36vw, 460px);
    background:
        linear-gradient(rgba(189, 211, 0, .72), rgba(189, 211, 0, .72)),
        linear-gradient(135deg, #8b9820, #d6ee00);
    background-position: center;
    background-size: cover;
}

.pdd-home-hero__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding: 48px 24px;
    text-align: center;
}

.pdd-home-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.pdd-home-school-nav {
    display: flex;
    justify-content: center;
    gap: 36px;
    min-height: 82px;
    padding: 0 24px;
    background: #171717;
}

.pdd-home-school-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.pdd-home-school-nav a:visited {
    color: #ffffff;
}

.pdd-home-school-nav a:hover,
.pdd-home-school-nav a:focus {
    color: #d6ee00;
}

.pdd-home-school-nav a.is-active {
    align-self: center;
    min-height: 42px;
    color: #171717;
    background: #d6ee00;
}

.pdd-home-school-nav a.is-active:visited,
.pdd-home-school-nav a.is-active:hover,
.pdd-home-school-nav a.is-active:focus {
    color: #171717;
}

.pdd-home-timeline {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
    min-height: 360px;
    padding: 54px max(24px, calc((100vw - 1120px) / 2));
    /*background:
        radial-gradient(circle at 47% 88%, rgba(214, 238, 0, .7) 0, rgba(214, 238, 0, 0) 15%),
        radial-gradient(circle at 20% 82%, rgba(112, 63, 255, .75) 0, rgba(112, 63, 255, 0) 24%),
        radial-gradient(circle at 88% 82%, rgba(230, 0, 173, .82) 0, rgba(230, 0, 173, 0) 28%),
        linear-gradient(112deg, #fff 0%, #fff 53%, #934cf1 74%, #d713ba 100%);*/
	background-color: #BBCD2B;
}

.pdd-home-timeline__brand {
    align-items: center;
    display: flex;
    max-width: 270px;
    min-width: 220px;
}

.pdd-home-timeline__brand .pdd-inner-banner__brand-widget,
.pdd-home-timeline__brand .widget,
.pdd-home-timeline__brand figure {
    margin: 0;
}

.pdd-home-timeline__brand img {
    display: block;
    height: auto;
    max-height: 140px;
    max-width: 100%;
    width: auto;
}

.pdd-home-timeline--no-logo {
    grid-template-columns: minmax(0, 1fr);
}

.pdd-home-timeline__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.pdd-home-timeline__list::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 20%;
    height: 8px;
    background: #000000;
}

@media (max-width: 980px) {
	.pdd-home-timeline__list::before {
		display: none;
	}
}

.pdd-home-timeline__list li {
    min-width: 0;
    position: relative;
    padding-top: 64px;
}

.pdd-home-timeline__dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border: 10px solid #000000;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}

.pdd-home-timeline__list strong,
.pdd-home-timeline__list em {
    display: block;
    background: rgba(255, 255, 255, .85);
    color: #000000;
    font-style: normal;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.pdd-home-timeline__list strong {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 16px;
}

.pdd-home-timeline__list em {
    display: inline-block;
    margin-top: 14px;
    padding: 9px 14px;
    font-size: 13px;
}

.pdd-home-intro {
    padding: 62px 0 52px;
}

.pdd-home-intro h2,
.pdd-home-important h2,
.pdd-home-more h2 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.08;
}

.pdd-home-intro p,
.pdd-home-intro__content {
    max-width: 920px;
    font-size: 16px;
    line-height: 1.65;
}

.pdd-home-intro__content {
    margin-bottom: 38px;
}

.pdd-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 22px;
    padding: 0 28px;
    border-radius: 999px;
    color: #111111;
    background: #d6ee00;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.pdd-home-button:visited,
.pdd-home-button:hover,
.pdd-home-button:focus {
    color: #111111;
}

.pdd-home-careers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdd-home-career {
    min-height: 250px;
    background:
        linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)),
        #3a3a3a;
    background-position: center;
    background-size: cover;
}

.pdd-home-career a {
    display: flex;
    flex-direction: column;
    justify-content: start; /*center;*/
    height: 100%;
    min-height: 250px;
    padding: 34px;
    background-color: #000000a3;
    color: #ffffff;
    text-decoration: none;
}

.pdd-home-career a:visited,
.pdd-home-career a:hover,
.pdd-home-career a:focus {
    color: #ffffff;
}

.pdd-home-career h3 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.05;
}

.pdd-home-career ul {
    margin: 0;
    padding-left: 18px;
}

.pdd-home-career li {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 800;
}

.pdd-home-important {
    padding: 52px 0 58px;
    background: #eeeeee;
}

.pdd-home-important__content {
    max-width: 970px;
    font-size: 16px;
    line-height: 1.65;
}

.pdd-home-important__content ul {
    margin-bottom: 24px;
}

.pdd-home-more {
    padding: 54px 0 76px;
}

.pdd-home-more__stack {
    display: grid;
    gap: 28px;
}

.pdd-home-more-card {
    min-height: 300px;
    background:
        linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)),
        #222222;
    background-position: center;
    background-size: cover;
    position: relative;
}

.pdd-home-more-card__panel {
    width: min(100%, 390px);
    min-height: 220px;
    margin-left: auto;
    padding: 48px 50px;
    background: #171717;
    color: #ffffff;
    position: relative;
}

.pdd-home-more-card__panel::before {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 0;
    width: 22px;
    background: #d6ee00;
}

.pdd-home-more-card h3 {
    margin: 0 0 18px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 31px;
    line-height: 1.15;
}

.pdd-home-more-card p {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.55;
}

.pdd-home-more-card__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 18px;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.pdd-home-more-card__button:visited,
.pdd-home-more-card__button:hover,
.pdd-home-more-card__button:focus {
    color: inherit;
}

.pdd-home-more-card--lime {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #d6ee00;
}

.pdd-home-more-card--lime .pdd-home-more-card__panel {
    width: auto;
    min-height: 300px;
    margin-left: 50%;
    background: #d6ee00;
    color: #ffffff;
}

.pdd-home-more-card--lime .pdd-home-more-card__panel::before {
    display: none;
}

.pdd-home-more-card--versions .pdd-home-more-card__panel {
    margin-left: 0;
}

.pdd-home-versions {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.pdd-home-versions a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pdd-home-versions a:visited,
.pdd-home-versions a:hover,
.pdd-home-versions a:focus {
    color: #ffffff;
}

@media (max-width: 980px) {
    .pdd-home-school-nav {
        flex-wrap: wrap;
        gap: 8px;
        padding: 16px;
    }

    .pdd-home-school-nav a {
        min-width: 0;
        min-height: 38px;
    }

    .pdd-home-timeline {
        grid-template-columns: 1fr;
    }

    .pdd-home-timeline__list,
    .pdd-home-careers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .pdd-home__inner {
        width: min(100% - 32px, 1120px);
    }

    .pdd-home-timeline__brand {
        max-width: 260px;
        min-width: 0;
    }

    .pdd-home-timeline__list,
    .pdd-home-careers {
        grid-template-columns: 1fr;
    }

    .pdd-home-timeline__list::before {
        display: none;
    }

    .pdd-home-timeline__list li {
        padding-top: 0;
        padding-left: 62px;
    }

    .pdd-home-timeline__dot {
        left: 0;
        top: 6px;
        width: 34px;
        height: 34px;
        border-width: 7px;
    }

    .pdd-home-more-card__panel,
    .pdd-home-more-card--lime .pdd-home-more-card__panel,
    .pdd-home-more-card--versions .pdd-home-more-card__panel {
        width: 100%;
        margin-left: 0;
    }

    .pdd-home-more-card--lime {
        display: block;
    }
}
