@charset "UTF-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100..800&display=swap);

@font-face {
    font-family: fallback-font;
    ascent-override: 92%;
    descent-override: 20%;
    line-gap-override: normal;
    src: local(arial)
}

@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.eot);
    src: url(../fonts/iconfont.eot?#iefix) format("eot"),url(../fonts/iconfont.woff2) format("woff2"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype"),url(../fonts/iconfont.svg#iconfont) format("svg")
}

.u-mt-4, .u-my-4 {
    margin-top: 4px !important
}

.u-mb-4, .u-my-4 {
    margin-bottom: 4px !important
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

.e-btn, .e-btn--primary, .e-btn--rounded, .e-btn--secondary, .e-btn--terciary {
    align-items: center;
    border-radius: 40px;
    border: none;
    display: flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    width: 100%
}

    .e-btn--primary.square, .e-btn--secondary.square {
        border-radius: 6px
    }

@media screen and (min-width:768px) {
    .e-btn, .e-btn--primary, .e-btn--rounded, .e-btn--secondary, .e-btn--terciary {
        height: 48px
    }
}

.e-btn--primary {
    background-color: #3dd092;
    color: #fff
}

    .e-btn--primary:hover {
        cursor: pointer;
        background-color: #27c07f
    }

    .e-btn--primary:active {
        background-color: #22af73
    }

    .e-btn--primary.disabled {
        background-color: #c2d1d9;
        cursor: default
    }

.e-btn--secondary {
    background-color: #015368;
    color: #fff
}

    .e-btn--secondary:hover {
        cursor: pointer;
        background-color: #014252
    }

    .e-btn--secondary:active {
        background-color: #003644
    }

    .e-btn--secondary.disabled {
        background-color: #c2d1d9;
        cursor: default
    }

.e-btn--terciary {
    background-color: #fff;
    color: #015368;
    border: 1px solid #015368
}

    .e-btn--terciary:hover {
        cursor: pointer;
        background-color: #0142521a
    }

    .e-btn--terciary:active {
        background-color: #01425233
    }

    .e-btn--terciary.disabled {
        background-color: #c2d1d9;
        cursor: default
    }

    .e-btn--terciary.square {
        border-radius: 6px
    }

.e-btn--rounded {
    border: 1px solid #c2d1d9;
    background-color: #fff;
    border-radius: 40px;
    height: 31px;
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.btn.solid-main, .img-rounded {
    border-radius: 6px
}

.u-ps-4, .u-px-4 {
    padding-left: 4px !important
}

.u-pe-4, .u-px-4 {
    padding-right: 4px !important
}

.u-pt-4, .u-py-4 {
    padding-top: 4px !important
}

.u-pb-4, .u-py-4 {
    padding-bottom: 4px !important
}

.e-btn--rounded:hover {
    background-color: #c2d1d9;
    cursor: pointer
}

.e-btn--rounded.disabled {
    background-color: #c2d1d9;
    cursor: default
}

.img-thumbnail, body {
    background-color: #fff
}

.u-ds-block {
    display: block !important
}

.u-ds-none {
    display: none !important
}

.u-ds-flex {
    display: flex !important
}

.u-ds-initial {
    display: initial !important
}

.u-ds-inline {
    display: inline !important
}

.u-ds-inline-block {
    display: inline-block !important
}

.u-ds-inline-flex {
    display: inline-flex !important
}

.u-ds-grid {
    display: grid !important
}

.u-ds-table {
    display: table !important
}

.u-ds-table-cell {
    display: table-cell !important
}

.u-justify-start {
    justify-content: start !important
}

.u-align-start {
    align-items: start !important
}

.u-alignself-start {
    align-self: start !important
}

.u-justify-end {
    justify-content: end !important
}

.u-align-end {
    align-items: end !important
}

.u-alignself-end {
    align-self: end !important
}

.u-justify-evenly {
    justify-content: space-evenly !important
}

.u-align-evenly {
    align-items: space-evenly !important
}

.u-alignself-evenly {
    align-self: space-evenly !important
}

.u-justify-between {
    justify-content: space-between !important
}

.u-align-between {
    align-items: space-between !important
}

.u-alignself-between {
    align-self: space-between !important
}

.u-justify-around {
    justify-content: space-around !important
}

.u-align-around {
    align-items: space-around !important
}

.u-alignself-around {
    align-self: space-around !important
}

.u-justify-center {
    justify-content: center !important
}

.u-align-center {
    align-items: center !important
}

.u-alignself-center {
    align-self: center !important
}

.u-place-start {
    place-content: start !important
}

.u-place-end {
    place-content: end !important
}

.u-place-between {
    place-content: space-between !important
}

.u-place-around {
    place-content: space-around !important
}

.u-place-center {
    place-content: center !important
}

.u-place-start-start {
    place-content: start start !important
}

.u-place-start-end {
    place-content: start end !important
}

.u-place-start-between {
    place-content: start space-between !important
}

.u-place-start-around {
    place-content: start space-around !important
}

.u-place-start-center {
    place-content: start center !important
}

.u-place-end-start {
    place-content: end start !important
}

.u-place-end-end {
    place-content: end end !important
}

.u-place-end-between {
    place-content: end space-between !important
}

.u-place-end-around {
    place-content: end space-around !important
}

.u-place-end-center {
    place-content: end center !important
}

.u-place-between-start {
    place-content: space-between start !important
}

.u-place-between-end {
    place-content: space-between end !important
}

.u-place-between-between {
    place-content: space-between space-between !important
}

.u-place-between-around {
    place-content: space-between space-around !important
}

.u-place-between-center {
    place-content: space-between center !important
}

.u-place-around-start {
    place-content: space-around start !important
}

.u-place-around-end {
    place-content: space-around end !important
}

.u-place-around-between {
    place-content: space-around space-between !important
}

.u-place-around-around {
    place-content: space-around space-around !important
}

.u-place-around-center {
    place-content: space-around center !important
}

.u-place-center-start {
    place-content: center start !important
}

.u-place-center-end {
    place-content: center end !important
}

.u-place-center-between {
    place-content: center space-between !important
}

.u-place-center-around {
    place-content: center space-around !important
}

.u-place-center-center {
    place-content: center center !important
}

.u-dir-col {
    flex-direction: column !important
}

.u-dir-colrev {
    flex-direction: column-reverse !important
}

.u-dir-rev {
    flex-direction: revert !important
}

.u-dir-row {
    flex-direction: row !important
}

.u-dir-rowrev {
    flex-direction: row-reverse !important
}

.u-wrap-nowrap {
    flex-wrap: nowrap !important
}

.u-wrap-wrap {
    flex-wrap: wrap !important
}

.u-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.u-ds-xs-block {
    display: block !important
}

.u-ds-xs-none {
    display: none !important
}

.u-ds-xs-flex {
    display: flex !important
}

.u-ds-xs-initial {
    display: initial !important
}

.u-ds-xs-inline {
    display: inline !important
}

.u-ds-xs-inline-block {
    display: inline-block !important
}

.u-ds-xs-inline-flex {
    display: inline-flex !important
}

.u-ds-xs-grid {
    display: grid !important
}

.u-ds-xs-table {
    display: table !important
}

.u-ds-xs-table-cell {
    display: table-cell !important
}

.u-justify-xs-start {
    justify-content: start !important
}

.u-align-xs-start {
    align-items: start !important
}

.u-alignself-xs-start {
    align-self: start !important
}

.u-justify-xs-end {
    justify-content: end !important
}

.u-align-xs-end {
    align-items: end !important
}

.u-alignself-xs-end {
    align-self: end !important
}

.u-justify-xs-evenly {
    justify-content: space-evenly !important
}

.u-align-xs-evenly {
    align-items: space-evenly !important
}

.u-alignself-xs-evenly {
    align-self: space-evenly !important
}

.u-justify-xs-between {
    justify-content: space-between !important
}

.u-align-xs-between {
    align-items: space-between !important
}

.u-alignself-xs-between {
    align-self: space-between !important
}

.u-justify-xs-around {
    justify-content: space-around !important
}

.u-align-xs-around {
    align-items: space-around !important
}

.u-alignself-xs-around {
    align-self: space-around !important
}

.u-justify-xs-center {
    justify-content: center !important
}

.u-align-xs-center {
    align-items: center !important
}

.u-alignself-xs-center {
    align-self: center !important
}

.u-place-xs-start {
    place-content: start !important
}

.u-place-xs-end {
    place-content: end !important
}

.u-place-xs-between {
    place-content: space-between !important
}

.u-place-xs-around {
    place-content: space-around !important
}

.u-place-xs-center {
    place-content: center !important
}

.u-place-xs-start-start {
    place-content: start start !important
}

.u-place-xs-start-end {
    place-content: start end !important
}

.u-place-xs-start-between {
    place-content: start space-between !important
}

.u-place-xs-start-around {
    place-content: start space-around !important
}

.u-place-xs-start-center {
    place-content: start center !important
}

.u-place-xs-end-start {
    place-content: end start !important
}

.u-place-xs-end-end {
    place-content: end end !important
}

.u-place-xs-end-between {
    place-content: end space-between !important
}

.u-place-xs-end-around {
    place-content: end space-around !important
}

.u-place-xs-end-center {
    place-content: end center !important
}

.u-place-xs-between-start {
    place-content: space-between start !important
}

.u-place-xs-between-end {
    place-content: space-between end !important
}

.u-place-xs-between-between {
    place-content: space-between space-between !important
}

.u-place-xs-between-around {
    place-content: space-between space-around !important
}

.u-place-xs-between-center {
    place-content: space-between center !important
}

.u-place-xs-around-start {
    place-content: space-around start !important
}

.u-place-xs-around-end {
    place-content: space-around end !important
}

.u-place-xs-around-between {
    place-content: space-around space-between !important
}

.u-place-xs-around-around {
    place-content: space-around space-around !important
}

.u-place-xs-around-center {
    place-content: space-around center !important
}

.u-place-xs-center-start {
    place-content: center start !important
}

.u-place-xs-center-end {
    place-content: center end !important
}

.u-place-xs-center-between {
    place-content: center space-between !important
}

.u-place-xs-center-around {
    place-content: center space-around !important
}

.u-place-xs-center-center {
    place-content: center center !important
}

.u-dir-xs-col {
    flex-direction: column !important
}

.u-dir-xs-colrev {
    flex-direction: column-reverse !important
}

.u-dir-xs-rev {
    flex-direction: revert !important
}

.u-dir-xs-row {
    flex-direction: row !important
}

.u-dir-xs-rowrev {
    flex-direction: row-reverse !important
}

.u-wrap-xs-nowrap {
    flex-wrap: nowrap !important
}

.u-wrap-xs-wrap {
    flex-wrap: wrap !important
}

.u-wrap-xs-reverse {
    flex-wrap: wrap-reverse !important
}

@media (min-width:768px) {
    .u-ds-sm-block {
        display: block !important
    }

    .u-ds-sm-none {
        display: none !important
    }

    .u-ds-sm-flex {
        display: flex !important
    }

    .u-ds-sm-initial {
        display: initial !important
    }

    .u-ds-sm-inline {
        display: inline !important
    }

    .u-ds-sm-inline-block {
        display: inline-block !important
    }

    .u-ds-sm-inline-flex {
        display: inline-flex !important
    }

    .u-ds-sm-grid {
        display: grid !important
    }

    .u-ds-sm-table {
        display: table !important
    }

    .u-ds-sm-table-cell {
        display: table-cell !important
    }

    .u-justify-sm-start {
        justify-content: start !important
    }

    .u-align-sm-start {
        align-items: start !important
    }

    .u-alignself-sm-start {
        align-self: start !important
    }

    .u-justify-sm-end {
        justify-content: end !important
    }

    .u-align-sm-end {
        align-items: end !important
    }

    .u-alignself-sm-end {
        align-self: end !important
    }

    .u-justify-sm-evenly {
        justify-content: space-evenly !important
    }

    .u-align-sm-evenly {
        align-items: space-evenly !important
    }

    .u-alignself-sm-evenly {
        align-self: space-evenly !important
    }

    .u-justify-sm-between {
        justify-content: space-between !important
    }

    .u-align-sm-between {
        align-items: space-between !important
    }

    .u-alignself-sm-between {
        align-self: space-between !important
    }

    .u-justify-sm-around {
        justify-content: space-around !important
    }

    .u-align-sm-around {
        align-items: space-around !important
    }

    .u-alignself-sm-around {
        align-self: space-around !important
    }

    .u-justify-sm-center {
        justify-content: center !important
    }

    .u-align-sm-center {
        align-items: center !important
    }

    .u-alignself-sm-center {
        align-self: center !important
    }

    .u-place-sm-start {
        place-content: start !important
    }

    .u-place-sm-end {
        place-content: end !important
    }

    .u-place-sm-between {
        place-content: space-between !important
    }

    .u-place-sm-around {
        place-content: space-around !important
    }

    .u-place-sm-center {
        place-content: center !important
    }

    .u-place-sm-start-start {
        place-content: start start !important
    }

    .u-place-sm-start-end {
        place-content: start end !important
    }

    .u-place-sm-start-between {
        place-content: start space-between !important
    }

    .u-place-sm-start-around {
        place-content: start space-around !important
    }

    .u-place-sm-start-center {
        place-content: start center !important
    }

    .u-place-sm-end-start {
        place-content: end start !important
    }

    .u-place-sm-end-end {
        place-content: end end !important
    }

    .u-place-sm-end-between {
        place-content: end space-between !important
    }

    .u-place-sm-end-around {
        place-content: end space-around !important
    }

    .u-place-sm-end-center {
        place-content: end center !important
    }

    .u-place-sm-between-start {
        place-content: space-between start !important
    }

    .u-place-sm-between-end {
        place-content: space-between end !important
    }

    .u-place-sm-between-between {
        place-content: space-between space-between !important
    }

    .u-place-sm-between-around {
        place-content: space-between space-around !important
    }

    .u-place-sm-between-center {
        place-content: space-between center !important
    }

    .u-place-sm-around-start {
        place-content: space-around start !important
    }

    .u-place-sm-around-end {
        place-content: space-around end !important
    }

    .u-place-sm-around-between {
        place-content: space-around space-between !important
    }

    .u-place-sm-around-around {
        place-content: space-around space-around !important
    }

    .u-place-sm-around-center {
        place-content: space-around center !important
    }

    .u-place-sm-center-start {
        place-content: center start !important
    }

    .u-place-sm-center-end {
        place-content: center end !important
    }

    .u-place-sm-center-between {
        place-content: center space-between !important
    }

    .u-place-sm-center-around {
        place-content: center space-around !important
    }

    .u-place-sm-center-center {
        place-content: center center !important
    }

    .u-dir-sm-col {
        flex-direction: column !important
    }

    .u-dir-sm-colrev {
        flex-direction: column-reverse !important
    }

    .u-dir-sm-rev {
        flex-direction: revert !important
    }

    .u-dir-sm-row {
        flex-direction: row !important
    }

    .u-dir-sm-rowrev {
        flex-direction: row-reverse !important
    }

    .u-wrap-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .u-wrap-sm-wrap {
        flex-wrap: wrap !important
    }

    .u-wrap-sm-reverse {
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:992px) {
    .u-ds-md-block {
        display: block !important
    }

    .u-ds-md-none {
        display: none !important
    }

    .u-ds-md-flex {
        display: flex !important
    }

    .u-ds-md-initial {
        display: initial !important
    }

    .u-ds-md-inline {
        display: inline !important
    }

    .u-ds-md-inline-block {
        display: inline-block !important
    }

    .u-ds-md-inline-flex {
        display: inline-flex !important
    }

    .u-ds-md-grid {
        display: grid !important
    }

    .u-ds-md-table {
        display: table !important
    }

    .u-ds-md-table-cell {
        display: table-cell !important
    }

    .u-justify-md-start {
        justify-content: start !important
    }

    .u-align-md-start {
        align-items: start !important
    }

    .u-alignself-md-start {
        align-self: start !important
    }

    .u-justify-md-end {
        justify-content: end !important
    }

    .u-align-md-end {
        align-items: end !important
    }

    .u-alignself-md-end {
        align-self: end !important
    }

    .u-justify-md-evenly {
        justify-content: space-evenly !important
    }

    .u-align-md-evenly {
        align-items: space-evenly !important
    }

    .u-alignself-md-evenly {
        align-self: space-evenly !important
    }

    .u-justify-md-between {
        justify-content: space-between !important
    }

    .u-align-md-between {
        align-items: space-between !important
    }

    .u-alignself-md-between {
        align-self: space-between !important
    }

    .u-justify-md-around {
        justify-content: space-around !important
    }

    .u-align-md-around {
        align-items: space-around !important
    }

    .u-alignself-md-around {
        align-self: space-around !important
    }

    .u-justify-md-center {
        justify-content: center !important
    }

    .u-align-md-center {
        align-items: center !important
    }

    .u-alignself-md-center {
        align-self: center !important
    }

    .u-place-md-start {
        place-content: start !important
    }

    .u-place-md-end {
        place-content: end !important
    }

    .u-place-md-between {
        place-content: space-between !important
    }

    .u-place-md-around {
        place-content: space-around !important
    }

    .u-place-md-center {
        place-content: center !important
    }

    .u-place-md-start-start {
        place-content: start start !important
    }

    .u-place-md-start-end {
        place-content: start end !important
    }

    .u-place-md-start-between {
        place-content: start space-between !important
    }

    .u-place-md-start-around {
        place-content: start space-around !important
    }

    .u-place-md-start-center {
        place-content: start center !important
    }

    .u-place-md-end-start {
        place-content: end start !important
    }

    .u-place-md-end-end {
        place-content: end end !important
    }

    .u-place-md-end-between {
        place-content: end space-between !important
    }

    .u-place-md-end-around {
        place-content: end space-around !important
    }

    .u-place-md-end-center {
        place-content: end center !important
    }

    .u-place-md-between-start {
        place-content: space-between start !important
    }

    .u-place-md-between-end {
        place-content: space-between end !important
    }

    .u-place-md-between-between {
        place-content: space-between space-between !important
    }

    .u-place-md-between-around {
        place-content: space-between space-around !important
    }

    .u-place-md-between-center {
        place-content: space-between center !important
    }

    .u-place-md-around-start {
        place-content: space-around start !important
    }

    .u-place-md-around-end {
        place-content: space-around end !important
    }

    .u-place-md-around-between {
        place-content: space-around space-between !important
    }

    .u-place-md-around-around {
        place-content: space-around space-around !important
    }

    .u-place-md-around-center {
        place-content: space-around center !important
    }

    .u-place-md-center-start {
        place-content: center start !important
    }

    .u-place-md-center-end {
        place-content: center end !important
    }

    .u-place-md-center-between {
        place-content: center space-between !important
    }

    .u-place-md-center-around {
        place-content: center space-around !important
    }

    .u-place-md-center-center {
        place-content: center center !important
    }

    .u-dir-md-col {
        flex-direction: column !important
    }

    .u-dir-md-colrev {
        flex-direction: column-reverse !important
    }

    .u-dir-md-rev {
        flex-direction: revert !important
    }

    .u-dir-md-row {
        flex-direction: row !important
    }

    .u-dir-md-rowrev {
        flex-direction: row-reverse !important
    }

    .u-wrap-md-nowrap {
        flex-wrap: nowrap !important
    }

    .u-wrap-md-wrap {
        flex-wrap: wrap !important
    }

    .u-wrap-md-reverse {
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:1224px) {
    .u-ds-lg-block {
        display: block !important
    }

    .u-ds-lg-none {
        display: none !important
    }

    .u-ds-lg-flex {
        display: flex !important
    }

    .u-ds-lg-initial {
        display: initial !important
    }

    .u-ds-lg-inline {
        display: inline !important
    }

    .u-ds-lg-inline-block {
        display: inline-block !important
    }

    .u-ds-lg-inline-flex {
        display: inline-flex !important
    }

    .u-ds-lg-grid {
        display: grid !important
    }

    .u-ds-lg-table {
        display: table !important
    }

    .u-ds-lg-table-cell {
        display: table-cell !important
    }

    .u-justify-lg-start {
        justify-content: start !important
    }

    .u-align-lg-start {
        align-items: start !important
    }

    .u-alignself-lg-start {
        align-self: start !important
    }

    .u-justify-lg-end {
        justify-content: end !important
    }

    .u-align-lg-end {
        align-items: end !important
    }

    .u-alignself-lg-end {
        align-self: end !important
    }

    .u-justify-lg-evenly {
        justify-content: space-evenly !important
    }

    .u-align-lg-evenly {
        align-items: space-evenly !important
    }

    .u-alignself-lg-evenly {
        align-self: space-evenly !important
    }

    .u-justify-lg-between {
        justify-content: space-between !important
    }

    .u-align-lg-between {
        align-items: space-between !important
    }

    .u-alignself-lg-between {
        align-self: space-between !important
    }

    .u-justify-lg-around {
        justify-content: space-around !important
    }

    .u-align-lg-around {
        align-items: space-around !important
    }

    .u-alignself-lg-around {
        align-self: space-around !important
    }

    .u-justify-lg-center {
        justify-content: center !important
    }

    .u-align-lg-center {
        align-items: center !important
    }

    .u-alignself-lg-center {
        align-self: center !important
    }

    .u-place-lg-start {
        place-content: start !important
    }

    .u-place-lg-end {
        place-content: end !important
    }

    .u-place-lg-between {
        place-content: space-between !important
    }

    .u-place-lg-around {
        place-content: space-around !important
    }

    .u-place-lg-center {
        place-content: center !important
    }

    .u-place-lg-start-start {
        place-content: start start !important
    }

    .u-place-lg-start-end {
        place-content: start end !important
    }

    .u-place-lg-start-between {
        place-content: start space-between !important
    }

    .u-place-lg-start-around {
        place-content: start space-around !important
    }

    .u-place-lg-start-center {
        place-content: start center !important
    }

    .u-place-lg-end-start {
        place-content: end start !important
    }

    .u-place-lg-end-end {
        place-content: end end !important
    }

    .u-place-lg-end-between {
        place-content: end space-between !important
    }

    .u-place-lg-end-around {
        place-content: end space-around !important
    }

    .u-place-lg-end-center {
        place-content: end center !important
    }

    .u-place-lg-between-start {
        place-content: space-between start !important
    }

    .u-place-lg-between-end {
        place-content: space-between end !important
    }

    .u-place-lg-between-between {
        place-content: space-between space-between !important
    }

    .u-place-lg-between-around {
        place-content: space-between space-around !important
    }

    .u-place-lg-between-center {
        place-content: space-between center !important
    }

    .u-place-lg-around-start {
        place-content: space-around start !important
    }

    .u-place-lg-around-end {
        place-content: space-around end !important
    }

    .u-place-lg-around-between {
        place-content: space-around space-between !important
    }

    .u-place-lg-around-around {
        place-content: space-around space-around !important
    }

    .u-place-lg-around-center {
        place-content: space-around center !important
    }

    .u-place-lg-center-start {
        place-content: center start !important
    }

    .u-place-lg-center-end {
        place-content: center end !important
    }

    .u-place-lg-center-between {
        place-content: center space-between !important
    }

    .u-place-lg-center-around {
        place-content: center space-around !important
    }

    .u-place-lg-center-center {
        place-content: center center !important
    }

    .u-dir-lg-col {
        flex-direction: column !important
    }

    .u-dir-lg-colrev {
        flex-direction: column-reverse !important
    }

    .u-dir-lg-rev {
        flex-direction: revert !important
    }

    .u-dir-lg-row {
        flex-direction: row !important
    }

    .u-dir-lg-rowrev {
        flex-direction: row-reverse !important
    }

    .u-wrap-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .u-wrap-lg-wrap {
        flex-wrap: wrap !important
    }

    .u-wrap-lg-reverse {
        flex-wrap: wrap-reverse !important
    }
}

.u-height-32 {
    height: 32px
}

.u-height-40 {
    height: 40px
}

.u-height-48 {
    height: 48px
}

.u-height-50 {
    height: 50px
}

.u-height-60 {
    height: 60px
}

.u-width-100 {
    width: 100%
}

.u-width-95 {
    width: 95%
}

.u-width-90 {
    width: 90%
}

.u-width-85 {
    width: 85%
}

.u-width-80 {
    width: 80%
}

.u-width-75 {
    width: 75%
}

.u-width-70 {
    width: 70%
}

.u-width-65 {
    width: 65%
}

.u-width-60 {
    width: 60%
}

.u-width-55 {
    width: 55%
}

.u-width-50 {
    width: 50%
}

.u-width-45 {
    width: 45%
}

.u-width-40 {
    width: 40%
}

.u-width-35 {
    width: 35%
}

.u-width-30 {
    width: 30%
}

.u-width-25 {
    width: 25%
}

.u-width-20 {
    width: 20%
}

.u-width-15 {
    width: 15%
}

.u-width-10 {
    width: 10%
}

.u-height-xs-32 {
    height: 32px
}

.u-height-xs-40 {
    height: 40px
}

.u-height-xs-48 {
    height: 48px
}

.u-height-xs-50 {
    height: 50px
}

.u-height-xs-60 {
    height: 60px
}

.u-width-xs-100 {
    width: 100%
}

.u-width-xs-95 {
    width: 95%
}

.u-width-xs-90 {
    width: 90%
}

.u-width-xs-85 {
    width: 85%
}

.u-width-xs-80 {
    width: 80%
}

.u-width-xs-75 {
    width: 75%
}

.u-width-xs-70 {
    width: 70%
}

.u-width-xs-65 {
    width: 65%
}

.u-width-xs-60 {
    width: 60%
}

.u-width-xs-55 {
    width: 55%
}

.u-width-xs-50 {
    width: 50%
}

.u-width-xs-45 {
    width: 45%
}

.u-width-xs-40 {
    width: 40%
}

.u-width-xs-35 {
    width: 35%
}

.u-width-xs-30 {
    width: 30%
}

.u-width-xs-25 {
    width: 25%
}

.u-width-xs-20 {
    width: 20%
}

.u-width-xs-15 {
    width: 15%
}

.u-width-xs-10 {
    width: 10%
}

@media (min-width:768px) {
    .u-height-sm-32 {
        height: 32px
    }

    .u-height-sm-40 {
        height: 40px
    }

    .u-height-sm-48 {
        height: 48px
    }

    .u-height-sm-50 {
        height: 50px
    }

    .u-height-sm-60 {
        height: 60px
    }

    .u-width-sm-100 {
        width: 100%
    }

    .u-width-sm-95 {
        width: 95%
    }

    .u-width-sm-90 {
        width: 90%
    }

    .u-width-sm-85 {
        width: 85%
    }

    .u-width-sm-80 {
        width: 80%
    }

    .u-width-sm-75 {
        width: 75%
    }

    .u-width-sm-70 {
        width: 70%
    }

    .u-width-sm-65 {
        width: 65%
    }

    .u-width-sm-60 {
        width: 60%
    }

    .u-width-sm-55 {
        width: 55%
    }

    .u-width-sm-50 {
        width: 50%
    }

    .u-width-sm-45 {
        width: 45%
    }

    .u-width-sm-40 {
        width: 40%
    }

    .u-width-sm-35 {
        width: 35%
    }

    .u-width-sm-30 {
        width: 30%
    }

    .u-width-sm-25 {
        width: 25%
    }

    .u-width-sm-20 {
        width: 20%
    }

    .u-width-sm-15 {
        width: 15%
    }

    .u-width-sm-10 {
        width: 10%
    }
}

@media (min-width:992px) {
    .u-height-md-32 {
        height: 32px
    }

    .u-height-md-40 {
        height: 40px
    }

    .u-height-md-48 {
        height: 48px
    }

    .u-height-md-50 {
        height: 50px
    }

    .u-height-md-60 {
        height: 60px
    }

    .u-width-md-100 {
        width: 100%
    }

    .u-width-md-95 {
        width: 95%
    }

    .u-width-md-90 {
        width: 90%
    }

    .u-width-md-85 {
        width: 85%
    }

    .u-width-md-80 {
        width: 80%
    }

    .u-width-md-75 {
        width: 75%
    }

    .u-width-md-70 {
        width: 70%
    }

    .u-width-md-65 {
        width: 65%
    }

    .u-width-md-60 {
        width: 60%
    }

    .u-width-md-55 {
        width: 55%
    }

    .u-width-md-50 {
        width: 50%
    }

    .u-width-md-45 {
        width: 45%
    }

    .u-width-md-40 {
        width: 40%
    }

    .u-width-md-35 {
        width: 35%
    }

    .u-width-md-30 {
        width: 30%
    }

    .u-width-md-25 {
        width: 25%
    }

    .u-width-md-20 {
        width: 20%
    }

    .u-width-md-15 {
        width: 15%
    }

    .u-width-md-10 {
        width: 10%
    }
}

@media (min-width:1224px) {
    .u-height-lg-32 {
        height: 32px
    }

    .u-height-lg-40 {
        height: 40px
    }

    .u-height-lg-48 {
        height: 48px
    }

    .u-height-lg-50 {
        height: 50px
    }

    .u-height-lg-60 {
        height: 60px
    }

    .u-width-lg-100 {
        width: 100%
    }

    .u-width-lg-95 {
        width: 95%
    }

    .u-width-lg-90 {
        width: 90%
    }

    .u-width-lg-85 {
        width: 85%
    }

    .u-width-lg-80 {
        width: 80%
    }

    .u-width-lg-75 {
        width: 75%
    }

    .u-width-lg-70 {
        width: 70%
    }

    .u-width-lg-65 {
        width: 65%
    }

    .u-width-lg-60 {
        width: 60%
    }

    .u-width-lg-55 {
        width: 55%
    }

    .u-width-lg-50 {
        width: 50%
    }

    .u-width-lg-45 {
        width: 45%
    }

    .u-width-lg-40 {
        width: 40%
    }

    .u-width-lg-35 {
        width: 35%
    }

    .u-width-lg-30 {
        width: 30%
    }

    .u-width-lg-25 {
        width: 25%
    }

    .u-width-lg-20 {
        width: 20%
    }

    .u-width-lg-15 {
        width: 15%
    }

    .u-width-lg-10 {
        width: 10%
    }
}

.u-fs-8 {
    font-size: 8px
}

.u-fs-10 {
    font-size: 10px
}

.u-fs-12 {
    font-size: 12px
}

.u-fs-14 {
    font-size: 14px
}

.u-fs-16 {
    font-size: 16px
}

.u-fs-18 {
    font-size: 18px
}

.u-fs-20 {
    font-size: 20px
}

.u-fs-22 {
    font-size: 22px
}

.u-fs-24 {
    font-size: 24px
}

.u-fs-26 {
    font-size: 26px
}

.u-fs-28 {
    font-size: 28px
}

.u-fs-xs-8 {
    font-size: 8px
}

.tag.light-blue, .u-fs-xs-10, html {
    font-size: 10px
}

.u-fs-xs-12 {
    font-size: 12px
}

.u-fs-xs-14, body {
    font-size: 14px
}

.u-fs-xs-16 {
    font-size: 16px
}

.u-fs-xs-18 {
    font-size: 18px
}

.u-fs-xs-20 {
    font-size: 20px
}

.u-fs-xs-22 {
    font-size: 22px
}

.u-fs-xs-24 {
    font-size: 24px
}

.u-fs-xs-26 {
    font-size: 26px
}

.u-fs-xs-28 {
    font-size: 28px
}

@media (min-width:768px) {
    .u-fs-sm-8 {
        font-size: 8px
    }

    .u-fs-sm-10 {
        font-size: 10px
    }

    .u-fs-sm-12 {
        font-size: 12px
    }

    .u-fs-sm-14 {
        font-size: 14px
    }

    .u-fs-sm-16 {
        font-size: 16px
    }

    .u-fs-sm-18 {
        font-size: 18px
    }

    .u-fs-sm-20 {
        font-size: 20px
    }

    .u-fs-sm-22 {
        font-size: 22px
    }

    .u-fs-sm-24 {
        font-size: 24px
    }

    .u-fs-sm-26 {
        font-size: 26px
    }

    .u-fs-sm-28 {
        font-size: 28px
    }
}

@media (min-width:992px) {
    .u-fs-md-8 {
        font-size: 8px
    }

    .u-fs-md-10 {
        font-size: 10px
    }

    .u-fs-md-12 {
        font-size: 12px
    }

    .u-fs-md-14 {
        font-size: 14px
    }

    .u-fs-md-16 {
        font-size: 16px
    }

    .u-fs-md-18 {
        font-size: 18px
    }

    .u-fs-md-20 {
        font-size: 20px
    }

    .u-fs-md-22 {
        font-size: 22px
    }

    .u-fs-md-24 {
        font-size: 24px
    }

    .u-fs-md-26 {
        font-size: 26px
    }

    .u-fs-md-28 {
        font-size: 28px
    }
}

@media (min-width:1224px) {
    .u-fs-lg-8 {
        font-size: 8px
    }

    .u-fs-lg-10 {
        font-size: 10px
    }

    .u-fs-lg-12 {
        font-size: 12px
    }

    .u-fs-lg-14 {
        font-size: 14px
    }

    .u-fs-lg-16 {
        font-size: 16px
    }

    .u-fs-lg-18 {
        font-size: 18px
    }

    .u-fs-lg-20 {
        font-size: 20px
    }

    .u-fs-lg-22 {
        font-size: 22px
    }

    .u-fs-lg-24 {
        font-size: 24px
    }

    .u-fs-lg-26 {
        font-size: 26px
    }

    .u-fs-lg-28 {
        font-size: 28px
    }
}

.u-m-4 {
    margin: 4px !important
}

.u-p-4 {
    padding: 4px !important
}

.u-ms-4 {
    margin-left: 4px !important
}

.u-me-4 {
    margin-right: 4px !important
}

.u-mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.u-me-8, .u-mx-8 {
    margin-right: 8px !important
}

.u-ps-8, .u-px-8 {
    padding-left: 8px !important
}

.u-pe-8, .u-px-8 {
    padding-right: 8px !important
}

.u-mt-8, .u-my-8 {
    margin-top: 8px !important
}

.u-mb-8, .u-my-8 {
    margin-bottom: 8px !important
}

.u-pt-8, .u-py-8 {
    padding-top: 8px !important
}

.u-pb-8, .u-py-8 {
    padding-bottom: 8px !important
}

.u-m-8 {
    margin: 8px !important
}

.u-p-8 {
    padding: 8px !important
}

.u-ms-8 {
    margin-left: 8px !important
}

.u-mx-8 {
    margin-left: 8px !important
}

.u-me-12, .u-mx-12 {
    margin-right: 12px !important
}

.u-ps-12, .u-px-12 {
    padding-left: 12px !important
}

.u-pe-12, .u-px-12 {
    padding-right: 12px !important
}

.u-mt-12, .u-my-12 {
    margin-top: 12px !important
}

.u-mb-12, .u-my-12 {
    margin-bottom: 12px !important
}

.u-pt-12, .u-py-12 {
    padding-top: 12px !important
}

.u-pb-12, .u-py-12 {
    padding-bottom: 12px !important
}

.u-m-12 {
    margin: 12px !important
}

.u-p-12 {
    padding: 12px !important
}

.u-ms-12 {
    margin-left: 12px !important
}

.u-mx-12 {
    margin-left: 12px !important
}

.u-me-16, .u-mx-16 {
    margin-right: 16px !important
}

.u-ps-16, .u-px-16 {
    padding-left: 16px !important
}

.u-pe-16, .u-px-16 {
    padding-right: 16px !important
}

.u-mt-16, .u-my-16 {
    margin-top: 16px !important
}

.u-mb-16, .u-my-16 {
    margin-bottom: 16px !important
}

.u-pt-16, .u-py-16 {
    padding-top: 16px !important
}

.u-pb-16, .u-py-16 {
    padding-bottom: 16px !important
}

.u-m-16 {
    margin: 16px !important
}

.u-p-16 {
    padding: 16px !important
}

.u-ms-16 {
    margin-left: 16px !important
}

.u-mx-16 {
    margin-left: 16px !important
}

.u-me-20, .u-mx-20 {
    margin-right: 20px !important
}

.u-ps-20, .u-px-20 {
    padding-left: 20px !important
}

.u-pe-20, .u-px-20 {
    padding-right: 20px !important
}

.u-mt-20, .u-my-20 {
    margin-top: 20px !important
}

.u-mb-20, .u-my-20 {
    margin-bottom: 20px !important
}

.u-pt-20, .u-py-20 {
    padding-top: 20px !important
}

.u-pb-20, .u-py-20 {
    padding-bottom: 20px !important
}

.u-m-20 {
    margin: 20px !important
}

.u-p-20 {
    padding: 20px !important
}

.u-ms-20 {
    margin-left: 20px !important
}

.u-mx-20 {
    margin-left: 20px !important
}

.u-me-24, .u-mx-24 {
    margin-right: 24px !important
}

.u-ps-24, .u-px-24 {
    padding-left: 24px !important
}

.u-pe-24, .u-px-24 {
    padding-right: 24px !important
}

.u-mt-24, .u-my-24 {
    margin-top: 24px !important
}

.u-mb-24, .u-my-24 {
    margin-bottom: 24px !important
}

.u-pt-24, .u-py-24 {
    padding-top: 24px !important
}

.u-pb-24, .u-py-24 {
    padding-bottom: 24px !important
}

.u-m-24 {
    margin: 24px !important
}

.u-p-24 {
    padding: 24px !important
}

.u-ms-24 {
    margin-left: 24px !important
}

.u-mx-24 {
    margin-left: 24px !important
}

.u-me-28, .u-mx-28 {
    margin-right: 28px !important
}

.u-ps-28, .u-px-28 {
    padding-left: 28px !important
}

.u-pe-28, .u-px-28 {
    padding-right: 28px !important
}

.u-mt-28, .u-my-28 {
    margin-top: 28px !important
}

.u-mb-28, .u-my-28 {
    margin-bottom: 28px !important
}

.u-pt-28, .u-py-28 {
    padding-top: 28px !important
}

.u-pb-28, .u-py-28 {
    padding-bottom: 28px !important
}

.u-m-28 {
    margin: 28px !important
}

.u-p-28 {
    padding: 28px !important
}

.u-ms-28 {
    margin-left: 28px !important
}

.u-mx-28 {
    margin-left: 28px !important
}

@media (min-width:0) {
    .u-mt-xs-4, .u-my-xs-4 {
        margin-top: 4px !important
    }

    .u-me-xs-4, .u-mx-xs-4 {
        margin-right: 4px !important
    }

    .u-ps-xs-4, .u-px-xs-4 {
        padding-left: 4px !important
    }

    .u-pe-xs-4, .u-px-xs-4 {
        padding-right: 4px !important
    }

    .u-mb-xs-4, .u-my-xs-4 {
        margin-bottom: 4px !important
    }

    .u-pt-xs-4, .u-py-xs-4 {
        padding-top: 4px !important
    }

    .u-pb-xs-4, .u-py-xs-4 {
        padding-bottom: 4px !important
    }

    .u-m-xs-4 {
        margin: 4px !important
    }

    .u-p-xs-4 {
        padding: 4px !important
    }

    .u-ms-xs-4 {
        margin-left: 4px !important
    }

    .u-mx-xs-4 {
        margin-left: 4px !important
    }

    .u-me-xs-8, .u-mx-xs-8 {
        margin-right: 8px !important
    }

    .u-ps-xs-8, .u-px-xs-8 {
        padding-left: 8px !important
    }

    .u-pe-xs-8, .u-px-xs-8 {
        padding-right: 8px !important
    }

    .u-mt-xs-8, .u-my-xs-8 {
        margin-top: 8px !important
    }

    .u-mb-xs-8, .u-my-xs-8 {
        margin-bottom: 8px !important
    }

    .u-pt-xs-8, .u-py-xs-8 {
        padding-top: 8px !important
    }

    .u-pb-xs-8, .u-py-xs-8 {
        padding-bottom: 8px !important
    }

    .u-m-xs-8 {
        margin: 8px !important
    }

    .u-p-xs-8 {
        padding: 8px !important
    }

    .u-ms-xs-8 {
        margin-left: 8px !important
    }

    .u-mx-xs-8 {
        margin-left: 8px !important
    }

    .u-me-xs-12, .u-mx-xs-12 {
        margin-right: 12px !important
    }

    .u-ps-xs-12, .u-px-xs-12 {
        padding-left: 12px !important
    }

    .u-pe-xs-12, .u-px-xs-12 {
        padding-right: 12px !important
    }

    .u-mt-xs-12, .u-my-xs-12 {
        margin-top: 12px !important
    }

    .u-mb-xs-12, .u-my-xs-12 {
        margin-bottom: 12px !important
    }

    .u-pt-xs-12, .u-py-xs-12 {
        padding-top: 12px !important
    }

    .u-pb-xs-12, .u-py-xs-12 {
        padding-bottom: 12px !important
    }

    .u-m-xs-12 {
        margin: 12px !important
    }

    .u-p-xs-12 {
        padding: 12px !important
    }

    .u-ms-xs-12 {
        margin-left: 12px !important
    }

    .u-mx-xs-12 {
        margin-left: 12px !important
    }

    .u-me-xs-16, .u-mx-xs-16 {
        margin-right: 16px !important
    }

    .u-ps-xs-16, .u-px-xs-16 {
        padding-left: 16px !important
    }

    .u-pe-xs-16, .u-px-xs-16 {
        padding-right: 16px !important
    }

    .u-mt-xs-16, .u-my-xs-16 {
        margin-top: 16px !important
    }

    .u-mb-xs-16, .u-my-xs-16 {
        margin-bottom: 16px !important
    }

    .u-pt-xs-16, .u-py-xs-16 {
        padding-top: 16px !important
    }

    .u-pb-xs-16, .u-py-xs-16 {
        padding-bottom: 16px !important
    }

    .u-m-xs-16 {
        margin: 16px !important
    }

    .u-p-xs-16 {
        padding: 16px !important
    }

    .u-ms-xs-16 {
        margin-left: 16px !important
    }

    .u-mx-xs-16 {
        margin-left: 16px !important
    }

    .u-me-xs-20, .u-mx-xs-20 {
        margin-right: 20px !important
    }

    .u-ps-xs-20, .u-px-xs-20 {
        padding-left: 20px !important
    }

    .u-pe-xs-20, .u-px-xs-20 {
        padding-right: 20px !important
    }

    .u-mt-xs-20, .u-my-xs-20 {
        margin-top: 20px !important
    }

    .u-mb-xs-20, .u-my-xs-20 {
        margin-bottom: 20px !important
    }

    .u-pt-xs-20, .u-py-xs-20 {
        padding-top: 20px !important
    }

    .u-pb-xs-20, .u-py-xs-20 {
        padding-bottom: 20px !important
    }

    .u-m-xs-20 {
        margin: 20px !important
    }

    .u-p-xs-20 {
        padding: 20px !important
    }

    .u-ms-xs-20 {
        margin-left: 20px !important
    }

    .u-mx-xs-20 {
        margin-left: 20px !important
    }

    .u-me-xs-24, .u-mx-xs-24 {
        margin-right: 24px !important
    }

    .u-ps-xs-24, .u-px-xs-24 {
        padding-left: 24px !important
    }

    .u-pe-xs-24, .u-px-xs-24 {
        padding-right: 24px !important
    }

    .u-mt-xs-24, .u-my-xs-24 {
        margin-top: 24px !important
    }

    .u-mb-xs-24, .u-my-xs-24 {
        margin-bottom: 24px !important
    }

    .u-pt-xs-24, .u-py-xs-24 {
        padding-top: 24px !important
    }

    .u-pb-xs-24, .u-py-xs-24 {
        padding-bottom: 24px !important
    }

    .u-m-xs-24 {
        margin: 24px !important
    }

    .u-p-xs-24 {
        padding: 24px !important
    }

    .u-ms-xs-24 {
        margin-left: 24px !important
    }

    .u-mx-xs-24 {
        margin-left: 24px !important
    }

    .u-me-xs-28, .u-mx-xs-28 {
        margin-right: 28px !important
    }

    .u-ps-xs-28, .u-px-xs-28 {
        padding-left: 28px !important
    }

    .u-pe-xs-28, .u-px-xs-28 {
        padding-right: 28px !important
    }

    .u-mt-xs-28, .u-my-xs-28 {
        margin-top: 28px !important
    }

    .u-mb-xs-28, .u-my-xs-28 {
        margin-bottom: 28px !important
    }

    .u-pt-xs-28, .u-py-xs-28 {
        padding-top: 28px !important
    }

    .u-pb-xs-28, .u-py-xs-28 {
        padding-bottom: 28px !important
    }

    .u-m-xs-28 {
        margin: 28px !important
    }

    .u-p-xs-28 {
        padding: 28px !important
    }

    .u-ms-xs-28 {
        margin-left: 28px !important
    }

    .u-mx-xs-28 {
        margin-left: 28px !important
    }
}

@media (min-width:768px) {
    .u-mt-sm-4, .u-my-sm-4 {
        margin-top: 4px !important
    }

    .u-me-sm-4, .u-mx-sm-4 {
        margin-right: 4px !important
    }

    .u-ps-sm-4, .u-px-sm-4 {
        padding-left: 4px !important
    }

    .u-pe-sm-4, .u-px-sm-4 {
        padding-right: 4px !important
    }

    .u-mb-sm-4, .u-my-sm-4 {
        margin-bottom: 4px !important
    }

    .u-pt-sm-4, .u-py-sm-4 {
        padding-top: 4px !important
    }

    .u-pb-sm-4, .u-py-sm-4 {
        padding-bottom: 4px !important
    }

    .u-m-sm-4 {
        margin: 4px !important
    }

    .u-p-sm-4 {
        padding: 4px !important
    }

    .u-ms-sm-4 {
        margin-left: 4px !important
    }

    .u-mx-sm-4 {
        margin-left: 4px !important
    }

    .u-me-sm-8, .u-mx-sm-8 {
        margin-right: 8px !important
    }

    .u-ps-sm-8, .u-px-sm-8 {
        padding-left: 8px !important
    }

    .u-pe-sm-8, .u-px-sm-8 {
        padding-right: 8px !important
    }

    .u-mt-sm-8, .u-my-sm-8 {
        margin-top: 8px !important
    }

    .u-mb-sm-8, .u-my-sm-8 {
        margin-bottom: 8px !important
    }

    .u-pt-sm-8, .u-py-sm-8 {
        padding-top: 8px !important
    }

    .u-pb-sm-8, .u-py-sm-8 {
        padding-bottom: 8px !important
    }

    .u-m-sm-8 {
        margin: 8px !important
    }

    .u-p-sm-8 {
        padding: 8px !important
    }

    .u-ms-sm-8 {
        margin-left: 8px !important
    }

    .u-mx-sm-8 {
        margin-left: 8px !important
    }

    .u-me-sm-12, .u-mx-sm-12 {
        margin-right: 12px !important
    }

    .u-ps-sm-12, .u-px-sm-12 {
        padding-left: 12px !important
    }

    .u-pe-sm-12, .u-px-sm-12 {
        padding-right: 12px !important
    }

    .u-mt-sm-12, .u-my-sm-12 {
        margin-top: 12px !important
    }

    .u-mb-sm-12, .u-my-sm-12 {
        margin-bottom: 12px !important
    }

    .u-pt-sm-12, .u-py-sm-12 {
        padding-top: 12px !important
    }

    .u-pb-sm-12, .u-py-sm-12 {
        padding-bottom: 12px !important
    }

    .u-m-sm-12 {
        margin: 12px !important
    }

    .u-p-sm-12 {
        padding: 12px !important
    }

    .u-ms-sm-12 {
        margin-left: 12px !important
    }

    .u-mx-sm-12 {
        margin-left: 12px !important
    }

    .u-me-sm-16, .u-mx-sm-16 {
        margin-right: 16px !important
    }

    .u-ps-sm-16, .u-px-sm-16 {
        padding-left: 16px !important
    }

    .u-pe-sm-16, .u-px-sm-16 {
        padding-right: 16px !important
    }

    .u-mt-sm-16, .u-my-sm-16 {
        margin-top: 16px !important
    }

    .u-mb-sm-16, .u-my-sm-16 {
        margin-bottom: 16px !important
    }

    .u-pt-sm-16, .u-py-sm-16 {
        padding-top: 16px !important
    }

    .u-pb-sm-16, .u-py-sm-16 {
        padding-bottom: 16px !important
    }

    .u-m-sm-16 {
        margin: 16px !important
    }

    .u-p-sm-16 {
        padding: 16px !important
    }

    .u-ms-sm-16 {
        margin-left: 16px !important
    }

    .u-mx-sm-16 {
        margin-left: 16px !important
    }

    .u-me-sm-20, .u-mx-sm-20 {
        margin-right: 20px !important
    }

    .u-ps-sm-20, .u-px-sm-20 {
        padding-left: 20px !important
    }

    .u-pe-sm-20, .u-px-sm-20 {
        padding-right: 20px !important
    }

    .u-mt-sm-20, .u-my-sm-20 {
        margin-top: 20px !important
    }

    .u-mb-sm-20, .u-my-sm-20 {
        margin-bottom: 20px !important
    }

    .u-pt-sm-20, .u-py-sm-20 {
        padding-top: 20px !important
    }

    .u-pb-sm-20, .u-py-sm-20 {
        padding-bottom: 20px !important
    }

    .u-m-sm-20 {
        margin: 20px !important
    }

    .u-p-sm-20 {
        padding: 20px !important
    }

    .u-ms-sm-20 {
        margin-left: 20px !important
    }

    .u-mx-sm-20 {
        margin-left: 20px !important
    }

    .u-me-sm-24, .u-mx-sm-24 {
        margin-right: 24px !important
    }

    .u-ps-sm-24, .u-px-sm-24 {
        padding-left: 24px !important
    }

    .u-pe-sm-24, .u-px-sm-24 {
        padding-right: 24px !important
    }

    .u-mt-sm-24, .u-my-sm-24 {
        margin-top: 24px !important
    }

    .u-mb-sm-24, .u-my-sm-24 {
        margin-bottom: 24px !important
    }

    .u-pt-sm-24, .u-py-sm-24 {
        padding-top: 24px !important
    }

    .u-pb-sm-24, .u-py-sm-24 {
        padding-bottom: 24px !important
    }

    .u-m-sm-24 {
        margin: 24px !important
    }

    .u-p-sm-24 {
        padding: 24px !important
    }

    .u-ms-sm-24 {
        margin-left: 24px !important
    }

    .u-mx-sm-24 {
        margin-left: 24px !important
    }

    .u-me-sm-28, .u-mx-sm-28 {
        margin-right: 28px !important
    }

    .u-ps-sm-28, .u-px-sm-28 {
        padding-left: 28px !important
    }

    .u-pe-sm-28, .u-px-sm-28 {
        padding-right: 28px !important
    }

    .u-mt-sm-28, .u-my-sm-28 {
        margin-top: 28px !important
    }

    .u-mb-sm-28, .u-my-sm-28 {
        margin-bottom: 28px !important
    }

    .u-pt-sm-28, .u-py-sm-28 {
        padding-top: 28px !important
    }

    .u-pb-sm-28, .u-py-sm-28 {
        padding-bottom: 28px !important
    }

    .u-m-sm-28 {
        margin: 28px !important
    }

    .u-p-sm-28 {
        padding: 28px !important
    }

    .u-ms-sm-28 {
        margin-left: 28px !important
    }

    .u-mx-sm-28 {
        margin-left: 28px !important
    }
}

@media (min-width:992px) {
    .u-mt-md-4, .u-my-md-4 {
        margin-top: 4px !important
    }

    .u-me-md-4, .u-mx-md-4 {
        margin-right: 4px !important
    }

    .u-ps-md-4, .u-px-md-4 {
        padding-left: 4px !important
    }

    .u-pe-md-4, .u-px-md-4 {
        padding-right: 4px !important
    }

    .u-mb-md-4, .u-my-md-4 {
        margin-bottom: 4px !important
    }

    .u-pt-md-4, .u-py-md-4 {
        padding-top: 4px !important
    }

    .u-pb-md-4, .u-py-md-4 {
        padding-bottom: 4px !important
    }

    .u-m-md-4 {
        margin: 4px !important
    }

    .u-p-md-4 {
        padding: 4px !important
    }

    .u-ms-md-4 {
        margin-left: 4px !important
    }

    .u-mx-md-4 {
        margin-left: 4px !important
    }

    .u-me-md-8, .u-mx-md-8 {
        margin-right: 8px !important
    }

    .u-ps-md-8, .u-px-md-8 {
        padding-left: 8px !important
    }

    .u-pe-md-8, .u-px-md-8 {
        padding-right: 8px !important
    }

    .u-mt-md-8, .u-my-md-8 {
        margin-top: 8px !important
    }

    .u-mb-md-8, .u-my-md-8 {
        margin-bottom: 8px !important
    }

    .u-pt-md-8, .u-py-md-8 {
        padding-top: 8px !important
    }

    .u-pb-md-8, .u-py-md-8 {
        padding-bottom: 8px !important
    }

    .u-m-md-8 {
        margin: 8px !important
    }

    .u-p-md-8 {
        padding: 8px !important
    }

    .u-ms-md-8 {
        margin-left: 8px !important
    }

    .u-mx-md-8 {
        margin-left: 8px !important
    }

    .u-me-md-12, .u-mx-md-12 {
        margin-right: 12px !important
    }

    .u-ps-md-12, .u-px-md-12 {
        padding-left: 12px !important
    }

    .u-pe-md-12, .u-px-md-12 {
        padding-right: 12px !important
    }

    .u-mt-md-12, .u-my-md-12 {
        margin-top: 12px !important
    }

    .u-mb-md-12, .u-my-md-12 {
        margin-bottom: 12px !important
    }

    .u-pt-md-12, .u-py-md-12 {
        padding-top: 12px !important
    }

    .u-pb-md-12, .u-py-md-12 {
        padding-bottom: 12px !important
    }

    .u-m-md-12 {
        margin: 12px !important
    }

    .u-p-md-12 {
        padding: 12px !important
    }

    .u-ms-md-12 {
        margin-left: 12px !important
    }

    .u-mx-md-12 {
        margin-left: 12px !important
    }

    .u-me-md-16, .u-mx-md-16 {
        margin-right: 16px !important
    }

    .u-ps-md-16, .u-px-md-16 {
        padding-left: 16px !important
    }

    .u-pe-md-16, .u-px-md-16 {
        padding-right: 16px !important
    }

    .u-mt-md-16, .u-my-md-16 {
        margin-top: 16px !important
    }

    .u-mb-md-16, .u-my-md-16 {
        margin-bottom: 16px !important
    }

    .u-pt-md-16, .u-py-md-16 {
        padding-top: 16px !important
    }

    .u-pb-md-16, .u-py-md-16 {
        padding-bottom: 16px !important
    }

    .u-m-md-16 {
        margin: 16px !important
    }

    .u-p-md-16 {
        padding: 16px !important
    }

    .u-ms-md-16 {
        margin-left: 16px !important
    }

    .u-mx-md-16 {
        margin-left: 16px !important
    }

    .u-me-md-20, .u-mx-md-20 {
        margin-right: 20px !important
    }

    .u-ps-md-20, .u-px-md-20 {
        padding-left: 20px !important
    }

    .u-pe-md-20, .u-px-md-20 {
        padding-right: 20px !important
    }

    .u-mt-md-20, .u-my-md-20 {
        margin-top: 20px !important
    }

    .u-mb-md-20, .u-my-md-20 {
        margin-bottom: 20px !important
    }

    .u-pt-md-20, .u-py-md-20 {
        padding-top: 20px !important
    }

    .u-pb-md-20, .u-py-md-20 {
        padding-bottom: 20px !important
    }

    .u-m-md-20 {
        margin: 20px !important
    }

    .u-p-md-20 {
        padding: 20px !important
    }

    .u-ms-md-20 {
        margin-left: 20px !important
    }

    .u-mx-md-20 {
        margin-left: 20px !important
    }

    .u-me-md-24, .u-mx-md-24 {
        margin-right: 24px !important
    }

    .u-ps-md-24, .u-px-md-24 {
        padding-left: 24px !important
    }

    .u-pe-md-24, .u-px-md-24 {
        padding-right: 24px !important
    }

    .u-mt-md-24, .u-my-md-24 {
        margin-top: 24px !important
    }

    .u-mb-md-24, .u-my-md-24 {
        margin-bottom: 24px !important
    }

    .u-pt-md-24, .u-py-md-24 {
        padding-top: 24px !important
    }

    .u-pb-md-24, .u-py-md-24 {
        padding-bottom: 24px !important
    }

    .u-m-md-24 {
        margin: 24px !important
    }

    .u-p-md-24 {
        padding: 24px !important
    }

    .u-ms-md-24 {
        margin-left: 24px !important
    }

    .u-mx-md-24 {
        margin-left: 24px !important
    }

    .u-me-md-28, .u-mx-md-28 {
        margin-right: 28px !important
    }

    .u-ps-md-28, .u-px-md-28 {
        padding-left: 28px !important
    }

    .u-pe-md-28, .u-px-md-28 {
        padding-right: 28px !important
    }

    .u-mt-md-28, .u-my-md-28 {
        margin-top: 28px !important
    }

    .u-mb-md-28, .u-my-md-28 {
        margin-bottom: 28px !important
    }

    .u-pt-md-28, .u-py-md-28 {
        padding-top: 28px !important
    }

    .u-pb-md-28, .u-py-md-28 {
        padding-bottom: 28px !important
    }

    .u-m-md-28 {
        margin: 28px !important
    }

    .u-p-md-28 {
        padding: 28px !important
    }

    .u-ms-md-28 {
        margin-left: 28px !important
    }

    .u-mx-md-28 {
        margin-left: 28px !important
    }
}

@media (min-width:1224px) {
    .u-mt-lg-4, .u-my-lg-4 {
        margin-top: 4px !important
    }

    .u-me-lg-4, .u-mx-lg-4 {
        margin-right: 4px !important
    }

    .u-ps-lg-4, .u-px-lg-4 {
        padding-left: 4px !important
    }

    .u-pe-lg-4, .u-px-lg-4 {
        padding-right: 4px !important
    }

    .u-mb-lg-4, .u-my-lg-4 {
        margin-bottom: 4px !important
    }

    .u-pt-lg-4, .u-py-lg-4 {
        padding-top: 4px !important
    }

    .u-pb-lg-4, .u-py-lg-4 {
        padding-bottom: 4px !important
    }

    .u-m-lg-4 {
        margin: 4px !important
    }

    .u-p-lg-4 {
        padding: 4px !important
    }

    .u-ms-lg-4 {
        margin-left: 4px !important
    }

    .u-mx-lg-4 {
        margin-left: 4px !important
    }

    .u-me-lg-8, .u-mx-lg-8 {
        margin-right: 8px !important
    }

    .u-ps-lg-8, .u-px-lg-8 {
        padding-left: 8px !important
    }

    .u-pe-lg-8, .u-px-lg-8 {
        padding-right: 8px !important
    }

    .u-mt-lg-8, .u-my-lg-8 {
        margin-top: 8px !important
    }

    .u-mb-lg-8, .u-my-lg-8 {
        margin-bottom: 8px !important
    }

    .u-pt-lg-8, .u-py-lg-8 {
        padding-top: 8px !important
    }

    .u-pb-lg-8, .u-py-lg-8 {
        padding-bottom: 8px !important
    }

    .u-m-lg-8 {
        margin: 8px !important
    }

    .u-p-lg-8 {
        padding: 8px !important
    }

    .u-ms-lg-8 {
        margin-left: 8px !important
    }

    .u-mx-lg-8 {
        margin-left: 8px !important
    }

    .u-me-lg-12, .u-mx-lg-12 {
        margin-right: 12px !important
    }

    .u-ps-lg-12, .u-px-lg-12 {
        padding-left: 12px !important
    }

    .u-pe-lg-12, .u-px-lg-12 {
        padding-right: 12px !important
    }

    .u-mt-lg-12, .u-my-lg-12 {
        margin-top: 12px !important
    }

    .u-mb-lg-12, .u-my-lg-12 {
        margin-bottom: 12px !important
    }

    .u-pt-lg-12, .u-py-lg-12 {
        padding-top: 12px !important
    }

    .u-pb-lg-12, .u-py-lg-12 {
        padding-bottom: 12px !important
    }

    .u-m-lg-12 {
        margin: 12px !important
    }

    .u-p-lg-12 {
        padding: 12px !important
    }

    .u-ms-lg-12 {
        margin-left: 12px !important
    }

    .u-mx-lg-12 {
        margin-left: 12px !important
    }

    .u-me-lg-16, .u-mx-lg-16 {
        margin-right: 16px !important
    }

    .u-ps-lg-16, .u-px-lg-16 {
        padding-left: 16px !important
    }

    .u-pe-lg-16, .u-px-lg-16 {
        padding-right: 16px !important
    }

    .u-mt-lg-16, .u-my-lg-16 {
        margin-top: 16px !important
    }

    .u-mb-lg-16, .u-my-lg-16 {
        margin-bottom: 16px !important
    }

    .u-pt-lg-16, .u-py-lg-16 {
        padding-top: 16px !important
    }

    .u-pb-lg-16, .u-py-lg-16 {
        padding-bottom: 16px !important
    }

    .u-m-lg-16 {
        margin: 16px !important
    }

    .u-p-lg-16 {
        padding: 16px !important
    }

    .u-ms-lg-16 {
        margin-left: 16px !important
    }

    .u-mx-lg-16 {
        margin-left: 16px !important
    }

    .u-me-lg-20, .u-mx-lg-20 {
        margin-right: 20px !important
    }

    .u-ps-lg-20, .u-px-lg-20 {
        padding-left: 20px !important
    }

    .u-pe-lg-20, .u-px-lg-20 {
        padding-right: 20px !important
    }

    .u-mt-lg-20, .u-my-lg-20 {
        margin-top: 20px !important
    }

    .u-mb-lg-20, .u-my-lg-20 {
        margin-bottom: 20px !important
    }

    .u-pt-lg-20, .u-py-lg-20 {
        padding-top: 20px !important
    }

    .u-pb-lg-20, .u-py-lg-20 {
        padding-bottom: 20px !important
    }

    .u-m-lg-20 {
        margin: 20px !important
    }

    .u-p-lg-20 {
        padding: 20px !important
    }

    .u-ms-lg-20 {
        margin-left: 20px !important
    }

    .u-mx-lg-20 {
        margin-left: 20px !important
    }

    .u-me-lg-24, .u-mx-lg-24 {
        margin-right: 24px !important
    }

    .u-ps-lg-24, .u-px-lg-24 {
        padding-left: 24px !important
    }

    .u-pe-lg-24, .u-px-lg-24 {
        padding-right: 24px !important
    }

    .u-mt-lg-24, .u-my-lg-24 {
        margin-top: 24px !important
    }

    .u-mb-lg-24, .u-my-lg-24 {
        margin-bottom: 24px !important
    }

    .u-pt-lg-24, .u-py-lg-24 {
        padding-top: 24px !important
    }

    .u-pb-lg-24, .u-py-lg-24 {
        padding-bottom: 24px !important
    }

    .u-m-lg-24 {
        margin: 24px !important
    }

    .u-p-lg-24 {
        padding: 24px !important
    }

    .u-ms-lg-24 {
        margin-left: 24px !important
    }

    .u-mx-lg-24 {
        margin-left: 24px !important
    }

    .u-me-lg-28, .u-mx-lg-28 {
        margin-right: 28px !important
    }

    .u-ps-lg-28, .u-px-lg-28 {
        padding-left: 28px !important
    }

    .u-pe-lg-28, .u-px-lg-28 {
        padding-right: 28px !important
    }

    .u-mt-lg-28, .u-my-lg-28 {
        margin-top: 28px !important
    }

    .u-mb-lg-28, .u-my-lg-28 {
        margin-bottom: 28px !important
    }

    .u-pt-lg-28, .u-py-lg-28 {
        padding-top: 28px !important
    }

    .u-pb-lg-28, .u-py-lg-28 {
        padding-bottom: 28px !important
    }

    .u-m-lg-28 {
        margin: 28px !important
    }

    .u-p-lg-28 {
        padding: 28px !important
    }

    .u-ms-lg-28 {
        margin-left: 28px !important
    }

    .u-mx-lg-28 {
        margin-left: 28px !important
    }
}

@media (min-width:1919px) {
    .u-ds-xl-block {
        display: block !important
    }

    .u-ds-xl-none {
        display: none !important
    }

    .u-ds-xl-flex {
        display: flex !important
    }

    .u-ds-xl-initial {
        display: initial !important
    }

    .u-ds-xl-inline {
        display: inline !important
    }

    .u-ds-xl-inline-block {
        display: inline-block !important
    }

    .u-ds-xl-inline-flex {
        display: inline-flex !important
    }

    .u-ds-xl-grid {
        display: grid !important
    }

    .u-ds-xl-table {
        display: table !important
    }

    .u-ds-xl-table-cell {
        display: table-cell !important
    }

    .u-justify-xl-start {
        justify-content: start !important
    }

    .u-align-xl-start {
        align-items: start !important
    }

    .u-alignself-xl-start {
        align-self: start !important
    }

    .u-justify-xl-end {
        justify-content: end !important
    }

    .u-align-xl-end {
        align-items: end !important
    }

    .u-alignself-xl-end {
        align-self: end !important
    }

    .u-justify-xl-evenly {
        justify-content: space-evenly !important
    }

    .u-align-xl-evenly {
        align-items: space-evenly !important
    }

    .u-alignself-xl-evenly {
        align-self: space-evenly !important
    }

    .u-justify-xl-between {
        justify-content: space-between !important
    }

    .u-align-xl-between {
        align-items: space-between !important
    }

    .u-alignself-xl-between {
        align-self: space-between !important
    }

    .u-justify-xl-around {
        justify-content: space-around !important
    }

    .u-align-xl-around {
        align-items: space-around !important
    }

    .u-alignself-xl-around {
        align-self: space-around !important
    }

    .u-justify-xl-center {
        justify-content: center !important
    }

    .u-align-xl-center {
        align-items: center !important
    }

    .u-alignself-xl-center {
        align-self: center !important
    }

    .u-place-xl-start {
        place-content: start !important
    }

    .u-place-xl-end {
        place-content: end !important
    }

    .u-place-xl-between {
        place-content: space-between !important
    }

    .u-place-xl-around {
        place-content: space-around !important
    }

    .u-place-xl-center {
        place-content: center !important
    }

    .u-place-xl-start-start {
        place-content: start start !important
    }

    .u-place-xl-start-end {
        place-content: start end !important
    }

    .u-place-xl-start-between {
        place-content: start space-between !important
    }

    .u-place-xl-start-around {
        place-content: start space-around !important
    }

    .u-place-xl-start-center {
        place-content: start center !important
    }

    .u-place-xl-end-start {
        place-content: end start !important
    }

    .u-place-xl-end-end {
        place-content: end end !important
    }

    .u-place-xl-end-between {
        place-content: end space-between !important
    }

    .u-place-xl-end-around {
        place-content: end space-around !important
    }

    .u-place-xl-end-center {
        place-content: end center !important
    }

    .u-place-xl-between-start {
        place-content: space-between start !important
    }

    .u-place-xl-between-end {
        place-content: space-between end !important
    }

    .u-place-xl-between-between {
        place-content: space-between space-between !important
    }

    .u-place-xl-between-around {
        place-content: space-between space-around !important
    }

    .u-place-xl-between-center {
        place-content: space-between center !important
    }

    .u-place-xl-around-start {
        place-content: space-around start !important
    }

    .u-place-xl-around-end {
        place-content: space-around end !important
    }

    .u-place-xl-around-between {
        place-content: space-around space-between !important
    }

    .u-place-xl-around-around {
        place-content: space-around space-around !important
    }

    .u-place-xl-around-center {
        place-content: space-around center !important
    }

    .u-place-xl-center-start {
        place-content: center start !important
    }

    .u-place-xl-center-end {
        place-content: center end !important
    }

    .u-place-xl-center-between {
        place-content: center space-between !important
    }

    .u-place-xl-center-around {
        place-content: center space-around !important
    }

    .u-place-xl-center-center {
        place-content: center center !important
    }

    .u-dir-xl-col {
        flex-direction: column !important
    }

    .u-dir-xl-colrev {
        flex-direction: column-reverse !important
    }

    .u-dir-xl-rev {
        flex-direction: revert !important
    }

    .u-dir-xl-row {
        flex-direction: row !important
    }

    .u-dir-xl-rowrev {
        flex-direction: row-reverse !important
    }

    .u-wrap-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .u-wrap-xl-wrap {
        flex-wrap: wrap !important
    }

    .u-wrap-xl-reverse {
        flex-wrap: wrap-reverse !important
    }

    .u-height-xl-32 {
        height: 32px
    }

    .u-height-xl-40 {
        height: 40px
    }

    .u-height-xl-48 {
        height: 48px
    }

    .u-height-xl-50 {
        height: 50px
    }

    .u-height-xl-60 {
        height: 60px
    }

    .u-width-xl-100 {
        width: 100%
    }

    .u-width-xl-95 {
        width: 95%
    }

    .u-width-xl-90 {
        width: 90%
    }

    .u-width-xl-85 {
        width: 85%
    }

    .u-width-xl-80 {
        width: 80%
    }

    .u-width-xl-75 {
        width: 75%
    }

    .u-width-xl-70 {
        width: 70%
    }

    .u-width-xl-65 {
        width: 65%
    }

    .u-width-xl-60 {
        width: 60%
    }

    .u-width-xl-55 {
        width: 55%
    }

    .u-width-xl-50 {
        width: 50%
    }

    .u-width-xl-45 {
        width: 45%
    }

    .u-width-xl-40 {
        width: 40%
    }

    .u-width-xl-35 {
        width: 35%
    }

    .u-width-xl-30 {
        width: 30%
    }

    .u-width-xl-25 {
        width: 25%
    }

    .u-width-xl-20 {
        width: 20%
    }

    .u-width-xl-15 {
        width: 15%
    }

    .u-width-xl-10 {
        width: 10%
    }

    .u-fs-xl-8 {
        font-size: 8px
    }

    .u-fs-xl-10 {
        font-size: 10px
    }

    .u-fs-xl-12 {
        font-size: 12px
    }

    .u-fs-xl-14 {
        font-size: 14px
    }

    .u-fs-xl-16 {
        font-size: 16px
    }

    .u-fs-xl-18 {
        font-size: 18px
    }

    .u-fs-xl-20 {
        font-size: 20px
    }

    .u-fs-xl-22 {
        font-size: 22px
    }

    .u-fs-xl-24 {
        font-size: 24px
    }

    .u-fs-xl-26 {
        font-size: 26px
    }

    .u-fs-xl-28 {
        font-size: 28px
    }

    .u-mt-xl-4, .u-my-xl-4 {
        margin-top: 4px !important
    }

    .u-me-xl-4, .u-mx-xl-4 {
        margin-right: 4px !important
    }

    .u-ps-xl-4, .u-px-xl-4 {
        padding-left: 4px !important
    }

    .u-pe-xl-4, .u-px-xl-4 {
        padding-right: 4px !important
    }

    .u-mb-xl-4, .u-my-xl-4 {
        margin-bottom: 4px !important
    }

    .u-pt-xl-4, .u-py-xl-4 {
        padding-top: 4px !important
    }

    .u-pb-xl-4, .u-py-xl-4 {
        padding-bottom: 4px !important
    }

    .u-m-xl-4 {
        margin: 4px !important
    }

    .u-p-xl-4 {
        padding: 4px !important
    }

    .u-ms-xl-4 {
        margin-left: 4px !important
    }

    .u-mx-xl-4 {
        margin-left: 4px !important
    }

    .u-me-xl-8, .u-mx-xl-8 {
        margin-right: 8px !important
    }

    .u-ps-xl-8, .u-px-xl-8 {
        padding-left: 8px !important
    }

    .u-pe-xl-8, .u-px-xl-8 {
        padding-right: 8px !important
    }

    .u-mt-xl-8, .u-my-xl-8 {
        margin-top: 8px !important
    }

    .u-mb-xl-8, .u-my-xl-8 {
        margin-bottom: 8px !important
    }

    .u-pt-xl-8, .u-py-xl-8 {
        padding-top: 8px !important
    }

    .u-pb-xl-8, .u-py-xl-8 {
        padding-bottom: 8px !important
    }

    .u-m-xl-8 {
        margin: 8px !important
    }

    .u-p-xl-8 {
        padding: 8px !important
    }

    .u-ms-xl-8 {
        margin-left: 8px !important
    }

    .u-mx-xl-8 {
        margin-left: 8px !important
    }

    .u-me-xl-12, .u-mx-xl-12 {
        margin-right: 12px !important
    }

    .u-ps-xl-12, .u-px-xl-12 {
        padding-left: 12px !important
    }

    .u-pe-xl-12, .u-px-xl-12 {
        padding-right: 12px !important
    }

    .u-mt-xl-12, .u-my-xl-12 {
        margin-top: 12px !important
    }

    .u-mb-xl-12, .u-my-xl-12 {
        margin-bottom: 12px !important
    }

    .u-pt-xl-12, .u-py-xl-12 {
        padding-top: 12px !important
    }

    .u-pb-xl-12, .u-py-xl-12 {
        padding-bottom: 12px !important
    }

    .u-m-xl-12 {
        margin: 12px !important
    }

    .u-p-xl-12 {
        padding: 12px !important
    }

    .u-ms-xl-12 {
        margin-left: 12px !important
    }

    .u-mx-xl-12 {
        margin-left: 12px !important
    }

    .u-me-xl-16, .u-mx-xl-16 {
        margin-right: 16px !important
    }

    .u-ps-xl-16, .u-px-xl-16 {
        padding-left: 16px !important
    }

    .u-pe-xl-16, .u-px-xl-16 {
        padding-right: 16px !important
    }

    .u-mt-xl-16, .u-my-xl-16 {
        margin-top: 16px !important
    }

    .u-mb-xl-16, .u-my-xl-16 {
        margin-bottom: 16px !important
    }

    .u-pt-xl-16, .u-py-xl-16 {
        padding-top: 16px !important
    }

    .u-pb-xl-16, .u-py-xl-16 {
        padding-bottom: 16px !important
    }

    .u-m-xl-16 {
        margin: 16px !important
    }

    .u-p-xl-16 {
        padding: 16px !important
    }

    .u-ms-xl-16 {
        margin-left: 16px !important
    }

    .u-mx-xl-16 {
        margin-left: 16px !important
    }

    .u-me-xl-20, .u-mx-xl-20 {
        margin-right: 20px !important
    }

    .u-ps-xl-20, .u-px-xl-20 {
        padding-left: 20px !important
    }

    .u-pe-xl-20, .u-px-xl-20 {
        padding-right: 20px !important
    }

    .u-mt-xl-20, .u-my-xl-20 {
        margin-top: 20px !important
    }

    .u-mb-xl-20, .u-my-xl-20 {
        margin-bottom: 20px !important
    }

    .u-pt-xl-20, .u-py-xl-20 {
        padding-top: 20px !important
    }

    .u-pb-xl-20, .u-py-xl-20 {
        padding-bottom: 20px !important
    }

    .u-m-xl-20 {
        margin: 20px !important
    }

    .u-p-xl-20 {
        padding: 20px !important
    }

    .u-ms-xl-20 {
        margin-left: 20px !important
    }

    .u-mx-xl-20 {
        margin-left: 20px !important
    }

    .u-me-xl-24, .u-mx-xl-24 {
        margin-right: 24px !important
    }

    .u-ps-xl-24, .u-px-xl-24 {
        padding-left: 24px !important
    }

    .u-pe-xl-24, .u-px-xl-24 {
        padding-right: 24px !important
    }

    .u-mt-xl-24, .u-my-xl-24 {
        margin-top: 24px !important
    }

    .u-mb-xl-24, .u-my-xl-24 {
        margin-bottom: 24px !important
    }

    .u-pt-xl-24, .u-py-xl-24 {
        padding-top: 24px !important
    }

    .u-pb-xl-24, .u-py-xl-24 {
        padding-bottom: 24px !important
    }

    .u-m-xl-24 {
        margin: 24px !important
    }

    .u-p-xl-24 {
        padding: 24px !important
    }

    .u-ms-xl-24 {
        margin-left: 24px !important
    }

    .u-mx-xl-24 {
        margin-left: 24px !important
    }

    .u-me-xl-28, .u-mx-xl-28 {
        margin-right: 28px !important
    }

    .u-ps-xl-28, .u-px-xl-28 {
        padding-left: 28px !important
    }

    .u-pe-xl-28, .u-px-xl-28 {
        padding-right: 28px !important
    }

    .u-mt-xl-28, .u-my-xl-28 {
        margin-top: 28px !important
    }

    .u-mb-xl-28, .u-my-xl-28 {
        margin-bottom: 28px !important
    }

    .u-pt-xl-28, .u-py-xl-28 {
        padding-top: 28px !important
    }

    .u-pb-xl-28, .u-py-xl-28 {
        padding-bottom: 28px !important
    }

    .u-m-xl-28 {
        margin: 28px !important
    }

    .u-p-xl-28 {
        padding: 28px !important
    }

    .u-ms-xl-28 {
        margin-left: 28px !important
    }

    .u-mx-xl-28 {
        margin-left: 28px !important
    }
}

@media (min-width:2000px) {
    .u-ds-xxl-block {
        display: block !important
    }

    .u-ds-xxl-none {
        display: none !important
    }

    .u-ds-xxl-flex {
        display: flex !important
    }

    .u-ds-xxl-initial {
        display: initial !important
    }

    .u-ds-xxl-inline {
        display: inline !important
    }

    .u-ds-xxl-inline-block {
        display: inline-block !important
    }

    .u-ds-xxl-inline-flex {
        display: inline-flex !important
    }

    .u-ds-xxl-grid {
        display: grid !important
    }

    .u-ds-xxl-table {
        display: table !important
    }

    .u-ds-xxl-table-cell {
        display: table-cell !important
    }

    .u-justify-xxl-start {
        justify-content: start !important
    }

    .u-align-xxl-start {
        align-items: start !important
    }

    .u-alignself-xxl-start {
        align-self: start !important
    }

    .u-justify-xxl-end {
        justify-content: end !important
    }

    .u-align-xxl-end {
        align-items: end !important
    }

    .u-alignself-xxl-end {
        align-self: end !important
    }

    .u-justify-xxl-evenly {
        justify-content: space-evenly !important
    }

    .u-align-xxl-evenly {
        align-items: space-evenly !important
    }

    .u-alignself-xxl-evenly {
        align-self: space-evenly !important
    }

    .u-justify-xxl-between {
        justify-content: space-between !important
    }

    .u-align-xxl-between {
        align-items: space-between !important
    }

    .u-alignself-xxl-between {
        align-self: space-between !important
    }

    .u-justify-xxl-around {
        justify-content: space-around !important
    }

    .u-align-xxl-around {
        align-items: space-around !important
    }

    .u-alignself-xxl-around {
        align-self: space-around !important
    }

    .u-justify-xxl-center {
        justify-content: center !important
    }

    .u-align-xxl-center {
        align-items: center !important
    }

    .u-alignself-xxl-center {
        align-self: center !important
    }

    .u-place-xxl-start {
        place-content: start !important
    }

    .u-place-xxl-end {
        place-content: end !important
    }

    .u-place-xxl-between {
        place-content: space-between !important
    }

    .u-place-xxl-around {
        place-content: space-around !important
    }

    .u-place-xxl-center {
        place-content: center !important
    }

    .u-place-xxl-start-start {
        place-content: start start !important
    }

    .u-place-xxl-start-end {
        place-content: start end !important
    }

    .u-place-xxl-start-between {
        place-content: start space-between !important
    }

    .u-place-xxl-start-around {
        place-content: start space-around !important
    }

    .u-place-xxl-start-center {
        place-content: start center !important
    }

    .u-place-xxl-end-start {
        place-content: end start !important
    }

    .u-place-xxl-end-end {
        place-content: end end !important
    }

    .u-place-xxl-end-between {
        place-content: end space-between !important
    }

    .u-place-xxl-end-around {
        place-content: end space-around !important
    }

    .u-place-xxl-end-center {
        place-content: end center !important
    }

    .u-place-xxl-between-start {
        place-content: space-between start !important
    }

    .u-place-xxl-between-end {
        place-content: space-between end !important
    }

    .u-place-xxl-between-between {
        place-content: space-between space-between !important
    }

    .u-place-xxl-between-around {
        place-content: space-between space-around !important
    }

    .u-place-xxl-between-center {
        place-content: space-between center !important
    }

    .u-place-xxl-around-start {
        place-content: space-around start !important
    }

    .u-place-xxl-around-end {
        place-content: space-around end !important
    }

    .u-place-xxl-around-between {
        place-content: space-around space-between !important
    }

    .u-place-xxl-around-around {
        place-content: space-around space-around !important
    }

    .u-place-xxl-around-center {
        place-content: space-around center !important
    }

    .u-place-xxl-center-start {
        place-content: center start !important
    }

    .u-place-xxl-center-end {
        place-content: center end !important
    }

    .u-place-xxl-center-between {
        place-content: center space-between !important
    }

    .u-place-xxl-center-around {
        place-content: center space-around !important
    }

    .u-place-xxl-center-center {
        place-content: center center !important
    }

    .u-dir-xxl-col {
        flex-direction: column !important
    }

    .u-dir-xxl-colrev {
        flex-direction: column-reverse !important
    }

    .u-dir-xxl-rev {
        flex-direction: revert !important
    }

    .u-dir-xxl-row {
        flex-direction: row !important
    }

    .u-dir-xxl-rowrev {
        flex-direction: row-reverse !important
    }

    .u-wrap-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .u-wrap-xxl-wrap {
        flex-wrap: wrap !important
    }

    .u-wrap-xxl-reverse {
        flex-wrap: wrap-reverse !important
    }

    .u-height-xxl-32 {
        height: 32px
    }

    .u-height-xxl-40 {
        height: 40px
    }

    .u-height-xxl-48 {
        height: 48px
    }

    .u-height-xxl-50 {
        height: 50px
    }

    .u-height-xxl-60 {
        height: 60px
    }

    .u-width-xxl-100 {
        width: 100%
    }

    .u-width-xxl-95 {
        width: 95%
    }

    .u-width-xxl-90 {
        width: 90%
    }

    .u-width-xxl-85 {
        width: 85%
    }

    .u-width-xxl-80 {
        width: 80%
    }

    .u-width-xxl-75 {
        width: 75%
    }

    .u-width-xxl-70 {
        width: 70%
    }

    .u-width-xxl-65 {
        width: 65%
    }

    .u-width-xxl-60 {
        width: 60%
    }

    .u-width-xxl-55 {
        width: 55%
    }

    .u-width-xxl-50 {
        width: 50%
    }

    .u-width-xxl-45 {
        width: 45%
    }

    .u-width-xxl-40 {
        width: 40%
    }

    .u-width-xxl-35 {
        width: 35%
    }

    .u-width-xxl-30 {
        width: 30%
    }

    .u-width-xxl-25 {
        width: 25%
    }

    .u-width-xxl-20 {
        width: 20%
    }

    .u-width-xxl-15 {
        width: 15%
    }

    .u-width-xxl-10 {
        width: 10%
    }

    .u-fs-xxl-8 {
        font-size: 8px
    }

    .u-fs-xxl-10 {
        font-size: 10px
    }

    .u-fs-xxl-12 {
        font-size: 12px
    }

    .u-fs-xxl-14 {
        font-size: 14px
    }

    .u-fs-xxl-16 {
        font-size: 16px
    }

    .u-fs-xxl-18 {
        font-size: 18px
    }

    .u-fs-xxl-20 {
        font-size: 20px
    }

    .u-fs-xxl-22 {
        font-size: 22px
    }

    .u-fs-xxl-24 {
        font-size: 24px
    }

    .u-fs-xxl-26 {
        font-size: 26px
    }

    .u-fs-xxl-28 {
        font-size: 28px
    }

    .u-mt-xxl-4, .u-my-xxl-4 {
        margin-top: 4px !important
    }

    .u-me-xxl-4, .u-mx-xxl-4 {
        margin-right: 4px !important
    }

    .u-ps-xxl-4, .u-px-xxl-4 {
        padding-left: 4px !important
    }

    .u-pe-xxl-4, .u-px-xxl-4 {
        padding-right: 4px !important
    }

    .u-mb-xxl-4, .u-my-xxl-4 {
        margin-bottom: 4px !important
    }

    .u-pt-xxl-4, .u-py-xxl-4 {
        padding-top: 4px !important
    }

    .u-pb-xxl-4, .u-py-xxl-4 {
        padding-bottom: 4px !important
    }

    .u-m-xxl-4 {
        margin: 4px !important
    }

    .u-p-xxl-4 {
        padding: 4px !important
    }

    .u-ms-xxl-4 {
        margin-left: 4px !important
    }

    .u-mx-xxl-4 {
        margin-left: 4px !important
    }

    .u-me-xxl-8, .u-mx-xxl-8 {
        margin-right: 8px !important
    }

    .u-ps-xxl-8, .u-px-xxl-8 {
        padding-left: 8px !important
    }

    .u-pe-xxl-8, .u-px-xxl-8 {
        padding-right: 8px !important
    }

    .u-mt-xxl-8, .u-my-xxl-8 {
        margin-top: 8px !important
    }

    .u-mb-xxl-8, .u-my-xxl-8 {
        margin-bottom: 8px !important
    }

    .u-pt-xxl-8, .u-py-xxl-8 {
        padding-top: 8px !important
    }

    .u-pb-xxl-8, .u-py-xxl-8 {
        padding-bottom: 8px !important
    }

    .u-m-xxl-8 {
        margin: 8px !important
    }

    .u-p-xxl-8 {
        padding: 8px !important
    }

    .u-ms-xxl-8 {
        margin-left: 8px !important
    }

    .u-mx-xxl-8 {
        margin-left: 8px !important
    }

    .u-me-xxl-12, .u-mx-xxl-12 {
        margin-right: 12px !important
    }

    .u-ps-xxl-12, .u-px-xxl-12 {
        padding-left: 12px !important
    }

    .u-pe-xxl-12, .u-px-xxl-12 {
        padding-right: 12px !important
    }

    .u-mt-xxl-12, .u-my-xxl-12 {
        margin-top: 12px !important
    }

    .u-mb-xxl-12, .u-my-xxl-12 {
        margin-bottom: 12px !important
    }

    .u-pt-xxl-12, .u-py-xxl-12 {
        padding-top: 12px !important
    }

    .u-pb-xxl-12, .u-py-xxl-12 {
        padding-bottom: 12px !important
    }

    .u-m-xxl-12 {
        margin: 12px !important
    }

    .u-p-xxl-12 {
        padding: 12px !important
    }

    .u-ms-xxl-12 {
        margin-left: 12px !important
    }

    .u-mx-xxl-12 {
        margin-left: 12px !important
    }

    .u-me-xxl-16, .u-mx-xxl-16 {
        margin-right: 16px !important
    }

    .u-ps-xxl-16, .u-px-xxl-16 {
        padding-left: 16px !important
    }

    .u-pe-xxl-16, .u-px-xxl-16 {
        padding-right: 16px !important
    }

    .u-mt-xxl-16, .u-my-xxl-16 {
        margin-top: 16px !important
    }

    .u-mb-xxl-16, .u-my-xxl-16 {
        margin-bottom: 16px !important
    }

    .u-pt-xxl-16, .u-py-xxl-16 {
        padding-top: 16px !important
    }

    .u-pb-xxl-16, .u-py-xxl-16 {
        padding-bottom: 16px !important
    }

    .u-m-xxl-16 {
        margin: 16px !important
    }

    .u-p-xxl-16 {
        padding: 16px !important
    }

    .u-ms-xxl-16 {
        margin-left: 16px !important
    }

    .u-mx-xxl-16 {
        margin-left: 16px !important
    }

    .u-me-xxl-20, .u-mx-xxl-20 {
        margin-right: 20px !important
    }

    .u-ps-xxl-20, .u-px-xxl-20 {
        padding-left: 20px !important
    }

    .u-pe-xxl-20, .u-px-xxl-20 {
        padding-right: 20px !important
    }

    .u-mt-xxl-20, .u-my-xxl-20 {
        margin-top: 20px !important
    }

    .u-mb-xxl-20, .u-my-xxl-20 {
        margin-bottom: 20px !important
    }

    .u-pt-xxl-20, .u-py-xxl-20 {
        padding-top: 20px !important
    }

    .u-pb-xxl-20, .u-py-xxl-20 {
        padding-bottom: 20px !important
    }

    .u-m-xxl-20 {
        margin: 20px !important
    }

    .u-p-xxl-20 {
        padding: 20px !important
    }

    .u-ms-xxl-20 {
        margin-left: 20px !important
    }

    .u-mx-xxl-20 {
        margin-left: 20px !important
    }

    .u-me-xxl-24, .u-mx-xxl-24 {
        margin-right: 24px !important
    }

    .u-ps-xxl-24, .u-px-xxl-24 {
        padding-left: 24px !important
    }

    .u-pe-xxl-24, .u-px-xxl-24 {
        padding-right: 24px !important
    }

    .u-mt-xxl-24, .u-my-xxl-24 {
        margin-top: 24px !important
    }

    .u-mb-xxl-24, .u-my-xxl-24 {
        margin-bottom: 24px !important
    }

    .u-pt-xxl-24, .u-py-xxl-24 {
        padding-top: 24px !important
    }

    .u-pb-xxl-24, .u-py-xxl-24 {
        padding-bottom: 24px !important
    }

    .u-m-xxl-24 {
        margin: 24px !important
    }

    .u-p-xxl-24 {
        padding: 24px !important
    }

    .u-ms-xxl-24 {
        margin-left: 24px !important
    }

    .u-mx-xxl-24 {
        margin-left: 24px !important
    }

    .u-me-xxl-28, .u-mx-xxl-28 {
        margin-right: 28px !important
    }

    .u-ps-xxl-28, .u-px-xxl-28 {
        padding-left: 28px !important
    }

    .u-pe-xxl-28, .u-px-xxl-28 {
        padding-right: 28px !important
    }

    .u-mt-xxl-28, .u-my-xxl-28 {
        margin-top: 28px !important
    }

    .u-mb-xxl-28, .u-my-xxl-28 {
        margin-bottom: 28px !important
    }

    .u-pt-xxl-28, .u-py-xxl-28 {
        padding-top: 28px !important
    }

    .u-pb-xxl-28, .u-py-xxl-28 {
        padding-bottom: 28px !important
    }

    .u-m-xxl-28 {
        margin: 28px !important
    }

    .u-p-xxl-28 {
        padding: 28px !important
    }

    .u-ms-xxl-28 {
        margin-left: 28px !important
    }

    .u-mx-xxl-28 {
        margin-left: 28px !important
    }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1.4285;
    color: #333
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.4285;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .row::after, .row::before {
    display: table;
    content: " "
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container, .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

[role=button] {
    cursor: pointer
}

.container::after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 768px
    }
}

@media (min-width:992px) {
    .container {
        width: 964px
    }
}

@media (min-width:1224px) {
    .container {
        width: 1224px
    }
}

.container-fluid::after {
    clear: both
}

.row {
    margin-right: -12px;
    margin-left: -12px
}

    .row::after {
        clear: both
    }

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .row-no-gutters [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1224px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix::after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 sans-serif;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1223px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1224px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1223px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (max-width:768px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container {
        padding-left: 4px;
        padding-right: 4px
    }

    .row {
        margin-left: -4px;
        margin-right: -4px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: fallback-font;
    ascent-override: 92%;
    descent-override: 20%;
    line-gap-override: normal;
    src: local(arial)
}

.fallback {
    letter-spacing: -.2px;
    word-spacing: -2.9px
}

@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.eot);
    src: url(../fonts/iconfont.eot?#iefix) format("eot"),url(../fonts/iconfont.woff2) format("woff2"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype"),url(../fonts/iconfont.svg#iconfont) format("svg")
}

.icon::before {
    font-family: iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.icon-add::before {
    content: ""
}

.icon-adviser::before {
    content: ""
}

.icon-alert::before {
    content: ""
}

.icon-arrange::before {
    content: ""
}

.icon-arrow-down::before {
    content: ""
}

.daterangepicker .btn.cancelBtn::after, .icon-arrow-left::before {
    content: ""
}

.icon-arrow-right::before {
    content: ""
}

.icon-arrow-scroll::before {
    content: ""
}

.icon-arrow-up::before {
    content: ""
}

.icon-bookmark::before {
    content: ""
}

.icon-calendar::before {
    content: ""
}

.icon-call-me::before {
    content: ""
}

.icon-call::before {
    content: ""
}

.icon-cancel::before {
    content: ""
}

.icon-car::before {
    content: ""
}

.icon-cash::before {
    content: ""
}

.icon-check-circle::before {
    content: ""
}

.icon-check::before {
    content: ""
}

.icon-chevron-down::before {
    content: ""
}

.icon-chevron-left::before {
    content: ""
}

.icon-chevron-right::before {
    content: ""
}

.icon-chevron-up::before {
    content: ""
}

.icon-coches::before {
    content: ""
}

.icon-company::before {
    content: ""
}

.icon-compare-sidebar::before {
    content: ""
}

.icon-compare::before {
    content: ""
}

.icon-comparison::before {
    content: ""
}

.icon-contact::before {
    content: ""
}

.icon-desktop::before {
    content: ""
}

.icon-download::before {
    content: ""
}

.icon-dropdown-active::before {
    content: ""
}

.icon-dropdown::before {
    content: ""
}

.icon-edit::before {
    content: ""
}

.icon-email::before {
    content: ""
}

.icon-energy::before {
    content: ""
}

.icon-euro::before {
    content: ""
}

.icon-facebook::before {
    content: ""
}

.icon-facebook_sharer::before {
    content: ""
}

.icon-favorite::before {
    content: ""
}

.icon-file-check-mark::before {
    content: ""
}

.icon-file-refresh::before {
    content: ""
}

.icon-file::before {
    content: ""
}

.icon-filter::before {
    content: ""
}

.icon-filter_pp::before {
    content: ""
}

.icon-google::before {
    content: ""
}

.icon-heart::before {
    content: ""
}

.icon-home::before {
    content: ""
}

.icon-hub::before {
    content: ""
}

.icon-info-line::before {
    content: ""
}

.icon-info::before {
    content: ""
}

.icon-instagram::before {
    content: ""
}

.icon-internet::before {
    content: ""
}

.icon-leader::before {
    content: ""
}

.icon-like::before {
    content: ""
}

.icon-link::before {
    content: ""
}

.icon-linkedin::before {
    content: ""
}

.icon-linkedin_sharer::before {
    content: ""
}

.icon-location::before {
    content: ""
}

.icon-menu::before {
    content: ""
}

.icon-mobile::before {
    content: ""
}

.icon-news::before {
    content: ""
}

.icon-order::before {
    content: ""
}

.icon-others::before {
    content: ""
}

.icon-product-bike-ins::before {
    content: ""
}

.icon-product-burial-ins::before {
    content: ""
}

.icon-product-car-ins::before {
    content: ""
}

.icon-product-carbs::before {
    content: ""
}

.icon-product-energy::before {
    content: ""
}

.icon-product-flights::before {
    content: ""
}

.icon-product-health-ins::before {
    content: ""
}

.icon-product-home-ins::before {
    content: ""
}

.icon-product-hotels::before {
    content: ""
}

.icon-product-internet::before {
    content: ""
}

.icon-product-loans::before {
    content: ""
}

.icon-product-mobile::before {
    content: ""
}

.icon-product-mortgages::before {
    content: ""
}

.icon-product-pet-ins::before {
    content: ""
}

.icon-product-rentalcars::before {
    content: ""
}

.icon-product-telephony::before {
    content: ""
}

.icon-product-tv::before {
    content: ""
}

.icon-question-circle-empty::before {
    content: ""
}

.icon-question-circle::before {
    content: ""
}

.icon-question-desktop::before {
    content: ""
}

.icon-quit::before {
    content: ""
}

.icon-quote::before {
    content: ""
}

.icon-rastreator-dog::before {
    content: ""
}

.icon-save::before {
    content: ""
}

.icon-scooter::before {
    content: ""
}

.icon-search::before {
    content: ""
}

.icon-secured::before {
    content: ""
}

.icon-share::before {
    content: ""
}

.icon-star::before {
    content: ""
}

.icon-support::before {
    content: ""
}

.icon-system-users::before {
    content: ""
}

.icon-tarifas::before {
    content: ""
}

.icon-tools::before {
    content: ""
}

.icon-trash-mini::before {
    content: ""
}

.icon-trash::before {
    content: ""
}

.icon-travel::before {
    content: ""
}

.icon-twitter::before {
    content: ""
}

.icon-twitter_sharer::before {
    content: ""
}

.icon-users::before {
    content: ""
}

.icon-values::before {
    content: ""
}

.icon-video::before {
    content: ""
}

.icon-whatsapp::before {
    content: ""
}

.icon-whatsapp_sharer::before {
    content: ""
}

.icon-wifi::before {
    content: ""
}

.icon-world::before {
    content: ""
}

.icon-youtube::before {
    content: ""
}

#cj-wrapper::after {
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: slide-in-top
}

@media screen and (min-width:768px) {
    #cj-wrapper::after {
        animation: none
    }
}

#cj-wrapper .card-wrapper .card-container {
    animation-duration: .7s;
    animation-delay: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: open-in-top;
    overflow: hidden
}

@keyframes open-in-top {
    0% {
        height: 0;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        height: 100%;
        overflow: visible
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card-container {
        animation-duration: .3s;
        animation-delay: 0;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        animation-name: in-opacity
    }

    @keyframes in-opacity {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
}

#cj-wrapper .card-wrapper .card-container .card .question-wrapper h1 {
    animation-duration: .5s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: scale-in-opacity
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card-container .card .question-wrapper h1 {
        animation: none
    }
}

#cj-wrapper .card-wrapper .card-container .card .question-wrapper .cj-full-searcher .input-with-icon {
    animation-duration: .5s;
    animation-delay: .7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: scale-in-opacity
}

@keyframes scale-in-opacity {
    0% {
        transform: scale(.6);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card-container .card .question-wrapper .cj-full-searcher .input-with-icon {
        animation: none
    }
}

#cj-wrapper .card-wrapper .card-container .card .question-wrapper .cj-full-searcher .results {
    animation-duration: .5s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: open-in-opacity;
    overflow: hidden
}

@keyframes open-in-opacity {
    0% {
        height: 0;
        opacity: 0
    }

    100% {
        height: 100%;
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card-container .card .question-wrapper .cj-full-searcher .results {
        animation: none
    }
}

.cj-progress-bar {
    animation-duration: .2s;
    animation-delay: 0;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: scale-in-left
}

@media screen and (min-width:768px) {
    .cj-progress-bar {
        animation: none
    }
}

.cj-progress-bar ul {
    animation-duration: .3s;
    animation-delay: .1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: scale-in-left
}

@keyframes scale-in-left {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    .cj-progress-bar ul {
        animation: none
    }
}

.cj-progress-bar ul li.active .progress.animate {
    animation-duration: .3s;
    animation-delay: .3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: slide-in-left
}

@keyframes slide-in-left {
    0% {
        left: -10px
    }

    100% {
        left: 0
    }
}

.btn.solid-main {
    color: #fff;
    background-color: #3dd092;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    min-height: 46px;
    height: auto;
    padding: 11px 24px;
    border: 0;
    display: block;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .btn.solid-main {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.solid-main.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.solid-main.with-icon {
        padding: 13px 40px
    }
}

.btn.solid-main.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.solid-main.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.solid-main.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.positive-line, .btn.solid-secondary {
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    height: auto;
    display: block;
    width: 100%;
    position: relative
}

.btn.solid-main.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.solid-main.update {
        font-size: initial
    }
}

.btn.solid-main:hover {
    background-color: #27c07f;
    color: #fff;
    text-decoration: none
}

.btn.solid-main:active, .btn.solid-main:focus {
    background-color: #23b376;
    color: #fff;
    outline: 0
}

.btn.solid-secondary {
    color: #fff;
    background-color: #015368;
    font-size: 15px;
    line-height: 24px;
    min-height: 46px;
    padding: 11px 24px;
    border: 0
}

@media (min-width:768px) {
    .btn.solid-secondary {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.solid-secondary.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.solid-secondary.with-icon {
        padding: 13px 40px
    }
}

.btn.solid-secondary.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.solid-secondary.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.solid-secondary.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.solid-secondary.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.solid-secondary.update {
        font-size: initial
    }
}

.btn.solid-secondary:hover {
    background-color: #014252;
    color: #fff;
    text-decoration: none
}

.btn.solid-secondary:active, .btn.solid-secondary:focus {
    background-color: #003644;
    color: #fff;
    outline: 0
}

.btn.positive-line {
    color: #424b5a;
    background-color: transparent;
    font-size: 15px;
    line-height: 24px;
    min-height: 46px;
    padding: 11px 24px;
    border: 1px solid #c2d1d9
}

@media (min-width:768px) {
    .btn.positive-line {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.positive-line.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.positive-line.with-icon {
        padding: 13px 40px
    }
}

.btn.positive-line.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.positive-line.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.positive-line.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.positive-line.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.positive-line.update {
        font-size: initial
    }
}

.btn.positive-line:hover {
    background-color: rgba(66,75,90,.1);
    color: #424b5a;
    text-decoration: none
}

.btn.positive-line:active, .btn.positive-line:focus {
    background-color: rgba(66,75,90,.2);
    color: #424b5a;
    outline: 0
}

.btn.negative-line {
    color: #fff;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    min-height: 46px;
    height: auto;
    padding: 11px 24px;
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid rgba(255,255,255,.3)
}

@media (min-width:768px) {
    .btn.negative-line {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.negative-line.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.negative-line.with-icon {
        padding: 13px 40px
    }
}

.btn.negative-line.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.negative-line.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.negative-line.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.negative-line.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.negative-line.update {
        font-size: initial
    }
}

.btn.negative-line:hover {
    background-color: rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none
}

.btn.negative-line:active, .btn.negative-line:focus {
    background-color: rgba(255,255,255,.25);
    color: #fff;
    outline: 0
}

.btn.negative-line.white-border {
    border-color: #fff
}

.btn.help {
    color: #fff;
    background-color: #ff9872;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    min-height: 46px;
    height: auto;
    padding: 11px 24px;
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 4px
}

@media (min-width:768px) {
    .btn.help {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.help.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.help.with-icon {
        padding: 13px 40px
    }
}

.btn.help.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.help.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.help.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.help.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

.btn.help-fixed, .btn.with-icon {
    line-height: 24px;
    height: auto;
    width: 100%
}

@media (min-width:992px) {
    .btn.help.update {
        font-size: initial
    }
}

.btn.help:hover {
    background-color: #f18862;
    color: #fff;
    text-decoration: none
}

.btn.help:active, .btn.help:focus {
    background-color: #e67850;
    color: #fff;
    outline: 0
}

.btn.help .btn-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 25px
}

    .btn.help .btn-wrapper span.icon {
        display: inline-block;
        left: -25px;
        position: absolute;
        top: 52%;
        font-size: 18px;
        transform: translateY(-50%);
        color: #fff
    }

@media (min-width:768px) {
    .btn.help .btn-wrapper span.icon {
        left: -30px;
        top: 53%;
        font-size: 22px
    }
}

.btn.rounded, .btn.with-icon {
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

.btn.with-icon {
    color: #859ca8;
    background-color: #fff;
    min-height: 46px;
    padding: 11px 24px;
    display: block;
    position: relative;
    border: 1px solid #c2d1d9;
    border-radius: 4px
}

@media (min-width:768px) {
    .btn.with-icon {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.with-icon.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.with-icon.with-icon {
        padding: 13px 40px
    }
}

.btn.with-icon.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.with-icon.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.with-icon.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.with-icon.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.with-icon.update {
        font-size: initial
    }
}

.btn.with-icon:hover {
    background-color: #fafafa;
    color: #015368;
    text-decoration: none
}

.btn.with-icon:active, .btn.with-icon:focus {
    background-color: #f2f5f7;
    color: #015368;
    outline: 0
}

.btn.with-icon .btn-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 25px
}

    .btn.with-icon .btn-wrapper span.icon {
        display: inline-block;
        left: -25px;
        position: absolute;
        top: 52%;
        font-size: 18px;
        transform: translateY(-50%);
        color: #c2d1d9
    }

@media (min-width:768px) {
    .btn.with-icon .btn-wrapper span.icon {
        left: -30px;
        top: 53%;
        font-size: 22px
    }
}

.btn.with-icon span {
    color: #e2eaf0
}

.btn.with-icon:active span, .btn.with-icon:focus span, .btn.with-icon:hover span {
    color: #015368
}

.btn.help-fixed {
    color: #fff;
    background-color: #ff9872;
    font-weight: 600;
    text-align: center;
    min-height: 46px;
    padding: 9px 24px;
    border: 0;
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2px
}

@media (min-width:768px) {
    .btn.help-fixed {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.help-fixed.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.help-fixed.with-icon {
        padding: 13px 40px
    }
}

.btn.help-fixed.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.help-fixed.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.help-fixed.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.help-fixed.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.help-fixed.update {
        font-size: initial
    }
}

.btn.help-fixed:hover {
    background-color: #f18862;
    color: #fff;
    text-decoration: none
}

.btn.help-fixed:active, .btn.help-fixed:focus {
    background-color: #e67850;
    color: #fff;
    outline: 0
}

.btn.help-fixed .btn-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 25px
}

    .btn.help-fixed .btn-wrapper span.icon {
        display: inline-block;
        left: -25px;
        position: absolute;
        top: 52%;
        font-size: 18px;
        transform: translateY(-50%);
        color: #fff
    }

.btn.rounded {
    color: #424b5a;
    background-color: transparent;
    line-height: 24px;
    min-height: 46px;
    height: 46px;
    padding: 11px 24px;
    border: 0 solid #c2d1d9;
    display: block;
    width: 46px;
    border-width: 1px;
    border-radius: 50px;
    position: relative
}

@media (min-width:768px) {
    .btn.help-fixed .btn-wrapper span.icon {
        left: -30px;
        top: 53%;
        font-size: 22px
    }

    .btn.rounded {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

.btn.rounded.with-icon {
    max-height: 50px;
    min-height: 50px;
    padding: 13px 16px;
    line-height: 1em
}

@media (min-width:768px) {
    .btn.rounded.with-icon {
        padding: 13px 40px
    }
}

.btn.rounded.small {
    font-size: 14px;
    line-height: 14px;
    min-height: 30px;
    padding: 8px 24px
}

    .btn.rounded.small .btn-wrapper span {
        left: -25px;
        top: 55%;
        font-size: 16px
    }

@media (min-width:768px) {
    .btn.rounded.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

.btn.rounded.update {
    line-height: 18px;
    font-size: 14px;
    min-height: initial
}

@media (min-width:992px) {
    .btn.rounded.update {
        font-size: initial
    }
}

.btn.rounded:hover {
    background-color: rgba(66,75,90,.1);
    color: #424b5a;
    text-decoration: none
}

.btn.rounded:active, .btn.rounded:focus {
    background-color: rgba(66,75,90,.2);
    color: #424b5a;
    outline: 0
}

.btn.rounded > i {
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 52%
}

.text-center {
    text-align: center
}

.center-vertical {
    top: 50%;
    transform: translateY(-50%);
    position: relative
}

.center-horizontal {
    left: 50%;
    transform: translateX(-50%);
    position: relative
}

.center-vertical-horizontal {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative
}

.cj-help-link {
    margin-top: 16px;
    margin-bottom: 24px;
    width: 100%;
    display: block
}

    .cj-help-link a {
        color: #009fc7;
        text-decoration: underline;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600
    }

        .cj-help-link a:hover {
            text-decoration: none
        }

@media screen and (min-width:768px) {
    .cj-help-link {
        margin-top: 24px;
        margin-bottom: 48px
    }

        .cj-help-link a {
            font-size: 14px
        }
}

.cj-tooltip {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0,0,0,.07);
    display: block;
    position: relative;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-top: 16px
}

    .cj-tooltip span {
        top: 10px;
        left: 0;
        position: absolute;
        font-size: 24px;
        color: #c2d1d9
    }

    .cj-tooltip p {
        font-size: 12px;
        line-height: 18px;
        color: #859ca8;
        padding-left: 30px;
        margin: 0
    }

    .cj-tooltip.warning {
        border-top: 0;
        margin-top: 0;
        padding-top: 8px
    }

        .cj-tooltip.warning span {
            color: #ede46c;
            top: 2px
        }

@media screen and (min-width:768px) {
    .cj-tooltip {
        margin-bottom: 48px;
        margin-top: 24px
    }

        .cj-tooltip p {
            font-size: 14px;
            padding-top: 3px
        }
}

.cj-warning > div {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 12px 16px;
    margin: 16px 0
}

    .cj-warning > div.warning {
        background-color: #ff98721a
    }

    .cj-warning > div > span {
        font-size: 24px;
        color: #e67850;
        margin-right: 8px
    }

    .cj-warning > div > p {
        color: #859ca8;
        font-size: 14px;
        line-height: 18px;
        margin: 0
    }

.cj-warning.border {
    border-top: solid 1px #e2eaf0
}

.error {
    color: #a70000;
    font-weight: 600
}

    .error p {
        font-size: 12px;
        line-height: 18px;
        margin: 0
    }

.text-01-m-demibold, .text-01-m-regular {
    line-height: 36px;
    font-size: 32px;
    color: #181e28
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #181e28
}

.text-01-m-demibold {
    font-weight: 600
}

.text-01-m-regular {
    font-weight: 400
}

.text-01-m-light {
    font-size: 32px;
    font-weight: 300;
    color: #181e28;
    line-height: 36px
}

.text-02-m-demibold, .text-02-m-light, .text-02-m-regular {
    font-size: 30px;
    line-height: 36px
}

.text-02-m-demibold {
    font-weight: 600;
    color: #181e28
}

.text-02-m-regular {
    font-weight: 400;
    color: #181e28
}

.text-02-m-light {
    font-weight: 300;
    color: #181e28
}

.text-03-m-demibold, .text-03-m-light, .text-03-m-regular {
    font-size: 23px;
    color: #181e28
}

.text-03-m-demibold {
    font-weight: 600;
    line-height: 30px
}

.text-03-m-regular {
    font-weight: 400;
    line-height: 30px
}

.text-03-m-light {
    font-weight: 300;
    line-height: 30px
}

.text-04-m-demibold, .text-04-m-light, .text-04-m-regular {
    font-size: 17px;
    line-height: 22px
}

.text-04-m-demibold {
    font-weight: 600;
    color: #181e28
}

.text-04-m-regular {
    font-weight: 400;
    color: #181e28
}

.text-04-m-light {
    font-weight: 300;
    color: #181e28
}

.text-05-m-demibold, .text-05-m-light, .text-05-m-regular {
    font-size: 15px;
    color: #181e28
}

.text-05-m-demibold {
    font-weight: 600;
    line-height: 20px
}

.text-05-m-regular {
    font-weight: 400;
    line-height: 20px
}

.text-05-m-light {
    font-weight: 300;
    line-height: 20px
}

.text-06-m-demibold, .text-06-m-regular {
    color: #181e28;
    line-height: 18px;
    font-size: 15px
}

.text-06-m-demibold {
    font-weight: 600
}

.text-06-m-regular {
    font-weight: 400
}

.text-06-m-light {
    font-size: 15px;
    font-weight: 300;
    color: #181e28;
    line-height: 18px
}

.text-07-m-demibold, .text-07-m-light, .text-07-m-regular {
    font-size: 14px;
    color: #181e28;
    line-height: 18px
}

.text-07-m-demibold {
    font-weight: 600
}

.text-07-m-regular {
    font-weight: 400
}

.text-07-m-light {
    font-weight: 300
}

.text-08-m-demibold {
    font-size: 13px;
    font-weight: 600;
    color: #181e28;
    line-height: 18px
}

.text-08-m-regular {
    font-size: 13px;
    font-weight: 400;
    color: #181e28;
    line-height: 18px
}

.text-08-m-light {
    font-size: 13px;
    font-weight: 300;
    color: #181e28;
    line-height: 18px
}

.text-09-m-demibold, .text-09-m-light, .text-09-m-regular {
    font-size: 12px;
    color: #181e28;
    line-height: 18px
}

.text-09-m-demibold {
    font-weight: 600
}

.text-09-m-regular {
    font-weight: 400
}

.text-09-m-light {
    font-weight: 300
}

.text-10-m-demibold, .text-10-m-light, .text-10-m-regular {
    font-size: 11px;
    color: #181e28;
    line-height: 14px
}

.text-10-m-demibold {
    font-weight: 600
}

.text-10-m-regular {
    font-weight: 400
}

.text-10-m-light {
    font-weight: 300
}

@media (min-width:768px) {
    .error p {
        margin-top: -8px
    }

    .help-wrapper .error {
        margin-top: 0
    }

    .text-01-d-demibold, .text-01-d-light, .text-01-d-regular {
        font-size: 44px;
        color: #181e28;
        line-height: 56px
    }

    .text-01-d-demibold {
        font-weight: 600
    }

    .text-01-d-regular {
        font-weight: 400
    }

    .text-01-d-light {
        font-weight: 300
    }

    .text-02-d-demibold, .text-02-d-light, .text-02-d-regular {
        font-size: 38px;
        color: #181e28;
        line-height: 48px
    }

    .text-02-d-demibold {
        font-weight: 600
    }

    .text-02-d-regular {
        font-weight: 400
    }

    .text-02-d-light {
        font-weight: 300
    }

    .text-03-d-demibold, .text-03-d-light, .text-03-d-regular {
        font-size: 32px;
        color: #181e28;
        line-height: 36px
    }

    .text-03-d-demibold {
        font-weight: 600
    }

    .text-03-d-regular {
        font-weight: 400
    }

    .text-03-d-light {
        font-weight: 300
    }

    .text-04-d-demibold, .text-04-d-light, .text-04-d-regular {
        font-size: 28px;
        color: #181e28;
        line-height: 32px
    }

    .text-04-d-demibold {
        font-weight: 600
    }

    .text-04-d-regular {
        font-weight: 400
    }

    .text-04-d-light {
        font-weight: 300
    }

    .text-05-d-demibold, .text-05-d-light, .text-05-d-regular {
        font-size: 23px;
        color: #181e28;
        line-height: 30px
    }

    .text-05-d-demibold {
        font-weight: 600
    }

    .text-05-d-regular {
        font-weight: 400
    }

    .text-05-d-light {
        font-weight: 300
    }

    .text-06-d-demibold, .text-06-d-light, .text-06-d-regular {
        font-size: 18px;
        color: #181e28;
        line-height: 26px
    }

    .text-06-d-demibold {
        font-weight: 600
    }

    .text-06-d-regular {
        font-weight: 400
    }

    .text-06-d-light {
        font-weight: 300
    }

    .text-07-d-demibold, .text-07-d-light, .text-07-d-regular {
        font-size: 17px;
        color: #181e28;
        line-height: 25px
    }

    .text-07-d-demibold {
        font-weight: 600
    }

    .text-07-d-regular {
        font-weight: 400
    }

    .text-07-d-light {
        font-weight: 300
    }

    .text-08-d-demibold, .text-08-d-light, .text-08-d-regular {
        font-size: 16px;
        color: #181e28;
        line-height: 20px
    }

    .text-08-d-demibold {
        font-weight: 600
    }

    .text-08-d-regular {
        font-weight: 400
    }

    .text-08-d-light {
        font-weight: 300
    }

    .text-09-d-demibold, .text-09-d-light, .text-09-d-regular {
        font-size: 15px;
        color: #181e28;
        line-height: 24px
    }

    .text-09-d-demibold {
        font-weight: 600
    }

    .text-09-d-regular {
        font-weight: 400
    }

    .text-09-d-light {
        font-weight: 300
    }

    .text-10-d-demibold, .text-10-d-regular {
        color: #181e28;
        line-height: 18px;
        font-size: 15px
    }

    .text-10-d-demibold {
        font-weight: 600
    }

    .text-10-d-regular {
        font-weight: 400
    }

    .text-10-d-light {
        font-size: 15px;
        font-weight: 300;
        color: #181e28;
        line-height: 18px
    }

    .text-11-d-demibold, .text-11-d-light, .text-11-d-regular {
        font-size: 14px;
        color: #181e28;
        line-height: 18px
    }

    .text-11-d-demibold {
        font-weight: 600
    }

    .text-11-d-regular {
        font-weight: 400
    }

    .text-11-d-light {
        font-weight: 300
    }

    .text-12-d-demibold, .text-12-d-light, .text-12-d-regular {
        font-size: 14px;
        color: #181e28;
        line-height: 16px
    }

    .text-12-d-demibold {
        font-weight: 600
    }

    .text-12-d-regular {
        font-weight: 400
    }

    .text-12-d-light {
        font-weight: 300
    }

    .text-13-d-demibold, .text-13-d-light, .text-13-d-regular {
        font-size: 12px;
        color: #181e28;
        line-height: 18px
    }

    .text-13-d-demibold {
        font-weight: 600
    }

    .text-13-d-regular {
        font-weight: 400
    }

    .text-13-d-light {
        font-weight: 300
    }

    .text-14-d-demibold, .text-14-d-light, .text-14-d-regular {
        font-size: 10px;
        color: #181e28;
        line-height: 10px
    }

    .text-14-d-demibold {
        font-weight: 600
    }

    .text-14-d-regular {
        font-weight: 400
    }

    .text-14-d-light {
        font-weight: 300
    }
}

.white {
    color: #fff
}

.shadow-1 {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.06)
}

.shadow-2 {
    box-shadow: 0 16px 20px 0 rgba(0,0,0,.07)
}

.shadow-3 {
    box-shadow: 0 19px 35px 0 rgba(58,111,175,.19)
}

.shadow-4 {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05)
}

.shadow-5 {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.06)
}

.shadow-6 {
    box-shadow: 0 -5px 4px 0 rgba(0,0,0,.07)
}

.shadow-7 {
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.07)
}

.shadow-8 {
    box-shadow: 0 -8px 10px 0 rgba(0,0,0,.07)
}

.shadow-9 {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.06)
}

