.sweeter-deal {
    color: var(--Text-Text-Oxford-Blue-100---Body, #092c4c);
    padding-top: 60px;
}
.sweeter-deal .sub-title  {
    color: var(--text-text-oxford-blue-high-emphasis-active-body-text-1, #092C4CDE);
    margin-top: 8px;
    display: block;
}
.sweeter-deal .container {
    text-align: center;
    margin-bottom: 60px;
}
.sweeter-deal .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sweeter-deal .circle {
    min-width: 16px;
    width: 16px;
    height: 16px;
    background: #2871FF;
    border-radius: 100%;
    position: relative;
}
.sweeter-deal .circle:after {
    content: '';
    width: 2px;
    position: absolute;
    height: 55px;
    background: #2871FF;
    top: 100%;
    left: calc(50% - 1px);
}
.sweeter-deal .box-before .circle {
    background: #D9D9D9;
}
.sweeter-deal .box-before .circle:after {
    background: #D9D9D9;
}
.sweeter-deal .feature:last-child .circle:after {
    background: none;
}
.sweeter-deal .feature {
    display: flex;
    gap: 16px;
    min-height: 48px;
    text-align: left;
}
.compare-feature .title {
    text-align: center;
    margin-bottom: 20px;
    min-height: 87px;
    display: flex;
    align-content: center;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.compare-feature .title {
    font-size: 24px;
    font-weight: 500;
}
.compare-feature .title strong {
    font-size: 34px;
    font-weight: 600;
}
.compare-feature .box-after, .compare-feature .box-before {
    flex: 1 1 calc(50% - 10px);
    padding: 36px 24px;
    border-radius: 12px;
}
.compare-feature {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
.compare-feature .box-before{
    border: 2px solid #BBBFC3;
    opacity: 0.75;
}
.compare-feature .box-after{
    border: 2px solid #388FC1;
    background: linear-gradient(180deg, #FFFAFF 0%, #F0F3FF 26.44%, #DDF5FF 100%);
}
.description__banner {
    color: var(--text-text-oxford-blue-high-emphasis-active-body-text-1, #092C4CDE);
    line-height: 160%;
    margin-top: 0.75rem;
    font-size: var(--font-size-sub2);
}
@media screen and (max-width: 640px) {
    .compare-feature {
        flex-direction: column-reverse;
    }
    .sweeter-deal .sub-title  {
        font-size: 14px;
    }
    .sweeter-deal .feature span {
        font-size: 14px;
    }
    .compare-feature .box-after, .compare-feature .box-before {
        width: 100%;
    }
}

/*override portal*/
#portal {
    overflow: hidden;
}
#portal .features__group {
    background: var(--color-very-light-blue);
}
#portal .features__group .feature__container:nth-child(even) {
    background: white;
}
.not-on-shopify {
    display: none;
}
.features__group .box__btn__partnership .btn__view {
    min-width: 20.6875rem;
}
.get-started__title {
    font-size: var(--font-size-H3) !important;
}