body {
    font-family: "Museo", sans-serif;
    margin: 0;
}

* {
    box-sizing: border-box !important;
}

.top-section-bubbles {
    position: absolute;
    right: 0;
    height: 740px;
    z-index: -1;
}

.small-bubbles {
    position: absolute;
    left: 0;
    width: 752px;
    bottom: 80px;
    height: 514px;
    z-index: -1;
}

.header-container {
    user-select: none;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: 0.2s box-shadow;
}

.logo-container img {
    height: 56px;
    width: 56px;
}

.header-content {
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-container {
    text-decoration: none;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.email-verifier-title-container {
    display: flex;
    width: 170px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.email-verifier-title {
    color: #202224;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.by-swordfish {
    color: #7A83A3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 42px;
}

.header-menu-item {
    text-decoration: none;
    cursor: pointer;
    color: #202224;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    transition: background 2s;
}

.deliverability {
    position: relative;
}

.header-menu-item-active {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.header-menu-item:hover {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: white;
}

.mobile-menu-bottom-container {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-menu-items-container {
    padding-top: 100px;
}

.mobile-menu-bottom-container .login-button {
    display: flex;
    width: 100%;
}

.mobile-menu-bottom-container .signup-button {
    display: flex;
    width: 100%;
}

.login-buttons-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tablet-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 64px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 8px 40px 0px rgba(76, 88, 132, 0.16);
}

.tablet-menu-item:nth-of-type(1) {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.tablet-menu-item:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.tablet-menu-item {
    display: flex;
    padding: 24px 40px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid rgba(23, 66, 219, 0.08);
    color: #202224;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.48px;
    text-decoration: none;
    transition: 0.2s background;
}

.login-button {
    text-decoration: none;
    cursor: pointer;
    color: #15CAA0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-wrap: none;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid #15CAA0;
    transition: 0.2s box-shadow;
}

.buy-credits-button:hover,
.get-free-access-button:hover,
.change-your-email-list-button:hover,
.verify-button:hover,
.upload-your-list-button:hover,
.try-it-free-button:hover,
.signup-button:hover,
.login-button:hover {
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
}

.signup-button {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #15CAA0;
    text-wrap: none;
    transition: 0.2s box-shadow;
}

.header-shadow {
    box-shadow:  0 4px 8px 0 rgba(0,  0,  0,  0.1);
    position: fixed;
    background: #FFFFFF;
    z-index: 999;
}

.pt156 {
    padding-top: 156px !important;
}

.pt176 {
    padding-top: 176px !important;
}

.top-section {
    box-sizing: border-box;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    gap: 80px;
    display: flex;
}

.top-section-title {
    margin: 0;
    color: #202224;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.08px;
}

.top-section-description {
    color: #53586A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.top-section-left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}

.top-section-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.top-section-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.try-it-free-button {
    border-radius: 12px;
    background: #1742DB;
    cursor: pointer;
    display: flex;
    width: 240px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    text-wrap: nowrap;
    transition: 0.2s box-shadow;
}

.try-it-free-button img {
    height: 24px;
    width: 24px;
}

.under-button-text {
    color: #7A83A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.right-container {
    display: flex;
    flex: 1 0 0;
}

.right-container img {
    width: 100%;
    max-width: 708px;
    border-radius: 16px;
    box-shadow: 0px 16px 80px 0px rgba(23, 66, 219, 0.20);
}

.top-section-title span {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.trusted-by {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    align-self: stretch;
}

.trusted-by-title {
    color: #202224;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64px;
}

.trusted-by-images img {
    height: 60px;
}

.trusted-by-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.test-email-validator {
    display: flex;
    margin: 40px auto;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 48px 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, #F8F9FE 0%, #EDF2FF 100%);
}

.test-email-validator-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.test-email-validator-top-container img {
    width: 80px;
    height: 80px;
}

.test-email-validator-top-container-title {
    color: #202224;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.test-email-validator-top-container-title span {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-email-validator-top-container-description {
    color: #53586A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.test-email-validator-bottom-container {
    width: 100%;
    max-width: 845px;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 24px;
    color: #53586A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.36px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(23, 66, 219, 0.12);
}

.verify-button img,
.upload-your-list-button img {
    height: 24px;
    width: 24px;
}

.upload-your-list-button {
    width: 100%;
    cursor: pointer;
    text-wrap: nowrap;
    display: flex;
    padding: 18px 32px 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #1742DB;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    transition: 0.2s box-shadow;
}

.verify-button {
    box-sizing: border-box;
    cursor: pointer;
    text-wrap: nowrap;
    display: flex;
    padding: 18px 32px 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #15CAA0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    transition: 0.2s box-shadow;
}

.email-input-container {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.email-input {
    border: none;
    display: flex;
    width: 320px;
    padding: 18px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: rgba(122, 131, 163, 0.08);
    color: #7A83A3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.email-input:focus-visible {
    outline: none;
}

.deliverability-container {
    margin: 0 auto;
    display: flex;
    max-width: 1440px;
    padding: 80px 74px;
    flex-direction: column;
    align-items: center;
    gap: 44px;
}

.deliverability-container-title span {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.deliverability-container-title {
    max-width: 500px;
    color: #202224;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.deliverability-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch;
}

.deliverability-buttons-container {
    user-select: none;
    display: flex;
    border-radius: 100px;
    background: rgba(23, 66, 219, 0.04);
}

.deliverability-button {
    cursor: pointer;
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    color: #7A83A3;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.deliverability-button img {
    height: 32px;
    width: 32px;
}

.deliverability-button-active {
    color: #1742DB;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(23, 66, 219, 0.08);
}

.deliverability-content {
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.deliverability-content-left-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}

.deliverability-content-left-container img {
    max-width: 500px;
    width: 100%;
    box-shadow: 0px 16px 80px 0px rgba(23, 66, 219, 0.20);
    border-radius: 16px;
}

.deliverability-content-right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
}

.deliverability-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.deliverability-content-title {
    color: #202224;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.deliverability-text-content span {
    color: #53586A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.features-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.features-list .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #53586A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.features-list .feature-item img {
    width: 24px;
    height: 24px;
}

.change-your-email-list-button {
    text-wrap: nowrap;
    cursor: pointer;
    display: flex;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #1742DB;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    transition: 0.2s box-shadow;
}

.how-to-validate-emails-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F9FE;
}

.how-to-validate-emails {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    max-width: 1440px;
    width: 100%;
    padding: 80px 74px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.how-to-validate-emails-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.how-to-validate-emails-top-container-title {
    color: #202224;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.how-to-validate-emails-top-container-title span {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-to-validate-emails-top-container-description {
    color: #53586A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.48px;
}

.steps-to-validate {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.step-container {
    box-sizing: border-box;
    max-width: 415px;
    display: flex;
    padding: 40px 48px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
}

.step-container img {
    height: 88px;
    width: 88px;
    border-radius: 24px;
    box-shadow: 0px 16px 40px 0px rgba(23, 66, 219, 0.12);
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.step-content-title {
    color: #7A83A3;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.36px;
}

.step-content-description {
    color: #202224;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.how-to-validate-emails-bottom-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.how-to-validate-emails-bottom-container-text {
    color: #53586A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.why-choose-email-validator {
    margin: 0 auto;
    display: flex;
    max-width: 1440px;
    padding: 80px 74px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.why-choose-email-validator-top-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-choose-email-validator-title {
    color: #202224;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.why-choose-email-validator-title span {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-email-validator-description {
    color: #53586A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
}

.why-choose-features {
    display: flex;
    flex-direction: column;
}

.why-choose-feature-item {
    display: flex;
    height: 560px;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    border-radius: 24px;
}

.why-choose-feature-item-image-container {
    display: flex;
    flex: 1 0 0;
}

.why-choose-feature-item img {
    max-width: 606px;
    width: 100%;
}

.why-choose-feature-item-right-container {
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    align-items: center;
}

.why-choose-feature-item-right-container-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-choose-feature-item-right-title {
    color: #202224;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64px;
}

.why-choose-feature-item-right-description {
    color: #53586A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.why-choose-feature-item:nth-of-type(2) .why-choose-feature-item-image-container {
    flex: none;
}

.industry-leading-tool {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.industry-leading-tool-title {
    padding: 0 20px;
    color: #202224;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.industry-leading-tool-title span {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.industry-leading-ratings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.industry-leading-ratings img {
    width: 245px;
    height: 85px;
}

.industry-leading-ratings img:last-of-type {
    width: 180px;
    margin-right: 65px;
}

.faq-container {
    margin: 0 auto;
    display: flex;
    max-width: 1440px;
    padding: 64px 74px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.faq-title {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qa-container {
    max-width: 856px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.qa-container-item {
    user-select: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--Black-White, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(76, 88, 132, 0.08);
}

.question-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qa-container-item .question {
    color: #202224;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.qa-container-item.active .question {
    color: #1742DB;
}

.answer {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #53586A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.qa-container-item svg {
    transition: transform 0.2s;
}

.qa-container-item.active svg {
    transform: rotate(90deg);
}

.qa-container-item.active svg path {
    fill: #1742DB;
}

.get-started-banner-container {
    display: flex;
    justify-content: center;
    padding: 40px 74px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.get-started-banner {
    display: flex;
    box-sizing: border-box;
    max-width: 1440px;
    width: 100%;
    padding: 48px 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(23,66,219,1) 100%);
}

.get-started-banner-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.get-started-banner-top-container img {
    height: 80px;
    width: 80px;
}

.get-started-banner-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.get-started-banner-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.get-started-banner-description {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.get-free-access-button {
    cursor: pointer;
    text-wrap: nowrap;
    user-select: none;
    display: flex;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #1742DB;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    transition: 0.2s box-shadow;
}

.deliverability-button:nth-of-type(1).deliverability-button-active svg path {
    stroke: #1742DB !important;
    fill: #FFFFFF !important;
}

.deliverability-button-active svg path {
    fill: #1742DB;
}

.deliverability-button:nth-of-type(3).deliverability-button-active svg path {
    stroke: #1742DB;
}

.get-free-access-button img {
    height: 20px;
    width: 20px;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F9FE;
}

.footer {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(23,66,219,1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1440px;
    width: 100%;
    padding: 64px 74px;
    gap: 24px;
}

footer {
    user-select: none;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(23,66,219,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 64px 74px;
    gap: 24px;
}

.footer-content {
    display: flex;
    max-width: 1440px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.column-title {
    color: #202224;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.column-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.column-links a {
    text-decoration: none;
    color: #53586A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.social-media-links {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.social-media-links img {
    width: 24px;
    height: 24px;
}

.industry-leading-icons {
    max-width: 764px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.industry-leading-icons img {
    width: 94px;
    height: 122px;
}

.menu-icon {
    display: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.line {
    stroke: black;
    stroke-width: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.menu-icon.open .line1 {
    transform: translateY(9px) rotate(45deg) translateX(-6px);
}

.menu-icon.open .line2 {
    opacity: 0;
}

.menu-icon.open .line3 {
    transform: translateY(-8px) rotate(-45deg) translateX(-6px);
}

@media screen and (max-width: 1000px) {
    .menu-icon {
        display: flex;
    }
    .header-content .header-menu {
        display: none;
    }
    .top-section {
        flex-direction: column;
    }
    .top-section-title {
        text-align: center;
    }
    .top-section-bottom-container {
        align-items: center;
    }
    .top-section-description {
        align-items: center;
        text-align: center;
        line-height: 28px !important;
    }
    .test-email-validator-bottom-container {
        flex-direction: column;
    }
    .deliverability-button {
        flex-direction: column;
    }
    .trusted-by-images {
        gap: 40px;
        justify-content: center;
    }
    .deliverability-content {
        height: unset;
        flex-direction: column;
    }
    .small-bubbles {
        top: 370px;
        width: 100%;
        height: unset;
        z-index: -1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .steps-to-validate {
        flex-direction: column;
    }
    .step-container {
        max-width: unset;
        width: 100%;
    }
    .how-to-validate-emails {
        padding: 80px 24px !important;
        gap: 44px;
    }
    .why-choose-email-validator {
        padding: 80px 24px !important;
        gap: 44px;
    }
    .why-choose-feature-item:nth-of-type(2) .why-choose-feature-item-image-container {
        flex: 1 0 0 !important;
    }
    .why-choose-feature-item {
        height: 360px;
    }
    .industry-leading-tool {
        padding: 80px 0 !important;
    }
    .industry-leading-ratings {
        justify-content: center;
    }
    .email-input {
        max-width: unset;
        width: 100%;
    }
}

.button-disabled {
    pointer-events: none !important;
    background: var(--bg-secondary, rgba(30, 33, 35, 0.04)) !important;
    color: var(--text-disabled, rgba(30, 33, 35, 0.16)) !important;
}

.button-disabled svg path {
    fill: var(--text-disabled, rgba(30, 33, 35, 0.16));
    stroke: rgba(30, 33, 35, 0.04);
}

.sweet-alert {
    box-sizing: unset !important;
}

.sa-icon.sa-error {
    box-sizing: inherit !important;
}

div.sweet-alert button {
    background-color: #15CAA0 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

div.sweet-alert p {
    display: block;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bolder;
    font-size: 22px;
}

.button-loading {
    position: relative;
    min-height: 61px !important;
    max-height: 61px !important;
}

.button-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(23, 66, 219, 0.08);
}

@media screen and (max-width: 600px) {
    .login-button,
    .signup-button {
        display: none;
    }
    .top-section-title {
        font-size: 36px !important;
    }
    .top-section-description {
        font-size: 20px !important;
    }
    .trusted-by-title {
        font-size: 24px !important;
    }
    .test-email-validator-top-container-title {
        font-size: 24px !important;
    }
    .test-email-validator-top-container-description {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .test-email-validator {
        padding: 48px 20px !important;
        margin: 0 auto !important;
    }
    .email-input-container {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .email-input {
        margin-bottom: 16px !important;
    }
    .verify-button {
        width: 100% !important;
    }
    .test-email-validator-bottom-container {
        gap: 16px !important;
    }
    .upload-your-list-button {
        width: 100% !important;
    }
    .deliverability-container-title,
    .deliverability-container-title span {
        font-size: 24px !important;
    }
    .deliverability-container {
        gap: 24px !important;
        padding: 40px 16px !important;
    }
    .deliverability-buttons-container {
        flex-direction: column !important;
        width: 100% !important;
    }
    .deliverability-button {
        border-radius: 24px !important;
    }
    .deliverability-buttons-container {
        border-radius: 24px !important;
    }
    .how-to-validate-emails {
        padding: 40px 16px !important;
    }
    .how-to-validate-emails-top-container-title,
    .how-to-validate-emails-top-container-title span {
        font-size: 24px !important;
    }
    .how-to-validate-emails-top-container-description {
        font-size: 20px !important;
    }
    .step-container {
        padding: 24px !important;
    }
    .why-choose-email-validator,
    .how-to-validate-emails {
        padding: 40px 16px !important;
    }
    .why-choose-email-validator-title,
    .why-choose-email-validator-title span {
        font-size: 24px !important;
    }
    .why-choose-email-validator-description {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .why-choose-feature-item {
        flex-direction: column !important;
        height: unset !important;
        gap: 40px !important;
    }
    .why-choose-feature-item:nth-of-type(2) {
        flex-direction: column-reverse !important;
    }
    .why-choose-features {
        gap: 40px !important;
    }
    .why-choose-feature-item-right-container-content {
        gap: 16px !important;
    }
    .why-choose-feature-item-right-title {
        font-size: 24px !important;
    }
    .why-choose-feature-item-right-description {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .why-choose-feature-item img {
        max-width: 340px !important;
    }
    .industry-leading-icons {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .faq-title,
    .industry-leading-tool-title,
    .industry-leading-tool-title span {
        font-size: 24px !important;
    }
    .faq-container {
        padding: 40px !important;
    }
    .industry-leading-tool {
        padding: 40px 0 !important;
    }
    .faq-container {
        gap: 24px !important;
    }
    .question {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .answer {
        font-size: 14px !important;
        flex-direction: column;
        align-items: start;
    }
    .answer .try-it-free-button {
        width: 100%;
    }
    .get-started-banner {
        padding: 24px !important;
    }
    .get-started-banner-container {
        padding: 40px !important;
    }
    .get-started-banner-title {
        font-size: 24px !important;
    }
    .get-free-access-button {
        width: 100% !important;
        font-size: 18px !important;
    }
    .footer {
        flex-direction: column !important;
        padding: 32px 24px !important;
        gap: 8px !important;
    }
    .try-it-free-button,
    .change-your-email-list-button {
        width: 100% !important;
    }
    .upload-your-list-button,
    .verify-button,
    .change-your-email-list-button,
    .try-it-free-button {
        font-size: 18px !important;
    }
}

.menu-icon {
    background: #d6e7f6;
    border-radius: 24px;
    padding: 5px;
}

/*/ PRICING /*/

.pricing-top-section {
    padding: 80px 20px;
    gap: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.pricing-title {
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.08px;
}

.pricing-title span {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-description {
    color: #53586A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.pricing-table-container {
    display: flex;
    max-width: 720px;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(23, 66, 219, 0.12);
}

.pricing-table-title {
    color: #202224;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.how-many-emails {
    display: flex;
    height: 78px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: rgba(122, 131, 163, 0.08);
    color: #202224;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64px;
}

.minimum-purchase {
    color: #53586A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.pricing-for-container-active {
    background: rgba(23, 66, 219, 0.08);
}

.pricing-for-container-active span {
    color: #1742DB !important;
}

.pricing-for-container:hover {
    background: rgba(23, 66, 219, 0.08);
}

.pricing-for-container:hover span {
    color: #1742DB !important;
}

.pricing-for-container {
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 16px;
}

.pricing-for-container span {
    color: #53586A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.pricing-total-container {
    display: flex;
    max-width: 320px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: rgba(21, 202, 160, 0.08);
}

.tablet-menu-item:hover {
    background: rgba(23, 66, 219, 0.08);
    color: #1742DB;
}

.tablet-menu-item-active {
    background: rgba(23, 66, 219, 0.08);
    color: #1742DB;
}

.total-text-container {
    width: 100%;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.total-title {
    color: #53586A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.total-bill {
    color: #202224;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64px;
}

.buy-credits-button {
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    background: #15CAA0;
    cursor: pointer;
    transition: 0.2s box-shadow;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

@media screen and (max-width: 600px) {
    .column-links {
        gap: 8px !important;
    }
    .footer-column {
        gap: 8px !important;
    }
    .top-section {
        gap: 40px;
    }
    .pricing-title span,
    .pricing-title {
        font-size: 36px !important;
        line-height: normal;
    }
    .pricing-description {
        font-size: 20px !important;
        line-height: 40px;
    }
    .pricing-for-container span {
        font-size: 16px;
    }
    .total-bill,
    .total-title {
        font-size: 16px;
    }
    .pricing-top-section {
        padding: 64px 20px;
    }
}

.footer-logo {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer-logo-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.footer-logo-description {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.content-item {
    display: flex;
    align-items: center;
    color: white;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.footer-logo img {
    height: 81px;
    width: 80px;
}

.content-item img {
    width: 24px;
    height: 24px;
}

.content-item span {
    text-align: center;
}

.content-item a {
    transition: background 2s;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.content-item a:hover {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media screen and (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        gap: 24px;
    }
    .right-content {
        align-items: center;
    }
    .footer-logo-title {
        font-size: 28px;
    }
    .footer-logo-description {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .content-item img {
        display: none;
    }
    .content-item {
        flex-direction: column;
    }
    footer {
        padding: 20px 74px;
    }
}

.login-container {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 500px;
}

.input-container,
.input-container input {
    width: 100%;
}

.title-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-title span {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.login-title {
    margin: 0;
    color: #202224;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.08px;
}

.title-container .login-description {
    font-size: var(--text-typography-H-4, 20px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.48px;
}

.password-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
}

.password-group a {
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.login-title span {
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.login-title {
    text-align: center;
    margin: 0;
    color: #202224;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.08px;
}

.login-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.login-bottom-content-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.login-bottom-content-item span {
    text-align: center;
}

.login-bottom-content-item a {
    text-decoration: none;
    background: linear-gradient(90deg, #1742DB 0.19%, #A975FF 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.login-container {
    display: flex;
    flex-direction: column;
    height: 88vh;
    gap: 24px;
    justify-content: space-between;
}

.login-bottom-content-item img {
    height: 24px;
    width: 24px;
}

.login-container {
    user-select: none;
}

.login-bottom-content-item a:hover,
.password-group a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1000px) {
    .login-container {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 600px) {
    .login-form .input-container .email-input {
        margin-bottom: 0px !important;
    }
    .login-title {
        font-size: 32px;
    }
    .title-container .login-description {
        font-size: 18px;
    }
    .login-container {
        height: 80vh;
    }
}

@media screen and (max-width: 500px){
    .login-bottom-content-item img {
        display: none;
    }
    .login-bottom-content-item {
        flex-direction: column;
    }
}