*, *:before, *:after {
    box-sizing: border-box;
}

/* common parts */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    overflow-wrap: anywhere;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    color: #606060;
    font: 400 17px/19px "Rubik", Arial, Helvetica, sans-serif;
    margin: 0;
    background: url(../images/bg_v2@2x.png) 0 0 #EEEDE8;
    background-size: cover;
    position: relative;
    padding-top: 35px;
}

    body:before {
        content: "";
        height: 1px;
        display: block;
    }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.scroll-margin-top {
    scroll-margin-top: 140px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* main styles */
/* home content */
.home-page {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    overflow: hidden;
}

    .home-page .home-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 57.7%;
        overflow: hidden;
    }

        .home-page .home-image img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: auto;
        }

    .home-page .content {
        margin-left: 57.7%;
        padding: 0 57px 0 37px;
    }

.logo {
    margin: 0 auto 26px;
    display: block;
    text-align: center;
}

.summary-page .logo {
    margin: 0 auto 40px;
}

.logo a {
    display: block;
    height: 100%;
}

.home-page h1 {
    margin-bottom: 39px;
    font: 700 45px/50px "Rubik", Arial, Helvetica, sans-serif;
    color: #573f59;
    text-align: center;
    letter-spacing: -1px;
}

.home-page .text {
    margin-bottom: 39px;
    padding: 0 60px;
    text-align: justify;
    color: #000;
    opacity: 0.7;
    line-height: 27px;
    word-spacing: 0.3px;
}

    .home-page .text p {
        margin: 0;
    }

.button-access {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 404px;
    border-radius: 12px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    overflow: hidden;
}

    .button-access img {
        display: block;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }

    .button-access:hover {
        box-shadow: 3px 3px rgba(39, 152, 143, 0.5), -3px -3px rgba(39, 152, 143, 0.5), -3px 3px rgba(39, 152, 143, 0.5), 3px -3px rgba(39, 152, 143, 0.5);
        -webkit-box-shadow: 3px 3px rgba(39, 152, 143, 0.5), -3px -3px rgba(39, 152, 143, 0.5), -3px 3px rgba(39, 152, 143, 0.5), 3px -3px rgba(39, 152, 143, 0.5);
    }

.need-code {
    margin: 0 0 35px;
    text-align: center;
    font: 700 16px/20px "Rubik", Arial, Helvetica, sans-serif;
    color: #573f59;
    text-transform: uppercase;
}

    .need-code a {
        color: #573f59;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

        .need-code a:hover {
            opacity: 0.7;
        }

.learn-more {
    margin: 0 18px 25px;
    text-align: center;
    overflow: hidden;
}

    .learn-more h2 {
        margin: 20px 0 18px;
        padding-bottom: 4px;
        font: 16px/20px "Rubik", Arial, Helvetica, sans-serif;
        color: #6b6b68;
        position: relative;
    }

        .learn-more h2:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #6b6b68;
            opacity: 0.1;
        }

        .learn-more h2 span {
            font-weight: bold;
            color: #26d4c6;
        }

.more-list {
    margin: 0 -9px;
    list-style: none;
}

    .more-list li {
        display: inline-block;
        padding: 0 9px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 20%;
    }

.additional-buttons {
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
}

    .additional-buttons a,
    .more-list a {
        display: block;
        border: 4px #26d4c6 solid;
        border-radius: 7px;
        color: #573f59;
        font: 700 16px/16px "Rubik", Arial, Helvetica, sans-serif;
        padding: 5px 2px;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

    .additional-buttons a {
        padding: 10px 0 8px;
        max-width: 430px;
    }

        .additional-buttons a:hover {
            opacity: 0.7;
        }

.more-list a:hover {
    opacity: 0.7;
}

/* summary content */
.summary-page {
    position: relative;
    padding: 36px 0 70px;
    color: #6a6968;
    overflow: hidden;
}

    .summary-page:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: rgba(255, 132, 0, 0.06);
        z-index: 5;
        overflow: hidden;
    }

    .summary-page .holder {
        position: relative;
        z-index: 10;
        margin: 0 auto;
        padding: 0 10px;
        max-width: 1400px;
    }

    .summary-page .frame {
        overflow: hidden;
    }

    .summary-page .left-side {
        margin: 10.7% 0 0;
        width: 50%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }

        .summary-page .left-side .content {
            margin: 0 auto;
            width: 100%;
            max-width: 450px;
        }

        .summary-page .left-side h1 {
            margin: 0 0 27px;
            font: 500 33px/35px "Rubik", Arial, Helvetica, sans-serif;
            color: #573f59;
            letter-spacing: -1px;
        }

            .summary-page .left-side h1 span {
                font: 400 28px/35px "Rubik", Arial, Helvetica, sans-serif;
            }

        .summary-page .left-side p {
            margin: 0 0 36px;
            font: 500 17px/22px "Rubik", Arial, Helvetica, sans-serif;
            color: #000;
            opacity: 0.7;
        }

    .summary-page .btn-download {
        margin: 0 auto 22px;
        display: block;
        width: 260px;
        border-radius: 6px;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        overflow: hidden;
    }

        .summary-page .btn-download:hover {
            box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
            -webkit-box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
        }

        .summary-page .btn-download img {
            display: block;
            width: 100%;
            border-radius: 6px;
        }

    .summary-page .btn-use {
        margin: 0 auto;
        display: block;
        width: 260px;
        text-align: center;
        color: #573f59;
        font: 500 20px/30px "Rubik", Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 4px #26d4c6 solid;
        border-radius: 6px;
        letter-spacing: -0.6px;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

        .summary-page .btn-use:hover {
            opacity: 0.7;
        }

    .summary-page .next-side {
        display: block;
        padding: 0 20px;
        overflow: hidden;
    }

        .summary-page .next-side .content {
            margin: 0 auto;
            width: 100%;
            max-width: 560px;
        }

        .summary-page .next-side h2 {
            margin: 0 0 22px;
            text-align: center;
            font: 700 45px/50px "Rubik", Arial, Helvetica, sans-serif;
            color: #573f59;
            letter-spacing: -1px;
        }

        .summary-page .next-side h3 {
            margin: 0 0 28px;
            text-align: justify;
            font: 400 22px/27px "Rubik", Arial, Helvetica, sans-serif;
        }

            .summary-page .next-side h3.center {
                text-align: center;
                margin: 0 10px 37px;
            }

            .summary-page .next-side h3 strong {
                font-weight: 700;
            }

        .summary-page .next-side h4.center {
            text-align: center;
            margin: 0 10px 37px;
        }

        .summary-page .next-side h4 strong {
            font-weight: 700;
        }

        .summary-page .next-side .txt {
            margin: 0 0 26px;
            font-size: 17px;
            line-height: 27px;
            text-align: justify;
        }

            .summary-page .next-side .txt a {
                color: #26d4c6;
                font-weight: 700;
                transition: opacity 0.35s ease;
                -webkit-transition: opacity 0.35s ease;
            }

                .summary-page .next-side .txt a:hover {
                    opacity: 0.7;
                }

    .summary-page .btn-start {
        margin: 0 auto 24px;
        width: 404px;
        display: block;
        border-radius: 12px;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        overflow: hidden;
    }

        .summary-page .btn-start:hover {
            box-shadow: 3px 3px rgba(39, 152, 143, 0.5), -3px -3px rgba(39, 152, 143, 0.5), -3px 3px rgba(39, 152, 143, 0.5), 3px -3px rgba(39, 152, 143, 0.5);
            -webkit-box-shadow: 3px 3px rgba(39, 152, 143, 0.5), -3px -3px rgba(39, 152, 143, 0.5), -3px 3px rgba(39, 152, 143, 0.5), 3px -3px rgba(39, 152, 143, 0.5);
        }

        .summary-page .btn-start img {
            display: block;
            width: 100%;
            border-radius: 12px;
        }

    .summary-page p.note {
        margin: 0 0 18px;
        text-align: center;
        font-size: 17px;
        line-height: 27px;
        color: #000;
        opacity: 0.7;
    }

    .summary-page .phone {
        text-align: center;
        font: 900 38px/55px "Rubik", Arial, Helvetica, sans-serif;
        color: #573f59;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1), -3px 3px 0 rgba(0, 0, 0, 0.1), 3px -3px 0 rgba(0, 0, 0, 0.1), -3px -3px 0 rgba(0, 0, 0, 0.1);
        -webkit-text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1), -3px 3px 0 rgba(0, 0, 0, 0.1), 3px -3px 0 rgba(0, 0, 0, 0.1), -3px -3px 0 rgba(0, 0, 0, 0.1);
    }

        .summary-page .phone a {
            color: #573f59;
            transition: opacity 0.35s ease;
            -webkit-transition: opacity 0.35s ease;
        }

            .summary-page .phone a:hover {
                opacity: 0.85;
            }

/* inner page */
.inner-page {
    padding: 36px 10px 0;
    margin: 0 auto;
    max-width: 1092px;
    position: relative;
}

    .inner-page .bg-dog {
        position: absolute;
        bottom: 122px;
        right: 51px;
        width: 204px;
        z-index: 0;
    }

    .inner-page .logo {
        margin: 0 auto 36px;
    }

/* title header */
.pet-ttl-header {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 21px;
    min-height: 77px;
}

    .pet-ttl-header .pet-name {
        padding: 4px 12px 16px;
        background: #ff8400;
        border-radius: 12px 0 0 12px;
        color: #573f59;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .pet-ttl-header .pet-name span {
            display: block;
            font-size: 11px;
            font-weight: 500;
            line-height: 1;
            color: #fff;
        }

        .pet-ttl-header .pet-name strong {
            display: block;
            font: 700 22px/27px "Rubik", Arial, Helvetica, sans-serif;
        }

    .pet-ttl-header .hold {
        border-radius: 0 12px 12px 0;
        padding: 0 18px;
        overflow: hidden;
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }

        .pet-ttl-header .hold h1 {
            margin: 0;
            font-weight: 300;
            font-size: 37px;
            line-height: 1;
            color: #573f59;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.step-row {
    margin: -5px 0 74px;
    position: relative;
    width: 100%;
}

    .step-row.row2 {
        margin-bottom: 63px;
    }

    .step-row .row {
        display: block;
        height: 10px;
        border-radius: 5px;
        background: rgba(176, 176, 172, 0.6);
    }

        .step-row .row span {
            position: absolute;
            left: 0;
            height: 10px;
            background: #01C460;
            border-radius: 5px;
        }

    .step-row .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
    }

        .step-row .txt em {
            position: absolute;
            right: 0;
            top: 1px;
            color: #01c460;
            font: 500 15px/20px "Rubik", Arial, Helvetica, sans-serif;
            white-space: nowrap;
        }

