:root{
    --cta-min-height: 260px;
}

.wrapper {
    max-width: inherit;
}

.dv-header-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: var(--container-body-width);
    margin: 0 auto;
}

.dv-container {
    overflow: hidden;
    margin: auto;
}

.header-image {
    flex: 1;
    width: 100%;
    padding: 2rem 2rem 0 2rem;
}

.header-desc {
    flex: 1;
    color: white;
}

.logo-wrapper {
    display: block;
}

.logo-wrapper .logo {
    width: 100px;
    margin-bottom: 6px;
}

.header-desc .logo {
    display: none;
    width: 132px;
}

#page-wrapper {
    max-width: var(--container-body-width);
    margin: 0 auto;
}

.dv-cta {
    position: relative;
    padding: 24px;
    width: auto;
    text-align: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    min-height: var(--cta-min-height);
}

#billed-to-card, .cc-message {
    display: flex;
    flex-direction: row;
    gap: 24px 0;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    padding: 8px 16px;
    margin-top: 16px;
}

.payment-method-icons{
	width: 44px;
	order: 1;
}

.payment-method-number{
    font-weight: 200;
    font-size: 12px;
    order: 2;
    white-space: nowrap;
}

.payment-method-change-tag{
    max-width: 54px;
    font-size: 12px;
    font-weight: 550;
    padding: 8px;
    border-radius: 3px;
    text-align: right;
}

.tag-wrapper{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    order: 4;
    width: 100%;
}

#card-change-success {
    background-color: var(--green--50);
    color: var(--green--700);
}

#card-declined {
    background-color: var(--red--50);
    color: var(--red--700);
}

#billed-to-card > i {
    margin-right: 0.625rem;
}

#billed-to-card > .from-dk-account {
    display: block;
    margin-left: 1.875rem;
}

#billed-to-card > div {
    margin-top: 0.125rem;
    margin-left: 0.875rem;
}

#billed-to-card a {
    font-weight: 600;
}

#art-features-group {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 1rem 0 1rem;
}

#art-features-group > div {
    flex: 1;
}

.flex {
    display: flex;
}

.features-content {
    margin: 3rem 0 0 0;
}

.features-content .feature {
    display: flex;
    border-bottom: 1px solid var(--gray--200);
    padding: 1.5rem 1rem 1.5rem 1rem;
}

.features-content .feature i {
    padding: 0.25rem 0;
}

.features-content .title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    line-height: 24px;
    color: var(--gray--900);
}

.features-content .subtext {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 20px;
    color: var(--gray--500);
}

.features-content i {
    margin-right: 1rem;
    font-size: 1.15rem;
    color: var(--gray--900);
}

.btn-wrapper {
    display: flex;
    flex-direction: column;
}

.user-signed-in .btn {
    margin: 0;
}

#btn-buynow {
    width: 100%;
    max-width: 520px;
}

.cc-message {
    width: 100%;
    max-width: 520px;
}

.btn {
    margin: 0.375rem;
    padding: 1rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: ease-in-out 300ms;
}

.btn-secondary {
    background: white;
    border: 1px solid var(--gray--300);
    color: var(--gray--900);
}

.btn:hover {
    background-color: var(--blue--700);
}

.btn-secondary:hover {
    background-color: var(--gray--200);
    border: 1px solid var(--gray--200);
}