@media screen and (min-width:992px) {
    .shadow-9 {
        box-shadow: 0 1px 9px 0 rgba(0,0,0,.06)
    }
}

.shadow-10 {
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,.07)
}

.shadow-11 {
    box-shadow: 6px 6px 20px 0 rgba(0,0,0,.05)
}

.input-with-icon {
    position: relative
}

    .input-with-icon span {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #c2d1d9;
        font-size: 20px
    }

    .input-with-icon input {
        width: 100%;
        border-radius: 4px;
        padding: 16px 16px 16px 50px;
        color: #015368;
        font-weight: 600;
        border: 2px solid #e2eaf0;
        font-size: 14px;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .input-with-icon input:focus {
            border-color: #009fc7;
            outline: 0
        }

        .input-with-icon input::-moz-placeholder {
            color: #859ca8
        }

        .input-with-icon input::placeholder {
            color: #859ca8
        }

@media (min-width:768px) {
    .input-with-icon span {
        left: 24px
    }

    .input-with-icon input {
        font-size: 15px;
        padding: 19px 24px 19px 64px
    }
}

select::-ms-expand {
    display: none
}

.form-control {
    margin-bottom: 8px
}

    .form-control.with-label {
        margin-bottom: 16px
    }

    .form-control.input label {
        font-size: 15px;
        color: #424b5a;
        margin-bottom: 16px;
        display: block
    }

    .form-control.input input, .form-control.input textarea {
        border: 2px solid #e2eaf0;
        padding: 15px 20px;
        font-size: 14px;
        color: #015368;
        border-radius: 4px;
        font-weight: 600;
        line-height: normal;
        width: 100%
    }

        .form-control.input input:active, .form-control.input input:focus, .form-control.input textarea:active, .form-control.input textarea:focus {
            border-color: #009fc7;
            color: #015368;
            outline: 0
        }

        .form-control.input input:not(:-moz-placeholder), .form-control.input textarea:not(:-moz-placeholder) {
            color: #015368
        }

        .form-control.input input:not(:placeholder-shown), .form-control.input textarea:not(:placeholder-shown) {
            color: #015368
        }

        .form-control.input input::-moz-placeholder, .form-control.input textarea::-moz-placeholder {
            color: #859ca8
        }

        .form-control.input input::placeholder, .form-control.input textarea::placeholder {
            color: #859ca8
        }

        .form-control.input input.error, .form-control.input textarea.error {
            border-color: #a70000
        }

            .form-control.input input.error + .error-txt, .form-control.input textarea.error + .error-txt {
                display: block;
                color: #a70000;
                font-size: 12px;
                margin-top: 8px;
                font-weight: 600;
                margin-bottom: 0;
                letter-spacing: inherit
            }

        .form-control.input input + .error-txt, .form-control.input textarea + .error-txt, .form-control.input-placeholder-to-label .has-float-label:has(select.float-label option:first-child:checked) span {
            display: none
        }

        .form-control.input input.inline, .form-control.input textarea.inline {
            font-size: 12px;
            padding: 16px 20px
        }

@media (width <= 400px) {
    .form-control.input input.inline, .form-control.input textarea.inline {
        padding: 16px 10px
    }
}

@media (min-width:768px) {
    .form-control.input input, .form-control.input input.inline, .form-control.input textarea, .form-control.input textarea.inline {
        font-size: 15px;
        padding: 19px 24px
    }
}

.form-control.input.negative input:active, .form-control.input.negative input:focus {
    border-color: #009fc7;
    color: #015368
}

.form-control.input.positive input:active, .form-control.input.positive input:focus {
    border-color: #015368;
    color: #015368
}

.form-control.input-placeholder-to-label .has-float-label {
    display: block;
    position: relative
}

    .form-control.input-placeholder-to-label .has-float-label label, .form-control.input-placeholder-to-label .has-float-label > span {
        position: absolute;
        left: 20px;
        right: 20px;
        cursor: text;
        font-size: 8px;
        opacity: 1;
        transition: all .2s;
        top: 9px;
        background-color: #fff;
        transform: none;
        font-weight: 600;
        color: #009fc7
    }

@media (min-width:768px) {
    .form-control.input-placeholder-to-label .has-float-label label, .form-control.input-placeholder-to-label .has-float-label > span {
        top: 14px;
        left: 24px
    }
}

.form-control.input-placeholder-to-label .has-float-label.error > span {
    color: #a70000
}

.form-control.input-placeholder-to-label .has-float-label input, .form-control.input-placeholder-to-label .has-float-label textarea {
    padding: 15px 20px;
    border-radius: 4px;
    border: 2px solid #e2eaf0;
    width: 100%;
    font-weight: 600;
    color: #424b5a
}

    .form-control.input-placeholder-to-label .has-float-label input::-moz-placeholder, .form-control.input-placeholder-to-label .has-float-label textarea::-moz-placeholder {
        opacity: 1;
        -moz-transition: all .2s;
        transition: all .2s;
        color: #fff
    }

    .form-control.input-placeholder-to-label .has-float-label input::placeholder, .form-control.input-placeholder-to-label .has-float-label textarea::placeholder {
        opacity: 1;
        transition: all .2s;
        color: #fff
    }

    .form-control.input-placeholder-to-label .has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .form-control.input-placeholder-to-label .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0
    }

    .form-control.input-placeholder-to-label .has-float-label input:-moz-placeholder:not(:focus)::placeholder, .form-control.input-placeholder-to-label .has-float-label textarea:-moz-placeholder:not(:focus)::placeholder {
        opacity: 0
    }

    .form-control.input-placeholder-to-label .has-float-label input:placeholder-shown:not(:focus)::placeholder, .form-control.input-placeholder-to-label .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
        opacity: 0
    }

    .form-control.input-placeholder-to-label .has-float-label input:-moz-placeholder:not(:focus) + span, .form-control.input-placeholder-to-label .has-float-label textarea:-moz-placeholder:not(:focus) + span {
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        font-weight: 600;
        color: #859ca8
    }

    .form-control.input-placeholder-to-label .has-float-label input:placeholder-shown:not(:focus) + span, .form-control.input-placeholder-to-label .has-float-label textarea:placeholder-shown:not(:focus) + span {
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        font-weight: 600;
        color: #859ca8
    }

    .form-control.input-placeholder-to-label .has-float-label input:focus, .form-control.input-placeholder-to-label .has-float-label textarea:focus {
        padding-top: 19px;
        padding-bottom: 11px;
        border-color: #009fc7;
        outline: 0;
        color: #015368
    }

    .form-control.input-placeholder-to-label .has-float-label input:not(:-moz-placeholder), .form-control.input-placeholder-to-label .has-float-label textarea:not(:-moz-placeholder) {
        padding-top: 23px;
        padding-bottom: 11px;
        border-color: #e2eaf0;
        color: #015368
    }

    .form-control.input-placeholder-to-label .has-float-label input:not(:placeholder-shown), .form-control.input-placeholder-to-label .has-float-label textarea:not(:placeholder-shown) {
        padding-top: 23px;
        padding-bottom: 11px;
        border-color: #e2eaf0;
        color: #015368
    }

