body {
    color: #010D17;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    background: #FEF6EF;
}

:root {
    --px-cream: #FCECDF;
    --px-soft: #FEF6EF;
    --px-navy: #012A4A;
    --px-blue: #014F86;
    --px-sky: #2A6F97;
    --px-coral: #F95738;
    --px-orange: #EE964B;
    --px-ink: #010D17;
    --px-muted: #707070;
    --px-white: #ffffff;
}

.px-header {
    background: var(--px-cream);
    border-bottom: 2px solid rgba(1, 42, 74, .1);
    box-shadow: 0 2px 18px rgba(1, 42, 74, .08);
}

.px-header .navbar {
    margin-bottom: 0;
    border: 0;
    background: transparent;
}

.px-brand {
    color: var(--px-navy) !important;
    height: auto;
    padding: 8px 15px;
}

.px-brand img {
    display: block;
    width: auto;
    height: 54px;
}

.px-header .nav > li > a {
    color: var(--px-ink);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.px-header .nav > li > a:hover,
.px-header .nav > li > a:focus {
    color: var(--px-coral);
    background: transparent;
}

.px-hero {
    position: relative;
    min-height: 680px;
    padding: 170px 0 100px;
    color: var(--px-white);
    background-image: linear-gradient(90deg, rgba(1, 42, 74, .92), rgba(1, 79, 134, .58)), url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-hero-inner {
    min-height: 430px;
    padding: 150px 0 80px;
}

.px-hero-inner h1 {
    font-size: 52px;
}

.px-hero h1 {
    max-width: 980px;
    margin: 0 auto 22px;
    color: var(--px-white);
    font-size: 62px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.px-hero p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #fff7f0;
    font-size: 19px;
    line-height: 1.75;
    text-align: center;
}

.px-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--px-white);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.px-actions {
    margin-top: 34px;
    text-align: center;
}

.px-btn {
    display: inline-block;
    min-width: 150px;
    margin: 0 12px 12px 0;
    padding: 13px 22px;
    color: var(--px-white);
    border: 2px solid var(--px-coral);
    background: var(--px-coral);
    font-weight: 800;
    text-align: center;
    text-transform: none;
}

.px-btn:hover,
.px-btn:focus {
    color: var(--px-navy);
    text-decoration: none;
    background: var(--px-white);
    border-color: var(--px-coral);
}

.px-btn-secondary {
    color: var(--px-white);
    border-color: var(--px-white);
    background: transparent;
}

.px-btn-secondary:hover,
.px-btn-secondary:focus {
    color: var(--px-navy);
    background: var(--px-white);
    border-color: var(--px-white);
}

.px-section {
    padding: 88px 0;
}

.px-section-alt {
    background: var(--px-cream);
}

.px-reading-movement {
    position: relative;
    overflow: hidden;
    padding: 44px 0 48px;
    background-color: #fff3e9;
    background-image:
        linear-gradient(rgba(255, 243, 233, .9), rgba(255, 243, 233, .9)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-reading-intro {
    max-width: 760px;
    margin: 0 auto 46px;
}

.px-reading-intro h2 {
    margin: 0 0 18px;
    color: var(--px-navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.px-reading-intro p {
    margin: 0;
    color: var(--px-ink);
    font-size: 14px;
    line-height: 1.55;
}

.px-reading-row {
    display: flex;
    align-items: center;
}

.px-reading-row h3 {
    margin: 0 0 24px;
    color: var(--px-navy);
    font-size: 31px;
    line-height: 1.18;
    font-weight: 900;
}

.px-reading-list {
    padding-left: 0;
    margin: 0 0 26px;
    list-style: none;
}

.px-reading-list li {
    position: relative;
    padding: 0 0 8px 25px;
    color: var(--px-ink);
    font-size: 15px;
    line-height: 1.45;
}

.px-reading-list li:before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    color: var(--px-white);
    background: var(--px-coral);
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
}

.px-reading-copy {
    max-width: 520px;
    margin: 0 0 22px;
    color: var(--px-ink);
    font-size: 14px;
    line-height: 1.5;
}

.px-reading-btn {
    min-width: 165px;
    margin-bottom: 0;
    background: var(--px-navy);
    border-color: var(--px-navy);
}

.px-reading-btn:hover,
.px-reading-btn:focus {
    color: var(--px-navy);
    background: var(--px-white);
    border-color: var(--px-navy);
}

.px-reading-art {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.px-reading-seo {
    margin: 16px auto 0;
    color: rgba(1, 13, 23, .62);
    font-size: 13px;
    line-height: 1.45;
}

.px-special-section {
    padding: 68px 0 60px;
    background-color: #4f8bb0;
    background-image:
        linear-gradient(rgba(46, 127, 174, .9), rgba(46, 127, 174, .9)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-special-title {
    max-width: 625px;
    margin: 0 auto 40px;
    padding: 8px 18px;
    color: var(--px-white);
    background: var(--px-navy);
    font-size: 29px;
    line-height: 1.2;
    font-weight: 900;
}

.px-special-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: stretch;
}

.px-special-pill {
    min-height: 60px;
    padding: 12px 19px;
    color: var(--px-ink);
    background: var(--px-white);
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.35;
}

.px-special-pill strong {
    font-weight: 900;
}

.px-mission-section {
    padding: 48px 0 58px;
    background-color: #fff3e9;
    background-image:
        linear-gradient(rgba(255, 243, 233, .9), rgba(255, 243, 233, .9)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #2e7fae;
}

.px-mission-heading {
    margin-bottom: 36px;
}

.px-mission-heading h2 {
    margin: 0 0 6px;
    color: var(--px-ink);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.px-mission-heading p {
    margin: 0;
    color: var(--px-ink);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 900;
}

.px-mission-row {
    display: flex;
    align-items: center;
}

.px-mission-art {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 24px auto 0;
}

.px-mission-caption {
    max-width: 430px;
    margin: 10px auto 0;
    color: rgba(1, 13, 23, .58);
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.px-mission-copy {
    max-width: 515px;
}

.px-mission-copy p {
    margin: 0 0 22px;
    color: var(--px-ink);
    font-size: 14px;
    line-height: 1.78;
}

.px-mission-copy strong {
    font-weight: 900;
}

.px-mission-btn {
    min-width: 220px;
    margin-top: 8px;
    background: var(--px-blue);
    border-color: var(--px-blue);
    transform: rotate(2deg);
}

.px-mission-btn:hover,
.px-mission-btn:focus {
    color: var(--px-blue);
    background: var(--px-white);
    border-color: var(--px-blue);
}

.px-more-section {
    background-color: #fff3e9;
    background-image:
        linear-gradient(rgba(255, 243, 233, .9), rgba(255, 243, 233, .9)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-more-top {
    padding: 28px 0 0;
    background-color: #4f8bb0;
    background-image:
        linear-gradient(rgba(46, 127, 174, .88), rgba(46, 127, 174, .88)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-more-top h2,
.px-faq-area h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
}

.px-more-top h2 {
    color: var(--px-white);
}

.px-more-cards {
    position: relative;
    bottom: -72px;
    margin-top: 26px;
}

.px-more-card {
    min-height: 165px;
    padding: 26px 24px;
    margin-bottom: 24px;
    color: var(--px-ink);
    background: var(--px-white);
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(1, 42, 74, .18);
    text-align: center;
}

.px-more-card i {
    display: block;
    margin-bottom: 16px;
    color: #000;
    font-size: 54px;
    line-height: 1;
}

.px-more-card p {
    max-width: 270px;
    margin: 0 auto;
    color: var(--px-ink);
    font-size: 13px;
    line-height: 1.45;
}

.px-faq-area {
    padding: 148px 0 52px;
}

.px-faq-area h2 {
    margin-bottom: 44px;
    color: #000;
}

.px-faq-item {
    min-height: 192px;
    margin-bottom: 30px;
    padding-right: 28px;
}

.px-faq-item h3 {
    position: relative;
    margin: 0 0 22px;
    padding-left: 42px;
    color: #000;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.px-faq-item h3 span {
    position: absolute;
    left: 0;
    top: -8px;
    color: var(--px-coral);
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.px-faq-item p {
    margin: 0;
    padding-left: 42px;
    color: #5d6670;
    font-size: 13px;
    line-height: 1.45;
}

.px-keywords {
    max-width: 880px;
    margin: 8px auto 0;
    color: rgba(1, 13, 23, .68);
    font-size: 13px;
    line-height: 1.55;
}

.px-title {
    margin: 0 0 16px;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
    color: var(--px-navy);
}

.px-lead {
    margin-bottom: 34px;
    color: var(--px-muted);
    font-size: 17px;
    line-height: 1.8;
}

.px-stat {
    padding: 26px;
    background: var(--px-navy);
    color: var(--px-white);
    min-height: 145px;
}

.px-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--px-orange);
    font-size: 38px;
    line-height: 1;
}

.px-card {
    height: 100%;
    margin-bottom: 30px;
    background: var(--px-white);
    border: 1px solid rgba(1, 42, 74, .12);
    box-shadow: 0 14px 32px rgba(1, 42, 74, .08);
}

.px-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.px-card-body {
    padding: 26px;
}

.px-card h3 {
    margin-top: 0;
    color: var(--px-navy);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 900;
}

.px-list {
    padding-left: 0;
    list-style: none;
}

.px-list li {
    position: relative;
    padding: 0 0 16px 32px;
    color: var(--px-muted);
    font-size: 16px;
    line-height: 1.7;
}

.px-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--px-coral);
    font-family: FontAwesome;
}

.px-step {
    min-height: 210px;
    padding: 28px;
    margin-bottom: 30px;
    color: var(--px-white);
    background: var(--px-navy);
}

.px-step span {
    display: block;
    margin-bottom: 16px;
    color: var(--px-orange);
    font-size: 34px;
    font-weight: 900;
}

.px-book {
    min-height: 250px;
}

.px-book .px-card-body {
    min-height: 180px;
}

.px-page-actions {
    margin-top: 24px;
}

.px-meta {
    margin-bottom: 14px;
    color: var(--px-coral);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.px-feature {
    color: var(--px-white);
    background: var(--px-blue);
}

.px-feature .px-title,
.px-feature h3 {
    color: var(--px-white);
}

.px-feature p {
    color: #fcecdf;
}

.px-feature-img {
    min-height: 420px;
    background-position: center;
    background-size: cover;
}

.px-form {
    padding: 34px;
    background: var(--px-white);
    border: 1px solid rgba(1, 42, 74, .12);
}

.px-form .form-control {
    height: 48px;
    border-radius: 0;
    border-color: rgba(1, 42, 74, .18);
    box-shadow: none;
}

.px-form textarea.form-control {
    height: 120px;
}

.px-alert {
    padding: 14px 18px;
    margin-bottom: 24px;
    color: var(--px-navy);
    background: #e4f4ea;
    border: 1px solid #b9ddc6;
}

.px-alert-error {
    color: #7c220f;
    background: #fde3d9;
    border-color: #f8b59d;
}

.px-gallery-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.px-gallery-strip img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.px-footer {
    padding: 46px 0;
    color: #fcecdf;
    background: var(--px-navy);
}

.px-footer h4 {
    color: var(--px-white);
    font-weight: 900;
}

.px-registration-page {
    background: #fff2e8;
}

.px-register-header {
    background: #fff0e3;
    border-bottom: 1px solid rgba(1, 42, 74, .08);
}

.px-register-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 142px;
    gap: 28px;
}

.px-register-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 104px;
    text-decoration: none;
}

.px-register-logo:hover,
.px-register-logo:focus {
    text-decoration: none;
}

.px-register-logo img {
    display: block;
    width: auto;
    height: 104px;
}

.px-register-nav nav {
    display: flex;
    align-items: center;
    gap: 52px;
    flex-wrap: wrap;
}

.px-register-nav nav a {
    color: #161616;
    font-size: 13px;
    text-decoration: none;
}

.px-register-nav nav a:hover,
.px-register-nav nav a:focus {
    color: var(--px-coral);
}

.px-register-hero {
    min-height: 278px;
    padding: 68px 0 58px;
    color: #fff;
    background-image: linear-gradient(rgba(1, 58, 91, .74), rgba(1, 58, 91, .74)), url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
    text-align: center;
}

.px-register-hero h1 {
    max-width: 760px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
}

.px-register-hero p {
    max-width: 675px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.px-register-section {
    min-height: 585px;
    padding: 46px 0 82px;
    background-color: #fff2e8;
    background-image:
        linear-gradient(rgba(255, 242, 232, .86), rgba(255, 242, 232, .86)),
        url("../../images/main-slider/bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.px-register-row {
    display: flex;
    align-items: center;
}

.px-register-copy {
    max-width: 420px;
    color: #242424;
}

.px-register-copy h2 {
    display: inline;
    margin: 0;
    color: #1b1b1b;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
}

.px-register-copy p {
    display: inline;
    margin: 0;
    color: #1b1b1b;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.px-register-card {
    max-width: 410px;
    margin: 0 auto;
    padding: 33px 14px 40px;
    background: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.px-register-card h2 {
    margin: 0 0 26px;
    color: #151515;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.px-register-card form {
    max-width: 382px;
    margin: 0 auto;
}

.px-register-card label {
    margin-bottom: 8px;
    color: #333;
    font-size: 11px;
    font-weight: 700;
}

.px-register-card .form-control {
    height: 30px;
    padding: 5px 12px;
    border: 1px solid #c8c8c8;
    border-radius: 18px;
    box-shadow: none;
    color: #222;
    font-size: 11px;
}

.px-register-card .form-group {
    margin-bottom: 18px;
}

.px-input-icon {
    position: relative;
}

.px-input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    color: #9aa0a6;
    font-size: 12px;
    transform: translateY(-50%);
    z-index: 1;
}

.px-input-icon .form-control {
    padding-left: 32px;
}

.px-register-consent {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 4px 0 28px;
    color: #252525;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400 !important;
}

.px-register-consent input {
    flex: 0 0 auto;
    margin-top: 2px;
}

.px-register-submit {
    display: block;
    width: 100%;
    min-height: 42px;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 700;
}

.px-register-submit:hover,
.px-register-submit:focus {
    background: #182c42;
}

.px-register-footer {
    padding: 38px 0 28px;
    color: #fff;
    background: #060606;
}

.px-social-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    max-width: 935px;
    margin: 0 auto 22px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.px-social-row strong {
    text-align: center;
}

.px-social-row a {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.px-footer-row {
    max-width: 935px;
    margin: 0 auto;
}

.px-register-footer h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.px-register-footer p,
.px-register-footer a {
    display: block;
    margin: 0 0 8px;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
}

.px-register-copyline {
    max-width: 935px;
    margin: 30px auto 0 !important;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .36);
}

.px-suggest-hero h1 {
    max-width: 720px;
    font-size: 42px;
}

.px-suggest-section {
    min-height: 672px;
}

.px-suggest-copy {
    max-width: 420px;
    color: #1b1b1b;
}

.px-suggest-copy h2 {
    margin: 0 0 26px;
    color: #111;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
}

.px-suggest-copy ol {
    padding-left: 22px;
    margin: 0;
}

.px-suggest-copy li {
    color: #111;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}

.px-suggest-card {
    padding-top: 36px;
    padding-bottom: 38px;
}

.px-suggest-card h2 {
    margin-bottom: 25px;
    font-weight: 900;
}

.px-community-hero {
    min-height: 214px;
    padding: 70px 0 58px;
}

.px-community-hero h1 {
    max-width: 760px;
    font-size: 39px;
}

.px-community-section {
    padding: 58px 0 82px;
    background-color: #fff2e8;
    background-image:
        linear-gradient(rgba(255, 242, 232, .88), rgba(255, 242, 232, .88)),
        url("../../images/main-slider/bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.px-community-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 74px;
    row-gap: 80px;
    max-width: 880px;
    margin: 0 auto;
}

.px-community-story h2 {
    margin: 0 0 13px;
    color: #121b2b;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 400;
}

.px-community-story p {
    margin: 0;
    color: #5f6570;
    font-size: 13px;
    line-height: 1.56;
}

.px-community-actions {
    margin-top: 66px;
    text-align: center;
}

.px-community-btn {
    display: inline-block;
    min-width: 314px;
    padding: 16px 24px;
    color: #fff;
    background: #0647ff;
    border: 1px solid #0647ff;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.px-community-btn:hover,
.px-community-btn:focus {
    color: #0647ff;
    background: #fff;
    text-decoration: none;
}

.px-library-hero {
    min-height: 182px;
    padding: 70px 0 50px;
}

.px-library-hero h1 {
    max-width: 620px;
    font-size: 30px;
}

.px-library-section {
    padding: 82px 0 92px;
    background-color: #fff2e8;
    background-image:
        linear-gradient(rgba(255, 242, 232, .88), rgba(255, 242, 232, .88)),
        url("../../images/main-slider/bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.px-library-grid {
    display: grid;
    grid-template-columns: repeat(6, 122px);
    justify-content: center;
    gap: 48px 24px;
}

.px-library-book {
    margin: 0;
}

.px-library-book img {
    display: block;
    width: 122px;
    height: 188px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 10px 18px rgba(1, 42, 74, .1);
}

.px-library-cta {
    padding: 30px 0 34px;
    background: #fff;
    text-align: center;
}

.px-library-cta a {
    display: inline-block;
    min-width: 140px;
    padding: 13px 24px;
    color: #2a6f97;
    background: #fff;
    border: 1px solid #2a6f97;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.px-library-cta a:hover,
.px-library-cta a:focus {
    color: #fff;
    background: #2a6f97;
}

.px-how-flow,
.px-how-story {
    color: #fff;
    background-color: #4f8bb0;
    background-image:
        linear-gradient(rgba(46, 127, 174, .88), rgba(46, 127, 174, .88)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-how-flow {
    padding: 68px 0 62px;
    text-align: center;
}

.px-how-flow h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.px-how-subtitle {
    margin: 0 0 34px;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.px-how-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 910px;
    margin: 0 auto 28px;
}

.px-how-flow-card {
    min-height: 148px;
    padding: 16px 18px;
    color: #fff;
    background: rgba(5, 32, 50, .72);
}

.px-how-flow-card h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.px-how-flow-card p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.px-how-outline-btn {
    display: inline-block;
    min-width: 260px;
    padding: 14px 22px;
    color: #2a6f97;
    background: #fff;
    border: 2px solid #f2c6c5;
    border-radius: 999px;
    box-shadow: 0 2px 4px rgba(1, 42, 74, .16);
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.px-how-outline-btn:hover,
.px-how-outline-btn:focus {
    color: #fff;
    background: #2a6f97;
    text-decoration: none;
}

.px-how-special,
.px-how-crew {
    background-color: #fff2e8;
    background-image:
        linear-gradient(rgba(255, 242, 232, .88), rgba(255, 242, 232, .88)),
        url("../../images/main-slider/bg1.webp");
    background-position: center;
    background-size: cover;
}

.px-how-special {
    padding: 38px 0 66px;
}

.px-how-special h2,
.px-how-crew h2 {
    margin: 0 0 30px;
    color: #111;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
}

.px-how-special-row {
    display: flex;
    align-items: center;
}

.px-how-checks {
    padding: 0;
    margin: 0;
    list-style: none;
}

.px-how-checks li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 26px;
    color: #111;
    font-size: 15px;
    line-height: 1.4;
}

.px-how-checks li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    color: #fff;
    background: #0c3048;
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
}

.px-how-illustration {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.px-how-story {
    padding: 88px 0 62px;
}

.px-how-story-row {
    display: flex;
    align-items: center;
}

.px-how-story h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 900;
}

.px-how-story p {
    margin: 0 0 22px;
    color: #fff;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 700;
}

.px-how-story-img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.px-how-join {
    margin-top: 28px;
    text-align: center;
}

.px-how-crew {
    padding: 54px 0 66px;
}

.px-how-crew h2 {
    margin-bottom: 46px;
    font-size: 42px;
    font-weight: 900;
}

.px-how-crew-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.px-how-member {
    min-height: 220px;
    padding: 24px;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(1, 42, 74, .16);
    text-align: center;
}

.px-how-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 991px) {
    .px-reading-row {
        display: block;
    }

    .px-reading-art {
        margin-top: 34px;
    }

    .px-special-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .px-mission-row {
        display: block;
    }

    .px-mission-copy {
        max-width: none;
        margin-top: 34px;
    }

    .px-more-cards {
        bottom: -40px;
    }

    .px-faq-area {
        padding-top: 100px;
    }

    .px-register-nav {
        min-height: 120px;
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 0;
    }

    .px-register-nav nav {
        gap: 20px;
    }

    .px-register-row {
        display: block;
    }

    .px-register-copy {
        max-width: none;
        margin-bottom: 32px;
        text-align: center;
    }

    .px-suggest-copy {
        max-width: none;
        margin-bottom: 32px;
        text-align: center;
    }

    .px-suggest-copy ol {
        display: inline-block;
        text-align: left;
    }

    .px-community-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }

    .px-library-grid {
        grid-template-columns: repeat(4, 122px);
    }

    .px-how-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .px-how-special-row,
    .px-how-story-row {
        display: block;
    }

    .px-how-illustration,
    .px-how-story-img {
        margin-top: 32px;
    }

    .px-how-crew-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .px-hero {
        min-height: 560px;
        padding: 130px 0 70px;
    }

    .px-hero h1 {
        font-size: 40px;
    }

    .px-hero-inner h1 {
        font-size: 36px;
    }

    .px-reading-movement {
        padding: 38px 0;
    }

    .px-reading-intro {
        margin-bottom: 34px;
    }

    .px-reading-intro h2,
    .px-reading-row h3 {
        font-size: 26px;
    }

    .px-reading-art {
        max-width: 360px;
        margin-top: 30px;
    }

    .px-special-section {
        padding: 44px 0;
    }

    .px-special-title {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .px-special-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .px-mission-section {
        padding: 38px 0 44px;
    }

    .px-mission-heading h2 {
        font-size: 26px;
    }

    .px-mission-art {
        max-width: 360px;
    }

    .px-mission-copy p {
        font-size: 14px;
        line-height: 1.65;
    }

    .px-more-top {
        padding-top: 34px;
    }

    .px-more-top h2,
    .px-faq-area h2 {
        font-size: 25px;
    }

    .px-more-cards {
        bottom: -24px;
        margin-top: 22px;
    }

    .px-more-card {
        min-height: 140px;
    }

    .px-faq-area {
        padding: 68px 0 40px;
    }

    .px-faq-area h2 {
        margin-bottom: 28px;
    }

    .px-faq-item {
        min-height: 0;
        padding-right: 0;
    }

    .px-faq-item h3,
    .px-faq-item p {
        padding-left: 38px;
    }

    .px-gallery-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .px-gallery-strip img {
        height: 145px;
    }

    .px-register-nav nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px;
    }

    .px-register-hero {
        padding: 48px 0;
    }

    .px-register-hero h1 {
        font-size: 31px;
    }

    .px-register-hero p {
        font-size: 15px;
    }

    .px-register-section {
        padding: 34px 0 52px;
    }

    .px-register-card {
        padding: 28px 14px 32px;
    }

    .px-suggest-hero h1 {
        font-size: 32px;
    }

    .px-community-hero h1 {
        font-size: 31px;
    }

    .px-community-section {
        padding: 42px 0 58px;
    }

    .px-community-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .px-community-btn {
        min-width: 0;
        width: 100%;
        max-width: 314px;
    }

    .px-library-section {
        padding: 48px 0 62px;
    }

    .px-library-grid {
        grid-template-columns: repeat(2, 122px);
        gap: 28px 20px;
    }

    .px-how-flow-grid,
    .px-how-crew-grid {
        grid-template-columns: 1fr;
    }

    .px-how-flow,
    .px-how-story {
        padding: 48px 0;
    }

    .px-how-story h2,
    .px-how-crew h2 {
        font-size: 31px;
    }

    .px-how-outline-btn {
        min-width: 0;
        width: 100%;
        max-width: 300px;
    }

    .px-social-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
