@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 45pc
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 990pt
    }
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .5rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .5rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .5rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .5rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .5rem !important
    }

    .m-sm-2 {
        margin: 1rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1rem !important
    }

    .m-sm-3 {
        margin: 2rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem !important
    }

    .m-sm-4 {
        margin: 3rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 3rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 3rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 3rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 3rem !important
    }

    .m-sm-5 {
        margin: 6rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 6rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 6rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 6rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 6rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .5rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .5rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .5rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .5rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .5rem !important
    }

    .p-sm-2 {
        padding: 1rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1rem !important
    }

    .p-sm-3 {
        padding: 2rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem !important
    }

    .p-sm-4 {
        padding: 3rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 3rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 3rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 3rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 3rem !important
    }

    .p-sm-5 {
        padding: 6rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 6rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 6rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 6rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 6rem !important
    }

    .m-sm-n1 {
        margin: -.5rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.5rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.5rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.5rem !important
    }

    .m-sm-n2 {
        margin: -1rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -1rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -1rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -1rem !important
    }

    .m-sm-n3 {
        margin: -2rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -2rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -2rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -2rem !important
    }

    .m-sm-n4 {
        margin: -3rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -3rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -3rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -3rem !important
    }

    .m-sm-n5 {
        margin: -6rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -6rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -6rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -6rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .5rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .5rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .5rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .5rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .5rem !important
    }

    .m-md-2 {
        margin: 1rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 1rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 1rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 1rem !important
    }

    .m-md-3 {
        margin: 2rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem !important
    }

    .m-md-4 {
        margin: 3rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 3rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 3rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 3rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 3rem !important
    }

    .m-md-5 {
        margin: 6rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 6rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 6rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 6rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 6rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .5rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .5rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .5rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .5rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .5rem !important
    }

    .p-md-2 {
        padding: 1rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 1rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 1rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 1rem !important
    }

    .p-md-3 {
        padding: 2rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem !important
    }

    .p-md-4 {
        padding: 3rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 3rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 3rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 3rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 3rem !important
    }

    .p-md-5 {
        padding: 6rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 6rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 6rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 6rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 6rem !important
    }

    .m-md-n1 {
        margin: -.5rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.5rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.5rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.5rem !important
    }

    .m-md-n2 {
        margin: -1rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -1rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -1rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -1rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -1rem !important
    }

    .m-md-n3 {
        margin: -2rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -2rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -2rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -2rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -2rem !important
    }

    .m-md-n4 {
        margin: -3rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -3rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -3rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -3rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -3rem !important
    }

    .m-md-n5 {
        margin: -6rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -6rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -6rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -6rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -6rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .5rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .5rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .5rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .5rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .5rem !important
    }

    .m-lg-2 {
        margin: 1rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1rem !important
    }

    .m-lg-3 {
        margin: 2rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem !important
    }

    .m-lg-4 {
        margin: 3rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 3rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 3rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 3rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 3rem !important
    }

    .m-lg-5 {
        margin: 6rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 6rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 6rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 6rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 6rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .5rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .5rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .5rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .5rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .5rem !important
    }

    .p-lg-2 {
        padding: 1rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1rem !important
    }

    .p-lg-3 {
        padding: 2rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem !important
    }

    .p-lg-4 {
        padding: 3rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 3rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 3rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 3rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 3rem !important
    }

    .p-lg-5 {
        padding: 6rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 6rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 6rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 6rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 6rem !important
    }

    .m-lg-n1 {
        margin: -.5rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.5rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.5rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.5rem !important
    }

    .m-lg-n2 {
        margin: -1rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -1rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -1rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -1rem !important
    }

    .m-lg-n3 {
        margin: -2rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -2rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -2rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -2rem !important
    }

    .m-lg-n4 {
        margin: -3rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -3rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -3rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -3rem !important
    }

    .m-lg-n5 {
        margin: -6rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -6rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -6rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -6rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .5rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .5rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .5rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .5rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .5rem !important
    }

    .m-xl-2 {
        margin: 1rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1rem !important
    }

    .m-xl-3 {
        margin: 2rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem !important
    }

    .m-xl-4 {
        margin: 3rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 3rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 3rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 3rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 3rem !important
    }

    .m-xl-5 {
        margin: 6rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 6rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 6rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 6rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 6rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .5rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .5rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .5rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .5rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .5rem !important
    }

    .p-xl-2 {
        padding: 1rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1rem !important
    }

    .p-xl-3 {
        padding: 2rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem !important
    }

    .p-xl-4 {
        padding: 3rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 3rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 3rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 3rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 3rem !important
    }

    .p-xl-5 {
        padding: 6rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 6rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 6rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 6rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 6rem !important
    }

    .m-xl-n1 {
        margin: -.5rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.5rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.5rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.5rem !important
    }

    .m-xl-n2 {
        margin: -1rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -1rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -1rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -1rem !important
    }

    .m-xl-n3 {
        margin: -2rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -2rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -2rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -2rem !important
    }

    .m-xl-n4 {
        margin: -3rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -3rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -3rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -3rem !important
    }

    .m-xl-n5 {
        margin: -6rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -6rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -6rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -6rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .Vlt-grid--narrow {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width:768px) {
    .Vlt-grid--narrow .Vlt-col {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width:768px) {
    .Vlt-col--1of2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--1of3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .Vlt-col--2of3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%
    }

    .Vlt-col--1of4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Vlt-col--2of4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--3of4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Vlt-col--center {
        text-align: center
    }

    .Vlt-col--right {
        text-align: right
    }

    .Vlt-col--left {
        text-align: left
    }
}

@media only screen and (min-width:576px) {
    .Vlt-S-only {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-M-only {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .Vlt-L-plus {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-M-less {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top0 {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top1 {
        margin-top: 8px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top2 {
        margin-top: 1pc !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top3 {
        margin-top: 24px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top4 {
        margin-top: 2pc !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top0 {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top1 {
        margin-top: 8px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top2 {
        margin-top: 1pc !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top3 {
        margin-top: 24px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top4 {
        margin-top: 2pc !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom0 {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom1 {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom2 {
        margin-bottom: 1pc !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom3 {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom4 {
        margin-bottom: 2pc !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom0 {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom1 {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom2 {
        margin-bottom: 1pc !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom3 {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom4 {
        margin-bottom: 2pc !important
    }
}

@media (min-width:576px) {
    .Vlt-grid {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .Vlt-grid {
        max-width: 45pc
    }
}

@media (min-width:992px) {
    .Vlt-grid {
        max-width: 990pt
    }
}

@media (min-width:768px) {
    .h1 {
        font-size: 4.4rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 4.4rem
    }
}

@media (min-width:1200px) {
    .h1 {
        font-size: 6.8rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 7.2rem
    }
}

@media (min-width:768px) {
    .h2 {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .h2 {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .h3 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .h3 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .h4 {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .h4 {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .p1 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .p1 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .p2 {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .p2 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .p3 {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .p3 {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .text-link {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .text-link {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {

    .arrow,
    .arrow-light {
        height: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .btn {
        height: 7rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 7rem
    }
}

@media (min-width:1200px) {
    .btn {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 7rem
    }
}

@media (min-width:768px) {
    .link {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .link {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .text-link-electric {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .text-link-electric {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .static-site__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .static-site__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .breadcrumbs {
        margin-bottom: 4rem;
        margin-top: 7rem
    }
}

@media (min-width:992px) {
    .breadcrumbs {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {
    .breadcrumbs--dark {
        padding-bottom: 4rem;
        padding-top: 7rem
    }
}

@media (min-width:992px) {
    .breadcrumbs--dark {
        padding-bottom: 5rem
    }
}

@media (min-width:768px) {
    .Vlt-footer {
        padding-bottom: 3.4rem;
        padding-top: 7.6rem
    }
}

@media (min-width:992px) {
    .Vlt-footer {
        padding-bottom: 2.2rem;
        padding-top: 5rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__logo {
        padding-bottom: 7.2rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__header {
        padding-bottom: 5rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__header-link a {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-footer__header-link a {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-footer__title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__title {
        padding-bottom: 2.5rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__divider {
        margin-bottom: 4.6rem
    }
}

@media (min-width:992px) {
    .Vlt-footer__divider {
        margin-bottom: 1.8rem;
        margin-top: -1rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__copy {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-footer__copy {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .Vlt-footer__legal-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .Vlt-footer__legal-group {
        padding-bottom: 2.5rem
    }
}

@media (min-width:992px) {
    .Vlt-footer__legal-group {
        padding-bottom: 1.5rem
    }
}

@media (min-width:768px) {
    .Vlt-footer__legal-group--column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .Vlt-footer__legal-group--column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .Vlt-footer__legal-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 1rem;
        white-space: nowrap
    }

    .Vlt-footer__legal-link:first-child {
        padding-left: 0
    }

    .Vlt-footer__legal-link:last-child {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .Vlt-footer__legal-link a {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-footer__legal-link a {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .Vlt-footer-alternative {
        padding-top: 7rem
    }
}

@media (min-width:992px) {
    .Vlt-footer-alternative {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media (min-width:992px) {
    .Vlt-footer-alternative__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .Vlt-footer-alternative__section {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .Vlt-footer-alternative__section {
        margin-bottom: 0;
        width: 50%
    }
}

@media (min-width:992px) {
    .Vlt-footer-alternative__section:last-child {
        padding-left: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-footer-alternative__link {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-footer-alternative__link {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .Vlt-footer-alternative__title {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-footer-alternative__title {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .Vlt-footer-alternative .trade-disclaimer {
        text-align: right;
        right: 10rem
    }
}

@media (min-width:768px) {
    .form-overlay__overlay {
        padding-top: 3rem
    }
}

@media (min-width:992px) {
    .form-overlay__overlay {
        padding-top: 3rem
    }
}

@media (min-width:768px) {
    .form-overlay__close {
        margin-bottom: 2rem
    }
}

@media (min-width:992px) {
    .form-overlay__close {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .form-overlay.form-overlay--open {
        position: fixed;
        z-index: 2;
        padding-left: 472px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, .71)
    }
}

@media (min-width:768px) {
    #main-content {
        padding-top: 9.6rem
    }
}

@media (min-width:992px) {
    #main-content {
        padding-top: 12.5rem
    }
}

@media (min-width:768px) {
    .Vlt-header--l3+#main-content {
        padding-top: 18.1rem
    }
}

@media (min-width:992px) {
    .Vlt-header--l3+#main-content {
        padding-top: 22rem
    }
}

@media (min-width:768px) {
    #main-content.header--l3 {
        padding-top: 18.1rem
    }
}

@media (min-width:992px) {
    #main-content.header--l3 {
        padding-top: 22rem
    }
}

@media (min-width:768px) {
    .Vlt-header--l32022+#main-content {
        padding-top: 18.6rem
    }
}

@media (min-width:992px) {
    .Vlt-header--l32022+#main-content {
        padding-top: 17.5rem
    }
}

@media (min-width:768px) {
    #main-content.header--l32022 {
        padding-top: 18.6rem
    }
}

@media (min-width:992px) {
    #main-content.header--l32022 {
        padding-top: 17.5rem
    }
}

@media (min-width:768px) {
    .Vlt-header {
        height: 9.6rem;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease
    }
}

@media (min-width:992px) {
    .Vlt-header {
        height: 12.5rem;
        overflow: visible;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease
    }
}

@media (min-width:992px) {
    [data-announcement] .Vlt-header {
        top: 7.1rem
    }
}

@media (min-width:992px) {
    .Vlt-header[data-scroll-direction-bottom=true] {
        -webkit-transform: translateY(-5.8rem);
        transform: translateY(-5.8rem)
    }
}

@media (min-width:992px) {
    .Vlt-header[data-scroll-direction-top=true] {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:992px) {
    .Vlt-header--l32022[data-scroll-direction-bottom=true] {
        -webkit-transform: translateY(-12.5rem);
        transform: translateY(-12.5rem)
    }
}

@media (min-width:992px) {
    .Vlt-header__content {
        height: auto;
        max-width: 132rem;
        overflow: visible
    }
}

@media (min-width:992px) {
    .Vlt-header__backdrop {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
        left: 0;
        padding-top: 0;
        top: -12.5rem;
        width: 100%
    }

    .Vlt-header__backdrop-overlay {
        background-color: rgba(0, 0, 0, .7);
        height: 100vh;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .36s;
        transition: opacity .36s;
        visibility: hidden;
        width: 100%
    }

    [data-scroll-direction-bottom=true] .Vlt-header__backdrop-overlay {
        -webkit-transform: translateY(25rem);
        transform: translateY(25rem)
    }

    [data-scroll-direction-top=true] .Vlt-header__backdrop-overlay {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .animate-open-backdrop .Vlt-header__backdrop {
        top: 0
    }
}

@media (min-width:992px) {
    [data-animated=true] .Vlt-header__backdrop {
        -webkit-transition: height .36s ease;
        transition: height .36s ease
    }
}

@media (min-width:992px) {
    .animate-open-backdrop .Vlt-header__backdrop {
        top: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .animate-open-backdrop .Vlt-header__backdrop-overlay {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:992px) {
    [data-announcement] .topnav-selected .Vlt-header__backdrop {
        padding-top: 7.1rem;
        top: -7.1rem
    }
}

@media (min-width:992px) {
    .Vlt-header.animate-open-backdrop {
        top: 7.1rem
    }
}

@media (min-width:768px) {
    .Vlt-header__logo {
        top: 3.2rem;
        width: 14.6rem
    }
}

@media (min-width:992px) {
    .topnav-selected[data-animated=true] .Vlt-header__logo {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:992px) {
    .topnav-selected .Vlt-header__logo {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:992px) {
    .Vlt-header__logo {
        bottom: 1.6rem;
        position: absolute;
        top: auto;
        width: 17.6rem
    }
}

@media (min-width:992px) {
    .animate-open-backdrop .Vlt-header__logo {
        visibility: visible
    }
}

@media (min-width:992px) {
    [data-scroll-direction-bottom=true] .Vlt-header__logo {
        width: 4.7rem
    }

    [data-scroll-direction-bottom=true] .Vlt-header__logo .Vlt-site-logo__vonage {
        display: none
    }

    [data-scroll-direction-bottom=true] .Vlt-header__logo .Vlt-site-logo__vonage--simple {
        display: block
    }
}

@media (min-width:992px) {
    [data-scroll-direction-top=true] .Vlt-header__logo {
        width: 17.6rem
    }

    [data-scroll-direction-top=true] .Vlt-header__logo .Vlt-site-logo__vonage {
        display: block
    }

    [data-scroll-direction-top=true] .Vlt-header__logo .Vlt-site-logo__vonage--simple {
        display: none
    }
}

@media (min-width:992px) {
    .Vlt-header__logo .Vlt-site-logo__vonage {
        height: 3.9rem
    }
}

@media (min-width:992px) {
    [data-scroll-direction-bottom=true] .Vlt-header__logo .Vlt-site-logo__vonage--simple {
        width: 3.5rem
    }
}

@media (min-width:992px) {
    [data-scroll-direction-top=true] .Vlt-header__logo .Vlt-site-logo__vonage--simple {
        width: 4.7rem
    }
}

@media (min-width:768px) {
    .Vlt-header__nav-toggle {
        height: 2.4rem;
        top: 3.6rem;
        width: 2.4rem
    }
}

@media (min-width:992px) {
    .Vlt-header__nav-toggle {
        display: none
    }
}

@media (min-width:768px) {

    .Vlt-header__nav-toggle:after,
    .Vlt-header__nav-toggle:before,
    .Vlt-header__nav-toggle span {
        height: .3rem
    }
}

@media (min-width:768px) {
    .Vlt-header__nav-toggle:before {
        top: .4rem
    }
}

@media (min-width:992px) {
    .Vlt-header__menu-separator {
        display: none
    }
}

@media (min-width:992px) {
    .Vlt-header__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 12.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: 0;
        overflow: visible;
        padding-bottom: 0;
        padding-left: 25rem;
        padding-top: 1.5rem;
        position: relative;
        top: 0;
        visibility: visible;
        width: auto
    }
}

@media (min-width:992px) {
    .Vlt-header__navigation .Vlt-utility-nav {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (min-width:992px) {
    [data-scroll-direction-bottom=true] .Vlt-header__navigation {
        padding-left: 10.6rem
    }
}

@media (min-width:992px) {
    [data-scroll-direction-top=true] .Vlt-header__navigation {
        padding-left: 25rem
    }
}

@media (min-width:992px) {
    .Vlt-topnav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 7.4rem
    }
}

@media (min-width:992px) {
    .Vlt-topnav__item {
        margin-top: 0;
        opacity: 1
    }
}

@media (min-width:992px) {
    [data-animated=true] .Vlt-topnav__item {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:768px) {

    .Vlt-topnav__button,
    .Vlt-topnav__link,
    .Vlt-topnav__link:link {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {

    .Vlt-topnav__button,
    .Vlt-topnav__link,
    .Vlt-topnav__link:link {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {

    .topnav-selected .Vlt-topnav__button,
    .topnav-selected .Vlt-topnav__link,
    .topnav-selected .Vlt-topnav__link:link {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:992px) {

    .topmenu-back[data-animated=true] .Vlt-topnav__button,
    .topmenu-back[data-animated=true] .Vlt-topnav__link,
    .topmenu-back[data-animated=true] .Vlt-topnav__link:link {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:992px) {

    .Vlt-topnav__button,
    .Vlt-topnav__link,
    .Vlt-topnav__link:link {
        border-bottom: .2rem solid transparent;
        color: #000;
        font-size: 1.5rem;
        line-height: 2.7;
        margin-left: 3rem;
        padding: 0;
        text-decoration: none
    }

    .Vlt-topnav__button:hover,
    .Vlt-topnav__link:hover,
    .Vlt-topnav__link:link:hover {
        border-bottom-color: #000
    }

    .animate-open-backdrop .Vlt-topnav__button,
    .animate-open-backdrop .Vlt-topnav__link,
    .animate-open-backdrop .Vlt-topnav__link:link {
        color: #fff
    }

    .animate-open-backdrop .Vlt-topnav__button:hover,
    .animate-open-backdrop .Vlt-topnav__link:hover,
    .animate-open-backdrop .Vlt-topnav__link:link:hover {
        border-bottom-color: #fff
    }
}

@media screen and (min-width:992px) and (max-width:1230px) {

    .Vlt-topnav__button,
    .Vlt-topnav__link,
    .Vlt-topnav__link:link {
        margin-left: 1.5rem;
        font-size: 1.3rem;
        letter-spacing: 0
    }
}

@media screen and (min-width:1231px) {

    .Vlt-topnav__button,
    .Vlt-topnav__link,
    .Vlt-topnav__link:link {
        font-size: 1.5rem;
        margin-left: 3rem;
        letter-spacing: .027rem
    }
}

@media (min-width:992px) {
    .Vlt-topnav__link[data-external=true]:after {
        font-size: .8rem;
        margin-left: .4rem
    }
}

@media (min-width:992px) {
    .Vlt-topnav__button {
        padding-right: 1.8rem
    }

    .Vlt-topnav__button:after {
        border-right: .2rem solid #000;
        border-top: .2rem solid #000;
        height: .7rem;
        margin-top: -.4rem;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        width: .7rem
    }

    .animate-open-backdrop .Vlt-topnav__button:after {
        border-color: #fff;
        -webkit-transition: margin .36s ease-in-out .2s, -webkit-transform .36s ease-in-out .2s;
        transition: margin .36s ease-in-out .2s, -webkit-transform .36s ease-in-out .2s;
        transition: transform .36s ease-in-out .2s, margin .36s ease-in-out .2s;
        transition: transform .36s ease-in-out .2s, margin .36s ease-in-out .2s, -webkit-transform .36s ease-in-out .2s
    }

    .Vlt-topnav__button[aria-expanded=true] {
        border-bottom-color: #fff
    }

    .Vlt-topnav__button[aria-expanded=true]:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media (min-width:768px) {

    .Vlt-topnav__item--contact,
    .Vlt-topnav__item--try {
        margin-top: 6rem
    }
}

@media (min-width:992px) {

    .Vlt-topnav__item--contact,
    .Vlt-topnav__item--try {
        margin-top: 0
    }
}

@media (min-width:768px) {

    .Vlt-topnav__item--contact .Vlt-topnav__link,
    .Vlt-topnav__item--contact .Vlt-topnav__link:link,
    .Vlt-topnav__item--try .Vlt-topnav__link,
    .Vlt-topnav__item--try .Vlt-topnav__link:link {
        height: 7rem;
        padding-left: 2.3rem;
        padding-right: 2.3rem;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 7rem
    }
}

@media (min-width:1200px) {

    .Vlt-topnav__item--contact .Vlt-topnav__link,
    .Vlt-topnav__item--contact .Vlt-topnav__link:link,
    .Vlt-topnav__item--try .Vlt-topnav__link,
    .Vlt-topnav__item--try .Vlt-topnav__link:link {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 7rem
    }
}

@media (min-width:768px) {

    .Vlt-topnav__item--contact .Vlt-topnav__link,
    .Vlt-topnav__item--contact .Vlt-topnav__link:link,
    .Vlt-topnav__item--try .Vlt-topnav__link,
    .Vlt-topnav__item--try .Vlt-topnav__link:link {
        height: 7rem;
        line-height: 7rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width:992px) {

    .Vlt-topnav__item--contact .Vlt-topnav__link,
    .Vlt-topnav__item--contact .Vlt-topnav__link:link,
    .Vlt-topnav__item--try .Vlt-topnav__link,
    .Vlt-topnav__item--try .Vlt-topnav__link:link {
        font-size: 1.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:992px) {

    .Vlt-topnav__item--contact .Vlt-topnav__link,
    .Vlt-topnav__item--contact .Vlt-topnav__link:link {
        background-color: #000;
        color: #fff
    }
}

@media screen and (max-width:1099px) and (min-width:992px) {
    .Vlt-topnav__item--contact {
        margin-left: auto !important
    }
}

@media screen and (max-width:1099px) and (min-width:992px) {
    .Vlt-topnav__item--try {
        display: none
    }
}

@media (min-width:992px) {
    .Vlt-topnav__item--try {
        margin-left: auto
    }
}

@media (min-width:992px) {

    .Vlt-topnav__item--try .Vlt-topnav__link,
    .Vlt-topnav__item--try .Vlt-topnav__link:link {
        background-color: #fff;
        color: #000
    }
}

@media (max-width:991.98px) {
    .Vlt-topnav__btn~.Vlt-topnav__btn {
        margin-left: auto
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__item:last-child {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .l3 {
        height: 5.5rem;
        margin-top: 9.6rem;
        padding-top: 3rem
    }
}

@media (min-width:992px) {
    .l3 {
        height: 9rem;
        margin-top: 0;
        padding-top: 3.5rem
    }
}

@media (min-width:992px) {
    .l3__items {
        opacity: 1
    }
}

@media (min-width:768px) {
    .l3__item {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .l3__item {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .l3__item {
        margin-right: 3.5rem;
        opacity: 1
    }
}

@media (min-width:768px) {
    .Vlt-header--l32022 {
        height: 18.6rem
    }
}

@media (min-width:992px) {
    .Vlt-header--l32022 {
        height: 17.5rem
    }
}

@media (min-width:768px) {
    .Vlt-header--l3 {
        height: 18.1rem
    }
}

@media (min-width:992px) {
    .Vlt-header--l3 {
        height: 22rem
    }
}

@media (min-width:992px) {
    .Vlt-header--l3[data-scroll-direction-bottom=true] {
        -webkit-transform: translateY(-12.5rem);
        transform: translateY(-12.5rem)
    }
}

@media (min-width:992px) {
    .Vlt-header--l3[data-scroll-direction-top=true] {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

@media (min-width:992px) {
    .Vlt-header--l3 .Vlt-utility-nav__link {
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
}

@media (min-width:992px) {
    .Vlt-header--l3[data-scroll-direction-bottom=true] .Vlt-utility-nav__link {
        opacity: 0
    }
}

@media (min-width:992px) {
    .Vlt-header--l3[data-scroll-direction-top=true] .Vlt-utility-nav__link {
        opacity: 1
    }
}

@media (min-width:992px) {
    .Vlt-header--l3 .Vlt-topnav {
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
}

@media (min-width:992px) {
    .Vlt-header--l3[data-scroll-direction-bottom=true] .Vlt-topnav {
        opacity: 0
    }
}

@media (min-width:992px) {
    .Vlt-header--l3[data-scroll-direction-top=true] .Vlt-topnav {
        opacity: 1
    }
}

@media (min-width:992px) {

    [data-scroll-direction-bottom=true] .search-box,
    [data-scroll-direction-bottom=true] .Vlt-utility-nav {
        visibility: hidden
    }
}

@media (min-width:992px) {

    [data-scroll-direction-top=true] .search-box,
    [data-scroll-direction-top=true] .Vlt-utility-nav {
        visibility: visible
    }
}

@media (min-width:992px) {

    .Vlt-header--l3[data-scroll-direction-bottom=true] .Vlt-header__content,
    .Vlt-header--l3[data-scroll-direction-bottom=true] .Vlt-header__navigation,
    .Vlt-header--l32022[data-scroll-direction-bottom=true] .Vlt-header__content,
    .Vlt-header--l32022[data-scroll-direction-bottom=true] .Vlt-header__navigation {
        visibility: hidden
    }
}

@media (min-width:992px) {

    .Vlt-header--l3[data-scroll-direction-top=true] .Vlt-header__content,
    .Vlt-header--l3[data-scroll-direction-top=true] .Vlt-header__navigation,
    .Vlt-header--l32022[data-scroll-direction-top=true] .Vlt-header__content,
    .Vlt-header--l32022[data-scroll-direction-top=true] .Vlt-header__navigation {
        visibility: visible
    }
}

@media only screen and (max-width:1023px) {
    .l3-nav__desktop {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .l3-nav__mobile {
        display: none
    }
}

@media screen and (min-width:992px) {
    .ecomm-link--active.ecomm-link--desktop {
        display: block
    }
}

@media screen and (min-width:1100px) {
    .ecomm-link--active.ecomm-link--desktop {
        padding-right: 2.5rem
    }
}

@media (min-width:768px) {
    .ecomm-link--active.ecomm-link--mobile {
        right: 13rem;
        top: 3.6rem
    }
}

@media (min-width:992px) {
    .ecomm-link--active.ecomm-link--mobile {
        display: none
    }
}

@media (min-width:768px) {
    .ecomm-link--active.ecomm-link--no-search {
        right: 7rem;
        top: 3.6rem
    }
}

@media (min-width:768px) {
    .campaign-header {
        padding-top: 3rem
    }
}

@media (min-width:992px) {
    .campaign-header {
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .campaign-header__logo {
        width: 14.8rem
    }
}

@media (min-width:992px) {
    .campaign-header__logo {
        width: 17.8rem
    }
}

@media (min-width:768px) {
    .campaign-header__logo-simple {
        display: none
    }
}

@media (min-width:768px) {
    .campaign-header__logo-full {
        display: block
    }
}

@media (min-width:992px) {
    .campaign-header__logo-full {
        height: 4rem
    }
}

@media (min-width:768px) {
    .campaign-header__content {
        height: 4.5rem
    }
}

@media (min-width:992px) {
    .campaign-header__navigation {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible
    }
}

@media (min-width:768px) {

    .campaign-header .btn,
    .campaign-header__primary-cta {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {

    .campaign-header .btn,
    .campaign-header__primary-cta {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {

    .campaign-header .btn,
    .campaign-header__primary-cta {
        line-height: 3.2;
        padding-left: 2.2rem;
        padding-right: 2.2rem
    }
}

@media (min-width:768px) {
    .campaign-header__secondary-cta {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .campaign-header__secondary-cta {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .campaign-header__secondary-cta {
        margin-right: 3rem
    }
}

@media (min-width:768px) {
    .campaign-header__tfn-container {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .campaign-header__tfn-container {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .campaign-header__tfn-container {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) and (min-width:768px) {
    .campaign-header__tfn-container {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .campaign-header__tfn-container {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-header__tfn-copy {
        display: inline-block
    }
}

@media (min-width:768px) {
    .campaign-page .l3 {
        height: 5.5rem;
        margin-top: 0;
        padding-top: 3rem
    }
}

@media (min-width:992px) {
    .campaign-page .l3 {
        height: 9rem;
        margin-top: 0;
        padding-top: 3.5rem
    }
}

@media (min-width:992px) {
    .campaign-page .l3__items {
        opacity: 1
    }
}

@media (min-width:768px) {
    .campaign-page #main-content.header--l3 {
        padding-top: 18.1rem
    }
}

@media (min-width:992px) {
    .campaign-page #main-content.header--l3 {
        padding-top: 18.1rem
    }
}

@media (min-width:768px) {
    .campaign-page #main-content {
        padding-top: 12.1rem
    }
}

@media (min-width:768px) {
    .header-lists__lists {
        margin-top: -15.6rem
    }
}

@media (min-width:992px) {
    .header-lists__lists {
        margin-top: -19.4rem
    }
}

@media (min-width:768px) {
    .header-lists__features {
        padding: 6rem 3rem
    }
}

@media (min-width:992px) {
    .header-lists__features {
        padding: 9rem
    }
}

@media (min-width:768px) {
    .header-lists__features--secondary {
        border-top: 0
    }
}

@media (min-width:768px) {
    .header-lists__features-title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .header-lists__features-title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .header-lists__features-title {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {
    .header-lists__features-list {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .header-lists__features-list {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .header-lists__features-list {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem;
        padding-left: 2.1rem
    }
}

@media (min-width:992px) and (min-width:768px) {
    .header-lists__features-list {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .header-lists__features-list {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .header-lists__features-list li {
        padding-left: .4rem
    }
}

@media (min-width:992px) {
    .header-lists__features-list li {
        margin-top: 3rem;
        padding-left: .7rem
    }
}

@media (min-width:768px) {
    .header-lists__background {
        height: 15.6rem
    }
}

@media (min-width:992px) {
    .header-lists__background {
        height: 19.4rem
    }
}

@media (min-width:768px) and (min-width:576px) {

    .header-lists .container-fluid,
    .header-lists .container-lg,
    .header-lists .container-md,
    .header-lists .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) and (min-width:768px) {

    .header-lists .container-fluid,
    .header-lists .container-lg,
    .header-lists .container-md,
    .header-lists .container-sm {
        max-width: 45pc
    }
}

@media (min-width:768px) and (min-width:992px) {

    .header-lists .container-fluid,
    .header-lists .container-lg,
    .header-lists .container-md,
    .header-lists .container-sm {
        max-width: 990pt
    }
}

@media (min-width:992px) {
    .header-media {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .header-media__media {
        margin-top: -16rem
    }
}

@media (min-width:992px) {
    .header-media__media {
        margin-top: -37rem
    }
}

@media (min-width:768px) {
    .header-media__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .header-media__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .header-media__caption {
        text-align: left
    }
}

@media (min-width:768px) and (min-width:576px) {

    .header-media .container-fluid,
    .header-media .container-lg,
    .header-media .container-md,
    .header-media .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) and (min-width:768px) {

    .header-media .container-fluid,
    .header-media .container-lg,
    .header-media .container-md,
    .header-media .container-sm {
        max-width: 45pc
    }
}

@media (min-width:768px) and (min-width:992px) {

    .header-media .container-fluid,
    .header-media .container-lg,
    .header-media .container-md,
    .header-media .container-sm {
        max-width: 990pt
    }
}

@media (min-width:992px) {
    .header-media--media .header-media__content {
        padding-bottom: 9rem
    }
}

@media (min-width:768px) {
    .header-media--media .header-media__background {
        height: 16rem
    }
}

@media (min-width:992px) {
    .header-media--media .header-media__background {
        height: 37rem
    }
}

@media (min-width:992px) {
    .resources-list .resource-filters {
        position: relative;
        right: auto;
        top: auto
    }
}

@media (min-width:992px) {
    .resources-list--filters .categories__navigation {
        margin-top: 57px
    }
}

@media (min-width:992px) {
    .resources-featured__featured-image {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .resources-featured__featured-image .overlay .text .title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .resources-featured__featured-image .overlay .text .title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .resources-featured__list-results .featured-list-article__eyebrow {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .resources-featured__list-results .featured-list-article__eyebrow {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .resources-featured__list-results .featured-list-article .headline-wrap {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .resources-featured__list-results .featured-list-article .headline-wrap {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .resources-latest .category-title__title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .resources-latest .category-title__title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .resources-latest .category-title .category-all {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .resources-latest .category-title .category-all {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .resource-card__title-wrap {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .resource-card__title-wrap {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .main-container .left-wrapper {
        width: 25%;
        margin-left: 0;
        margin-right: 3rem
    }
}

@media (min-width:768px) {
    .main-container .left-wrapper {
        margin-left: 0;
        margin-right: 3rem
    }
}

@media (min-width:1200px) {
    .main-container .right-wrapper {
        width: 75%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .main-container .right-wrapper {
        width: 75%;
        margin-left: 3rem;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .skip-to-main {
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .skip-to-main {
        line-height: 1.9rem;
        letter-spacing: .25rem
    }
}

@media (min-width:992px) {
    .Vlt-topmenu {
        display: block;
        height: auto;
        left: 0;
        overflow: hidden;
        top: 12.5rem;
        -webkit-transition: none;
        transition: none;
        visibility: hidden
    }
}

@media (min-width:768px) {
    .Vlt-topmenu__items {
        -ms-flex-line-pack: start;
        align-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5rem
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__items {
        height: auto;
        margin-top: 0;
        padding-bottom: 9.7rem;
        padding-top: 9.7rem
    }

    .Vlt-topmenu__items[data-scrollable] {
        overflow-y: auto;
        visibility: visible
    }
}

@media (min-width:768px) {
    .Vlt-topmenu__item {
        width: 48%
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__item {
        display: block;
        visibility: hidden;
        width: 31.5%
    }

    .Vlt-topmenu__item:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    [data-animated=true] [data-item-selected=true] .Vlt-topmenu__item {
        -webkit-transition: opacity .8s ease-in-out .4s, -webkit-transform .8s ease-out .24s;
        transition: opacity .8s ease-in-out .4s, -webkit-transform .8s ease-out .24s;
        transition: opacity .8s ease-in-out .4s, transform .8s ease-out .24s;
        transition: opacity .8s ease-in-out .4s, transform .8s ease-out .24s, -webkit-transform .8s ease-out .24s;
        visibility: visible
    }

    [data-animated=true] [data-item-selected=true] .Vlt-topmenu__item:nth-child(2) {
        -webkit-transition: opacity .8s ease-in-out .34s, -webkit-transform .8s ease-out .5s;
        transition: opacity .8s ease-in-out .34s, -webkit-transform .8s ease-out .5s;
        transition: opacity .8s ease-in-out .34s, transform .8s ease-out .5s;
        transition: opacity .8s ease-in-out .34s, transform .8s ease-out .5s, -webkit-transform .8s ease-out .5s
    }

    [data-animated=true] [data-item-selected=true] .Vlt-topmenu__item:nth-child(3) {
        -webkit-transition: opacity .8s ease-in-out .44s, -webkit-transform .8s ease-out .6s;
        transition: opacity .8s ease-in-out .44s, -webkit-transform .8s ease-out .6s;
        transition: opacity .8s ease-in-out .44s, transform .8s ease-out .6s;
        transition: opacity .8s ease-in-out .44s, transform .8s ease-out .6s, -webkit-transform .8s ease-out .6s
    }

    [data-animated=true] [data-item-selected=true] .Vlt-topmenu__item:nth-child(4) {
        -webkit-transition: opacity .8s ease-in-out .45s, -webkit-transform .8s ease-out .7s;
        transition: opacity .8s ease-in-out .45s, -webkit-transform .8s ease-out .7s;
        transition: opacity .8s ease-in-out .45s, transform .8s ease-out .7s;
        transition: opacity .8s ease-in-out .45s, transform .8s ease-out .7s, -webkit-transform .8s ease-out .7s
    }

    [data-animated=true] [data-item-selected=true] .Vlt-topmenu__item:nth-child(5) {
        -webkit-transition: opacity .8s ease-in-out .55s, -webkit-transform .8s ease-out .8s;
        transition: opacity .8s ease-in-out .55s, -webkit-transform .8s ease-out .8s;
        transition: opacity .8s ease-in-out .55s, transform .8s ease-out .8s;
        transition: opacity .8s ease-in-out .55s, transform .8s ease-out .8s, -webkit-transform .8s ease-out .8s
    }

    [data-animated=true] [data-item-selected=true] .Vlt-topmenu__item:nth-child(6) {
        -webkit-transition: opacity .8s ease-in-out .65s, -webkit-transform .8s ease-out .9s;
        transition: opacity .8s ease-in-out .65s, -webkit-transform .8s ease-out .9s;
        transition: opacity .8s ease-in-out .65s, transform .8s ease-out .9s;
        transition: opacity .8s ease-in-out .65s, transform .8s ease-out .9s, -webkit-transform .8s ease-out .9s
    }
}

@media (min-width:768px) {
    .Vlt-topmenu__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .Vlt-topmenu__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .topnav-selected .Vlt-topmenu__title {
        display: none;
        opacity: 0
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__link {
        background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(35%, #80aaf6), to(#7fc8f5));
        background-image: linear-gradient(90deg, #000, #80aaf6 35%, #7fc8f5);
        border: .1rem solid #000;
        border-radius: 2rem;
        position: relative
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__link-content {
        background-color: #000;
        border-radius: 2rem;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -.1rem;
        min-height: 17.2rem;
        padding: 3.3rem 4rem;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease
    }
}

@media (min-width:768px) {
    .Vlt-topmenu__link-heading {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-topmenu__link-heading {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__link-heading {
        text-decoration: none
    }
}

@media (min-width:768px) {
    .Vlt-topmenu__link-description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-topmenu__link-description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-topmenu__link-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Vlt-topmenu__link-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .Vlt-topmenu__link-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .Vlt-topmenu__link-description {
        margin-top: 1.5rem
    }
}

@media (min-width:992px) {

    .Vlt-topmenu__link:focus,
    .Vlt-topmenu__link:hover {
        outline: none
    }

    .Vlt-topmenu__link:focus .Vlt-topmenu__link-content,
    .Vlt-topmenu__link:hover .Vlt-topmenu__link-content {
        -webkit-transform: translate(-.7rem, -.7rem);
        transform: translate(-.7rem, -.7rem)
    }
}

@media (min-width:768px) {
    .Vlt-topmenu-toggle {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-topmenu-toggle {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .Vlt-topmenu-toggle {
        display: none !important
    }
}

@media (min-width:992px) {
    .topnav-selected-start .Vlt-topmenu-toggle {
        display: none
    }
}

@media (min-width:992px) {
    .topnav-selected[data-animated=true] .Vlt-utility-nav {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:992px) {
    .topnav-selected .Vlt-utility-nav {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:992px) {
    .Vlt-utility-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 4.5rem;
        margin-bottom: .1rem;
        margin-right: 3rem
    }
}

@media (min-width:992px) {
    [data-page-scrolled] .Vlt-utility-nav {
        -webkit-transition: visibility 0s linear .3s, opacity .3s;
        transition: visibility 0s linear .3s, opacity .3s;
        visibility: hidden
    }
}

@media (min-width:992px) {
    .Vlt-utility-nav__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .Vlt-utility-nav__item {
        margin-top: 2.6rem;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .Vlt-utility-nav__link {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-utility-nav__link {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .Vlt-utility-nav__link {
        color: #5f6169;
        display: inline-block;
        font-size: 1.4rem;
        height: 4.6rem;
        line-height: 3.285;
        padding: 0 1.6rem
    }

    .Vlt-utility-nav__link:hover {
        text-decoration: underline
    }
}

@media (min-width:992px) {
    .Vlt-utility-nav__link[data-external=true]:after {
        margin-left: .4rem;
        top: 0
    }
}

@media (min-width:768px) {
    .marketPlace-header__container {
        padding-top: 3rem;
        grid-template-columns: 1fr minmax(362px, 2fr) 1fr
    }
}

@media (min-width:992px) {

    .marketPlace-header--checkout .marketPlace-header__container,
    .marketPlace-header--summary .marketPlace-header__container {
        grid-template-columns: 1fr minmax(362px, 2fr) .5fr
    }
}

@media (min-width:992px) {
    .marketPlace-header__searchBox {
        display: none
    }
}

@media (min-width:992px) {
    .marketPlace-header .filters-search-box-root {
        display: block
    }
}

@media (min-width:992px) {
    .marketPlace-header__ctas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        text-align: left
    }
}

@media (min-width:992px) {

    .marketPlace-header .Vlt-site-logo__vonage,
    .marketPlace-header .Vlt-site-logo__vonage--simple {
        max-height: 4rem
    }
}

@media (min-width:992px) {
    .marketPlace-header .Vlt-site-logo__vonage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .marketPlace-header__header {
        top: 118px
    }
}

@media (min-width:992px) {
    .marketPlace-header__gray-top {
        height: 50px
    }
}

@media (min-width:992px) {
    .marketPlace-header__black-top {
        height: 20px
    }
}

@media (min-width:992px) {
    .marketPlace-header__gradient-top {
        height: 15px
    }
}

@media only screen and (min-width:767px) and (max-width:1023px) {
    .marketPlace-header .filters-search-box .search-wrapper.desktop-only {
        display: none
    }

    .marketPlace-header .filters-search-box .search-box {
        display: block
    }
}

@media (min-width:992px) {
    .marketPlace-header .search-box {
        display: none
    }
}

@media (min-width:576px) {
    .marketPlaceOverview .marketPlace-header .marketPlace-header__header {
        display: none
    }
}

@media (min-width:768px) {
    .marketPlaceOverview .marketPlace-header .filters-search-box .search-filters-mobile {
        display: none
    }
}

@media (min-width:992px) {
    .marketPlaceheader.sectionsection {
        height: 0
    }
}

@media (min-width:768px) {
    .marketPlaceheader.sectionsection {
        height: 0
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-header__navigation {
        background-color: #fff
    }
}

@media (min-width:992px) {
    .megaMenuHeader .topnav-selected .Vlt-topmenu__title {
        padding-left: 0
    }
}

@media (min-width:992px) {
    .megaMenuHeader .topnav-selected .Vlt-topnav__item--try .Vlt-topnav__link {
        border: 1px solid #000
    }

    .megaMenuHeader .topnav-selected .country-selector__countries,
    .megaMenuHeader .topnav-selected .country-selector__countries:before {
        color: #5f6169
    }

    .megaMenuHeader .topnav-selected .country-selector__container:before {
        color: #5f6169;
        border-color: #5f6169
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topnav__item[data-item-selected=true] {
        background-color: #6f54a3;
        border-radius: 15px 15px 0 0;
        color: #fff
    }

    .megaMenuHeader .Vlt-topnav__button,
    .megaMenuHeader .Vlt-topnav__item:first-child .Vlt-topnav__button {
        margin: 10px 20px
    }

    .megaMenuHeader .Vlt-topnav__button[aria-expanded=true] {
        border-bottom-color: #6f54a3;
        color: #fff
    }

    .megaMenuHeader .Vlt-topnav__button[aria-expanded=true]:after {
        border-right: .2rem solid #fff;
        border-top: .2rem solid #fff
    }

    .megaMenuHeader .Vlt-topnav__link {
        margin: 0 20px
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topmenu {
        display: none;
        left: 0;
        overflow: visible;
        top: 10rem;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topmenu__items {
        background-color: #fff
    }
}

@media (min-width:992px) {

    .megaMenuHeader .Vlt-topmenu__items [class*=" Vlt-icon-"],
    .megaMenuHeader .Vlt-topmenu__items [class^=Vlt-icon-] {
        display: block;
        position: absolute;
        left: 1265px;
        top: 25px;
        font-size: 40px;
        color: #000;
        z-index: 100
    }

    .megaMenuHeader .Vlt-topmenu__items [class*=" Vlt-icon-"]:hover,
    .megaMenuHeader .Vlt-topmenu__items [class^=Vlt-icon-]:hover {
        cursor: pointer
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topmenu__items .megamenu {
        background-color: #fff
    }
}

@media only screen and (max-width:1023px) {
    .megaMenuHeader .Vlt-topmenu__items .megamenu .megamenu-nav-item.highlight.bg-quick-link {
        background: none
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topmenu__items .megamenu .megamenu-nav-item:not(.sub-nav-group) {
        display: list-item
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow.no-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow {
        background-color: #fff;
        color: #555;
        font-size: 1.4rem;
        margin: 0
    }

    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow:after {
        content: "";
        position: absolute;
        top: calc(50% - 7px);
        right: 0;
        width: 18px;
        height: 14px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14'%3E%3Cpath d='M11.83 13.1a1 1 0 01-.73-1.69L15.25 7 11.1 2.59a1 1 0 011.46-1.37L18 7l-5.44 5.79a1 1 0 01-.73.31z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100%
    }

    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow.selected,
    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow:hover {
        font-weight: 700;
        color: #000
    }

    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow.selected .megamenu-icons,
    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow:hover .megamenu-icons {
        font-weight: 700
    }

    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow.selected:after,
    .megaMenuHeader .Vlt-topmenu__items .megamenu a.with-arrow:hover:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14'%3E%3Cpath d='M12.56 1.21a1 1 0 00-1.46 1.38L14.31 6H0v2h14.31l-3.21 3.41a1 1 0 001.46 1.37L18 7z'/%3E%3C/svg%3E")
    }
}

@media (min-width:768px) {
    .card-icon-3-up .container .row>div {
        padding-top: 4.1rem
    }
}

@media (min-width:992px) {
    .card-icon-3-up .container .row>div {
        padding-top: 7rem
    }

    .card-icon-3-up .container .row>div:first-child {
        padding-top: 0
    }

    .card-icon-3-up .container .row>div:last-child {
        padding-top: 14rem
    }
}

@media (min-width:768px) {
    .card-image-3-up {
        padding-top: 5rem
    }
}

@media (min-width:992px) {
    .card-image-3-up {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media (min-width:768px) {
    .card-image-3-up__headline {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .card-image-3-up__headline {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .card-image-3-up__headline {
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    .card-image-3-up__headline {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .card-image-3-up__card {
        margin-bottom: 3rem
    }
}

@media (min-width:992px) {
    .card-image-3-up__card {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .alternative-download {
        padding: 2rem 0 5rem
    }
}

@media (min-width:768px) {
    .alternative-download__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2rem 5.8rem;
        text-align: left
    }
}

@media (min-width:992px) {
    .alternative-download__container {
        padding: 2.5rem 5rem
    }
}

@media (min-width:768px) {
    .alternative-download__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .alternative-download__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .alternative-download__description {
        margin-bottom: 0;
        margin-right: 5.8rem
    }
}

@media (min-width:992px) {
    .alternative-download__description {
        margin-bottom: 0;
        margin-right: 5rem
    }
}

@media (min-width:768px) {
    .alternative-download .cmp-download__action {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .alternative-download .cmp-download__action {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .announcement {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2rem
    }
}

@media (min-width:992px) {
    .announcement {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 7.1rem;
        padding: 2.3rem 2.5rem
    }
}

@media (min-width:768px) {
    .announcement__pages {
        margin-bottom: 1.5rem
    }
}

@media (min-width:992px) {
    .announcement__pages {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .announcement__control {
        right: 2rem;
        top: 5.7rem
    }
}

@media (min-width:992px) {
    .announcement__control {
        position: relative;
        right: auto;
        top: auto
    }
}

@media (min-width:768px) {
    .announcement__control--previous {
        left: 2rem;
        top: 5.7rem
    }
}

@media (min-width:992px) {
    .announcement__control--previous {
        left: auto;
        top: auto
    }
}

@media (min-width:768px) {
    .announcement__next {
        right: 2rem;
        top: 5.7rem
    }
}

@media (min-width:992px) {
    .announcement__next {
        position: relative;
        right: auto;
        top: auto
    }
}

@media (min-width:768px) {
    .announcement__page-numbers {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .announcement__page-numbers {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .announcement__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .announcement__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .announcement__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .announcement__content {
        max-width: 100%;
        width: auto;
        font-size: 1.4rem
    }
}

@media only screen and (min-width:768px) {
    .announcement__content {
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .announcement__close {
        right: 2rem;
        top: 2rem
    }
}

@media (min-width:992px) {
    .announcement__close {
        position: relative;
        right: auto;
        top: auto
    }
}

@media (min-width:768px) {
    .announcement .link {
        margin-top: 1.3rem
    }
}

@media (min-width:992px) {
    .announcement .link {
        margin-left: 2rem;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .info-card-2-up {
        margin-bottom: 9rem
    }
}

@media (min-width:992px) {
    .info-card-2-up .col-12:first-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .article-grid__card {
        margin-bottom: 2.2rem
    }
}

@media (min-width:992px) {
    .article-grid__card {
        margin-bottom: 7.2rem
    }
}

@media (min-width:992px) {
    .bio {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .bio__avatar-container {
        float: left;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .bio__stats-container {
        margin-left: 12rem
    }
}

@media (min-width:992px) {
    .bio__stats-container {
        margin-left: 10rem
    }
}

@media (min-width:768px) {

    .bio__author-name,
    .bio__author-status {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .bio__author-name,
    .bio__author-status {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .bio__description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .bio__description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form {
        padding-bottom: 0;
        padding-top: 5rem
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form {
        padding-bottom: 0;
        padding-top: 5rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__card {
        padding: 5rem
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form__card {
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__eyebrow-content {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form__eyebrow-content {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__eyebrow-content {
        margin-bottom: 2rem;
        text-align: left
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form__eyebrow-content {
        margin-top: 5.5rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form .Vlt-form__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form .Vlt-form__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form .Vlt-form__eyebrow {
        margin-bottom: 2rem;
        text-align: left
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__title {
        margin-bottom: 3rem;
        text-align: left
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__description {
        text-align: left
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form__description {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__list {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form__list {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form__iconBullet-list {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form__iconBullet-list {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form .Vlt-form__success {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-top: 11rem
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form .Vlt-form__success {
        margin-top: 7.1rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form .Vlt-form__success-title-v2 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form .Vlt-form__success-title-v2 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form .Vlt-form__success-title-v2 {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form .Vlt-form__success-description-v2 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form .Vlt-form__success-description-v2 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-with-form .condensed .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .campaign-hero-with-form .condensed .form-row .Vlt-form__field-container {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .campaign-hero-with-form .condensed .form-row .Vlt-form__textbox-container {
        width: 100%
    }

    .campaign-hero-with-form .condensed .form-row .Vlt-form__element {
        padding: 0 1rem
    }
}

@media (min-width:768px) {
    .campaign-hero-with-form .logo-strip__headline {
        margin-bottom: 3rem
    }
}

@media (min-width:992px) {
    .campaign-hero-with-form .logo-strip__headline {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:1200px) {
    .campaign-hero-with-form .condensed .Vlt-form__checkbox-developer {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 4rem
    }

    .campaign-hero-with-form .condensed .Vlt-form__checkbox-developer .Vlt-checkbox__button {
        margin-top: .3rem
    }

    .campaign-hero-with-form .condensed .Vlt-form__checkbox-developer .Vlt-checkbox label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .campaign-hero-with-form .condensed .Vlt-checkbox {
        margin-bottom: 0
    }

    .campaign-hero-with-form .condensed .Vlt-composite .Vlt-composite__wrapper.Vlt-input .Vlt-form__input-label {
        left: 1.3rem
    }

    .campaign-hero-with-form .condensed .Vlt-input input:-moz-placeholder-shown:not(:focus)+* {
        margin-top: -.8rem
    }

    .campaign-hero-with-form .condensed .Vlt-input input:-ms-input-placeholder:not(:focus)+* {
        margin-top: -.8rem
    }

    .campaign-hero-with-form .condensed .Vlt-input input:placeholder-shown:not(:focus)+* {
        margin-top: -.8rem
    }
}

@media (min-width:768px) {
    .in-page-form {
        padding-bottom: 8rem;
        padding-top: 8rem
    }
}

@media (min-width:992px) {
    .in-page-form {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media (min-width:768px) {
    .in-page-form__card {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media (min-width:992px) {
    .in-page-form__card {
        margin-top: 1rem;
        padding-left: 6rem;
        padding-right: 6rem
    }
}

@media (min-width:768px) {
    .in-page-form__title {
        font-size: 6rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 6.5rem
    }
}

@media (min-width:1200px) {
    .in-page-form__title {
        font-size: 6.5rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 7rem
    }
}

@media (min-width:768px) {
    .in-page-form__title {
        text-align: left
    }
}

@media (min-width:992px) {
    .in-page-form__title {
        margin-top: 15rem
    }
}

@media (min-width:768px) {
    .in-page-form__description {
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .in-page-form__description {
        font-size: 2.2rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.8rem
    }
}

@media (min-width:768px) {
    .in-page-form__description {
        margin-bottom: 6rem;
        text-align: left
    }
}

@media (min-width:768px) {
    .in-page-form .Vlt-form__success {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-top: 11rem
    }
}

@media (min-width:992px) {
    .in-page-form .Vlt-form__success {
        margin-top: 7.1rem
    }
}

@media (min-width:768px) {
    .in-page-form .Vlt-form__success-title-v2 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .in-page-form .Vlt-form__success-title-v2 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .in-page-form .Vlt-form__success-title-v2 {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .in-page-form .Vlt-form__success-description-v2 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .in-page-form .Vlt-form__success-description-v2 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .job-detail-hero__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .job-detail-hero__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem;
        font-size: 3.5rem;
        letter-spacing: -.12rem;
        font-size: 5.35rem !important;
        line-height: 5.5rem !important
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .job-detail-hero__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .job-detail-hero__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:992px) {
    .careers.job-detail {
        margin: 5rem auto 7rem
    }
}

@media (min-width:768px) {
    .careers__job-title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .careers__job-title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .careers__summary-title {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .careers__summary-title {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .careers__summary-cta {
        margin: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .careers__summary-cta:after {
        content: "";
        font-size: 0;
        min-height: inherit
    }
}

@media (min-width:768px) {
    .careers__job-description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .careers__job-description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .careers__job-description p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .careers__job-description p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .careers__job-description li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .careers__job-description li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .careers__job-description .h2 {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .careers__job-description .h2 {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .careers__job-description .h3 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .careers__job-description .h3 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .careers__job-description .h4 {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .careers__job-description .h4 {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .careers__job-description .h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .careers__job-description .h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .careers__job-description table tr td {
        display: table-cell
    }

    .careers__job-description table tr td:first-of-type {
        width: 25%
    }
}

@media (min-width:768px) {
    .Vlt-card-icon {
        min-height: 24.5rem
    }
}

@media (min-width:992px) {
    .Vlt-card-icon {
        min-height: 42.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-card-icon {
        min-height: 46.5rem
    }
}

@media (min-width:768px) {
    .Vlt-card-icon__title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-card-icon__title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-card-icon__title {
        height: auto;
        padding-bottom: 1rem;
        padding-top: 4rem
    }
}

@media (min-width:992px) {
    .Vlt-card-icon__title {
        height: 14.1rem;
        min-height: 20.7rem;
        padding: 3.5rem 0
    }
}

@media (min-width:1200px) {
    .Vlt-card-icon__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.12rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .Vlt-card-icon__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .Vlt-card-icon__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .Vlt-card-icon__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-card-icon__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-card-icon__description {
        padding-bottom: 3rem
    }
}

@media (min-width:992px) {
    .Vlt-card-icon__description {
        padding-bottom: 4rem
    }
}

@media (min-width:768px) {
    .Vlt-card-icon__container {
        min-height: 24.5rem;
        padding: 1.6rem 8.5rem 4rem 5.3rem
    }
}

@media (min-width:992px) {
    .Vlt-card-icon__container {
        min-height: 42.5rem;
        padding: 4.5rem 5rem 8rem 4.9rem
    }
}

@media (min-width:1200px) {
    .Vlt-card-icon__container {
        min-height: 46.5rem
    }
}

@media (min-width:992px) {
    .Vlt-card-icon__icon {
        width: 5rem;
        height: 5rem
    }
}

@media (min-width:992px) {
    .Vlt-card-icon .Vlt-icon-card {
        font-size: 5.2rem;
        height: 5.1rem;
        width: 5.1rem
    }
}

@media (min-width:768px) {
    .Vlt-card-image__header {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-card-image__header {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-card-image__body {
        width: 90%
    }
}

@media (min-width:992px) {
    .Vlt-card-image__body {
        width: 82%
    }
}

@media (min-width:768px) {
    .Vlt-card-image__header-text {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem;
        text-transform: uppercase;
        background-color: #fff;
        bottom: 220%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 4.3rem;
        position: absolute;
        width: 100%;
        padding-top: 3rem;
        font-size: 1rem;
        padding-bottom: 5rem
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Vlt-card-image__header-text {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .Vlt-card-image__header-text {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-card-image__image-wrapper_image {
        position: relative;
        padding-bottom: 37rem;
        overflow: hidden
    }

    .Vlt-card-image__image-flexible-like {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }

    .Vlt-card-image:focus .Vlt-card-image__image-flexible-like,
    .Vlt-card-image:hover .Vlt-card-image__image-flexible-like {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (min-width:768px) and (hover:none) {

    .Vlt-card-image:focus .Vlt-card-image__image-flexible-like,
    .Vlt-card-image:hover .Vlt-card-image__image-flexible-like {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:768px) {
    .Vlt-card-image__body-container {
        position: relative;
        width: 100%
    }
}

@media (min-width:768px) and (min-width:768px) {
    .Vlt-card-image__body-container {
        width: 100%
    }
}

@media (min-width:768px) and (min-width:992px) {
    .Vlt-card-image__body-container {
        width: 100%
    }
}

@media (min-width:768px) {
    .Vlt-card-image__type-headline {
        font-size: 1.7rem;
        font-weight: 600;
        letter-spacing: -.03rem;
        margin-top: .7rem
    }

    .Vlt-card-image__description,
    .Vlt-card-image__type-headline {
        display: block;
        margin-left: 3rem;
        line-height: normal;
        text-transform: none
    }

    .Vlt-card-image__description {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        background-color: #fff;
        color: #000;
        margin-top: 2rem
    }
}

@media (min-width:1024px) {
    .Vlt-card-image__category-text {
        display: block;
        text-transform: uppercase;
        margin-left: 3rem
    }
}

@media (min-width:992px) {
    .case-study {
        margin-bottom: 9rem;
        text-align: left
    }
}

@media (min-width:992px) {
    .case-study__asset-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }
}

@media (min-width:992px) {
    .case-study__assets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .case-study__assets-group {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .case-study__logo {
        width: 16.7048%
    }
}

@media (min-width:992px) {
    .case-study__logo {
        width: 18.90145%
    }
}

@media (min-width:992px) {
    .case-study__information {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.5rem 0
    }
}

@media (min-width:768px) {
    .case-study__description {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .case-study__description {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .case-study__description {
        width: 100%
    }
}

@media (min-width:992px) {
    .case-study__description {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .case-study__text {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .case-study__text {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .case-study__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .case-study__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .case-study__bio {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .case-study__bio {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {

    .case-study__bio-job-title,
    .case-study__bio-name {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .case-study__bio-job-title,
    .case-study__bio-name {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .case-study__action {
        float: left;
        margin-right: 7.3rem
    }
}

@media (min-width:992px) {
    .case-study__action:last-child {
        margin-right: 0;
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .categories {
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 14.8rem
    }
}

@media (min-width:768px) {
    .categories--open .categories__backdrop {
        display: block
    }
}

@media (min-width:992px) {
    .categories--open .categories__backdrop {
        display: none
    }
}

@media (min-width:768px) {
    .categories__label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .categories__label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .categories__label {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1rem
    }
}

@media (min-width:992px) {
    .categories__label {
        display: none
    }
}

@media (min-width:768px) {
    .categories__menu-toggle {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .categories__menu-toggle {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .categories__menu-toggle {
        display: none
    }
}

@media (min-width:768px) {
    .categories__navigation {
        left: -50%;
        max-width: none;
        padding-left: 5rem;
        padding-top: 12rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 50vw
    }
}

@media (min-width:992px) {
    .categories__navigation {
        background-color: transparent;
        height: auto;
        left: auto;
        padding: 0;
        position: relative;
        -webkit-transition: none;
        transition: none;
        width: auto;
        z-index: auto
    }
}

@media (min-width:992px) {

    .categories__navigation,
    .categories__navigation--open {
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:768px) {
    .categories__content {
        max-width: 32rem
    }
}

@media (min-width:768px) {
    .categories__in-label {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .categories__in-label {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {

    .categories__divider,
    .categories__in-label {
        display: none
    }
}

@media (min-width:992px) {
    .categories__items {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
}

@media (min-width:768px) {
    .categories__link {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .categories__link {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .categories__link {
        margin-left: -1.8rem
    }
}

@media (min-width:768px) {
    .categories__link:hover {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .categories__link:hover {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .categories__link--active {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .categories__link--active {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .categories__close {
        right: 4.5rem;
        top: 4.5rem
    }
}

@media (min-width:992px) {
    .categories__close {
        display: none
    }
}

@media (min-width:992px) {
    .category-grid {
        margin: 4rem auto
    }
}

@media (min-width:768px) {
    .category-grid__group {
        padding-bottom: 2.2rem
    }
}

@media (min-width:992px) {
    .category-grid__group {
        margin-bottom: 10rem
    }
}

@media (min-width:768px) {

    .category-grid .aem-Grid,
    .category-grid__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {

    .category-grid .aem-Grid.two-col .category-grid__item,
    .category-grid__items.two-col .category-grid__item {
        width: 50%;
        padding-right: 2.77777%
    }
}

@media (min-width:768px) {
    .category-grid__item {
        margin-bottom: 6.8rem;
        padding-right: 2.77777%;
        width: 50%
    }
}

@media (min-width:992px) {
    .category-grid__item {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .category-grid__promo-icon {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

@media (min-width:768px) {
    .category-grid__link {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .category-grid__link {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .category-grid__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .category-grid__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .category-grid__header {
        margin-bottom: 7.2rem
    }
}

@media (min-width:992px) {
    .category-grid__header {
        margin-bottom: 0;
        overflow: visible
    }
}

@media (min-width:768px) {
    .category-grid__header-title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .category-grid__header-title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:992px) {
    .category-grid__header-title {
        margin-left: 5.3rem
    }
}

@media (min-width:768px) {
    .category-grid__header-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .category-grid__header-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .category-grid__header-description {
        margin-left: 5.3rem
    }
}

@media (min-width:768px) {
    .content-header__content {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .content-header__content {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .content-header__date {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .content-header__date {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .content-resource-header {
        padding-bottom: 3rem;
        padding-top: 7rem
    }
}

@media (min-width:768px) {
    .content-resource-header__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .content-resource-header__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .content-resource-header__byline {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .content-resource-header__byline {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .content-resource-header__byline-container {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .content-resource-header__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .content-resource-header__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem;
        font-size: 1.7rem;
        line-height: 2.5rem
    }
}

@media (min-width:992px) {

    .content-resource-header .cmp-download__action,
    .content-resource-header .form-overlay__trigger .btn {
        margin-top: 3rem
    }
}

@media (min-width:992px) {
    .country-selector {
        margin-bottom: 0;
        margin-right: 1.2rem;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .country-selector__container {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .country-selector__container {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .country-selector__container {
        color: #fff;
        display: block;
        font-size: 1.4rem;
        line-height: 3.285;
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@media (min-width:992px) {
    .country-selector__container:before {
        border-color: #5f6169;
        right: .5rem
    }
}

@media (min-width:992px) {
    .country-selector__spacer {
        padding-right: .7rem;
        visibility: hidden
    }
}

@media (min-width:768px) {
    .country-selector__countries {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .country-selector__countries {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .country-selector__countries {
        color: #5f6169;
        font-size: 1.4rem;
        line-height: 3.285;
        padding: 0 1.6rem
    }
}

@media (min-width:992px) {
    .topnav-selected .country-selector__countries {
        color: #fff
    }
}

@media (min-width:992px) {
    .customer-story-summary {
        margin-bottom: 9rem;
        padding-bottom: 10rem
    }
}

@media (min-width:768px) {
    .customer-story-summary__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .customer-story-summary__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .customer-story-summary__headline {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {
    .customer-story-summary__second-column:before {
        display: block
    }
}

@media (min-width:768px) {
    .customer-story-summary__link {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .customer-story-summary__link {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .customer-story-summary__link {
        padding-right: 6.5rem
    }
}

@media (min-width:992px) {
    .detail__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

@media (min-width:768px) {
    .detail__content__force-image-width .detail__media {
        max-width: 100%;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .detail__media {
        padding-bottom: 5rem;
        max-width: 52.8rem
    }
}

@media (min-width:992px) {
    .detail__media {
        padding-bottom: 0;
        max-width: 52.8rem
    }
}

@media (min-width:768px) {
    .detail__media-button {
        bottom: 5.5rem;
        right: -2rem
    }
}

@media (min-width:992px) {
    .detail__media-button {
        -ms-flex-item-align: end;
        align-self: flex-end;
        bottom: auto;
        margin-top: 2rem;
        position: relative;
        right: auto;
        width: 2rem
    }
}

@media (min-width:768px) {
    .detail__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .detail__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .detail__eyebrow-container {
        margin-bottom: 2.5rem
    }
}

@media (min-width:768px) {
    .detail__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .detail__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .detail__title {
        max-width: 82.5%
    }
}

@media (min-width:768px) {
    .detail__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .detail__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .detail__list {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .detail__list {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .detail__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
}

@media (min-width:992px) {
    .detail__list {
        margin-top: 0
    }
}

@media (min-width:992px) {

    .detail .link,
    .detail__bullet-list .btn {
        margin-top: 5rem
    }
}

@media (min-width:768px) {
    .detail+.detail {
        margin-top: 9rem
    }
}

@media (min-width:992px) {
    .detail+.detail {
        margin-top: 9rem
    }
}

@media (min-width:1200px) {

    .marketPlaceOverview .detail__description,
    .marketPlaceOverview .detail__title {
        margin-left: -11rem
    }
}

@media (max-width:1025px) {
    .marketPlaceOverview .detail__media {
        display: none
    }
}

@media (min-width:768px) {
    .details-grid {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media (min-width:992px) {
    .details-grid {
        margin-bottom: 10rem;
        padding-bottom: 10rem;
        padding-top: 6rem
    }
}

@media (min-width:768px) {
    .details-grid.no-padding {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

@media (min-width:992px) {
    .details-grid.no-padding {
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .details-grid__padding {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem
    }
}

@media (min-width:992px) {
    .details-grid__padding {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem
    }
}

@media (min-width:768px) {
    .details-grid__padding.remove-top {
        padding-bottom: 3.5rem;
        padding-top: 0
    }
}

@media (min-width:992px) {
    .details-grid__padding.remove-top {
        padding-bottom: 4.5rem;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .details-grid__padding.remove-bottom {
        padding-bottom: 0;
        padding-top: 3.5rem
    }
}

@media (min-width:992px) {
    .details-grid__padding.remove-bottom {
        padding-bottom: 0;
        padding-top: 4.5rem
    }
}

@media (min-width:992px) {
    .details-grid .detail .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .details-grid .detail__media-button {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .details-grid .detail:nth-child(2n) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .details-grid .detail:nth-child(2n) .detail__media-button {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .details-grid--sort-reverse .detail .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .details-grid--sort-reverse .detail__media-button {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .details-grid--sort-reverse .detail:nth-child(2n) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .details-grid--sort-reverse .detail:nth-child(2n) .detail__media-button {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .details-grid--regular .detail .row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .details-grid--reverse .detail .row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .details-grid--reverse .detail__media-button {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (min-width:768px) {
    .details-grid.adjust-padding_between-detailItems .detail+.detail {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .details-grid.adjust-padding_between-detailItems .detail+.detail {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .dynamic-pricing-container .list-item {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .dynamic-pricing-container .list-item {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:800px) {
    .dynamic-pricing-container .flex-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .dynamic-pricing-container .text-block {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .download-content {
        margin-top: 7rem
    }
}

@media (min-width:992px) {
    .end-note-block {
        margin-bottom: 9rem
    }
}

@media (min-width:992px) {
    .end-note-block--dark-theme {
        padding-bottom: 9rem
    }
}

@media (min-width:768px) {
    .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .end-note__content {
        max-width: 74.6rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media (min-width:992px) {
    .campaign-hero-events {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events__card {
        padding: 6rem 5rem
    }
}

@media (min-width:992px) {
    .campaign-hero-events__card {
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events__eyebrow-content {
        margin-bottom: 2rem;
        text-align: left
    }
}

@media (min-width:992px) {
    .campaign-hero-events__eyebrow-content {
        margin-top: 0;
        font-size: 1.7rem
    }
}

@media (min-width:992px) {
    .campaign-hero-events__eyebrow-date {
        font-size: 1.7rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events .Vlt-form__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-events .Vlt-form__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events .Vlt-form__eyebrow {
        margin-bottom: 4rem;
        text-align: left
    }
}

@media (min-width:768px) {
    .campaign-hero-events__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-events__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events__title {
        margin-bottom: 3rem;
        text-align: left
    }
}

@media (min-width:992px) {
    .campaign-hero-events__title {
        line-height: 4.5rem;
        font-size: 4.8rem
    }
}

@media (min-width:992px) {
    .campaign-hero-events__rightImage {
        padding-top: 21rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events__description {
        text-align: left
    }
}

@media (min-width:992px) {
    .campaign-hero-events__description {
        margin-bottom: 5rem;
        font-size: 1.9rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events__list {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-events__list {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events .Vlt-form__success {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-top: 11rem
    }
}

@media (min-width:992px) {
    .campaign-hero-events .Vlt-form__success {
        margin-top: 7.1rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events .Vlt-form__success-title-v2 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-events .Vlt-form__success-title-v2 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .campaign-hero-events .Vlt-form__success-title-v2 {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .campaign-hero-events .Vlt-form__success-description-v2 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-events .Vlt-form__success-description-v2 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .campaign-hero-events .condensed .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .campaign-hero-events .condensed .form-row .Vlt-form__field-container {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .campaign-hero-events .condensed .form-row .Vlt-form__textbox-container {
        width: 100%
    }

    .campaign-hero-events .condensed .form-row .Vlt-form__element {
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    .event-speakers {
        margin-bottom: 5rem;
        max-width: 50rem
    }
}

@media (min-width:992px) {
    .event-speakers .container {
        padding-top: 9rem
    }
}

@media (min-width:768px) {
    .event-speakers__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .event-speakers__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .event-speakers__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .event-speakers__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:768px) {
    .event-speakers__logo {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width:992px) {
    .event-speakers_column {
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%
    }
}

@media (min-width:992px) {
    .event-speakers__name {
        font-size: 1.8rem
    }
}

@media (min-width:768px) {
    .event-speakers__name {
        font-size: 1.8rem
    }
}

@media (min-width:768px) {
    .event-speakers__type {
        font-size: 1.6rem
    }
}

@media (min-width:576px) {
    .event-speakers__type {
        font-size: 1.6rem;
        padding-top: .4rem;
        padding-bottom: 1rem
    }
}

@media (min-width:768px) {
    .feature {
        margin-bottom: 5rem;
        margin-top: 5rem;
        min-height: 32.2rem
    }
}

@media (min-width:768px) {
    .feature--inverted .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:768px) {
    .feature__image {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width:768px) {
    .feature__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

@media (min-width:768px) {
    .feature__content--secondary {
        margin-top: 0;
        padding: 2.5rem 0;
        text-align: left
    }
}

@media (min-width:768px) {
    .feature__content--top-align {
        display: block;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .feature__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .feature__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .feature__headline {
        padding-right: 3.4rem;
        font-size: 4.5rem;
        line-height: 5rem
    }
}

@media (min-width:768px) {
    .feature__body {
        margin-top: 3rem
    }
}

@media (min-width:992px) {
    .feature__body {
        margin-top: 4rem
    }
}

@media (min-width:768px) {
    .feature__text p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .feature__text p {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .feature__text p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) and (min-width:768px) {
    .feature__text p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .feature__text p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .feature__text p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .feature__text p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .feature__text p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .feature__text li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .feature__text li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:799px) {
    .featured-pricing-card .currency-container {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .featured-pricing-card {
        margin-bottom: 0;
        padding: 5rem 0
    }
}

@media (min-width:768px) {
    .featured-pricing-card__headline {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__headline {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__headline {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .featured-pricing-card__headline {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__price-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 4rem 5.8rem;
        text-align: center
    }
}

@media (min-width:992px) {
    .featured-pricing-card__price-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__price-detail {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .featured-pricing-card__price-detail {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__caption {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__caption {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__price {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__price {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__frequency {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__frequency {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__currency {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__currency {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__description {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        text-align: left
    }
}

@media (min-width:992px) {
    .featured-pricing-card__description {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        text-align: center
    }
}

@media (min-width:768px) {
    .featured-pricing-card__price-options {
        padding: 5rem 5.8rem
    }
}

@media (min-width:992px) {
    .featured-pricing-card__price-options {
        padding: 7rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__cta {
        padding: 0 5.8rem 2rem
    }
}

@media (min-width:992px) {
    .featured-pricing-card__cta {
        padding: 0 7rem 2rem;
        top: -2rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__offer {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-top: 4rem
    }

    .featured-pricing-card__offer:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .featured-pricing-card__offer-name {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__offer-name {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card__offer-price {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card__offer-price {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card .list-item {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .featured-pricing-card .list-item {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .featured-pricing-card .end-note {
        margin-top: 5rem
    }
}

@media (min-width:992px) {
    .full-bleed-video {
        margin-bottom: 9rem
    }
}

@media (min-width:992px) {
    .full-bleed-video .slim-video__caption {
        text-align: left
    }
}

@media (min-width:992px) and (min-width:576px) {

    .full-bleed-video .container-fluid,
    .full-bleed-video .container-lg,
    .full-bleed-video .container-md,
    .full-bleed-video .container-sm {
        max-width: 540px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .full-bleed-video .container-fluid,
    .full-bleed-video .container-lg,
    .full-bleed-video .container-md,
    .full-bleed-video .container-sm {
        max-width: 45pc
    }
}

@media (min-width:992px) and (min-width:992px) {

    .full-bleed-video .container-fluid,
    .full-bleed-video .container-lg,
    .full-bleed-video .container-md,
    .full-bleed-video .container-sm {
        max-width: 990pt
    }
}

@media (min-width:768px) {
    .flexibleRte .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .flexibleRte .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .flexibleRte .end-note__content {
        max-width: none
    }
}

@media (min-width:768px) {
    .flexibleRte .text-block__title h2 {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .flexibleRte .text-block__title h2 {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .flexibleRte .text-block__title h3 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .flexibleRte .text-block__title h3 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .flexibleRte .text-block__title h4 {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .flexibleRte .text-block__title h4 {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .flexibleRte .text-block__title h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .flexibleRte .text-block__title h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .flexibleGrid .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .flexibleGrid .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .flexibleGrid .end-note__content {
        max-width: auto
    }
}

@media (min-width:768px) {
    .flexibleGrid .text-block__title h2 {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .flexibleGrid .text-block__title h2 {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .flexibleGrid .text-block__title h3 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .flexibleGrid .text-block__title h3 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .flexibleGrid .text-block__title h4 {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .flexibleGrid .text-block__title h4 {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .flexibleGrid .text-block__title h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .flexibleGrid .text-block__title h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .flexibleGrid .image-wrapper {
        text-align: unset
    }

    .flexibleGrid .image-wrapper.center-image {
        text-align: center
    }
}

@media (min-width:768px) {
    .flexibleGrid .col-item {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .faq__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .faq__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .faq__title {
        margin: 2rem auto 4rem
    }
}

@media (min-width:768px) {
    .faq__separator {
        margin-bottom: 4rem;
        margin-top: 4rem
    }
}

@media (min-width:992px) {
    .faq__separator {
        margin-bottom: 5rem;
        margin-top: 5rem
    }
}

@media (min-width:768px) {
    .faq__label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .faq__label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .faq__content {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .faq__content {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .faq__question {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {

    .Vlt-form .Vlt-custom-select .Vlt-icon-form-checkmark,
    .Vlt-form .Vlt-input .Vlt-icon-form-checkmark,
    .Vlt-form .Vlt-select .Vlt-icon-form-checkmark {
        font-size: 1.2rem;
        right: 1.5rem;
        top: 2.4rem
    }
}

@media (min-width:768px) {

    .Vlt-form .Vlt-input input,
    .Vlt-form .Vlt-select select,
    .Vlt-form .Vlt-textarea textarea {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {

    .Vlt-form .Vlt-input input,
    .Vlt-form .Vlt-select select,
    .Vlt-form .Vlt-textarea textarea {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:992px) {

    .Vlt-form .Vlt-input input,
    .Vlt-form .Vlt-select select,
    .Vlt-form .Vlt-textarea textarea {
        font-size: 1.7rem
    }
}

@media (min-width:768px) {
    .Vlt-form .Vlt-form__element--big .Vlt-input input {
        padding-left: 2rem
    }
}

@media (min-width:992px) {
    .Vlt-form .Vlt-form__element--big .Vlt-input input {
        padding-left: 2rem
    }
}

@media (min-width:768px) {

    .Vlt-form .Vlt-form__element--big .Vlt-input input,
    .Vlt-form .Vlt-form__element--big .Vlt-native-dropdown select,
    .Vlt-form .Vlt-form__element--big .Vlt-select select {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {

    .Vlt-form .Vlt-form__element--big .Vlt-input input,
    .Vlt-form .Vlt-form__element--big .Vlt-native-dropdown select,
    .Vlt-form .Vlt-form__element--big .Vlt-select select {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {

    .Vlt-form .Vlt-form__element--big .Vlt-input input,
    .Vlt-form .Vlt-form__element--big .Vlt-native-dropdown select,
    .Vlt-form .Vlt-form__element--big .Vlt-select select {
        height: 5rem;
        font-size: 1.6rem
    }
}

@media (min-width:576px) {
    .Vlt-form .Vlt-form__element--big .Vlt-input input:-moz-placeholder-shown:not(:focus)+* {
        font-size: 1.7rem
    }

    .Vlt-form .Vlt-form__element--big .Vlt-input input:-ms-input-placeholder:not(:focus)+* {
        font-size: 1.7rem
    }

    .Vlt-form .Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus)+* {
        font-size: 1.7rem
    }
}

@media (min-width:768px) {
    .Vlt-form .Vlt-form__element--big label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-form .Vlt-form__element--big label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .Vlt-form .Vlt-form__element--big label {
        left: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-form .Vlt-textarea .Vlt-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form .Vlt-textarea .Vlt-label {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form .Vlt-form__element__error {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-form .Vlt-form__element__error {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-form__checkbox-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__checkbox-label {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__checkbox-label {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__checkbox-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-form__pills-header {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__pills-header {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:992px) {
    .Vlt-form__title {
        margin-bottom: 2.5rem
    }
}

@media (min-width:768px) {
    .Vlt-form__eyebrow {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__eyebrow {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .Vlt-form__pill .Vlt-icon-close {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__pill .Vlt-icon-close {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__pill .Vlt-form__pill-label-container {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__pill .Vlt-form__pill-label-container {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-form__input-error-label {
        font-size: 1.6rem
    }
}

@media (min-width:768px) {
    .Vlt-form__radio-button-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__radio-button-label {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {

    .Vlt-form__checkboxes-title,
    .Vlt-form__radio-title {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {

    .Vlt-form__checkboxes-title,
    .Vlt-form__radio-title {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__submit-disclaimer {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__submit-disclaimer {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .Vlt-form__submit-error-msg {
        padding-right: 3rem
    }
}

@media (min-width:768px) {
    .Vlt-form__submit-error-msg .Vlt-form__element__error {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__submit-error-msg .Vlt-form__element__error {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__submit-error-msg .Vlt-form__element__error:before {
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 2.5rem
    }
}

@media (min-width:992px) {
    .Vlt-form__submit-error-msg .Vlt-form__element__error:before {
        font-size: 3rem
    }
}

@media (min-width:768px) {
    .Vlt-form__submit-error-msg-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__submit-error-msg-label {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__submit-error-msg-label {
        width: 88%
    }
}

@media (min-width:768px) {
    .Vlt-form__success-title-v1 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__success-title-v1 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__success-title-v1 {
        margin-bottom: 1.5rem
    }
}

@media (min-width:768px) {
    .Vlt-form__success-description-v1 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__success-description-v1 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__success-title-v2 {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__success-title-v2 {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .Vlt-form__success-title-v2 {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .Vlt-form__success-description-v2 {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .Vlt-form__success-description-v2 {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-form__success-image {
        margin-bottom: 3rem;
        width: 50.6%
    }
}

@media (min-width:992px) {
    .Vlt-form__success-image {
        margin-bottom: 3rem;
        margin-top: 0;
        width: 30.3%
    }
}

@media (min-width:992px) {

    .details-grid--regular .detail .Vlt-form--two-columns .row,
    .details-grid .detail .Vlt-form--two-columns .row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width:992px) {
    .Vlt-form .Vlt-form__element .Vlt-promo-code__input {
        min-width: 300px
    }
}

@media (min-width:1200px) {
    .Vlt-form.condensed .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .Vlt-form.condensed .form-row .Vlt-form__field-container {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .Vlt-form.condensed .form-row .Vlt-form__textbox-container {
        width: 100%
    }
}

@media (min-width:1200px) {

    .employees_extension-width,
    .Vlt-form.condensed .form-row .Vlt-form__element {
        padding: 0 1rem
    }
}

@media (min-width:1200px) {
    .employees_extension-width .Vlt-form__element__error.Vlt-icon-warning-icon {
        gap: .2rem
    }
}

@media (min-width:1200px) {
    .employees_extension-width .Vlt-form__element.Vlt-form__element--big {
        padding: 0 !important
    }
}

@media (min-width:768px) {
    .hero-alt {
        padding-bottom: 6.4rem;
        padding-top: 8.4rem
    }
}

@media (min-width:992px) {
    .hero-alt {
        padding-bottom: 8.4rem;
        padding-top: 8.4rem
    }
}

@media (min-width:768px) {
    .hero-alt__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .hero-alt__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .hero-alt__sub-title {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .hero-alt__sub-title {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .hero-alt__sub-title {
        margin-top: 1rem
    }
}

@media (min-width:992px) {
    .hero-alt__sub-title {
        margin-top: 3rem
    }
}

@media (min-width:768px) {
    .hero-alt__sub-title--large {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .hero-alt__sub-title--large {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .hero-alt__ctas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5rem
    }
}

@media (min-width:992px) {
    .hero-alt__ctas {
        margin-top: 4rem
    }
}

@media (min-width:768px) {
    .hero-alt__cta-secondary {
        margin-left: 3rem;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .hero-alt--media-landscape {
        min-height: auto;
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .hero-alt--media-landscape {
        margin-bottom: 16rem;
        min-height: auto;
        padding-bottom: 0;
        padding-top: 6rem;
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .Vlt-hero {
        padding: 11rem 0
    }
}

@media (min-width:992px) {
    .Vlt-hero__content {
        position: absolute
    }
}

@media (min-width:768px) {
    .Vlt-hero__headline-wrapper {
        width: 82%
    }
}

@media (min-width:992px) {
    .Vlt-hero__headline-wrapper {
        width: 56%
    }
}

@media (min-width:768px) {
    .Vlt-hero__play-wrapper {
        width: 50%
    }
}

@media (min-width:992px) {
    .Vlt-hero__play-wrapper {
        width: 31%
    }
}

@media (min-width:768px) {
    .Vlt-hero__eyebrow {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-hero__eyebrow {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .Vlt-hero__title {
        font-size: 4.4rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 4.4rem
    }
}

@media (min-width:1200px) {
    .Vlt-hero__title {
        font-size: 6.8rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 7.2rem
    }
}

@media (min-width:768px) {
    .Vlt-hero__title {
        margin: 2.5rem 0 12rem
    }
}

@media (min-width:992px) {
    .Vlt-hero__title {
        margin: 2rem 0 18rem;
        font-size: 5.5rem;
        line-height: 5.5rem
    }
}

@media (min-width:768px) {
    .Vlt-hero__play-icon {
        font-size: 12rem;
        line-height: 12.1rem
    }
}

@media (min-width:768px) {
    .Vlt-hero__play-label {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .Vlt-hero__play-label {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .Vlt-hero__tiles-wrapper {
        position: relative
    }
}

@media (min-width:992px) {
    .Vlt-hero__tile {
        padding-bottom: 75%;
        width: 75%
    }
}

@media (min-width:768px) {
    .hero-cards__spacer {
        display: block;
        position: relative;
        top: -3rem
    }
}

@media (min-width:1200px) {
    .hero-cards__spacer {
        height: 24rem
    }
}

@media (min-width:992px) {
    .hero-cards__card {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .hero-cards__card {
        min-height: 24.5rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .hero-cards__card-title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-title-fourth {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .hero-cards__card-title-fourth {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:988px) {
    .hero-cards__card-title-fourth {
        max-width: 14.2rem
    }
}

@media (min-width:1200px) {

    .hero-cards__card-title,
    .hero-cards__card-title-fourth {
        font-size: 1.9rem;
        font-weight: 500;
        letter-spacing: -.02rem;
        line-height: 1.9rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .hero-cards__card-description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-description {
        padding-bottom: 3rem
    }
}

@media (min-width:1200px) {
    .hero-cards__card-description {
        font-weight: 600;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: .05rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-description {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-container {
        min-height: 36.5rem;
        padding: 1.6rem 2.8rem 3.5rem 3.5rem
    }
}

@media (min-width:992px) {
    .hero-cards__card-container {
        padding: 3.5rem 2.8rem 3.5rem 3.5rem
    }
}

@media (min-width:768px) {
    .hero-cards__card-container {
        min-height: 35rem;
        padding: 1.6rem 2.8rem 3.5rem 3.5rem
    }
}

@media (min-width:992px) {
    .hero-cards__card-container {
        padding: 3rem
    }
}

@media (min-width:992px) {
    .hero-cards__card-icon {
        min-width: 5rem;
        height: 5rem;
        min-width: 3.8rem;
        height: 3.8rem
    }
}

@media (min-width:1200px) {
    .hero-cards__card-ctas {
        padding-left: 3.5rem;
        padding: 0
    }
}

@media (min-width:992px) {
    .hero-cards__card .Vlt-icon-card {
        font-size: 5.2rem;
        height: 5.1rem;
        width: 5.1rem;
        font-size: 4rem;
        height: 4.1rem;
        width: 4.1rem
    }
}

@media (min-width:768px) {
    .hero-cards .container {
        margin-top: -22rem
    }
}

@media (min-width:1200px) {
    .hero-cards .container {
        margin-top: -24rem
    }
}

@media (min-width:992px) and (max-width:1080px) {
    .hero-cards__card-cta-secondary-fourth {
        margin: -1.2rem
    }
}

@media (max-width:991.98px) {
    .hero-cards.new-ver .hero-cards__card-icon {
        margin-right: 2rem;
        margin-bottom: 0
    }

    .hero-cards.new-ver .hero-cards__card {
        border-bottom: 2px dashed grey;
        background-image: none;
        border-right: none;
        border-radius: 0;
        padding: 1rem 2rem 3rem 1rem
    }

    .hero-cards.new-ver .hero-cards__card-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:992px) {

    .hero-cards.new-ver .hero-cards__card:focus,
    .hero-cards.new-ver .hero-cards__card:hover {
        background-image: none;
        border-color: #6f33d9;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        outline: none
    }
}

@media (min-width:992px) {

    .hero-cards.new-ver.boxed .hero-cards__card:focus,
    .hero-cards.new-ver.boxed .hero-cards__card:hover {
        background-image: none;
        border-color: #979797;
        -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, .09019607843137255);
        box-shadow: 10px 10px 0 rgba(0, 0, 0, .09019607843137255);
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
        outline: none
    }
}

@media (max-width:991.98px) {
    .hero-cards.new-ver.boxed .hero-cards__card {
        border-radius: 2rem;
        margin-bottom: 4rem
    }
}

@media (max-width:991.98px) {
    .hero-cards.new-ver.boxed .hero-cards__card-icon {
        margin-right: 1rem;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .highlight {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .highlight__headline {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .highlight__headline {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .icon-panel__headline {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .icon-panel__headline {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .icon-panel__headline {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .icon-panel__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .icon-panel__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .icon-panel__description {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .icon-panel__cta {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .icon-panel__cta {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .icon-panel__item {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .icon-panel .container .row>div:nth-last-child(2) .icon-panel__item {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .marginbottomfour {
        margin-bottom: 4rem
    }

    .homepage {
        margin: -3rem 0 -1rem
    }
}

@media (min-width:768px) {
    .in-article-image__description-content {
        max-width: 45pc;
        padding: 0 2rem
    }
}

@media (min-width:992px) {
    .in-article-image__description-content {
        max-width: none;
        padding: 0
    }
}

@media (min-width:768px) {
    .in-article-image__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .in-article-image__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .in-article-image__description {
        margin-bottom: 4rem;
        max-width: 83.33333%
    }
}

@media (min-width:992px) {
    .in-article-image__description {
        margin-bottom: 0;
        max-width: none;
        text-align: left
    }
}

@media (min-width:992px) {
    .in-article-image__description--caption {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .in-article-image__asset {
        text-align: left
    }
}

@media (min-width:992px) {
    .in-article-image__image {
        left: 0;
        margin-left: 0;
        position: relative;
        width: 100%
    }
}

@media (min-width:768px) {
    .in-article-image__image--float-left {
        float: left;
        margin: 0 20px 20px 0 !important
    }

    .in-article-image__image--float-right {
        float: right;
        margin: 0 0 20px 20px !important
    }
}

@media (min-width:768px) {
    .in-article-image__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .in-article-image__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .in-article-image__caption {
        max-width: none
    }
}

@media (min-width:992px) and (min-width:576px) {

    .in-article-image .container-fluid,
    .in-article-image .container-lg,
    .in-article-image .container-md,
    .in-article-image .container-sm {
        max-width: 540px
    }
}

@media (min-width:992px) and (min-width:768px) {

    .in-article-image .container-fluid,
    .in-article-image .container-lg,
    .in-article-image .container-md,
    .in-article-image .container-sm {
        max-width: 45pc
    }
}

@media (min-width:992px) and (min-width:992px) {

    .in-article-image .container-fluid,
    .in-article-image .container-lg,
    .in-article-image .container-md,
    .in-article-image .container-sm {
        max-width: 990pt
    }
}

@media (min-width:768px) {
    .info-card {
        display: block;
        min-height: 30.6rem;
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

@media (min-width:992px) {
    .info-card {
        min-height: 48.5rem;
        padding: 8rem 7rem
    }
}

@media (min-width:768px) {
    .info-card__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .info-card__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .info-card__title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5rem;
        min-height: 9.4rem
    }

    .info-card__title:after {
        content: "";
        font-size: 0;
        min-height: inherit
    }
}

@media (min-width:992px) {
    .info-card__title {
        margin-bottom: 2rem;
        min-height: 19.1rem
    }
}

@media (min-width:768px) {
    .info-card__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .info-card__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .info-card__description {
        margin-bottom: 5.4rem
    }
}

@media (min-width:992px) {
    .info-card__description {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .info-card .Vlt-icon-arrow-link {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .info-card .Vlt-icon-arrow-link {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .info-card .Vlt-icon-arrow-link {
        bottom: 4rem;
        left: 4rem;
        position: absolute
    }
}

@media (min-width:992px) {
    .info-card .Vlt-icon-arrow-link {
        bottom: 8rem;
        left: 7rem
    }
}

@media (min-width:768px) {
    .job-search.careers-overview .job-search__overview-title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .job-search.careers-overview .job-search__overview-title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .job-search.careers-overview .job-search__overview-subtitle {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .job-search.careers-overview .job-search__overview-subtitle {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .job-search__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .job-search__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .job-search__title {
        margin-bottom: 4rem
    }
}

@media (min-width:1200px) {
    .job-search__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.12rem;
        line-height: 4rem;
        font-size: 5.35rem !important;
        line-height: 5.5rem !important
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .job-search__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .job-search__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (max-width:991.98px) {
    .job-search__select-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .job-listings__reset-jobs {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .job-listings__reset-jobs {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .job-listings__title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .job-listings__title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .jump-links {
        margin-top: 0;
        padding-top: 3rem
    }
}

@media (min-width:1200px) {
    .jump-links {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .jump-links__spacer {
        display: block;
        position: relative;
        top: -3rem
    }
}

@media (min-width:1200px) {
    .jump-links__spacer {
        height: 13rem
    }
}

@media (min-width:768px) {
    .jump-links__jump-link {
        padding-left: 3rem;
        padding-right: 3rem;
        border-bottom: none
    }
}

@media (min-width:768px) {
    .jump-links__jump-link:hover .jump-links__link {
        margin: -1rem
    }
}

@media (min-width:768px) and (hover:none) {
    .jump-links__jump-link:hover .jump-links__link {
        margin: 0
    }
}

@media (min-width:768px) {
    .jump-links__heading {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block
    }
}

@media (min-width:1200px) {
    .jump-links__heading {
        display: block
    }
}

@media (min-width:768px) {
    .jump-links__icon {
        display: block;
        margin-bottom: 1.5rem;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .jump-links__icon {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .jump-links__label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .jump-links__label {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .jump-links__label {
        padding-right: 21.5%
    }
}

@media (min-width:1200px) {
    .jump-links__label {
        margin-top: 1.2rem;
        padding-right: 22.7%
    }
}

@media (min-width:768px) {
    .jump-links__title {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .jump-links__title {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .jump-links__title {
        line-height: normal
    }
}

@media (min-width:768px) {
    .jump-links .Vlt-icon-arrow-link {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .jump-links .Vlt-icon-arrow-link {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .jump-links .Vlt-icon-arrow-link {
        bottom: .3rem
    }
}

@media (min-width:768px) {
    .jump-links__link {
        border-bottom: none;
        border-radius: 2rem;
        -webkit-box-shadow: 0 .2rem 1.4rem 0 hsla(0, 0%, 58.4%, .28);
        box-shadow: 0 .2rem 1.4rem 0 hsla(0, 0%, 58.4%, .28);
        -webkit-transition: margin .25s ease;
        transition: margin .25s ease
    }
}

@media (min-width:768px) {
    .jump-links .container {
        margin-top: -9rem
    }
}

@media (min-width:1200px) {
    .jump-links .container {
        margin-top: -13rem
    }
}

@media (min-width:576px) {
    .jump-links .col-12:nth-child(n+3) {
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .jump-links .col-12:nth-child(n+3) {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .landing-page-hero {
        margin-bottom: 9rem;
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media (min-width:992px) {
    .landing-page-hero {
        margin-bottom: 9rem;
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__title {
        margin-bottom: 2rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.12rem;
        line-height: 4rem;
        font-size: 5.35rem !important;
        line-height: 5.5rem !important
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .landing-page-hero__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .landing-page-hero__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__description p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__description p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__description li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__description li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__price-container {
        margin-bottom: 1.5rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__price-currency {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__price-currency {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__price {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__price {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__price-unit {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__price-unit {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .landing-page-hero__price-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .landing-page-hero__price-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .landing-page-hero__ctas {
        margin-top: 5rem
    }
}

@media (min-width:768px) {
    .landing-page-hero--has-price .landing-page-hero__title {
        margin-bottom: 1.5rem
    }
}

@media (min-width:990px) {
    .landing-page-hero--new-variation .landing-page-hero__media {
        right: -7rem;
        top: 0;
        width: 45pc;
        margin-bottom: 0;
        max-width: none
    }
}

@media (min-width:992px) {
    .landing-page-hero--new-variation .landing-page-hero .landing-page-hero--white {
        margin-bottom: -4rem
    }
}

@media (min-width:1199px) {
    .landing-page-hero--new-variation .landing-page-hero__media {
        right: -7rem;
        top: 0;
        width: 550px;
        margin-bottom: 0;
        max-width: none
    }
}

@media (min-width:1304px) {
    .landing-page-hero--new-variation .landing-page-hero__media {
        right: -7rem;
        top: 0;
        width: 550px;
        margin-bottom: 0;
        max-width: none
    }
}

@media (min-width:768px) {

    .landing-page-hero--media-contained,
    .landing-page-hero--media-floating,
    .landing-page-hero--media-landscape {
        min-height: auto;
        padding-bottom: 0
    }
}

@media (min-width:992px) {

    .landing-page-hero--media-contained,
    .landing-page-hero--media-floating,
    .landing-page-hero--media-landscape {
        margin-bottom: 16rem;
        min-height: auto;
        padding-bottom: 0;
        padding-top: 6rem
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-floating {
        margin-bottom: 9rem
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-floating {
        margin-bottom: 16rem
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-landscape {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-contained .landing-page-hero__media {
        width: 14.3rem
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-contained .landing-page-hero__media {
        top: -6rem;
        width: 27.5rem
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-floating .landing-page-hero__media {
        right: calc(50% - 7.15rem);
        top: 2.2rem;
        width: 14.3rem
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-floating .landing-page-hero__media {
        right: calc(50% - 16.2rem);
        top: -6rem;
        width: 32.4rem
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-landscape .landing-page-hero__background {
        height: 50%
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-landscape .landing-page-hero__background {
        height: 90%
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-landscape .landing-page-hero__media-button {
        bottom: 12rem;
        right: 2rem
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-landscape .landing-page-hero__media-button {
        bottom: 3rem;
        right: 2.5rem
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-landscape .landing-page-hero__media {
        right: -16rem;
        top: 0;
        width: 660px;
        margin-bottom: -9.7rem
    }
}

@media (min-width:990px) {
    .landing-page-hero--media-landscape .landing-page-hero__media {
        right: -10rem;
        top: 0;
        width: auto;
        margin-bottom: -2rem
    }
}

@media (min-width:1199px) {
    .landing-page-hero--media-landscape .landing-page-hero__media {
        right: 0;
        top: 3rem;
        width: 610px;
        margin-bottom: 0
    }
}

@media (min-width:1292px) {
    .landing-page-hero--media-landscape .landing-page-hero__media {
        right: -4rem;
        top: 1.5rem;
        width: 35pc;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .landing-page-hero--media-animated .landing-page-hero__media-button {
        bottom: 13.5rem
    }
}

@media (min-width:992px) {
    .landing-page-hero--media-animated .landing-page-hero__media-button {
        bottom: 0
    }
}

@media (min-width:992px) {
    .language-selector {
        margin-bottom: 0;
        margin-right: 1.2rem;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .language-selector__container {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .language-selector__container {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .language-selector__container {
        color: #fff;
        display: block;
        font-size: 1.4rem;
        line-height: 3.285;
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@media (min-width:992px) {
    .language-selector__container:before {
        border-color: #5f6169;
        right: .5rem
    }
}

@media (min-width:992px) {
    .language-selector__spacer {
        padding-right: .7rem;
        visibility: hidden
    }
}

@media (min-width:768px) {
    .language-selector__languages {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .language-selector__languages {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .language-selector__languages {
        color: #5f6169;
        font-size: 1.4rem;
        line-height: 3.285;
        padding: 0 1.6rem
    }
}

@media (min-width:992px) {
    .topnav-selected .language-selector__languages {
        color: #fff
    }
}

@media (min-width:768px) {
    .lead-gen--cover:before {
        height: 15.2rem
    }
}

@media (min-width:992px) {
    .lead-gen--cover:before {
        height: 28.7rem
    }
}

@media (min-width:768px) {
    .lead-gen__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 5rem 0
    }
}

@media (min-width:992px) {
    .lead-gen__content {
        padding: 6rem 0;
        margin-bottom: 7rem;
        padding: 10rem 0
    }
}

@media (min-width:768px) {
    .lead-gen__image-wrapper {
        padding: 3rem
    }
}

@media (min-width:768px) {
    .lead-gen__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .lead-gen__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .lead-gen__headline {
        width: 100%
    }
}

@media (min-width:992px) {
    .lead-gen__headline {
        padding-bottom: 5rem
    }
}

@media (min-width:768px) {
    .lead-gen__subtitle {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .lead-gen__subtitle {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .lead-gen__subtitle {
        width: 100%
    }
}

@media (min-width:768px) {
    .lead-gen__dropdown {
        font-size: 2rem;
        margin-top: -.2rem
    }
}

@media (min-width:992px) {
    .lead-gen__dropdown {
        margin-top: .2rem
    }
}

@media (min-width:1200px) {
    .lead-gen__dropdown {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

@media (min-width:992px) {
    .lead-gen__dropdown-wrapper {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {
    .lead-gen__info {
        height: 5.5rem
    }
}

@media (min-width:1200px) {
    .lead-gen__info {
        height: 6rem
    }
}

@media (min-width:768px) {

    .lead-gen__info-hours-label,
    .lead-gen__info-number-label {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .lead-gen__info-hours-label,
    .lead-gen__info-number-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {

    .lead-gen__info-hours-data,
    .lead-gen__info-number-data {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .lead-gen__info-hours-data,
    .lead-gen__info-number-data {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) and (min-width:768px) {

    .lead-gen__info-hours-data,
    .lead-gen__info-number-data {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {

    .lead-gen__info-hours-data,
    .lead-gen__info-number-data {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .lead-gen__info-hours {
        display: block;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .lead-gen__info-hours-label {
        text-align: right
    }
}

@media (min-width:768px) {
    .lead-gen-alternative {
        padding-bottom: 6rem;
        padding-top: 5rem
    }
}

@media (min-width:992px) {
    .lead-gen-alternative {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media (min-width:768px) {
    .lead-gen-alternative .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {

    .lead-gen-alternative__headline-wrapper,
    .lead-gen-alternative__info {
        text-align: left
    }
}

@media (min-width:992px) {
    .lead-gen-alternative__headline-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .lead-gen-alternative__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .lead-gen-alternative__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .lead-gen-alternative__headline {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .lead-gen-alternative__image {
        max-width: 9.3rem
    }
}

@media (min-width:992px) {
    .lead-gen-alternative__image {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5rem;
        max-width: 13rem
    }
}

@media (min-width:992px) {
    .lead-gen-alternative__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px) {
    .lead-gen-alternative__info-numbers__global a {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .lead-gen-alternative__info-numbers__global a {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .lead-gen-alternative__info-number-label {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .lead-gen-alternative__info-number-label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .lead-gen-alternative__info-links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media (min-width:768px) {
    .lead-gen-alternative__info-number-data {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .lead-gen-alternative__info-number-data {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .logo-strip {
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    .logo-strip .container {
        padding-top: 9rem
    }
}

@media (min-width:768px) {
    .logo-strip__headline {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .logo-strip__headline {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .logo-strip__headline {
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    .logo-strip__headline {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {
    .logo-strip__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .logo-strip__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:768px) {
    .logo-strip__logo {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width:768px) {
    .marketPlace-hero {
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    .marketPlace-hero {
        margin-bottom: 0;
        padding-top: 1rem
    }
}

@media (min-width:768px) {
    .marketPlace-hero__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .marketPlace-hero__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .marketPlace-hero__title {
        margin-bottom: 2rem
    }
}

@media (min-width:1200px) {
    .marketPlace-hero__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.12rem;
        line-height: 4rem;
        font-size: 4.25rem !important;
        line-height: 5rem !important
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .marketPlace-hero__title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .marketPlace-hero__title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .marketPlace-hero__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .marketPlace-hero__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .marketPlace-hero__description p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .marketPlace-hero__description p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .marketPlace-hero__description li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .marketPlace-hero__description li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .marketPlace-hero__ctas {
        margin-top: 4rem
    }
}

@media (min-width:768px) {
    .marketPlace-hero--media-landscape .marketPlace-hero__background {
        height: 50%
    }
}

@media (min-width:992px) {
    .marketPlace-hero--media-landscape .marketPlace-hero__background {
        height: 90%
    }
}

@media (min-width:992px) {
    .marketPlace-overview__left-panel {
        padding: 0 2rem
    }
}

@media (min-width:992px) {
    .marketPlace-overview .container {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 9rem
    }
}

@media (min-width:768px) {
    .marketPlace-overview__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .marketPlace-overview__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .marketPlace-overview__headline-app {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .marketPlace-overview__headline-app {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .marketPlace-overview__background {
        border-radius: 3rem;
        padding: 8.8rem 7.3rem 5.9rem 7.7rem
    }
}

@media (min-width:768px) {
    .marketPlace-overview__background {
        border-radius: 3rem;
        padding: 4rem
    }
}

@media (min-width:768px) {
    .marketPlace-overview__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .marketPlace-overview__logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:768px) {
    .marketPlace-overview__logo {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width:992px) {
    .marketPlace-overview_column {
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%
    }
}

@media (min-width:992px) {
    .marketPlace-overview__name {
        font-size: 1.8rem
    }
}

@media (min-width:768px) {
    .marketPlace-overview__name {
        font-size: 1.8rem
    }
}

@media (min-width:576px) {
    .marketPlace-overview__current-img-desc {
        padding: 2rem 9.5rem 3rem;
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: .02px;
        color: #000
    }
}

@media (min-width:576px) {
    .marketPlace-overview__image-box img {
        max-height: 50rem
    }
}

@media (min-width:992px) {
    .marketPlaceRecomm .container {
        padding-top: 9rem
    }
}

@media (min-width:992px) {
    .marketPlaceRecomm__border-bottom {
        display: none
    }
}

@media (min-width:992px) {
    .container.marketPlaceRecomm {
        max-width: 36rem;
        padding-top: 1rem
    }
}

@media (min-width:992px) {
    .media-cards-grid {
        margin: 4rem auto
    }
}

@media (min-width:768px) {
    .media-cards-grid__group {
        padding-bottom: 2.2rem
    }
}

@media (min-width:992px) {
    .media-cards-grid__group {
        margin-bottom: 10rem
    }
}

@media (min-width:768px) {

    .media-cards-grid .aem-Grid,
    .media-cards-grid__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {

    .media-cards-grid .aem-Grid.two-col .category-grid__item,
    .media-cards-grid__items.two-col .category-grid__item {
        width: 50%;
        padding-right: 2.77777%
    }
}

@media (min-width:992px) {
    .media-cards-grid .aem-Grid.row {
        width: 100%
    }
}

@media (min-width:768px) {
    .media-cards-grid__item {
        margin-bottom: 6.8rem;
        padding-right: 2.77777%;
        width: 50%
    }
}

@media (min-width:992px) {
    .media-cards-grid__item {
        width: 33.33333%
    }
}

@media (min-width:768px) {
    .media-cards-grid__header {
        margin-bottom: 7.2rem
    }
}

@media (min-width:992px) {
    .media-cards-grid__header {
        margin-bottom: 0;
        overflow: visible
    }
}

@media (min-width:768px) {
    .media-cards-grid__header-title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .media-cards-grid__header-title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .media-cards-grid__header-title {
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    .media-cards-grid__header-title {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .media-cards-grid__header-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .media-cards-grid__header-description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .media-cards-grid__header-description {
        margin-left: 5.3rem
    }
}

@media (min-width:768px) {
    .media-cards-grid__link {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .media-cards-grid__link {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .media-cards-grid__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .media-cards-grid__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .videoCard .slim-video__cta {
        left: calc(50% - 6rem);
        top: calc(50% - 6rem)
    }
}

@media (min-width:992px) {
    .videoCard .slim-video__cta {
        left: calc(50% - 6rem);
        top: calc(50% - 6rem)
    }
}

@media (min-width:768px) {
    .videoCard .slim-video__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .videoCard .slim-video__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .videoCard .slim-video .Vlt-icon-play-video {
        font-size: 12rem
    }
}

@media (min-width:992px) {
    .videoCard .slim-video .Vlt-icon-play-video {
        font-size: 12rem
    }
}

@media (max-width:991.98px) {
    .multipage-dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 1.2rem;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .multipage-dropdown__title {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 1.2rem
    }

    .multipage-dropdown__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        width: 100%
    }

    .multipage-dropdown__action--section {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.6rem
    }

    .multipage-dropdown__action--section-btn {
        width: auto
    }

    .multipage-dropdown__action--section-list.open {
        width: auto;
        left: 0;
        right: 0
    }

    .multipage-dropdown__action--cta-section,
    .multipage-dropdown__action--cta-section-btn {
        width: 100%
    }
}

@media (min-width:768px) {
    .date-time-section {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .date-time-section {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .search-results__card {
        margin-top: 4rem
    }
}

@media (min-width:768px) {

    .search-results__card,
    .search-results__card:first-child {
        margin-top: 5rem
    }

    .search-results__card:first-child {
        margin-top: 7rem
    }
}

@media (min-width:768px) {
    .search-results__card:before {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .search-results__card:before {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .search-results__card:before {
        margin-right: 2rem;
        margin-top: .7rem
    }
}

@media (min-width:992px) {
    .search-results__card:before {
        margin-top: .9rem
    }
}

@media (min-width:992px) {
    .filters-search-box .search-filters-mobile {
        display: none
    }
}

@media only screen and (max-width:1036px) {
    .apps-results .overview-section .featured-title {
        margin-bottom: 2.4rem
    }

    .apps-results .overview-section .featured-content {
        display: block;
        width: 100%
    }

    .apps-results .overview-section .featured-content-left-wrapper,
    .apps-results .overview-section .featured-content-left-wrapper .sub-left--third-liner {
        width: 100%
    }

    .apps-results .overview-section .featured-content-left-wrapper .sub-left--logo-content {
        display: block;
        width: 12rem;
        height: 12rem;
        margin-top: 4rem;
        border-radius: 1rem;
        -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
        background-color: #fafafa
    }

    .apps-results .overview-section .featured-content-left-wrapper .sub-left--logo-content-image {
        border-radius: 1rem;
        width: 100%;
        height: 100%
    }

    .apps-results .overview-section .featured-content-left-wrapper .sub-left--action-btn {
        height: 6rem;
        line-height: 6rem;
        width: auto;
        margin-top: 3.5rem
    }

    .apps-results .overview-section .featured-content-left-wrapper .sub-right {
        display: none
    }

    .apps-results .overview-section .featured-content-right-wrapper {
        width: 100%;
        margin-top: 2.4rem
    }

    .apps-results .overview-section .featured-content-right-wrapper .section-card {
        grid-template-columns: 6rem auto;
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin-right: 0;
        border: .1rem solid #c1c3cd;
        border-radius: 0;
        padding: 1.6rem
    }

    .apps-results .overview-section .featured-content-right-wrapper .section-card-desc {
        margin-bottom: 3.2rem
    }

    .apps-results .overview-section .featured-content-right-wrapper .section-card-logo-wrap {
        border-radius: 0;
        border: none;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 6rem;
        height: 6rem;
        min-width: 6rem;
        min-height: 6rem
    }

    .apps-results .overview-section .featured-content-right-wrapper .section-card-action-btn {
        display: block;
        grid-column: 1/span 2;
        text-decoration: none;
        width: 100%;
        height: 5.6rem;
        background-color: #000;
        color: #fff;
        text-transform: capitalize;
        font-size: 1.5rem;
        text-align: center;
        line-height: 5.6rem;
        border-radius: 1rem
    }

    .apps-results .overview-section .featured-content-right-wrapper .section-card-action-btn.mobile-only {
        display: block
    }

    .apps-results .overview-section .featured-content-right-wrapper .section-card .desktop-only {
        display: none
    }

    .apps-results .overview-section .recommended .section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template-columns: none
    }

    .apps-results .overview-section .recommended .section-card {
        border: .1rem solid #c1c3cd;
        margin-bottom: 1.2rem;
        grid-template-columns: 6rem auto;
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin-right: 0;
        border-radius: 0;
        padding: 1.6rem
    }

    .apps-results .overview-section .recommended .section-card-action-btn {
        display: block;
        grid-column: 1/span 2;
        margin-top: 3.4rem;
        text-decoration: none;
        width: 100%;
        height: 5.6rem;
        background-color: #000;
        color: #fff;
        text-transform: capitalize;
        font-size: 1.5rem;
        text-align: center;
        line-height: 5.6rem;
        border-radius: 1rem
    }

    .apps-results .overview-section .recommended .section-card-action-btn.mobile-only {
        display: block
    }

    .apps-results .overview-section .recommended .section-card .desktop-only {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .apps-results .results-section {
        width: 100%;
        padding: 1.5rem
    }

    .apps-results .results-section-wrapper {
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-template-columns: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .apps-results .results-section-wrapper .card {
        grid-template-columns: 6rem auto;
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin-right: 0;
        border: .1rem solid #c1c3cd;
        border-radius: 0
    }

    .apps-results .results-section-wrapper .card-action-btn {
        display: block;
        grid-column: 1/span 2;
        margin-top: 3.4rem;
        text-decoration: none;
        width: 100%;
        height: 5.6rem;
        background-color: #000;
        color: #fff;
        text-transform: capitalize;
        font-size: 1.5rem;
        text-align: center;
        line-height: 5.6rem;
        border-radius: 1rem
    }

    .apps-results .results-section-wrapper .card-action-btn.mobile-only {
        display: block
    }

    .apps-results .results-section-wrapper .card .desktop-only {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 80%;
        max-height: 90%;
        overflow-y: auto
    }

    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box .left-content,
    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box .right-content {
        width: 100%;
        min-width: 90%;
        min-height: 15rem
    }

    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box .left-content .close-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box .left-content .img-container {
        height: auto
    }

    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box .right-content .close-wrap {
        display: none !important
    }

    .apps-results .results-section-wrapper.asset-studio-section .card .overlay-wrap .overlay-content-box .right-content .url-wrap a {
        overflow-wrap: break-word
    }
}

@media only screen and (max-width:1024px) {
    .events-results__wrapper .events-results__wrapper--details {
        border: 1px solid hsla(0, 0%, 59.2%, .25);
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 1rem
    }

    .events-results__wrapper .events-results__wrapper--details-img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin-right: 0
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-date-time {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-date-time .events-date {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-name {
        margin-bottom: 1rem
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-name .events-title {
        text-decoration: none
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-name .events-more-icon {
        display: inline;
        top: 2px;
        position: relative
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-desc {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-keywords {
        display: none
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-more-info {
        margin-bottom: 0
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-more-info span {
        display: none
    }

    .events-results__wrapper .events-results__wrapper--details-txt .events-more-info a {
        color: #000;
        text-transform: uppercase;
        font-weight: 500
    }
}

@media (min-width:768px) {

    .no-results__description,
    .no-results__title {
        max-width: 43.6rem
    }
}

@media (min-width:992px) {

    .no-results__description,
    .no-results__title {
        max-width: 73rem
    }
}

@media (min-width:768px) {
    .no-results__title {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .no-results__title {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .no-results__description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .no-results__description {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .results-count {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .results-count {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .results-count {
        margin-bottom: 3.4rem
    }
}

@media (min-width:768px) {
    .result-card__title {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .result-card__title {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .result-card__title {
        margin-bottom: 1.2rem
    }
}

@media (min-width:992px) {
    .result-card__title {
        margin-bottom: 1.5rem
    }
}

@media (min-width:768px) {
    .result-card__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .result-card__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .result-card__url {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .result-card__url {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .pagination__page {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .pagination__page {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .pagination__page--current {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .pagination__page--current {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .pagination__page {
        margin: 0 .5rem
    }
}

@media (min-width:992px) {

    .pricing-matrix,
    .pricing-matrix-updated-ctas {
        margin-bottom: 9rem;
        padding-bottom: 9rem;
        padding-top: 3.5rem
    }
}

@media (min-width:768px) {

    .pricing-matrix-updated-ctas__title,
    .pricing-matrix__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {

    .pricing-matrix-updated-ctas__title,
    .pricing-matrix__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {

    .pricing-matrix-updated-ctas__title,
    .pricing-matrix__title {
        margin-bottom: 0
    }
}

@media (min-width:992px) {

    .pricing-matrix-updated-ctas__title,
    .pricing-matrix__title {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {

    .pricing-matrix-updated-ctas__card-container,
    .pricing-matrix__card-container {
        padding-top: 4rem;
        padding-top: 8rem
    }
}

@media (min-width:992px) {

    .pricing-matrix-updated-ctas__card-container,
    .pricing-matrix__card-container {
        padding-top: 4rem
    }
}

@media (min-width:992px) {

    .pricing-matrix-updated-ctas__card-container--no-ecomm,
    .pricing-matrix__card-container--no-ecomm {
        padding-top: 0
    }
}

@media (min-width:768px) {

    .pricing-matrix-updated-ctas .end-note,
    .pricing-matrix .end-note {
        margin-top: 5rem
    }
}

@media (min-width:992px) {

    .pricing-matrix--no-bottom-margin,
    .pricing-matrix-updated-ctas--no-bottom-margin {
        margin-bottom: 0
    }
}

@media (min-width:992px) {

    .pricing-matrix-updated-ctas .col-12.col-lg-3,
    .pricing-matrix .col-12.col-lg-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .pricing-matrix-updated-ctas.five-items .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:1024px) and (max-width:1149px) {
    .voice-api-pricing-component .api-pricing-matrix .api-pricing__table {
        width: 48%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 50%;
        min-height: 40rem
    }
}

@media (min-width:1150px) {
    .voice-api-pricing-component .api-pricing-matrix .api-pricing__table {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 23%;
        max-width: 50%;
        min-height: 40rem
    }
}

@media (min-width:1024px) {
    .voice-api-pricing-component .api-pricing-matrix .api-pricing__table.tab-4 {
        width: 24% !important
    }
}

@media (min-width:1024px) {
    .voice-api-pricing-component .api-pricing-matrix .api-pricing__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        -webkit-align-items: stretch;
        gap: 2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:991.98px) {
    .voice-api-pricing-component .api-pricing-matrix .pricing-card__offer-price {
        font-weight: 700;
        margin-top: 0;
        text-align: right
    }
}

@media (min-width:992px) {

    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix,
    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix-updated-ctas {
        margin-bottom: 9rem;
        padding-bottom: 9rem;
        padding-top: 3.5rem
    }
}

@media (min-width:768px) {

    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix-updated-ctas__card-container,
    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix__card-container {
        padding-top: 4rem;
        padding-top: 8rem
    }
}

@media (min-width:992px) {

    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix-updated-ctas__card-container,
    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix__card-container {
        padding-top: 4rem
    }
}

@media (min-width:992px) {

    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix-updated-ctas__card-container--no-ecomm,
    .voice-api-pricing-component .api-pricing-matrix .pricing-matrix__card-container--no-ecomm {
        padding-top: 0
    }
}

@media (min-width:992px) {
    .pricing-card {
        padding-bottom: 9rem
    }
}

@media (min-width:768px) {
    .pricing-card__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .pricing-card__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .pricing-card__title {
        margin-bottom: 5rem;
        text-align: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .pricing-card__card {
        padding: 6rem 5.8rem
    }
}

@media (min-width:992px) {
    .pricing-card__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 7rem 5rem
    }
}

@media (min-width:768px) {
    .pricing-card__option {
        margin-top: 6rem
    }
}

@media (min-width:992px) {
    .pricing-card__option {
        -ms-flex-preferred-size: 44.06779%;
        flex-basis: 44.06779%;
        margin-top: 7rem
    }
}

@media (min-width:992px) {
    .pricing-card__option:first-child+.pricing-card__option {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .pricing-card__option-product {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .pricing-card__option-product {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .pricing-card__option-product {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .pricing-card__option-product {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {

    .pricing-card__offer-name,
    .pricing-card__offer-price {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .pricing-card__offer-name,
    .pricing-card__offer-price {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .pricing-card--padding-top {
        padding-top: 9rem
    }
}

@media (min-width:768px) {
    .pricing-card .end-note {
        margin-top: 5rem
    }
}

@media (min-width:768px) {
    .plans-card {
        padding: 6rem
    }
}

@media (min-width:992px) {
    .plans-card {
        padding: 5rem 4rem 4rem
    }
}

@media (min-width:992px) {
    .plans-card__basic-info {
        padding-bottom: 1rem;
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .plans-card__title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .plans-card__title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .plans-card__title {
        max-width: 37.9rem
    }
}

@media (min-width:992px) {
    .plans-card__title {
        max-width: 40rem
    }
}

@media (min-width:768px) {
    .plans-card__mice-text {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .plans-card__mice-text {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .plans-card__mice-text {
        padding-bottom: .8rem;
        max-width: 53.17%
    }
}

@media (min-width:992px) {
    .plans-card__price {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        min-width: 80%
    }
}

@media (min-width:768px) {
    .plans-card__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .plans-card__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .plans-card__description {
        max-width: 37.9rem
    }
}

@media (min-width:992px) {
    .plans-card__description {
        max-width: 70%;
        font-size: 1.5rem;
        padding-top: 1rem
    }
}

@media (min-width:992px) {
    .plans-card .list-title {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .plans-card .list-item {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .plans-card .list-item {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .plans-card .list-item {
        font-size: 1.5rem
    }
}

@media (min-width:992px) {
    .plans-card__cta-container {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .plans-card--extended {
        padding: 2rem 3.2rem 3.2rem
    }
}

@media (min-width:768px) {
    .plans-card--extended .plans-card__tag-label {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .plans-card--extended .plans-card__tag-label {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .plans-card--extended .plans-card__title {
        max-width: 90%;
        letter-spacing: -.06rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .plans-card--extended .plans-card__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .plans-card--extended .plans-card__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .plans-card--extended .plans-card__description {
        font-size: 1.5rem
    }
}

@media (min-width:992px) {
    .plans-card--extended .plans-card__cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .plans-card--extended .sub-list {
        margin-top: 1rem
    }
}

@media (min-width:992px) {
    .plans-card--extended .btn--secondary {
        margin-left: 0;
        margin-top: 1rem
    }
}

@media (min-width:992px) {

    .plans-card--extended-four-up,
    .plans-card--extended-two-up {
        padding: 5rem 4rem 4rem
    }
}

@media (min-width:1200px) {
    .plans-card--extended-four-up {
        padding: 5rem 3rem 3rem
    }
}

@media (min-width:992px) {

    .plans-card--extended-four-up .plans-card__cta-container,
    .plans-card--extended-two-up .plans-card__cta-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 3rem
    }
}

@media (min-width:992px) {
    .plans-card--extended-two-up .btn {
        margin-right: 1rem;
        margin-top: 1rem;
        width: auto
    }
}

@media (min-width:992px) {
    .plans-card--extended-two-up .btn--secondary {
        margin-top: 1rem;
        width: auto
    }
}

@media (min-width:1200px) {
    .plans-card--extended-four-up .plans-card__cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem
    }
}

@media (min-width:1200px) {
    .plans-card--extended-four-up .btn {
        margin-right: 0;
        margin-top: 0;
        width: 100%
    }
}

@media (min-width:992px) {
    .plans-card--extended-four-up .btn--secondary {
        margin-top: 1rem;
        width: auto
    }
}

@media (min-width:992px) {
    .plans-card-2-up {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .plans-card-2-up__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .plans-card-2-up__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .plans-card-2-up__title {
        text-align: left
    }
}

@media (min-width:992px) {
    .plans-card-2-up__title {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {
    .plans-card-2-up__card {
        padding-bottom: 5rem
    }
}

@media (min-width:992px) {
    .plans-card-2-up__card {
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .plans-card-2-up .end-note {
        margin-top: 5rem
    }
}

@media (min-width:992px) {
    .pressRelease-overview {
        margin: 4rem auto
    }
}

@media (min-width:768px) {
    .pressRelease-overview__group {
        padding-bottom: 2.2rem
    }
}

@media (min-width:992px) {
    .pressRelease-overview__group {
        margin-bottom: 10rem
    }
}

@media (min-width:768px) {
    .pressRelease-overview__link {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .pressRelease-overview__link {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .pressRelease-overview__item {
        width: 75%
    }
}

@media (min-width:768px) {
    .pressRelease-overview__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .pressRelease-overview__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (max-width:991.98px) {
    .pressRelease-overview__header {
        row-gap: 2rem;
        margin-bottom: 6rem;
        display: grid;
        grid-template-columns: auto
    }
}

@media (min-width:992px) {
    .pressRelease-overview__pagination.bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 60%
    }
}

@media (min-width:992px) {
    .product-grid {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .product-grid__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .product-grid__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .product-grid__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .product-grid__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .product-grid__products {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .product-grid__product {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .product-grid__product:not(:first-child) {
        display: block
    }

    .product-grid__product:last-child {
        margin-bottom: 3rem
    }
}

@media (min-width:992px) {
    .product-grid__product {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (min-width:768px) {
    .product-grid__product-cta-label {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .product-grid__product-cta-label {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .tabs__tab {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .tabs__tab {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .quantity-selector {
        padding-bottom: 4rem;
        padding-top: 7rem
    }
}

@media (min-width:992px) {
    .quantity-selector {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

@media (min-width:768px) {
    .quantity-selector__headline {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .quantity-selector__headline {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .quantity-selector label {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .quantity-selector label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .quantity-selector label {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .quantity-selector__controls {
        display: block
    }
}

@media (min-width:768px) {
    .quantity-selector__range-length {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .quantity-selector__range-length {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .quantity-selector__range-length {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .quantity-selector__ranges {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .quantity-selector__ranges {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .quantity-selector__ranges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .quantity-selector__quantity-count {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .quantity-selector__quantity-count {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .quantity-selector__quantity-count {
        height: 5.2rem;
        margin-left: auto;
        margin-right: auto;
        width: 8.4rem
    }
}

@media (min-width:992px) {
    .quantity-selector .inline-ele {
        display: inline-block
    }

    .quantity-selector .mar-right {
        margin: 2rem 3rem 0 !important
    }

    .quantity-selector .center-selector {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
        margin: 0 0 0 14px !important
    }
}

@media (min-width:768px) {
    .campaign-page .quantity-selector {
        padding-bottom: 4rem;
        padding-top: 7rem
    }
}

@media (min-width:992px) {
    .campaign-page .quantity-selector {
        padding-bottom: 4rem;
        padding-top: 5rem
    }
}

@media (min-width:768px) {
    .cmp-text p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .cmp-text p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .cmp-text li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .cmp-text li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .search-bar__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .search-bar__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .search-bar__eyebrow {
        margin-top: 4rem
    }
}

@media (min-width:992px) {
    .search-bar__eyebrow {
        margin-bottom: 2rem;
        margin-top: 8.3rem
    }
}

@media (min-width:768px) {
    .search-bar__input {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .search-bar__input {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .search-bar__container {
        margin-bottom: 5rem;
        min-height: 7rem
    }
}

@media (min-width:992px) {
    .search-bar__container {
        height: 8.6rem;
        margin-bottom: 9.2rem;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width:992px) {
    .search-bar__close-icon {
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .search-bar__quick-links {
        margin-top: 4rem
    }
}

@media (min-width:992px) {
    .search-bar__quick-links {
        left: 0;
        margin-top: 0;
        padding: 6.9rem 7rem 6rem;
        position: absolute;
        width: 100%
    }
}

@media (min-width:768px) {
    .search-bar__quick-links-title {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .search-bar__quick-links-title {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .search-bar__quick-link {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .search-bar__quick-link {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .search-bar__quick-link {
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .search-bar__quick-link {
        max-width: 30rem
    }
}

@media (min-width:992px) {
    .search-bar--active .search-bar__container {
        height: auto;
        position: relative;
        width: auto;
        z-index: 1
    }
}

@media (min-width:768px) {
    .search-bar--active .search-bar__interaction {
        padding-bottom: 3.4rem
    }
}

@media (min-width:992px) {
    .search-bar--active .search-bar__interaction {
        border-bottom: 0;
        padding-bottom: 0;
        position: relative
    }

    .search-bar--active .search-bar__interaction:after {
        border-bottom: .1rem solid #dcdde6;
        bottom: -2.7rem;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2
    }
}

@media (min-width:992px) {
    .search-bar--active .search-bar__search-icon {
        color: #000;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:992px) {
    .search-bar--active .search-bar__input {
        font-size: 2.2rem;
        height: 4.6rem
    }
}

@media (min-width:768px) {
    .search-box--activated .search-box__container {
        margin-top: 1.2rem
    }
}

@media (min-width:768px) {
    .search-box__interaction {
        padding-bottom: 3.4rem
    }
}

@media (min-width:992px) {
    .search-box__interaction {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (min-width:768px) {
    .search-box__quick-links {
        margin-top: 4rem
    }
}

@media (min-width:992px) {
    .search-box__quick-links {
        border-top: .1rem solid #dcdde6;
        margin-bottom: 2rem;
        margin-top: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem
    }
}

@media (min-width:768px) {
    .search-box__quick-links-title {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .search-box__quick-links-title {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .search-box__quick-links-title {
        color: #fff;
        margin-bottom: 2.5rem
    }
}

@media (min-width:768px) {
    .search-box__quick-link {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .search-box__quick-link {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .search-box__quick-link {
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .search-box__quick-link {
        color: #fff;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .search-box__search-icon {
        right: 8.4rem;
        top: 3.8rem
    }
}

@media (min-width:992px) {
    .search-box__search-icon {
        -ms-flex-item-align: center;
        align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5rem;
        height: 1.5rem;
        right: 2rem;
        top: 3rem;
        z-index: 8
    }
}

@media (min-width:1200px) {
    .slimPromo__text .cmp-text p {
        line-height: 2.2rem
    }
}

@media (min-width:768px) {
    .slimPromo .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .slimPromo .end-note__content {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:992px) {
    .slimPromo .end-note__content {
        max-width: none
    }
}

@media (min-width:768px) {
    .slimPromo .text-block__title h2 {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .slimPromo .text-block__title h2 {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem;
        line-height: 4.7rem !important;
        font-size: 4.5rem !important
    }
}

@media (min-width:768px) {
    .slimPromo .text-block__title h3 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .slimPromo .text-block__title h3 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .slimPromo .text-block__title h4 {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .slimPromo .text-block__title h4 {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .slimPromo .text-block__title h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .slimPromo .text-block__title h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (max-width:991.98px) {
    .slimPromo .text-block__title sup {
        font-size: 1.4rem;
        font-weight: 500
    }
}

@media (min-width:992px) {
    .slimPromo .mobile__title {
        margin: 2rem auto 4rem
    }
}

@media (min-width:768px) {
    .slimPromo .mobile__question {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) and (max-width:1092px) {

    .slimPromo .cta-default .btn,
    .slimPromo .cta-purple .btn {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 2rem;
        padding-right: 1.5rem;
        padding-top: 2rem
    }
}

@media (min-width:768px) and (max-width:991px) {

    .slimPromo .cta-default .btn,
    .slimPromo .cta-purple .btn {
        padding-top: 1rem
    }
}

@media (min-width:992px) and (max-width:1360px) {

    .slimPromo .cta-default .btn,
    .slimPromo .cta-purple .btn {
        margin-left: -4rem;
        margin-right: -2rem
    }
}

@media (min-width:768px) {
    .slim-video__cta {
        left: calc(50% - 7rem);
        top: calc(50% - 7rem)
    }
}

@media (min-width:992px) {
    .slim-video__cta {
        left: calc(50% - 8rem);
        top: calc(50% - 8rem)
    }
}

@media (min-width:768px) {
    .slim-video__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .slim-video__caption {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .slim-video .Vlt-icon-play-video {
        font-size: 13rem
    }
}

@media (min-width:992px) {
    .slim-video .Vlt-icon-play-video {
        font-size: 16rem
    }
}

@media (min-width:992px) {
    .speed-bump {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .speed-bump__container {
        padding: 5rem 4rem
    }
}

@media (min-width:992px) {
    .speed-bump__container {
        padding: 7rem 9rem
    }
}

@media (min-width:768px) {
    .speed-bump__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .speed-bump__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .speed-bump__eyebrow {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .speed-bump__headline {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .speed-bump__headline {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .speed-bump__headline {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .speed-bump__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .speed-bump__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .speed-bump__image {
        bottom: 0;
        height: auto;
        left: -9.5%;
        margin: auto;
        top: 0;
        width: 42%
    }
}

@media (min-width:992px) {
    .speed-bump__image {
        height: auto;
        left: -11.5%;
        width: 41.5%
    }
}

@media (min-width:768px) {
    .speed-bump--image .speed-bump__container {
        margin-top: 0;
        min-height: 35rem;
        padding-top: 5rem;
        padding-left: 24.5rem
    }
}

@media (min-width:992px) {
    .speed-bump--image .speed-bump__container {
        min-height: 48rem;
        padding-left: calc(30% + 9rem);
        padding-top: 7rem
    }
}

@media (min-width:992px) {
    .speed-bump--button-cta .speed-bump {
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .steps-grid {
        max-width: 64pc;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .steps-grid__intro-title {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: -.18rem;
        line-height: 3.6rem
    }
}

@media (min-width:1200px) {
    .steps-grid__intro-title {
        font-size: 5.1rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 5.6rem
    }
}

@media (min-width:768px) {
    .steps-grid .container.dotted:before {
        display: block;
        content: "";
        position: absolute;
        top: 50px;
        border-left: 10px dotted #e7ebee;
        left: -20px;
        height: calc(100% - 50px);
        width: 20px
    }
}

@media (min-width:992px) {
    .steps-grid .container.dotted:before {
        display: block;
        content: "";
        position: absolute;
        top: 50px;
        border-left: 10px dotted #e7ebee;
        left: -20px;
        height: calc(100% - 50px);
        width: 20px
    }
}

@media (min-width:768px) {
    .steps-grid .container.dotted:after {
        display: block;
        left: -60px;
        bottom: 0;
        height: 55px;
        width: 50px
    }
}

@media (min-width:992px) {
    .steps-grid .container.dotted:after {
        display: block;
        left: -60px;
        bottom: 0;
        height: 75pt;
        width: 50px
    }
}

@media (min-width:768px) {
    .steps-grid .container.dotted .step__icon:before {
        display: block;
        top: 70px;
        left: -40px;
        width: 30px
    }
}

@media (min-width:992px) {
    .steps-grid .container.dotted .step__icon:before {
        display: block;
        top: 50%;
        left: -40px;
        width: 30px
    }
}

@media (min-width:768px) {
    .steps-grid .container.dotted .steps-grid__intro-title:before {
        display: block;
        top: 50px;
        left: -60px;
        width: 50px
    }
}

@media (min-width:992px) {
    .steps-grid .container.dotted .steps-grid__intro-title:before {
        display: block;
        top: 50px;
        left: -60px;
        width: 50px
    }
}

@media (min-width:992px) {
    .steps-grid .step__icon {
        margin: auto
    }
}

@media (min-width:768px) {
    .steps-grid .step__content {
        margin-top: 5%
    }
}

@media (min-width:768px) {
    .steps-grid .step__eyebrow {
        font-size: 4.4rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 4.4rem
    }
}

@media (min-width:1200px) {
    .steps-grid .step__eyebrow {
        font-size: 6.8rem;
        font-weight: 500;
        letter-spacing: -.2rem;
        line-height: 7.2rem
    }
}

@media (min-width:992px) {
    .steps-grid .step__eyebrow {
        text-indent: 3rem
    }
}

@media (min-width:768px) {
    .steps-grid .step__eyebrow-container {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .steps-grid .step__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .steps-grid .step__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .steps-grid .step__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .steps-grid .step__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .steps-grid .step .link {
        margin-top: 3rem
    }
}

@media (min-width:768px) {
    .steps-grid .step+.step {
        margin-top: 5rem
    }
}

@media (min-width:992px) {
    .steps-grid .step+.step {
        margin-top: 5rem
    }
}

@media (min-width:992px) {
    .large-promo {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .large-promo__promo-info {
        padding-left: 0;
        padding-right: 0;
        text-align: left
    }
}

@media (min-width:992px) {
    .large-promo__promo-info {
        padding-bottom: 8rem;
        padding-top: 8rem
    }
}

@media (min-width:768px) {
    .large-promo__headline {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .large-promo__headline {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .large-promo__headline {
        margin-bottom: 3rem;
        font-size: 5rem;
        line-height: 5rem
    }
}

@media (min-width:768px) {
    .large-promo__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .large-promo__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:992px) {
    .large-promo__description {
        margin-bottom: 5rem
    }
}

@media (min-width:768px) {
    .large-promo__image-container {
        height: 100%
    }
}

@media (min-width:768px) {
    .large-promo__image {
        margin-left: 0;
        margin-top: 5rem;
        position: absolute
    }
}

@media (min-width:992px) {
    .large-promo__image {
        margin-top: 8rem
    }
}

@media (min-width:992px) {
    .large-promo--light {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media (min-width:768px) {
    .rteText .text-block {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {
    .rteText .text-block.text-block--padded {
        margin-bottom: 0;
        padding: 3.5rem 0
    }
}

@media (min-width:768px) {

    .rteText .text-block.text-block--centered .text-block__title--centered h2,
    .rteText .text-block.text-block--centered .text-block__title--centered h3,
    .rteText .text-block.text-block--centered .text-block__title--centered h4,
    .rteText .text-block.text-block--centered .text-block__title--centered h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .rteText .text-block.text-block--centered .text-block__title--centered h2,
    .rteText .text-block.text-block--centered .text-block__title--centered h3,
    .rteText .text-block.text-block--centered .text-block__title--centered h4,
    .rteText .text-block.text-block--centered .text-block__title--centered h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {

    .rteText .text-block__title h2,
    .rteText .text-block__title h3,
    .rteText .text-block__title h4,
    .rteText .text-block__title h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .rteText .text-block__title h2,
    .rteText .text-block__title h3,
    .rteText .text-block__title h4,
    .rteText .text-block__title h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {

    .rteText .text-block__title h2,
    .rteText .text-block__title h3,
    .rteText .text-block__title h4,
    .rteText .text-block__title h5 {
        width: 56.54%
    }
}

@media (min-width:992px) {

    .rteText .text-block__title h2,
    .rteText .text-block__title h3,
    .rteText .text-block__title h4,
    .rteText .text-block__title h5 {
        width: 82.81%
    }
}

@media (min-width:768px) {
    .text-block {
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {

    .text-block__title h2,
    .text-block__title h3,
    .text-block__title h4,
    .text-block__title h5 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .text-block__title h2,
    .text-block__title h3,
    .text-block__title h4,
    .text-block__title h5 {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {

    .text-block__title h2,
    .text-block__title h3,
    .text-block__title h4,
    .text-block__title h5 {
        width: 56.54%
    }
}

@media (min-width:992px) {

    .text-block__title h2,
    .text-block__title h3,
    .text-block__title h4,
    .text-block__title h5 {
        width: 82.81%
    }
}

@media (min-width:768px) {
    .video-overlay__close {
        right: 5rem;
        top: 5rem
    }
}

@media (min-width:1200px) {
    .video-overlay__close {
        right: 8rem
    }
}

@media (min-width:992px) {
    .video-overlay__video {
        padding-bottom: 55.8rem
    }
}

@media (min-width:768px) {
    .video {
        margin: 0 0 7rem
    }
}

@media (min-width:992px) {
    .video {
        background-color: #fff;
        padding: 0;
        margin: 0 0 10rem
    }

    .video__container {
        background-color: #000;
        padding: 10rem 0
    }
}

@media (min-width:768px) {
    .video__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .video__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .video__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.125rem;
        line-height: 4rem
    }
}

@media (min-width:992px) and (min-width:768px) {
    .video__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .video__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .video__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .video__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .video__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:992px) and (min-width:768px) {
    .video__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .video__description {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {

    .video__description,
    .video__title {
        padding-bottom: 4.5rem;
        text-align: left
    }
}

@media (min-width:992px) {

    .video__description,
    .video__title {
        padding-bottom: 6rem
    }
}

@media (min-width:576px) {
    .jobs-map .mapOverlay .officeContentContainer {
        top: 50%;
        margin: 0 auto;
        width: unset;
        height: unset;
        max-width: 700px;
        max-height: 90%;
        overflow-y: auto
    }
}

@media (min-width:992px) {
    .video-embed__video {
        padding-bottom: 55.8rem
    }
}

@media (min-width:768px) {
    .iframe-overlay__close {
        right: 5rem;
        top: 1.5rem
    }
}

@media (min-width:1200px) {
    .iframe-overlay__close {
        right: 8rem
    }
}

@media (max-width:991.98px) {
    .iframe-overlay__iframe {
        width: 80vw;
        height: 95vh;
        padding-top: 5rem
    }
}

@media (min-width:992px) {
    .customer-reviews__widget {
        margin-bottom: 9rem
    }
}

@media (min-width:768px) {
    .customer-reviews__widget .reviews-widget__header .title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .customer-reviews__widget .reviews-widget__header .title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .customer-reviews__widget .reviews-widget__header .sub-title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .customer-reviews__widget .reviews-widget__header .sub-title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:992px) {
    .customer-reviews__filters {
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 14.8rem
    }
}

@media (min-width:992px) {
    .customer-reviews__filters-sources {
        display: block
    }
}

@media (min-width:992px) {
    .customer-reviews__review-detail {
        -webkit-box-flex: 9;
        -ms-flex: 9;
        flex: 9
    }
}

@media (min-width:768px) {

    .reviews-widget .customer-reviews__review-detail .review-rating,
    .reviews-widget .customer-reviews__review-detail .review-title {
        display: inline
    }
}

@media (min-width:768px) {
    .reviews-widget .customer-reviews__review-detail .review-title {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .reviews-widget .customer-reviews__review-detail .review-title {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .reviews-widget .customer-reviews__review-detail .review-rating {
        margin-left: 1.5rem
    }
}

@media (min-width:768px) {
    .reviews-widget .customer-reviews__review-detail .review-comments__toggle {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .reviews-widget .customer-reviews__review-detail .review-comments__toggle {
        font-family: Spezia_SemiMono;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: .075rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .customer-reviews__review-image {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .customer-reviews__review-image img {
        width: 100%;
        max-width: 50px;
        height: auto;
        border-radius: 50px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

@media (min-width:768px) {
    .modal-content {
        width: 79rem;
        padding: 2rem 2rem 0 11rem
    }
}

@media (min-width:992px) {
    .youMay-alsoLike .Vlt-card-image__header-text {
        position: relative;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }

    .youMay-alsoLike .Vlt-card-image__image-wrapper_image {
        position: relative;
        padding-bottom: 15rem;
        overflow: hidden
    }

    .youMay-alsoLike .you-may_also-like__headline {
        text-align: center;
        font-size: 3.8rem;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.18rem;
        color: #000;
        margin-top: 4rem;
        margin-bottom: 3rem
    }
}

@media (min-width:767px) and (max-width:1024px) {
    .youMay-alsoLike .Vlt-card-image__image-wrapper_image {
        position: relative;
        overflow: hidden
    }

    .youMay-alsoLike .container_youmayalsolike {
        width: 100%;
        padding: 2.7rem 1.5rem 1.9rem 2rem;
        background-color: #eeeffc
    }

    .youMay-alsoLike .you-may_also-like__headline {
        text-align: center;
        margin-bottom: 2rem
    }

    .youMay-alsoLike .you-may_also-like__text {
        text-align: center;
        margin-bottom: 3rem
    }

    .youMay-alsoLike .Vlt-card-image__image-wrapper_image .you-may_also-like__text {
        font-size: 2rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.1rem;
        text-align: center;
        color: #000
    }

    .youMay-alsoLike .Vlt-card-image__image-wrapper_image .you-may_also-like__headline {
        text-align: center;
        font-size: 3.8rem;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.18rem;
        color: #000;
        margin-top: 6rem
    }

    .youMay-alsoLike .Vlt-card-image__image-wrapper_image .container_youmayalsolike {
        padding-bottom: 5rem;
        width: 100%;
        padding-right: 2rem;
        padding-left: 2rem;
        margin-right: auto;
        margin-left: auto;
        background-color: #eeeffc
    }
}

@media (min-width:992px) {
    .youMay-alsoLike .Vlt-card-image__image-flexible-like {
        height: 25rem
    }
}

@media (min-width:768px) {
    .youMay-alsoLike .Vlt-card-image__image-flexible-like {
        height: 25rem
    }
}

@media (min-width:992px) {
    .table-of-contents {
        padding-top: 4.6rem
    }
}

@media (min-width:992px) {
    .table-of-contents__heading {
        font-size: 28px
    }
}

@media (min-width:992px) {
    .table-of-contents__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:576px) {
    .table-of-contents .Vlt-icon-arrow-link.active {
        visibility: hidden
    }
}

@media screen and (max-width:990px) {

    .table-of-contents .Vlt-icon-arrow-link,
    .table-of-contents .Vlt-icon-arrow-link.active {
        display: none
    }
}

@media screen and (max-width:990px) {
    .table-of-contents .table-of-contents__panel.active {
        height: 500px;
        overflow-y: auto
    }
}

@media (min-width:992px) {
    .table-of-contents__chapterNo {
        text-align: right
    }
}

@media (min-width:992px) {
    .table-of-contents__chapters {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        padding: 0 0 1rem;
        display: grid;
        grid-template-columns: 10% 20% 65%
    }
}

@media screen and (min-width:892px) and (max-width:1200px) {
    .table-of-contents__chapters {
        grid-template-columns: 10% 25% 60%
    }
}

@media (min-width:992px) {
    .table-of-contents__mainTable {
        padding: 3rem
    }
}

@media screen and (max-width:990px) {
    .anchor-component {
        scroll-margin-top: 175px
    }
}

@media (min-width:768px) {
    .code-wrapper__pre {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .code-wrapper__pre {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .assetPortal-header__container {
        grid-template-columns: 1fr minmax(362px, 2fr) 1fr
    }
}

@media (min-width:992px) {

    .assetPortal-header--checkout .assetPortal-header__container,
    .assetPortal-header--summary .assetPortal-header__container {
        grid-template-columns: 1fr minmax(362px, 2fr) 1fr
    }
}

@media (min-width:992px) {

    .assetPortal-header--checkout .assetPortal-header__message,
    .assetPortal-header--summary .assetPortal-header__message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {

    .assetPortal-header__cta-exceeded,
    .assetPortal-header__cta-order-details {
        display: none
    }
}

@media (min-width:768px) {
    .assetPortal-header__cta-exceeded {
        display: none
    }
}

@media (min-width:992px) {
    .assetPortal-header .Vlt-site-logo.partner-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {

    .assetPortal-header .Vlt-site-logo.partner-mobile,
    .assetPortal-header .Vlt-site-logo__vonage--simple {
        display: none
    }
}

@media (min-width:992px) {
    .assetPortal-header .Vlt-site-logo__vonage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .assetPortal-header__order-details {
        display: none
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .vng-modal__content:before {
        display: none
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .vng-modal__content {
        padding: 93pt
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .vng-modal__close {
        margin-right: 0;
        margin-top: 0;
        right: 90pt;
        top: 3pc
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .Vlt-card-icon__extrusion {
        display: block
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .Vlt-card-icon__container {
        border-radius: 3rem;
        -webkit-transform: translate(-1rem, -1rem) !important;
        transform: translate(-1rem, -1rem) !important
    }
}

@media (min-width:768px) {
    .Vlt-card-icon:hover .assetPortal-header__order-details .Vlt-card-icon__container {
        translate: translate(-1.5rem, -1.5rem) !important
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .checkout-cart-pricing-details__title {
        padding: 4rem 4rem 0
    }
}

@media (min-width:768px) {
    .assetPortal-header__order-details .checkout-cart-pricing-details__fees {
        margin-bottom: 0;
        padding: 0 4rem 7.2rem
    }
}

@media (max-width:991.98px) {
    .logo-module__featured-content {
        gap: 6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991.98px) {

    .logo-module__featured-content-right-wrapper,
    .logo-module__image-section-left-wrapper {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .logo-module__featured-content-left-wrapper {
        min-height: 40rem
    }
}

@media (max-width:991.98px) {
    .logo-module__section-card {
        gap: 2.5rem
    }
}

@media (min-width:768px) {
    .rich-text p {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .rich-text p {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .rich-text ul {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .rich-text ul {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-1 {
        grid-column-end: span 1
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-2 {
        grid-column-end: span 2
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-3 {
        grid-column-end: span 3
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-4 {
        grid-column-end: span 4
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-5 {
        grid-column-end: span 5
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-6 {
        grid-column-end: span 6
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-7 {
        grid-column-end: span 7
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-8 {
        grid-column-end: span 8
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-9 {
        grid-column-end: span 9
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-10 {
        grid-column-end: span 10
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-11 {
        grid-column-end: span 11
    }
}

@media (min-width:768px) {
    .vng-grid-form__cell-md-12 {
        grid-column-end: span 12
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-1 {
        grid-column-end: span 1
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-2 {
        grid-column-end: span 2
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-3 {
        grid-column-end: span 3
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-4 {
        grid-column-end: span 4
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-5 {
        grid-column-end: span 5
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-6 {
        grid-column-end: span 6
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-7 {
        grid-column-end: span 7
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-8 {
        grid-column-end: span 8
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-9 {
        grid-column-end: span 9
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-10 {
        grid-column-end: span 10
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-11 {
        grid-column-end: span 11
    }
}

@media (min-width:992px) {
    .vng-grid-form__cell-lg-12 {
        grid-column-end: span 12
    }
}

@media (min-width:576px) {
    .vng-modal__content-wrapper {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .vng-modal__content-wrapper {
        max-width: 45pc
    }
}

@media (min-width:992px) {
    .vng-modal__content-wrapper {
        max-width: 990pt
    }
}

@media (max-width:991.98px) {
    .vng-modal__content-wrapper {
        max-width: none
    }
}

@media (min-width:768px) {
    .vng-modal__content-wrapper {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 13.8rem
    }
}

@media (min-width:768px) {
    .vng-modal__content {
        height: auto;
        min-height: 10rem;
        padding: .8rem 5.6rem 4rem
    }
}

@media (min-width:992px) {
    .vng-modal__content {
        padding: 4rem
    }
}

@media (min-width:768px) {
    .vng-modal__close {
        margin-top: 2.4rem
    }
}

@media (min-width:992px) {
    .vng-modal__close {
        margin-right: 2.4rem;
        margin-top: 3.2rem
    }
}

@media (min-width:992px) {
    .add-on {
        padding-top: 2.5rem
    }
}

@media (min-width:768px) {
    .add-on__header {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {
    .add-on__header {
        margin-bottom: 4.8rem
    }
}

@media (min-width:768px) {
    .add-on__title {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .add-on__title {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:768px) {
    .add-on__subtitle {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on__subtitle {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .add-on__headline {
        padding-bottom: 2.4rem
    }
}

@media (max-width:801px) {
    .add-on__title {
        display: none
    }

    .add-on__headline {
        font-size: 2.8rem;
        font-weight: 500;
        text-align: center;
        margin: 0
    }

    .add-on__subtitle {
        margin: 0
    }
}

@media (min-width:992px) {
    .add-on .solution-finder-addons .addOn-tabs {
        background-color: #000;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .solution-finder__addons-grid {
        background-color: #fff
    }
}

@media (min-width:992px) {
    .sf-choose-devices-addOns {
        max-width: 50pc
    }
}

@media (min-width:768px) {
    .add-on .add-on-card {
        margin-bottom: 4rem;
        min-height: 44.4rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card {
        min-height: 48.2rem;
        padding-bottom: 3.2rem;
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card--promo {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        padding-top: 3.2rem
    }
}

@media (min-width:768px) {
    .add-on .add-on-card__cart-count {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on .add-on-card__cart-count {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card__cart-count {
        height: 4.7rem;
        width: 4.7rem
    }
}

@media (min-width:768px) {
    .add-on .add-on-card__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on .add-on-card__eyebrow {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card__eyebrow {
        margin-bottom: 2.4rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card--promo .add-on .add-on-card__eyebrow {
        margin-bottom: 1.6rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card--phone .add-on .add-on-card__eyebrow {
        margin-bottom: 2.8rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card--phone .add-on .add-on-card__img-wrapper {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .add-on .add-on-card__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .add-on .add-on-card__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card__title--h5-xl {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .add-on .add-on-card__subtitle {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on .add-on-card__subtitle {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card__description {
        padding-right: 4rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card--promo .add-on .add-on-card__description {
        margin-bottom: 2.8rem;
        padding-right: 5.6rem
    }
}

@media (min-width:992px) {
    .add-on .add-on-card__button-section {
        padding-left: 3rem
    }
}

@media (min-width:641px) {
    .add-on .mobile_view {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .add-on .desktop_view {
        display: block !important
    }

    .add-on .mobile_view {
        display: none !important
    }

    .add-on .btn.btn.primary-button {
        min-width: 16.5rem
    }
}

@media (min-width:768px) {
    .add-on-details {
        padding-top: 5.6rem
    }
}

@media (min-width:992px) {
    .add-on-details {
        padding-top: 1.6rem
    }
}

@media (min-width:768px) {
    .add-on-details__cart-count {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on-details__cart-count {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .add-on-details__cart-count {
        height: 4.7rem;
        width: 4.7rem
    }
}

@media (min-width:768px) {
    .add-on-details__content {
        max-height: 50vh;
        overflow-y: auto
    }
}

@media (min-width:768px) {
    .add-on-details__img-wrapper {
        height: 10.9rem;
        margin-bottom: 2.8rem;
        width: 10.8rem
    }
}

@media (min-width:992px) {
    .add-on-details__img-wrapper {
        height: 16rem;
        margin-bottom: 3.2rem;
        width: 15.8rem
    }
}

@media (min-width:768px) {
    .add-on-details__headline {
        margin-bottom: 3.2rem
    }
}

@media (min-width:992px) {
    .add-on-details__headline {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .add-on-details__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .add-on-details__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:992px) {
    .add-on-details__title {
        margin-bottom: .8rem
    }
}

@media (min-width:768px) {
    .add-on-details__subtitle {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .add-on-details__subtitle {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .add-on-details__description {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on-details__description {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .add-on-details__description {
        margin-bottom: 3.2rem
    }
}

@media (min-width:768px) {
    .add-on-details__add-to-cart {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:768px) {
    .add-on-details__form-element {
        -ms-flex-preferred-size: 6.2rem;
        flex-basis: 6.2rem;
        height: auto;
        margin-right: 2rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:992px) {
    .add-on-details__form-element {
        margin-right: 2.4rem
    }
}

@media (min-width:768px) {
    .add-on-details__price-info {
        margin-right: 1.6rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left
    }
}

@media (min-width:768px) {
    .add-on-details__price {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .add-on-details__price {
        font-size: 2.1rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .add-on-details__taxes {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .add-on-details__taxes {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .add-on-details__cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:992px) {
    .bns-form {
        max-width: 660px
    }
}

@media (min-width:768px) {
    .bns-form__section {
        grid-gap: 1pc;
        grid-template-columns: calc(50% - 8px) calc(50% - 8px)
    }
}

@media (min-width:768px) {
    .bns-form__form-element {
        margin-bottom: 0
    }
}

@media (min-width:768px) {

    .bns-form .bns-message__column-ctas .btn,
    .bns-form .bns-message__end .btn,
    .bns-form .bns-message__row-ctas .btn {
        width: auto
    }
}

@media (min-width:1024px) {
    .form-overlay__overlay-bnsform {
        width: 56vw;
        left: 22%;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        display: none;
        height: 100vh;
        overflow: auto;
        padding: 1rem 0 0;
        position: fixed;
        top: 0;
        z-index: 3
    }
}

@media (min-width:992px) {
    .form-overlay__overlay-bnsform .Vlt-form__title {
        margin-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .form-overlay__overlay-bnsform .Vlt-form__title {
        padding-left: 18rem
    }
}

@media (min-width:992px) {
    .container.bns-form {
        margin-top: 4rem
    }
}

@media (max-width:991px) {
    .container.bns-form {
        margin-top: -2rem
    }
}

@media (min-width:1024px) {
    .bns-reschedule__form-inputs {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .bns-form__fieldset--tellus {
        margin-top: -3rem
    }
}

@media (min-width:992px) {
    .bns-message {
        max-width: 660px;
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .bns-message__message {
        max-width: 100%
    }
}

@media (min-width:992px) {

    .bns-reschedule__error,
    .bns-reschedule__form {
        max-width: 660px
    }
}

@media (min-width:768px) {
    .bns-reschedule__form-inputs>* {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .bns-reschedule__form-inputs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .bns-reschedule__form-inputs>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 50%
    }

    .bns-reschedule__form-inputs>:first-child {
        margin-right: .8rem
    }

    .bns-reschedule__form-inputs>:last-of-type {
        margin-left: .8rem
    }
}

@media (min-width:768px) {
    .bns-reschedule__form-ctas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: static;
        width: auto;
        border-top: 1px solid #000
    }
}

@media (min-width:768px) {
    .bns-reschedule__form-ctas .btn--secondary {
        margin: 0 2.4rem 0 0
    }
}

@media (min-width:768px) {
    .bns-reschedule__form-ctas .btn {
        width: auto
    }
}

@media (min-width:992px) {
    .cart-checkout:before {
        display: block
    }
}

@media (min-width:992px) {
    .cart-pricing-details__inner {
        border-top-width: 0
    }
}

@media (min-width:992px) {
    .cart-pricing-details__pricing-items {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .cart-pricing-details__total-item {
        font-weight: 600;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .cart-pricing-details__next-step .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:992px) {
    .cart-pricing-details__next-step .btn {
        width: 100%
    }
}

@media (min-width:768px) {
    .cart-pricing-details__exceeded {
        display: none
    }
}

@media (min-width:992px) {
    .cart-pricing-details__exceeded {
        display: block
    }
}

@media (min-width:768px) {

    .cart-pricing-details__exceeded .cart-pricing-details__next-step-headline,
    .cart-pricing-details__exceeded .cart-pricing-details__next-step-image,
    .cart-pricing-details__exceeded .cart-pricing-details__title,
    .cart-pricing-details__tablet.cart-pricing-details__exceeded {
        display: block
    }
}

@media (min-width:992px) {
    .cart-pricing-details__tablet.cart-pricing-details__exceeded {
        display: none
    }
}

@media (min-width:768px) {
    .cart-summary {
        margin: 4rem 0 4.8rem
    }
}

@media (min-width:992px) {
    .cart-summary {
        margin-bottom: 5.6rem
    }
}

@media (min-width:768px) {
    .cart-summary .left-panel {
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .cart-summary .left-panel {
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__inner {
        border-top-width: 0
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__btnShareCart {
        position: absolute;
        margin-top: 2rem
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__fees {
        padding: 0 3.2rem
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__subtitle {
        font-size: 1.4rem
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__pricing-items {
        margin-top: 0
    }
}

@media (min-width:992px) {

    .checkout-cart-pricing-details__subtotal-item,
    .checkout-cart-pricing-details__total-item-label {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .checkout-cart-pricing-details__next-step .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__next-step .btn {
        width: 100%
    }
}

@media (min-width:992px) {
    .checkout-cart-pricing-details__outer {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .checkout-account__pad-right {
        padding-right: .8rem
    }

    .checkout-account__pad-left {
        padding-left: .8rem
    }
}

@media (min-width:1025px) {
    .checkout-payment__iframe {
        height: 65rem
    }
}

@media (min-width:768px) {
    .checkout-shipping__section-subtitle p {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .checkout-shipping__section-subtitle p {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .checkout-review__section {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .checkout-review__section-headline {
        margin-bottom: 2.8rem
    }
}

@media (min-width:768px) {
    .checkout-review__row {
        margin-bottom: 2.4rem
    }
}

@media (min-width:768px) {
    .checkout-review__divider {
        margin-bottom: 4rem
    }
}

@media (min-width:768px) {
    .checkout-review__edit {
        margin-left: 3.2rem
    }
}

@media (min-width:768px) {
    .checkout-review__edit-footer {
        margin-bottom: .8rem;
        margin-top: 4rem
    }
}

@media (min-width:768px) {
    .checkout-review__edit-cta {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (min-width:768px) {
    .checkout-review__payment-details {
        margin-bottom: .8rem
    }
}

@media (min-width:768px) {
    .checkout-review__total-item {
        font-weight: 600;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .ecommerce-header__container {
        grid-template-columns: 1fr minmax(362px, 2fr) 1fr
    }
}

@media (min-width:992px) {

    .ecommerce-header--checkout .ecommerce-header__container,
    .ecommerce-header--summary .ecommerce-header__container {
        grid-template-columns: 1fr minmax(362px, 2fr) 1fr
    }
}

@media (min-width:992px) {

    .ecommerce-header--checkout .ecommerce-header__message,
    .ecommerce-header--summary .ecommerce-header__message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {

    .ecommerce-header__cta-exceeded,
    .ecommerce-header__cta-order-details {
        display: none
    }
}

@media (min-width:768px) {
    .ecommerce-header__cta-exceeded {
        display: none
    }
}

@media (min-width:992px) {
    .ecommerce-header .Vlt-site-logo.partner-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {

    .ecommerce-header .Vlt-site-logo.partner-mobile,
    .ecommerce-header .Vlt-site-logo__vonage--simple {
        display: none
    }
}

@media (min-width:992px) {
    .ecommerce-header .Vlt-site-logo__vonage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .ecommerce-header__order-details {
        display: none
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .vng-modal__content:before {
        display: none
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .vng-modal__content {
        padding: 93pt
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .vng-modal__close {
        margin-right: 0;
        margin-top: 0;
        right: 90pt;
        top: 3pc
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .Vlt-card-icon__extrusion {
        display: block
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .Vlt-card-icon__container {
        border-radius: 3rem;
        -webkit-transform: translate(-1rem, -1rem) !important;
        transform: translate(-1rem, -1rem) !important
    }
}

@media (min-width:768px) {
    .Vlt-card-icon:hover .ecommerce-header__order-details .Vlt-card-icon__container {
        translate: translate(-1.5rem, -1.5rem) !important
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .checkout-cart-pricing-details__title {
        padding: 4rem 4rem 0
    }
}

@media (min-width:768px) {
    .ecommerce-header__order-details .checkout-cart-pricing-details__fees {
        margin-bottom: 0;
        padding: 0 4rem 7.2rem
    }
}

@media (min-width:768px) {
    .leave-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 56.6rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .leave-cart--abandoned {
        height: 34.2rem;
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .leave-cart__headline {
        margin-top: 8.4rem;
        max-width: 554px;
        padding-top: 0
    }

    .leave-cart--abandoned .leave-cart__headline {
        margin-top: 0;
        max-width: 620px
    }
}

@media (min-width:768px) {
    .leave-cart__description {
        max-width: 554px;
        padding: .8rem 0 3.2rem
    }

    .leave-cart--abandoned .leave-cart__description {
        max-width: 680px;
        margin-bottom: 3.2rem
    }
}

@media (min-width:768px) {
    .leave-cart__ctas {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static
    }
}

@media (min-width:768px) {
    .leave-cart__cta {
        margin-top: 2.4rem
    }

    .leave-cart__cta:first-of-type {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .plan-details {
        padding-top: 5.6rem
    }
}

@media (min-width:992px) {
    .plan-details__headline {
        margin-bottom: 3.2rem
    }
}

@media (min-width:768px) {
    .plan-summary__title {
        padding-bottom: 2.4rem
    }
}

@media (min-width:768px) {
    .plan-summary__section {
        padding: 2rem 0
    }
}

@media (min-width:992px) {
    .plan-summary__section {
        padding: 2.4rem 0
    }

    .plan-summary__section:last-child {
        padding-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1170px) {
    .plan-summary__eyebrow .small-font-on-tablet {
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .plan-summary__eyebrow {
        margin: 0
    }
}

@media (min-width:768px) {
    .plan-summary__item-row {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .plan-summary__item-input {
        margin-left: 1.6rem
    }
}

@media (min-width:768px) {
    .plan-summary__item-label {
        display: inline;
        padding-left: 4px
    }
}

@media (min-width:768px) {
    .plan-summary-remove {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 9.6rem 8rem
    }
}

@media (min-width:768px) {
    .plan-summary-remove__title {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .plan-summary-remove__title {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .plan-summary-remove__title {
        padding: 0;
        margin-bottom: 3.2rem
    }
}

@media (min-width:768px) {
    .plan-summary-remove__cta-container {
        width: auto
    }
}

@media (min-width:768px) {
    .plan-summary-remove__cta {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__info-container {
        margin-top: 4.8rem
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__info-container {
        max-width: none
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__card {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__card .Vlt-card-icon__container {
        padding: 3.2rem 8rem 5.6rem !important
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__card .Vlt-card-icon {
        min-height: auto
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__card .Vlt-card-icon {
        min-height: auto
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__card .Vlt-card-icon__container {
        padding: 4.8rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__card .Vlt-card-icon__container .p1 {
        font-size: 2.1rem
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__card .Vlt-card-icon__container .p1 {
        margin-top: 2.4rem
    }
}

@media (min-width:768px) {

    .sf-plan-recommendation__long-desc ul,
    .sf-plan-recommendation__specs ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:992px) {

    .sf-plan-recommendation__long-desc ul,
    .sf-plan-recommendation__specs ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:768px) {

    .sf-plan-recommendation__long-desc li,
    .sf-plan-recommendation__specs li {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {

    .sf-plan-recommendation__long-desc li,
    .sf-plan-recommendation__specs li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__long-desc ul li:first-child {
        margin-top: auto
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__specs ul {
        grid-template-columns: 1fr
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__specs ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__specs li {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .sf-plan-recommendation__specs li {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__specs li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__specs li .Vlt-icon-checkmark {
        margin-right: 2.8rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__cost-section {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__cost-section {
        padding-bottom: 2rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__cost-section-info {
        padding: 9.6rem 0 3.2rem
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__cost-section-info {
        padding: 8rem 0 4rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__cost-section-description {
        margin-bottom: 3.2rem
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__cost-section-description {
        margin-bottom: 2.4rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__cost-section-ctas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sf-plan-recommendation__cost-section-ctas>.btn--secondary,
    .sf-plan-recommendation__cost-section-ctas__copy-link {
        margin-right: 2.4rem
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation__cost-section-ctas {
        max-width: 795pt;
        padding-bottom: 9.6rem
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__cost-section-ctas__copy-link {
        width: auto;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__cost-section-ctas .btn {
        margin-bottom: 0;
        min-width: 10pc;
        width: auto
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation .sf-headings {
        max-width: 39pc;
        padding: 0
    }
}

@media (min-width:992px) {
    .sf-plan-recommendation .sf-headings {
        max-width: 788px;
        padding: 0
    }
}

@media (min-width:768px) {
    .sf-plan-recommendation__img {
        max-width: 388px
    }
}

@media (min-width:768px) {
    .post-purchase__header img {
        max-width: 322px
    }
}

@media (min-width:992px) {
    .post-purchase__header img {
        max-width: 388px
    }
}

@media (min-width:768px) {
    .post-purchase__headline {
        margin: 1.6rem auto .8rem
    }
}

@media (min-width:992px) {
    .post-purchase__headline {
        max-width: 55rem
    }
}

@media (min-width:992px) {
    .post-purchase__subheadline {
        margin-top: 2.4rem
    }
}

@media (min-width:768px) {
    .post-purchase__tiles {
        margin-top: 4.8rem;
        max-width: 373px
    }
}

@media (min-width:992px) {
    .post-purchase__tiles {
        -webkit-column-gap: 5.6rem;
        -moz-column-gap: 5.6rem;
        column-gap: 5.6rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: none
    }
}

@media (min-width:992px) {
    .post-purchase__tile {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .post-purchase__tile .Vlt-card-icon {
        min-height: auto
    }
}

@media (min-width:992px) {
    .post-purchase__tile .Vlt-card-icon {
        min-height: auto
    }
}

@media (min-width:992px) {
    .post-purchase__tile .Vlt-card-icon__container {
        padding: 4.8rem
    }
}

@media (min-width:768px) {
    .post-purchase__tile .Vlt-card-icon__container .p1 {
        font-size: 2.1rem
    }
}

@media (min-width:992px) {

    .post-purchase__tile .Vlt-card-icon__container .link,
    .post-purchase__tile .Vlt-card-icon__container .p1 {
        margin-top: 2.4rem
    }
}

@media (min-width:768px) {
    .post-purchase__help {
        padding-bottom: 9.6rem
    }
}

@media (min-width:768px) {

    .post-purchase__help-cards,
    .post-purchase__help-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .post-purchase__help-title {
        margin-bottom: 4.8rem
    }
}

@media (min-width:768px) {

    .post-purchase__help-left,
    .post-purchase__help-right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 50%;
        width: 100%
    }

    .post-purchase__help-left>*,
    .post-purchase__help-right>* {
        margin: 0 auto;
        max-width: 26rem
    }
}

@media (min-width:992px) {

    .post-purchase__help-left>*,
    .post-purchase__help-right>* {
        max-width: 38rem
    }
}

@media (min-width:768px) {
    .post-purchase__help-left {
        border-bottom: 0;
        border-right: 1px solid #fff
    }
}

@media (min-width:992px) {
    .post-purchase__help-subtitle {
        margin-bottom: 1.6rem
    }
}

@media (min-width:992px) {
    .post-purchase__card-description {
        margin-bottom: auto
    }
}

@media (min-width:768px) {
    .solution-finder__main.is-tabbing .sf-goals__item:focus {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }
}

@media (max-width:991.98px) {
    .solution-finder__company-size-background {
        position: inherit;
        min-height: 14.75rem
    }
}

@media (max-width:991.98px) {
    .solution-finder__company-size-background--left {
        left: 0
    }
}

@media (max-width:991.98px) {
    .solution-finder__company-size-background--right {
        right: 0
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector {
        padding-bottom: 4rem;
        padding-top: 7rem
    }
}

@media (min-width:992px) {
    .solution-finder__quantity-selector {
        padding-bottom: 2rem;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector__headline {
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: -.05rem;
        line-height: 2.4rem
    }
}

@media (min-width:1200px) {
    .solution-finder__quantity-selector__headline {
        font-size: 2.9rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector label {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .solution-finder__quantity-selector label {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.02rem;
        line-height: 2rem
    }
}

@media (min-width:992px) {
    .solution-finder__quantity-selector label {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector__controls {
        display: block
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector__range-length {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .solution-finder__quantity-selector__range-length {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector__ranges {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6rem
    }
}

@media (min-width:1200px) {
    .solution-finder__quantity-selector__ranges {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .025rem;
        line-height: 1.6rem
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector__quantity-count {
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.5rem
    }
}

@media (min-width:1200px) {
    .solution-finder__quantity-selector__quantity-count {
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: -.025rem;
        line-height: 2.4rem
    }
}

@media (min-width:768px) {
    .solution-finder__quantity-selector__quantity-count {
        height: 5.2rem;
        margin-left: auto;
        margin-right: auto;
        width: 8.4rem
    }
}

@media (min-width:768px) {
    .solution-finder__ctas {
        margin-top: auto;
        padding: 0 0 8rem
    }
}

@media (min-width:992px) {
    .solution-finder__ctas {
        margin-top: 0;
        padding: 6.4rem 0 8rem
    }
}

@media (min-width:768px) {
    .solution-finder__phones-accessories {
        max-width: 476px
    }
}

@media (min-width:768px) {
    .solution-finder__phones-accessories-ctas {
        margin-top: auto;
        padding: 0 0 8rem
    }
}

@media (min-width:992px) {
    .solution-finder__phones-accessories-ctas {
        margin-top: 0;
        padding: 6.4rem 0 8rem
    }
}

@media (min-width:768px) {

    .solution-finder__left-image,
    .solution-finder__right-image {
        top: 360px
    }
}

@media (min-width:992px) {

    .solution-finder__left-image,
    .solution-finder__right-image {
        top: 270px
    }
}

@media (min-width:768px) {

    .solution-finder__left-image img,
    .solution-finder__right-image img {
        max-width: 134px;
        max-height: 227px
    }
}

@media (min-width:768px) {
    .solution-finder__left-image {
        left: -19.2rem
    }
}

@media (min-width:992px) {
    .solution-finder__left-image {
        left: 0
    }
}

@media (min-width:768px) {
    .solution-finder__right-image {
        right: -19.2rem
    }
}

@media (min-width:992px) {
    .solution-finder__right-image {
        right: 0
    }
}

@media (min-width:768px) {
    .solution-finder__btn-half {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
        height: 5.6rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
        min-height: 5.6rem;
        min-width: 10pc;
        padding: 1.2rem 2.4rem
    }
}

@media (min-width:768px) {
    .sf-headings {
        padding: 19.2rem 0 7.2rem
    }
}

@media (min-width:992px) {
    .sf-headings {
        padding: 4.8rem 0 1.2rem
    }
}

@media (min-width:992px) {

    .sf-headings__eyebrow,
    .sf-headings__heading,
    .sf-headings__paragraph {
        max-width: 840px
    }
}

@media (min-width:992px) {
    .sf-choose-devices {
        max-width: 885pt
    }
}

@media (min-width:768px) {
    .sf-choose-devices__titles {
        padding: 19.2rem 0 7.2rem
    }
}

@media (min-width:992px) {
    .sf-choose-devices__titles {
        padding: 4.8rem 0
    }
}

@media (min-width:992px) {

    .sf-choose-devices__titles .eyebrow,
    .sf-choose-devices__titles .h3 {
        max-width: 840px
    }
}

@media (min-width:768px) {
    .sf-choose-devices__items {
        -webkit-column-gap: 3.6rem;
        -moz-column-gap: 3.6rem;
        column-gap: 3.6rem;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width:768px) {
    .sf-choose-devices__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .sf-choose-devices__item-wrapper {
        border-radius: 30px
    }
}

@media (min-width:768px) {
    .sf-choose-devices__item-wrapper>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .sf-choose-devices__item {
        margin-top: 0
    }

    .sf-choose-devices__item:hover .sf-choose-devices__item-wrapper {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }
}

@media (min-width:992px) {
    .sf-choose-devices__item {
        border-radius: 38px
    }
}

@media (min-width:768px) {
    .sf-choose-devices__item-img {
        margin-top: -36px;
        max-width: 100%;
        padding: 0 2.4rem
    }
}

@media (min-width:992px) {
    .sf-choose-devices__item-img {
        max-width: 228px;
        padding: 0
    }
}

@media (min-width:768px) {
    .sf-choose-devices__item-description {
        padding: .4rem 0 2.4rem
    }
}

@media (min-width:992px) {
    .sf-choose-devices__item-description {
        padding: 2.4rem 0 4rem
    }
}

@media (min-width:992px) {
    .sf-choose-devices__item-select {
        height: 47px;
        width: 47px
    }
}

@media (min-width:992px) {
    .sf-choose-devices__item-select-icon {
        height: 24px;
        width: 24px
    }
}

@media (min-width:768px) {
    .sf-choose-devices__ctas {
        margin-top: auto;
        padding: 0 0 8rem
    }
}

@media (min-width:992px) {
    .sf-choose-devices__ctas {
        margin-top: 0;
        padding: 6.4rem 0 8rem
    }
}

@media (min-width:768px) {
    .sf-goals__list {
        -webkit-column-gap: 2.8rem;
        -moz-column-gap: 2.8rem;
        column-gap: 2.8rem;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width:992px) {
    .sf-goals__list {
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width:768px) {
    .sf-goals__item {
        margin-top: .8rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%;
        padding: 4rem 2.4rem
    }
}

@media (min-width:768px) {

    .sf-goals__item:after,
    .sf-goals__item:before {
        height: calc(100% - 36px)
    }
}

@media (min-width:768px) {
    .sf-goals__item .h6 {
        padding: 2rem 0 .8rem;
        text-align: left
    }
}

@media (min-width:768px) {
    .sf-goals__item--selected {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }
}

@media (min-width:768px) {
    .sf-goals__item:hover {
        -webkit-transition: -webkit-transform .15s ease-in-out;
        transition: -webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out;
        transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
    }
}

@media (min-width:768px) and (min-width:768px) {
    .sf-goals__item:hover {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }
}

@media (min-width:768px) {
    .sf-goals__item:hover:after {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
}

@media (min-width:768px) {
    .sf-goals__item-img {
        margin-top: 2rem;
        max-width: 40px
    }
}

@media (min-width:768px) {
    .sf-goals__item-richText {
        text-align: left
    }
}

@media (min-width:768px) {
    .sf-goals__item-select {
        top: 42px
    }
}

@media (min-width:992px) {
    .sf-goals__item-select {
        height: 47px;
        width: 47px
    }
}

@media (min-width:992px) {
    .sf-goals__item-select-icon {
        height: 24px;
        width: 24px
    }
}

@media (min-width:768px) {
    .sf-goals__ctas {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: auto;
        padding: 6.4rem 0 8rem
    }
}

@media (min-width:992px) {
    .sf-goals__ctas {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .sf-more-info__wrapper {
        padding: 9.6rem 0
    }
}

@media (min-width:992px) {
    .sf-more-info__cta {
        margin-top: 4rem
    }
}

@media (min-width:768px) {
    .sf-progress {
        padding-top: 6.4rem
    }
}

@media (min-width:768px) {
    .sf-progress__bar {
        width: 78pt
    }
}

@media (min-width:768px) {
    .press-release .content-header__content {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 3.2rem
    }
}

@media (min-width:1200px) {
    .press-release .content-header__content {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: -.15rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .press-release .content-header__content {
        font-size: 2.8rem;
        line-height: 5rem
    }
}

@media (min-width:990px) {
    .devrel-article-page .codesnippet .container {
        min-width: -webkit-fill-available
    }
}

@media (min-width:1320px) {
    .devrel-article-page .codesnippet .container {
        margin: 0 auto;
        min-width: 80pc;
        padding-left: 0;
        padding-right: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:720px) {
    .devrel-article-page .bio__stats-container {
        margin-left: 10rem;
        margin-top: 0
    }
}

@media (min-width:990px) {
    .devrel-article-page .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1280px;
        flex: 0 0 1280px;
        max-width: 80pc
    }

    .devrel-article-page .bio__stats-container {
        max-width: none;
        width: 100%;
        margin-left: 10rem;
        margin-top: 0
    }

    .devrel-article-page .bioContainer .row {
        max-width: 80pc
    }

    .devrel-article-page .bio__description {
        margin-bottom: 2rem
    }

    .devrel-article-page .bio__avatar-container {
        height: 11rem;
        width: 11rem;
        left: -3rem;
        position: relative
    }

    .devrel-article-page .bio__author-info {
        padding: 3rem
    }
}

@media (min-width:768px) {
    .cmp-breadcrumb__item {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .cmp-breadcrumb__item {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .cmp-breadcrumb__item:after {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .cmp-breadcrumb__item:after {
        font-family: Spezia_SemiMono;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

@media (min-width:768px) {
    .cmp-download__action {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 7rem
    }
}

@media (min-width:1200px) {
    .cmp-download__action {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 7rem
    }
}

@media (min-width:768px) {
    .cmp-download__action {
        height: 7rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}


@media (max-width:768px) {
    .campaign-header__ctas-container {
        display: none;
    }

    .logo-img {
        width: 250px;
    }
}
