body {
    padding: 0;
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    color: #221C35;
    background: #FAF9FC;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #221C35;
    border-radius: 20px;
    color: #221C35;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #221C35;
    color: #FAF9FC;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

header {
    padding: 20px 0;
    background: #221C35;
    position: relative;
}

header .fieldmark {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
    color: #FAF9FC;
}

header .trailnav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

header .trailnav.active {
    opacity:1;
    transform:none;
    pointer-events:auto;
}

header .trailnav__one {
    margin: 0 15px;
}

header .trailnav__one a {
    color: #FAF9FC;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span {
    width: 100%;
    height: 3px;
    background: #FAF9FC;
    transition: all 0.3s;
}

.bar.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.bar.active span:nth-child(2) {
    opacity: 0;
}

.bar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.moorline .picture {
    position: absolute;
    width: 50%;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 500px;
}

.moorline__info {
    height: 500px;
    align-items: center;
    margin-left: 20px;
}

.moorline p {
    margin-bottom: 20px;
}

.moorline a {
    width: 170px;
    font-size: 20px;
    background-color: #221C35;
    color: #FAF9FC;
}

.ridgepack__card .picture img {
    margin-right: 25px;
}

.ridgepack__card {
    position: relative;
    border-radius: 20px;
    padding: 32px 32px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF9FC;
}

.ridgepack__card p:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.ridgepack__card p.title {
    text-align: center;
}

.ridgepack__card .line {
    width: 100%;
    height: 1px;
    background: #221C35;
    margin: 25px 0 15px;
}

.ridgepack__card p:nth-of-type(3) {
    text-align: center;
}

.ridgepack__card p:nth-of-type(3) span {
    font-size: 64px;
    font-weight: 600;
}

.ridgepack__card .one {
    margin-bottom: 20px;
}

.ridgepack__card .one:last-of-type {
    margin-bottom: 0;
}

.ridgepack__card .dots {
    width: 7px;
    height: 7px;
    background: #221C35;
    border-radius: 100%;
    margin-top: 11px;
    margin-right: 10px;
}

.ridgepack__card .btn {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    margin-top: 25px;
    background: #221C35;
    color: #FAF9FC;
}

.ridgepack__card .btn:hover {
    background: #FAF9FC;
    color: #221C35;
    border: 3px solid #221C35;
}

.tendress__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.tendress__card.first .picture {
    height: 536px;
}

.tendress__card .picture {
    width: 100%;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tendress__card .picture img {
    width: 125%;
}

.tendress__card .info {
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.tendress__card p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tendress .row div .tendress__card:last-child {
    margin-bottom: 0;
}

.gleamfaq .gleamfaq__one .front, .gleamfaq .gleamfaq__one .back {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF9FC;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.gleamfaq .gleamfaq__one p {
    width: 100%;
    font-weight: 600;
}

.gleamfaq .gleamfaq__one .front p:last-child, .gleamfaq .gleamfaq__one .back p:last-child {
    font-size: 18px;
    text-align: end;
}

.hushnotes .hushnotes__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF9FC;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.hushnotes .hushnotes__one .up {
    align-items: center;
}

.hushnotes .hushnotes__one .up .picture {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin-right: 20px;
}

.hushnotes .hushnotes__one .up .picture img {
    width: 150%;
}

.hushnotes .hushnotes__one .up p:first-child {
    font-weight: 600;
    font-size: 24px;
}

.hushnotes .hushnotes__one .up p:last-child {
    font-weight: 400;
    font-size: 16px;
    margin-top: -5px;
}

.hushnotes .hushnotes__one p:last-of-type {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    margin-top: 10px;
}

.wayreach {
    background: #221C35;
    color: #FAF9FC;
}

.wayreach .all {
    justify-content: center;
}

.wayreach .all .wayreach__one {
    align-items: center;
    margin: 0 20px;
    text-align: center;
}

.wayreach .all .wayreach__one p:first-child {
    margin-right: 10px;
}

.wayreach.page {
    background: #FAF9FC;
    color: #221C35;
}

.askform {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-askform {
    gap: 20px;
}

.askform input,
.askform textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #221C35;
    padding: 0 25px;
    border: 1px solid #221C35;
    border-radius: 100px;
    background: #FAF9FC;
    transition: 0.5s;
    margin-bottom: 0;
}

.askform input {
    height: 50px;
}

.askform textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.askform input:focus,
.askform textarea:focus {
    outline: none;
    border: 1px solid #221C35;
}

.askform input::placeholder,
.askform textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.askform-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.askform-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #221C35; 
}

.askform-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #221C35;
}

.askform-check label a {
    color: #6B4EA2;
    text-decoration: underline;
}

.askform-check label a:hover {
    color: #6B4EA2;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #221C35;
    border-radius: 20px;
    color: #221C35;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #221C35;
    color: #FAF9FC;
    transition: 1s;
}

/* form-error */
.askform input.error,
.askform textarea.error,
.askform input.error:focus,
.askform textarea.error:focus {
    border: 1px solid #6B4EA2;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #6B4EA2;
    outline: none;
}

.askform-check.error {
    border: 1px solid #6B4EA2; 
}

.askform-check.error input[type="checkbox"] {
    border: 1px solid #6B4EA2;
}

/* turnwheel */
#turnwheel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#turnwheel img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.furrow {
    background: #221C35;
    padding: 20px;
}

.furrow .fieldmark {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAF9FC;
}

.furrow .trailnav__one a {
    display: block;
    font-size: 16px;
    color: #FAF9FC;
}

.furrow .trailnav__one p {
    font-size: 16px;
    color: #FAF9FC;
}

.furrow .row div .trailnav {
    justify-content: center;
}

.furrow .trailnav .trailnav__one {
    margin: 0 20px;
}

.furrow .row div:nth-of-type(2) .trailnav {
    justify-content: end;
}

.furrow .row div:nth-of-type(2) .trailnav .trailnav__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.furrow .row div:nth-of-type(3) .trailnav {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 2px solid #FAF9FC;
}

.furrow .row div:nth-of-type(3) .trailnav .trailnav__one {
    align-items: center;
}

.furrow .trailnav .trailnav__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FAF9FC;
    margin-right: 10px;
}