/* pet info */
.pet-info {
    margin: 0 15px 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 5;
}

    .pet-info .instructions {
        width: 100%;
        padding: 0 40px;
        margin: -20px 0 30px;
        font-style: italic;
        font-size: 14px;
    }

        .pet-info .instructions h2 {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .pet-info .instructions ul {
            margin-left: 30px;
        }

    .pet-info dl {
        margin-bottom: 15px;
    }

        .pet-info dl:after,
        .pet-info .input-txt-row:after,
        .pet-info .input-txt-row .hold:after,
        .radio-list li:after {
            content: "";
            display: block;
            clear: both;
        }

        .pet-info dl dt {
            width: 18.9%;
            float: left;
            font: 300 22px/41px "Rubik", Arial, Helvetica, sans-serif;
        }

            .pet-info dl dt > span {
                float: left;
            }

            .pet-info dl dt em {
                display: block;
                height: 41px;
                background: url(../images/separator.png) repeat-x;
                background-size: 5px 28px;
                overflow: hidden;
            }

            .pet-info dl dt .note {
                font-size: 17px;
                color: #606060;
                line-height: 1;
                top: -5px;
                position: relative;
                clear: both;
                padding-bottom: 15px;
            }

        .pet-info dl dd {
            width: 78.8%;
            margin: 0;
            font: 400 22px/41px "Rubik", Arial, Helvetica, sans-serif;
            float: right;
        }

        .pet-info dl.full dd {
            width: 100%;
            padding-right: 48.75%;
            background-position: 100% 50%;
            background-size: 48.75% auto;
            background-repeat: no-repeat;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            min-height: 215px;
            padding-top: 4px;
        }

    .pet-info select,
    .pet-info .jcf-select {
        width: 325px;
        float: left;
    }

    .pet-info .info-tooltip {
        margin: 9px 0 0 12px;
        width: 20px;
        height: 20px;
        float: left;
        background: url(../images/ico-info.png) no-repeat;
        background-size: 20px 20px;
        position: relative;
    }

        .pet-info .info-tooltip .tooltip {
            position: absolute;
            bottom: 25px;
            left: -9999px;
            opacity: 0;
            width: 300px;
            background: #fff;
            border: 1px #26d4c6 solid;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            border-radius: 7px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 7px 10px;
            font-size: 14px;
            line-height: 16px;
            transition: opacity 0.35s ease;
            -webkit-transition: opacity 0.35s ease;
        }

        .pet-info .info-tooltip:hover .tooltip {
            left: -10px;
            opacity: 1;
        }

        .pet-info .info-tooltip.r:hover .tooltip {
            left: -270px;
        }

    .pet-info .input-txt-row {
        margin-top: 6px;
        border-bottom: 2px #26d4c6 solid;
        position: relative;
    }

        .pet-info .input-txt-row .hold {
            margin-right: 39px;
        }

        .pet-info .input-txt-row input {
            appearance: none;
            -webkit-appearance: none;
            margin: 0;
            display: block;
            width: 100%;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            color: #606060;
            font: 400 22px/28px "Rubik", Arial, Helvetica, sans-serif;
            border: 0;
            background: none;
            outline: none;
        }

            .pet-info .input-txt-row input:-moz-placeholder {
                color: #b3b3b3;
            }

            .pet-info .input-txt-row input::-moz-placeholder {
                color: #b3b3b3;
            }

            .pet-info .input-txt-row input::-webkit-input-placeholder {
                color: #b3b3b3;
            }

            .pet-info .input-txt-row input:-ms-input-placeholder {
                color: #b3b3b3;
            }

            .pet-info .input-txt-row input::placeholder {
                color: #b3b3b3;
            }

        .pet-info .input-txt-row .info-tooltip {
            position: absolute;
            margin: 0;
            top: 2px;
            right: 8px;
        }

    .pet-info .full-width {
        margin-top: 27px;
    }

        .pet-info .full-width dt {
            width: 38.5%;
            float: none;
        }

    .pet-info .full {
        margin-bottom: 47px;
    }

        .pet-info .full dt {
            width: 100%;
            float: none;
        }

        .pet-info .full-width dd,
        .pet-info .full dd {
            float: none;
        }

.radio-list {
    list-style: none;
}

    .radio-list li {
        padding: 0 0 4px;
        display: flex;
    }

    .radio-list .jcf-checkbox {
        margin: 4px 9px 0 0;
    }

    .radio-list label {
        float: left;
        font: 400 22px/33px "Rubik", Arial, Helvetica, sans-serif;
    }

    .radio-list .hidden_fields_other {
        clear: left;
        padding-left: 35px;
        padding-right: 10px;
    }

        .radio-list .hidden_fields_other .form-control {
            display: block;
            width: 100%;
            text-align: left;
            font-size: 16px;
        }

.color-slider {
    float: left;
    width: 247px;
    height: 17px;
    border: 0;
    margin: 8px 0;
}

    .color-slider.level-0 {
        background: url(../images/bg-slider-0.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-1 {
        border-radius: 9px;
        background: url(../images/bg-slider-1.png) repeat-x;
        background-size: 5px 17px;
    }

    .color-slider.level-2 {
        background: url(../images/bg-slider-2.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-3 {
        background: url(../images/bg-slider-3.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-4 {
        background: url(../images/bg-slider-4.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider.level-5 {
        background: url(../images/bg-slider-5.png) repeat-x;
        background-size: 5px 17px;
        border-radius: 9px;
    }

    .color-slider .ui-slider-handle {
        top: -8px;
        width: 33px;
        height: 33px;
        background: url(../images/bg-slider-handle.png) no-repeat;
        background-size: 33px 33px;
        border: 0;
    }

.pet-info .color-slider {
    margin-left: 25px;
    float: left;
}

    .pet-info .color-slider ~ .slider-label {
        margin-left: 25px;
        font: 700 12px/33px "Rubik", Arial, Helvetica, sans-serif;
        color: #606060;
        float: left;
        cursor: help;
    }

.pet-info .jcf-checkbox.jcf-checked ~ label {
    color: #000;
}

.bottom-btn-holder {
    margin-bottom: 36px;
}

    .bottom-btn-holder:after {
        content: "";
        display: block;
        clear: both;
    }

    .bottom-btn-holder .links {
        margin: 15px 28px 0 15px;
        width: 60%;
        float: left;
        position: relative;
        padding-top: 9px;
        text-align: right;
    }

        .bottom-btn-holder .links:before,
        .bottom-btn-holder .separator:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: rgba(96, 96, 96, 0.2);
        }

    .bottom-btn-holder .separator:before {
        top: 15px;
    }

    .bottom-btn-holder .links a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 15px;
        font: 500 15px/20px "Rubik", Arial, Helvetica, sans-serif;
        color: #606060;
        text-transform: uppercase;
        transition: opacity 0.35s ease;
        -webkit-transition: opacity 0.35s ease;
    }

        .bottom-btn-holder .links a:hover {
            opacity: 0.7;
        }

        .bottom-btn-holder .links a:first-child {
            margin-left: 0;
        }

    .bottom-btn-holder .btn-hold {
        margin-right: 28px;
        width: 205px;
        float: left;
        border-radius: 9px;
        overflow: hidden;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
    }

        .bottom-btn-holder .btn-hold:hover {
            box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
            -webkit-box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
        }

        .bottom-btn-holder .btn-hold a,
        .bottom-btn-holder .btn-hold button {
            display: block;
            padding: 0;
            border: none;
        }

        .bottom-btn-holder .btn-hold img {
            display: block;
            width: 100%;
            border-radius: 9px;
            overflow: hidden;
        }

    .bottom-btn-holder .separator {
        height: 16px;
        position: relative;
        overflow: hidden;
    }

/* summary table */
.summary-table {
    margin: 50px 8px 32px;
    position: relative;
}

    .summary-table .mobile-legend {
        display: none;
    }

    .summary-table .scroll-holder {
        display: flex;
        justify-content: center;
    }

    .summary-table table {
        width: -moz-fit-content;
        width: auto;
        border-collapse: collapse;
        border-bottom: 1px #606060 solid;
    }

    .summary-table thead th {
        padding: 0 13px 5px;
        background: url(../images/separator-dots.png) repeat-x 0 100%;
        background-size: 5px 2px;
        vertical-align: bottom;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #606060;
    }

        .summary-table thead th strong {
            color: #573F59;
            font-size: 22px;
            font-weight: bold;
        }

    .summary-table tbody td {
        padding: 12px 13px 7px;
        vertical-align: middle;
        height: 80px;
    }

        .summary-table tbody td.description {
            max-width: 463px;
        }

            .summary-table tbody td.description a {
                color: #606060;
            }

            .summary-table tbody td.description div {
                padding: 0 0 0 6px;
                font: 400 17px/19px "Rubik", Arial, Helvetica, sans-serif;
                border-left: 2px #CECECE solid;
                min-height: 57px;
                opacity: 0.5;
            }

        .summary-table tbody td.level {
            padding-right: 31px;
            height: 60px;
            width: 260px;
        }

        .summary-table tbody td label {
            width: 217px;
            display: block;
        }

    .summary-table tbody tr:nth-child(odd) td {
        background: rgba(96, 96, 96, 0.05);
        border-bottom: 1px #606060 solid;
    }

    .summary-table tbody tr.selected label {
        font-weight: 500;
    }

    .summary-table tbody tr.selected td.description div {
        opacity: 1;
        border-left-color: #26d4c6;
    }

    .summary-table .radio {
        display: flex;
    }

        .summary-table .radio .jcf-radio {
            margin-right: 6px;
        }

        .summary-table .radio .jcf-checked + a.btn-delete {
            color: #D90000;
        }

    .summary-table a.btn-delete {
        display: inline-flex;
        overflow: hidden;
        color: #000;
    }

    .summary-table .color-slider {
        margin-top: 13px;
        float: none;
    }

    .summary-table .slider-label {
        margin-top: 10px;
        display: block;
        font: 700 15px/22px "Rubik", Arial, Helvetica, sans-serif;
        cursor: help;
    }

    .summary-table tbody td.description div textarea {
        width: 100%;
        height: 100%;
        -moz-resize: none;
        -ms-resize: none;
        -o-resize: none;
        resize: none;
        border: none;
        background: inherit;
        font: inherit;
        display: block;
        padding: 2px 8px 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 60px;
    }

    .summary-table .rating {
        text-align: right;
        width: 27.7%;
        font: 500 17px/19px "Rubik", Arial, Helvetica, sans-serif;
        padding-right: 22px;
    }

    .summary-table .num {
        width: 9.6%;
        font: 500 45px/45px "Rubik", Arial, Helvetica, sans-serif;
        color: #f3b700;
        text-align: left;
    }

    .summary-table .bot-txt {
        font: 400 italic 15px/17px "Rubik", Arial, Helvetica, sans-serif;
        color: #606060;
        opacity: 0.6;
        padding-right: 20px;
    }

    .summary-table .note-1 {
        position: absolute;
        left: 0;
        top: 20px;
        text-align: center;
        font: 400 28px/1.27 Chewy;
        letter-spacing: 0;
        color: #FF8400;
        width: 305px;
        z-index: 999;
    }

        .summary-table .note-1:after {
            content: "";
            background: url("../images/note1-arrow@2x.png") no-repeat right center;
            background-size: 85px 85px;
            height: 85px;
            display: block;
        }

@media (max-width: 800px) {
    .summary-table .note-1 {
        display: none;
    }
}

.summary-table .note-2 {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    font: 400 28px/1.27 Chewy;
    letter-spacing: 0;
    color: #FF8400;
    width: 305px;
    z-index: 999;
}

    .summary-table .note-2:after {
        content: "";
        background: url("../images/note2-arrow@2x.png") no-repeat left center;
        background-size: 89px 89px;
        height: 89px;
        display: block;
        margin-top: 20px;
    }

@media (max-width: 800px) {
    .summary-table .note-2 {
        display: none;
    }
}

.summary-table .note-3 {
    position: absolute;
    right: -30px;
    top: 20px;
    text-align: center;
    font: 400 28px/1.27 Chewy;
    letter-spacing: 0;
    color: #FF8400;
    width: 240px;
    z-index: 999;
}

    .summary-table .note-3:after {
        content: "";
        background: url("../images/note2-arrow@2x.png") no-repeat center;
        background-size: 89px 89px;
        height: 89px;
        display: block;
        margin-top: 20px;
    }

@media (max-width: 800px) {
    .summary-table .note-3 {
        display: none;
    }
}

.summary-table .note-4 {
    position: absolute;
    right: 0;
    bottom: 100%;
    text-align: center;
    font: 400 28px/1.27 Chewy;
    letter-spacing: 0;
    color: #FF8400;
    width: 290px;
    z-index: 999;
}

    .summary-table .note-4:after {
        content: "";
        background: url("../images/note3-arrow@2x.png") no-repeat center;
        background-size: 141px 141px;
        height: 141px;
        display: block;
    }

@media (max-width: 800px) {
    .summary-table .note-4 {
        display: none;
    }
}

/**/
.form-btn {
    text-align: center;
    padding-top: 20px;
}

    .form-btn .btn-green {
        min-width: 166px;
    }

    .form-btn .req-note {
        padding-top: 15px;
        color: #6B6B68;
        font-size: 16px;
        line-height: 1;
    }

    .form-btn a:not(.btn-green):not(.btn-grey) {
        color: #606060;
        margin-right: 34px;
    }

    .form-btn.mb {
        margin-bottom: 45px;
    }

    .form-btn .note-later {
        font-size: 12px;
        width: 166px;
        margin-left: 197px;
        margin-top: 7px;
        display: inline-flex;
        justify-content: center;
    }

.btn-green {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.58;
    letter-spacing: 1.8px;
    color: #C5F270;
    background: #26D4C6;
    border: 3px solid #12BFB1;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 15px 8px;
    transition: all 0.3s;
    cursor: pointer;
}

    .btn-green:hover {
        background: #12BFB1;
    }

.btn-grey {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.58;
    letter-spacing: 1.8px;
    color: #fff;
    background: #969696;
    border: 3px solid #626262;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 15px 8px;
    transition: all 0.3s;
    cursor: pointer;
    margin-right: 20px;
}

    .btn-grey:hover {
        background: #626262;
    }

.page-section img {
    max-width: 100%;
    height: auto;
    display: inline-flex;
}

.page-section .holder {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0 10px 95px;
    max-width: 1354px;
    min-height: calc(100vh - 138px - 35px);
}

.page-section .title {
    text-align: center;
    letter-spacing: -0.65px;
    color: #573F59;
    font-weight: 500;
    font-size: 33px;
    line-height: 1.06;
    margin-bottom: 30px;
}

    .page-section .title.complex {
        text-align: left;
        margin-bottom: 4px;
    }

@media (min-width: 600px) {
    .page-section .title.complex {
        display: flex;
        justify-content: space-between;
    }
}

.page-section .title.complex small {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    display: block;
    max-width: 205px;
    line-height: 1.4;
}

.page-section .title.complex .have-account {
    text-align: right;
    font-size: 14px;
    letter-spacing: -0.56px;
    max-width: 130px;
    padding-top: 4px;
    font-weight: 500;
    font-size: 14px;
}

    .page-section .title.complex .have-account a {
        color: #26d4c6;
    }

.page-section .title-secondary {
    text-align: left;
    letter-spacing: -1.8px;
    color: #573F59;
    font-weight: bold;
    font-size: 45px;
    line-height: 1.1;
    padding-bottom: 11px;
    border-bottom: 2.5px solid #0000001A;
    margin-bottom: 20px;
}

.page-section .form-group {
    background: #fff;
    border-radius: 7px;
    position: relative;
    margin-bottom: 17px;
}

    .page-section .form-group label {
        color: #797878;
        font-weight: 500;
        font-size: 13px;
        line-height: 1;
        transition: all 0.35s;
        margin: 8px 9px;
    }

        .page-section .form-group label.filled {
            font-size: 8px;
            color: #B1B1B1;
        }

    .page-section .form-group .form-control {
        width: 100%;
        display: block;
        border: none;
        border-radius: 0 0 7px 7px;
        background: transparent;
        text-align: left;
        padding: 3px 9px 4px;
        font-weight: 300;
        font-size: 22px;
        color: #434141;
    }

    .page-section .form-group select.form-control {
        color: #606060;
        padding-left: 5px;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("../images/select-arrow.jpg");
        background-repeat: no-repeat;
        background-position: center right 11px;
        background-size: 25px auto;
    }

.page-section .form-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 12px;
}

    .page-section .form-actions a {
        color: #573F59;
        font-weight: 500;
    }

.page-section .custom-checkbox input {
    position: absolute;
    opacity: 0;
}

    .page-section .custom-checkbox input:checked + label:after {
        content: "";
        position: absolute;
        left: 4px;
        top: 4px;
        background: #26D4C6;
        border-radius: 2px;
        width: 9px;
        height: 9px;
    }

.page-section .custom-checkbox label {
    padding-left: 22px;
    padding-top: 3px;
    position: relative;
}

    .page-section .custom-checkbox label:before {
        content: "";
        background: #fff;
        border: 2px solid #C6C3C3;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0;
        width: 17px;
        height: 17px;
    }

.page-section .alert {
    text-align: center;
    font-size: 11px;
    line-height: 1.1;
    padding: 6px 10px;
    max-width: 412px;
    margin: 10px auto 0;
}

.page-section .alert-success {
    background: #FF8400;
    color: #fff;
    border-radius: 7px;
}

.page-section .jcf-select {
    width: 100%;
    display: block;
    border-bottom: 0;
}

    .page-section .jcf-select select {
        font-size: 18px;
    }

.description-popup {
    text-align: center;
    color: #606060;
    font-size: 15px;
    line-height: 1.33;
    padding: 21px;
}

    .description-popup .title {
        color: #573F59;
        font-weight: 300;
        font-size: 37px;
        line-height: 1.08;
        max-width: 384px;
        margin: 0 auto 5px;
    }

    .description-popup .note {
        color: #606060;
        font-size: 17px;
        font-weight: 300;
        margin: 0 0 20px;
    }

    .description-popup p {
        margin: 0 0 10px;
    }

    .description-popup textarea {
        background: #fff;
        border: none;
        text-align: center;
        padding: 24px 30px;
        font-size: 17px;
        line-height: 1.7;
        width: calc(100% + 42px);
        margin: 0 -21px;
    }

    .description-popup .btn-green, .description-popup .btn-grey {
        width: 166px;
    }

/* what's next*/
.what-next-page {
    font-size: 17px;
    line-height: 1.59;
    color: #6A6968;
}

    .what-next-page p, .what-next-page ul, .what-next-page ol {
        margin: 0 0 24px;
    }

    .what-next-page h3 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 24px;
        color: #6A6968;
    }

    .what-next-page .left-side {
        height: 350px;
        margin-bottom: 30px;
    }

        .what-next-page .left-side img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

@media (min-width: 900px) {
    .what-next-page .frame {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .what-next-page .left-side {
        width: 48%;
        min-width: 48%;
        margin-right: 15px;
        margin-bottom: 0;
        height: auto;
    }

    .what-next-page .right-side {
        max-width: 574px;
        width: 50%;
    }
}

.what-next-page .note {
    border-top: 2.5px solid #0000001A;
    padding-top: 24px;
    font-size: 13px;
    line-height: 1.31;
    color: #6A6968;
}

    .what-next-page .note strong {
        font-size: 17px;
        line-height: 1;
    }

/* contact*/
.contact-page {
    font-size: 17px;
    line-height: 1.59;
    color: #6A6968;
}

    .contact-page p, .contact-page ul, .contact-page ol {
        margin: 0 0 24px;
    }

    .contact-page h3 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 24px;
        color: #6A6968;
    }

    .contact-page ul {
        list-style: none;
    }

        .contact-page ul li {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
        }

    .contact-page a {
        color: #26D4C6;
    }

        .contact-page a:hover {
            text-decoration: underline;
        }

    .contact-page .fas {
        color: #B7B7B7;
        font-size: 15px;
        margin-right: 22px;
        margin-top: 7px;
    }

    .contact-page .left-side {
        height: 350px;
        margin-bottom: 30px;
    }

        .contact-page .left-side img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

@media (min-width: 900px) {
    .contact-page .frame {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .contact-page .left-side {
        width: 33.19%;
        min-width: 33.19%;
        margin-right: 15px;
        margin-bottom: 0;
        height: auto;
    }

    .contact-page .right-side {
        max-width: 413px;
        width: 40%;
    }

    .contact-page .mid-side {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 260px;
        min-width: 260px;
    }

        .contact-page .mid-side .title {
            text-align: left;
        }
}

.contact-page .note {
    border-top: 2.5px solid #0000001A;
    padding-top: 24px;
    font-size: 13px;
    line-height: 1.31;
    color: #6A6968;
}

    .contact-page .note strong {
        font-size: 17px;
        line-height: 1;
    }

/* results */
.result-page .box {
    background: #00000015;
    border-radius: 25px;
    max-width: 785px;
    margin: 0 auto;
    padding: 26px;
}

.result-page .links li {
    list-style: none;
    margin: 0 0 18px;
}

    .result-page .links li a {
        background: #EBA012;
        border: 3px solid #BF8312;
        border-radius: 6px;
        display: block;
        text-align: center;
        padding: 7px 5px 9px;
        color: #000000;
        font-size: 17px;
        line-height: 1.29;
    }

@media (min-width: 700px) {
    .result-page .links {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 -18px;
    }

        .result-page .links li {
            flex: 1;
            margin: 0 18px;
            max-width: 186px;
        }
}

.result-page .title {
    margin-bottom: 48px;
}

.result-page .percentage {
    margin-bottom: 53px;
    position: relative;
}

    .result-page .percentage .value {
        width: 188px;
        height: 188px;
        border-radius: 50%;
        border: 10px solid transparent;
        text-align: center;
        letter-spacing: -2.38px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        line-height: 1;
        margin: 0 auto;
    }

    .result-page .percentage .note {
        text-align: center;
        color: #606060;
        font-size: 17px;
        line-height: 1.29;
    }

@media (min-width: 700px) {
    .result-page .percentage .note {
        position: absolute;
        left: 50%;
        margin-left: 104px;
        bottom: 30px;
        text-align: left;
    }
}

/* account-form-page */
.account-form-page .holder {
    padding: 0 10px 90px;
    max-width: 462px;
    margin: 0 auto;
}

.account-form-page .frame {
    padding-top: 37px;
}

.account-form-page .rte {
    text-align: center;
    font-size: 15px;
    line-height: 1.33;
    color: #606060;
}

    .account-form-page .rte p {
        margin: 0 0 23px;
    }

/* footer */
#footer {
    background: url("../images/ph-footer-bg.jpg") no-repeat top center #413142;
    background-size: auto 136px;
    text-align: center;
    font: 400 15px/1.8 "Rubik", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #footer a {
        color: inherit;
        font-weight: bold;
        opacity: 0.6;
    }

        #footer a:hover {
            opacity: 1.0;
        }

    #footer p {
        margin: 0;
    }

/* mobile styles */
@media only screen and (max-width: 1300px) {
    .home-page .content {
        margin-left: 58%;
        padding: 0 20px;
    }

    .home-page .home-image {
        width: 58%;
    }
}

@media only screen and (max-width: 1100px) {
    .inner-page .bg-dog {
        bottom: 100px;
        width: 140px;
    }

    .pet-info dl dt,
    .pet-info dl dd,
    .jcf-select .jcf-select-text,
    .pet-info .input-txt-row input,
    .radio-list label,
    .jcf-select-drop .jcf-select-drop-content {
        font-size: 18px;
    }

    .pet-ttl-header .hold h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 980px) {
    .pet-info .color-slider {
        margin-left: 40px;
        clear: left;
    }
}

@media only screen and (max-width: 900px) {
    .more-list {
        margin: 0 -4px;
    }

        .more-list li {
            padding: 0 4px 10px;
        }

        .additional-buttons a,
        .more-list a {
            font-size: 13px;
        }

    .home-page .text {
        padding: 0 30px;
    }

    .summary-page {
        padding-bottom: 0;
    }

        .summary-page .left-side {
            margin: 0 0 30px;
            width: 100%;
            float: none;
        }

        .summary-page:before {
            display: none;
        }

        .summary-page .next-side {
            padding: 30px 20px 40px;
            background: rgba(255, 132, 0, 0.06);
        }
}

@media only screen and (max-width: 870px) {
    .pet-ttl-header .hold h1 {
        font-size: 28px;
    }

    .pet-info dl dt,
    .pet-info dl dd,
    .jcf-select .jcf-select-text,
    .pet-info .input-txt-row input,
    .radio-list label,
    .jcf-select-drop .jcf-select-drop-content {
        font-size: 16px;
    }

    .pet-info dl dt {
        width: 26%;
    }

    .pet-info dl dd {
        width: 72%;
    }

    .pet-info .info-tooltip:hover .tooltip {
        left: -270px;
    }

    .inner-page .bg-dog {
        bottom: 150px;
        right: 0;
    }

    .bottom-btn-holder .links {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }

        .bottom-btn-holder .links a {
            margin: 0 10px;
            font-size: 14px;
        }

    .bottom-btn-holder .btn-hold {
        float: none;
        margin: 0 auto 30px;
        width: 180px;
    }

    .bottom-btn-holder .separator {
        display: none;
    }

    .radio-list li {
        padding-bottom: 8px;
    }

    .summary-table {
        margin-left: 0;
        margin-right: 0;
    }

        .summary-table thead th {
            font-size: 14px;
        }

            .summary-table thead th.radio {
                font-size: 9px;
            }

        .summary-table tbody td {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .summary-table td.delete {
            padding: 5px 4px;
        }

        .summary-table tbody td.radio {
            width: 44px;
        }

        .summary-table tbody td,
        .summary-table tbody td.description div,
        .summary-table .rating,
        .summary-table .bot-txt {
            font-size: 14px;
            line-height: 17px;
        }

        .summary-table .slider-label {
            font-size: 12px;
            line-height: 16px;
        }

        .summary-table .num {
            font-size: 34px;
            line-height: 34px;
        }
}

@media only screen and (max-width: 700px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .home-page .content {
        margin: 0;
        padding: 0 10px;
    }

    .home-page .home-image {
        position: relative;
        width: 100%;
        height: auto;
    }

        .home-page .home-image img {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
        }

    .home-page h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .home-page .text {
        letter-spacing: 0;
        word-spacing: 0;
        padding: 0 10px;
    }

    .learn-more {
        margin: 0;
    }

    .more-list {
        margin: 0 -2px 30px;
        overflow: hidden;
    }

        .more-list li {
            padding: 0 2px 10px;
        }

        .more-list a {
            font-size: 11px;
            border-width: 3px;
        }

    .button-access,
    .summary-page .btn-start {
        max-width: 90%;
    }

    .need-code {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .learn-more h2 {
        font-size: 14px;
    }

    .summary-page .holder {
        padding-left: 0;
        padding-right: 0;
    }

    .summary-page .left-side h1 {
        font-size: 28px;
        line-height: 32px;
    }

        .summary-page .left-side h1 span {
            font-size: 25px;
        }

    .summary-page .next-side h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .summary-page .next-side h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .summary-page .next-side .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .summary-page .phone {
        font-size: 31px;
    }

    .summary-page .btn-use {
        font-size: 16px;
        width: 200px;
        border-width: 2px;
    }

    .summary-page .btn-download {
        width: 200px;
    }

    .pet-ttl-header {
        width: 100%;
        overflow: hidden;
    }

        .pet-ttl-header .pet-name {
            height: auto;
            float: none;
            border-radius: 6px 6px 0 0;
            text-align: center;
            padding: 5px;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            overflow: hidden;
        }

            .pet-ttl-header .pet-name span {
                margin: 0 5px 0 0;
                display: inline-block;
                vertical-align: top;
                line-height: 20px;
            }

            .pet-ttl-header .pet-name strong {
                margin: 0 0 0 5px;
                font-size: 18px;
                line-height: 20px;
                display: inline-block;
                vertical-align: top;
            }

        .pet-ttl-header .hold {
            height: auto;
            padding: 10px 5px;
            text-align: center;
            border-radius: 0 0 6px 6px;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            overflow: hidden;
        }

            .pet-ttl-header .hold h1 {
                font-size: 18px;
                line-height: 24px;
                width: 100%;
            }

    .step-row {
        margin-bottom: 50px;
    }

        .step-row .txt em {
            font-size: 12px;
        }

    .pet-info {
        margin: 0;
        padding: 0;
    }

        .pet-info dl {
            margin-bottom: 25px;
        }

            .pet-info dl dt,
            .pet-info dl dd,
            .jcf-select .jcf-select-text,
            .pet-info .input-txt-row input,
            .radio-list label,
            .jcf-select-drop .jcf-select-drop-content {
                font-size: 14px;
                line-height: 24px;
            }

                .pet-info dl dt span {
                    margin-right: 5px;
                }

                .pet-info dl dt em {
                    height: 24px;
                    background-position: 0 -10px;
                }

            .pet-info dl dt {
                width: 45%;
            }

            .pet-info dl dd {
                width: 50%;
            }

                .pet-info dl dd.item {
                    clear: both;
                    float: none;
                    display: block;
                    width: 100%;
                    padding-right: 0;
                    padding-top: 65%;
                    background-position: 50% 0;
                    background-size: 100%;
                }

                    .pet-info dl dd.item:after {
                        content: "";
                        display: block;
                        clear: both;
                    }

        .pet-info select, .pet-info .select {
            float: left;
        }

        .pet-info select, .pet-info .jcf-select {
            width: 250px;
            line-height: 32px;
        }

    .jcf-select .jcf-select-text {
        line-height: 32px;
    }

    .jcf-select .jcf-select-opener {
        background-size: 16px 16px;
        background-position: 50% 35%;
    }

    .pet-info .info-tooltip {
        margin-left: 10px;
    }

        .pet-info .info-tooltip:hover .tooltip,
        .pet-info .info-tooltip.r:hover .tooltip {
            left: -200px;
            width: 220px;
            font-size: 12px;
            line-height: 14px;
            padding: 5px 10px;
        }

    .radio-list label {
        float: none;
        display: block;
        line-height: 18px;
        padding-top: 8px;
        overflow: hidden;
    }

    .pet-info .color-slider ~ .slider-label {
        clear: both;
        margin-left: 40px;
        line-height: 22px;
    }

    .inner-page .bg-dog {
        position: relative;
        display: block;
        width: 80px;
        bottom: auto;
        right: auto;
        margin: 0 auto 15px;
    }

    .bottom-btn-holder .links a {
        margin: 0 8px;
        font-size: 14px;
    }

        .bottom-btn-holder .links a:first-child {
            margin-left: 0;
        }

        .bottom-btn-holder .links a:last-child {
            margin-right: 0;
        }

    .pet-info dl dd .color-slider {
        margin-top: 12px;
    }

    .pet-info .full-width {
        margin-bottom: 10px;
    }

    .summary-table {
        margin-left: -6px;
        margin-right: -6px;
    }

        .summary-table .mobile-legend {
            display: block;
            margin: 5px 0;
            text-align: center;
            font: bold 14px/16px "Rubik", Arial, Helvetica, sans-serif;
        }

            .summary-table .mobile-legend span {
                padding: 0 20px;
            }

        .summary-table .scroll-holder {
            padding: 10px 0;
            border: 1px #ccc dashed;
            width: 100%;
            overflow-y: hidden;
            background: rgba(0, 0, 0, 0.02);
            overflow-x: scroll;
            display: block;
        }

        .summary-table tbody td label {
            width: 157px;
        }

        .summary-table tbody td.description div {
            width: 200px;
        }

    #footer {
        padding: 30px 10px 20px;
        font-size: 12px;
        line-height: 14px;
    }
}

.form-control {
    font-size: 22px;
    color: #000000;
    background: transparent;
    border: none;
    border-bottom: 2px solid #d3d3d3;
    text-align: center;
    padding: 7px 10px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-control:focus {
        outline: none;
        box-shadow: 0 2px #26d4c6;
    }

    .form-control:-moz-placeholder {
        color: #b3b3b3;
    }

    .form-control::-moz-placeholder {
        color: #b3b3b3;
    }

    .form-control::-webkit-input-placeholder {
        color: #b3b3b3;
    }

    .form-control:-ms-input-placeholder {
        color: #b3b3b3;
    }

    .form-control::placeholder {
        color: #b3b3b3;
    }

.enter-code-field {
    position: relative;
    width: 89%;
    margin: 35px auto 50px;
    display: none;
}

    .enter-code-field .form-control {
        width: 100%;
        display: block;
        padding-left: 40px;
        padding-right: 40px;
    }

    .enter-code-field button {
        position: absolute;
        top: 0;
        height: 100%;
        right: 0;
        padding: 5px 10px;
        background: transparent;
        border: none;
        color: #26d4c6;
        font-size: 22px;
        cursor: pointer;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.page-title {
    text-align: center;
    font: 500 32px/1.07 "Rubik", Arial, Helvetica, sans-serif;
    color: #573f59;
    margin: 0 0 33px;
    padding-top: 84px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.register-form {
    max-width: 467px;
    margin: 0 auto 106px;
}

    .register-form .form-group {
        margin-bottom: 20px;
        position: relative;
    }

    .register-form .form-control {
        width: 100%;
    }

    .register-form label {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        top: 10px;
        font-size: 22px;
        color: #b3b3b3;
        white-space: nowrap;
        text-overflow: clip;
        overflow: hidden;
    }

    .register-form .form-control:focus + label,
    .register-form .form-group.filled label {
        -webkit-transform: translate(-50%, -25px);
        -ms-transform: translate(-50%, -25px);
        transform: translate(-50%, -25px);
        font-size: 16px;
    }

    .register-form .jcf-select {
        width: 100%;
        max-width: 324px;
        margin: 0 auto;
        display: block;
    }

        .register-form .jcf-select select {
            font-size: 18px;
        }

.form-btn {
    text-align: center;
    padding-top: 18px;
}

    .form-btn button {
        padding: 0;
        border: none;
        background: transparent;
        border-radius: 10px;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        overflow: hidden;
    }

        .form-btn button span {
            display: none;
        }

        .form-btn button:hover {
            box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
            -webkit-box-shadow: 2px 2px rgba(39, 152, 143, 0.5), -2px -2px rgba(39, 152, 143, 0.5), -2px 2px rgba(39, 152, 143, 0.5), 2px -2px rgba(39, 152, 143, 0.5);
            cursor: pointer;
        }

        .form-btn button:disabled {
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            cursor: not-allowed;
        }

            .form-btn button:disabled:hover {
                position: relative;
                -webkit-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
            }

                .form-btn button:disabled:hover span {
                    border: #c0c0c0 1px dotted;
                    padding: 5px 20px 5px 5px;
                    display: block;
                    z-index: 100;
                    margin: 5px 20px;
                    width: auto;
                    height: auto;
                    white-space: normal;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    text-decoration: none;
                    color: #333;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    -moz-box-shadow: 0px 0px 4px #222;
                    -webkit-box-shadow: 0px 0px 4px #222;
                    box-shadow: 0px 0px 4px #222;
                    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
                    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
                    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
                    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
                    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
                }

        .form-btn button img {
            display: block;
            max-width: 100%;
            border-radius: 6px;
        }

    .form-btn .back-button {
        position: relative;
        top: -10px;
        font-size: 20px;
        font-weight: bold;
        border: none;
        padding: 2px 5px;
        margin-right: 30px;
        color: #888;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }

        .form-btn .back-button:hover {
            color: #26d4c6;
            cursor: pointer;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.tooltip {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1;
    color: rgba(96, 96, 96, 0.5);
    position: relative;
    top: -6px;
    margin-left: 30px;
    margin-right: 5px;
}

    .tooltip:hover .g-tooltip {
        display: block;
    }

    .tooltip .g-tooltip {
        width: 390px;
        bottom: 100%;
        position: absolute;
        left: 100%;
        display: none;
        padding: 20px;
        text-align: left;
        font-size: 14px;
        line-height: 1.3;
        text-transform: none;
        border-radius: 20px 20px 20px 0;
        background-color: #fff;
        -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 5;
        color: #343434;
        font-weight: 400;
    }

        .tooltip .g-tooltip .row {
            padding-top: 0.5em;
            font-size: 14px;
            white-space: normal;
            width: 100%;
            height: auto;
            clear: both;
        }

            .tooltip .g-tooltip .row:after {
                content: "";
                display: table;
                clear: both;
            }

            .tooltip .g-tooltip .row .left-col {
                font-weight: 500;
                width: 25%;
                overflow: hidden;
                float: left;
                text-align: left;
            }

            .tooltip .g-tooltip .row .right-col {
                text-overflow: ellipsis;
                overflow: hidden;
                text-align: justify;
                width: 72%;
                float: right;
            }

                .tooltip .g-tooltip .row .right-col p {
                    margin-left: 1em;
                    text-indent: -1em;
                }

.hidden {
    display: none;
}

/*new styles for summary Dec 2021*/
body {
    background: url("../images/bg-pet-v2.jpg") repeat;
    background-size: 1400px auto;
}

.container {
    width: 100%;
    max-width: 1363px;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.2;
}

    .container * {
        transition: all 0.25s;
    }

    .container img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }


.filter-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1363px;
    margin: 0 auto;
    z-index: 99;
}

    .filter-box .container {
        padding: 0;
        background: #fff;
        border-radius: 0 0 5px 5px;
    }

    .filter-box .mobile-nav {
        display: flex;
        justify-content: flex-end;
    }

    .filter-box .mobile-nav
    {
        display: flex;
        align-items: center;
    }
        .filter-box .mobile-nav .btn-primary {
            font-size: unset;
            padding: 6px;
            margin: 0 auto;
        }

        .filter-box .mobile-nav .back-to-top {
            margin: 10px;
            cursor: pointer;
        }

            .filter-box .mobile-nav .back-to-top svg {
                width: 20px;
            }

.filter-box .desktop-view {
        display: block;
}

    /* Navigation mode toggle button */
    .filter-box .mobile-nav .toggle-nav-mode {
        background: transparent;
        border: none;
        color: #000;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

        .filter-box .mobile-nav .toggle-nav-mode svg {
            width: 20px;
            height: 20px;
        }

        .filter-box .mobile-nav .toggle-nav-mode:hover svg path {
            fill: #32bdb2;
        }

    /* Mobile view toggle link - only show on desktop */
    .filter-box .filter-nav .toggle-nav-mobile {
        display: none;
    }

@media (min-width: 1270px) {
    .filter-box .filter-nav .toggle-nav-mobile {
        display: block;
        color: #573f59;
        padding: 6px 12px;
        border-radius: 5px;
        overflow-wrap: normal !important;
        transition: color 0.35s ease;
    }

        .filter-box .filter-nav .toggle-nav-mobile:hover {
            color: #32bdb2;
        }
}

@media (min-width: 1270px) {
    /* Default behavior */
    .filter-box .mobile-nav,
    .filter-box .mobile-view {
        display: none;
    }

    .filter-box .desktop-view {
        display: block;
    }

    /* Force mobile view when user preference is set */
    body.force-mobile-nav .site-header {
        margin-top: 25px !important;
    }

    body.force-mobile-nav .filter-box .mobile-nav,
    body.force-mobile-nav .filter-box .mobile-view {
        display: flex;
    }

    body.force-mobile-nav .filter-box .desktop-view {
        display: none;
    }
}
@media (max-width: 1269px) {
    .filter-box .mobile-nav .toggle-nav-mode {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
    }

    .filter-box .desktop-view {
        display: none;
    }
}

.filter-box .mobile-nav button {
    background: transparent;
    border: none;
    color: #000;
    padding: 5px 10px;
}

    .filter-box .mobile-nav button svg {
        width: 20px;
        height: 20px;
    }

    .filter-box .mobile-nav button.is-active svg path {
        fill: #32bdb2;
    }

.filter-box .mobile-view .other-modules a,
.filter-box .mobile-view .other-modules li {
    float: left;
    clear: left;
}

.filter-box .mobile-view .other-modules .popper-tip {
    float: none;
    clear: none;
    margin-top: 15px;
    margin-left: -60px;
    padding: 0;
    vertical-align: text-bottom;
}

.filter-box .mobile-view .other-modules {
    display: inline-flex;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
}

    .filter-box .mobile-view .other-modules a {
        display: inline-flex;
        margin: 0 15px;
        font-size: 14px;
        font-weight: 500;
        color: #573f59;
        overflow-wrap: normal !important;
    }

.filter-box .mobile-view .other-modules {
    position: fixed;
    top: 34px;
    bottom: 0;
    right: -100%;
    opacity: 0;
    background: #f2f2f2;
    padding: 30px 0;
    width: 300px;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease, opacity 0.3s ease;
    z-index: 98;
}

.other-modules-show .filter-box .mobile-view .other-modules {
    right: 0;
    opacity: 1;
}

.other-modules-show .mobile-view .filter-box .other-modules {
    right: 0;
    opacity: 1;
}

.filter-box .mobile-view .other-modules a,
.filter-box .mobile-view .other-modules div {
    float: left;
    clear: left;
    margin-left: 0;
    margin-top: 15px;
    padding: 0 30px;
}

    .filter-box .mobile-view .other-modules a:hover {
        color: #32bdb2;
    }

/* Account Navigation Menu */
.filter-box .account-nav {
    display: none;
    position: fixed;
    top: 34px;
    bottom: 0;
    right: -100%;
    opacity: 0;
    background: #f2f2f2;
    padding: 30px;
    width: 300px;
    flex-direction: column;
    transition: right 0.3s ease, opacity 0.3s ease;
    z-index: 98;
}

.filter-box .mobile-view .account-nav {
    display: flex;
}

.account-nav-show .filter-box .account-nav {
    right: 0;
    opacity: 1;
}

.filter-box .account-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .filter-box .account-nav ul li {
        margin-bottom: 15px;
        float: left;
        clear: left;
    }

        .filter-box .account-nav ul li a {
            display: block;
            color: #573f59;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            overflow-wrap: normal !important;
        }

            .filter-box .account-nav ul li a:hover {
                color: #32bdb2;
                text-decoration: underline;
            }

        .filter-box .account-nav ul li ul {
            margin-left: 15px;
            margin-top: 8px;
        }

            .filter-box .account-nav ul li ul li {
                margin-bottom: 8px;
            }

                .filter-box .account-nav ul li ul li a {
                    font-size: 13px;
                    font-weight: 400;
                    padding: 4px 0;
                }

.filter-box .mobile-nav .toggle-filter-nav,
.filter-library .filter-box .mobile-nav .toggle-filter-block {
    height: 24px;
    width: 20px;
    transition: all 0.6s;
    z-index: 2000;
    cursor: pointer;
    outline: none;
    padding: 0 15px 0 0;
    background: transparent;
    border: none;
    margin: 5px 10px;
    position: relative;
}

    .filter-box .mobile-nav .toggle-filter-nav span,
    .filter-library .filter-box .mobile-nav .toggle-filter-block span {
        background: #000;
        position: absolute;
        width: 20px;
        height: 2px;
        margin: auto;
        transition: transform 0.3s linear, opacity 0.3s linear, top 0.3s linear, bottom 0.3s linear;
        transform-origin: center;
    }

        .filter-box .mobile-nav .toggle-filter-nav span:nth-child(1),
        .filter-library .filter-box .mobile-nav .toggle-filter-block span:nth-child(1) {
            top: 5px;
        }

        .filter-box .mobile-nav .toggle-filter-nav span:nth-child(2),
        .filter-library .filter-box .mobile-nav .toggle-filter-block span:nth-child(2) {
            top: 0;
            bottom: 0;
        }

        .filter-box .mobile-nav .toggle-filter-nav span:nth-child(3),
        .filter-library .filter-box .mobile-nav .toggle-filter-block span:nth-child(3) {
            bottom: 5px;
        }

    .filter-box .mobile-nav .toggle-filter-nav.is-active,
    .filter-library .filter-box .mobile-nav .toggle-filter-block.is-active {
        outline: none;
    }

        .filter-box .mobile-nav .toggle-filter-nav.is-active span,
        .filter-library .filter-box .mobile-nav .toggle-filter-block.is-active span {
            background: #32bdb2;
        }

            .filter-box .mobile-nav .toggle-filter-nav.is-active span:nth-child(1),
            .filter-library .filter-box .mobile-nav .toggle-filter-block.is-active span:nth-child(1) {
                transform: rotate(45deg);
                top: 11px;
            }

            .filter-box .mobile-nav .toggle-filter-nav.is-active span:nth-child(3),
            .filter-library .filter-box .mobile-nav .toggle-filter-block.is-active span:nth-child(3) {
                transform: rotate(-45deg);
                bottom: 11px;
            }

            .filter-box .mobile-nav .toggle-filter-nav.is-active span:nth-child(2),
            .filter-library .filter-box .mobile-nav .toggle-filter-block.is-active span:nth-child(2) {
                opacity: 0;
            }


.filter-box .filter-nav {
    padding: 0 30px 8px;
    background: rgba(0, 0, 0, 0.05);
    font-weight: 500;
    justify-content: space-between;
    display: flex;
}

    .filter-box .mobile-view .filter-nav {
        position: fixed;
        top: 34px;
        bottom: 0;
        right: -100%;
        opacity: 0;
        background: #f2f2f2;
        padding: 30px 0;
        width: 300px;
    }

    .filter-nav-show .filter-box .mobile-view .filter-nav {
        right: 0;
        opacity: 1;
    }

.filter-box .filter-nav ul {
    font-size: 14px;
    color: #573f59;
    line-height: 1.429;
}

    .filter-box .desktop-view .filter-nav ul {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-left: -12px;
        margin-right: -12px;
    }

.filter-box .filter-nav ul li {
    margin-bottom: 5px;
    float: left;
    clear: left;
}

    .filter-box .desktop-view .filter-nav ul li {
        margin-bottom: 0;
    }

.filter-box .filter-nav ul a, .filter-box .filter-nav ul h4 {
    color: #573f59;
    padding: 6px 12px;
    display: block;
    border-radius: 5px 0 0 5px;
    margin: 0 0 0 8px;
    overflow-wrap: normal !important;
}
    .filter-box .filter-nav ul a {
        font-size: 14px;
        font-weight: 500;
    }
    .filter-box .filter-nav ul a.active {
        background: #32bdb2;
    }

    .filter-box .filter-nav ul a:hover {
        color: #32bdb2;
    }

    .filter-box .desktop-view .filter-nav ul a {
        margin: 0;
        border-radius: 0 0 5px 5px;
        padding: 15px 12px 6px;
    }

.filter-box .filter-nav ul:last-child {
    font-size: 13px;
    font-weight: 400;
}

    .filter-box .filter-nav ul:last-child a {
        color: rgba(106, 105, 104, 0.8);
    }

        .filter-box .filter-nav ul:last-child a strong {
            color: rgba(0, 0, 0, 0.8);
        }

        .filter-box .filter-nav ul:last-child a:hover {
            color: #32bdb2;
        }

            .filter-box .filter-nav ul:last-child a:hover strong {
                color: #32bdb2;
            }

.filter-box .filter-block {
    padding: 30px 8px;
}

    .filter-box .desktop-view .filter-block {
        padding: 8px 32px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .filter-box .mobile-view .filter-block {
        position: fixed;
        top: 34px;
        bottom: 0;
        right: -100%;
        opacity: 0;
        background: #f2f2f2;
        width: 300px;
    }

    .filter-block-show .filter-box .mobile-view .filter-block {
        right: 0;
        opacity: 1;
    }

    .filter-box .mobile-view .filter-block .btns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px !important;
    }

.filter-box .filter-block .btn-primary {
    margin: 0 0 8px;
}

    .filter-box .desktop-view .filter-block .btn-primary {
        margin: 0 16px 0 0;
    }

.filter-box .filter-block .filters {
    margin: 0 -7px;
}

    .filter-box .desktop-view .filter-block .filters {
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }

.filter-box .filter-block .filters > * {
    margin: 0 7px 10px;
}

    .filter-box .desktop-view .filter-block .filters > * {
        margin-bottom: 0;
    }

    .filter-box .desktop-view .filter-block .filt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.filter-box .filter-block .dropdown {
    position: relative;
    margin-bottom: 10px;
}

    .filter-box .desktop-view .filter-block .dropdown {
        margin-right: 20px;
        margin-bottom: 0;
    }

.filter-box .filter-block .dropdown .selected {
    font-size: 14px;
    font-weight: 600;
    color: #573f59;
    border: none;
    background: url("../images/drop-arrow.png") no-repeat center right 10px #fff;
    background-size: 15px auto;
    border-radius: 0;
    display: block;
    padding: 10px 30px 10px 10px;
}

    .filter-box .desktop-view .filter-block .dropdown .selected {
        padding: 5px 20px 5px 0;
        background-position: center right;
    }

.filter-box .filter-block .dropdown ul {
    position: absolute;
    top: 100%;
    border: none;
    background: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding: 9px 0 4px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.13);
    display: none;
    z-index: 99;
    width: 100%;
}

@media (min-width: 450px) {
    .filter-box .filter-block .dropdown ul {
        width: 350px;
        column-count: 2;
        column-gap: 15px;
    }
}

.filter-box .filter-block .dropdown ul li {
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    break-inside: avoid;
}

.filter-box .filter-block .dropdown ul .full-column {
    column-span: all;
    text-align: center;
}

.filter-box .filter-block .dropdown .custom-radio {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

    .filter-box .filter-block .dropdown .custom-radio input {
        position: absolute;
        opacity: 0;
    }

        .filter-box .filter-block .dropdown .custom-radio input:checked + label:before {
            background: #32bdb2;
        }

    .filter-box .filter-block .dropdown .custom-radio label {
        display: flex;
    }

        .filter-box .filter-block .dropdown .custom-radio label:before {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: #e1dede;
            border: 3px solid #e1dede;
            border-radius: 2px;
            margin-right: 8px;
        }

.filter-box .filter-block .dropdown .custom-checkbox {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .filter-box .filter-block .dropdown .custom-checkbox input {
        position: absolute;
        opacity: 0;
    }

        .filter-box .filter-block .dropdown .custom-checkbox input:checked + label:before {
            border-color: #32bdb2;
            background: #573f59;
        }

    .filter-box .filter-block .dropdown .custom-checkbox label {
        display: flex;
    }

        .filter-box .filter-block .dropdown .custom-checkbox label:before {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background: #e1dede;
            border: 3px solid #e1dede;
            border-radius: 2px;
            margin-right: 8px;
        }

.filter-box .filter-block .dropdown:hover .selected {
    border-radius: 5px 5px 0 0;
}

.filter-box .filter-block .dropdown:hover ul {
    display: block;
}

.filter-box .filter-block .search-field {
    max-width: 285px;
    position: relative;
    text-align: left;
}

    .filter-box .filter-block .search-field input,
    .filter-box .filter-block .search-field p {
        display: block;
        width: 100%;
        border: 2px solid #c8c9c9;
        border-radius: 5px;
        padding: 9px 10px 10px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .filter-box .filter-block .search-field .SumoSelect {
        width: 100% !important;
    }

    .filter-box .filter-block .search-field button {
        background: #32bdb2;
        border: none;
        color: #fff;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        right: 6px;
        border-radius: 5px;
        cursor: pointer;
        transform: translate(0, -50%);
    }

        .filter-box .filter-block .search-field button svg {
            width: 15px;
            height: 15px;
        }

        .filter-box .filter-block .search-field button:hover {
            color: #573f59;
        }

.filter-box .filter-block .tags-filter {
    color: #000;
}

    .filter-box .desktop-view .filter-block .tags-filter {
        display: flex;
        align-items: center;
    }

.filter-box .filter-block .tags-filter strong {
    font-weight: 500;
    text-transform: uppercase;
}

.filter-box .filter-block .tags-filter .tags-radio {
    border-radius: 5px;
    margin: 0 0 5px;
}

    .filter-box .desktop-view .filter-block .tags-filter .tags-radio {
        margin: 0 0 0 5px;
    }

.filter-box .filter-block .tags-filter .tags-radio input {
    position: absolute;
    opacity: 0;
}

.filter-box .filter-block .tags-filter .tags-radio label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 8px;
    display: block;
}

.filter-box .filter-block nav {
    display: inline-flex;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
}

    .filter-box .filter-block nav a {
        display: inline-flex;
        margin: 0 15px;
        font-size: 14px;
        font-weight: 500;
        color: #573f59;
        overflow-wrap: normal !important;
    }

    .filter-box .mobile-view .filter-block .SumoSelect {
        width: unset;
    }

    .filter-box .mobile-view .filter-block {
        display: flex;
        flex-direction: column;
    }

        .filter-box .mobile-view .filter-block .filters {
            order: 2;
        }

        .filter-box .mobile-view .filter-block .btns {
            order: 1;
        }

        .filter-box .mobile-view .filter-block nav {
            display: block;
        }

            .filter-box .mobile-view .filter-block nav a, .filter-box .mobile-view .filter-block nav div {
                float: left;
                clear: left;
            }

            .filter-box .mobile-view .filter-block nav a, .filter-box .mobile-view .filter-block nav button {
                margin-top: 15px;
            }


.filter-box .filter-block nav a:hover {
    color: #32bdb2;
}

.filter-box .filter-block .start-btn {
    background: #ed1c24;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color: #573f59;
    display: inline-flex;
}

    .filter-box .mobile-view .filter-block .start-btn {
        margin: 10px auto;
        width: 160px;
        display: block;
    }

.filter-box .filter-block .start-btn:hover {
    color: #32bdb2;
}

.btn-primary {
    padding: 13px 12px 14px;
    background: #32bdb2;
    border: none;
    color: #ffffff;
    display: inline-flex;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
}

    .btn-primary:hover {
        color: #fff;
    }

    .btn-primary.sm {
        font-size: 16px;
        padding: 6px 18px;
        line-height: 1;
        margin-top: 6px;
    }

    .btn-primary.xs {
        font-size: 13px;
        padding: 6px 5px 5px;
        line-height: 1;
    }

    .btn-primary.xxs {
        font-size: 11px;
        padding: 4px 5px 3px;
        line-height: 1;
    }

.btn-upload {
    font-weight: 500;
    font-size: 9px;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
    background: url(../images/icon-upload.png) no-repeat left center;
    background-size: 13px 12px;
    padding: 0 0 0 16px;
    display: inline-flex;
}

    .btn-upload:hover {
        opacity: 0.5;
    }

.btn-reset {
    border: none;
    background: url("../images/x.png") no-repeat center right transparent;
    background-size: 11px;
    font-weight: 700;
    font-size: 17px;
    display: inline-flex;
    padding: 0 16px 0 0;
    cursor: pointer;
}

    .btn-reset svg {
        width: 11px;
        height: 11px;
    }

    .btn-reset:hover {
        background-size: 12px;
    }

@media (min-width: 768px) {
    .btn-reset.mobile {
        display: none;
    }
}

.btn-reset.desktop {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .btn-reset.desktop {
        display: none;
    }
}

.site-header {
    padding-top: 6px;
    padding-bottom: 29px;
    margin-top: 25px;
}

@media (min-width: 1270px) {
    .site-header {
        margin-top: 105px;
    }
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .site-header .container {
        flex-wrap: nowrap;
    }
}

.site-header .left-info {
    display: flex;
    align-items: center;
}

    .site-header .left-info .logo {
        margin: 0 17px 0 0;
    }

.site-header .right-info {
    text-align: right;
    font-size: 15px;
    min-width: 240px;
}

@media (max-width: 767px) {
    .site-header .right-info {
        position: fixed;
        top: 34px;
        bottom: 0;
        right: -100%;
        opacity: 0;
        background: #f2f2f2;
        padding: 30px;
        width: 300px;
        text-align: left;
    }

    .account-nav-show .site-header .right-info {
        right: 0;
        opacity: 1;
    }
}

.site-header .contacts {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
}

    .site-header .contacts .name {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    .site-header .contacts a {
        color: #32bdb2;
    }

        .site-header .contacts a:hover {
            text-decoration: underline;
        }

    .site-header .contacts .contact-item {
        display: flex;
        align-items: center;
    }

        .site-header .contacts .contact-item img {
            margin-right: 6px;
        }

.site-header .user {
    color: #000;
    font-weight: 700;
}

@media (max-width: 767px) {
    .site-header .user {
        margin-bottom: 8px;
    }
}

.site-header ul, .site-header ul li {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .site-header ul li {
        margin-bottom: 8px;
    }
}

.site-header ul a {
    color: #6a6968;
}

    .site-header ul a:hover {
        text-decoration: underline;
    }

.site-header ul .action {
    padding-top: 45px;
}

    .site-header ul .action a {
        font-weight: bold;
        font-size: 14px;
        color: #573f59;
    }

        .site-header ul .action a + a {
            margin-left: 10px;
        }

.site-header .ads {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .site-header .ads {
        padding: 0 30px;
    }
}

.plan-notes {
    margin-bottom: 150px;
}

    .plan-notes .block-rte {
        border-radius: 10px;
        border: 2px solid #c8c9c9;
        padding: 17px 16px;
    }

.plan-page-content .block-title {
    font-size: 30px;
    font-weight: 800;
    color: #573f59;
    margin-bottom: 18px;
    line-height: 1;
}

.plan-page-content .block-subtitle {
    font-size: 25px;
    font-weight: 900;
    color: #573f59;
    margin-bottom: 16px;
}

.plan-page-content .plan-for-block {
    border-radius: 10px;
    background: #fff;
    padding: 5px 18px 3px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .plan-page-content .plan-for-block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.plan-page-content .plan-for-block .block-title, .nav-block .block-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

    .plan-page-content .plan-for-block .block-title span, .nav-block .block-title span {
        font-weight: 800;
        color: #573f59;
        padding-left: 10px;
    }

.plan-page-content .plan-for-block .block-btns {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}

    .plan-page-content .plan-for-block .block-btns .btn-primary {
        margin: 2px;
    }

.plan-page-content .plan-for-block .block-left, .nav-block .block-left {
    padding-top: 15px;
}

.plan-page-content .plan-for-block .block-center {
    padding-top: 15px;
    max-width: 270px;
}

    .plan-page-content .plan-for-block .block-center dd {
        font-size: 15px;
        color: #000;
        margin-bottom: 7px;
    }

    .plan-page-content .plan-for-block .block-center dt {
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 1px;
        line-height: 1;
    }

.plan-page-content .plan-for-block .block-right {
    padding-bottom: 17px;
}

@media (min-width: 768px) {
    .plan-page-content .plan-for-block .block-right .upload-wrap {
        margin: -40px 0 0 -63px;
    }
}

.plan-page-content .plan-for-block .block-right img {
    display: block;
}

.plan-page-content .plan-for-block .more-info {
    min-width: 100%;
    padding-bottom: 28px;
    display: none;
}

    .plan-page-content .plan-for-block .more-info ul {
        margin: 0;
    }

        .plan-page-content .plan-for-block .more-info ul li {
            list-style: none;
            display: flex;
            margin-bottom: 12px;
            align-items: flex-start;
        }

            .plan-page-content .plan-for-block .more-info ul li .name {
                min-width: 120px;
                width: 120px;
                margin-right: 10px;
                font-size: 11px;
                font-weight: bold;
                text-transform: uppercase;
                font-family: "Rubik", Arial, Helvetica, sans-serif;
                color: #000;
                padding-top: 3px;
            }

@media (min-width: 768px) {
    .plan-page-content .plan-for-block .more-info ul li .name {
        min-width: 160px;
        width: 160px;
        margin-right: 30px;
        font-size: 12px;
    }
}

.plan-page-content .plan-for-block .more-info ul li .info {
    flex: 1;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

.plan-page-content .plan-for-block .more-info .btn-primary {
    margin-left: 190px;
}

.plan-page-content .profile-table-block {
    margin-bottom: 50px;
    position: relative;
}

.plan-page-content .jcf-select .jcf-select-text {
    margin: 0;
    padding: 0;
}

    .plan-page-content .jcf-select .jcf-select-text > span {
        padding: 10px 25px 10px 8px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        line-height: 1;
        border-radius: 5px;
        min-width: 117px;
        display: block;
    }

        .plan-page-content .jcf-select .jcf-select-text > span.jcf-option-red {
            background: #ed1c24;
        }

        .plan-page-content .jcf-select .jcf-select-text > span.jcf-option-orange {
            background: #f3b700;
        }

        .plan-page-content .jcf-select .jcf-select-text > span.jcf-option-green {
            background: #b9da00;
        }

.plan-page-content .jcf-select .jcf-select-opener {
    background: url("../images/select-arrow.png") no-repeat center;
    background-size: 12px 7px;
    width: 26px;
}

@media (max-width: 767px) {
    .plan-page-content .hide-mobile {
        display: none;
    }
}

.plan-page-content table {
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    width: 100%;
}

@media (min-width: 768px) {
    .plan-page-content table {
        font-size: 16px;
    }
}

.plan-page-content table thead {
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

    .plan-page-content table thead:before {
        content: "";
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: -3px;
        left: -9px;
        right: -9px;
        bottom: 0;
        z-index: 0;
    }

    .plan-page-content table thead th {
        text-align: left;
        padding: 16px 20px;
        position: relative;
        text-transform: uppercase;
    }

        .plan-page-content table thead th[colspan] {
            font-size: 30px;
            color: #573f59;
            text-transform: none;
            font-weight: 900;
            line-height: 1;
        }

@media (min-width: 768px) {
    .plan-page-content table thead th[colspan] {
        padding-bottom: 2px;
        font-size: 50px;
    }
}

.safari .plan-page-content table thead:before {
    display: none;
}

.safari .plan-page-content table thead th:first-child {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.plan-page-content table tbody tr:last-child td[colspan] {
    padding-bottom: 15px;
}

.plan-page-content table tbody tr:first-child td {
    padding-top: 11px;
}

@media (max-width: 767px) {
    .plan-page-content table tbody tr:nth-child(even) {
        background: rgba(250, 250, 250, 0.6);
    }
}

.plan-page-content table tbody td {
    padding: 3px 20px 4px;
}

    .plan-page-content table tbody td:first-child {
        border-left: 2px solid #c8c9c9;
    }

    .plan-page-content table tbody td:last-child {
        border-right: 2px solid #c8c9c9;
    }

@media (max-width: 767px) {
    .plan-page-content table tbody td {
        display: block;
        border-left: 2px solid #c8c9c9;
        border-right: 2px solid #c8c9c9;
    }

        .plan-page-content table tbody td[data-th] {
            position: relative;
            padding: 5px 10px 5px 110px;
        }

            .plan-page-content table tbody td[data-th]:before {
                content: attr(data-th) ": ";
                font-weight: bold;
                position: absolute;
                left: 10px;
                top: 10px;
                width: 100px;
                display: block;
            }
}

.plan-page-content table tbody:last-child tr:last-child {
    position: relative;
}

    .plan-page-content table tbody:last-child tr:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border-radius: 0 0 10px 10px;
        border-right: 2px solid #c8c9c9;
        border-left: 2px solid #c8c9c9;
        border-bottom: 2px solid #c8c9c9;
    }

.plan-page-content table.no-header tbody:first-child tr:first-child {
    border-radius: 10px 10px 10px 10px;
    border-top: 2px solid #c8c9c9;
}

@media (min-width: 768px) {
    .plan-page-content table tbody:last-child tr:last-child:after {
        left: -1px;
        right: -1px;
    }
}

.safari .plan-page-content table tbody:last-child tr:last-child:after {
    display: none;
}

.plan-page-content table tbody:last-child tr:last-child td {
    position: relative;
    z-index: 1;
}

html:not(.safari) .plan-page-content table tbody:last-child tr:last-child td {
    border: none;
}

@media (min-width: 768px) {
    .safari .plan-page-content table tbody:last-child tr:last-child td {
        border-bottom: 2px solid #c8c9c9;
    }
}

@media (max-width: 767px) {
    .plan-page-content table tbody tr {
        border-top: 2px solid #c8c9c9;
        border-bottom: 2px solid #c8c9c9;
    }

        .plan-page-content table tbody tr:first-child {
            position: relative;
        }

            .plan-page-content table tbody tr:first-child:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                border-radius: 10px 10px 0 0;
                border-right: 2px solid #c8c9c9;
                border-left: 2px solid #c8c9c9;
                border-top: 2px solid #c8c9c9;
            }

    .safari .plan-page-content table tbody tr:first-child:before {
        display: none;
    }

    .plan-page-content table tbody tr:first-child td {
        position: relative;
        z-index: 1;
    }
}

.plan-page-content table .date {
    font-size: 11px;
}

.plan-page-content table svg {
    width: 15px;
    height: auto;
}

.plan-page-content table a {
    color: #32bdb2;
    text-decoration: none;
    font-weight: 500;
}

    .plan-page-content table a:hover {
        text-decoration: underline;
    }

.plan-page-content table.profile-table tbody tr:nth-child(even) {
    background: rgba(250, 250, 250, 0.6);
}

.plan-page-content table.profile-table tbody td {
    padding: 16px 20px 14px;
}

@media (max-width: 767px) {
    .plan-page-content table.profile-table tbody td[data-th] {
        padding: 5px 10px 5px 110px;
    }

        .plan-page-content table.profile-table tbody td[data-th]:first-child {
            padding-top: 10px;
        }

            .plan-page-content table.profile-table tbody td[data-th]:first-child:before {
                top: 10px;
            }

        .plan-page-content table.profile-table tbody td[data-th]:last-child {
            padding-bottom: 10px;
        }
}

.plan-page-content table.plan-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

@media (max-width: 767px) {
    .plan-page-content table.plan-table tbody tr:first-child td {
        border-right: 2px solid #c8c9c9;
        border-left: 2px solid #c8c9c9;
    }

    .plan-page-content table.plan-table tbody tr:first-child:before {
        display: none;
    }
}

.plan-page-content table.plan-table tbody td {
    padding: 16px 20px 14px;
}

@media (max-width: 767px) {
    .plan-page-content table.plan-table tbody td[data-th] {
        padding: 5px 10px 5px 110px;
    }

        .plan-page-content table.plan-table tbody td[data-th]:first-child {
            padding-top: 10px;
        }

            .plan-page-content table.plan-table tbody td[data-th]:first-child:before {
                top: 10px;
            }

        .plan-page-content table.plan-table tbody td[data-th]:last-child {
            padding-bottom: 10px;
        }
}

.plan-page-content table.table-fields td {
    vertical-align: top;
}

.plan-page-content input[type=text],
.plan-page-content .instructions-input {
    border-radius: 5px;
    background: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    padding: 4px 8px;
    width: 100%;
    resize: none;
}

.plan-page-content .inst-btns {
    margin: 0 -8px;
    display: flex;
    align-items: center;
    padding-top: 3px;
}

    .plan-page-content .inst-btns button {
        background: transparent;
        border: none;
        padding: 0;
        font-size: 11px;
        font-weight: 500;
        font-family: "Rubik", Arial, Helvetica, sans-serif;
        margin: 0 8px;
        color: #573f59;
        cursor: pointer;
    }

        .plan-page-content .inst-btns button:hover {
            text-decoration: underline;
        }

.plan-page-content .happy-rate-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 35px;
}

    .plan-page-content .happy-rate-wrap .rate-item {
        display: flex;
        align-items: center;
        margin: 10px;
    }

        .plan-page-content .happy-rate-wrap .rate-item .graph {
            width: 75px;
            min-width: 75px;
            height: 75px;
            border-radius: 50%;
            font-size: 8px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-direction: column;
            color: #000;
            font-weight: 500;
            padding-bottom: 6px;
            margin-right: 9px;
        }

            .plan-page-content .happy-rate-wrap .rate-item .graph .percentage {
                font-size: 20px;
                font-weight: 900;
                color: #573f59;
                margin-bottom: 3px;
                line-height: 1;
            }

            .plan-page-content .happy-rate-wrap .rate-item .graph .text {
                max-width: 45px;
            }

        .plan-page-content .happy-rate-wrap .rate-item .rte .name {
            font-size: 18px;
            color: #573f59;
            font-weight: 700;
            margin-bottom: 6px;
        }

.popper-tip {
    background: url("../images/info-circle-solid.png") no-repeat;
    background-size: 10px 10px;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    vertical-align: super;
    margin-left: 2px;
    display: inline-flex;
}

[data-tippy-root] {
    font-size: 12px;
}

.tippy-box[data-theme~=light] {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
    background-color: #fff;
}

    .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
        border-top-color: #fff;
    }

    .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
        border-bottom-color: #fff;
    }

    .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
        border-left-color: #fff;
    }

    .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
        border-right-color: #fff;
    }

    .tippy-box[data-theme~=light] > .tippy-backdrop {
        background-color: #fff;
    }

    .tippy-box[data-theme~=light] > .tippy-svg-arrow {
        fill: #fff;
    }

.contact-page-new {
    margin-top: -10px;
}

    .contact-page-new .page-title {
        padding-top: 0;
        font: 700 36px/1 "Rubik", Arial, Helvetica, sans-serif;
    }

    .contact-page-new .holder {
        position: relative;
    }

@media (min-width: 650px) {
    .contact-page-new .holder {
        padding-bottom: 33px;
    }
}

.contact-page-new .holder:after {
    content: "";
    background: url(../images/ph-dog-cat-illustration.png) no-repeat;
    background-size: cover;
    width: 176px;
    height: 127px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 1000px) {
    .contact-page-new .holder:after {
        width: 276px;
        height: 199px;
    }
}

@media (min-width: 1130px) {
    .contact-page-new .holder:after {
        right: 7%;
    }
}

@media (min-width: 1350px) {
    .contact-page-new .holder:after {
        right: 9.2%;
    }
}

.contact-page-new .frame {
    max-width: 672px;
    margin: 0 auto;
}

.contact-page-new .frame-bg {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 20px;
}

.contact-page-new .frame form {
    max-width: 405px;
    margin: 0 auto;
}

.contact-page-new .form-group {
    position: relative;
    padding-top: 8px;
}

    .contact-page-new .form-group label {
        transition: all 0.3s;
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 15px;
        font-family: "Rubik", Arial, Helvetica, sans-serif;
        color: #504f4f;
    }

        .contact-page-new .form-group label.filled {
            top: 0;
            font-size: 8px;
            text-transform: uppercase;
            letter-spacing: 0.12em;
        }

    .contact-page-new .form-group .form-control {
        border: none;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0;
        font-size: 15px;
        font-family: "Rubik", Arial, Helvetica, sans-serif;
        color: #000;
        text-align: center;
        padding: 5px 10px;
        line-height: 1;
    }

    .contact-page-new .form-group textarea.form-control {
        border: none;
        background: #efebda;
        border-radius: 10px;
        text-align: left;
    }

.contact-page-new .btn-green {
    padding: 9px;
    background: #26d4c6;
    border: none;
    color: #573f59;
    font-size: 13px;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    min-width: unset;
}

    .contact-page-new .btn-green:hover {
        background: #32bdb2;
    }

.contact-page-new .jcf-file {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .contact-page-new .jcf-file .jcf-fake-input {
        order: 1;
        display: none;
        margin-top: 5px;
    }

    .contact-page-new .jcf-file .jcf-upload-button {
        order: 0;
        background: #d5d5d5;
        padding: 9px 10px;
        color: #573f59;
        font-size: 13px;
        font-family: "Rubik", Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .contact-page-new .jcf-file .jcf-upload-button .jcf-button-content {
            cursor: pointer;
        }

        .contact-page-new .jcf-file .jcf-upload-button:hover {
            background: #c8c8c8;
        }

    .contact-page-new .jcf-file[class*=jcf-ex] .jcf-fake-input {
        display: block;
    }

/*# sourceMappingURL=style.css.map */

textarea.no-resize {
    resize: none;
}

.btn-primary.Alternate {
    background-color: #ed1c24;
}

@media (min-width: 768px) {
    .dragHandle {
        width: 19px;
    }
}