.container-upload {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.btn-upload {
    background-color: var(--gray--900);
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.5s ease-out;
}

.btn-upload i {
    margin-left: 8px;
}

.btn-upload:hover {
    background-color: #DC9326;
    background-image: linear-gradient(90deg, rgba(225, 44, 21, 0.71) 18.83%, #DC932600 93.09%);
}

.header-desc h1 {
    font-size: 32px;
    font-weight: 700;
}

.header-desc p {
    font-size: 16px;
    line-height: 1.5;
}

/** header-image begin */
.header-image {
    overflow: hidden;
}

.header-image > .dv-container {
    position: relative;
    aspect-ratio: 1/0.9;
    background-image: url(blob.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center, bottom;
}

.dv-container .video-gif {
    display: none;
}

.header-image .phone-container,
.header-image .top-video-container {
    width: 80%;
    height: 100%;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/** phone overlay */
.header-image .phone-container {
    position: absolute;
    background-image: url(photo-frame.png);
    background-size: 100%;
}

/** Video inside the phone */
.header-image .top-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 20% 20% 0 0;
}

.header-image .video-group {
    position: absolute;
    padding: 5%;
    background-color: black;
}

.header-image .video-group.animate {
    animation: 15s cubic-bezier(.28, 0, .72, 1) 1s infinite alternate video-in-phone;
}

.header-image .video-group img {
    width: 100%;
}

.header-image .video-gif {
    margin-bottom: 0.5rem;
}

/** Gradiant overlay */
.header-image .shade-container {
    background: linear-gradient(180deg,
            rgba(0, 115, 199, 0) 50%,
            var(--blue--600) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
}

/** Logo row */
.header-image .logo-container {
    display: inline-flex;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2%;
    border-radius: 0.375rem;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2.5rem);
    box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.1);
}

.header-image .logo-container>img {
    width: calc((100% / 3) - 0.188rem);
    border-radius: 12%;
    margin-left: 0.15rem;
    box-shadow: 0 0.25rem 0.313rem rgba(0, 0, 0, 0.2);
}

/** Video animation */
@keyframes video-in-phone {
    0% {
        top: 0;
    }

    100% {
        top: -160%;
    }
}

/** header-image end */

/** art-content begin */
.art-content > .dv-container {
    width: 100%;
    height: 100%;
    background-image: url(/images/blob-blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    opacity: 0;
    transition: opacity 500ms;
}

/** Logo classes */

.art-content {
    margin: 0 auto;
}

.art-content .logo-container {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    align-items: center;
    justify-content: center;
}

.art-content .logo-container div {
    text-align: center;
    border-radius: 0.375rem;
}

.art-content .logos {
    width: 50%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background: white;
    border-radius: 0.375rem;
    transition: width 0.5s;
    box-shadow: 0px 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}

.art-content .expand {
    width: 75% !important;
}

/** Phone container classes */
.art-content .video-container {
    position: relative;
    grid-column: span 4;
    aspect-ratio: 1/1.54;
}

.art-content .phone-container,
.art-content .apps,
.art-content .phone-overlay {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.art-content .phone-overlay {
    width: 75%;
    height: 100%;
}

.art-content .phone-overlay > img {
    height: 100%;
}

/** Phone app UI classes */

.art-content .phone-container {
    width: 68%;
    height: 96.5%;
    margin-top: 3.5%;
    border-radius: 1rem;
    overflow: hidden;
    background: black;
}

.art-content .apps {
    display: block;
}

.art-content .apps>img {
    width: 100%;
    position: relative;
    display: inherit;
}

.art-content .apps {
    display: none;
}

.art-content .apps.show {
    display: block;
}

/** art-content end */

.page-content-header {
    position: relative;
    background: linear-gradient(136deg, #0D4974 0%, #0073C7 23.42%, #8ECBF7 100%);
    padding: 54px 24px;
}

.dsp-logos {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 50px;
    justify-content: center;
    gap: 24px 32px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.dsp-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 24px;
}

.dsp-logo img {
    max-height: 100%;
}

.cta-container {
    min-width: 350px;
}

.dv-cta .title {
    font-size: 20px;
}

.dv-cta .price {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 16px;
}

.btn-row {
    margin-top: 20px;
}

#btn-signin {
    border: none;
    color: var(--blue--600);
}

.sections {
    padding: 0 36px;
}

.content-section {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-item {
    display: block;
    min-width: 40%;
}

.content-section.first .section-item {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.round-label {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #69BBDE;
    border-radius: 100px;

    box-shadow: -1px 0px 4px 0px rgba(3, 127, 188, 0.20), 1px 0px 4px 0px rgba(14, 177, 138, 0.20);
    /*border-image: linear-gradient(to right, #0073C7, #10B981) 1;*/

    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #0073C7;
}

.round-label i {
    margin-right: 6px;
}

.item-description {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.item-description.bold {
    font-weight: 600;
}

.item-image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.video-cta {
    display: none;
    padding: 0 36px;
}

.bottom-buttons {
    margin-top: 80px;
    padding: 0 36px;
}

#dv-cta .ultimate-discount {
    margin-top: 20px;
}

#dv-cta .ultimate-badge-border {
    font-size: 12px;
    top: 0;
    border-radius: 10px;
}

#dv-cta .ultimate-badge-text {
    font-size: 12px;
}

#dv-cta .ultimate-discount-label {
    font-size: 15px;
    margin-left: 6px;
}

/** sm 321px small mobile phone */
@media only screen and (max-width: 20rem) {
    .hide-on-sm-mobile {
        display: none;
    }
}

/** sm 416px mobile phone */
@media only screen and (max-width: 26rem) {
    
    #billed-to-card, .cc-message {
        margin-bottom: 0.75rem;
    }

    .hide-on-mobile {
        display: none;
    }

    #billed-to-card {
        gap: 0px;
    }
}

/** sm 576px phone landscape / tablet portrait */
@media only screen and (min-width: 36rem) {

    .cta-container {
        width: 350px;
    }

}

/** md 768px tablet */
@media only screen and (min-width: 48rem) {

    .logo {
        display: none;
    }

    .header-desc .logo {
        display: block;
    }

    .header-desc {
        padding: 2rem 0 2rem 2rem;
    }

    .header-image {
        padding: 2rem 2rem 2rem 1rem;
    }

    .header-desc,
    .header-image,
    #art-features-group > div {
        flex: initial
    }

    .dv-header-content {
        flex-direction: row-reverse;
        padding: 2rem;
    }

    #art-features-group {
        flex-direction: row;
        align-items: center;
    }

    #art-features-group {
        margin: 0 2rem 0 2rem;
    }

    .art-content {
        padding-right: 2rem;
    }

    .features-content {
        margin: 0;
    }

    .art-content .logos {
        width: 40%;
    }
    
    .art-content .expand {
        width: 60% !important;
    }

    .container-upload {
       justify-content: left;
    }

    .dv-header-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }

    .header-desc {
        max-width: 60%;
        min-width: 46%;
        color: white;
        padding: 0;
    }

    .dv-cta {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 32px 40px;
        border-radius: 12px;
        box-shadow: 0px 12px 24px 0px rgba(3, 90, 155, 0.30);
    }

    .dsp-logos {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0;
    }

    .sections {
        padding: 0 48px;
    }

    .content-section {
        margin-top: 80px;
        flex-direction: row;
        align-items: center;
        gap: 70px
    }

    .content-section.first {
        margin-top: 48px;
        justify-content: center;
        padding: 0 5%;
    }

    .content-section.reverse {
        flex-direction: row-reverse;
        text-align: right;
    }

    .round-label {
        font-size: 16px;
    }

    .item-description {
        margin-top: 20px;
        font-size: 20px;
    }

    .item-description.bold {
        font-weight: 600;
    }

    .item-image {
        width: 100%;
    }

    .video-cta {
        display: block;
        margin-top: 120px;
        width: 100%;
    }

    .size-holder {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .video-background {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }

    .video-background .background-layer {
        position: absolute;
        border-radius: 32px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: -1;
    }

    .video-background .first-layer {
        background: var(--gray-300, #D1D5DB);
        width: 90%;
        height: 105%;
    }

    .video-background .second-layer {
        opacity: 0.75;
        background: var(--gray-200, #E5E7EB);
        width: 80%;
        height: 110%;
    }

    .video-cta video {
        width: 100%;
        border-radius: 32px;
        box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.30);
    }

    .video-overlay {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
    }

    .overlay-title {
        font-size: 40px;
        font-weight: 600;
        color: #FFF;
    }

    .overlay-button {
        margin-top: 40px;
        color: #000;
        border-radius: 8px;
        padding: 16px 120px;
        font-size: 20px;
        font-weight: 700;
        border: 1px solid var(--gray-50, #F9FAFB);
        background: #FFF;
        box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.50);
        cursor: pointer;
        transition: ease-in-out 300ms;
    }

    .overlay-button:hover {
        background: #D8EEFFFF;
    }

    .bottom-buttons {
        display: none;
    }
}

/** lg 992px desktop */
@media only screen and (min-width: 62rem) {

    #page-content {
        margin-top: 120px;
    }

    .header-image {
        padding: 2rem 5rem 2rem 1rem;
    }

    .header-desc h1 {
        font-size: 52px;
    }

    .logo-wrapper {
        padding: 0;
    }

    .art-content {
        padding-right: 5rem;
    }

    .logo {
        width: 140px;
    }

    .header-desc .logo {
        margin-bottom: 48px;
    }

    .header-desc p {
        font-size: 20px;
    }

    .page-content-header {
        padding: 90px 24px;
    }

    .dv-header-content {
        gap: 100px;
    }

    .cta-container {
        min-width: 430px;
    }

    .dv-cta .title {
        font-size: 28px;
    }

    .dv-cta .price {
        font-size: 20px;
    }


    .dsp-logo {
        height: 36px;
    }

    .btn-row {
        margin-top: 40px;
    }

    .round-label {
        font-size: 16px;
    }

    .item-description {
        margin-top: 30px;
        font-size: 40px;
    }

    .overlay-title {
        font-size: 60px;
    }
}
