
.try-it-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.try-it-button-text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EBF3FF;
    font-size: 16px;
}

.try-it-button-text {
    margin-right: 8px;
    transition: all 0.3s;
    margin-left: 21px;
}

.try-it-button:hover .try-it-button-text {
    margin-right: 16px;
}


.plan-section-2023 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plan-section-title {
    all: unset;
    font-family: Swansea-bold;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #031242;
    text-transform: none;
}

.plan-section-desc {
    margin-top: 20px;
    text-align: center;
    color: #031242;
    opacity: 0.8;
}

.plan-section-table {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    align-items: center;
}

.affordability-top-logo {
    margin-top: 55px;
    text-align: center;
}

.plan-section-table-item-right,
.plan-section-table-item-left {
    max-width: 400px;
    height: auto;
    box-shadow: 0px 3px 4px rgba(3, 18, 66, 0.1);
    border-radius: 10px;
}

.plan-section-table-item-right {
    background: #EBF3FF;
}

.plan-section-table-item-left {
    margin-left: 30px;
    background: #FFCA2B;
}

.plan-section-table-item-title-right {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    max-width: 320px;
    height: 70px;
}

.plan-section-table-item-title-left {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    max-width: 320px;
    height: 70px;
    border-bottom: 1px solid rgba(251, 253, 255, 0.2);
}

.plan-section-table-item-name-right {
    color: #031242;
}

.plan-section-table-item-name-left {
    color: #031242;
}

.plan-section-table-item-price-right {
    color: #031242;
}

.plan-section-table-item-price-left {
    color: #031242;
    display: flex;
    align-items: baseline;
}

.plan-section-table-item-price-left-year {
    color: #03124299;
    opacity: 0.6;
}

.plan-section-table-right-included {
    color: #031242;
    margin-top: 30px;
}

.plan-section-table-left-included {
    color: #FBFDFF;
    margin-top: 30px;
}

.plan-section-table-content {
    margin-top: 20px;
}

.plan-section-table-content-line {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 10px;
}

.plan-section-table-right-content,
.plan-section-table-left-content {
    margin-left: 10px;
    color: #031242;
    opacity: 0.6;
}


.plan-section-table-right-content-icon {
    color: #0096F7;
    font-size: 14px;
    margin-left: -14px;
}

.plan-section-table-left-content-icon {
    color: #0096F7;
    font-size: 14px;
    margin-left: -14px;
}

.plan-section-table-right-content-icon-w {
    color: #EBF3FF;
    font-size: 14px;
}

.plan-section-table-left-content-icon-w {
    color: #EBF3FF;
    font-size: 14px;
}

.plan-section-table-button {
    margin-left: 15px;
}

.plan-section-table-button-pro {
    width: 290px;
    height: 44px;
    border-radius: 60px;
    background: #031242;
    border: none;
    margin-top: 24px;
}

.plan-section-table-button-free {
    width: 290px;
    height: 44px;
    border-radius: 60px;
    background: #031242;
    border: none;
    margin-top: 348px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.plan-section-table-button-content-desc {
    font-size: 16px;
    color: #EBF3FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-section-table-button-content {
    display: block;
    position: absolute;
}

.plan-section-table-button-content h3 {
    font-family: "Switzer", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0.01em;
    display: contents;
}

.plan-section-link {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 15px;
}

.plan-section-link-span {
    color: #0096F7;
}

.plan-section-link-span h4 {
    text-transform: none;
    letter-spacing: 0.01em;
    display: contents;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.our-pricing {
    text-align: center;
    font-family: Switzer;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #EBF3FF;
}

.plan-section-table-item-title-right-inner,
.plan-section-table-item-title-left-inner {
    background: #FFFFFF;
    box-shadow: 0 8px 30px 0 #0312421A;
    border-radius: 8px;
    margin: 0 10px 10px;
    padding: 20px 30px 0 30px;
    height: 420px;
}

.email-choose-content {
    display: none;
    background: #EBF3FF;
    box-shadow: 0px 3px 4px rgba(3, 18, 66, 0.1);
    border-radius: 10px;
    padding: 30px 230px;
    width: 110%;
    margin-left: -5%;
    text-align: center;
}

.email-choose-title {
    color: #031242;
}

.email-choose-desc {
    padding-bottom: 35px;
    opacity: 0.6;
    border-bottom: 1px solid rgba(3, 18, 66, 0.2);
}

.animation-btn i {
    position: relative;
    left: 7px;
    transition: all 0.3s;
}

.email-choose-link-button-row {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    max-width: 589px;
}

.email-choose-link-button {
    height: 44px;
    border: none;
    width: 100%;
    background: #031242;
    border-radius: 60px;
}

.animation-btn:hover i {
    left: 14px;
}

.email-choose-link-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EBF3FF;
    justify-content: center;
}

.email-choose-search-button {
    height: 44px;
    border: none;
    width: 100%;
    background: #0096F7;
    border-radius: 60px;
}

.email-choose-search-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EBF3FF;
    justify-content: center;
}

