.contentStyle {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.65;
    word-break: break-word;
}

.contentStyle,
.contentStyle * {
    box-sizing: border-box;
}

.contentStyle h1,
.contentStyle h2,
.contentStyle p,
.contentStyle ul,
.contentStyle table {
    margin-top: 0;
}

.contentStyle h1 {
    margin-bottom: 40px;
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.contentStyle-section {
    margin-bottom: 40px;
}

.contentStyle-section:last-child {
    margin-bottom: 0;
}

.contentStyle h2 {
    margin-bottom: 20px;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.contentStyle p {
    margin-bottom: 14px;
}

.contentStyle p:last-child {
    margin-bottom: 0;
}

.contentStyle strong {
    color: #1f1f1f;
    font-weight: 700;
}

.contentStyle ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.contentStyle ul:last-child {
    margin-bottom: 0;
}

.contentStyle li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.contentStyle li:last-child {
    margin-bottom: 0;
}

.contentStyle li::marker {
    color: #777;
}

.contentStyle a {
    color: #1565c0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.contentStyle a:hover {
    opacity: 0.7;
}

.contentStyle-tableWrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #dedede;
    border-radius: 8px;
    margin-bottom:20px;
}

.contentStyle-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background-color: #fff;
}

.contentStyle-table th,
.contentStyle-table td {
    padding: 18px 20px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    vertical-align: top;
}

.contentStyle-table th:last-child,
.contentStyle-table td:last-child {
    border-right: 0;
}

.contentStyle-table tr:last-child th,
.contentStyle-table tr:last-child td {
    border-bottom: 0;
}

.contentStyle-table th {
    width: 30%;
    background-color: #f5f5f5;
    color: #1f1f1f;
    font-weight: 700;
}

.contentStyle-table ul {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .contentStyle {
        font-size: 15px;
        line-height: 1.6;
    }

    .contentStyle h1 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .contentStyle-section {
        margin-bottom: 30px;
    }

    .contentStyle h2 {
        margin-bottom: 16px;
        font-size: 21px;
    }

    .contentStyle ul {
        padding-left: 20px;
    }

    .contentStyle-tableWrap {
        border-radius: 6px;
    }

    .contentStyle-table th,
    .contentStyle-table td {
        padding: 14px 16px;
    }
}

@media (max-width: 480px) {
    .contentStyle h1 {
        font-size: 24px;
    }

    .contentStyle h2 {
        font-size: 19px;
    }

    .contentStyle-table {
        min-width: 600px;
    }
}
.default__checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.hero-form form {
    flex-wrap:wrap;
    width: 100%;
}
.hero-form__form {
    display: flex;
    gap: 15px;
    width: 100%;
}
.default__checkboxInput {
        flex-shrink: 0;
    width: 16px !important;
    height: 16px;
    margin: 2px 0 0 0;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .3s ease, border-color .3s ease;
}
.default__checkboxInput:checked {
    background-color: #004c9e;
    border-color: #004c9e;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4.5 7.5L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.default_checkboxLabel {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -.42px;
    color: #212121;
    cursor: pointer;
    max-width: 280px;
}
.default_checkboxLabel a {
    color:#000;
    text-decoration: underline;
}
.modal .default__checkbox,
.contactForm .default__checkbox {
    margin-top:15px;
}
.formSales form,
.formSales2 form {
    flex-wrap:wrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.formSales__form {
    display:flex;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
}
.formSales .default__checkbox {
    margin-left: 0;
    margin-right: 0;
    margin-top:15px;
}
.formSales2-form .default__checkbox {
    margin-top:15px;
}
.formSales .default_checkboxLabel,
.formSales .default_checkboxLabel a {
    color:#fff;
}

@media screen and (max-width: 575px) {
    .hero-form__form {
        display:block;
        margin-bottom:15px;
    }
    .formSales__form {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: block;
    }
}