/* Sections */

/* .cco_pb_section_0 - in use */

/**
 * Rows
 * -----------------------
 */

.cco_pb_row_0 {
    display: inline-flex;
    gap: 6px;
    max-width: 100% !important;
    background: rgb(249, 247, 242);
    padding: 6px !important;
    border-radius: 14px;
    border: 1px solid rgb(232, 228, 220);
    margin: 0px;
}
.cco_pb_row_0::after {
    display: none;
}
body #page-container .cco_pb_row_0 {
    width: auto !important;
}
body #page-container .cco_pb_row_0 .et_pb_column {
    width: auto !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
  body #page-container .cco_pb_row_0 {
    flex-direction: column;
    width: 100% !important;
  }
}

/* ----------------------- */

.cco_pb_row_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.cco_pb_row_1::after {
    display: none;
}
body #page-container .cco_pb_row_1 .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
  .cco_pb_row_1 {
    grid-template-columns: 1fr;
  }
}

/* ----------------------- */

.cco_pb_row_2 {
    background: rgb(249, 247, 242);
    border-radius: 20px;
    padding: 36px 40px !important;
    border: 1px solid rgb(232, 228, 220);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}
.cco_pb_row_2::after {
    display: none;
}
body #page-container .cco_pb_row_2 .et_pb_column {
    width: auto !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
  .cco_pb_row_2 {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ----------------------- */

.cco_pb_row_3 {
    margin-bottom: 64px;
    background: rgb(249, 247, 242);
    border-radius: 20px;
    padding: 48px !important;
    border: 1px solid rgb(232, 228, 220);
}
@media (max-width: 767px) {
    .cco_pb_row_3 {
        padding: 40px 28px !important;
    }
}

/* ----------------------- */

.cco_pb_row_4 {
    background: rgb(28, 33, 40);
    border-radius: 20px;
    padding: 36px 40px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    overflow: hidden;
}
.cco_pb_row_4::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: linear-gradient(90deg, rgb(200, 150, 12), transparent);
}
.cco_pb_row_4::after {
    display: none;
}
body #page-container .cco_pb_row_4 .et_pb_column {
    width: auto !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
  .cco_pb_row_4 {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ----------------------- */

.cco_pb_row_5 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cco_pb_row_5::after {
    display: none !important;
}
body #page-container .cco_pb_row_5 .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
  .cco_pb_row_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cco_pb_row_5 {
    grid-template-columns: 1fr;
  }
}

/* ----------------------- */

.cco_pb_row_6 {
    display: flex !important;
    gap: 28px;
}
.cco_pb_row_6::after {
    display: none !important;
}
body #page-container .cco_pb_row_6 .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
    background: white;
    border-radius: 20px;
    border-width: 4px 1px 1px;
    border-style: solid;
    border-color: rgb(200, 150, 12) rgb(232, 228, 220) rgb(232, 228, 220);
    padding: 36px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
}
body #page-container .cco_pb_row_6 .et_pb_column:nth-child(2) {
    border-top-color: rgb(28, 33, 40);
}
@media (max-width: 980px) {
  .cco_pb_row_6 {
    flex-wrap: wrap;
  }
}

/* ----------------------- */

.cco_pb_row_7 {
    display: flex !important;
    gap: 20px;
}
.cco_pb_row_7::after {
    display: none !important;
}
body #page-container .cco_pb_row_7 .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
  .cco_pb_row_7 {
    flex-wrap: wrap;
  }
}

/* ----------------------- */

@media (max-width: 767px) {
    .et-db #et-boc .et-l .cco_pb_row_8 {
        width: 100% !important;
    }
}

/**
 * Buttons
 * -----------------------
 */

body #page-container .cco_pb_button_0 {
    width: 100%;
    padding: 10px 24px !important;
    border-radius: 10px;
    border-width: 0;
    border-color: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
    background: transparent;
    color: rgb(107, 114, 128);
}
body #page-container .cco_pb_button_0.active {
    background: rgb(200, 150, 12);
    color: white;
}

/* ----------------------- */

body #page-container .cco_pb_button_1 {
    padding: 13px 30px !important;
    font-size: 15px;
    border-radius: 8px;
    transition: 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/**
 * Texts
 * -----------------------
 */

.cco_pb_text_0 {
    background: rgb(249, 247, 242);
    border-radius: 20px;
    padding: 36px 28px 36px 100px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e4dc;
    border-image: initial;
    border-left: 4px solid #c8960c;
    position: relative;
    margin-bottom: 24px !important;
}
.cco_pb_text_0 .et_pb_text_inner {
    position: static;
}
.cco_pb_text_0 h3 {
    color: #1c2128;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}
.cco_pb_text_0 h3 .heading-number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: rgb(245, 237, 214);
    margin-bottom: 15px;
    display: block;
    position: absolute;
    left: 28px;
    top: 36px;

}

