h2.hdg-l2-11 {
    color: var(--expart-blue);
    position: relative;
    padding-bottom: 10px;
    font-size: 3.4rem;
}
h3.hdg-l3-11 {
    color: var(--sharpest-red);
    position: relative;
    padding-bottom: 15px;
    font-size: 2.4rem;
}
h2.hdg-l2-12 {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    font-size: 3.4rem;
    margin-top: 60px;
}
.contact h2.hdg-l2-12 {
    margin-top: 0;
}
p.text-align-center {
    font-size: 2rem;
}
.red {
    color: var(--sharpest-red);
}
.blue {
    color: var(--expart-blue);
}

.contact--small {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact--small h2 {
    margin-bottom: 20px;
}
.contact__padding {
    background: #fff;
    width: 100%;
    padding: 30px 0;
}

.section {
    padding: 30px 0 90px;
}
.section--contact {
    background-color: #eee;
}
.section--lab {
    background: #444;
    color: #fff;
}
.section--lab a {
    z-index: 1;
    position: relative;
    color: #fff;
}

.section__header {
    margin-bottom: 60px;
}
.section--space {
    height: 30px;
}

.comparison {
    margin: 40px auto 180px;
}

.comparison .grid__col .icon {
    content: "";
    margin: 0 auto;
    width: 90px;
    height: 90px;

    border-radius: 45px;
    margin-bottom: 20px;
}
.comparison__before .grid__col .icon {
    background: var(--sharpest-red);
}
.comparison__after .grid__col .icon {
    background: var(--expart-blue);
}
.comparison .grid__col p {
    text-align: center;
}
.comparison .grid__col strong {
    font-size: 2.4rem;
}
.comparison__before .grid__col strong {
    color: var(--sharpest-red);
}
.comparison__after .grid__col strong {
    color: var(--expart-blue);
}
.comparison .grid .grid__col .icon img {
    position: relative;
    top: 25px;
    left: 25px;
}
.comparison:after {
    content: "";
    width: 60px;
    height: 60px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    position: absolute;
    transform: rotate(135deg);
    left: 50%;
    margin-top: 25px;
    margin-left: -25px;
    z-index: 1;
}
.copy {
    font-size: 2.8rem;
    line-height: 7.5rem;
    font-weight: 700;
    text-align: center;
    margin: 240px auto 160px;
}

.what-is__outer {
    background: url(/sites/default/files/2026-04/bg-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.what-is__outer:before {
    content: "";
    width: 100%;
    height: 1368px;
    position: absolute;
    display: block;
    background-color: rgb(14 45 96 / 30%);
    margin-top: -100px;
    left: 0;
}
.what-is__inner {
    text-align: center;
    background: #ffffffdd;
    padding: 30px 0 100px;
    position: relative;
    z-index: 10;
}

.what-is__inner .keyword {
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
}
.what-is__inner .keyword .larger {
    font-size: 4.2rem;
}
.what-is__inner .cross {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.what-is__inner .cross div {
    width: 330px;
    height: 220px;
}
.what-is__inner .cross .crossmark {
    width: 100px;
    position: relative;
}
.what-is__inner .cross .crossmark::before,
.what-is__inner .cross .crossmark::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 3px solid #444;
    left: 0;
    top: 100px;
}
.what-is__inner .cross .crossmark::before {
    transform: translateY(-50%) rotate(45deg);
}
.what-is__inner .cross .crossmark::after {
    transform: translateY(-50%) rotate(-45deg);
}

.what-is__inner .slider__inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    overflow: hidden;
    width: 200%;
    margin: 30px auto 60px;
    height: 47px;
}

.what-is__inner .slider__inner .slider {
    padding: 8px 24px 8px 18px;
    border: 2px var(--expart-blue) solid;
    border-radius: 30px;
    background: #fff;
}
.what-is__inner .slider__inner .slider img {
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.flow__outer {
    margin: 60px 0;
}
.flow__outer .flow__child {
    background: #fff;
    margin-bottom: 30px;
    padding: 16px;
}

.flow__outer .flow__child .number {
    position: absolute;
    width: 52px;
    height: 50px;
    background: var(--expart-blue);
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.flow__outer .flow__child .number::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 30px;
    background: linear-gradient(125deg, rgba(230, 0, 18, 1) 30%, rgba(128, 0, 10, 1) 60%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.flow__outer .flow__child h3 {
    margin: 4px auto 20px 65px;
}

.flow__outer .flow__child p {
    font-size: 2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.flow__outer .flow__child ul {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 0;
}
.flow__outer .flow__child ul li {
    margin-top: 0;
}

/* QA */
.list-qa__term {
  padding-top: 9px;  
  padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

dl.list-qa .list-qa__desc {
    background: #f7f7f7;
}
.list-qa__term + .list-qa__desc {
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .list-qa__desc {
        padding: 15px;
    }
}
.list-qa__txt-q {
    max-width: 1150px;
}

dl.list-qa .list-qa__content-a {
    flex: 1;
    color: #333;
    line-height: 1.7;
}
dl.list-qa .list-qa__content-a > *:first-child {
    margin-top: 0;
}
dl.list-qa .list-qa__content-a > *:last-child {
    margin-bottom: 0;
}

dl.list-qa .list-qa__term.is-toggle::after {
    content: "";
    position: relative;
    top: 50%;
    right: 11px;
    width: 24px;
    height: 24px;
    background-image: linear-gradient(#777, #777), linear-gradient(#777, #777);
    background-size:
        24px 2px,
        2px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}

dl.list-qa .list-qa__term.is-toggle.is-open::after {
    background-size:
        24px 2px,
        0 0;
}

@media only screen and (max-width: 1230px) {
    .what-is__outer {
        padding: 0 !important;
    }
    .what-is__outer:before {
        content: none;
    }
}
@media only screen and (max-width: 767px) {
    h2.hdg-l2-11 {
        font-size: 2rem;
    }
    h3.hdg-l3-11 {
        font-size: 2rem;
    }
    h2.hdg-l2-2,
    h2.hdg-l2-12 {
        font-size: 2.4rem;
    }
    p.text-align-center {
        font-size: 1.8rem;
    }
    .contact--small {
        margin-top: 30px;
    }
    .comparison {
        margin-bottom: 120px;
    }
    .comparison:after {
        margin-top: -10px;
    }
    .comparison .grid__col {
        margin-bottom: 30px;
    }

    .what-is__inner {
        padding-bottom: 60px;
    }
    .what-is__inner .keyword {
        font-size: 2.4rem;
    }
    .what-is__inner .hdg-l3-02 {
        font-size: 2rem;
    }

    .what-is__inner .slider__inner .slider {
        padding-top: 10px;
    }
    .what-is__inner .cross div {
        height: 180px;
    }
    .copy {
        font-size: 2.4rem;
        line-height: 6rem;
        margin: 120px auto 80px;
    }
    .flow__outer .flow__child p {
        font-size: 1.6rem;
    }
    .flow__outer .flow__child ul {
        flex-direction: column;
        gap: 5px;
    }
    .list-qa__txt-q {
        max-width: 80% !important;
        margin-right: 5px;
    }
    dl.list-qa .list-qa__term.is-toggle::after {
        top: 6px !important;
        right: 0 !important;
    }
    dl.list-qa .list-qa__desc {
        padding: 10px;
    }
    .flow__outer {
        margin: 30px 0;
    }
    .section {
        padding-bottom: 60px;
    }
    .section h2.hdg-l2-12 {
        margin-top: 30px;
    }
    .btn-link.btn-link--contact-02 {
        margin-top: 0;
    }
}