.sachetalk {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #FAF9FC;
    box-shadow: 0 -4px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 0;
    padding: 20px 40px;
    text-align: left;
    box-sizing: border-box;
}

.sachetalk__box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.sachetalk__copy h3 {
    font-size: 18px;
    color: #221C35;
    margin-bottom: 8px;
}

.sachetalk__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.sachetalk__copy a {
    color: #6B4EA2;
    text-decoration: underline;
}

.sachetalk__copy a:hover {
    color: #221C35;
}

.sachetalk__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sachetalk__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #221C35;
    color: #FAF9FC;
}

.sachetalk__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.sachetalk__actions .btnx_prime:hover {
    opacity: 0.85;
}

.page section {
    padding: 0;
}

.page .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.page .picture img {
    width: 125%;
}

.page h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.page p {
    text-align: start;
    margin-bottom: 10px;
}

.page p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .moorline .picture img {
        width: 175%;
    }
}

@media (max-width: 1199px) {
    h1, h2 {
        margin-bottom: 20px;
    }

    .ridgepack__card {
        height: 768px;
    }

    .ridgepack__card .btn {
        width: 250px;
        margin-left: -125px;
    }

    .wayreach .all .wayreach__one {
        justify-content: center;
        margin: 20px 0;
    }

    .wayreach .all .wayreach__one:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    header .fieldmark {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    header .trailnav{
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        z-index: 1000;
        flex-direction: column;
        background: #221C35;
        padding: 20px 0;
        opacity: 0;
        gap: 16px;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .3s ease, transform .3s ease;
    }

    header .trailnav.active{
        opacity: 1;
        transform: translateY(0);
    }

    header  .trailnav.active .trailnav__one {
        margin: 0;
    }

    header  .trailnav.active .trailnav__one a {
        color: #FAF9FC;
        font-size: 18px;
        text-decoration: none;
    }

    .moorline .picture {
        position: relative;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .moorline .picture img {
        width: 110%;
    }

    .moorline__info {
        height: auto;
        margin-left: 0;
    }

    .ridgepack__card {
        width: 360px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .ridgepack .row > div:last-child .ridgepack__card {
        margin-bottom: 0;
    }

    .ridgepack__card .btn {
        position: relative;
        left: 0;
        margin: 0 auto; 
        margin-top: 20px;
    }

    .tendress__card.first .picture, .tendress__card .picture {
        height: 350px;
    }

    .tendress__card {
        margin-bottom: 30px;
    }

    .tendress .row div .tendress__card:last-child {
        margin-bottom: 30px;
    }

    .tendress .row > div:last-child .tendress__card:last-child {
        margin-bottom: 0;
    }

    .duo-askform .askform__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .furrow .fieldmark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .furrow .trailnav .trailnav__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .furrow .trailnav .trailnav__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .moorline .picture {
        height: 250px;
    }

    .moorline .picture img {
        width: 140%;
    }

    .ridgepack__card {
        width: 100%;
    }

    .ridgepack__card .btn {
        width: 100%;
    }

    .tendress__card.first .picture, .tendress__card .picture {
        height: 250px;
    }

    .tendress__card .picture img {
        width: 135%;
    }
}