@media (min-width:768px) {
    .form-control.input-placeholder-to-label .has-float-label input, .form-control.input-placeholder-to-label .has-float-label textarea {
        padding: 15px 20px
    }

        .form-control.input-placeholder-to-label .has-float-label input:not(:-moz-placeholder), .form-control.input-placeholder-to-label .has-float-label textarea:not(:-moz-placeholder) {
            padding-top: 19px;
            padding-bottom: 11px
        }

        .form-control.input-placeholder-to-label .has-float-label input:focus, .form-control.input-placeholder-to-label .has-float-label input:not(:placeholder-shown), .form-control.input-placeholder-to-label .has-float-label textarea:focus, .form-control.input-placeholder-to-label .has-float-label textarea:not(:placeholder-shown) {
            padding-top: 19px;
            padding-bottom: 11px
        }
}

.form-control.input-placeholder-to-label .has-float-label textarea {
    padding: 17px 20px;
    resize: none
}

    .form-control.input-placeholder-to-label .has-float-label textarea:-moz-placeholder:not(:focus) + span {
        top: 17px;
        transform: translate(0)
    }

    .form-control.input-placeholder-to-label .has-float-label textarea:placeholder-shown:not(:focus) + span {
        top: 17px;
        transform: translate(0)
    }

    .form-control.input-placeholder-to-label .has-float-label textarea:not(:-moz-placeholder) {
        padding-top: 24px;
        padding-bottom: 10px
    }

    .form-control.input-placeholder-to-label .has-float-label textarea:focus, .form-control.input-placeholder-to-label .has-float-label textarea:not(:placeholder-shown) {
        padding-top: 24px;
        padding-bottom: 10px
    }