.email-choose-transfer-button {
    border: 1.25px solid rgba(3, 18, 66, 0.4);
    height: 44px;
    width: 100%;
    background: unset;
    border-radius: 60px;
}

.email-choose-transfer-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(3, 18, 66, 0.4);
    justify-content: center;
}

.email-choose-search-button-row {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    max-width: 589px;
}

.email-choose-transfer-button-row {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    max-width: 589px;
}

.animation-btn {
    margin-top: 25px;
}

.chat-email-support-box {
    background-image: url(/chatEmailSupportImg2023.webp);
    background-size: cover;
    background-position: center;
    padding: unset;
    background-repeat: no-repeat;
    height: 300px;
}

.chat-email-support {
    background: rgba(3, 18, 66, 0.8);
    height: 300px;
    text-align: center;
}

.chat-email-support-content {
    padding-top: 93px;
}

.chat-email-support-content h2 {
    font-family: 'Swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.chat-email-support-button {
    text-align: center;
    display: inline-flex;
    margin-top: 30px;
}

.email-link,
.chat-link {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 150, 247, 0.2);
    border-radius: 60px;
    font-size: 14px;
    color: #0096F7;
}

.chat-link {
    margin-left: 20px;
}

.chat-email-support-span {
    display: flex;
    color: #0096F7;
    align-items: center;
    justify-content: center;
}

.head-section-title {
    font-family: Swansea;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #031242;
    margin: 115px auto 30px auto;
    width: 183px;
    height: 35px;
    padding-top: 7px;
    padding-right: 16px;
    padding-bottom: 7px;
    padding-left: 16px;
    border-radius: 100px;
    border-width: 1px;
    background: #0096F71A;
    border: 1px solid #0096F7;
    position: relative;
}