@media (max-width: 767px) {
    .cco_pb_text_0 {
        padding-left: 28px !important;
    }

    .cco_pb_text_0 h3 .heading-number {
        position: initial;
        display: inline-block;
        margin-right: 15px;
    }
}

.cco_pb_text_0 h3 .heading-number + br {
    display: none;
}
.cco_pb_text_0 p {
    color: #3d4551 !important;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 16px !important;
}
.cco_pb_text_0 p small {
    color: rgb(107, 114, 128);
    font-size: 12.5px;
    line-height: 1.6;
}
.cco_pb_text_0 p sup {
    color: rgb(200, 150, 12);
    font-size: 10px;
    font-weight: 800;
    line-height: inherit;
    bottom: .5em;
}
.cco_pb_text_0 h4 {
    color: rgb(28, 33, 40);
    font-family: 'Source Sans 3', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cco_pb_text_0 ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 240px));
    gap: 8px 20px;
}
.cco_pb_text_0.et_pb_text ul {
    padding-left: 0 !important;
}
.cco_pb_text_0 ul li {
    color: rgb(61, 69, 81);
    font-size: 14px;
    line-height: 1.5 !important;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 0 !important;
}
.cco_pb_text_0 ul li::before {
    content: '✓';
    color: rgb(200, 150, 12);
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}
@media (max-width: 767px) {
  .cco_pb_text_0 ul {
    grid-template-columns: 1fr;
  }
}

/* ----------------------- */

.cco_pb_text_1 h2 {
    color: #1C2128;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
}
.cco_pb_text_1 p {
    color: rgb(107, 114, 128);
    font-size: 16px;
    line-height: 1.85;
}

/* ----------------------- */

.cco_pb_text_2 {
    height: 100%;
    background: rgb(249, 247, 242);
    border-radius: 18px;
    padding: 32px 28px;
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: rgb(200, 150, 12) rgb(232, 228, 220) rgb(232, 228, 220);
    border-image: initial;
    display: flex;
    flex-direction: column;
}
.cco_pb_text_2 .badge {
    display: inline-block;
    background: rgb(200, 150, 12);
    color: white;
    border-radius: 8px;
    padding: 5px 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    align-self: flex-start;
}
.cco_pb_text_2 h3 {
    color: #1C2128;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.cco_pb_text_2 p {
    color: rgb(107, 114, 128);
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 18px !important;
}
.cco_pb_text_2 p:has(.badge) {
    padding-bottom: 14px !important;
}
.cco_pb_text_2 h4 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: rgb(200, 150, 12);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.cco_pb_text_2 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cco_pb_text_2.et_pb_text ul {
    padding-left: 0 !important;
}
.cco_pb_text_2 ul li {
    color: rgb(61, 69, 81);
    font-size: 14px;
    line-height: 1.5 !important;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-bottom: 0 !important;
}
.cco_pb_text_2 ul li::before {
    content: '✓';
    color: rgb(200, 150, 12);
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}

/* ----------------------- */

.cco_pb_text_3 h3 {
    color: #1C2128;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
}
.cco_pb_text_3 p {
    color: rgb(107, 114, 128);
    font-size: 15px;
    line-height: 1.7;
}

/* ----------------------- */