@media (min-width:768px) {
    .form-control.input-placeholder-to-label .has-float-label textarea {
        padding: 21px 24px
    }

        .form-control.input-placeholder-to-label .has-float-label textarea:not(:-moz-placeholder) {
            padding-top: 27px;
            padding-bottom: 15px
        }

        .form-control.input-placeholder-to-label .has-float-label textarea:focus, .form-control.input-placeholder-to-label .has-float-label textarea:not(:placeholder-shown) {
            padding-top: 27px;
            padding-bottom: 15px
        }

        .form-control.input-placeholder-to-label .has-float-label textarea:-moz-placeholder:not(:focus) + span {
            font-size: 15px
        }

        .form-control.input-placeholder-to-label .has-float-label textarea:placeholder-shown:not(:focus) + span {
            font-size: 15px
        }
}

.form-control.input-placeholder-to-label .has-float-label input.error {
    border: 2px solid #a70000
}

.form-control.input-placeholder-to-label .has-float-label.select-float-label {
    margin-bottom: 0
}

    .form-control.input-placeholder-to-label .has-float-label.select-float-label:has(select.float-label option:first-child:checked) .float-label {
        color: #859ca8
    }

@media screen and (max-width:768px) {
    .form-control.input-placeholder-to-label .has-float-label:has(select.float-label option:checked:not(:first-child)) .float-label {
        padding-top: 18px;
        padding-bottom: 10px
    }
}

.form-control.input-placeholder-to-label .error-txt {
    color: #a70000;
    font-size: 12px;
    margin: 8px 0 0;
    font-weight: 600
}

.form-control.selector .selector-wrapper {
    width: 100%
}

    .form-control.selector .selector-wrapper .card-selector {
        color: #424b5a;
        border: 1px solid #f2f5f7;
        border-radius: 4px;
        cursor: pointer;
        overflow: hidden;
        background-color: #fff
    }

        .form-control.selector .selector-wrapper .card-selector .title {
            width: 100%;
            height: 100%;
            padding: 16px 20px;
            display: block;
            color: #424b5a;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600
        }

            .form-control.selector .selector-wrapper .card-selector .title .subtitle {
                display: block;
                width: 100%;
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                margin-top: 4px;
                color: #424b5a
            }

@media (min-width:768px) {
    .form-control.selector .selector-wrapper .card-selector .title {
        padding: 19px 24px
    }

        .form-control.selector .selector-wrapper .card-selector .title .title {
            font-size: 15px
        }
}

.form-control.selector .selector-wrapper .card-selector:hover {
    background-color: #fafafa
}

.form-control.selector .selector-wrapper input {
    display: none
}

    .form-control.selector .selector-wrapper input:checked + .card-selector {
        border: 1px solid #3dd092
    }

        .form-control.selector .selector-wrapper input:checked + .card-selector .title, .form-control.selector .selector-wrapper input:checked + .card-selector .title .subtitle {
            color: #3dd092
        }

        .form-control.selector .selector-wrapper input:checked + .card-selector:hover {
            background-color: #fff
        }

.form-control.normal-radio label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px
}

    .form-control.normal-radio label input {
        width: 0;
        height: 0;
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .form-control.normal-radio label input:checked ~ .radiomark span {
            background-color: #009fc7;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 50%
        }

        .form-control.normal-radio label input:checked ~ .radiomark.white span {
            background-color: #fff
        }

        .form-control.normal-radio label input:checked ~ .radiomark::after {
            display: block
        }

    .form-control.normal-radio label .radiomark {
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        position: absolute;
        padding: 5px;
        background-color: transparent;
        border-radius: 50%;
        border: 1px solid #e2eaf0
    }

        .form-control.normal-radio label .radiomark::after {
            top: 9px;
            left: 9px;
            width: 8px;
            height: 8px;
            position: absolute;
            content: "";
            display: none;
            border-radius: 50%
        }

    .form-control.normal-radio label p {
        margin: 0;
        font-size: 15px;
        font-weight: 600
    }

.form-control.normal-radio-icon.normal-radio-icon {
    max-width: 136px
}

@media (min-width:768px) {
    .form-control.normal-radio-icon.normal-radio-icon {
        max-width: 180px;
        width: 100%
    }
}

.form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #424b5a;
    border: 1px solid #f2f5f7;
    border-radius: 5px;
    cursor: pointer
}

    .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark-container .radiomark {
        top: 8px;
        left: auto;
        right: 8px;
        width: 16px;
        height: 16px;
        transform: translateY(0)
    }

        .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark-container .radiomark::after {
            top: -1px;
            left: 3px;
            width: 6px;
            height: 11px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg)
        }

@media (min-width:768px) {
    .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark-container .radiomark {
        width: 24px;
        height: 24px
    }

        .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark-container .radiomark::after {
            top: 2px;
            left: 7px;
            width: 7px;
            height: 13px
        }
}

.form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark-container:hover {
    background-color: #fafafa
}

.form-control.normal-radio-icon.normal-radio-icon .normal-radio-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

    .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container input:checked + .radiomark-container {
        color: #3dd092;
        border: 1px solid #3dd092
    }

        .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container input:checked + .radiomark-container .radiomark {
            background-color: #3dd092;
            border: 2px solid #3dd092
        }

            .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container input:checked + .radiomark-container .radiomark::after {
                display: block
            }

.form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark {
    left: 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0
}

    .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark::after {
        content: "";
        position: absolute;
        display: none
    }

@media (min-width:768px) {
    .form-control.normal-radio-icon.normal-radio-icon .normal-radio-container .radiomark {
        left: 24px
    }
}

.form-control.normal-radio-icon.normal-radio-icon .oval {
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #d2f4ff;
    border-radius: 50%;
    margin: 13.5px 38px
}

    .form-control.normal-radio-icon.normal-radio-icon .oval span {
        left: 30%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        color: #424b5a
    }

@media (min-width:768px) {
    .form-control.normal-radio-icon.normal-radio-icon .oval {
        width: 90px;
        height: 90px;
        margin: 24px 45px
    }

        .form-control.normal-radio-icon.normal-radio-icon .oval span {
            font-size: 35px
        }
}

.form-control.normal-radio-icon.normal-radio-icon .image img {
    margin: 13.5px 38px;
    max-width: 60px;
    height: auto
}

@media (min-width:768px) {
    .form-control.normal-radio-icon.normal-radio-icon .image img {
        margin: 24px 45px;
        max-width: 90px
    }
}

.form-control.normal-radio-icon.normal-radio-icon .item {
    font-size: 12px;
    padding: 0 8px 16px;
    margin: 0;
    font-weight: 600;
    color: #424b5a
}