.head-section-icon {
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.head-section-text {
    font-family: 'swansea-bold';
    width: 82%;
    margin: 0 auto 25px auto;
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    color: #031242;
}

.head-section-desc {
    font-family: Switzer;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: auto;
    color: #031242;
    opacity: 0.8;
}

.head-section-button {
    font-family: Switzer;
    width: 209px;
    height: 44px;
    border-radius: 60px;
    background: #031242;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: #EBF3FF;
    border: none;
}

.head_section_bg1 {
    position: absolute;
    top: -100px;
    left: -165px;
}

.head_section_bg2 {
    position: absolute;
    top: 165px;
}

.swiper-wrapper img {
    height: 256px;
}

.standout-section {
    margin-top: 150px;
}

.standout-section-title {
    text-align: center;
}

.standout-section-content {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}

.standout-section-card {
    height: 226px;
    width: 351px;
    padding: 0 20px;
}

.standout-section-title {
    font-family: Swansea-bold;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    background: linear-gradient(122.68deg, #FFC62B 20.09%, #DE94FF 43.65%, #0096F7 66.61%, #031242 80.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}

.standout-section-card i {
    font-size: 32px;
    margin: 30px 0;
    display: block;
}

.standout-section-content .standout-section-card:nth-child(1) i {
    background: linear-gradient(180deg, #DB89FF 0%, #031242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.standout-section-content .standout-section-card:nth-child(2) i {
    background: linear-gradient(180deg, #FFC62B 0%, #D06455 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.standout-section-content .standout-section-card:nth-child(3) i {
    background: linear-gradient(157.28deg, #67C3FF 3.17%, #0096F7 31.58%, #024F96 96.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.standout-section-card-title {
    font-family: Swansea-bold;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    height: 40px;
    color: #031242;
}

.standout-section-card-dec {
    font-family: Switzer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #03124299;
}

.standout-section-trustpilot {
    margin-top: 50px;
}

.primary-section img {
    width: 100%;
    height: auto;
}

.primary-section .row {
    margin: 15px;
}

.primary-section .col-md-6 {
    padding: 0;
}

.primary-title {
    font-family: Swansea-bold;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #031242;
    display: block;
    height: 60%;
    display: block;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
    padding: 0;
}

.primary-dec {
    font-family: Switzer;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #03124299;
    display: block;
}

.plan-section {
    margin-top: 80px;
}

.plan-section img {
    position: absolute;
    width: 100%;
    height: auto;
}

.plan-section-2023 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.affordability-top-logo {
    margin-top: 55px;
}

.free-logo-builder-title {
    font-family: Swansea;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1%;
    text-align: center;
}

.our-pricing {
    font-family: Switzer;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #03124299;
    margin-top: 50px;
    margin-bottom: 40px;
    opacity: 0.6;
}

.no-cost-title {
    font-family: Switzer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #03124299;
}


.no-cost-head, .recommended-head {
    font-family: Switzer;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.no-cost-head {
    background: linear-gradient(90deg, #3D649E 0%, #7498CE 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.recommended-head {
    background: linear-gradient(90deg, #B75915 0%, #D17330 51.5%, #ED8A18 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: flex;
    justify-content: center;
}

.star-icon {
    color: #C0621E;
    font-size: 13px;
}

.primary-row-left, .primary-row-right {
    border-radius: 12px;
    padding: 40px;
}

.primary-row-left {
    height: 232px;
    background: #DB89FF;
}

.primary-row-right {
    height: 256px;
    background: #FFCA2B;
}

.swiper1 .swiper-slide, .swiper2 .swiper-slide {
    width: 256px;
}

@media screen and (max-width: 680px) {
    html body .tp-widget-trustscore {
        display: block !important;
    }
}

@media (max-width: 1400px) {
    .standout-section-card {
        margin: 10px auto;
    }

    .primary-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 1200px) {
    .primary-section {
        width: 90%;
    }

    .standout-section-content {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .primary-section {
        width: 1186px;
    }

    .standout-section-content {
        width: 1200px;
    }
}

@media (max-width: 1024px) {
    .email-choose-content {
        margin-left: unset;
        width: 100%;
        padding: 40px;
    }

    .email-choose-title {
        width: 88%;
        margin: auto;
    }

    .email-choose-desc {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .plan-section-table {
        flex-direction: column;
    }

    .plan-section-table-item-right,
    .plan-section-table-item-left {
        margin-left: unset;
        margin: auto;
        width: 100%;
    }

    .plan-section-table-item-left {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .standout-section-title {
        margin-bottom: 0 !important;
    }

    .chat-email-support-button {
        flex-direction: column;
    }

    .chat-email-support-box {
        background-position-x: 75%;
        height: 465px;
    }

    .chat-email-support {
        height: 100%
    }

    .chat-email-support-content {
        margin: auto;
        text-align: center;
        padding-top: 98px;
        width: 83%;
    }

    .chat-link {
        margin-left: unset;
        margin-top: 20px;
    }
}

@media (min-width: 1400px) {
}

@media (min-width: 1441px) {
}

@media (max-width: 500px) {
    .head-section-text {
        font-size: 40px;
        line-height: 46px;
        text-align: center;
    }

    .head-section-desc {
        font-size: 18px;
        line-height: 24px;
    }

    .swiper-wrapper img {
        height: 128px;
    }

    .swiper1 .swiper-slide, .swiper2 .swiper-slide {
        width: 128px;
    }

    .standout-section-title {
        font-size: 32px;
        line-height: 38px;
        padding: 10px;
    }

    .standout-section-card {
        padding: 0 5%;
    }

    .primary-row-left, .primary-row-right {
        height: auto;
    }

    .our-pricing {
        font-size: 16px;
        margin: 0;
    }

    .plan-section-title {
        font-size: 32px;
        line-height: 38px;
    }

    .standout-section, .plan-section {
        margin-top: 50px !important;
    }

    .primary-section {
        margin-top: 0 !important;
    }

    .primary-section {
        width: 100% !important;
    }
}

@media (max-width: 377px) {
    .primary-row-left {
        padding: 20px !important;
    }
}