
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("https://i-agree-assets.pages.dev/Fonts/700.woff2") format("woff2"), url("https://i-agree-assets.pages.dev/Fonts/700.woff") format("woff");
   size-adjust: 98%;
  ascent-override: 92%;
  descent-override: 8%;
  line-gap-override: 0%;
}

@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("https://i-agree-assets.pages.dev/Fonts/300.woff2") format("woff2"), url("https://i-agree-assets.pages.dev/Fonts/300.woff") format("woff");
    size-adjust: 98%;
  ascent-override: 92%;
  descent-override: 8%;
  line-gap-override: 0%;
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("https://i-agree-assets.pages.dev/Fonts/regular.woff2") format("woff2"), url("https://i-agree-assets.pages.dev/Fonts/regular.woff") format("woff");
     size-adjust: 98%;
  ascent-override: 92%;
  descent-override: 8%;
  line-gap-override: 0%;
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("https://i-agree-assets.pages.dev/Fonts/600.woff2") format("woff2"), url("https://i-agree-assets.pages.dev/Fonts/600.woff") format("woff");
  size-adjust: 98%;
  ascent-override: 92%;
  descent-override: 8%;
  line-gap-override: 0%;
}


.accent {
    margin-top: -60px;
    max-width: 200px;
}


.blocks {
    list-style: none; /* removes bullet */
    padding-left: 0em;
}

h3 {
    font-size: 24px;
}

.blocks li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

ul.custom-bullets {
    list-style: none;
    padding-left: 0;
    margin-top: -0.8rem;
}

    ul.custom-bullets li {
        padding-left: 40px;
        position: relative;
        margin-bottom: 10px;
    }

        ul.custom-bullets li::before {
            content: "";
            position: absolute;
            left: 0;
            top: -2px;
            width: 30px;
            height: 30px;
            background-image: url('https://i-agree-assets.pages.dev/Images/tick.webp');
            background-size: contain;
            background-repeat: no-repeat;
        }

.blocks li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: var(--primary);
    border-radius: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.displaytable {
    width: 100%;
    border-collapse: collapse;
    font-size: clamp(.7777777777777778rem,1.6129032258064515vw + .08960573476702509rem,1.1111111111111112rem);
}

    .displaytable th,
    .displaytable td {
        padding: 12px 16px;
    }

.column_features {
    margin-top: auto;
    height: 200px;
}

.science .column_features {
    height: 470px;
}

.iagree {
    white-space: nowrap;
}

.displaytable .iagree img {
    width: clamp(.7777777777777778rem,1.6129032258064515vw + .08960573476702509rem,1.1111111111111112rem);
}

.displaytable.blue thead tr {
    border-bottom: 2px solid #247bff;
    vertical-align: top;
}

.displaytable.blue tbody tr {
    border-bottom: 1px solid #247bff;
    vertical-align: top;
}

.displaytable.peach thead tr {
    border-bottom: 2px solid #fcdebe;
    vertical-align: top;
}

.displaytable.peach tbody tr {
    border-bottom: 1px solid #fcdebe;
    vertical-align: top;
}

.tick-box {
    width: 50px;
    height: 50px;
    background-image: url('https://i-agree-assets.pages.dev/Images/tick.webp');
    background-size: cover;
    background-position: center;
}

.cross-box {
    width: 50px;
    height: 50px;
    background-image: url('https://i-agree-assets.pages.dev/Images/cross.webp');
    background-size: cover;
    background-position: center;
}

.warning-box {
    width: 50px;
    height: 50px;
    background-image: url('https://i-agree-assets.pages.dev/Images/warning.webp');
    background-size: cover;
    background-position: center;
}

@media (max-width: 576px) {
    .displaytable th,
    .displaytable td {
        /* padding: 5px 5px; */
    }

    .tick-box,
    .cross-box,
    .warning-box {
        width: 30px;
        height: 30px;
    }

    .column_features,
    .science .column_features {
        height: auto;
    }
}