@media (min-width:768px) {
    .form-control.normal-radio-icon.normal-radio-icon .item {
        font-size: 15px;
        line-height: 16px;
        padding: 0 16px 24px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .form-control.normal-radio-icon.normal-radio-icon .item {
        padding: 0 12px 24px;
        font-size: 14px
    }
}

.form-control.normal-checkbox .normal-checkbox-container .checkmark-container {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #424b5a
}

.form-control.normal-checkbox .normal-checkbox-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

    .form-control.normal-checkbox .normal-checkbox-container input:checked + .checkmark-container .checkmark {
        background-color: #3dd092;
        border: 2px solid #3dd092
    }

        .form-control.normal-checkbox .normal-checkbox-container input:checked + .checkmark-container .checkmark::after {
            display: block;
            border-color: #fff
        }

.form-control.normal-checkbox .normal-checkbox-container.error .checkmark {
    border-color: #a70000
}

.form-control.normal-checkbox .normal-checkbox-container .checkmark {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0;
    display: inline-block
}

    .form-control.normal-checkbox .normal-checkbox-container .checkmark::after {
        top: 0;
        left: 5px;
        width: 7px;
        height: 13px;
        position: absolute;
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    .form-control.normal-checkbox .normal-checkbox-container .checkmark + span {
        padding: 16px 16px 12px 36px;
        display: inline-block
    }

.form-control.normal-checkbox.white .normal-checkbox-container .checkmark-container {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.form-control.normal-checkbox.white .normal-checkbox-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

    .form-control.normal-checkbox.white .normal-checkbox-container input:checked + .checkmark-container .checkmark {
        background-color: #3dd092;
        border: 2px solid #3dd092
    }

        .form-control.normal-checkbox.white .normal-checkbox-container input:checked + .checkmark-container .checkmark::after {
            display: block;
            border-color: #fff
        }

.form-control.normal-checkbox.white .normal-checkbox-container.error .checkmark {
    border-color: #a70000
}

.form-control.normal-checkbox.white .normal-checkbox-container .checkmark {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0;
    display: inline-block
}

    .form-control.normal-checkbox.white .normal-checkbox-container .checkmark::after {
        top: 0;
        left: 5px;
        width: 7px;
        height: 13px;
        position: absolute;
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    .form-control.normal-checkbox.white .normal-checkbox-container .checkmark + span {
        padding: 16px 16px 12px 36px;
        display: inline-block
    }

.form-control.normal-checkbox.orange .normal-checkbox-container .checkmark-container {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.form-control.normal-checkbox.orange .normal-checkbox-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

    .form-control.normal-checkbox.orange .normal-checkbox-container input:checked + .checkmark-container .checkmark {
        background-color: #fff;
        border: 2px solid #fff
    }

        .form-control.normal-checkbox.orange .normal-checkbox-container input:checked + .checkmark-container .checkmark::after {
            display: block;
            border-color: #ff9872
        }

.form-control.normal-checkbox.orange .normal-checkbox-container.error .checkmark {
    border-color: #a70000
}

.form-control.normal-checkbox.orange .normal-checkbox-container .checkmark {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0;
    display: inline-block
}

    .form-control.normal-checkbox.orange .normal-checkbox-container .checkmark::after {
        top: 0;
        left: 5px;
        width: 7px;
        height: 13px;
        position: absolute;
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    .form-control.normal-checkbox.orange .normal-checkbox-container .checkmark + span {
        padding: 16px 16px 12px 36px;
        display: inline-block
    }

.form-control.normal-checkbox.captcha {
    display: inline-block;
    background-color: #f2f5f7;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 8px
}

.form-control.normal-checkbox-box .normal-checkbox-container .checkmark-container {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    font-weight: 600;
    color: #424b5a;
    border: 1px solid #f2f5f7;
    border-radius: 5px
}

.form-control.normal-checkbox-box .normal-checkbox-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

    .form-control.normal-checkbox-box .normal-checkbox-container input:checked + .checkmark-container {
        color: #3dd092;
        border: 1px solid #3dd092
    }

        .form-control.normal-checkbox-box .normal-checkbox-container input:checked + .checkmark-container .checkmark {
            background-color: #3dd092;
            border: 2px solid #3dd092
        }

            .form-control.normal-checkbox-box .normal-checkbox-container input:checked + .checkmark-container .checkmark::after {
                display: block
            }

.form-control.normal-checkbox-box .normal-checkbox-container .checkmark {
    left: 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0
}

    .form-control.normal-checkbox-box .normal-checkbox-container .checkmark::after {
        top: 2px;
        left: 7px;
        width: 7px;
        height: 13px;
        position: absolute;
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

.form-control.normal-checkbox-box .normal-checkbox-container.error .checkmark, .form-control.select.error .select-wrapper {
    border-color: #a70000
}

.form-control.normal-checkbox-box .normal-checkbox-container .checkmark + span {
    padding: 14.5px 16px 14.5px 56px
}

.form-control.normal-checkbox-icon.normal-checkbox-icon {
    max-width: 136px
}

@media (min-width:768px) {
    .form-control.normal-checkbox-box .normal-checkbox-container .checkmark {
        left: 24px
    }

        .form-control.normal-checkbox-box .normal-checkbox-container .checkmark + span {
            padding: 21px 21px 21px 64px
        }

    .form-control.normal-checkbox-icon.normal-checkbox-icon {
        max-width: 180px;
        width: 100%
    }
}

.form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #424b5a;
    border: 1px solid #f2f5f7;
    border-radius: 5px;
    cursor: pointer
}

    .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark-container .checkmark {
        top: 8px;
        left: auto;
        right: 8px;
        width: 16px;
        height: 16px;
        transform: translateY(0)
    }

        .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark-container .checkmark::after {
            top: -1px;
            left: 3px;
            width: 6px;
            height: 11px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg)
        }

@media (min-width:768px) {
    .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark-container .checkmark {
        width: 24px;
        height: 24px
    }

        .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark-container .checkmark::after {
            top: 2px;
            left: 7px;
            width: 7px;
            height: 13px
        }
}

.form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

    .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container input:checked + .checkmark-container {
        color: #3dd092;
        border: 1px solid #3dd092
    }

        .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container input:checked + .checkmark-container .checkmark {
            background-color: #3dd092;
            border: 2px solid #3dd092
        }

            .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container input:checked + .checkmark-container .checkmark::after {
                display: block
            }

.form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark {
    left: 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e2eaf0
}

    .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark::after {
        content: "";
        position: absolute;
        display: none
    }

@media (min-width:768px) {
    .form-control.normal-checkbox-icon.normal-checkbox-icon .normal-checkbox-container .checkmark {
        left: 24px
    }
}

.form-control.normal-checkbox-icon.normal-checkbox-icon .oval {
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #d2f4ff;
    border-radius: 50%;
    margin: 13.5px 38px
}

    .form-control.normal-checkbox-icon.normal-checkbox-icon .oval span {
        left: 30%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        color: #424b5a
    }

@media (min-width:768px) {
    .form-control.normal-checkbox-icon.normal-checkbox-icon .oval {
        width: 90px;
        height: 90px;
        margin: 24px 45px
    }

        .form-control.normal-checkbox-icon.normal-checkbox-icon .oval span {
            font-size: 35px
        }
}

.form-control.normal-checkbox-icon.normal-checkbox-icon .image img {
    margin: 13.5px 38px;
    max-width: 60px;
    height: auto
}

@media (min-width:768px) {
    .form-control.normal-checkbox-icon.normal-checkbox-icon .image img {
        margin: 24px 45px;
        max-width: 90px
    }
}

.form-control.normal-checkbox-icon.normal-checkbox-icon .item {
    margin: 0;
    font-size: 12px;
    padding: 0 16px 16px;
    color: #424b5a;
    text-align: center
}

@media (min-width:768px) {
    .form-control.normal-checkbox-icon.normal-checkbox-icon .item {
        font-size: 15px;
        line-height: 16px;
        padding: 0 24px 24px
    }
}

.form-control.select label {
    font-size: 15px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    color: #424b5a
}

.form-control.select p.error {
    display: none
}

.form-control.select.error .select-wrapper select {
    color: #424b5a
}

.form-control.select.error p.error {
    color: #a70000;
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px
}

.form-control.select .select-wrapper {
    border-radius: 4px;
    position: relative;
    border: 2px solid #e2eaf0
}

    .form-control.select .select-wrapper select {
        background-image: url(../img/shared/dropdown.svg);
        background-repeat: no-repeat;
        background-position: 99%;
        background-size: 25px;
        background-color: #fff;
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #859ca8;
        border: 0;
        width: 100%;
        padding: 14px 35px 14px 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        line-height: normal;
        border-radius: 4px
    }

.daterangepicker .ranges li:hover, .divider {
    background-color: #f2f5f7
}

.modal.help .modal-wrapper input:focus, .modal.normal .modal-wrapper input:focus {
    border-color: #015368
}

.form-control.select .select-wrapper select:focus {
    color: #000;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #009fc7
}

.form-control.select .select-wrapper select.inline {
    font-size: 12px;
    padding: 16px 35px 16px 20px
}

@media screen and (width <= 400px) {
    .form-control.select .select-wrapper select.inline {
        padding: 16px 22px 16px 10px
    }
}

@media screen and (min-width:768px) {
    .form-control.select .select-wrapper select {
        padding: 19px 35px 19px 24px;
        font-size: 16px;
        line-height: normal
    }

        .form-control.select .select-wrapper select.inline {
            font-size: 15px;
            padding: 19px 35px 19px 24px
        }
}

.form-control .result-txt {
    font-size: 23px;
    color: #015368
}

@media screen and (min-width:768px) {
    .form-control {
        margin-bottom: 16px
    }

        .form-control.with-label {
            margin-bottom: 32px
        }

        .form-control .result-txt {
            font-size: 28px;
            margin-top: 16px
        }
}

.divider {
    width: 100%;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px
}

    .divider.vertical {
        height: 100%;
        width: 1px;
        background-color: #e2eaf0;
        margin: 0 8px;
        min-height: 30px
    }

.modal.help {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff9872;
    color: #fff;
    display: none;
    z-index: 999;
    max-height: 100%;
    overflow-y: auto;
    animation-duration: 1s;
    padding: initial
}

    .modal.help.active {
        animation-name: fadeIn;
        display: block;
        animation-duration: 1s
    }

    .modal.help .modal-wrapper {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        max-height: 100%;
        overflow: auto;
        overflow-x: hidden
    }

    .modal.help .title {
        margin-bottom: 24px;
        color: #fff
    }

        .modal.help .title h2 {
            margin: 0;
            color: #fff;
            font-size: 23px;
            line-height: 30px;
            font-weight: 400
        }

    .modal.help .image {
        margin-bottom: 32px
    }

        .modal.help .image img {
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: auto;
            max-width: 560px;
            position: relative
        }

    .modal.help .icon-cancel {
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
        color: #fff;
        font-size: 24px
    }

    .modal.help .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 15px;
        cursor: pointer;
        color: #fff;
        font-size: 22px
    }

    .modal.help form label {
        color: #fff
    }

    .modal.help form button {
        margin-top: 16px;
        display: initial
    }

    .modal.help .results {
        margin-top: 32px;
        display: none
    }

        .modal.help .results .result-text {
            color: #fff;
            font-size: 23px;
            display: block;
            margin-bottom: 24px;
            text-align: center
        }

        .modal.help .results.active {
            display: block
        }

@media (min-width:992px) {
    .modal.help .icon-arrow-left {
        top: 18px
    }

    .modal.help {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 8px;
        height: auto;
        max-width: 588px;
        width: 100%;
        padding: 56px 88px
    }

        .modal.help .modal-wrapper {
            transform: none;
            top: inherit
        }

            .modal.help .modal-wrapper .title {
                margin-bottom: 32px
            }

                .modal.help .modal-wrapper .title h2, .modal.help .results span {
                    font-size: 28px;
                    line-height: 32px
                }
}

.modal.help .title {
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    width: 200px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    margin-bottom: initial;
    letter-spacing: .9px;
    text-transform: uppercase
}

.modal.help .form-control {
    margin-bottom: 0
}

@media (min-width:992px) {
    .modal.help {
        top: initial;
        bottom: 10%;
        left: 16px;
        height: auto;
        width: 260px;
        border-radius: 4px;
        display: flex;
        overflow: hidden auto;
        transform: translate(0,0);
        padding: 0 0 24px
    }
}

.modal.normal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #009fc7;
    color: #fff;
    display: none;
    z-index: 999;
    padding: 40px;
    max-height: 100%;
    overflow-y: auto;
    animation-duration: 1s
}

    .modal.normal.active {
        animation-name: fadeIn;
        display: block;
        animation-duration: 1s
    }

    .modal.normal .modal-wrapper {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        max-height: 100%;
        overflow: auto;
        overflow-x: hidden
    }

    .modal.normal .title {
        width: 100%;
        margin-bottom: 24px;
        color: #fff;
        font-weight: 600;
        text-align: center
    }

        .modal.normal .title h2 {
            margin: 0;
            color: #fff;
            font-size: 23px;
            line-height: 30px;
            font-weight: 400
        }

    .modal.normal .image {
        margin-bottom: 32px
    }

        .modal.normal .image img {
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: auto;
            max-width: 560px;
            position: relative
        }

    .modal.normal .icon-cancel {
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
        color: #fff;
        font-size: 24px
    }

    .modal.normal .icon-arrow-left {
        position: absolute;
        left: 15px;
        top: 15px;
        cursor: pointer;
        color: #fff;
        font-size: 22px
    }

    .modal.normal form label {
        color: #fff
    }

    .modal.normal form button {
        margin-top: 16px;
        display: initial
    }

    .modal.normal .results {
        margin-top: 32px;
        display: none
    }

        .modal.normal .results .result-text {
            color: #fff;
            font-size: 23px;
            display: block;
            margin-bottom: 24px;
            text-align: center
        }

        .modal.normal .results.active {
            display: block
        }

@media (min-width:992px) {
    .modal.normal .icon-arrow-left {
        top: 18px
    }

    .modal.normal {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 8px;
        height: auto;
        max-width: 588px;
        width: 100%;
        padding: 56px 88px
    }

        .modal.normal .modal-wrapper {
            transform: none;
            top: inherit
        }

            .modal.normal .modal-wrapper .title {
                margin-bottom: 32px
            }

                .modal.normal .modal-wrapper .title h2, .modal.normal .results span {
                    font-size: 28px;
                    line-height: 32px
                }
}

.modal.normal.edit {
    padding: 88px 56px
}

    .modal.normal.edit .title {
        margin-bottom: 0;
        text-align: left
    }

@media (max-width:991px) {
    .modal.normal.edit {
        padding: 40px 16px 16px
    }
}

.modal.slide-left {
    position: fixed;
    right: -100%;
    transition: right .3s;
    z-index: 8
}

.card, .card-wrapper, .collapse .collapse-trigger, .inner-card, body, sub, sup {
    position: relative
}

.modal.slide-left.active {
    right: 0;
    overflow-y: auto;
    height: 100vh
}

.modal.slide-left .close-modal-trigger {
    color: #fff;
    text-decoration: none
}

.modal.slide-left .icon-cancel {
    margin-top: -13px
}

.modal-trigger {
    cursor: pointer
}

.card-wrapper {
    z-index: 1;
    overflow: hidden;
    height: 100%;
    padding: inherit
}

.card {
    z-index: 1;
    margin: 0 16px;
    padding: 24px 24px 16px;
    background-color: #fff
}

.inner-card {
    border-style: solid;
    border-width: 1px;
    border-color: #fafafa;
    border-radius: 6px;
    z-index: 1;
    margin: 0 0 8px;
    padding: 8px 16px 0;
    background-color: #fff
}

.collapse {
    overflow: hidden
}

    .collapse .collapse-trigger {
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        padding-right: 25px;
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        display: inline-block;
        padding-left: 8px;
        color: #fff;
        cursor: pointer
    }

        .collapse .collapse-trigger span {
            font-size: 22px;
            color: #fff;
            position: absolute;
            right: 0;
            top: 0;
            transition: all .5s ease
        }

            .collapse .collapse-trigger span.active {
                transform: translateY(-2px) rotate(180deg)
            }

@media (max-width:360px) {
    .collapse .collapse-trigger span {
        text-align: center
    }
}

.collapse .collapsed {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: left
}

body, html {
    -webkit-overflow-scrolling: touch
}

.collapse .collapsed a {
    color: #fff;
    text-decoration: underline
}

    .collapse .collapsed a:hover {
        text-decoration: none
    }

.collapse .collapsed p {
    color: #fff;
    margin: 0
}

.collapse .collapsed.active {
    max-height: 900px;
    margin-top: 16px;
    margin-bottom: 6px
}

@media (min-width:768px) {
    .collapse .collapse-trigger {
        padding-left: 0;
        left: inherit;
        transform: none
    }

        .collapse .collapse-trigger span {
            width: auto;
            display: inline
        }

    .collapse {
        margin-bottom: 24px
    }
}

@media screen and (max-width:480px) {
    .collapse p {
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 400
    }
}

.collapse.landings {
    margin-top: 12px
}

    .collapse.landings .collapse-trigger {
        left: 0;
        transform: none;
        padding-left: 0
    }

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0
}

    body.no-scroll {
        overflow-y: hidden
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,sans-serif;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    cursor: pointer
}

#cj-product .invoice input[type=number], .helpbar input[type=number], input[type=number], input[type=search] {
    -moz-appearance: textfield
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
        appearance: none
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.75);
    display: none;
    z-index: 999
}

    .loader.active {
        display: block
    }

    .loader img {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: relative;
        color: #009fc7;
        font-size: 22px;
        max-width: 50px
    }

.overlay, .overlay-cj {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0
}

.overlay {
    background-color: rgba(1,83,104,.95);
    display: none;
    z-index: 999
}

    .overlay.active {
        display: block
    }

.overlay-cj {
    background-color: transparent;
    display: none;
    z-index: 999
}

    .overlay-cj.active {
        display: block
    }

.tag.dark-blue, .tag.light-blue, .tag.yellow {
    display: inline;
    width: auto;
    border-radius: 3px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

a.orange-bg:hover {
    color: #ba4d26
}

a.blue-bg:hover, a.white-bg:hover {
    color: #015368
}

a.blue-02-bg:hover {
    color: #61c3dc
}

.tag.light-blue {
    padding: 5px 10px;
    color: #181e28;
    background-color: #d2f4ff
}

@media (min-width:768px) {
    .tag.light-blue {
        font-size: 12px;
        padding: 6.5px 12px
    }
}

.tag.dark-blue {
    padding: 5px 10px;
    color: #fff;
    background-color: #009fc7;
    font-size: 10px
}

@media (min-width:768px) {
    .tag.dark-blue {
        font-size: 12px;
        padding: 6.5px 12px
    }
}

.tag.yellow {
    padding: 5px 10px;
    color: #181e28;
    background-color: #ede46c;
    font-size: 10px
}

@media (min-width:768px) {
    .tag.yellow {
        font-size: 12px;
        padding: 6.5px 12px
    }
}

.checklist {
    list-style: none;
    padding-left: 0
}

    .checklist li {
        width: 55%;
        margin: 0 auto;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center
    }

        .checklist li span {
            font-size: 24px;
            line-height: 28px;
            padding-right: 8px
        }

@media screen and (max-width:360px) {
    .checklist li {
        width: 65%
    }
}

@media screen and (min-width:768px) {
    .checklist {
        display: flex;
        justify-content: center
    }

        .checklist li {
            display: inline;
            padding: 0 20px;
            width: initial;
            margin: initial
        }

            .checklist li span {
                transform: translateY(5px);
                display: inline-block
            }
}

html.blocked {
    overflow: hidden
}

.datepicker-area {
    position: relative
}

.form-control.input.input-date.icon {
    position: relative;
    z-index: 2
}

    .form-control.input.input-date.icon::before {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 20px;
        color: #c2d1d9;
        font-size: 23px;
        line-height: 60px;
        z-index: -1
    }

@media (min-width:768px) {
    .form-control.input.input-date.icon::before {
        padding: 0 30px
    }
}

.form-control.input.input-date.icon input {
    padding: 19px 20px;
    font-size: 15px;
    background: 0 0;
    cursor: pointer
}

@media (max-width:360px) {
    .form-control.input.input-date.icon input {
        font-size: 12px
    }
}

.form-control.input.input-date.icon input::-ms-clear {
    display: none
}

.daterangepicker {
    display: none;
    position: absolute;
    height: auto;
    width: auto;
    z-index: 9999
}

@media (min-width:768px) {
    .daterangepicker {
        z-index: 11
    }
}

@media (max-width:480px) {
    .daterangepicker {
        display: block !important
    }
}

.daterangepicker.done .drp-buttons.toggle {
    bottom: 0
}

.daterangepicker .daterangepicker-wrapper {
    color: #fff;
    background-color: #009fc7;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0;
    z-index: 3001;
    font-size: 13px;
    line-height: 1em;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.06);
    overflow: hidden;
    position: fixed;
    left: 100%;
    top: 0;
    transition: left .3s
}

@media (min-width:768px) {
    .daterangepicker .daterangepicker-wrapper {
        position: static;
        border-radius: 4px;
        background-color: #fff;
        color: #015368;
        font-size: 14px;
        width: auto;
        height: auto
    }
}

.daterangepicker .calendars-wrapper {
    position: relative
}

    .daterangepicker .calendars-wrapper thead tr:first-child {
        left: 100%;
        transition: left .3s
    }

@media (height <= 520px) {
    .daterangepicker .calendars-wrapper thead tr:first-child {
        top: 100px
    }
}

.daterangepicker.show-datepicker .daterangepicker-wrapper, .daterangepicker.show-datepicker .daterangepicker-wrapper .calendars-wrapper thead tr:first-child {
    left: 0
}

    .daterangepicker.show-datepicker .daterangepicker-wrapper.hide-datepicker {
        display: block !important
    }

        .daterangepicker.show-datepicker .daterangepicker-wrapper.hide-datepicker .daterangepicker-wrapper, .daterangepicker.show-datepicker .daterangepicker-wrapper.hide-datepicker .daterangepicker-wrapper .calendars-wrapper thead tr:first-child {
            left: 100%
        }

.daterangepicker.opensleft::before {
    right: 9px
}

.daterangepicker.opensleft::after {
    right: 10px
}

.daterangepicker.openscenter::after, .daterangepicker.openscenter::before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright::before {
    left: 9px
}

.daterangepicker.opensright::after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

    .daterangepicker.drop-up::before {
        top: initial;
        bottom: -7px;
        border-bottom: initial;
        border-top: 7px solid #c2d1d9
    }

    .daterangepicker.drop-up::after {
        top: initial;
        bottom: -6px;
        border-bottom: initial;
        border-top: 6px solid #fff
    }

.daterangepicker.ranges, .daterangepicker.single, .daterangepicker.single .drp-calendar {
    float: none
}

    .daterangepicker.single .drp-selected {
        display: none
    }

.daterangepicker.show-calendar .drp-calendar {
    display: inline-block
}

    .daterangepicker.show-calendar .drp-calendar .ranges {
        margin-top: 8px
    }

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.auto-apply .drp-buttons.toggle {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    padding: 72px 33px 0;
    width: 100%;
    float: left;
    transition: left .3s
}

    .daterangepicker .drp-calendar .calendar-table thead tr th:last-child, .scroll-top {
        transition: opacity .3s
    }

@media (height <= 520px) {
    .daterangepicker .drp-calendar {
        padding: 16px 33px 0
    }
}

@media (min-width:768px) {
    .daterangepicker .drp-calendar {
        width: auto;
        padding: 24px
    }

        .daterangepicker .drp-calendar.left {
            padding-right: 11px
        }

        .daterangepicker .drp-calendar.right {
            padding-left: 11px;
            overflow: hidden;
            height: auto
        }
}

.daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    position: absolute
}

    .daterangepicker .drp-calendar .calendar-table thead tr:first-child th.month {
        position: static
    }

.daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0
}

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right-width: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 8px
    }

.daterangepicker .drp-calendar.right {
    margin-left: 0
}

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left-width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.daterangepicker .drp-calendar.single .calendar-table {
    border-width: 0
}

.daterangepicker .calendar-table.blocked thead tr th:first-child {
    position: static;
    display: table-row
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    position: relative;
    z-index: 1
}

.daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
    position: absolute;
    top: 5px;
    right: 40px;
    z-index: 1
}

@media (min-width:768px) {
    .daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
        padding-bottom: 16px;
        position: static;
        right: 0
    }
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .prev {
    right: auto
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg)
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    min-width: 14%;
    width: 14%;
    line-height: 29px
}

@media (min-width:768px) {
    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        border-color: #c2d1d9
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        height: 30px;
        min-width: 40px;
        width: 40px;
        line-height: 26px
    }
}

@media (height <= 520px) {
    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        height: 32px
    }
}

.daterangepicker .calendar-table td {
    width: 14%
}

@media (min-width:768px) {
    .daterangepicker .calendar-table td {
        width: 40px
    }
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #c2d1d9
}

.daterangepicker td.in-range {
    border-color: transparent;
    position: relative
}

    .daterangepicker td.in-range::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #015368;
        height: 30px;
        width: calc(100% + 1px);
        left: 50%;
        border-radius: 15px;
        transform: translateX(-50%)
    }

.daterangepicker td.off.end-date::before, .daterangepicker td.off.end-date:hover::before, .daterangepicker td.off.in-range::before, .daterangepicker td.off.in-range:hover::before, .daterangepicker td.off.start-date::before, .daterangepicker td.off.start-date:hover::before, .daterangepicker td.off::before, .daterangepicker td.off:hover::before {
    content: none
}

@media (min-width:768px) {
    .daterangepicker td.in-range::before {
        background-color: #e2eaf0;
        height: 27px
    }
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    border-color: transparent;
    opacity: 0;
    pointer-events: none
}

    .daterangepicker td.off.end-date:hover, .daterangepicker td.off.in-range:hover, .daterangepicker td.off.start-date:hover, .daterangepicker td.off:hover {
        color: #015368
    }

.daterangepicker td.end-date, .daterangepicker td.start-date, .daterangepicker td.start-date.end-date {
    border-radius: 50%
}

.daterangepicker td.active.end-date::after, .daterangepicker td.active.start-date + .active.end-date::after, .daterangepicker td.active.start-date + .in-range::after, .daterangepicker td.in-range:not(.off) + .in-range::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 30px;
    left: -50%;
    background-color: #015368;
    z-index: -2
}

@media (min-width:768px) {
    .daterangepicker td.active.end-date::after, .daterangepicker td.active.start-date + .active.end-date::after, .daterangepicker td.active.start-date + .in-range::after, .daterangepicker td.in-range:not(.off) + .in-range::after {
        background: #e2eaf0;
        height: 27px
    }
}

.daterangepicker td.active.end-date:first-child::after {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 50%
}

.daterangepicker td.active.end-date::after {
    left: 0
}

.daterangepicker td.active.start-date + .active.end-date::after {
    left: -50%;
    width: 100%
}

.daterangepicker td.active.start-date.active.end-date::after {
    content: none
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff;
    position: relative
}

    .daterangepicker td.active::before, .daterangepicker td.active:hover::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #003644;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%)
    }

@media (min-width:768px) {
    .daterangepicker td.active::before, .daterangepicker td.active:hover::before {
        background-color: #015368;
        height: 27px;
        width: 27px
    }
}

.daterangepicker th.month {
    width: auto;
    padding-top: 6px;
    padding-bottom: 16px
}

.daterangepicker thead tr th {
    padding-bottom: 8px;
    font-size: 14px
}

.daterangepicker thead tr:first-child {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 0 33px;
    position: fixed;
    top: 130px
}

    .daterangepicker thead tr:first-child.hammered {
        position: static;
        display: table-row
    }

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #fff;
    cursor: default;
    text-decoration: none;
    opacity: .5
}

#cj-wrapper::after, .email-promo.code-match .form-control span.icon-check, .email-promo.code-wrong .form-control span.icon-cancel {
    opacity: 1
}

@media (min-width:768px) {
    .daterangepicker thead tr:first-child {
        position: static;
        display: table-row
    }

    .daterangepicker option.disabled, .daterangepicker td.disabled {
        color: #015368
    }
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker.yearselect {
    width: 40%
}

.daterangepicker.ampmselect, .daterangepicker.hourselect, .daterangepicker.minuteselect, .daterangepicker.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #f2f5f7;
    border: 1px solid #f2f5f7;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

@media (min-width:768px) {
    .daterangepicker .calendar-time {
        line-height: 26px
    }
}

.daterangepicker .calendar-time select.disabled {
    color: #c2d1d9;
    cursor: not-allowed
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

    .daterangepicker .drp-buttons.toggle {
        height: auto;
        bottom: -100%;
        position: absolute;
        width: 100%;
        background: #009fc7;
        transition: bottom .3s;
        z-index: 5
    }

.daterangepicker .btn.cancelBtn {
    font-family: iconfont;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    border: 0;
    width: 30px;
    height: 30px;
    margin: 16px;
    color: #fff;
    background: 0 0
}

    .daterangepicker .btn.cancelBtn::after {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 24px
    }

.daterangepicker .btn.applyBtn {
    width: calc(100% - 80px);
    background: #015368;
    border: 0;
    border-radius: 4px;
    padding: 12px;
    left: 0;
    margin: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left, .daterangepicker.show-ranges.single.rtl .drp-calendar.right {
    border-right: 1px solid #e2eaf0
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left, .daterangepicker.show-ranges.single.ltr .drp-calendar.right {
    border-left: 1px solid #e2eaf0
}

.daterangepicker .ranges {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding-top: 53px;
    padding-bottom: 40px
}

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

@media (min-width:768px) {
    .daterangepicker .btn.cancelBtn, .daterangepicker .ranges {
        display: none
    }

        .daterangepicker .ranges ul {
            width: 140px
        }
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

    .daterangepicker .ranges li.active {
        background-color: #009fc7;
        color: #fff
    }

@media (min-width:480px) {
    .daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker {
        width: auto;
        direction: ltr;
        text-align: left;
        background-color: #fff
    }

        .daterangepicker.single .ranges ul {
            width: 100%
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none
        }
}

.daterangepicker:not(.single) .drp-calendar.left {
    clear: left;
    margin-right: 0
}

    .daterangepicker:not(.single) .drp-calendar.left .calendar-table thead tr:first-child th:last-child {
        display: none
    }

@media (min-width:768px) {
    .daterangepicker:not(.single) .drp-calendar.left .calendar-table thead tr:first-child th:last-child {
        display: table-cell
    }
}

.daterangepicker:not(.single) .drp-calendar.right .calendar-table thead tr:last-child {
    display: none
}

@media (min-width:768px) {
    .daterangepicker:not(.single) .drp-calendar.right .calendar-table thead tr:last-child {
        display: table-row
    }
}

.daterangepicker:not(.single) .drp-calendar.right .calendar-table thead tr th {
    display: none
}

    .daterangepicker:not(.single) .drp-calendar.right .calendar-table thead tr th:last-child {
        display: block
    }

@media (min-width:768px) {
    .daterangepicker:not(.single) .drp-calendar.right .calendar-table thead tr th, .daterangepicker:not(.single) .drp-calendar.right .calendar-table thead tr th:last-child {
        display: table-cell
    }
}

.daterangepicker:not(.single) .drp-calendar.right tbody {
    display: none
}

@media (min-width:768px) {
    .daterangepicker:not(.single) .drp-calendar.right tbody {
        display: table-row-group
    }
}

.daterangepicker .selected-date-container {
    display: block;
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: #003644;
    font-size: 15px;
    font-weight: 600
}

@media (min-width:768px) {
    .daterangepicker .selected-date-container {
        display: none
    }
}

.daterangepicker .selected-date-container span {
    font-weight: 400
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

body, html {
    font-family: Raleway,system-ui,sans-serif;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
    height: 100%;
    overflow-x: hidden
}

    body#cj-product {
        position: relative;
        display: flex;
        flex-direction: column
    }

#cj-wrapper, #cj-wrapper .card-wrapper .card .question-wrapper {
    flex: 1 0 auto
}

@supports (-webkit-overflow-scrolling:touch) {
    body#cj-product {
        display: -webkit-box
    }
}

#cj-wrapper {
    min-height: 100%;
    height: auto
}

    #cj-wrapper::after {
        position: absolute;
        top: 0;
        left: -10%;
        width: 120%;
        height: 180px;
        content: "";
        background-color: #009fc7;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%
    }

    #cj-wrapper .flex-column {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: 100%
    }

        #cj-wrapper .flex-column.absolute {
            position: absolute
        }

    #cj-wrapper #cj-header {
        z-index: 2
    }

        #cj-wrapper #cj-header > .container {
            padding-left: 16px;
            padding-right: 16px
        }

        #cj-wrapper #cj-header .cj-question-group-title {
            display: flex;
            align-items: center;
            padding: 16px 0
        }

            #cj-wrapper #cj-header .cj-question-group-title .cj-logo {
                overflow: hidden;
                width: 39px;
                height: 22px
            }

                #cj-wrapper #cj-header .cj-question-group-title .cj-logo img {
                    height: 19px;
                    width: auto
                }

@media (min-width:768px) and (max-width:992px) {
    #cj-wrapper #cj-header .cj-question-group-title .cj-logo {
        position: relative
    }
}

#cj-wrapper #cj-header .cj-question-group-title .cj-group-title {
    flex-grow: 1;
    color: #fff;
    padding-right: 35px;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 500
}

#cj-wrapper #cj-header .seo-title h1 {
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    width: 100%
}

@media screen and (max-width:1224px) {
    #cj-wrapper #cj-header .seo-title h1 {
        text-align: center;
        font-size: 13px
    }
}

