@charset "UTF-8";
/* CSS Document */


.scandit-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 5vw;
    justify-content: flex-start;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.scandit-overlay.active {
    display: flex;
    
}
#scandit-reader {
    width: 300px;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #000000;
    flex: none;
}
.scandit-product {
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    line-height: normal;
    flex: none;
}
.scandit-product-image {
    flex: none;
    width: 28%;
    position: relative;
}
.scandit-product-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 2;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
}
.scandit-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.scandit-product-info {
    padding: 5vw;
    display: flex;
    flex-direction: column;
    flex: auto;
}
.scandit-product-title {
    font-weight: bold;
}
.scandit-product-description {
    margin-top: 3px;
}
.scandit-product-number.product-number {
    margin-top: 8px;
}
.scandit-product-stock {
    margin-top: 8px;
}
.scandit-product-stock.product-stock {
    text-transform: lowercase;
}
.scandit-product-price-old {
    display: flex;
    flex-direction: column;
}
.scandit-product-price {
    font-weight: bold;
}
.scandit-product-price-old {
    text-decoration: line-through;
}
.productbuy-section {
    margin-top: 8px;
    line-height: 1.5;
}
.scandit-product-buy {
    margin-top: 8px;
}
#scanStopBtn {
    margin-top: auto;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
}
.scanit-noresults {
    color: #fff;
}