.cco_pb_text_4 {
    height: 100%;
    background: white;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid rgb(232, 228, 220);
}
.cco_pb_text_4_dark {
    background: rgb(249, 247, 242);
    border-width: 3px 1px 1px;
    border-color: rgb(200, 150, 12) rgb(232, 228, 220) rgb(232, 228, 220);
}
.cco_pb_text_4 h3 {
    color: #1C2128;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}
.cco_pb_text_4 h3 .heading-number {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    color: rgb(245, 237, 214);
    margin-bottom: 8px;
}
.cco_pb_text_4 p {
    color: rgb(107, 114, 128);
    font-size: 14px;
    line-height: 1.7;
}

/* ----------------------- */

.cco_pb_text_5 h2 {
    color: #1C2128;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 16px;
}

.cco_pb_text_5 p {
    color: rgb(107, 114, 128);
    font-size: 16px;
    line-height: 1.8;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------- */

.cco_pb_text_6 {
    background: white;
    border-radius: 16px;
    padding: 36px 40px;
    border: 1.5px solid rgb(232, 228, 220);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 20px;
}
.cco_pb_text_6 .top-icon {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.cco_pb_text_6 h3 {
    color: #1C2128;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
}
.cco_pb_text_6 p {
    color: rgb(107, 114, 128);
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 24px !important;
}
.cco_pb_text_6 a {
    padding: 13px 30px;
    font-size: 15px;
    border-radius: 8px;
    background: rgb(200, 150, 12);
    color: white;
    border: 2px solid transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    transition: background-color .2s, color .2s, outline 0s
}
.cco_pb_text_6 a:hover {
    background-color: rgb(166, 122, 10);
}
.cco_pb_text_6 a:active {
    background-color: #724601 !important;
    border-color: transparent !important;
    outline: 0;
}
.cco_pb_text_6 a:focus {
    border-color: #FDFDFD !important;
}
@media (max-width: 767px) {
    .cco_pb_text_6 {
        padding-left: 28px;
        padding-right: 28px;
    }
    .cco_pb_text_6 a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/* ----------------------- */

.cco_pb_text_7 {
    background: rgb(245, 237, 214);
    border-radius: 16px;
    padding: 24px 28px;
}
.cco_pb_text_7 p {
    color: rgb(28, 33, 40);
    font-size: 15px;
    line-height: 1.7;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.cco_pb_text_7 p .left-icon {
    font-size: 22px;
    flex-shrink: 0;
}

/* ----------------------- */

.cco_pb_text_8 h3 {
    color: white;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 6px;
}
.cco_pb_text_8 p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.7;
}

/* ----------------------- */

.cco_pb_text_9 .et_pb_text_inner {
    min-height: 48px;
    padding-left: 62px;
}
.cco_pb_text_9 .top-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgb(245, 237, 214);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.et_pb_column:nth-child(2n) .cco_pb_text_9 .top-icon {
    background: rgb(234, 235, 237);
}
.cco_pb_text_9 .badge {
    display: inline-block;
    background: rgb(200, 150, 12);
    color: white;
    border-radius: 999px;
    padding: 2px 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.04em;
}
.et_pb_column:nth-child(2n) .cco_pb_text_9 .badge {
    background: rgb(28, 33, 40);
}
.cco_pb_text_9 p:has(.badge) {
    display: flex;
    padding-bottom: 4px !important;
}
.cco_pb_text_9 h3 {
    color: #1C2128 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

/* ----------------------- */

.cco_pb_text_10 {
    background: white;
    border-radius: 20px;
    padding: 32px 26px;
    border: 1.5px solid rgb(232, 228, 220);
    text-align: center !important;
    cursor: pointer;
    height: 100%;
    transition: 0.15s;
}
.cco_pb_text_10.active {
    border-color: rgb(200, 150, 12);
    box-shadow: rgba(200, 150, 12, 0.15) 0px 8px 28px;
}
.cco_pb_text_10 .badge {
    display: inline-block;
    background: rgb(200, 150, 12);
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}
.cco_pb_text_10 h3 {
    color: #1C2128 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px;
}
.cco_pb_text_10 p {
    color: rgb(107, 114, 128);
    font-size: 14px;
    line-height: 1.7;
}
.cco_pb_text_10 p:has(.badge) {
    display: flex;
    justify-content: center;
    padding-bottom: 16px !important;
}

/* ----------------------- */

.cco_pb_text_11 p {
    color: rgb(107, 114, 128);
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 12px !important;
}
.cco_pb_text_11 ul {
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
    padding-left: 0;
}
.cco_pb_text_11 ul li {
    color: rgb(61, 69, 81);
    font-size: 14px;
    line-height: 1.6 !important;
    align-items: flex-start;
    padding-left: 20px;
    padding-bottom: 0 !important;
    position: relative;
}
.cco_pb_text_11 ul li::before {
    content: '✓';
    color: rgb(200, 150, 12);
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.et_pb_column:nth-child(2n) .cco_pb_text_11 ul li::before {
    color: rgb(28, 33, 40);
}

/* ----------------------- */

.cco_pb_text_12 h2,
.cco_pb_text_12 h3 {
    color: #1C2128 !important;
    line-height: 1.25 !important;
}
.cco_pb_text_12 h2:nth-last-child(n+2) {
    margin-bottom: 16px;
}
.cco_pb_text_12 h3:nth-last-child(n+2) {
    margin-bottom: 8px;
}
.cco_pb_text_12 p {
    color: rgb(107, 114, 128);
    font-size: 16px;
    line-height: 1.45;
    max-width: 640px;
    margin: 0px auto;
}

/* ----------------------- */

.cco_pb_text_13 table {
    font-family: "Plus Jakarta Sans", sans-serif;
    table-layout: fixed;
    background: white;
    border-radius: 20px;
    border: 1px solid rgb(232, 228, 220) !important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 24px;
    margin-bottom: 0 !important;
}
.cco_pb_text_13 table th,
.cco_pb_text_13 table td {
    padding: 18px 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e8e4dc;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
}
.cco_pb_text_13 table thead th {
    background: #1c2128;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: middle;
}
.cco_pb_text_13 table tbody td {
    color: #3d4551;
    background: #fff;
}
.cco_pb_text_13 table tbody td:first-child {
    color: #1c2128;
    font-weight: 700;
}
.cco_pb_text_13 table tbody tr:nth-child(even) td {
    background: #f9f7f2;
}
@media (max-width: 767px) {
    .cco_pb_text_13 table {
        display: block;
        overflow-x: auto;
        border-radius: 0;
        border-left: 0 !important;
        border-right: 0 !important;
        box-shadow: none;
    }
    .cco_pb_text_13 table th,
    .cco_pb_text_13 table td {
        min-width: 220px;
    }
    .cco_pb_text_13 table th:first-child,
    .cco_pb_text_13 table td:first-child {
        min-width: 300px;
    }
}

/* ----------------------- */

.cco_pb_text_14 table {
    color: #1c2128;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    background-color: #f9f7f2;
    border-radius: 16px;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e8e4dc !important;
    border-top: 3px solid #c8960c !important;
}
.cco_pb_text_14 table th {
    padding: 20px;
    background-color: #f5edd8;
    color: #c8960c;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 2.5em;
}
.cco_pb_text_14 table th:first-child {
    padding-left: 36px;
}
.cco_pb_text_14 table th:last-child {
    padding-right: 36px;
}
.cco_pb_text_14 table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e8e4dc;
}
.cco_pb_text_14 table td {
    padding: 20px;
    vertical-align: middle;
}
.cco_pb_text_14 table td:first-child {
    width: 100%;
    padding-left: 36px;
}
.cco_pb_text_14 table td:last-child {
    padding-right: 36px;
}
.cco_pb_text_14 table .exam-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-right: 12px;
}
.cco_pb_text_14 table .exam-price {
    width: 90px;

    font-size: 32px;
    font-weight: 800;
    line-height: 1;

    text-align: right;
    white-space: nowrap;
}
.cco_pb_text_14 table .exam-badge {
    display: inline-block;
    padding: 6px 10px;

    border-radius: 6px;

    background: #e9e6df;
    color: #68717b;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    vertical-align: middle;
}
.cco_pb_text_14 table .exam-badge--required {
    background: #f5ecd5;
    color: #c8960c;
}
@media (max-width: 767px) {
    .cco_pb_text_14 table .exam-price {
        font-size: 28px;
    }
}

/**
 * Tabs
 * -----------------------
 */

.et-db #et-boc .et-l .cco_pb_tabs_0 {
    border: 0;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tabs_controls {
    background-color: transparent;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tabs_controls:has(> :only-child) {
    display: none;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tabs_controls::after {
    display: none;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tabs_controls li {
    background-color: transparent;
    height: auto !important;
    border: 0;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tabs_controls li a {
    padding: 6px 16px;
    border-radius: 999px;
    border: 1.5px solid rgb(232, 228, 220);
    background-color: white;
    color: rgb(61, 69, 81);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 17px;
    transition: 0.15s;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tabs_controls .et_pb_tab_active a {
    color: white !important;
    background-color: rgb(200, 150, 12);
    border-color: rgb(200, 150, 12);
}
.et-db #et-boc .et-l .et_pb_column:nth-child(2n) .cco_pb_tabs_0 .et_pb_tabs_controls .et_pb_tab_active a {
    background-color: rgb(28, 33, 40);
    border-color: rgb(28, 33, 40);
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_all_tabs {
    background-color: transparent;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab {
    padding: 0;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab p {
    color: rgb(107, 114, 128);
    font-size: 14px;
    line-height: 1.7;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab p:nth-last-child(n+2) {
    padding-bottom: 12px !important;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
    padding-left: 0;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab ul:nth-last-child(n+2) {
    padding-bottom: 20px !important;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab ul li {
    color: rgb(61, 69, 81);
    font-size: 14px;
    line-height: 1.6;
    align-items: flex-start;
    padding-left: 20px;
    padding-bottom: 0;
    position: relative;
}
.et-db #et-boc .et-l .cco_pb_tabs_0 .et_pb_tab ul li::before {
    content: '✓';
    color: rgb(200, 150, 12);
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.et-db #et-boc .et-l .et_pb_column:nth-child(2n) .cco_pb_tabs_0 .et_pb_tab ul li::before {
    color: rgb(28, 33, 40);
}