#cj-wrapper .card-wrapper {
    width: 100%;
    padding-bottom: 70px
}

    #cj-wrapper .card-wrapper > .container {
        height: 100%;
        padding-left: 16px;
        padding-right: 16px
    }

        #cj-wrapper .card-wrapper > .container > .row, #cj-wrapper .card-wrapper > .container > .row > .col-xs-12 {
            height: 100%
        }

    #cj-wrapper .card-wrapper .card {
        z-index: 2;
        display: flex;
        flex-direction: column;
        margin: 0;
        transition: all .8s ease;
        height: 100%;
        top: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

        #cj-wrapper .card-wrapper .card .radio-select-brand > div:nth-child(odd) .normal-radio-icon, #cj-wrapper .card-wrapper .card .radio-select-country > div:first-child .normal-radio-icon, #cj-wrapper .card-wrapper .card .radio-select-gender > div:first-child .normal-radio-icon {
            float: right
        }

        #cj-wrapper .card-wrapper .card .radio-select-brand img {
            max-height: 43px
        }

        #cj-wrapper .card-wrapper .card .inner-card {
            width: calc(100% + 32px);
            margin-left: -16px;
            margin-bottom: 16px
        }

            #cj-wrapper .card-wrapper .card .inner-card p strong {
                font-size: 14px;
                font-weight: 600
            }

            #cj-wrapper .card-wrapper .card .inner-card.no-justify {
                display: block
            }

                #cj-wrapper .card-wrapper .card .inner-card.no-justify .form-control {
                    margin-left: 0
                }

                #cj-wrapper .card-wrapper .card .inner-card.no-justify p.title {
                    position: relative
                }

                    #cj-wrapper .card-wrapper .card .inner-card.no-justify p.title i {
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        color: #c2d1d9;
                        font-size: 20px
                    }

                #cj-wrapper .card-wrapper .card .inner-card.no-justify p.subtitle {
                    margin-top: -10px;
                    margin-bottom: 24px
                }

        #cj-wrapper .card-wrapper .card p.subtitle strong {
            font-weight: 600;
            font-size: 15px
        }

        #cj-wrapper .card-wrapper .card.email-question .subtitle {
            font-size: 15px;
            font-weight: 400;
            color: #424b5a;
            line-height: 20px;
            margin-bottom: 32px
        }

        #cj-wrapper .card-wrapper .card.email-question .form-control {
            margin-bottom: 0
        }

            #cj-wrapper .card-wrapper .card.email-question .form-control .checkmark-container span {
                font-size: 12px;
                font-weight: 300;
                color: #424b5a
            }

                #cj-wrapper .card-wrapper .card.email-question .form-control .checkmark-container span a {
                    text-decoration: underline;
                    color: #424b5a
                }

                    #cj-wrapper .card-wrapper .card.email-question .form-control .checkmark-container span a:hover {
                        color: #015368;
                        text-decoration: none
                    }

        #cj-wrapper .card-wrapper .card.filled {
            transform: translateY(-100%);
            position: absolute;
            width: calc(100% - 8px);
            left: 4px;
            height: auto
        }

        #cj-wrapper .card-wrapper .card.empty {
            z-index: 0;
            top: 0;
            left: 4px;
            position: absolute;
            width: calc(100% - 8px);
            height: calc(100% + 8px);
            overflow: hidden
        }

            #cj-wrapper .card-wrapper .card.empty::after {
                content: "";
                height: 8px;
                background-color: #fff;
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0
            }

        #cj-wrapper .card-wrapper .card .question-wrapper h1 {
            margin: 0 0 24px
        }

            #cj-wrapper .card-wrapper .card .question-wrapper h1.no-margin-bottom {
                margin-bottom: 0
            }

        #cj-wrapper .card-wrapper .card .question-wrapper h2 {
            font-size: 24px;
            line-height: 32px;
            margin-top: 32px;
            margin-bottom: 24px
        }

        #cj-wrapper .card-wrapper .card .question-wrapper .radio-select-company {
            padding-top: 8px
        }

        #cj-wrapper .card-wrapper .card .question-wrapper .add-button {
            margin-top: 24px
        }

            #cj-wrapper .card-wrapper .card .question-wrapper .add-button button {
                width: auto
            }

        #cj-wrapper .card-wrapper .card .question-wrapper .tag.optional-question {
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
            float: right
        }

            #cj-wrapper .card-wrapper .card .question-wrapper .tag.optional-question + h1 {
                margin-top: 40px
            }

        #cj-wrapper .card-wrapper .card .options-wrapper {
            display: flex;
            justify-content: space-between;
            flex-shrink: 0
        }

            #cj-wrapper .card-wrapper .card .options-wrapper .next {
                max-width: 140px
            }

                #cj-wrapper .card-wrapper .card .options-wrapper .next.optional {
                    max-width: 232px
                }

@media screen and (max-width:360px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .next.optional {
        max-width: 160px
    }
}

#cj-wrapper .card-wrapper .card .options-wrapper .prev {
    padding: 0;
    color: #3dd092;
    font-size: 32px
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .question-wrapper .tag.optional-question {
        left: 50%;
        transform: translateX(-50%);
        float: none
    }

        #cj-wrapper .card-wrapper .card .question-wrapper .tag.optional-question + h1 {
            margin-top: inherit
        }

    #cj-wrapper {
        padding-left: inherit;
        padding-right: inherit
    }

        #cj-wrapper::after, #cj-wrapper::before {
            display: none
        }

        #cj-wrapper .row {
            display: flex;
            align-items: center;
            flex-wrap: wrap
        }

            #cj-wrapper .row.company-selector {
                flex-direction: column
            }

        #cj-wrapper #cj-header {
            padding: 16px 0;
            background: #009fc7
        }

    @supports (-webkit-overflow-scrolling:touch) {
        #cj-wrapper #cj-header .row, #cj-wrapper .row {
            display: -webkit-box
        }
    }

    #cj-wrapper #cj-header .cj-header {
        display: flex;
        align-items: center
    }

    #cj-wrapper #cj-header .cj-question-group-title .cj-logo {
        width: 52px;
        height: 27px
    }

        #cj-wrapper #cj-header .cj-question-group-title .cj-logo img {
            height: 27px
        }

    #cj-wrapper .card-wrapper {
        height: calc(100% - 116px)
    }

        #cj-wrapper .card-wrapper .card {
            padding: 72px 72px 32px;
            animation: fadeIn .5s linear 0s 1 normal forwards;
            box-shadow: none;
            height: auto
        }

            #cj-wrapper .card-wrapper .card .question-wrapper {
                padding-bottom: 40px
            }

                #cj-wrapper .card-wrapper .card .question-wrapper h1 {
                    margin: 0;
                    font-size: 44px;
                    line-height: 1.2em
                }

                    #cj-wrapper .card-wrapper .card .question-wrapper h1.without-help {
                        margin: 0 0 48px
                    }

                #cj-wrapper .card-wrapper .card .question-wrapper h2 {
                    font-size: 28px;
                    line-height: 1.2em;
                    margin-top: 72px;
                    margin-bottom: 16px
                }

                #cj-wrapper .card-wrapper .card .question-wrapper .inner-card {
                    width: 100%
                }

                    #cj-wrapper .card-wrapper .card .question-wrapper .inner-card p {
                        margin-top: 16px;
                        margin-bottom: 16px
                    }

                        #cj-wrapper .card-wrapper .card .question-wrapper .inner-card p strong, #cj-wrapper .card-wrapper .card .question-wrapper p.subtitle strong {
                            font-size: 17px
                        }

                #cj-wrapper .card-wrapper .card .question-wrapper .radio-select-company {
                    padding-top: 0
                }

            #cj-wrapper .card-wrapper .card.filled {
                animation: fadeOut .5s linear 0s 1 normal forwards;
                width: 100%;
                transform: none
            }

            #cj-wrapper .card-wrapper .card.empty .question-wrapper {
                display: none
            }

            #cj-wrapper .card-wrapper .card .options-wrapper .btn {
                max-width: 240px
            }

                #cj-wrapper .card-wrapper .card .options-wrapper .btn.optional {
                    max-width: 280px
                }

                #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev {
                    color: #424b5a;
                    background-color: transparent;
                    border-radius: 6px;
                    font-weight: 600;
                    text-align: center;
                    font-size: 15px;
                    line-height: 24px;
                    min-height: 46px;
                    height: auto;
                    padding: 11px 24px;
                    display: block;
                    position: relative;
                    width: 100%;
                    border: 1px solid #c2d1d9
                }
}

@media screen and (min-width:768px) and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev {
        font-size: 16px;
        line-height: 27px;
        min-height: 60px;
        min-width: 60px;
        padding: 16px 40px
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.with-icon {
        max-height: 50px;
        min-height: 50px;
        padding: 13px 16px;
        line-height: 1em
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.with-icon {
        padding: 13px 40px
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 30px;
        padding: 8px 24px
    }

        #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.small .btn-wrapper span {
            left: -25px;
            top: 55%;
            font-size: 16px
        }
}

@media screen and (min-width:768px) and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.small {
        font-size: 14px;
        line-height: 14px;
        min-height: 36px;
        padding: 11px 25px;
        border-radius: 2px
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.update {
        line-height: 18px;
        font-size: 14px;
        min-height: initial
    }

    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev:hover {
        background-color: #fafafa;
        color: #424b5a;
        text-decoration: none
    }
}

@media screen and (min-width:768px) and (min-width:992px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev.update {
        font-size: initial
    }
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev:active, #cj-wrapper .card-wrapper .card .options-wrapper .btn.prev:focus {
        background-color: #fafafa;
        color: #424b5a;
        outline: 0
    }

    #cj-wrapper .card-wrapper .card.email-question .subtitle {
        line-height: 25px
    }

    #cj-wrapper .card-wrapper .card.email-question .form-control {
        margin-bottom: 10px
    }
}

@media screen and (min-width:992px) {
    #cj-wrapper #cj-header .cj-question-group-title .cj-logo {
        width: auto;
        height: auto
    }

        #cj-wrapper #cj-header .cj-question-group-title .cj-logo img {
            height: auto
        }

    #cj-wrapper .card-wrapper .card {
        padding: 72px 0 0;
        box-shadow: none
    }

        #cj-wrapper .card-wrapper .card .radio-select-country > div:first-child .normal-radio-icon, #cj-wrapper .card-wrapper .card .radio-select-gender > div:first-child .normal-radio-icon {
            float: right
        }

        #cj-wrapper .card-wrapper .card .inner-card {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 16px
        }

            #cj-wrapper .card-wrapper .card .inner-card p {
                flex-basis: 100%
            }

            #cj-wrapper .card-wrapper .card .inner-card .form-control {
                flex: 1 0 auto;
                margin-left: 16px
            }

                #cj-wrapper .card-wrapper .card .inner-card .form-control:nth-child(2) {
                    margin-left: 0
                }

        #cj-wrapper .card-wrapper .card.empty, #cj-wrapper .card-wrapper .card.next {
            display: none
        }

        #cj-wrapper .card-wrapper .card.email-question .subtitle {
            font-size: 17px
        }

        #cj-wrapper .card-wrapper .card.email-question .form-control {
            margin-bottom: 10px
        }
}

.email-promo {
    background-color: #f2f5f7;
    border-radius: 4px;
    padding: 16px 24px;
    margin: 16px 0 32px;
    color: #424b5a
}

@media screen and (min-width:768px) {
    .email-promo {
        padding: 24px;
        margin-top: 32px
    }
}

.email-promo.code-match .form-control input {
    border: 2px solid #3dd092
}

.email-promo label {
    margin-bottom: 16px
}

.email-promo .form-control {
    position: relative;
    margin: 0
}

    .email-promo .form-control span {
        position: absolute;
        right: 20px;
        font-size: 24px;
        top: 7px
    }

        .email-promo .form-control span.icon-cancel {
            color: #a70000;
            opacity: 0
        }

        .email-promo .form-control span.icon-check {
            color: #3dd092;
            opacity: 0
        }

.email-promo p {
    margin-top: 0;
    white-space: pre-wrap
}

    .email-promo p i {
        color: #859ca8;
        font-size: 24px;
        margin-right: 12px;
        float: left;
        line-height: 1
    }

    .email-promo p.error {
        margin-top: 8px;
        font-size: 12px
    }

    .email-promo p strong {
        font-weight: 400
    }

#cj-wrapper .card-wrapper .card .question-wrapper .dark-blue-optional {
    margin-left: 12px;
    padding: 4px 10px
}

@media screen and (min-width:768px) {
    .email-promo .form-control span {
        right: 24px;
        top: 12px
    }

    .email-promo p {
        display: flex;
        align-items: center
    }

        .email-promo p i {
            float: none
        }

        .email-promo p strong {
            font-weight: 600
        }

    #cj-wrapper .card-wrapper .card .question-wrapper .dark-blue-optional {
        margin-left: 8px
    }
}

#cj-wrapper .card-wrapper .card .question-wrapper .optional-subtitle {
    margin: 8px 0 0
}

#cj-wrapper .card-wrapper .card .question-wrapper .cj-tooltip-info {
    display: flex;
    align-items: start;
    background-color: #f2f5f7;
    padding: 10px 16px;
    border-radius: 4px;
    margin: 8px 0 24px;
    width: 100%
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .question-wrapper .cj-tooltip-info {
        margin: 16px 0 32px;
        align-items: center
    }
}

#cj-wrapper .card-wrapper .card .question-wrapper .cj-tooltip-info span {
    margin-right: 18px;
    font-size: 24px;
    color: #859ca8;
    line-height: 1
}

#cj-wrapper .card-wrapper .card .question-wrapper .cj-tooltip-info p {
    margin: 0;
    color: #859ca8
}

#cj-wrapper .card-wrapper .card .question-wrapper .cj-tooltip-info + .form-control + .cj-tooltip-info {
    margin-bottom: 16px
}

#cj-wrapper .card-wrapper .card .question-wrapper .optional-bg {
    background-color: #f0fbff;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 4px
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .question-wrapper .optional-bg {
        padding: 16px
    }
}

#cj-wrapper .card-wrapper .card .question-wrapper .optional-bg .form-control.input label {
    margin-top: 0
}

    #cj-wrapper .card-wrapper .card .question-wrapper .optional-bg .form-control.input label span {
        display: block;
        margin-top: 8px
    }

#cj-wrapper .card-wrapper .card .question-wrapper .optional-bg .cj-tooltip-info {
    margin-bottom: 0
}

#cj-wrapper .card-wrapper .card .question-wrapper .optional-bg .dark-blue-optional {
    margin-left: 12px;
    padding: 4px 10px
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .question-wrapper .optional-bg .dark-blue-optional {
        margin-left: 8px;
        font-size: 10px
    }
}

#cj-wrapper .card-wrapper .card .question-wrapper .optional-bg .optional-subtitle {
    margin: 8px 0 0
}

#cj-wrapper .card-wrapper .card .question-wrapper.email-question .form-control.input label {
    font-size: 14px
}

#cj-wrapper .card-wrapper .card .question-wrapper .form-control.double-check {
    margin-bottom: 8px
}

    #cj-wrapper .card-wrapper .card .question-wrapper .form-control.double-check .checkmark + span {
        padding: 0 16px 0 36px
    }

#cj-wrapper.email-optional-q, #cj-wrapper.email-optional-q .card-wrapper .card {
    background-color: #f0fbff
}

    #cj-wrapper.email-optional-q .card-wrapper .card .subtitle {
        margin-bottom: 24px
    }

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .question-wrapper.email-question .form-control.input label {
        font-size: 15px
    }

    #cj-wrapper.email-optional-q .card-wrapper .card .subtitle {
        margin-bottom: 48px
    }
}

@media screen and (width <= 767px) {
    #cj-wrapper.email-optional-q .card-wrapper .card .checkmark-container .checkmark {
        transform: none;
        top: 16px
    }
}

#cj-wrapper.email-optional-q .card-wrapper .card .checkmark-container a {
    color: #181e28;
    text-decoration: underline
}

#cj-wrapper.email-optional-q .card-wrapper .card .checkmark-container img {
    margin-left: 10px
}

.cj-full-searcher {
    font-size: 16px
}

    .cj-full-searcher .results {
        border: 2px solid #f2f5f7;
        border-radius: 4px;
        margin-top: 8px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative
    }

        .cj-full-searcher .results ul {
            list-style: none;
            position: relative;
            min-height: 50px;
            padding-top: 5px;
            padding-left: 0
        }

            .cj-full-searcher .results ul li {
                color: #859ca8;
                font-size: 12px;
                line-height: 47px;
                padding-left: 72px;
                font-weight: 600;
                cursor: pointer
            }

                .cj-full-searcher .results ul li.selected, .cj-full-searcher .results ul li:hover {
                    color: #015368
                }

            .cj-full-searcher .results ul .capital-letter {
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 50%;
                border: 2px solid #e2eaf0;
                font-size: 12px;
                height: 40px;
                width: 40px
            }

                .cj-full-searcher .results ul .capital-letter span {
                    position: relative;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    display: table;
                    color: #424b5a
                }

            .cj-full-searcher .results ul.highlighted {
                padding-left: 0;
                margin-top: 0
            }

                .cj-full-searcher .results ul.highlighted.company li img {
                    margin-top: 4px
                }

                .cj-full-searcher .results ul.highlighted.otras-company li {
                    border-top: 1px solid #f2f5f7;
                    border-bottom: 0;
                    padding-left: 72px
                }

                    .cj-full-searcher .results ul.highlighted.otras-company li img {
                        max-width: 40px;
                        max-height: 40px
                    }

                .cj-full-searcher .results ul.highlighted li {
                    border-bottom: 1px solid #f2f5f7;
                    padding-left: 87px;
                    font-size: 14px;
                    height: 50px;
                    padding-top: 10px;
                    position: relative;
                    line-height: 37px
                }

                    .cj-full-searcher .results ul.highlighted li.active, .cj-full-searcher .results ul.highlighted li:hover {
                        background-color: #fafafa;
                        color: #015368
                    }

                    .cj-full-searcher .results ul.highlighted li img {
                        position: absolute;
                        max-width: 40px;
                        height: auto;
                        left: 5px;
                        max-height: none
                    }

@media (min-width:768px) {
    .cj-full-searcher .results {
        margin-top: 16px
    }

        .cj-full-searcher .results ul {
            padding-top: 0
        }

            .cj-full-searcher .results ul.highlighted {
                margin-top: 8px
            }

                .cj-full-searcher .results ul.highlighted li {
                    height: 64px;
                    padding-top: 16px
                }

            .cj-full-searcher .results ul li {
                font-size: 14px;
                line-height: 37px
            }

            .cj-full-searcher .results ul .capital-letter {
                font-size: 14px;
                top: -5px;
                border-color: #e2eaf0
            }
}

.cj-full-searcher .results .no-results p {
    margin: 0;
    color: #859ca8;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px
}

@media screen and (min-width:768px) {
    .cj-full-searcher .results .no-results p {
        font-size: 14px;
        line-height: 16px;
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.cj-full-searcher.model {
    margin: 20px 0
}

    .cj-full-searcher.model .results ul li {
        padding-left: 0;
        color: #859ca8
    }

        .cj-full-searcher.model .results ul li:hover {
            color: #015368
        }

    .cj-full-searcher.model .results ul.highlighted {
        margin-top: 6px;
        padding-top: 0
    }

        .cj-full-searcher.model .results ul.highlighted li {
            position: relative;
            border: 0;
            height: auto;
            color: #859ca8;
            padding-top: 10px
        }

            .cj-full-searcher.model .results ul.highlighted li.active, .cj-full-searcher.model .results ul.highlighted li:hover, .cj-full-searcher.model .results ul.ordered_list li.active {
                color: #015368;
                background-color: #fff
            }

    .cj-full-searcher.model .results h3 {
        color: #424b5a;
        font-size: 13px;
        margin-top: 16px;
        font-weight: 600;
        margin-bottom: 0
    }

.cj-progress-bar {
    overflow: hidden;
    background: #015368;
    border-radius: 4px 4px 0 0
}

    .cj-progress-bar ul {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .cj-progress-bar ul::after {
            border-style: solid;
            border-width: 16.5px 0 16.5px 10px;
            border-color: transparent transparent transparent #015368
        }

        .cj-progress-bar ul li {
            position: relative;
            flex: 1 1 auto;
            height: 33px
        }

            .cj-progress-bar ul li::before {
                content: "";
                top: 0;
                left: -3px;
                width: 13px;
                height: 100%;
                position: absolute;
                background-image: url(../img/cj/progress-bar/step-divider-shadow.svg);
                background-repeat: no-repeat;
                background-position: right center;
                background-size: auto
            }

            .cj-progress-bar ul li .group-name {
                position: absolute;
                top: -20px;
                left: 0;
                color: #61c3dc;
                font-size: 10px;
                font-weight: 600;
                letter-spacing: 1.1px;
                text-transform: uppercase
            }

@media (width >= 992px) and (width <= 1223px) {
    .cj-progress-bar ul li .group-name span {
        display: none
    }
}

.cj-progress-bar ul li .circle {
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    transition: all 150ms ease-in-out;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

    .cj-progress-bar ul li .circle .number, .cj-progress-bar ul li .circle i.icon {
        position: relative;
        display: block;
        color: #009fc7;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .cj-progress-bar ul li .circle i.icon {
        display: none
    }

.cj-progress-bar ul li .progress {
    display: none;
    background: #61c3dc;
    transition: all 150ms ease-in-out;
    width: 0;
    height: 100%;
    position: relative
}

    .cj-progress-bar ul li .progress::after, .cj-progress-bar ul li .progress::before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-style: solid;
        border-width: 16.5px 0 16.5px 10px;
        border-color: transparent transparent transparent #61c3dc
    }

    .cj-progress-bar ul li .progress::after {
        right: -10px
    }

    .cj-progress-bar ul li .progress::before {
        left: -10px;
        border-color: #61c3dc transparent
    }

.cj-progress-bar ul li.active .circle .number, .cj-progress-bar ul li.active .group-name {
    color: #fff
}

.cj-progress-bar ul li.active .progress {
    display: block
}

.cj-progress-bar ul li.completed .circle {
    background: #fff
}

    .cj-progress-bar ul li.completed .circle .number {
        display: none
    }

    .cj-progress-bar ul li.completed .circle i.icon {
        display: block;
        color: #61c3dc;
        font-size: 18px
    }

.cj-progress-bar ul li.completed .progress {
    display: block;
    width: 100%
}

@media screen and (min-width:768px) {
    .cj-progress-bar {
        flex-grow: 1;
        background: 0 0;
        border-radius: 0;
        padding-top: 20px
    }

        .cj-progress-bar ul {
            margin-left: -18px
        }

            .cj-progress-bar ul li {
                height: 40px;
                margin-left: 18px
            }

                .cj-progress-bar ul li::before {
                    background: rgba(97,195,220,.5);
                    content: "";
                    width: 100%;
                    height: 2px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%)
                }

                .cj-progress-bar ul li .circle {
                    left: 20px;
                    width: 40px;
                    height: 40px;
                    background: #19a8cc
                }

                    .cj-progress-bar ul li .circle .number {
                        color: rgba(1,83,104,.4)
                    }

                .cj-progress-bar ul li .progress {
                    height: 2px;
                    background: #fff;
                    top: 50%;
                    transform: translateY(-50%)
                }

                    .cj-progress-bar ul li .progress::after, .cj-progress-bar ul li .progress::before {
                        display: none
                    }

                .cj-progress-bar ul li.active .circle {
                    background: #fff
                }

                    .cj-progress-bar ul li.active .circle .number {
                        color: #015368
                    }

                .cj-progress-bar ul li.completed .circle {
                    left: calc(100% - 20px);
                    background: #3dd092
                }

                    .cj-progress-bar ul li.completed .circle i.icon {
                        color: #fff;
                        font-size: 24px
                    }

                .cj-progress-bar ul li.completed .progress {
                    display: block;
                    width: 100%;
                    background: #3dd092
                }
}

.stepper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px
}

    .help-container .help-title, .stepper .titles {
        justify-content: space-between;
        display: flex
    }

    .stepper .titles__item {
        color: #c2d1d9;
        font-size: 8px;
        width: 25%;
        text-align: center;
        font-weight: 600
    }

@media screen and (width >= 321px) {
    .stepper .titles__item {
        font-size: 9px
    }
}

.stepper .titles__item.active {
    color: #015368
}

.stepper .titles__item.success {
    color: #22af73;
    transition: color .15s ease-in-out
}

.stepper .steps {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.stepper .steps__item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .stepper .steps__item:last-child {
        width: auto
    }

.stepper .steps__number {
    background-color: #e2eaf0;
    font-size: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #c2d1d9;
    font-weight: 600
}

@media screen and (width >= 360px) {
    .stepper .titles__item {
        font-size: 10px;
        letter-spacing: 1.2px
    }

    .stepper .steps__number {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

.stepper .steps__number .icon-check {
    font-size: 18px
}

.stepper .steps__number.active {
    background-color: #015368;
    transition: background-color .3s ease-in-out;
    color: #fff
}

.stepper .steps__number.success {
    background-color: #22af73;
    transition: background-color .15s ease-in-out;
    color: #fff
}

.stepper .steps__bar {
    height: 2px;
    background-color: #015368;
    transition: width .5s ease-in-out
}

.stepper .steps__barcontainer {
    display: flex;
    width: 85%;
    background-color: #e2eaf0
}

.stepper .steps__bar.success {
    background-color: #22af73;
    transition: background-color .3s ease-in-out
}

@media screen and (min-width:768px) {
    .stepper {
        margin-bottom: 40px
    }

    .stepper-container {
        display: flex;
        justify-content: center
    }

    .stepper-subcontainer {
        width: 100%;
        max-width: 584px
    }
}

.help-wrapper {
    position: fixed;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #ff9872;
    transition: all .15s ease-out;
    overflow-x: hidden;
    left: 50%;
    transform: translateX(-50%)
}

    .help-wrapper.in {
        z-index: 3;
        opacity: 1;
        overflow-y: auto
    }

    .help-wrapper.mobile {
        width: 100%;
        height: 100%
    }

    .help-wrapper.desktop {
        height: 332px;
        max-height: 0;
        border-radius: 4px
    }

        .help-wrapper.desktop.callmeback {
            height: 480px
        }

        .help-wrapper.desktop.chat {
            height: 324px
        }

        .help-wrapper.desktop.email {
            height: 480px
        }

@media screen and (min-width:992px) {
    .help-wrapper {
        position: static;
        left: 0;
        transform: translateX(0)
    }

        .help-wrapper.desktop {
            width: calc(964px / 4 - 24px)
        }
}

@media screen and (min-width:1224px) {
    .help-wrapper.desktop {
        width: calc(1224px / 4 - 24px)
    }
}

.help-button {
    position: sticky;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: opacity .25s ease-out;
    opacity: 1
}

    .help-button .btn.help {
        text-transform: uppercase;
        border-radius: 0;
        font-size: 11px;
        box-shadow: 0 16px 32px 0 rgba(0,0,0,.07)
    }

@media (min-width:768px) {
    .help-button .btn.help {
        font-size: 12px
    }
}

@media (min-width:992px) {
    .help-button {
        position: absolute;
        bottom: 0;
        max-width: 80px;
        margin: -80px 0 0;
        opacity: 0
    }

        .help-button.sticky {
            position: fixed;
            opacity: 1;
            bottom: 48px
        }

        .help-button .btn.help {
            height: 80px;
            border-radius: 50%;
            font-size: 10px;
            padding: 25px 0 0
        }

            .help-button .btn.help .btn-wrapper {
                margin: 0
            }

            .help-button .btn.help span.icon-question-desktop, .help-button .btn.help span.icon-support {
                top: -25px;
                left: 50%;
                transform: translateX(-50%)
            }
}

#price-page .help-button-wrapper-desktop {
    margin-top: 20px;
    position: static;
    top: 20px
}

    #price-page .help-button-wrapper-desktop.help-btn-pp {
        position: static;
        width: 100%;
        height: 100vh
    }

        #price-page .help-button-wrapper-desktop.help-btn-pp.help-fixed > div {
            width: calc((1224px / 12) * 3);
            top: 0;
            position: fixed;
            padding-right: 16px;
            max-width: 100%;
            left: auto;
            bottom: auto;
            margin-bottom: auto
        }

        #price-page .help-button-wrapper-desktop.help-btn-pp.help-bottom {
            top: auto;
            margin: auto
        }

            #price-page .help-button-wrapper-desktop.help-btn-pp.help-bottom > div {
                position: absolute;
                top: auto;
                bottom: 0;
                width: 100%;
                display: block;
                height: auto;
                margin-bottom: auto
            }

@media screen and (min-width:768px) {
    #price-page .help-button-wrapper-desktop .help-button {
        opacity: inherit;
        position: relative;
        margin: 10px 0 48px;
        max-width: 100%;
        width: 100%;
        letter-spacing: unset
    }

        #price-page .help-button-wrapper-desktop .help-button .help-button-btn {
            border-radius: 4px;
            height: auto;
            font-size: 14px;
            padding: 7px 16px 8px;
            min-height: auto
        }

            #price-page .help-button-wrapper-desktop .help-button .help-button-btn .btn-wrapper {
                text-align: left;
                width: 100%;
                padding-left: 30px;
                text-transform: none;
                font-size: 14px;
                line-height: 14px
            }

                #price-page .help-button-wrapper-desktop .help-button .help-button-btn .btn-wrapper span {
                    top: auto;
                    font-size: 20px;
                    left: 0;
                    transform: none
                }

        #price-page .help-button-wrapper-desktop .help-button .help-wrapper.in {
            margin-top: -40px;
            bottom: unset
        }
}

#price-page .help-button-wrapper-mobile {
    position: sticky;
    bottom: 0;
    z-index: 3
}

.help-container {
    padding: 16px;
    width: 100%;
    height: 100%;
    color: #fff
}

    .help-container.help-method {
        padding: 16px 40px
    }

        .help-container.help-method .help-title {
            margin: 0 -24px 16px
        }

    .help-container p {
        color: #fff;
        font-size: 14px
    }

    .help-container .help-title {
        align-items: center;
        margin-bottom: 16px;
        text-transform: uppercase
    }

        .help-container .help-title p {
            margin: 0;
            padding: 0;
            color: #fff;
            line-height: 1em;
            font-size: 11px;
            font-weight: 500
        }

        .help-container .help-title .icon {
            cursor: pointer;
            font-size: 20px;
            font-weight: 500;
            line-height: 14px
        }

            .help-container .help-title .icon.icon-arrow-left::before {
                position: relative;
                top: 4px
            }

    .help-container .header h1, .help-container .header h2, .help-container .header p.title {
        margin: 32px 0;
        color: #fff;
        font-size: 32px;
        line-height: 1.2em;
        text-align: center
    }

    .help-container .header h2 {
        font-size: 23px;
        font-weight: 400
    }

    .help-container .header .subtitle {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 24px
    }

@media (min-width:992px) {
    .help-container .header h1 {
        font-size: 23px
    }
}

.help-container .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(226,234,240,.3)
}

    .help-container .menu-item .icon-arrow-right {
        font-size: 22px
    }

    .help-container .menu-item .text-item {
        display: block;
        font-size: 17px;
        font-weight: 500
    }

@media screen and (min-width:992px) {
    .help-container .menu-item .text-item {
        font-size: 15px
    }
}

.help-container .menu-item:last-child {
    border-bottom: 0
}

.help-container .inline-inputs {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

    .help-container .inline-inputs p {
        margin-top: 16px;
        margin-bottom: 0;
        font-weight: 600
    }

.help-container .btn.solid-main {
    margin-top: 0;
    margin-bottom: 24px;
    height: 50px
}

.help-container#chat-help .form-control {
    margin-bottom: 32px
}

.help-container .form-control.input-placeholder-to-label {
    margin-bottom: 8px
}

.help-container .form-control.normal-radio label p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.help-container .collapse .collapse-trigger, .help-container .collapse .collapsed p, .help-container .form-control.normal-checkbox.orange .normal-checkbox-container .checkmark-container {
    font-size: 12px;
    font-weight: 400
}

    .help-container .form-control.normal-checkbox.orange .normal-checkbox-container .checkmark-container a {
        color: #fff;
        text-decoration: underline
    }

    .help-container .form-control.normal-checkbox.orange .normal-checkbox-container .checkmark-container .checkmark {
        border: 0
    }

        .help-container .form-control.normal-checkbox.orange .normal-checkbox-container .checkmark-container .checkmark + span {
            padding-bottom: 8px
        }

.help-container .collapse {
    padding-bottom: 16px
}

.help-container .divider {
    background-color: #e2eaf0;
    opacity: .3
}

.help-container .thanks {
    position: relative;
    padding-top: 80px
}

    .help-container .thanks h2 {
        color: #fff;
        margin-top: 0
    }

    .help-container .thanks .icon-check {
        font-size: 120px;
        line-height: 1em
    }

.help-container.animate {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: all .15s ease-in-out
}

.help-container.outside {
    display: none;
    transform: translateX(100%)
}

.help-container.out-to-left {
    transform: translateX(-100%)
}

