.c-contentbasedop.category-title {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    color: #222222;
}
.c-contentbasedop.pop-heading {
    margin-top: 96px;
}
.c-contentbasedop.pop-heading,
.c-contentbasedop.pop-heading p,
.pop-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}
@media (max-width: 1023px) {
    .c-contentbasedop.pop-heading {
        margin-top: 64px;
    }
    .c-contentbasedop.pop-heading,
    .c-contentbasedop.pop-heading p,
    .pop-heading {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
}
.section-heading-32 {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222;
}
@media (max-width: 1023px) {
    .section-heading-32 {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
}
.section-heading-sp32 {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #222;
}
@media (max-width: 1023px) {
    .section-heading-sp32 {
        font-size: 24px;
        letter-spacing: 1.28px;
    }
}
.feature-comparison-heading-txt {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #222222;
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .feature-comparison-heading-txt {
        font-size: 24px;
        letter-spacing: 1.28px;
    }
}
.feature-comparison-description-txt {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .feature-comparison-description-txt {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .feature-comparison-description {
        margin-top: 16px !important;
    }
}
.section-heading-center {
    font-family: var(--font-family-bold);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222;
    text-align: center;
}
.section-subheading {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222;
}
@media (max-width: 1023px) {
    .section-subheading {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}
.section-text {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222;
}
@media (max-width: 1023px) {
    .section-text {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}
.contact-card-inner {
    border: 1px solid #000;
    background: #fff;
    padding: 48px;
}
@media (max-width: 1023px) {
    .contact-card-inner {
        padding: 16px;
    }
}
.contact-maker {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222;
    margin-bottom: 16px;
}
@media (max-width: 1023px) {
    .contact-maker {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}
.contact-section {
    margin-top: 16px;
}
@media (max-width: 1023px) {
    .contact-section {
        margin-top: 8px;
    }
}
.contact-label {
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222;
}
@media (max-width: 1023px) {
    .contact-label {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}
.contact-info,
.contact-link {
    font-family: var(--font-family-regular);
    font-size: 12px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.48px;
}
.contact-info {
    color: #222;
}
.contact-link a {
    color: #222;
    text-decoration: underline;
}
.contact-link a:hover {
    color: #000000;
    background-color: #f4f4f4;
}
.button-center {
    text-align: center;
}
.button-standard {
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    padding: 20px 16px;
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #000;
    text-align: center;
    text-decoration: none !important;
    min-width: 592px;
}
@media (max-width: 1023px) {
    .button-standard {
        min-width: auto;
        width: 100%;
    }
}
.button-standard:hover {
    background: #f5f5f5;
    color: #000 !important;
    text-decoration: none !important;
}
@media (max-width: 1023px) {
    .c-presentationdop.sp-margin-top-16,
    .c-contentbasedop.sp-margin-top-16 {
        margin-top: 16px !important;
    }
    .sp-margin-top-48 {
        margin-top: 48px !important;
    }
    .sp-margin-top-24 {
        margin-top: 24px !important;
    }
    .sp-margin-top-0 {
        margin-top: 0px !important;
    }
    .c-contentbasedop.sp-no-side-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.c-tabledop {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    table-layout: fixed !important;
}
.c-tabledop th,
.c-tabledop td {
    border-right: none !important;
    border-left: none !important;
    width: auto !important;
}
.c-tabledop tbody th:first-child {
    background-color: transparent !important;
    padding: 12px 8px !important;
}
.c-tabledop thead th {
    padding: 12px 8px !important;
}
.c-tabledop tbody td {
    padding: 16px 8px 17px !important;
}
.c-tabledop .p-btndop {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    width: 100% !important;
    max-width: 184px !important;
}
@media (max-width: 1023px) {
    .c-tabledop-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .c-tabledop {
        min-width: 800px;
        table-layout: auto !important;
    }
    .p-btndop {
        min-height: auto !important;
    }
    .back-button-wrapper .p-btndop {
        font-size: 16px !important;
        text-decoration: none !important;
    }
}
.note-link {
    text-decoration: underline;
    color: #666;
}
.note-link:hover {
    color: #000000;
    background-color: #f4f4f4;
}
.table-notes-spacing {
    margin-top: 48px;
}
@media (max-width: 1023px) {
    .table-notes-spacing {
        margin-top: 32px;
    }
}
.mt-0 {
    margin-top: 0;
}
.mt-8 {
    margin-top: 8px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-96 {
    margin-top: 96px;
}
.mb-96 {
    margin-bottom: 96px;
}
.img-full-width {
    width: 100%;
    height: auto;
}
.back-button-wrapper {
    margin-bottom: 96px;
}
@media (min-width: 1024px) {
    .back-button-wrapper .p-btndop {
        max-width: 592px;
    }
}
@media (max-width: 1023px) {
    .back-button-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
    .back-button-wrapper .p-btndop {
        width: 100% !important;
        font-size: 16px !important;
        text-decoration: none !important;
    }
}
