/* ==========================================================================
   Threads Product Page
========================================================================== */
.threads-wrapper {
    background: linear-gradient(0deg, #FFFFFF 40.07%, #f6fdff 100%);
    padding: 20px 60px 60px 60px;
    position: relative;
}

.threads-container {
    display: flex;
    max-width: var(--1400);
    margin: 0 auto;
    gap: 32px;
    flex-direction: row;
    border-radius: 6px;
    padding: 6px;
    /* background-color: #fff;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    backdrop-filter: blur(25px); */
}

.threads-title {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    z-index: 2;
    text-align: center;
    /* background: linear-gradient(180deg,rgba(248, 244, 239, 0.4) 0%, rgba(248, 244, 239, 1) 50%); */
    padding: 60px;
    padding-bottom: 30px;
}

.threads-title h1 {
    font-family: var(--font-family);
    color: var(--gb-dark-blue-text);
    font-size: 60px;
    line-height: 62px;
    font-weight: 900;
    margin: 0px;
}

.threads-title p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    color: rgba(15, 17, 18, 0.75);
    max-width: 610px;
    margin: 24px auto 0px auto;
}

img.divide-threads {
    margin: 38px auto 14px auto;
    width: 80%;
}

.threads-intro-wrapper,
.threads-benefits-wrapper {
    background: linear-gradient(0deg, var(--gb-white) 0%, #F4FCFF 100%);
    position: relative;
    padding: 60px;
}

.threads-intro-wrapper {
    background: linear-gradient(0deg, #FFFFFF 40.07%, #f6fdff 100%);
    padding: 60px;
    position: relative;
}

.threads-benefits-wrapper {
    background: url(../img/testimonials-bg.png) no-repeat center center var(--gb-white);
    background-size: 950px 1000px;
    background-position-y: 80%;
}

.threads-intro-container,
.threads-benefits-container {
    max-width: var(--1280);
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.threads-intro-container {
    display: flex;
    max-width: var(--1400);
    margin: 0 auto;
    gap: 32px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 60px;
    background: url(../img/threads-intros-bg.jpg) no-repeat center right;
    background-color: #fff;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    backdrop-filter: blur(25px);
    background-size: 90%;
}

.threads-intro-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    width: 50%;
}

.threads-intro-title h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    display: flex;
    justify-content: center;
    margin: 0px;
    line-height: 44px;
    text-align: left;
    max-width: 360px;
}

.threads-intro-title p {
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
    max-width: 840px;
    text-align: left;
}

.threads-benefits-container h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 60px;
    max-width: 730px;
}

.threads-benefits-container h2::before {
    content: url(../img/heading-div.svg);
    display: inline-flex;
    margin-right: 8px;
    height: 22px;
    align-items: center;
}

.threads-benefits-container h2::after {
    content: url(../img/heading-div.svg);
    display: inline-flex;
    margin-left: 8px;
    height: 22px;
    align-items: center;
}

.threads-benefits-container ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
    max-width: 840px;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}

.threads-benefits-container ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #63b3ed, #4299e1);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.threads-benefits-container ul li:first-child {
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
    border-top: 1px solid rgba(226,232,240,.8);
    padding-bottom: 0px;
    padding-top: 30px;
    font-size: 20px;
    /* background-color: #f8f9fa; */
}

.threads-benefits-container ul li {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(226,232,240,.8);
    background-color: #fff;
    margin: 0px;
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    width: 100%;
    text-align: left;
    padding: 10px 60px 30px 60px;
    border-top: 0px;
}

.threads-benefits-container ul:last-of-type {
    margin-bottom: 0px;
}

.threads-benefits-container ul:last-of-type li:first-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 1px solid rgba(226,232,240,.8);
    padding-bottom: 30px;
}

.threads-security-wrapper {
    background: linear-gradient(0deg, #FFFFFF 40.07%, #f6fdff 100%);
    padding: 60px;
    position: relative;
}

.threads-security-container {
    display: flex;
    max-width: var(--1400);
    margin: 0 auto;
    gap: 32px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 60px;
    background: url(../img/threads-security-bg.jpg) no-repeat center right;
    background-color: #fff;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    backdrop-filter: blur(25px);
    background-size: 80%;
}

.threads-security-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    width: 50%;
}

.threads-security-title h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    display: flex;
    justify-content: center;
    margin: 0px;
    line-height: 44px;
    text-align: left;
    max-width: 500px;
}

.threads-security-title p {
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
    max-width: 840px;
}

.threads-security-title p a {
    color: var(--gb-blue-text);
}

.threads-intro-gradient,
.threads-security-gradient {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(253, 246, 236, 0) 100%);
    box-sizing: border-box;
    display: none;
    border-radius: 6px;
    z-index: 1;
}




.threads-cta-wrapper {
    background: url(../img/request-quote-bg.png) no-repeat center center var(--gb-white);
    position: relative;
    padding: 60px;
    background-size: 46%;
    background-position-y: 105%;
}

.threads-cta-container {
    margin: 0px auto;
    max-width: var(--1280);
    width: 100%;
    text-align: center;
    font-family: var(--font-family);
}

.threads-cta-container h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding: 0px;
}

.threads-cta-container h2::before {
    content: url(../img/heading-div.svg);
    display: inline-flex;
    margin-right: 8px;
    height: 22px;
    align-items: center;
}

.threads-cta-container h2::after {
    content: url(../img/heading-div.svg);
    display: inline-flex;
    margin-left: 8px;
    height: 22px;
    align-items: center;
}

.threads-cta-container p {
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 840px;
}

.quote-option-container {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
}

.school-membership,
.district-membership {
    background: var(--gb-white);
    border: 1px solid rgba(0, 156, 222, 0.15);
    box-shadow: inset 0px 0px 0px 3px var(--gb-white);
    backdrop-filter: blur(25px);
    border-radius: 6px;
    padding: 60px;
    max-width: 498px;
    width: 100%;
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    height: auto;
}

.school-membership h3,
.district-membership h3 {
    font-size: 28px;
    color: var(--gb-dark-blue-text);
    font-weight: 900;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.school-membership span,
.district-membership span {
    font-size: 32px;
    color: var(--gb-dark-blue-text);
    margin: 26px 0px;
    padding: 0px;
    display: block;
}

.school-membership p,
.district-membership p {
    font-size: 18px;
    color: #4D4F50;
    line-height: 24px;    
    padding: 0px;
    margin: 0px;
    min-height: 96px;
}