@media screen and (min-width:768px) {
    .help-container .header h1, .help-container .header p.title {
        font-size: 23px
    }

    .help-container .header h2 {
        font-size: 18px
    }

    .help-container.help-method {
        padding: 16px
    }

        .help-container.help-method .help-title {
            margin: 0 0 16px
        }

    .help-container .btn.solid-main {
        min-height: 50px;
        padding: 11px 24px
    }

    .help-container .menu-item[data-id=whatsapp] {
        display: none
    }

    .help-container .inline-inputs {
        flex-wrap: wrap;
        justify-content: flex-start
    }

        .help-container .inline-inputs p {
            margin-top: 8px;
            margin-bottom: 16px;
            width: 100%
        }

        .help-container .inline-inputs .form-control {
            padding-right: 16px
        }

            .help-container .inline-inputs .form-control.input input {
                padding-top: 15px;
                padding-bottom: 15px
            }

    .help-container .form-control.input input {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .help-container .form-control.input-placeholder-to-label .has-float-label input {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .help-container .form-control.input-placeholder-to-label .has-float-label > span {
        top: 7px
    }
}

footer {
    background-color: #015368;
    padding: 16px 0
}

    footer.sticky {
        flex-shrink: 0
    }

    .wsection .modify-title, footer ul {
        display: flex;
        justify-content: space-between
    }

    footer ul {
        padding: 5px 0 0;
        margin: 0;
        width: 100%
    }

        footer ul li {
            display: inline-block
        }

            footer ul li a {
                color: #fff;
                font-size: 12px;
                line-height: 21px;
                font-weight: 600
            }

                footer ul li a:active, footer ul li a:focus, footer ul li a:hover {
                    color: #61c3dc;
                    text-decoration: none
                }

@media (max-width:480px) {
    footer ul {
        max-width: 80%;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: block
    }

        footer ul li {
            width: 50%;
            float: left;
            text-align: center
        }
}

footer .divider {
    opacity: .1
}

footer .collapse .collapse-trigger, footer .collapse .collapsed p {
    font-size: 12px;
    line-height: 18px
}

@media screen and (max-width:360px) {
    footer .collapse .collapse-trigger {
        text-align: center
    }
}

@media (min-width:768px) {
    footer .collapse .collapse-trigger {
        font-size: 14px;
        margin-top: 5px
    }
}

@media (min-width:1224px) {
    footer .collapse .collapse-trigger {
        margin-top: 16px
    }
}

@media screen and (min-width:768px) {
    footer .collapse .collapsed p {
        font-size: 14px
    }
}

footer .copyright {
    margin: 0;
    font-size: 11px;
    line-height: 20px;
    color: #c2d1d9;
    width: 100%;
    text-align: center
}

    footer .copyright br {
        display: none
    }

@media (max-width:360px) {
    footer .copyright {
        line-height: 14px
    }

        footer .copyright br {
            display: block
        }
}

footer .copyright-wrapper {
    padding: 0 8px
}

@media (min-width:768px) {
    footer {
        padding: 40px 8px
    }

        footer .row {
            display: flex
        }

            footer .row .legal {
                order: 2
            }

                footer .row .legal li {
                    flex: 1 2 auto
                }

                    footer .row .legal li a {
                        font-size: 14px;
                        line-height: 18px
                    }

            footer .row .copyright-wrapper {
                order: 1;
                padding: 0 16px
            }

                footer .row .copyright-wrapper p {
                    text-align: left;
                    font-size: 14px;
                    line-height: 24px;
                    margin: 0
                }

                    footer .row .copyright-wrapper p.center {
                        text-align: center
                    }

                    footer .row .copyright-wrapper p br {
                        display: block
                    }

                    footer .row .copyright-wrapper p span, footer .row .copyright-wrapper p span br {
                        display: none
                    }
}

@media (min-width:768px) and (min-width:1224px) {
    footer .row .copyright-wrapper p br {
        display: none
    }
}

.waiting-page-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden
}

    .waiting-page-wrapper .waiting-page {
        background-color: #009fc7;
        position: relative;
        height: 55%;
        animation-duration: .6s;
        animation-delay: 0s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        animation-name: slide-in-top
    }

@keyframes slide-in-top {
    0% {
        transform: translateY(calc(-100%));
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    .waiting-page-wrapper .waiting-page {
        height: 60%;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.waiting-page-wrapper .bottom-bg {
    position: absolute;
    height: 45%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #015368;
    padding-left: 40px;
    padding-right: 40px;
    animation-name: slide-in-bottom;
    animation-duration: .6s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(130%)
    }

    100% {
        transform: translateY(0)
    }
}

.waiting-page-wrapper .bottom-bg::before {
    position: absolute;
    top: -10%;
    width: 170%;
    height: 100%;
    content: "";
    background-color: #015368;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width:768px) {
    .waiting-page-wrapper .bottom-bg {
        height: 40%
    }

        .waiting-page-wrapper .bottom-bg + .container {
            height: 100%
        }

            .waiting-page-wrapper .bottom-bg + .container .content {
                position: relative;
                overflow-y: hidden
            }
}

.waiting-page-wrapper .content {
    position: absolute;
    height: 100vh;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
    display: block;
    align-items: center;
    overflow-y: auto;
    justify-content: center;
    width: 100%
}

    .waiting-page-wrapper .content .wrapper {
        position: relative
    }

        .waiting-page-wrapper .content .wrapper h1 {
            color: #fff;
            width: 100%;
            text-align: center;
            font-size: 23px;
            margin-bottom: 8px;
            margin-top: 0;
            line-height: 30px
        }

    .waiting-page-wrapper .content .puff-animation .video-wrapper {
        position: relative;
        height: 190px;
        width: 190px;
        left: 50%;
        transform: translateX(-50%)
    }

        .waiting-page-wrapper .content .puff-animation .video-wrapper .border-spin {
            animation-name: scale-up;
            animation-duration: 1.1s;
            animation-delay: 50ms;
            animation-timing-function: ease-in-out;
            animation-fill-mode: both;
            height: 190px;
            width: 190px;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(../img/cj/waiting/border-spin.png);
            background-size: cover;
            border-radius: 50%
        }

            .waiting-page-wrapper .content .puff-animation .video-wrapper .border-spin.spin {
                animation-name: spin;
                animation-duration: 1s;
                animation-iteration-count: infinite;
                animation-timing-function: linear
            }

        .waiting-page-wrapper .content .puff-animation .video-wrapper .video {
            height: 180px;
            width: 180px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            overflow: hidden;
            top: 5px;
            left: 5px;
            animation-name: scale-up;
            animation-duration: 1s;
            animation-delay: 0s;
            animation-timing-function: ease-in-out;
            animation-fill-mode: both
        }

            .waiting-page-wrapper .content .puff-animation .video-wrapper .video img, .waiting-page-wrapper .content .puff-animation .video-wrapper .video video {
                height: 100%;
                width: auto
            }

@keyframes scale-up {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.waiting-page-wrapper .content .final-text {
    position: relative;
    z-index: 9;
    margin-top: 24px
}

    .waiting-page-wrapper .content .final-text p {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        font-weight: 600
    }

@media screen and (min-width:360px) {
    .waiting-page-wrapper .content .wrapper h1 {
        margin-bottom: 40px
    }

    .waiting-page-wrapper .content .final-text {
        margin-top: 72px
    }
}

@media screen and (min-width:768px) {
    .waiting-page-wrapper .content {
        display: flex
    }

        .waiting-page-wrapper .content .wrapper h1 {
            font-size: 44px;
            line-height: 56px
        }

        .waiting-page-wrapper .content .puff-animation .video-wrapper, .waiting-page-wrapper .content .puff-animation .video-wrapper .border-spin {
            width: 310px;
            height: 310px
        }

            .waiting-page-wrapper .content .puff-animation .video-wrapper .video {
                width: 300px;
                height: 300px
            }

        .waiting-page-wrapper .content .final-text {
            margin-top: 80px
        }

            .waiting-page-wrapper .content .final-text p {
                line-height: 18px
            }
}

.scroll-top {
    position: fixed;
    left: calc(100vw - 75px);
    bottom: 46px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgba(210,244,255,.8);
    opacity: 0;
    z-index: 5;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .scroll-top {
        bottom: 60px
    }
}

@media (min-width:992px) {
    .scroll-top {
        left: calc(100vw - 106px);
        margin-bottom: 0;
        bottom: 36px
    }
}

.scroll-top i.icon {
    top: 50%;
    left: 50%;
    position: absolute;
    line-height: 1;
    transform: translate(-50%,-50%) rotate(180deg);
    font-size: 20px;
    color: #009fc7
}

.scroll-top.on {
    opacity: 1
}

.scroll-top.absolute {
    position: absolute;
    bottom: 0
}

.wsection {
    padding: 16px 16px 56px;
    margin: 0;
    min-height: 100%;
    width: 100%;
    background-color: #009fc7
}

    .wsection .modify-title {
        align-items: center;
        margin-bottom: 24px;
        text-transform: uppercase;
        color: #fff
    }

        .wsection .modify-title p {
            margin: 0;
            padding: 0;
            font-weight: 600;
            letter-spacing: 1.2px
        }

        .wsection .modify-title .icon {
            cursor: pointer;
            font-size: 24px;
            font-weight: 500
        }

            .wsection .modify-title .icon.icon-arrow-left {
                visibility: hidden
            }

        .wsection .modify-title.step {
            margin-bottom: 32px
        }

            .wsection .modify-title.step .icon.icon-arrow-left {
                visibility: visible;
                transform: translateY(5px)
            }

.help__text.collapsed, .helpbar__cancel {
    visibility: hidden
}

.wsection .modify-title.step.question {
    margin-bottom: 24px
}

.wsection .wcontainer {
    position: static
}

    .wsection .wcontainer .collapse .collapse-trigger {
        min-height: 56px;
        height: auto;
        padding: 16px 0;
        cursor: pointer;
        font-size: 17px;
        font-weight: 600;
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgba(226,234,240,.3)
    }

    .wsection .wcontainer .collapse .collapsed.active {
        max-height: 5000px
    }

    .wsection .wcontainer .collapse .collapsed ul.submenu {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item {
            padding: 16px 0;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: rgba(226,234,240,.3)
        }

            .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .title {
                color: #015368;
                display: block;
                padding-right: 80px
            }

            .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext {
                position: relative;
                padding-right: 80px
            }

                .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext.disabled {
                    color: rgba(255,255,255,.6)
                }

                .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext i {
                    top: 0;
                    right: 0;
                    font-size: 24px;
                    position: absolute;
                    transform: translateY(-10px);
                    color: #3dd092
                }

                    .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext i.icon-edit {
                        right: 30px;
                        color: #fff;
                        cursor: pointer
                    }

                        .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext i.icon-edit:hover {
                            color: #e2eaf0
                        }

                    .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext i.icon-alert {
                        color: #a70000
                    }

            .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .text-error {
                color: #a70000;
                font-size: 12px;
                font-weight: 600;
                padding-top: 8px;
                display: none
            }

                .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .text-error.in {
                    display: block
                }

.wsection .btn.solid-main.update {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 0
}

.wsection .wrapper-question .title-d-section {
    margin-top: 0
}

.wsection .wrapper-question .edit-question {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px
}

    .wsection .wrapper-question .edit-question h1 {
        margin-top: 0;
        margin-bottom: 24px
    }

@media (min-width:768px) {
    .wsection .wrapper-question .edit-question h1 {
        margin-bottom: 48px
    }
}

.wsection .wrapper-question .edit-question .btn.solid-main {
    margin-top: 32px
}

.wsection .wrapper-question .edit-question .radio-select-gender > div:first-child .normal-radio-icon {
    float: right
}

.wsection .wrapper-question .edit-question .car-opt-q {
    text-align: right;
    right: -16px;
    margin-top: -16px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .wsection .wrapper-question .edit-question .car-opt-q {
        text-align: center;
        right: auto;
        margin-top: 0;
        margin-bottom: 40px
    }
}

.wsection .wrapper-question .edit-question .btn.optional {
    min-width: 100%
}

@media (max-width:767px) {
    .wsection .wcontainer .collapse .collapse-trigger span.icon {
        font-size: 24px;
        transform: translateY(-50%);
        top: 50%
    }

    .wsection .wcontainer .collapse .collapsed {
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 2;
        text-align: left;
        overflow-y: scroll;
        position: absolute;
        padding: 24px 16px;
        transition: all .4s ease-in;
        background-color: #009fc7
    }

        .wsection .wcontainer .collapse .collapsed.active {
            left: 0;
            margin: 0;
            max-height: 5000px;
            padding-bottom: 46px
        }
}

@media (min-width:768px) {
    .wsection {
        padding: 16px 32px;
        height: auto;
        overflow-y: auto
    }

        .wsection .modify-title {
            margin-bottom: 0
        }

            .wsection .modify-title p {
                visibility: hidden
            }

            .wsection .modify-title .icon {
                font-size: 40px
            }

            .wsection .modify-title.step {
                display: none
            }

                .wsection .modify-title.step.question {
                    margin-bottom: 0;
                    display: flex;
                    position: fixed;
                    width: 100vw;
                    padding-right: 62px
                }

        .wsection .wcontainer {
            transform: translateY(-40px)
        }

            .wsection .wcontainer .collapse .collapse-trigger {
                font-size: 44px;
                font-weight: 100;
                line-height: 56px;
                border-bottom: 0;
                padding: 0;
                height: auto
            }

                .wsection .wcontainer .collapse .collapse-trigger span.icon {
                    right: auto;
                    font-size: 32px;
                    margin-left: 8px
                }

                .wsection .wcontainer .collapse .collapse-trigger span.text {
                    left: 0
                }

            .wsection .wcontainer .collapse .collapsed ul.submenu {
                padding: 0;
                margin-bottom: 32px
            }

                .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext {
                    padding-top: 6px
                }

                    .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext i {
                        font-size: 30px
                    }

                        .wsection .wcontainer .collapse .collapsed ul.submenu li.question-item .maintext i.icon-edit {
                            right: 40px
                        }

        .wsection .wrapper-question {
            transform: translateY(-10px);
            padding-top: 60px
        }
}

@media (min-width:768px) and (max-width:992px) {
    .wsection .wrapper-question {
        transform: translateY(-10px)
    }

        .wsection .wrapper-question .edit-question h1 {
            font-size: 30px;
            line-height: 36px
        }
}

@media (min-width:992px) {
    .wsection .wrapper-question .edit-question .btn.optional {
        max-width: 280px;
        min-width: 240px
    }

    .wsection .modify-title p {
        flex-basis: 100%
    }

    .wsection .modify-title .fade-out-shadow {
        position: fixed;
        right: 31px;
        width: 100vw;
        z-index: 7;
        top: 16px
    }

        .wsection .modify-title .fade-out-shadow::after {
            content: "";
            right: 0;
            background: linear-gradient(#009fc7 20%,rgba(0,159,199,0));
            width: 100vw;
            transform: translateY(-27px);
            height: 100%;
            position: absolute;
            z-index: -1
        }

        .wsection .modify-title .fade-out-shadow .btn-update-results, .wsection .modify-title .fade-out-shadow .icon {
            float: right
        }

        .wsection .modify-title .fade-out-shadow .icon {
            line-height: 1
        }

    .wsection .modify-title .btn-update-results {
        max-width: 280px;
        margin-right: 24px
    }

    .wsection .wcontainer {
        transform: translateY(0)
    }

    .wsection .wrapper-question .edit-question {
        padding: 24px 24px 148px
    }

        .wsection .wrapper-question .edit-question .btn.solid-main {
            float: right;
            max-width: 185px
        }
}

@media (min-width:1224px) {
    .wsection .wcontainer {
        transform: translateY(-24px);
        position: relative;
        z-index: 7
    }

    .wsection .wrapper-question .edit-question {
        padding: 56px 96px 148px
    }
}

.discard-changes p, .update-results p {
    text-align: center;
    margin-bottom: 24px
}

.discard-changes .btn.solid-secondary, .update-results .btn.solid-secondary {
    margin-bottom: 16px
}

@media (min-width:992px) {
    .discard-changes p, .update-results p {
        margin: 0 0 32px
    }
}

@media screen and (max-width:992px) {
    body, html {
        min-height: 100vh
    }
}

.wsection .go-section {
    left: 0;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 60px;
    position: fixed;
    padding: 12px 16px;
    background: #fff
}

    .wsection .go-section.mobile {
        display: flex;
        justify-content: left;
        align-items: center
    }

    .wsection .go-section.desktop {
        display: none
    }

    .wsection .go-section .icon {
        font-size: 24px;
        color: #a70000;
        transform: translateY(-5px);
        margin-right: 10px
    }

    .wsection .go-section .message {
        color: #a70000
    }

        .wsection .go-section .message .step {
            text-decoration: underline
        }

.wsection .wcontainer .collapse .collapse-trigger.alert span.icon-alert, .wsection .wcontainer .collapse .collapse-trigger.alert span.icon-arrow-right {
    transform: translateY(-20px)
}

.wsection .wcontainer .collapse .collapse-trigger.alert span.icon-alert {
    margin-right: 30px;
    color: #a70000
}

.wsection .wcontainer .collapse .collapse-trigger.alert span.message-error {
    display: none;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 10px;
    position: relative;
    color: #a70000
}

.app-footer footer .collapse .collapse-trigger, .app-footer footer .collapse .collapse-trigger span, .app-footer footer .collapse .collapsed p, .app-footer footer .collapse .collapsed p a, .app-footer footer ul li a {
    color: #859ca8
}

.wsection .wcontainer .collapse .collapse-trigger.alert span.message-error.in {
    display: block
}

@media (width >= 400px) {
    .wsection .go-section .icon {
        transform: initial
    }
}

@media (min-width:768px) {
    .wsection .wcontainer .collapse .collapse-trigger.alert span.icon-alert, .wsection .wcontainer .collapse .collapse-trigger.alert span.icon-arrow-right {
        transform: translateY(0)
    }

    .wsection .wcontainer .collapse .collapse-trigger.alert span.icon-alert {
        font-size: 24px;
        margin-left: 16px
    }

    .wsection .wcontainer .collapse .collapse-trigger.alert span.icon-chevron-down {
        margin-left: 48px
    }

    .wsection .wcontainer .collapse .collapse-trigger.alert span.message-error {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .wsection .go-section {
        position: relative;
        max-width: 304px;
        margin-right: 24px;
        border-radius: 4px
    }

        .wsection .go-section.mobile {
            display: none
        }

        .wsection .go-section.desktop {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .wsection .go-section .icon {
            font-size: 24px;
            transform: translateY(-5px)
        }

        .wsection .go-section .message {
            text-transform: initial
        }
}

.red-test {
    background-color: #a70000;
    padding: 20px
}

#cj-wrapper .form-control.select .select-wrapper, .app-footer footer {
    background-color: #fff
}

    .app-footer footer .divider {
        background-color: #859ca8
    }

    .app-footer footer ul {
        max-width: 100%;
        display: flex
    }

    .app-footer footer .copyright-wrapper, .app-footer footer .legal .divider {
        display: none
    }

    .app-footer footer ul li {
        width: auto
    }

    .app-footer footer .legal {
        float: none;
        text-align: center;
        margin: 0 auto
    }

.tel-loader, .user-login {
    display: flex;
    align-items: center
}

.user-login {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .user-login {
        position: absolute;
        right: 8px;
        top: 8px
    }
}

.user-login img {
    max-width: 24px
}

#cj-header.upa-header .cj-question-group-title .cj-logo {
    position: absolute;
    left: 0;
    top: 16px
}

#cj-header.upa-header .cj-question-group-title .cj-group-title {
    position: absolute;
    top: 16px;
    width: 100%
}

#cj-header.upa-header .cj-question-group-title .upalogin {
    width: 100%
}

.tel-loader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.75);
    z-index: 999;
    justify-content: center;
    flex-direction: column
}

    .tel-loader.active {
        display: block
    }

#cj-wrapper #cj-header .seo-title h1 {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

#cj-wrapper .card-wrapper .card .question-wrapper {
    padding-bottom: 0;
    margin-bottom: 0
}

    #cj-wrapper .card-wrapper .card .question-wrapper h2.title.cj-last-question {
        margin-bottom: 8px
    }

@media screen and (min-width:768px) {
    .user-login img {
        max-width: 36px
    }

    #cj-wrapper .card-wrapper .card .question-wrapper h2.title.cj-last-question {
        margin-bottom: 32px
    }
}

#cj-wrapper .card-wrapper .card .question-wrapper .cj-tooltip-no-space {
    border: 0;
    margin-bottom: 24px;
    margin-top: 0
}

#cj-wrapper .card-wrapper .card .question-wrapper h2.title {
    margin: 0 0 24px
}

@media screen and (min-width:768px) {
    #cj-wrapper .card-wrapper .card .question-wrapper h2.title {
        margin: 0 0 32px
    }
}

#cj-wrapper .card-wrapper .card .question-wrapper h2.title.with-help {
    margin-top: inherit;
    margin-bottom: 24px
}

#cj-wrapper .card-wrapper .card .question-wrapper .small-radio .form-control.selector .selector-wrapper .card-selector .title {
    min-height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px
}

    #cj-wrapper .card-wrapper .card .question-wrapper .small-radio .form-control.selector .selector-wrapper .card-selector .title .filter-radio {
        width: 100%
    }

#cj-wrapper .card-wrapper .card .question-wrapper .small-radio .form-control.selector .selector-wrapper .card-selector.active {
    border: 1px solid #3dd092
}

#cj-wrapper .form-control.input-placeholder-to-label .has-float-label input {
    font-size: 15px
}

    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input.error {
        border-color: #a70000;
        font-size: 15px
    }

    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input:-moz-placeholder:not(:focus) + span {
        color: #859ca8;
        opacity: 1;
        top: 50%
    }

    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input:placeholder-shown:not(:focus) + span {
        color: #859ca8;
        opacity: 1;
        top: 50%
    }

#cj-wrapper .form-control.selector input[name=have-gas]:checked + .card-selector .card-title, #cj-wrapper .form-control.selector input[name=have-gas]:checked + .card-selector .subtitle, #cj-wrapper .form-control.selector input[name=have-light]:checked + .card-selector .card-title, #cj-wrapper .form-control.selector input[name=have-light]:checked + .card-selector .subtitle, #cj-wrapper .form-control.selector input[name=isConsumptionKnown]:checked + .card-selector .card-title, #cj-wrapper .form-control.selector input[name=isConsumptionKnown]:checked + .card-selector .subtitle, #cj-wrapper .form-control.selector input[name=modality]:checked + .card-selector .card-title, #cj-wrapper .form-control.selector input[name=modality]:checked + .card-selector .subtitle {
    color: #3dd092
}

@media (min-width:768px) {
    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input:-moz-placeholder:not(:focus) + span {
        font-size: 12px
    }

    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input:placeholder-shown:not(:focus) + span {
        font-size: 12px
    }
}

@media (min-width:992px) {
    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input:-moz-placeholder:not(:focus) + span {
        font-size: 15px
    }

    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label input:placeholder-shown:not(:focus) + span {
        font-size: 15px
    }
}

#cj-wrapper .form-control {
    margin-bottom: 0
}

    #cj-wrapper .form-control.select {
        min-height: 50px
    }

        #cj-wrapper .form-control.select .error-txt {
            margin-top: 8px
        }

        #cj-wrapper .form-control.select .select-wrapper select {
            padding: 14px 35px 14px 24px;
            min-height: 50px
        }

        #cj-wrapper .form-control.select label {
            font-weight: 400
        }

        #cj-wrapper .form-control.select.error .select-wrapper select:focus {
            box-shadow: none
        }

    #cj-wrapper .form-control.energy-radio {
        margin: 0
    }

        #cj-wrapper .form-control.energy-radio > label {
            display: flex;
            gap: 8px;
            justify-content: space-between;
            align-items: center;
            margin: 0
        }

            #cj-wrapper .form-control.energy-radio > label p {
                font-size: 16px
            }

            #cj-wrapper .form-control.energy-radio > label > .radiomark {
                top: auto
            }

                #cj-wrapper .form-control.energy-radio > label > .radiomark span {
                    background-color: #3dd092
                }

    #cj-wrapper .form-control.selector.error .selector-wrapper .card-selector {
        border: 1px solid #a70000
    }

    #cj-wrapper .form-control.selector .card-selector.active, #cj-wrapper .form-control.selector input[name=isConsumptionKnown]:checked + .card-selector, #cj-wrapper .form-control.selector input[name=modality]:checked + .card-selector, #cj-wrapper input[name=isConsumptionKnown].card-selector.active {
        border: 1px solid #3dd092
    }

    #cj-wrapper .form-control.selector.error p.error {
        display: block
    }

    #cj-wrapper .form-control.selector p.error {
        display: none;
        margin-top: 8px
    }

@media screen and (min-width:768px) {
    #cj-wrapper .form-control.select .selector-wrapper {
        min-height: 60px
    }

    #cj-wrapper .form-control.selector p.error {
        margin-top: 16px
    }
}

#cj-wrapper .form-control.selector .card-selector {
    text-align: center
}

    #cj-wrapper .form-control.selector .card-selector.with-subtitle {
        padding: 16px
    }

        #cj-wrapper .form-control.selector .card-selector.with-subtitle .card-title {
            padding: 0;
            font-size: 16px;
            font-weight: 600;
            color: #424b5a
        }

        #cj-wrapper .form-control.selector .card-selector.with-subtitle .subtitle {
            margin: 0;
            font-size: 12px;
            font-weight: 500;
            color: #859ca8
        }

#cj-wrapper .form-control.input-text-value.input {
    position: relative
}

    #cj-wrapper .form-control.input-text-value.input span {
        top: 17px;
        right: 16px;
        position: absolute;
        font-size: 15px;
        font-weight: 500;
        color: #859ca8
    }

    #cj-wrapper .form-control.input-text-value.input input {
        padding-right: 90px
    }

#cj-wrapper .form-control.input {
    min-height: 50px
}

    #cj-wrapper .form-control.input input {
        padding: 15px 24px
    }

#cj-wrapper .form-control.input-placeholder-to-label .has-float-label + .error-txt {
    display: none
}

#cj-wrapper .form-control.input-placeholder-to-label .has-float-label.error + .error-txt, #cj-wrapper .form-control.select.error .error-txt, #cj-wrapper .normal-checkbox-container.error .error-txt {
    display: block
}

#cj-wrapper .form-control.input-placeholder-to-label .has-float-label span {
    background-color: transparent
}

@media (min-width:992px) {
    #cj-wrapper .form-control.input-placeholder-to-label .has-float-label span {
        top: 8px
    }
}

#cj-wrapper .card-selector.active p, #cj-wrapper input[name=isConsumptionKnown].card-selector.active .card-title, #cj-wrapper input[name=isConsumptionKnown].card-selector.active .subtitle, #cj-wrapper input[name=isConsumptionKnown].card-selector.active span {
    color: #3dd092
}

#cj-wrapper .personal-info {
    margin-top: 56px
}

#cj-wrapper .cj-dog, #cj-wrapper .form-control.select .error-txt, #cj-wrapper .normal-checkbox-container .error-txt {
    display: none
}

#cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container {
    align-items: center
}

    #cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container img {
        right: 16px;
        position: absolute;
        max-width: 24px
    }

    #cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container .checkmark {
        top: 13px;
        transform: none
    }

        #cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container .checkmark + span {
            display: flex;
            flex-direction: column;
            padding-right: 42px
        }

            #cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container .checkmark + span span.subtitle {
                font-size: 12px;
                font-weight: 400;
                padding-right: 20px
            }

#cj-wrapper .row, #cj-wrapper .row.align-flex-start {
    align-items: flex-start
}

#cj-wrapper .terms-check .checkmark + span {
    color: #424b5a
}

    #cj-wrapper .terms-check .checkmark + span a {
        color: #424b5a;
        text-decoration: underline
    }

#cj-wrapper .form-control.normal-radio-icon.normal-radio-icon {
    margin-left: auto;
    margin-right: auto
}

    #cj-wrapper .form-control.normal-radio-icon.normal-radio-icon .item {
        font-size: 12px;
        height: 40px;
        text-align: center
    }

@media screen and (min-width:768px) {
    #cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container img {
        max-width: 32px;
        max-height: 50px
    }

    #cj-wrapper .form-control.normal-checkbox-box.normal-checkbox-box-subtitle .normal-checkbox-container .checkmark-container .checkmark {
        top: 20px
    }

    #cj-wrapper .cj-tooltip {
        margin-bottom: 32px
    }

    #cj-wrapper .form-control.normal-radio-icon.normal-radio-icon .image img {
        margin: 24px 45px 12px;
        max-width: 90px
    }
}

#cj-wrapper .unit-input {
    position: relative
}

    #cj-wrapper .unit-input span {
        top: 50px;
        right: 16px;
        position: absolute;
        font-weight: 500;
        color: #015368
    }

@media screen and (min-width:768px) {
    #cj-wrapper .unit-input span {
        top: 57px
    }
}

#cj-product .invoice__submitsectionflex .checkmark, #cj-product .landing .main-content .questions .checkmark {
    top: 50%
}

#cj-wrapper .unit-input input {
    padding: 12px 90px 12px 20px
}

@media screen and (min-width:768px) {
    #cj-wrapper .unit-input input {
        padding: 19px 90px 19px 24px;
        min-height: 60px
    }
}

#cj-wrapper .energy-icon-title-con {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 32px 0 0;
    min-width: 100%
}

@media screen and (min-width:992px) {
    #cj-wrapper .energy-icon-title-con {
        font-size: 20px;
        margin: 48px 0 0
    }
}

#cj-wrapper .energy-icon-title-con img {
    margin-right: 8px;
    max-width: 30px
}

#cj-wrapper .feature-item-box-con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    #cj-wrapper .feature-item-box-con .feature-item-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-width: 110px;
        max-width: 110px;
        padding: 8px
    }

        #cj-wrapper .feature-item-box-con .feature-item-box img {
            max-width: 100%
        }

        #cj-wrapper .feature-item-box-con .feature-item-box p {
            font-size: 10px;
            line-height: 14px;
            text-align: center;
            margin: 5px 0 12px
        }

#cj-wrapper .accept-txt {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px;
    color: #181e28
}

@media screen and (min-width:1380px) {
    #cj-wrapper .cj-dog {
        display: block;
        position: absolute;
        z-index: 50;
        width: auto;
        height: 310px;
        right: 20%;
        bottom: 210px
    }
}

@media screen and (min-width:1600px) {
    #cj-wrapper .cj-dog {
        right: 23%
    }
}

@media screen and (min-width:2000px) {
    #cj-wrapper .cj-dog {
        display: none;
    }
}

#cj-wrapper .container .form-control.input label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px
}

@media screen and (max-width:768px) {
    #cj-wrapper .container {
        width: 100%
    }

        #cj-wrapper .container .form-control.input label {
            line-height: 22px
        }
}

@media screen and (min-width:768px) {
    #cj-wrapper .container .row .seo-text-container {
        padding-bottom: 48px
    }
}

#cj-wrapper .container .row .col-xs-12 .seo-text {
    margin-top: 32px;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07);
    padding: 16px;
    border-radius: 8px
}

@media screen and (min-width:768px) {
    #cj-wrapper .container .row .col-xs-12 .seo-text {
        margin-top: 40px
    }
}

#cj-wrapper .container .row .col-xs-12 .seo-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px
}

#cj-wrapper .container .row .col-xs-12 .seo-text p {
    font-size: 14px;
    padding: 0;
    margin: 0 0 8px
}

    #cj-wrapper .container .row .col-xs-12 .seo-text p:last-child {
        margin-bottom: 0
    }

#cj-wrapper .container .row .col-xs-12 .seo-text a {
    color: #009fc7;
    text-decoration: underline;
    font-weight: 600
}

#cj-wrapper .energy-selection {
    display: flex;
    gap: 16px
}

@media screen and (min-width:992px) {
    #cj-wrapper .energy-selection {
        gap: 24px
    }
}

#cj-wrapper .energy-selection__tab {
    width: 33.333333%
}

#cj-wrapper #consum-q {
    margin-top: 48px
}

    #cj-wrapper #consum-q .answer-row {
        display: flex;
        gap: 24px
    }

@media (max-width:992px) {
    #cj-wrapper #consum-q .answer-row {
        gap: 16px
    }
}

@media (max-width:1224px) {
    #cj-wrapper .energy-selection {
        flex-wrap: wrap
    }

    #cj-wrapper .energy-selection__tab {
        width: 100%
    }

    #cj-wrapper #consum-q {
        margin-top: 32px
    }

        #cj-wrapper #consum-q .answer-row {
            flex-wrap: wrap
        }
}

#cj-wrapper #consum-q .answer-row .answer-option {
    width: 50%
}

#cj-wrapper #gas-block .consum-yes, #cj-wrapper #light-block .consum-yes {
    display: flex;
    gap: 32px;
    margin-top: 32px
}

@media (max-width:992px) {
    #cj-wrapper #gas-block .consum-yes, #cj-wrapper #light-block .consum-yes {
        gap: 16px
    }
}

@media (max-width:1224px) {
    #cj-wrapper #consum-q .answer-row .answer-option {
        width: 100%
    }

    #cj-wrapper #gas-block .consum-yes, #cj-wrapper #light-block .consum-yes {
        flex-wrap: wrap
    }
}

#cj-wrapper #gas-block .consum-yes .consum-answer input, #cj-wrapper #light-block .consum-yes .consum-answer input {
    min-height: 54px
}

#cj-wrapper #gas-block .field-title, #cj-wrapper #light-block .field-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 24px
}

    #cj-wrapper .consum-no .field-title {
        font-size: 16px;
        margin-bottom: 12px
    }

#cj-wrapper .m2-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 8px
}

    #cj-wrapper .m2-info .icon {
        font-size: 20px;
        margin-right: 8px;
        margin-top: -4px
    }

    #cj-wrapper .m2-info p {
        margin: 0
    }

@media (max-width:1224px) {
    #cj-wrapper .m2-info p {
        font-size: 12px
    }
}

#cj-wrapper #gas-block .consum-yes .consum-answer {
    width: 100%
}

#cj-wrapper .company-selection {
    margin-top: 48px
}

@media (max-width:1224px) {
    #cj-wrapper .company-selection {
        margin-top: 32px
    }
}

#cj-wrapper #contact-info {
    margin-top: 48px
}

@media (max-width:1224px) {
    #cj-wrapper #contact-info {
        margin-top: 32px
    }
}

#cj-wrapper #contact-info .form-control {
    margin-bottom: 16px
}

#cj-wrapper #contact-info .field-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px
}

#cj-wrapper input.error::-moz-placeholder {
    color: #015368
}

#cj-wrapper input.error::placeholder {
    color: #015368
}

.body-class, app-cj {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.radio-select-brand-img {
    display: flex;
    flex-wrap: wrap
}

#cj-product .btn.rounded:hover {
    color: #3dd092
}

#cj-product .card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

#cj-product .landing .card-wrapper {
    height: 100%;
    padding-bottom: 0
}

#cj-product .landing .container {
    height: auto
}