.jo-hero-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-hero-intro {
    line-height: 1.75;
}
.jo-accordion-item h2 {
    margin: 0;
    padding: 0;
}
.jo-accordion {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 3.5rem;
}
.jo-accordion-item {
    border-bottom: 1px solid #e2e2e2;
}
.jo-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #000000;
    text-align: left;
    line-height: 1.4;
    transition: color .2s ease;
}
.jo-accordion-trigger::after {
    content: '+';
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    font-size: 1.25rem;
    font-weight: 400;
    color: #727272;
    margin-left: 1rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), border-color .3s ease, color .3s ease;
}
.jo-accordion-item.is-open .jo-accordion-trigger::after {
    content: '\2212';
    transform: rotate(180deg);
    border-color: #060647;
    color: #060647;
}
.jo-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1), padding .4s cubic-bezier(.4, 0, .2, 1);
}
.jo-accordion-item.is-open .jo-accordion-body {
    max-height: 600px;
    padding-bottom: 1.5rem;
}
.jo-accordion-body p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-accordion-body p:last-child {
    margin-bottom: 0;
}
.jo-accordion-body p:empty {
    display: none;
}
.jo-accordion-body strong {
    font-weight: 700;
}
.jo-accordion-body ul, .jo-accordion-body ol {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-accordion-body li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    color: #000000;
    margin-bottom: .35rem;
}
.jo-accordion-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-accordion-body li strong {
    color: #000000;
}
.jo-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem 0;
}
@media (max-width: 840px) {
    .jo-cta-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-cta-heading {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: .75rem;
}
.jo-cta-lead {
    font-size: 1rem;
    font-weight: 500;
    color: #727272;
    margin-bottom: 1rem;
}
.jo-cta-text {
    font-size: .925rem;
    line-height: 1.75;
    color: #000000;
    margin-bottom: .65rem;
}
.jo-cta-text:last-of-type {
    margin-bottom: 0;
}
.jo-cta-list {
    list-style: none;
    padding: 0;
    margin: .75rem 0 1.25rem;
}
.jo-cta-list li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    color: #000000;
    margin-bottom: .35rem;
}
.jo-cta-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.5rem;
    padding: .8rem 1.75rem;
    font-weight: 700;
    color: #ffffff;
    background: #060647;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
}
.jo-btn:hover::after {
    transform: translateX(3px);
}
.jo-cta-image {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-section, .jo-accordion {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-section a {
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.jo-grid + .jo-grid {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
.jo-grid--reverse {
    direction: rtl;
}
.jo-grid--reverse > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-grid, .jo-grid--reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-tagline {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.jo-heading {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: .75rem;
}
.jo-heading + .jo-heading {
    margin-top: 2rem;
}
.jo-text {
    line-height: 1.75;
    color: #000000;
    margin-bottom: .85rem;
}
.jo-text:last-child {
    margin-bottom: 0;
}
.jo-text strong {
    font-weight: 700;
    color: #000000;
}
.jo-highlight {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.65;
    color: #000000;
    margin-top: .5rem;
}
.jo-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
    margin-top: 1rem;
}
.jo-links-sep {
    color: #d0d0d0;
    font-weight: 300;
    user-select: none;
}
.jo-image {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}
.jo-image:hover {
    transform: scale(1.03);
}
.jo-team {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    font-family: 'Mulish', system-ui, sans-serif;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-team-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-team-hero-body {
    line-height: 1.75;
    color: #000000;
}
.jo-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
}
@media (max-width: 600px) {
    .jo-team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.jo-team-card {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-team-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 12px 28px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}
.jo-team-card-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(12%);
    transition: filter .4s ease;
}
.jo-team-card:hover .jo-team-card-photo {
    filter: grayscale(0%);
}
.jo-team-card-nophoto {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0efed;
}
.jo-team-card-initials {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #060647;
    opacity: .35;
    letter-spacing: .05em;
}
.jo-team-card-body {
    padding: 1.15rem 1.25rem 1.35rem;
}
.jo-team-card-name {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: .2rem;
}
.jo-team-card-role {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #060647;
    margin-bottom: .7rem;
}
.jo-team-card-desc {
    font-size: .85rem;
    line-height: 1.7;
    color: #000000;
    display: -webkit-box;
}
.jo-team-card.is-expanded .jo-team-card-desc {
    -webkit-line-clamp: unset;
    display: block;
}
.jo-team-card-more {
    display: inline-block;
    margin-top: .5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Mulish', system-ui, sans-serif;
    font-size: .8rem;
    font-weight: 600;
    color: #727272;
    padding: 0;
    transition: color .2s ease;
}
.jo-team-card-more:hover {
    color: #060647;
}
.jo-team-card-more::after {
    content: ' +';
}
.jo-team-card.is-expanded .jo-team-card-more::after {
    content: ' \2212';
}
.jo-sup {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    font-family: 'Mulish', system-ui, sans-serif;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-sup a {
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-sup-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-sup-hero-body {
    line-height: 1.75;
    color: #000000;
}
.jo-sup-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
@media (max-width: 840px) {
    .jo-sup-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-sup-prose p {
    line-height: 1.75;
    color: #000000;
    margin-bottom: .85rem;
}
.jo-sup-prose p:last-child {
    margin-bottom: 0;
}
.jo-sup-prose strong {
    font-weight: 700;
    color: #000000;
}
.jo-sup-prose-h {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
    margin-top: 1.75rem;
    margin-bottom: .6rem;
    padding-left: .65rem;
    border-left: 3px solid #060647;
}
.jo-sup-check {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-sup-check li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    color: #000000;
    margin-bottom: .35rem;
}
.jo-sup-check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-sup-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-sup-dir-intro {
    margin-bottom: 2.5rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
.jo-sup-dir-sub {
    font-size: 1rem;
    font-weight: 500;
    color: #727272;
    margin-top: .85rem;
    margin-bottom: 1rem;
}
.jo-sup-dir-body {
    line-height: 1.75;
    color: #000000;
}
.jo-sup-az {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2.5rem;
}
@media (max-width: 740px) {
    .jo-sup-az {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem 2rem;
    }
}
@media (max-width: 480px) {
    .jo-sup-az {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
.jo-sup-az-group {
    margin-bottom: .5rem;
}
.jo-sup-az-letter {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #060647;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #060647;
    border-radius: 6px;
    margin-bottom: .6rem;
}
.jo-sup-az-list {
    list-style: none;
    padding: 0;
}
.jo-sup-az-list li {
    line-height: 1.8;
    color: #000000;
}
.jo-sup-az-list li a {
    font-weight: 500;
}
.jo-job {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    font-family: 'Mulish', system-ui, sans-serif;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-job-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-job-hero-body {
    line-height: 1.75;
    color: #000000;
}
.jo-job-perks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 560px) {
    .jo-job-perks {
        grid-template-columns: 1fr;
    }
}
.jo-job-perk {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-job-perk:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
.jo-job-perk-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f7f7ff;
    color: #060647;
}
.jo-job-perk-icon svg {
    width: 20px;
    height: 20px;
}
.jo-job-perk-title {
    font-weight: 700;
    margin: 0;
}
.jo-job-perk-desc {
    font-size: .85rem;
    line-height: 1.65;
    color: #000000;
}
.jo-job-section-title {
    font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    padding-bottom: .65rem;
    display: inline-block;
}
.jo-job-listings {
    margin-bottom: 3.5rem;
}
.jo-job-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    margin-top: 1.25rem;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-job-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
@media (max-width: 600px) {
    .jo-job-card {
        grid-template-columns: 1fr;
    }
}
.jo-job-card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
}
.jo-job-card-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0;
}
.jo-job-card-text {
    line-height: 1.7;
    color: #000000;
    margin-bottom: .75rem;
}
.jo-job-card-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 700;
    color: #060647;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-job-card-link:hover::after {
    transform: translateX(3px);
}
.jo-job-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 840px) {
    .jo-job-open {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-job-open-title {
    font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    letter-spacing: -0.02em;
    margin-bottom: .75rem;
    margin-top: 0;
}
.jo-job-open p {
    line-height: 1.75;
    color: #000000;
    margin-bottom: .65rem;
}
.jo-job-open p:last-child {
    margin-bottom: 0;
}
.jo-job-open strong {
    font-weight: 700;
    color: #000000;
}
.jo-job-open-list {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-job-open-list li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    color: #000000;
    margin-bottom: .35rem;
}
.jo-job-open-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-job-open-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-board {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    font-family: 'Mulish', system-ui, sans-serif;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-board-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}
@media (max-width: 700px) {
    .jo-board-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.jo-board-member {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: start;
    padding: 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-board-member:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
@media (max-width: 420px) {
    .jo-board-member {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jo-board-member-photo {
        margin: 0 auto;
    }
}
.jo-board-member-photo {
    transition: filter .4s ease;
}
.jo-board-member:hover .jo-board-member-photo {
    filter: grayscale(0%);
}
.jo-board-member-name {
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    margin-bottom: .15rem;
}
.jo-board-member-role {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #060647;
    margin-bottom: .65rem;
}
.jo-board-member-bio {
    font-size: .85rem;
    line-height: 1.7;
    color: #000000;
    display: -webkit-box;
}
.jo-board-member.is-expanded .jo-board-member-bio {
    -webkit-line-clamp: unset;
    display: block;
}
.jo-board-member-toggle {
    display: inline-block;
    margin-top: .45rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Mulish', system-ui, sans-serif;
    font-size: .8rem;
    font-weight: 600;
    color: #727272;
    padding: 0;
    transition: color .2s ease;
}
.jo-board-member-toggle:hover {
    color: #060647;
}
.jo-board-member-toggle::after {
    content: ' +';
}
.jo-board-member.is-expanded .jo-board-member-toggle::after {
    content: ' \2212';
}
.jo-esg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    font-family: 'Mulish', system-ui, sans-serif;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}
.jo-esg *, .jo-esg *::before, .jo-esg *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
.jo-esg a {
    color: inherit;
    text-decoration: none;
    transition: color .25s cubic-bezier(.4, 0, .2, 1)
}
.jo-esg img {
    display: block;
    max-width: 100%;
    height: auto
}
.jo-esg-hero {
    margin-bottom: 3.5rem
}
.jo-esg-hero-title {
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: -0.02em
}
.jo-esg-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem
}
.jo-esg-hero-body {
    line-height: 1.75;
    color: #000000
}
.jo-esg-content {
    max-width: 780px;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e2e2e2
}
.jo-esg-content-title {
    font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    letter-spacing: -0.02em;
    margin-bottom: 1rem
}
.jo-esg-content p {
    line-height: 1.75;
    color: #000000;
    margin-bottom: .85rem
}
.jo-esg-content p:last-child {
    margin-bottom: 0
}
.jo-esg-content strong {
    font-weight: 700;
    color: #1a1a1a
}
.jo-esg-pdf {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    color: #060647;
    padding: .6rem 1.25rem;
    border: 1px solid #060647;
    border-radius: 8px;
    margin: .75rem 0 1.5rem;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1)
}
.jo-esg-pdf:hover {
    background: #060647;
    color: #fff
}
.jo-esg-pdf::before {
    content: '\2193';
    font-size: 1rem
}
.jo-esg-content-label {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
    margin-top: 1.5rem;
    margin-bottom: .5rem
}
.jo-esg-goals {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.25rem
}
@media(max-width:560px) {
    .jo-esg-goals {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem
    }
}
@media(max-width:380px) {
    .jo-esg-goals {
        grid-template-columns: repeat(2, 1fr)
    }
}
.jo-esg-goal {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1)
}
.jo-esg-goal:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12)
}
.jo-esg-goal-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain
}
.jo-esg-goal--static {
    cursor: default
}
.jo-esg-goal--static:hover {
    transform: none;
    box-shadow: none
}
.jo-calc {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-calc-hero-text {
    line-height: 1.75;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.jo-calc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 2rem;
}
@media (max-width: 600px) {
    .jo-calc-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.jo-calc-card {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-calc-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 12px 28px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}
.jo-calc-card-img-link {
    display: block;
    overflow: hidden;
}
.jo-calc-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}
.jo-calc-card:hover .jo-calc-card-img {
    transform: scale(1.04);
}
.jo-calc-card-body {
    padding: 1.25rem 1.35rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.jo-calc-card-title {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: .6rem;
}
.jo-calc-card-title a {
    color: #000000;
}
.jo-calc-card-title a:hover {
    color: #060647;
}
.jo-calc-card-label {
    font-weight: 600;
    color: #727272;
    margin-bottom: .4rem;
}
.jo-calc-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
}
.jo-calc-card-item {
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
    color: #000000;
    margin-bottom: .2rem;
}
.jo-calc-card-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #060647;
}
.jo-calc-card-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1rem;
    font-weight: 700;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-diag {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-diag-hero-text {
    line-height: 1.75;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.jo-diag-hero-text strong {
    font-weight: 700;
    color: #000000;
}
.jo-diag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
@media (max-width: 600px) {
    .jo-diag-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.jo-diag-card {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-diag-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 12px 28px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}
.jo-diag-card-img-link {
    display: block;
    overflow: hidden;
}
.jo-diag-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}
.jo-diag-card:hover .jo-diag-card-img {
    transform: scale(1.04);
}
.jo-diag-card-body {
    padding: 1.15rem 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.jo-diag-card-title {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: .35rem;
}
.jo-diag-card-title a {
    color: #000000;
}
.jo-diag-card-title a:hover {
    color: #060647;
}
.jo-diag-card-meta {
    font-size: .8rem;
    font-weight: 500;
    color: #727272;
    margin-bottom: auto;
}
.jo-diag-card-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1rem;
    font-weight: 700;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-diag-note {
    padding-top: 2rem;
    border-top: 1px solid #e2e2e2;
    line-height: 1.75;
    color: #000000;
}
.jo-diag-note a {
    color: #060647;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-diag-note a:hover {
    border-bottom-color: #060647;
}
.jo-guide {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-guide-hero-text {
    line-height: 1.75;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.jo-guide-accordion {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 3.5rem;
}
.jo-guide-item {
    border-bottom: 1px solid #e2e2e2;
}
.jo-guide-item h2 {
    margin: 0;
}
.jo-guide-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #000000;
    text-align: left;
    line-height: 1.4;
    transition: color .2s ease;
}
.jo-guide-trigger:hover {
    color: #060647;
}
.jo-guide-trigger::after {
    content: '+';
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    font-size: 1.25rem;
    font-weight: 400;
    color: #727272;
    margin-left: 1rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), border-color .3s ease, color .3s ease;
}
.jo-guide-item.is-open .jo-guide-trigger::after {
    content: '\2212';
    transform: rotate(180deg);
    border-color: #060647;
    color: #060647;
}
.jo-guide-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1), padding .4s cubic-bezier(.4, 0, .2, 1);
}
.jo-guide-item.is-open .jo-guide-body {
    max-height: 3000px;
    padding-bottom: 1.5rem;
}
.jo-guide-brand {
    font-size: .85rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top: 1rem;
    margin-bottom: .3rem;
}
.jo-guide-brand:first-child {
    margin-top: 0;
}
.jo-guide-subsection {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-top: 1.5rem;
    margin-bottom: .4rem;
    padding-left: .6rem;
    border-left: 3px solid #060647;
}
.jo-guide-links {
    list-style: none;
    padding: 0;
    margin: 0 0 .5rem;
}
.jo-guide-links li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.8;
}
.jo-guide-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .75em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #060647;
}
.jo-guide-cta {
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: start;
}
@media (max-width: 700px) {
    .jo-guide-cta {
        grid-template-columns: 1fr;
    }
}
.jo-guide-cta p {
    line-height: 1.75;
    color: #000000;
    margin-bottom: .65rem;
}
.jo-guide-cta p:last-of-type {
    margin-bottom: 0;
}
.jo-guide-cta strong {
    font-weight: 700;
    color: #000000;
}
.jo-guide-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1.25rem;
    align-self: start;
}
.jo-guide-cta-btn:hover {
    background: #a52a24;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
    border-bottom: none;
}
.jo-guide-cta-btn::after {
    content: '\2192';
}
.jo-tech {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-tech-hero-text {
    line-height: 1.75;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.jo-tech-accordion {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 3.5rem;
    margin-top: 20px;
}
.jo-tech-item {
    border-bottom: 1px solid #e2e2e2;
}
.jo-tech-item h2 {
    margin: 0;
}
.jo-tech-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #000000;
    text-align: left;
    line-height: 1.4;
    transition: color .2s ease;
}
.jo-tech-trigger::after {
    content: '+';
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    font-size: 1.25rem;
    font-weight: 400;
    color: #727272;
    margin-left: 1rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), border-color .3s ease, color .3s ease;
}
.jo-tech-item.is-open .jo-tech-trigger::after {
    content: '\2212';
    transform: rotate(180deg);
    border-color: #060647;
    color: #060647;
}
.jo-tech-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1), padding .4s cubic-bezier(.4, 0, .2, 1);
}
.jo-tech-item.is-open .jo-tech-body {
    max-height: 500px;
    padding-bottom: 1.5rem;
}
.jo-tech-links {
    list-style: none;
    padding: 0;
}
.jo-tech-links li {
    position: relative;
    padding-left: 1rem;
    font-size: .88rem;
    line-height: 1.8;
}
.jo-tech-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .75em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #060647;
}
.jo-tech-cta {
    padding-top: 3rem;
}
.jo-tech-cta p {
    line-height: 1.75;
    color: #000000;
    margin-bottom: .65rem;
}
.jo-tech-cta p:last-of-type {
    margin-bottom: 0;
}
.jo-tech-cta strong {
    font-weight: 700;
    color: #000000;
}
.jo-tech-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1.25rem;
}
.jo-tech-cta-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
    border-bottom: none;
}
.jo-tech-cta-btn::after {
    content: '\2192';
}
.jo-spare {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-spare-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-spare-hero-body {
    line-height: 1.75;
    color: #000000;
}
.jo-spare-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 660px) {
    .jo-spare-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.jo-spare-card {
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
}
.jo-spare-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 12px 28px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}
.jo-spare-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}
.jo-spare-card:hover .jo-spare-card-img {
    transform: scale(1.04);
}
.jo-spare-card-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.25rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: #000000;
}
.jo-spare-card-label::after {
    content: '\2192';
    font-size: 1.1rem;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-spare-card:hover .jo-spare-card-label::after {
    transform: translateX(4px);
}
.jo-spare-cta {
    padding-top: 3rem;
}
.jo-spare-cta p {
    font-size: .95rem;
    line-height: 1.75;
    color: #000000;
    margin-bottom: .65rem;
}
.jo-spare-cta p:last-of-type {
    margin-bottom: 0;
}
.jo-spare-cta strong {
    font-weight: 700;
    color: #000000;
}
.jo-spare-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1.25rem;
}
.jo-spare-cta-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-spare-cta-btn::after {
    content: '\2192';
}
.jo-vid {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-vid-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-vid-hero-body {
    line-height: 1.75;
}
.jo-vid-section {
    margin-bottom: 3rem;
}
.jo-vid-section-desc {
    line-height: 1.75;
    margin-bottom: 1.5rem;
}
.jo-vid-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}
@media (max-width: 700px) {
    .jo-vid-grid {
        grid-template-columns: 1fr;
    }
}
.jo-vid-card {
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
}
.jo-vid-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 12px 28px rgba(0, 0, 0, .1);
    transform: translateY(-3px);
}
.jo-vid-card-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.jo-vid-card-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.jo-vid-footer {
    padding-top: 2.5rem;
}
.jo-vid-footer p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-vid-footer p:last-child {
    margin-bottom: 0;
}
.jo-vid-footer em {
    font-style: italic;
}
.jo-vid-card-title {
    padding: 15px;
}
.jo-filter {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-filter-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-filter-hero-body {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-filter-hero-body:last-child {
    margin-bottom: 0;
}
.jo-filter-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 30px;
}
@media (max-width: 700px) {
    .jo-filter-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.jo-filter-card {
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
}
.jo-filter-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 12px 28px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}
.jo-filter-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #f7f7f5;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}
.jo-filter-card:hover .jo-filter-card-img {
    transform: scale(1.04);
}
.jo-filter-card-body {
    padding: 1.1rem 1.25rem 1.25rem;
}
.jo-filter-card-label {
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .25rem;
    padding: 15px;
}
.jo-filter-card-label::after {
    content: '\2192';
    font-size: 1rem;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-filter-card:hover .jo-filter-card-label::after {
    transform: translateX(4px);
}
.jo-ind {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-ind-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-ind-hero-body {
    line-height: 1.75;
}
.jo-ind-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-ind-row + .jo-ind-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
}
.jo-ind-row--reverse {
    direction: rtl;
}
.jo-ind-row--reverse > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-ind-row, .jo-ind-row--reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-ind-row-heading {
    font-family: 'Mulish', system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    letter-spacing: -0.01em;
    margin-bottom: .75rem;
}
.jo-ind-row p {
    font-size: .95rem;
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-ind-row p:last-child {
    margin-bottom: 0;
}
.jo-ind-row strong {
    font-weight: 700;
    color: #1a1a1a;
}
.jo-ind-row-list {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-ind-row-list li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-ind-row-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-ind-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-ind-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-truck {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-truck-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-truck-hero-body {
    font-size: .95rem;
    line-height: 1.75;
}
.jo-truck-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-truck-row + .jo-truck-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-truck-row--flip {
    direction: rtl;
}
.jo-truck-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-truck-row, .jo-truck-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-truck-row p {
    font-size: .95rem;
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-truck-row p:last-child {
    margin-bottom: 0;
}
.jo-truck-row strong {
    font-weight: 700;
    color: #1a1a1a;
}
.jo-truck-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-truck-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-truck-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-truck-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-truck-row-link {
    color: #060647;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-truck-row-link:hover {
    border-bottom-color: #060647;
    color: #060647;
}
.jo-truck-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-truck-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-truck-row-btn::after {
    content: '\2192';
}
.jo-industry {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-industry-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-industry-hero-body {
    line-height: 1.75;
}
.jo-industry-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-industry-row + .jo-industry-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-industry-row--flip {
    direction: rtl;
}
.jo-industry-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-industry-row, .jo-industry-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-industry-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-industry-row p:last-child {
    margin-bottom: 0;
}
.jo-industry-row strong {
    font-weight: 700;
    color: #1a1a1a;
}
.jo-industry-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-industry-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-industry-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-industry-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-industry-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-industry-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-industry-row-btn::after {
    content: '\2192';
}
.jo-wind {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-wind-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-wind-hero-body {
    font-size: .95rem;
    line-height: 1.75;
}
.jo-wind-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-wind-row + .jo-wind-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-wind-row--flip {
    direction: rtl;
}
.jo-wind-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-wind-row, .jo-wind-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-wind-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-wind-row p:last-child {
    margin-bottom: 0;
}
.jo-wind-row strong {
    font-weight: 700;
    color: #1a1a1a;
}
.jo-wind-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-wind-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    font-size: .9rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-wind-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-wind-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-wind-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-wind-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-marine {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-marine-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-marine-hero-body {
    line-height: 1.75;
}
.jo-marine-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-marine-row + .jo-marine-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-marine-row--flip {
    direction: rtl;
}
.jo-marine-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-marine-row, .jo-marine-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-marine-row p {
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: .65rem;
}
.jo-marine-row p:last-child {
    margin-bottom: 0;
}
.jo-marine-row strong {
    font-weight: 700;
    color: #1a1a1a;
}
.jo-marine-row-sub {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    padding-left: .6rem;
    border-left: 3px solid #060647;
}
.jo-marine-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-marine-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-marine-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-marine-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-marine-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-marine-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-marine-row-btn::after {
    content: '\2192';
}
.jo-wind-row-btn::after {
    content: '\2192';
}
.jo-agri {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-agri-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-agri-hero-body {
    line-height: 1.75;
}
.jo-agri-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-agri-row + .jo-agri-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-agri-row--flip {
    direction: rtl;
}
.jo-agri-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-agri-row, .jo-agri-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-agri-row p {
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: .65rem;
}
.jo-agri-row p:last-child {
    margin-bottom: 0;
}
.jo-agri-row strong {
    font-weight: 700;
    color: #1a1a1a;
}
.jo-agri-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-agri-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-agri-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-agri-row-link {
    color: #060647;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-agri-row-label {
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: .4rem;
}
.jo-agri-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-agri-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-agri-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-agri-row-btn::after {
    content: '\2192';
}
.jo-constr {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-constr-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    color: #727272;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-constr-hero-body {
    font-size: .95rem;
    line-height: 1.75;
    color: #4a4a4a;
}
.jo-constr-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.jo-constr-row + .jo-constr-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-constr-row--flip {
    direction: rtl;
}
.jo-constr-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-constr-row, .jo-constr-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-constr-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-constr-row p:last-child {
    margin-bottom: 0;
}
.jo-constr-row strong {
    font-weight: 700;
}
.jo-constr-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-constr-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: .35rem;
}
.jo-constr-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-constr-row-link {
    color: #060647;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-constr-row-link:hover {
    border-bottom-color: #060647;
    color: #060647;
}
.jo-constr-row-label {
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: .4rem;
}
.jo-constr-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-constr-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-constr-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-constr-row-btn::after {
    content: '\2192';
}
.jo-consult {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-consult-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-consult-hero-body {
    line-height: 1.75;
}
.jo-consult-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
@media (max-width: 840px) {
    .jo-consult-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-consult-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-consult-row p:last-child {
    margin-bottom: 0;
}
.jo-consult-row strong {
    font-weight: 700;
}
.jo-consult-row-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
    font-size: .95rem;
}
.jo-consult-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-consult-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-consult-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-consult-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-consult-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-consult-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-consult-row-btn::after {
    content: '\2192';
}
.jo-hyd {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-hyd-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-hyd-hero-body {
    line-height: 1.75;
}
.jo-hyd-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
@media (max-width: 840px) {
    .jo-hyd-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-hyd-content p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-hyd-content p:last-child {
    margin-bottom: 0;
}
.jo-hyd-content strong {
    font-weight: 700;
}
.jo-hyd-content-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-hyd-content-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-hyd-content-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-hyd-content-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-hyd-content-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-hyd-content-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-hyd-content-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-hyd-content-btn::after {
    content: '\2192';
}
.jo-hyd-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 660px) {
    .jo-hyd-features {
        grid-template-columns: 1fr;
    }
}
.jo-hyd-feature {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-hyd-feature h2 {
    margin: 0;
}
.jo-hyd-feature a {
    text-decoration: none;
}
.jo-hyd-feature:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
.jo-hyd-feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-hyd-feature-icon svg {
    width: 20px;
    height: 20px;
}
.jo-hyd-feature-title {
    font-weight: 700;
    margin-bottom: .3rem;
}
.jo-hyd-feature-link {
    border-bottom: 1px solid transparent;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-hyd-feature-desc {
    line-height: 1.65;
}
.jo-optim {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-optim-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-optim-hero-body {
    line-height: 1.75;
}
.jo-optim-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
@media (max-width: 840px) {
    .jo-optim-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-optim-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-optim-row p:last-child {
    margin-bottom: 0;
}
.jo-optim-row strong {
    font-weight: 700;
}
.jo-optim-row-sub {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    padding-left: .6rem;
    border-left: 3px solid #060647;
}
.jo-optim-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-optim-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-optim-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-optim-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-optim-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-optim-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-optim-row-btn::after {
    content: '\2192';
}
.jo-optim-energy {
    margin-bottom: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
.jo-optim-energy p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-optim-tips {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 660px) {
    .jo-optim-tips {
        grid-template-columns: 1fr;
    }
}
.jo-optim-tip {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-optim-tip:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
.jo-optim-tip-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-optim-tip-icon svg {
    width: 20px;
    height: 20px;
}
.jo-optim-tip-title {
    font-weight: 700;
    margin: 0 0 5px 0;
}
.jo-optim-tip-desc {
    line-height: 1.65;
    padding: 0;
    margin: 0;
}
.jo-optim-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 840px) {
    .jo-optim-cta {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-optim-cta p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-lube {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-lube-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-lube-hero-body {
    line-height: 1.75;
}
.jo-lube-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
@media (max-width: 840px) {
    .jo-lube-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-lube-content p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-lube-content p:last-child {
    margin-bottom: 0;
}
.jo-lube-content strong {
    font-weight: 700;
}
.jo-lube-content-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-lube-content-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-lube-content-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-lube-content-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-lube-content-sub {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    padding-left: .6rem;
    border-left: 3px solid #060647;
}
.jo-lube-content-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-lube-content-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-lube-content-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(46 83 200 / 30%);
    color: #ffffff;
}
.jo-lube-content-btn::after {
    content: '\2192';
}
.jo-lube-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 660px) {
    .jo-lube-features {
        grid-template-columns: 1fr;
    }
}
.jo-lube-feat {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-lube-feat:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
.jo-lube-feat-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-lube-feat-icon svg {
    width: 20px;
    height: 20px;
}
.jo-lube-feat-title {
    font-weight: 700;
    margin: 0 0 5px 0;
}
.jo-lube-feat-desc {
    line-height: 1.65;
    margin: 0;
}
.jo-concept {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-concept-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-concept-hero-body {
    line-height: 1.75;
}
.jo-concept-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
@media (max-width: 840px) {
    .jo-concept-intro {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-concept-intro p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-concept-intro-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-concept-intro-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: .75rem;
}
.jo-concept-intro-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 53, 46, .3);
    color: #ffffff;
}
.jo-concept-intro-btn::after {
    content: '\2192';
}
.jo-concept-section-title {
    font-weight: 800;
    font-size: clamp(1.3rem, 2.5vw, 1.65rem);
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}
.jo-concept-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 580px) {
    .jo-concept-cards {
        grid-template-columns: 1fr;
    }
}
.jo-concept-card {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding: 1.35rem 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    text-decoration: none;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}
.jo-concept-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}
.jo-concept-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-concept-card-icon svg {
    width: 20px;
    height: 20px;
}
.jo-concept-card-title {
    font-weight: 700;
    margin: 0 0 5px 0;
}
.jo-concept-card-link {
    text-decoration: none;
    transition: color .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-concept-card-desc {
    line-height: 1.65;
    margin: 0;
}
.jo-concept-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding-top: 3rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 840px) {
    .jo-concept-detail {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-concept-detail p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-concept-detail-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-concept-detail-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-concept-detail-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-concept-detail-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-qcheck {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-qcheck-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-qcheck-hero-body {
    line-height: 1.75;
}
.jo-qcheck-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
@media (max-width: 840px) {
    .jo-qcheck-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-qcheck-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-qcheck-row p:last-child {
    margin-bottom: 0;
}
.jo-qcheck-row strong {
    font-weight: 700;
}
.jo-qcheck-row-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-qcheck-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-qcheck-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-qcheck-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-qcheck-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-qcheck-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-qcheck-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 53, 46, .3);
    color: #ffffff;
}
.jo-qcheck-row-btn::after {
    content: '\2192';
}
.jo-maint {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-maint-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-maint-hero-body {
    line-height: 1.75;
}
.jo-maint-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
.jo-maint-row + .jo-maint-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-maint-row--flip {
    direction: rtl;
}
.jo-maint-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-maint-row, .jo-maint-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-maint-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-maint-row p:last-child {
    margin-bottom: 0;
}
.jo-maint-row strong {
    font-weight: 700;
}
.jo-maint-row-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-maint-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-maint-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .75rem;
}
.jo-maint-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-maint-row-bullets li strong {
    display: block;
    color: #1a1a1a;
    margin-bottom: .15rem;
}
.jo-maint-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-maint-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-maint-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 53, 46, .3);
    color: #ffffff;
}
.jo-maint-row-btn::after {
    content: '\2192';
}
.jo-hose {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-hose-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-hose-hero-body {
    line-height: 1.75;
}
.jo-hose-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
}
.jo-hose-row + .jo-hose-row {
    padding-top: 3.5rem;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}
.jo-hose-row--flip {
    direction: rtl;
}
.jo-hose-row--flip > * {
    direction: ltr;
}
@media (max-width: 840px) {
    .jo-hose-row, .jo-hose-row--flip {
        grid-template-columns: 1fr;
        gap: 2rem;
        direction: ltr;
    }
}
.jo-hose-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-hose-row p:last-child {
    margin-bottom: 0;
}
.jo-hose-row strong {
    font-weight: 700;
}
.jo-hose-row-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-hose-row-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-hose-row-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-hose-row-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-hose-row-sub {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    padding-left: .6rem;
    border-left: 3px solid #060647;
}
.jo-hose-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-hose-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-hose-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 53, 46, .3);
    color: #ffffff;
}
.jo-hose-row-btn::after {
    content: '\2192';
}
.jo-course {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-course-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-course-hero-body {
    line-height: 1.75;
    color: #4a4a4a;
}
.jo-course-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
@media (max-width: 840px) {
    .jo-course-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-course-row p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-course-row p:last-child {
    margin-bottom: 0;
}
.jo-course-row strong {
    font-weight: 700;
}
.jo-course-row-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-course-row-links {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-course-row-links li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-course-row-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-course-row-links a {
    color: #060647;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-course-row-links a:hover {
    border-bottom-color: #060647;
}
.jo-course-row-img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    position: sticky;
    top: 2rem;
}
.jo-course-row-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    background: #060647;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    margin-top: 1rem;
}
.jo-course-row-btn:hover {
    background: #060647;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 53, 46, .3);
    color: #ffffff;
}
.jo-course-row-btn::after {
    content: '\2192';
}
.jo-basic {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-basic-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-basic-hero-body {
    line-height: 1.75;
}
.jo-basic-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}
@media (max-width: 660px) {
    .jo-basic-facts {
        grid-template-columns: 1fr;
    }
}
.jo-basic-fact {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}
.jo-basic-fact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-basic-fact-icon svg {
    width: 20px;
    height: 20px;
}
.jo-basic-fact-title {
    font-weight: 700;
}
.jo-basic-fact-meta {}
.jo-basic-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 840px) {
    .jo-basic-about {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-basic-about p {
    font-size: .95rem;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: .65rem;
}
.jo-basic-about-label {
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 1rem;
    margin-bottom: .4rem;
    font-size: .95rem;
}
.jo-basic-about-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-basic-about-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-basic-about-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-basic-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 700px) {
    .jo-basic-gallery {
        grid-template-columns: 1fr;
    }
}
.jo-basic-quote {
    padding: 1.75rem;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jo-basic-quote-icon {
    color: #f9f9f9;
    margin-bottom: .75rem;
}
.jo-basic-quote-icon svg {
    width: 24px;
    height: 21px;
}
.jo-basic-quote-text {
    line-height: 1.75;
    margin-bottom: .75rem;
}
.jo-basic-quote-source {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.jo-basic-quote-source-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f9f9f9;
    color: #060647;
}
.jo-basic-quote-source-icon svg {
    width: 14px;
    height: 14px;
}
.jo-basic-gallery-img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-basic-about-title {
    margin: 0 0 5px 0;
    padding: 0;
}
.jo-adv-about-title {
    margin: 0;
    padding: 0;
}
.jo-adv {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-adv-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-adv-hero-body {
    line-height: 1.75;
}
.jo-adv-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}
@media (max-width: 660px) {
    .jo-adv-facts {
        grid-template-columns: 1fr;
    }
}
.jo-adv-fact {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}
.jo-adv-fact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-adv-fact-icon svg {
    width: 20px;
    height: 20px;
}
.jo-adv-fact-title {
    font-weight: 700;
}
.jo-adv-fact-meta {}
.jo-adv-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 840px) {
    .jo-adv-about {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-adv-about p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-adv-about-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-adv-about-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 0;
}
.jo-adv-about-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-adv-about-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-eng {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-eng-hero-body {
    line-height: 1.75;
    margin-top: 1.25rem;
}
.jo-eng-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}
@media (max-width: 660px) {
    .jo-eng-facts {
        grid-template-columns: 1fr;
    }
}
.jo-eng-fact {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}
.jo-eng-fact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-eng-about-title {
    margin: 0;
    padding: 0;
}
.jo-eng-fact-icon svg {
    width: 20px;
    height: 20px;
}
.jo-eng-fact-title {
    font-weight: 700;
}
.jo-eng-fact-meta {}
.jo-eng-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 3.5rem;
}
@media (max-width: 840px) {
    .jo-eng-about {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
.jo-eng-about p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-eng-about-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-eng-about-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 0;
}
.jo-eng-about-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-eng-about-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-eng-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 700px) {
    .jo-eng-gallery {
        grid-template-columns: 1fr;
    }
}
.jo-eng-quote {
    padding: 1.75rem;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jo-eng-quote-icon {
    color: #fdf0ef;
    margin-bottom: .75rem;
}
.jo-eng-quote-icon svg {
    width: 24px;
    height: 21px;
}
.jo-eng-quote-text {
    line-height: 1.75;
    margin-bottom: .75rem;
}
.jo-eng-quote-source {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.jo-eng-quote-source-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f9f9f9;
    color: #060647;
}
.jo-eng-quote-source-icon svg {
    width: 14px;
    height: 14px;
}
.jo-eng-gallery-img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.jo-clube {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.jo-clube-hero-sub {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.jo-clube-hero-body {
    line-height: 1.75;
}
.jo-clube-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3rem;
}
.jo-clube-about-title {
    margin: 0;
    padding: 0;
}
@media (max-width: 660px) {
    .jo-clube-facts {
        grid-template-columns: 1fr;
    }
}
.jo-clube-fact {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}
.jo-clube-fact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    color: #060647;
}
.jo-clube-fact-icon svg {
    width: 20px;
    height: 20px;
}

.jo-clube-fact-meta {
}
.jo-clube-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e2e2;
}
@media (max-width: 840px) {
    .jo-clube-about {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.jo-clube-about p {
    line-height: 1.75;
    margin-bottom: .65rem;
}
.jo-clube-about-label {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .4rem;
}
.jo-clube-about-bullets {
    list-style: none;
    padding: 0;
    margin: .5rem 0 1rem;
}
.jo-clube-about-bullets li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.75;
    margin-bottom: .35rem;
}
.jo-clube-about-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060647;
}
.jo-clube-details {
    margin-top: 1rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    line-height: 1.85;
}
.jo-clube-details strong {
    font-weight: 700;
}
.jo-clube-details-link {
    color: #060647;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-color .25s cubic-bezier(.4, 0, .2, 1);
}
.jo-clube-details-link:hover {
    border-bottom-color: #060647;
}
.jo-clube-details-note {
    display: inline;
    font-weight: 600;
    color: #060647;
}
@media (min-width: 760px) {
    .topmenu-sub > li > ul {
        position: relative;
        transform: none;
        opacity: 1;
        top: auto;
        border: none;
        padding: 0 0 0 10px;
        font-size: 12px;
        color: #676767;
    }
}