#cj-product .landing .main-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0
}

@media screen and (max-width:768px) {
    #cj-product .landing .main-content {
        background-color: #fff;
        margin-top: 0;
        box-shadow: 0 30px 60px 0 rgba(0,0,0,.06);
        border-radius: 6px;
        padding: 16px 16px 8px
    }
}

#cj-product .landing .main-content .questions {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .main-content .questions {
        gap: 40px;
        max-width: 810px;
        margin-top: 32px
    }
}

#cj-product .landing .main-content .questions .collapse {
    margin: 0 !important;
    text-align: start !important
}

    #cj-product .landing .main-content .questions .collapse .collapse-trigger {
        left: inherit;
        transform: none;
        padding-left: 0
    }

    #cj-product .landing .main-content .questions .collapse .collapsed p {
        padding: 0
    }

#cj-product .landing .main-content .questions .checkmark + span {
    padding: 0 16px 0 36px
}

#cj-product .landing .main-content .questions a {
    color: #181e28 !important;
    text-decoration: underline
}

#cj-product .landing .main-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between
}

@media screen and (min-width:992px) {
    #cj-product .landing .main-cards {
        gap: 50px
    }
}

#cj-product .landing .main-cards__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

#cj-product .landing .main-cards__title {
    color: #015368;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .main-cards__title {
        font-size: 32px;
        line-height: 48px
    }
}

#cj-product .landing .main-cards__subtitle {
    color: #015368;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .main-cards__subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

#cj-product .landing .main-cards__container {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media screen and (min-width:768px) {
    #cj-product .landing .main-cards__container {
        flex-direction: row;
        gap: 48px
    }
}

#cj-product .landing .main-cards__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    border-radius: 6px
}

@media screen and (min-width:768px) {
    #cj-product .landing .main-cards__item {
        width: 50%;
        box-shadow: 0 30px 60px 0 rgba(0,0,0,.06);
        padding: 24px
    }
}

#cj-product .landing .main-cards__txt {
    color: #181e28;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0 16px;
    text-align: center
}

#cj-product .landing .cj-main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .main-cards__txt {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px
    }

    #cj-product .landing .cj-main {
        gap: 40px
    }
}

#cj-product .landing .cj-main .cj-title {
    color: #015368;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0
}

#cj-product .landing .cj-main .unknown, #cj-product .landing .cj-main .unknown--mid, #cj-product .landing .cj-main .unknown--thx {
    padding: 12px 8px 12px 16px;
    border: 2px solid #e2eaf0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    border-radius: 6px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.06)
}

@media screen and (max-width:992px) {
    #cj-product .landing .cj-main .unknown, #cj-product .landing .cj-main .unknown--mid, #cj-product .landing .cj-main .unknown--thx {
        padding: 8px
    }
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-main .cj-title {
        font-size: 32px;
        line-height: 48px
    }

    #cj-product .landing .cj-main .unknown, #cj-product .landing .cj-main .unknown--mid, #cj-product .landing .cj-main .unknown--thx {
        margin-top: 0
    }

    #cj-product .landing .cj-main .unknown--mid {
        display: none
    }
}

#cj-product .landing .cj-main .unknown--mid {
    border-radius: 6px;
    border: none;
    background: rgba(188,237,226,.5);
    margin: 16px 0;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.06)
}

#cj-product .landing .cj-main .unknown--thx {
    border-radius: 4px;
    border: 2px solid #6dd9c0;
    background: rgba(188,237,226,.2)
}

    #cj-product .landing .cj-main .hidden.unknown--mid, #cj-product .landing .cj-main .hidden.unknown--thx, #cj-product .landing .cj-main .unknown--thx.hidden, #cj-product .landing .cj-main .unknown.hidden {
        display: none
    }

    #cj-product .landing .cj-main .unknown .col-md-6, #cj-product .landing .cj-main .unknown .col-xs-12, #cj-product .landing .cj-main .unknown--mid .col-md-6, #cj-product .landing .cj-main .unknown--mid .col-xs-12, #cj-product .landing .cj-main .unknown--thx .col-md-6, #cj-product .landing .cj-main .unknown--thx .col-xs-12 {
        padding: 0
    }

@media screen and (min-width:768px) {
    #cj-product .landing .cj-main .unknown, #cj-product .landing .cj-main .unknown--mid, #cj-product .landing .cj-main .unknown--thx {
        flex-direction: row;
        align-items: center
    }
}

#cj-product .landing .cj-main .unknown__container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

#cj-product .landing .cj-main .unknown__txtcontainer {
    display: flex;
    flex-direction: column
}

#cj-product .landing .cj-main .unknown__img {
    width: 48px;
    height: 48px
}

#cj-product .landing .cj-main .unknown__maintxt {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    color: #015368;
    line-height: 20px
}

@media screen and (min-width:768px) {
    #cj-product .landing .cj-main .unknown__container {
        gap: 16px
    }

    #cj-product .landing .cj-main .unknown__maintxt {
        font-size: 18px;
        line-height: 28px
    }
}

#cj-product .landing .cj-main .unknown__subtxt {
    margin: 0;
    font-size: 12px;
    color: #015368;
    line-height: 16px
}

@media screen and (min-width:768px) {
    #cj-product .landing .cj-main .unknown__subtxt {
        font-size: 14px;
        line-height: 20px
    }
}

#cj-product .landing .cj-main .divider-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    align-items: center
}

#cj-product .landing .cj-main .divider-section__txt {
    color: #015368;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0
}

#cj-product .landing .cj-main .divider-section__img {
    height: 1px;
    width: 13%
}

@media screen and (min-width:375px) {
    #cj-product .landing .cj-main .divider-section__img {
        width: 20%
    }
}

@media screen and (min-width:768px) {
    #cj-product .landing .cj-main .divider-section__txt {
        font-size: 18px;
        line-height: 22px
    }

    #cj-product .landing .cj-main .divider-section__img {
        width: 25%
    }
}

#cj-product .landing .cj-main .select-modality {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between
}

#cj-product .landing .cj-main .select-modality__title {
    color: #181e28;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0
}

#cj-product .landing .cj-main .select-modality .form-control.selector .selector-wrapper .card-selector .title {
    padding: 14px 24px !important
}

#cj-product .landing .modality {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-main .select-modality {
        gap: 32px
    }

    #cj-product .landing .cj-main .select-modality__title {
        font-size: 28px;
        line-height: 36px
    }

    #cj-product .landing .modality {
        gap: 40px
    }
}

#cj-product .landing .modality__title {
    color: #181e28;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0
}

#cj-product .landing .modality__answer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    #cj-product .landing .modality__answer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}

#cj-product .landing .modality__section {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .modality__title {
        font-size: 28px;
        line-height: 36px
    }

    #cj-product .landing .modality__answer {
        gap: 24px
    }

    #cj-product .landing .modality__section {
        gap: 32px
    }
}

#cj-product .landing .cj-content {
    display: flex;
    flex-direction: column !important;
    gap: 24px
}

#cj-product .landing .cj-content__title {
    color: #181e28;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-content {
        gap: 32px
    }

    #cj-product .landing .cj-content__title {
        font-size: 28px;
        line-height: 36px
    }
}

#cj-product .landing .cj-content__answer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: space-between
}

#cj-product .landing .cj-content__section {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-content__answer {
        gap: 24px
    }

    #cj-product .landing .cj-content__section {
        gap: 32px
    }
}

#cj-product .landing .cj-content__section-answer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-content__section-answer {
        gap: 32px
    }
}

#cj-product .landing .cj-content__section-title {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center
}

    #cj-product .landing .cj-content__section-title img {
        width: 28px;
        height: 28px
    }

    #cj-product .landing .cj-content__section-title span {
        color: #181e28;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }

#cj-product .landing .cj-content__section--flex {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-content__section--flex {
        flex-direction: row
    }
}

#cj-product .landing .cj-content .company-selection {
    margin-top: 32px;
    display: flex;
    flex-direction: column
}

    #cj-product .landing .cj-content .company-selection .label {
        color: #181e28;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 16px
    }

#cj-product .landing .cj-content.continue {
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
}

#cj-product .landing .cj-content__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .cj-content__flex {
        flex-direction: row
    }
}

#cj-product .landing .cj-content .collapse .collapse-trigger {
    color: #181e28;
    font-size: 12px
}

    #cj-product .landing .cj-content .collapse .collapse-trigger span {
        color: #181e28
    }

#cj-product .landing .cj-content .collapse .collapsed a, #cj-product .landing .cj-content .collapse .collapsed p {
    color: #181e28;
    font-size: 12px
}

#cj-product .landing .cj-content .check-error {
    color: #a70000;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 8px 0 0
}

#cj-product .landing .consum-yes {
    flex-direction: column;
    margin-top: 0 !important
}

#cj-product .landing .bill-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between
}

#cj-product .landing .bill-cards__title {
    color: #015368;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .bill-cards {
        gap: 24px
    }

    #cj-product .landing .bill-cards__title {
        font-size: 32px;
        line-height: 48px
    }
}

#cj-product .landing .bill-cards__subtitle {
    color: #015368;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .bill-cards__subtitle {
        font-size: 20px;
        line-height: 28px
    }
}

#cj-product .landing .bill-cards__container {
    background-color: #fff;
    border-radius: 6px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (min-width:768px) {
    #cj-product .landing .bill-cards__container {
        padding: 32px 40px;
        background-color: #f0fbff;
        gap: 32px;
        max-width: 810px;
        align-self: center
    }
}

#cj-product .landing .bill-cards__flex {
    display: flex;
    flex-direction: column;
    gap: 16px
}

    #cj-product .landing .bill-cards__flex .error-upload {
        color: #a70000;
        margin: 8px 0 0;
        font-size: 12px;
        display: none;
        font-weight: 600
    }

        #cj-product .landing .bill-cards__flex .error-upload.show {
            display: block
        }

#cj-product .landing .bill-cards__head {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#cj-product .landing .seo-text {
    margin-top: 16px;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.07);
    padding: 16px;
    border-radius: 8px
}

@media screen and (min-width:992px) {
    #cj-product .landing .seo-text {
        margin-top: 50px
    }
}

#cj-product .landing .seo-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px
}

#cj-product .landing .seo-text p {
    font-size: 14px;
    padding: 0;
    margin: 0 0 8px
}

    #cj-product .landing .seo-text p:last-child {
        margin-bottom: 0
    }

#cj-product .landing .seo-text a {
    color: #009fc7;
    text-decoration: underline;
    font-weight: 600
}

#cj-product .landing .seo-text-container {
    padding-bottom: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .seo-text-container {
        padding-bottom: 48px;
        width: 1224px
    }
}

#cj-product .landing .advantages {
    width: 100%;
    background-color: #d2f4ff80;
    display: flex;
    justify-content: center;
    margin-top: 16px
}

#cj-product .landing .advantages__maincontainer {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 24px 32px
}

@media screen and (min-width:992px) {
    #cj-product .landing .advantages {
        margin-top: 50px
    }

    #cj-product .landing .advantages__maincontainer {
        width: 1224px;
        padding: 32px 0;
        flex-direction: row;
        gap: 40px
    }
}

#cj-product .landing .advantages__img {
    width: 100%;
    background-image: url(../img/advantages.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    min-height: 185px
}

@media screen and (min-width:992px) {
    #cj-product .landing .advantages__img {
        width: 55%
    }
}

#cj-product .landing .advantages__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0
}

#cj-product .landing .advantages__title p {
    color: #015368;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0
}

#cj-product .landing .advantages__items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#cj-product .landing .advantages__item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

@media screen and (min-width:992px) {
    #cj-product .landing .advantages__container {
        width: 910px
    }

    #cj-product .landing .advantages__title p {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }

    #cj-product .landing .advantages__item {
        gap: 12px
    }
}

#cj-product .landing .advantages__icon {
    width: 16px;
    height: -moz-fit-content;
    height: fit-content
}

#cj-product .landing .advantages__subtitle {
    color: #015368;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

@media screen and (min-width:992px) {
    #cj-product .landing .advantages__icon {
        width: 18px
    }

    #cj-product .landing .advantages__subtitle {
        font-size: 18px;
        line-height: 22px
    }
}

#cj-product .landing .advantages__txt {
    color: #015368;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

#cj-product .invoice {
    scrollbar-color: #e2eaf0 transparent;
    scrollbar-width: thin
}

    #cj-product .invoice .form-control {
        margin: 0
    }

    #cj-product .invoice .icon-cancel {
        color: #000 !important
    }

#cj-product .invoice__container {
    display: flex;
    flex-direction: column;
    gap: 16px
}

#cj-product .invoice__flex {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width:992px) {
    #cj-product .landing .advantages__txt {
        font-size: 16px;
        line-height: 22px
    }


    #cj-product .invoice__flex {
        gap: 32px
    }
}

#cj-product .invoice__flex.hidden {
    display: none
}

#cj-product .invoice__thanks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    border-radius: 6px;
    padding: 0;
    background-color: #fff
}

@media screen and (max-width:992px) {
    #cj-product .invoice__flex {
        min-height: 100%
    }

    #cj-product .invoice__thanks {
        min-height: 100%;
        justify-content: start
    }
}

@media screen and (min-width:768px) {
    #cj-product .invoice__thanks {
        padding: 32px 40px;
        background-color: #f0fbff;
        gap: 32px
    }
}

#cj-product .invoice__thanks.hidden {
    display: none
}

#cj-product .invoice__thanks-img {
    width: 100px;
    height: auto
}

#cj-product .invoice__thanks-title {
    margin: 0;
    color: #181e28;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

#cj-product .invoice__thanks-txt {
    margin: 0;
    color: #424b5a;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

#cj-product .invoice__thanks-container {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width:992px) {
    #cj-product .invoice__thanks-container {
        flex-grow: 1
    }

    #cj-product .invoice__submitsectionflex {
        gap: 16px
    }
}

#cj-product .invoice__title {
    font-weight: 600;
    color: #181e28;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 8px
}

@media screen and (min-width:992px) {
    #cj-product .invoice__title {
        font-size: 24px;
        line-height: 32px
    }
}

#cj-product .invoice__subtitle {
    font-weight: 400;
    color: #181e28;
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    margin: 0
}

@media screen and (min-width:480px) {
    #cj-product .invoice__subtitle {
        text-align: center
    }
}

#cj-product .invoice__submitsectionflex {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:992px) {
    #cj-product .invoice__submitsectionflex {
        flex-direction: row;
        justify-content: space-between
    }
}

#cj-product .invoice__submitsectionflex .checkmark + span {
    padding: 0 16px 0 36px
}

#cj-product .invoice__submitsection {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (min-width:992px) {
    #cj-product .invoice__submitsection {
        gap: 32px
    }
}

#cj-product .invoice__submitsection a, #cj-product .invoice__submitsection p, #cj-product .invoice__submitsection span {
    color: #181e28 !important;
    -webkit-text-decoration: unde;
    text-decoration: unde
}

#cj-product .invoice__submitsection a {
    text-decoration: underline
}

#cj-product .invoice__submitsection .check-error {
    color: #a70000 !important;
    padding: 0 16px 0 36px;
    margin: 8px 0 0;
    font-size: 12px
}

#cj-product .invoice__submitsection .collapse {
    margin: 0 !important;
    text-align: start !important
}

    #cj-product .invoice__submitsection .collapse .collapse-trigger {
        left: inherit;
        transform: none;
        padding-left: 0
    }

#cj-product .invoice__submitsection .form-control {
    margin: 0
}

#cj-product .invoice__submitsection input:checked .error-checkbox {
    border-color: green !important
}

#cj-product .invoice__schedule {
    color: #181e28;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 8px
}

#cj-product .invoice .error-upload {
    color: #a70000;
    margin: 8px 0 0;
    font-size: 12px;
    display: none;
    font-weight: 600
}

    #cj-product .invoice .error-upload.show {
        display: block
    }

#cj-product .invoice__uploadsection {
    min-height: 203px;
    border: 2px dotted #e2eaf0;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #fff
}

    #cj-product .invoice__uploadsection-txt, #cj-product .invoice__uploadsection.hidden {
        display: none
    }

    #cj-product .invoice__uploadsection.error-dot {
        border: 2px dotted #a70000
    }

    #cj-product .invoice__uploadsection:hover {
        cursor: pointer
    }

    #cj-product .invoice__uploadsection p {
        color: #181e28;
        margin: 0;
        line-height: 22px;
        font-size: 16px
    }

@media screen and (min-width:768px) {
    #cj-product .invoice__uploadsection-txt {
        display: flex;
        flex-direction: column;
        align-items: center
    }

        #cj-product .invoice__uploadsection-txt a {
            color: #009fc7;
            text-decoration: underline;
            text-underline-offset: 4px;
            font-weight: 600;
            font-size: 16px
        }
}

#cj-product .invoice__uploadsection-formats {
    color: #859ca8;
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

#cj-product .invoice__uploadsection-images {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center
}

@media screen and (max-width:768px) {
    #cj-product .invoice__uploadsection-images {
        display: none
    }
}

#cj-product .invoice__uploadsection--mobile {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center
}

@media screen and (min-width:768px) {
    #cj-product .invoice__uploadsection--mobile {
        display: none
    }
}

#cj-product .invoice__uploadsection--mobilecontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

    #cj-product .invoice__uploadsection--mobilecontainer a {
        color: #009fc7;
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 600;
        font-size: 16px;
        text-align: center
    }

#cj-product .invoice__loadingsection {
    display: flex;
    min-height: 203px;
    border: 2px dotted #e2eaf0;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #fff
}

    #cj-product .invoice__loadingsection.hidden {
        display: none
    }

#cj-product .invoice__loadingsection-img {
    height: 24px
}

#cj-product .invoice__loadingsection-txt {
    color: #009fc7;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0
}

#cj-product .invoice__email .error.error-txt {
    display: block !important
}

#cj-product .invoice__file {
    background-color: #f0fbff;
    padding: 4px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    border-radius: 4px
}

@media screen and (min-width:768px) {
    #cj-product .invoice__file {
        background-color: #d2f4ff
    }

    #cj-product .invoice__uploadcamera {
        display: none
    }
}

#cj-product .invoice__file-txt {
    color: #015368;
    margin: 0;
    flex-grow: 1;
    align-content: center;
    font-size: 16px
}

#cj-product .invoice__file.disabled {
    background-color: #f2f5f7
}

    #cj-product .invoice__file.disabled .bill__file-delete, #cj-product .invoice__file.hidden {
        display: none
    }

#cj-product .invoice__file-delete {
    width: 20px;
    height: 20px;
    align-self: center
}

    #cj-product .invoice__file-delete:hover {
        cursor: pointer
    }

#cj-product .invoice__uploadcamera, #cj-product .invoice__uploadimg {
    width: 40px;
    height: 40px
}

#cj-product .invoice__inputsection {
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    #cj-product .invoice__inputsection {
        flex-wrap: nowrap
    }
}

#cj-product .invoice__inputsection .form-control {
    margin: 0
}

#cj-product .invoice__inputsection .error.error-txt {
    display: block !important
}

#cj-product .invoice__buttons {
    display: flex;
    justify-content: center
}

#cj-product .invoice .collapse-trigger {
    padding-left: 0;
    left: inherit;
    transform: none
}

#cj-product .invoice .text-input, .helpbar .text-input {
    font-family: inherit;
    font-variant-numeric: lining-nums;
    padding: 15px 20px
}

#cj-product .invoice .text-input {
    border: 2px solid #e2eaf0;
    border-radius: 4px;
    color: #015368;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    width: 100%
}

    #cj-product .invoice .text-input::-moz-placeholder {
        color: #859ca8
    }

    #cj-product .invoice .text-input::placeholder {
        color: #859ca8
    }

    #cj-product .invoice .text-input:focus {
        border-color: #009fc7;
        color: #015368;
        outline: 0
    }

    #cj-product .invoice .text-input:not(:-moz-placeholder) {
        color: #015368
    }

    #cj-product .invoice .text-input:not(:placeholder-shown) {
        color: #015368
    }

@media screen and (min-width:768px) {
    #cj-product .invoice .text-input {
        padding: 19px 24px
    }
}

#cj-product .invoice .text-input.error {
    border: 2px solid #a70000
}

#cj-product .invoice .input-placeholder-to-label .has-float-label span {
    top: 7px;
    left: 22px;
    color: #859ca8;
    background-color: transparent
}

#cj-product .invoice .input-placeholder-to-label .has-float-label:has(select.float-label option:checked:not(:first-child)) .float-label {
    color: #015368;
    padding-top: 19px;
    padding-bottom: 11px
}

#cj-product .invoice .error-txt {
    display: none
}

    #cj-product .invoice .error-txt.check-error, #cj-product .invoice .error-txt.error {
        display: block
    }

#cj-product .invoice input.error + .checkmark-container span.checkmark {
    border-color: #a70000
}

#cj-product .invoice input::-webkit-inner-spin-button, #cj-product .invoice input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#cj-product .invoice-error {
    display: flex;
    gap: 8px;
    background-color: #f0fbff;
    align-items: start;
    padding: 8px;
    border: 1px solid #009fc7;
    border-radius: 4px;
    width: 100%
}

@media screen and (min-width:768px) {
    #cj-product .invoice-error {
        padding: 8px 16px
    }
}

#cj-product .invoice-error__container {
    width: 100%;
    margin-bottom: 12px
}

@media screen and (max-width:992px) {
    #cj-product .invoice-error__container {
        margin-bottom: 16px
    }
}

#cj-product .invoice-error__txt {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    text-align: start;
    color: #424b5a
}

#cj-product .invoice-error__icon {
    width: 20px;
    height: 20px
}

#cj-product #cj-wrapper .container .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#cj-product #cj-wrapper .container .row, #cj-product #cj-wrapper .container .row .col-xs-12 {
    height: auto
}

#cj-product header .container .supportBtn {
    background-color: transparent;
    border: none;
    gap: 8px
}

@media (max-width:992px) {
    #cj-product header .container .supportBtn {
        display: none
    }
}

#cj-product header .container .supportBtn__text {
    color: #fff
}

#cj-product header .container .supportBtn__number, #cj-product header .container .supportBtn__schedule {
    color: #fff;
    text-align: center
}

#cj-product header .container .supportBtn__divider {
    background-color: #fff
}

#cj-product header .container .supportBtn__phone {
    color: #fff
}

#cj-product header .container .supportBtn__mainSection {
    gap: 8px
}

#cj-product .supportBtn {
    display: flex;
    border-radius: 6px;
    border: 1px solid var(--Primary-Blue-2-Default,#015368);
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 8px;
    margin-bottom: 0;
    align-items: center;
    text-decoration: none
}

    #cj-product .supportBtn:hover {
        text-decoration: none;
        cursor: default
    }

@media (max-width:992px) {
    #cj-product .supportBtn {
        border-radius: 40px
    }

        #cj-product .supportBtn:focus {
            background-color: #0153681a
        }
}

#cj-product .supportBtn__text {
    color: var(--Primary-Blue-2-Default,#015368);
    text-align: center;
    font-feature-settings: "liga" off,"clig" off;
    font-size: 7px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    align-content: center;
    margin: 0;
    text-decoration: none
}

@media (min-width:323px) {
    #cj-product .supportBtn__text {
        font-size: 8px
    }
}

@media (max-width:350px) {
    #cj-product .supportBtn {
        padding: 0 16px
    }

    #cj-product .supportBtn__text {
        display: none
    }
}

@media (min-width:992px) {
    #cj-product .supportBtn {
        padding: 0 16px;
        border: 2px solid var(--Primary-Blue-2-Default,#015368)
    }

    #cj-product .supportBtn__text {
        font-size: 12px
    }
}

#cj-product .supportBtn__mainSection {
    display: flex
}

#cj-product .supportBtn__phone {
    font-size: 18px;
    color: #015368;
    align-self: center;
    text-decoration: none
}

#cj-product .supportBtn__divider {
    height: 22px;
    width: 1px;
    background-color: #015368
}

@media (max-width:350px) {
    #cj-product .supportBtn__divider {
        display: none
    }
}

@media (min-width:992px) {
    #cj-product .supportBtn__phone {
        font-size: 24px
    }

    #cj-product .supportBtn__divider {
        height: 30px
    }
}

#cj-product .supportBtn__number {
    color: #009fc7;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-decoration: none
}

@media (min-width:992px) {
    #cj-product .supportBtn__number {
        font-size: 16px
    }
}

#cj-product .supportBtn__numbersContainer {
    align-content: center
}

#cj-product .supportBtn__schedule {
    color: var(--Primary-Blue-2-Default,#015368);
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    text-decoration: none
}

@media (max-width:992px) {
    #cj-product .supportBtn__number {
        line-height: 14px
    }

    #cj-product .supportBtn__schedule {
        line-height: 8px
    }
}

@media (min-width:992px) {
    #cj-product .supportBtn__schedule {
        font-size: 10px
    }
}

#cj-product .cj-header .supportBtn {
    display: none
}

@media (max-width:768px) {
    #cj-product .cj-header .supportBtn {
        display: flex !important;
        border: 1px solid #fff !important
    }

    #cj-product .cj-header .supportBtn__divider, #cj-product .cj-header .supportBtn__text {
        display: none
    }
}

@media (max-width:360px) {
    #cj-product .cj-header .supportBtn {
        padding: 4px 8px
    }

    #cj-product .cj-header .supportBtn__phone {
        display: none
    }
}

#cj-product .modal {
    background-color: #fff
}

#cj-product #tablet-back {
    display: none
}

@media (min-width:992px) and (max-width:1223px) {
    #cj-product #tablet-back {
        display: flex
    }
}

#contact-legal .legal {
    margin-top: 16px
}

@media (min-width:768px) {
    #contact-legal .legal {
        margin-top: 24px
    }
}

#contact-legal .legal * {
    font-size: 14px;
    color: #181e28
}

@media (max-width:768px) {
    #contact-legal .legal * {
        font-size: 12px
    }
}

.energy-cj-q-email .question-wrapper .form-control .normal-checkbox-container .checkmark-container span a {
    text-decoration: underline;
    color: #181e28
}

#cj-wrapper #cj-header .cj-question-group-title .cj-group-h1 {
    flex-grow: 1;
    color: #fff;
    padding: 0;
    letter-spacing: 1.1px;
    font-size: 10px;
    font-weight: 500
}

.next-error {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: inherit
}

.help {
    background-color: #ff9872;
    bottom: 16px;
    border-radius: 40px;
    height: 40px;
    min-width: 185px;
    padding: 0 16px;
    position: fixed;
    right: 32px;
    transition: min-width .5s ease-in,opacity .5s ease-in;
    z-index: 2
}

@media screen and (min-width:992px) {
    .help {
        height: 50px;
        min-width: 190px
    }
}

.help:hover {
    cursor: pointer;
    background-color: #f18862
}

.help:active {
    background-color: #e67850
}

.help.collapsed {
    max-height: 50px;
    min-width: 40px;
    padding: 0
}

.help.fadeout {
    opacity: 0
}

.help__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: inherit;
    justify-content: flex-start
}

    .help__container.collapsed {
        justify-content: center
    }

.help__icon {
    color: #fff;
    margin: 0 8px;
    height: auto;
    width: 18px
}

@media screen and (min-width:992px) {
    .help.collapsed {
        min-width: 50px
    }

    .help__icon {
        width: 24px
    }

    .helpbar.showhelp {
        max-height: 500px
    }
}

.help__text {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 0 4px;
    text-align: center
}

    .help__text.none {
        display: none
    }

    .help__text.show {
        display: block
    }

.helpbar {
    align-items: center;
    background-color: #f7faff;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    transition: height .5s ease-in,max-height .5s ease-in,padding .5s ease-in;
    width: 100%;
    z-index: 8 !important
}

@media screen and (max-width:992px) {
    .helpbar.center {
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .helpbar.showhelp {
        height: 100dvh;
        padding: 32px 16px;
        z-index: 3;
        justify-content: center
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .helpbar.showhelp {
        height: 100dvh;
        padding: 32px 132px;
        z-index: 3;
        justify-content: center
    }
}

@media screen and (max-width:992px) {
    .helpbar {
        justify-content: flex-start;
        height: 0;
        padding: 0;
        gap: 16px;
        transition: height .25s ease-in,max-height .25s ease-in,padding .25s ease-in
    }
}

.helpbar__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    overflow: hidden;
    margin: 8px 0
}

.helpbar__cancel {
    position: absolute;
    top: 8px;
    right: 8px;
    transition: visibility .25s ease-in
}

@media screen and (min-width:992px) {
    .helpbar {
        max-height: 0
    }

    .helpbar__container {
        flex-direction: row;
        justify-content: center;
        padding: 0;
        gap: 24px
    }

    .helpbar__cancel {
        right: 16px
    }
}

@media screen and (max-width:992px) {
    .helpbar__container {
        width: 100%;
        overflow: scroll
    }

    .helpbar__cancel {
        transition: visibility .25s ease-in
    }
}

.helpbar__cancel:hover {
    cursor: pointer
}

.helpbar__cancel.showhelp {
    visibility: visible
}

.helpbar__callsection {
    align-items: center;
    display: flex;
    flex-direction: column
}

.helpbar__errorcontainer {
    width: 100%;
    margin-left: 0;
    margin-top: 16px
}

@media screen and (min-width:992px) {
    .helpbar__errorcontainer {
        margin-top: 8px;
        margin-left: 224px;
        width: 692px
    }

    .helpbar__inputsection {
        min-width: 352px
    }
}

.helpbar .help-error {
    align-self: flex-end;
    display: flex;
    gap: 8px;
    background-color: #d2f4ff;
    align-items: start;
    padding: 8px;
    border: 1px solid #009fc7;
    border-radius: 4px
}

@media screen and (min-width:768px) {
    .helpbar .help-error {
        padding: 8px 16px
    }
}

@media screen and (max-width:992px) {
    .helpbar .help-error__container {
        padding: 0
    }
}

.helpbar .help-error__txt {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    text-align: start
}

.helpbar .help-error__icon {
    width: 20px;
    height: 20px
}

.helpbar__inputsection a {
    color: #181e28;
    text-decoration: underline
}

    .helpbar__inputsection a:hover {
        text-decoration: none;
        color: #181e28
    }

.helpbar__maintxt {
    color: #015368;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: center
}

.helpbar__submit {
    background-color: #ff9872;
    border: 0;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    margin-top: 6px;
    padding: 0 16px;
    width: 100%
}

.helpbar__subtxt, .helpbar__thanksinfo, .helpbar__thankstxt {
    text-align: center;
    margin: 0;
    color: #015368
}

.helpbar__submit:hover {
    cursor: pointer;
    background-color: #f18862
}

.helpbar__submit:active {
    background-color: #e67850
}

.helpbar__subtxt {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

.helpbar__thanks {
    display: flex;
    flex-direction: column;
    align-items: center
}

.helpbar__thankstxt {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px
}

.helpbar__thanksinfo {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0
}

@media screen and (min-width:992px) {
    .helpbar__submit {
        height: 48px;
        width: 318px
    }

    .helpbar__thankstxt {
        font-size: 24px;
        line-height: 32px
    }

    .helpbar__thanksinfo {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px
    }
}

.helpbar__thankscontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: opacity .5s ease-in
}

    .helpbar__thankscontainer.no-show {
        opacity: 0
    }

.helpbar__icon-thx {
    width: 48px;
    margin: 0 0 38px
}

@media screen and (min-width:992px) {
    .helpbar__icon-thx {
        margin: 8px 0;
        width: 35px
    }

    .helpbar .collapse {
        max-width: 320px
    }
}

.helpbar .text-input {
    border: 2px solid #e2eaf0;
    border-radius: 4px;
    color: #015368;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    width: 100%
}

    .helpbar .text-input::-moz-placeholder {
        color: #859ca8
    }

    .helpbar .text-input::placeholder {
        color: #859ca8
    }

    .helpbar .text-input:focus {
        border-color: #009fc7;
        color: #015368;
        outline: 0
    }

    .helpbar .text-input:not(:-moz-placeholder) {
        color: #015368
    }

    .helpbar .text-input:not(:placeholder-shown) {
        color: #015368
    }

@media screen and (min-width:768px) {
    .helpbar .text-input {
        padding: 19px 24px
    }
}

.helpbar .text-input.error {
    border: 2px solid #a70000
}

.helpbar .form-control {
    margin-bottom: 0
}

.helpbar input::-webkit-inner-spin-button, .helpbar input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.helpbar .collapse {
    margin-top: 15px;
    margin-bottom: 0
}

.helpbar .collapse-trigger {
    color: #181e28;
    padding-left: 0;
    left: inherit;
    transform: none
}

.helpbar .collapse .collapse-trigger span, .helpbar .collapse .collapsed a, .helpbar .collapse .collapsed p {
    color: #181e28
}

.helpbar .checkmark + span {
    padding: 0 0 0 36px !important
}

.helpbar .normal-checkbox {
    margin-top: 8px
}

@media screen and (min-width:992px) {
    .helpbar .normal-checkbox {
        margin-top: 8px
    }

    body#cj-product {
        overflow-x: visible
    }
}

.helpbar .error-help {
    margin: 8px 0;
    font-size: 12px
}

.options-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 0
}

@media screen and (max-width:350px) {
    .options-wrapper {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .options-wrapper {
        margin-top: 0
    }
}

.options-wrapper .rounded {
    width: 32px;
    height: 32px;
    min-height: auto;
    min-width: auto;
    padding: 0;
    color: #3dd092;
    font-size: 24px
}

    .options-wrapper .rounded i {
        top: 54%
    }

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

@media (max-width:480px) {
    footer ul.tariff-footer {
        max-width: 100%;
        left: auto;
        transform: none;
        display: flex
    }

        footer ul.tariff-footer li {
            width: auto
        }
}
