/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.messages {
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
}

.messages+.messages {
    margin-top: 1.538em;
}

.messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messages__item+.messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(/themes/contrib/classy/images/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    background-image: url(/themes/contrib/classy/images/icons/e29700/warning.svg);
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    background-image: url(/themes/contrib/classy/images/icons/e32700/error.svg);
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}

.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
    height: 16px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 1px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    border: 1px #07629a solid;
    border-radius: 10em;
    background: #057ec9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-size: 40px 40px;
}

[dir="rtl"] .progress__bar {
    margin-right: -1px;
    margin-left: 0;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress__bar {
        -webkit-transition: none;
        transition: none;
        -webkit-animation: none;
        -moz-animation: none;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@-ms-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:hover {
    outline: 0
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

sub,
sup {
    position: relative
}


.info-details p,
.info-price-title p,
ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.video-block .alternative-image img,
.video-block .video-error-thumb img,
details,
figcaption,
figure,
main,
menu {
    display: block
}

body,
button_1,
figure,
input,
optgroup,
select,
textarea {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    -webkit-text-decoration-skip: objects;
    text-decoration: underline;
    outline: 0;
    color: #2760f0;
    -webkit-transition: color .4s;
    transition: color .4s;
    cursor: pointer
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

small {
    font-size: 16px
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.7em
}

svg:not(:root) {
    overflow: hidden
}

button_1,
input {
    overflow: visible
}

button_1,
select {
    text-transform: none
}

[type=button_1]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button_1::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset,
legend {
    padding: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button_1,
[type=number]::-webkit-outer-spin-button_1 {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button_1,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button_1 {
    -webkit-appearance: button_1;
    font: inherit
}

summary {
    display: list-item
}

template {
    display: none
}

table {
    border-collapse: collapse
}

*,
:active,
:hover {
    outline: 0
}

::-ms-clear {
    display: none
}

body>img {
    opacity: 0;
    width: 0;
    height: 0;
    left: 0;
    min-height: 0;
    min-width: 0;
    position: absolute
}

/* .h1 sup,
.h2 sup,
.h3 sup,
.h4 sup,
.h5 sup,
.h6 sup,
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
    font-size: 20%;
    top: -1.8em;
    margin-right: -.1em
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    display: block;
    color: #272727;
    margin: 0 0 20px;
    font: 700 30px/36px "Regular", sans-serif
}

.h3,
.h4,
h3,
h4 {
    font: 700 18px/26px "Regular", sans-serif
}

.h5,
.h6,
h5,
h6 {
    display: block;
    color: #272727;
    font: 18px/26px "Regular", sans-serif
}

.h5,
.h6,
h5,
h6,
p {
    margin: 0 0 20px
} */

.button_1,
img {
    border: 0;
    max-width: 100%
}

img {
    height: auto
}

body.no-touch a:hover {
    text-decoration: none
}

.button_1,
.button_1-play {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 45px
}

.button_1 {
    margin: 0;
    padding: 14px 19px 12px;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    font: 16px/20px "Regular", sans-serif;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    background-repeat: no-repeat;
    border-radius: 26px;
    -webkit-transition: color .4s, background .4s;
    transition: color .4s, background .4s
}

body.no-touch .button_1:hover {
    text-decoration: none !important;
    background-color: #dd5c07
}

.button_1.white {
    background-color: #fff;
    color: #2760f0
}

.button_1.white.has-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14'%3E%3Cpath d='M14 .36a.35.35 0 0 0-.337-.36h-.023L3.418.1c-.097-.001-.19.035-.263.1a.38.38 0 0 0-.106.26c.033.2.19.357.393.4l9.383-.1L.113 13.4c-.142.13-.15.346-.023.487l.023.024c.133.142.356.15.5.017L.63 13.9 13.343 1.28l-.1 9.3c.01.102.06.194.137.26.08.073.187.1.294.1.202-.005.364-.168.367-.37L14 .36z' fill='%232760F0' fill-rule='evenodd'/%3E%3C/svg%3E")
}

body.no-touch .button_1.white:hover {
    background-color: rgba(255, 255, 255, .78)
}

.button_1,
.button_1.orange {
    background-color: #f66608
}

body.no-touch .button_1.orange:hover {
    background-color: #dd5c07
}

.button_1.has-arrow {
    padding-right: 55px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14'%3E%3Cpath d='M14 .36a.35.35 0 0 0-.337-.36h-.023L3.418.1c-.097-.001-.19.035-.263.1a.38.38 0 0 0-.106.26c.033.2.19.357.393.4l9.383-.1L.113 13.4c-.142.13-.15.346-.023.487l.023.024c.133.142.356.15.5.017L.63 13.9 13.343 1.28l-.1 9.3c.01.102.06.194.137.26.08.073.187.1.294.1.202-.005.364-.168.367-.37L14 .36z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: calc(100% - 26px) 50%
}

.button_1.has-gradient {
    position: relative;
    overflow: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.button_1.has-gradient,
body.no-touch .button_1.has-gradient:hover {
    background-color: transparent !important
}

body.no-touch .button_1.has-gradient:hover:before {
    background-position-x: right
}

.button_1.has-gradient.white:after {
    background: #fff
}

.button_1.has-gradient.black:after {
    background: #000
}

.button_1.has-gradient.white-important {
    color: #272727 !important
}

.button_1.has-gradient.white-important:after {
    background: #fff !important
}

.button_1-play:before,
.button_1.has-gradient:after,
.button_1.has-gradient:before {
    content: '';
    position: absolute
}

.button_1.has-gradient:before {
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 26px;
    background: -webkit-gradient(linear, left top, right top, from(#24d9c3), color-stop(45%, #2760f0), color-stop(50%, #2760f0), color-stop(53%, #2760f0), to(#24d9c3));
    background: linear-gradient(to right, #24d9c3 0%, #2760f0 45%, #2760f0 50%, #2760f0 53%, #24d9c3 100%);
    background-size: 250% auto;
    background-position-x: left;
    -webkit-transform: translateZ(-2px);
    transform: translateZ(-2px);
    -webkit-transition: background-position .4s ease;
    transition: background-position .4s ease
}

.button_1.has-gradient:after {
    z-index: -1;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #191919;
    border-radius: 24px
}

.button_1.has-border {
    background: 0 0;
    color: #2760f0
}

.button_1.has-border:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 26px;
    border: 2px solid #f66608;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1
}

.no-touch .button_1.has-border:hover {
    background: 0 0
}

.no-touch .button_1.has-border:hover:before {
    background: #feefe5
}

.button_1.small {
    height: 40px;
    border-radius: 20px;
    min-width: 112px;
    padding: 11px 23px
}

.button_1.button_1-play-video {
    padding-right: 50px
}

.button_1.button_1-play-video.white {
    background: #fff;
    color: #272727
}

body.no-touch .button_1.button_1-play-video.white:hover {
    background: rgba(255, 255, 255, .7)
}

.button_1.button_1-play-video.blue .button_1-play {
    background: #fff
}

.button_1.button_1-play-video.blue .button_1-play:before {
    border-left-color: #2760f0
}

.button_1.button_1-play-video .button_1-play {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10
}

.button_1.button_1-play-video .button_1-play:before {
    border-width: 4px 0 4px 7px;
    margin: -4px 0 0 -2px
}

.button_1-play {
    width: 45px;
    background: #2760f0;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    border-radius: 50%
}

body.no-touch .button_1-play:hover {
    background: #0362bc
}

.button_1-play:before {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    margin: -6px 0 0 -3.5px
}

.form-select,
.form-text {
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #d3cfcf;
    font: 13px/26px "Regular", sans-serif;
    height: 46px;
    display: block;
    padding: 10px 16px;
    margin: 0;
    width: 100%;
    -webkit-transition: color .4s, border-color .4s;
    transition: color .4s, border-color .4s;
    background: rgba(255, 255, 255, .77);
    -webkit-appearance: none;
    border-radius: 26px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #272727
}

.form-select:focus,
.form-text:focus {
    border-color: rgba(3, 98, 188, .5)
}

.form-select.not-valid,
.form-text.not-valid {
    border-color: rgba(214, 6, 31, .5)
}

.form-select.not-valid,
.form-select.valid,
.form-text.not-valid,
.form-text.valid {
    padding-right: 24px !important
}

.form-select.jcf-hidden~.select-corner {
    display: none
}

/* body.acsb-keynav .form-select.acsb-shown {
    width: 100% !important;
    border: 1px solid #d3cfcf !important;
    height: 46px !important;
    padding: 10px 16px;
    -webkit-transition: color .4s, border-color .4s !important;
    transition: color .4s, border-color .4s !important;
    -webkit-appearance: none !important;
    z-index: 1 !important
} */

.form-select:focus~.select-corner {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #2760f0
}

.select-corner {
    content: '';
    position: absolute;
    z-index: 101;
    pointer-events: none;
    top: 22px;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0;
    border-color: #989696 transparent transparent;
    -webkit-transition: border-color .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, border-color .4s ease;
    transition: transform .4s ease, border-color .4s ease, -webkit-transform .4s ease
}

body.acsb-keynav .select-corner {
    -webkit-transition: border-color .4s ease, -webkit-transform .4s ease !important;
    transition: transform .4s ease, border-color .4s ease !important;
    transition: transform .4s ease, border-color .4s ease, -webkit-transform .4s ease !important;
    display: block !important
}

textarea.form-text {
    height: 100px;
    resize: none
}

.form-item {
    position: relative;
    margin: 0 0 28px;
    text-align: left
}

.form-item:not(.focus) .form-select,
.form-item:not(.focus) .form-text,
.form-item:not(.focus) .jcf-select {
    color: transparent
}

.form-item:not(.focus) .select2 * {
    color: transparent !important
}

.form-item.focus label,
.form-item.focused label {
    height: auto;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    top: -18px;
    line-height: 1.1
}

.form-item.active-focus .first-disabled {
    color: transparent
}

.form-item.required.not-valid .icon-cross-small,
.form-item.required.valid .icon-cross-small {
    opacity: 1
}

.form-item.required.valid .icon-cross-small:before {
    background: 0 0;
    border-bottom: 1px solid #7ac426;
    border-left: 1px solid #7ac426;
    height: 5px;
    left: 5px;
    top: 6px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    width: 10px
}

.form-item.required.valid .icon-cross-small:after,
.form-item.wrap-select .wpcf7-form-text-wrap:before {
    display: none
}

.form-item .icon-cross-small {
    opacity: 0
}

.form-item label {
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #d3cfcf;
    font: 13px/26px "Regular", sans-serif;
    height: 46px;
    display: block;
    padding: 10px 16px;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, .77);
    -webkit-appearance: none;
    border-radius: 26px;
    outline: 0;
    pointer-events: none;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    z-index: 6;
    cursor: text;
    color: #989696
}

.form-item label:focus {
    border-color: rgba(3, 98, 188, .5)
}

.form-item label.not-valid {
    border-color: rgba(214, 6, 31, .5)
}

body.acsb-keynav .form-item label {
    -webkit-transition: all .4s ease !important;
    transition: all .4s ease !important
}

.button_1s>.field>p,
.form-item .form-text {
    margin: 0
}

.error-text {
    display: none !important
}

.action-submit~.button_1,
.action-submit~button_1 {
    display: none
}

.form-item-additional {
    position: relative;
    overflow: hidden
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: 0
}

input[type=checkbox]:disabled+label,
input[type=radio]:disabled+label {
    color: #989696
}

input[type=checkbox]:disabled+label:before,
input[type=radio]:disabled+label:before {
    border-color: #989696
}

input[type=checkbox]:not(:disabled)+label,
input[type=radio]:not(:disabled)+label {
    cursor: pointer
}

input[type=checkbox]:checked~label:before,
input[type=radio]:checked~label:before {
    border-color: #2760f0
}

input[type=checkbox]:checked~label:after,
input[type=radio]:checked~label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-50deg);
    transform: scale(1) rotate(-50deg)
}

input[type=checkbox].not-valid~label:before,
input[type=radio].not-valid~label:before {
    border-color: #d6001a !important
}

input[type=checkbox]~label,
input[type=radio]~label {
    margin: 0 0 10px;
    padding: 0 0 0 31px;
    font-size: 15px;
    line-height: 24px;
    color: #272727;
    cursor: default;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

input[type=checkbox]~label:before {
    border-radius: 2px
}

input[type=checkbox]~label:before,
input[type=radio]~label:before {
    content: '';
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #989696;
    -webkit-transition: background-color .4s ease, border-color .4s ease;
    transition: background-color .4s ease, border-color .4s ease;
    margin: 4px 0 0 -31px
}

input[type=checkbox]~label:after,
input[type=radio]~label:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

input[type=checkbox]:checked:disabled+span:before,
input[type=radio]:checked:disabled~label:before {
    border-color: #989696
}

input[type=checkbox]:checked:disabled+span:after {
    border-bottom-color: #989696;
    border-left-color: #989696
}

input[type=checkbox]:checked~label:after {
    border-bottom-color: #2760f0;
    border-left-color: #2760f0
}

input[type=checkbox]~label:after {
    border-bottom: 2px solid #2760f0;
    border-bottom-left-radius: 2px;
    border-left: 2px solid #2760f0;
    height: 6px;
    left: 3px;
    top: 8px;
    -webkit-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 10px
}

input[type=radio]:checked:disabled~label:after {
    background-color: #989696
}

input[type=radio]:checked~label {
    cursor: default
}

input[type=radio]~label:before {
    border-radius: 50%
}

.monitor-draggable i,
input[type=radio]~label:after {
    width: 6px;
    height: 6px;
    background: #2760f0;
    top: 9px;
    left: 5px;
    border-radius: 50%
}

.container,
.container-indent-medium {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative
}

.container-indent-medium {
    padding: 0 15px
}

.container-indent-medium:after,
.container:after {
    content: "";
    display: block;
    clear: both
}

.dialog-off-canvas-main-canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    z-index: 1
}

body[data-page-type=page] .main-content {
    padding-top: 100px
}

.icon-cart,
.icon-globe,
.icon-phone {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    fill: none;
    width: 29px;
    height: 28px
}

body.no-touch .icon-account:hover,
body.no-touch .icon-arrow-small:hover,
body.no-touch .icon-business:hover,
body.no-touch .icon-cart:hover,
body.no-touch .icon-corner:hover,
body.no-touch .icon-cross-small:hover,
body.no-touch .icon-cross:hover,
body.no-touch .icon-details:hover,
body.no-touch .icon-globe:hover,
body.no-touch .icon-home:hover,
body.no-touch .icon-marker:hover,
body.no-touch .icon-phone-stroke:hover,
body.no-touch .icon-phone:hover,
body.no-touch .icon-plus:hover,
body.no-touch .icon-round-arrow-stroke:hover,
body.no-touch .icon-round-arrow:hover,
body.no-touch .icon-search:hover,
body.no-touch .icon-share:hover {
    text-decoration: none !important
}

.icon-cart path,
.icon-cross path,
.icon-cross-small path {
    fill: currentColor
}

.icon-cart path,
.icon-cross path,
.icon-cross-small path,
.icon-details path {
    -webkit-transition: stroke .4s ease, fill .4s ease;
    transition: stroke .4s ease, fill .4s ease
}

.icon-globe path,
.icon-home path,
.icon-phone path,
.icon-phone-stroke path,
.icon-search path,
.icon-share path {
    fill: currentColor;
    -webkit-transition: stroke .4s ease, fill .4s ease;
    transition: stroke .4s ease, fill .4s ease
}

.icon-account.stroke path,
.icon-arrow-small.stroke path,
.icon-business.stroke path,
.icon-cart.stroke path,
.icon-corner.stroke path,
.icon-cross-small.stroke path,
.icon-cross.stroke path,
.icon-details.stroke path,
.icon-globe.stroke path,
.icon-home.stroke path,
.icon-marker.stroke path,
.icon-phone-stroke.stroke path,
.icon-phone.stroke path,
.icon-plus.stroke path,
.icon-round-arrow-stroke.stroke path,
.icon-round-arrow.stroke path,
.icon-search.stroke path,
.icon-share.stroke path {
    fill: none;
    stroke: currentColor
}

.icon-globe,
.icon-phone {
    width: 24px;
    height: 24px
}

.icon-phone-stroke {
    width: 20px;
    height: 20px
}

.icon-cross,
.icon-cross-small,
.icon-phone-stroke,
.icon-share {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    fill: none
}

.icon-share {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='15'%3E%3Cpath fill='%232760F0' d='M9.73 0a2.278 2.278 0 0 0-2.27 2.276 2.26 2.26 0 0 0 .131.752l-3.83 2.42c-.4-.35-.92-.57-1.5-.57A2.278 2.278 0 0 0 0 7.155 2.278 2.278 0 0 0 2.27 9.43a2.26 2.26 0 0 0 1.495-.569l3.826 2.413a2.262 2.262 0 0 0-.132.757 2.278 2.278 0 0 0 2.27 2.277A2.28 2.28 0 0 0 12 12.031a2.278 2.278 0 0 0-2.27-2.276c-.753 0-1.42.37-1.835.94L4.19 8.358a2.259 2.259 0 0 0 0-2.413l3.704-2.338c.414.57 1.08.945 1.835.945A2.28 2.28 0 0 0 12 2.276 2.278 2.278 0 0 0 9.73 0'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 12px 15px;
    width: 12px;
    height: 15px
}

.icon-cross,
.icon-cross-small {
    width: 24px;
    height: 24px
}

.icon-cross:after,
.icon-cross:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: ' ';
    height: 15px;
    width: 1px;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-cross:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-cross-small {
    width: 20px;
    height: 20px;
    right: 8px;
    z-index: 7;
    top: 13px;
    position: absolute
}

.icon-cross-small:after,
.icon-cross-small:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: ' ';
    height: 10px;
    width: 1px;
    background: #d6001a;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-cross-small:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-arrows,
.icon-play {
    width: 20px;
    border-radius: 50%
}

.icon-arrows {
    background: #191919;
    position: relative;
    display: inline;
    vertical-align: top;
    height: 21px
}

.icon-arrows:after,
.icon-arrows:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.5px 5px;
    border-color: transparent transparent #fff
}

.icon-arrows:before {
    top: 5px;
    left: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-arrows:after {
    top: 12px;
    left: 4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.icon-play {
    height: 20px;
    background: #2760f0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.icon-play:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -1px
}

.icon-details,
.icon-home {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    fill: none;
    width: 18px;
    height: 18px
}

.icon-home {
    width: 24px;
    height: 22px
}

.icon-search {
    width: 16px;
    height: 16px
}

.icon-details path {
    fill: #fff
}

.icon-details circle {
    stroke: #fff;
    -webkit-transition: stroke .4s ease;
    transition: stroke .4s ease
}

.icon-account,
.icon-marker,
.icon-plus,
.icon-search {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    fill: none
}

.icon-plus {
    position: relative;
    margin: 3px 6px 0 0;
    width: 12px;
    height: 12px
}

.icon-account path {
    fill: currentColor
}

.icon-account path,
.icon-arrow-small path,
.icon-business path,
.icon-marker path,
.icon-plus path {
    -webkit-transition: stroke .4s ease, fill .4s ease;
    transition: stroke .4s ease, fill .4s ease
}

.icon-business path,
.icon-marker path,
.icon-plus path {
    fill: currentColor
}

.icon-plus:after,
.icon-plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f66608
}

.icon-plus:before {
    width: 100%;
    height: 1px
}

.icon-plus:after {
    width: 1px;
    height: 100%
}

.icon-account,
.icon-marker {
    width: 16px;
    height: 25px
}

.icon-account {
    height: 16px
}

.icon-arrow-small,
.icon-business,
.icon-round-arrow,
.icon-round-arrow-stroke {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    fill: none;
    width: 24px;
    height: 23px
}

.icon-arrow-small,
.icon-round-arrow,
.icon-round-arrow-stroke {
    width: 6px;
    height: 10px
}

.icon-arrow-small path {
    fill: currentColor
}

.icon-round-arrow,
.icon-round-arrow-stroke {
    width: 16px;
    height: 16px
}

.icon-corner path,
.icon-round-arrow path,
.icon-round-arrow-stroke path {
    fill: currentColor;
    -webkit-transition: stroke .4s ease, fill .4s ease;
    transition: stroke .4s ease, fill .4s ease
}

.icon-corner,
.icon-corner:before {
    display: inline-block;
    vertical-align: top
}

.icon-corner {
    text-decoration: none;
    fill: none;
    width: 6px;
    height: 12px;
    position: relative
}

.icon-corner:before {
    content: '';
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: -2px
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Bold.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Regular.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Medium.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Medium.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Extrabold.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Extrabold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Regular.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Light.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Regular';
    src: url(/themes/custom/optimum/slice/dist/fonts/Regular-Bold.woff2) format("woff2"), url(/themes/custom/optimum/slice/dist/fonts/Regular-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.fadein {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.fadein.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.fadein-only {
    opacity: 0;
    -webkit-transform: none !important;
    transform: none !important
}

.fadein-only.animated {
    opacity: 1
}

.button_1-repeat {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 23px
}

.button_1-repeat svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 19px
}

.button_1-repeat path {
    fill: currentColor
}

.jw-holder>.jw-error,
.jw-holder>.jw-state-error {
    display: none
}

.default>.jw-flag-controls-hidden,
.default>.jw-flag-controls-hidden * {
    pointer-events: none
}

.alternative-image,
.video-error-thumb {
    display: block;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.alternative-image img,
.video-error-thumb img {
    display: none;
    height: auto;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.alt-img-loaded .alternative-image,
.thumb-error-loaded .video-error-thumb {
    -webkit-transition: opacity 2.2s ease;
    transition: opacity 2.2s ease;
    opacity: 1
}

.input-error-text {
    position: absolute;
    bottom: -14px;
    left: 21px;
    color: #d6001a;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.details-link {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font: 15px/20px "Regular", sans-serif;
    color: #fff;
    text-transform: none;
    font-weight: 700
}

body.no-touch .details-link:hover {
    text-decoration: none;
    color: #2760f0
}

body.no-touch .details-link:hover circle {
    stroke: currentColor !important
}

body.no-touch .details-link:hover path {
    fill: currentColor !important
}

body.no-touch .bg-navy .details-link:hover {
    text-decoration: none;
    color: #f66608 !important
}

.details-link.dark {
    color: #272727
}

.details-link.dark circle,
.info.dark .details-link circle {
    stroke: #272727
}

.details-link.dark path,
.info.dark .details-link path {
    fill: #272727
}

.details-link .icon-details {
    margin: 0 0 0 6px
}

.monitor-shadow {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: 1
}

.monitor {
    max-width: 954px
}

.monitor-small.ipad .monitor-screen-inner.default>.jwplayer,
.monitor.has-draggable .jw-holder.default>.jwplayer {
    height: 100% !important
}

.monitor-screen,
.monitor>div {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.monitor>div {
    height: 0;
    padding: 59% 0 0;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    background-size: contain;
    position: relative
}

.monitor>div.lazy-bg>* {
    opacity: 0
}

.monitor>div.lazy-bg.lazy-loaded>* {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1
}

.monitor-screen {
    position: absolute;
    background-size: cover;
    top: 5%;
    left: 7.4%;
    bottom: 13.4%;
    right: 7.7%
}

.monitor-screen-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.monitor-draggable {
    width: 100%;
    z-index: 5
}

.monitor-draggable .jw-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100% !important
}

.monitor-draggable .jw-holder.play:before {
    background: rgba(25, 25, 25, .1)
}

.monitor-draggable .jw-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.monitor-draggable .jw-wrapper {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.monitor-draggable u {
    top: -19px;
    left: -2px;
    bottom: -39px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='56' %3E%3Cpath d='M2.5 53.838V2' stroke='%232760F0' fill='none' stroke-dasharray='4' stroke-linecap='square'/%3E%3C/svg%3E") 0 0 repeat-y;
    width: 20px;
    position: absolute;
    z-index: 2
}

.monitor-draggable u:after,
.monitor-draggable u:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    left: -2px;
    background: #2760f0
}

.monitor-draggable u:before {
    top: 0
}

.monitor-draggable u:after {
    bottom: 0
}

.monitor-draggable i {
    left: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin: -8px 0 0 -10px
}

.monitor-draggable i:after,
.monitor-draggable i:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    margin-top: -3px
}

.monitor-draggable i:before {
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent #fff transparent transparent;
    margin-left: -6px
}

.monitor-draggable i:after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    margin-left: 3px
}

.monitor-draggable .ui-slider-handle {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    z-index: 5
}

.monitor-draggable .ui-slider-handle:before {
    content: '';
    cursor: move;
    left: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin: -15px 0 0 -15px
}

.monitor-draggable .ui-slider {
    width: 100%;
    height: 0;
    top: 50%;
    position: absolute;
    left: 0;
    z-index: 7;
    border: 0
}

.monitor-draggable,
.monitor-draggable-inner,
.monitor-draggable-inner>div {
    height: 100%;
    top: 0;
    right: 0;
    position: absolute
}

.monitor-draggable-inner>div {
    z-index: 1;
    overflow: hidden;
    width: 100%
}

.bottom-image,
.bottom-image img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.bottom-image {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15% 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none !important;
    top: 0
}

.bottom-image.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.bottom-image.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bottom-image img {
    max-width: 58%;
    display: block;
    width: auto !important;
    height: auto !important;
    max-height: 56%
}

.monitor-label {
    position: absolute;
    bottom: 3%;
    left: 2%;
    z-index: 15;
    min-width: 44px;
    min-height: 30px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    color: #272727;
    font: 15px/20px "Regular", sans-serif;
    text-transform: uppercase;
    padding: 6px 4px 3px
}

.monitor-label.right {
    left: auto;
    right: 2%
}

.wrap-monitor-small {
    padding: 0 20px
}

.monitor,
.monitor-small {
    position: relative
}

.monitor .button_1-play,
.monitor-small .button_1-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.monitor-small {
    max-width: 581px;
    margin: 0 auto 20px
}

.monitor-small>div {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 0;
    padding: 59% 0 0;
    position: relative;
    z-index: 2
}

.monitor-small.has-repeat {
    margin-bottom: 25px;
    text-align: center
}

.monitor-small.has-repeat .monitor-screen {
    top: 4%;
    left: 6.3%;
    bottom: 14%;
    right: 6.8%
}

.monitor-small.has-repeat>div {
    margin-bottom: 10px
}

.monitor-small.ipad {
    margin-bottom: 60px
}

.monitor-small.ipad>div {
    padding: 77% 0 0
}

.monitor-small.ipad .monitor-shadow {
    top: 1%;
    left: 0;
    bottom: -24%;
    right: -13%
}

.monitor-small.ipad .monitor-screen {
    border-radius: 4px;
    top: 4%;
    left: 3.3%;
    bottom: 4.3%;
    right: 3%
}

.monitor-small.no-bg {
    background: 0 0
}

.monitor-small.no-bg .monitor-shadow {
    display: none
}

.monitor-small.no-bg>div {
    padding-top: 40%
}

.monitor-small.no-bg .monitor-screen {
    background-size: contain
}

.monitor-small .monitor-shadow {
    top: -4%;
    left: 0;
    bottom: -24%;
    right: -13%
}

.monitor-small .monitor-screen {
    top: 2.7%;
    left: 1.3%;
    bottom: 2.97%;
    right: 1.2%
}

.monitor-small .jwplayer {
    width: 103% !important;
    left: -1.5%
}

.wrap-video-block {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.video-block {
    max-width: 616px
}

.video-block>div {
    width: 100%
}

.video-block .alternative-image,
.video-block .video-error-thumb {
    background-image: none;
    position: relative;
    bottom: auto
}

.button_1s,
.button_1s.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button_1s {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button_1s.align-center {
    margin-left: -12px
}

.button_1s.has-inner-text {
    margin-left: -25px
}

.button_1s.has-inner-text>.field {
    padding-left: 25px
}

.button_1s>.field {
    padding: 0 0 10px 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%
}

.button_1s .details-link {
    margin: 7px 0
}

.button_1s+.info-logos {
    padding-top: 15px
}

.info {
    width: 100%;
    max-width: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.info.animated {
    opacity: 1;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, transform .2s ease .1s;
    transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.info.animated.animated-init {
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.info.dark .info-cost {
    color: #f66608
}

.info.dark,
.info.dark .details-link,
.info.dark .white,
.info.dark .white.mobile-compact {
    color: #272727
}

.info.dark .white.has-border {
    color: #2760f0
}

.info.dark .white.has-arrow.mobile-compact {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23272727' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    color: #272727
}

.info.dark .white.has-gradient:after,
.info.less-desktop-dark .white.has-gradient:after,
.info.less-tablet-dark .white.has-gradient:after,
li.color-black .icon-plus:after,
li.color-black .icon-plus:before {
    background: #191919
}

.info.columns .h6,
.info.columns h6 {
    color: #989696;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px
}

.info.columns .info-text {
    display: block;
    font-size: 11px
}

.info .field--type-telephone>a,
.info.columns .field--type-telephone {
    white-space: nowrap
}

.info.columns-landing>.column:nth-child(even) * {
    -webkit-transform: none;
    transform: none
}

.info.columns-landing .info-price {
    padding: 0 0 3px
}

.info.columns-landing .info-cost,
ul.plus.orange-plus li:before {
    color: #f66608
}

.info.columns-landing .info-descr {
    font: 700 18px/26px "Regular", sans-serif;
    margin: 0 0 8px
}

.info.columns-landing .info-items {
    padding: 0 0 9px
}

.info.columns-landing .info-items .info-item-inner {
    padding-bottom: 7px
}

.info.columns-landing .h6,
.info.columns-landing h6 {
    font: 15px/24px "Regular", sans-serif;
    color: #989696;
    margin: 0 0 2px
}

.info.columns-landing .field--type-telephone {
    padding: 0 0 4px
}

.info.text-align-right .button_1s {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.info .h1,
.info .h2,
.info .h3,
.info .h4,
.info .h5,
.info .h6,
.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
    margin: 0 0 10px;
    color: inherit
}

.info .h1+.button_1s,
.info .h2+.button_1s,
.info .h3+.button_1s,
.info .h4+.button_1s,
.info .h5+.button_1s,
.info .h6+.button_1s,
.info h1+.button_1s,
.info h2+.button_1s,
.info h3+.button_1s,
.info h4+.button_1s,
.info h5+.button_1s,
.info h6+.button_1s {
    padding-top: 7px
}

.info .info-text {
    display: block
}

.info-label {
    color: #fff;
    clear: both;
    width: 100%;
    padding: 0 0 5px
}

.info-label b {
    background: #2760f0;
    display: inline-block;
    vertical-align: top;
    font: 700 10px/19px "Regular", sans-serif;
    padding: 1px 8px 0;
    margin: -1px 0 0;
    min-height: 20px;
    border-radius: 0 20px 20px 0
}

.info-logo {
    padding: 0 0 15px;
    width: 100%;
    max-width: 266px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-logo img {
    display: block;
    width: 100%;
    max-width: 100%
}

.info-items>li.lazy-img~li,
.info-items>li~li.lazy-img,
.info-logo+.button_1s {
    padding-top: 10px
}

.info-logos {
    padding: 5px 0 0
}

.info-logos li,
.info-logos ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.info-logos ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.info-logos li {
    padding: 0 10px;
    margin: 0 0 15px;
    border-right: 1px solid rgba(152, 150, 150, .5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-logos li:last-child {
    padding-right: 0 !important;
    border-right: none !important
}

.info-logos img {
    max-width: 60px;
    max-height: 30px;
    display: block
}

.info-items {
    font: 17px/25px "Regular", sans-serif;
    padding: 0 0 2px
}

.info-items.small-text {
    font: 13px/20px "Regular", sans-serif
}

.info-items.small-text .info-item-inner {
    padding: 0 0 0 17px
}

.info-items>li,
.info-items>li>img,
.info-logos img {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-items>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.info-items>li.without-icon .info-item-inner {
    padding-left: 0
}

.info-items>li.without-icon>img~.info-item-inner {
    padding-left: 6px
}

.info-items>li>img {
    display: block;
    max-width: 92px;
    margin: 0 10px 0 0
}

.info-items .icon-plus {
    float: left;
    margin-left: -15px
}

.info-items span {
    font-size: 13px;
    font-weight: 400
}

.info-items+.button_1s {
    padding-top: 15px
}

.info-item-inner {
    padding: 0 0 0 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%
}

.info-item-inner:after {
    content: "";
    display: block;
    clear: both
}

li.color-dark .icon-plus:after,
li.color-dark .icon-plus:before {
    background: #272727
}

li.color-blue .icon-plus:after,
li.color-blue .icon-plus:before {
    background: #2760f0
}

li.color-white .icon-plus:after,
li.color-white .icon-plus:before {
    background: #fff
}

li.color-gray .icon-plus:after,
li.color-gray .icon-plus:before {
    background: #989696
}

.info-price-title {
    font: 700 18px/20px "Regular", sans-serif
}

.info-details,
.info-price-title.font-normal {
    font: 18px/26px "Regular", sans-serif
}

.h2+.info-price-title,
h2+.info-price-title {
    margin-top: -10px
}

.info-items+.info-price-title {
    padding-top: 5px
}

.info-details {
    padding: 0 0 9px;
    max-width: 640px
}

.info-details hr {
    border: 0
}

.info-descr {
    display: block;
    margin: 0 0 15px;
    font: 16px/25px "Regular", sans-serif
}

.info-descr p,
.info-items>li {
    padding: 0;
    margin: 0
}

.info-descr-short {
    display: block;
    margin: 0 0 6px;
    font: 15px/25px "Regular", sans-serif
}

.info-descr+.info-descr-short {
    margin-top: -13px
}

.old-price {
    font: 18px/26px "Regular", sans-serif;
    margin: 0 0 4px
}

.old-price s {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none
}

.old-price s:before {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    height: 2px;
    background: #2760f0;
    top: 50%
}

.info-price {
    padding: 0 0 15px;
    margin: -5px 0 0;
    width: 50%
}

.info-price:after {
    content: "";
    display: block;
    clear: both
}

.info-price>strong {
    font: 700 12px/1 "Regular", sans-serif;
    padding: 8px 0 10px;
    display: block
}

.info-price>p {
    clear: both;
    display: block;
    font: 700 10px/14px "Regular", sans-serif;
    padding: 0 0 5px;
    margin: 0
}

.info-price .info-label:first-child {
    margin-top: 5px
}

.info-price>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.info-details+.info-price {
    padding-top: 4px
}

.info-price.secondary {
    max-width: 200px;
    width: auto;
    padding: 0
}

.info-price.secondary p {
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400
}

.info-price.secondary p strong.larger-price {
    color: #f66608;
    font-size: 17px
}

.info-price.extra-top-margin {
    margin: 7px 0 13px
}

.info-price-text {
    font: 700 18px/26px "Regular", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    max-width: 180px;
    padding: 2px 0 6px
}

.info-cost {
    padding: 0 6px 2px 0;
    font: 700 60px/1.15 "Regular", sans-serif;
    float: left;
    letter-spacing: -2px;
    color: #f66608
}

.info-cost em {
    font-size: 20%;
    line-height: 1.033;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    margin: .65em .05em 0 0;
    font-weight: 700;
    letter-spacing: normal
}

body.no-ie11 .info-cost.has-gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#24d9c3), to(#2760f0)) !important;
    background-image: linear-gradient(90deg, #24d9c3 0%, #2760f0 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

html.acsb-dark-contrast body.no-ie11 .info-cost.has-gradient.acsb-contrast,
html.acsb-light-contrast body.no-ie11 .info-cost.has-gradient.acsb-contrast {
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: currentcolor !important
}

.info-text {
    display: none
}

.info-price-text p,
.info-sub-text p,
.info-text p {
    margin: 0;
    padding: 0
}

.info-text+.button_1s {
    padding-top: 20px
}

.info-sub-text {
    font: 11px/15px "Regular", sans-serif;
    max-width: 600px;
    padding: 2px 0 5px
}

.info-sub-text+.info-logos {
    padding-top: 15px
}

.wrap-details-link {
    font-style: normal
}

.arrow {
    width: 14px;
    height: 9px;
    display: block
}

.arrow path {
    fill: #f66608;
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease
}

.wrap-image,
.wrap-image img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wrap-image img {
    display: block;
    width: 100%
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center {
    text-align: center !important
}

.text-align-justify {
    text-align: justify
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hidden {
    display: none
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
    display: none
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto
}

.invisible {
    visibility: hidden
}

.corner,
.corner:before {
    position: absolute;
    cursor: pointer
}

.corner {
    border-style: solid;
    border-width: 6px 3.5px 0;
    border-color: #fff transparent transparent;
    right: 0;
    z-index: 5;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    width: 0;
    height: 0;
    top: 11px
}

.corner:before {
    background: 0 0;
    content: '';
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.color-black {
    color: #191919 !important
}

.color-dark {
    color: #272727 !important
}

.color-blue {
    color: #2760f0 !important
}

.color-blue-dark {
    color: #0362bc !important
}

.color-gray {
    color: #989696 !important
}

.color-white {
    color: #fff !important
}

.image>div,
.info-item {
    position: relative;
    padding: 4px 0 11px
}

.info-item:after {
    content: "";
    display: block;
    clear: both
}

.info-item img {
    height: 44px;
    width: 44px;
    float: left;
    margin: 0 9px 0 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.info-item .h4,
.info-item h4,
.info-item p {
    font: 18px/26px "Regular", sans-serif;
    color: #272727;
    margin: 0
}

.info-item .h4,
.info-item h4 {
    text-transform: none;
    display: table-cell;
    height: 49px;
    vertical-align: middle;
    padding: 0 0 5px
}

.info-item p {
    clear: both
}

.image {
    margin: 0 auto 20px;
    max-width: 800px
}

.image>div {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    padding: 60% 0 0
}

.image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.button_1s-info {
    padding: 0 0 20px;
    font: 15px/24px "Regular", sans-serif;
    margin: 0 auto;
    max-width: 532px
}

.button_1s-info p {
    padding: 0;
    margin: 0 0 20px
}

.numbered-list {
    counter-reset: counterName;
    max-width: 275px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.numbered-list.animated {
    opacity: 1;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, transform .2s ease .1s;
    transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.numbered-list.animated.animated-init {
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.numbered-list li {
    position: relative;
    padding: 0 0 0 60px;
    margin-bottom: 30px
}

.numbered-list li:last-child {
    margin-bottom: 0
}

.numbered-list li:before {
    content: counter(counterName, decimal);
    counter-increment: counterName;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #2760f0;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

.bottom-text {
    color: #191919;
    padding: 15px 0 0;
    text-align: left;
    font: 14px/1.2 "Regular", sans-serif
}

.bottom-text p {
    margin: 0 0 18px
}

.lazy-img.lazy-loaded .image-alt {
    position: absolute;
    left: -200vw;
    top: -100vh
}

.prevented {
    cursor: default;
    text-decoration: none;
    display: block;
    pointer-events: none
}

body.no-touch .prevented:hover {
    text-decoration: none !important
}

.font-normal {
    font-weight: 400 !important
}

.captcha {
    display: none !important
}

.jw-wrapper {
    background-color: transparent !important
}

.acsb-action-box-readMode {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.reset-top-indent {
    padding-top: 0 !important;
    margin-top: 0 !important
}

.reset-bottom-indent {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.am-banner+.node__content .wrap-countdown-section:first-child .countdown-section-top {
    display: none
}

span.strike {
    width: 100%;
    position: relative
}

span.strike:after {
    content: '';
    height: 4px;
    width: 100%;
    display: inline;
    position: absolute;
    background-color: #989696;
    top: 40%;
    left: 0
}

span.strike.orange:after {
    background-color: #fe6e00
}

span.strike.white:after {
    background-color: #fff
}

span.strike.blue:after {
    background-color: #2760f0
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: auto
}

.text-orange {
    color: #f66608 !important
}

.text-blue,
.text-energy {
    color: #2760f0 !important
}

.text-midnight {
    color: #002864 !important
}

.text-black {
    color: #191919 !important
}

.text-gray {
    color: #f0f0f3 !important
}

.text-white {
    color: #fff !important
}

.background-orange {
    background-color: #f66608 !important
}

.background-blue,
.background-energy {
    background-color: #2760f0 !important
}

.background-midnight {
    background-color: #002864 !important
}

.background-black {
    background-color: #191919 !important
}

.background-gray {
    background-color: #f0f0f3 !important
}

.background-white {
    background-color: #fff !important
}

.legal-under-bullets {
    line-height: 14px;
    font-size: 16px;
    white-space: nowrap
}

ul.disc,
ul.plus {
    padding-left: 1rem
}

ul.disc li {
    list-style: disc
}

ul.plus li:before {
    content: '+';
    display: inline;
    margin-left: -1rem;
    margin-right: .5rem
}

ul.plus li:after {
    content: none !important
}

ul.plus.energy-plus li:before {
    color: #2760f0
}

.col-container .col-row .col-2,
.col-container .col-row .col-3,
.col-container .col-row .col-4,
.col-container .col-row .col-5,
.col-container .col-row .col-6 {
    margin-bottom: 15px;
    display: block;
    width: 100%
}

.col-container:not(:last-child) {
    margin: 0 0 40px
}

.col-container.border:not(:last-child) {
    border-bottom: 1px solid #f0f0f3;
    padding: 0 0 5px
}

.contact h5 {
    margin: 0 0 10px;
    font-weight: 700
}

.contact p {
    font-size: 20px;
    line-height: 28px
}

.contact-phone {
    font: 700 26px/36px "Regular", sans-serif;
    margin: 15px 0;
    color: #272727
}

.contact-phone strong {
    color: #2760f0;
    font: inherit
}

.contact-phone a {
    text-decoration: none;
    white-space: nowrap
}

.contact .button_1 {
    margin: 15px 0
}

.contact:last-child {
    margin-bottom: 0
}

.header-content .header-divider {
    height: 4px
}

.header-get-offer-form .field--name-field-short-description {
    display: inline-block;
    margin-right: 10px
}

.header-get-offer-form .field--name-field-short-description #header-get-offer-copy p {
    margin-top: 13px
}

.header-get-offer-form .field--type-webform {
    margin-top: 2px
}

.header-get-offer-form .field--name-field-form-title {
    display: none
}

.header-get-offer-form #block-fixedbottomformblockgetofferscloned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.header-get-offer-form .form-item {
    display: inline-block
}

.header-get-offer-form .form-item input.form-text {
    border-color: #002668;
    border-radius: 8px;
    height: 42px
}

.header-get-offer-form .form-item.form-item-add1 label::after,
.header-get-offer-form .form-item.form-item-zip label::after,
.sticky-form-offers .form-item.form-item-add1 label::after,
.sticky-form-offers .form-item.form-item-zip label::after {
    content: " *"
}

.header-get-offer-form .form-actions {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.header-get-offer-form .form-actions .webform-button_1--submit.button_1 {
    height: 42px;
    padding-top: 14px;
    line-height: 1
}

.header-get-offer-form .form-item-add1 {
    width: 200px
}

.header-get-offer-form .form-item-city,
.header-get-offer-form .form-item-state {
    display: none
}

.header-get-offer-form .form-item-zip {
    width: 70px;
    margin-left: 10px
}

.header-get-offer-form .form-item-add2 {
    width: 60px;
    margin-left: 10px
}

@media (min-width:568px) {
    .button_1s.align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px) {

    body.path-articles.user-logged-in .main-content,
    body.path-taxonomy.user-logged-in .main-content,
    body[data-page-type=article].user-logged-in .main-content {
        padding-top: 140px
    }

    .monitor-screen {
        left: 7.3%;
        bottom: 13.4%;
        right: 7.6%
    }

    .monitor-small.ipad .monitor-shadow {
        top: 0
    }

    .info.columns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .info.columns .column {
        width: 50%
    }

    .info.columns-landing .info-sub-text.clone {
        display: none
    }

    .sub-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%
    }

    .sub-column:nth-child(odd) {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 52%;
        padding: 0 30px 0 0
    }

    .sub-column:nth-child(even) {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%
    }

    .wrap-details-link {
        display: block
    }

    .button_1s-info {
        text-align: left;
        margin: 0
    }

    .button_1s-info>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 -30px
    }

    .button_1s-info .left,
    .button_1s-info .right {
        padding: 0 0 0 30px
    }

    .button_1s-info .left {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .button_1s-info .right {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .button_1s-info p {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
        max-width: 300px
    }
}

@media (min-width:1024px) {
    .jw-holder.default.desktop-fullvideo>.jwplayer {
        height: 100% !important
    }

    .jw-holder.default.desktop-fullvideo .jw-aspect {
        display: none !important
    }

    .info.columns .info-text {
        margin-top: -20px;
        width: 43%
    }

    .info.columns .call-us,
    .info.columns .info-price {
        display: inline-block;
        vertical-align: middle;
        width: 48%
    }

    .info.columns-landing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .info.columns-landing>.column:nth-child(odd) {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 40%;
        padding: 0 50px 0 0
    }

    .info.columns-landing>.column:nth-child(even) {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%
    }

    .info.columns-landing .info-price {
        padding: 0 0 10px
    }

    .info.columns-landing .info-sub-text {
        padding: 0
    }

    .info-logos.medium-items ul {
        margin: 0 0 0 -20px
    }

    .info-logos.medium-items li {
        width: 120px;
        padding: 0 20px
    }

    .info-logos.large-items img,
    .info-logos.medium-items img {
        max-width: 100%;
        width: 100%;
        max-height: none
    }

    .info-logos.large-items ul {
        margin: 0 0 0 -25px
    }

    .info-logos.large-items li {
        width: 150px;
        padding: 0 25px
    }

    .info-item p {
        color: #989696
    }
}

@media (min-width:1200px) {

    /* .info-item p,
    body {
        font-size: 18px;
        line-height: 1.3
    } */

    /* .h1,
    .h2,
    h1,
    h2 {
        font-size: 66px;
        line-height: 1
    }

    .h2,
    h2 {
        font-size: 50px
    }

    .h3,
    h3 {
        font-size: 29px;
        line-height: 1.1
    }

    .h4,
    h4 {
        font-size: 20px;
        line-height: 28px
    }

    .button_1 {
        height: 52px;
        border-radius: 26px;
        min-width: 124px;
        padding-top: 17px;
        padding-bottom: 16px
    }

    .button_1_1.button_1-play-video {
        padding-right: 60px
    }

    .button_1.button_1-play-video .button_1-play {
        width: 40px;
        height: 40px;
        right: 6px
    }

    .button_1.button_1-play-video .button_1-play:before {
        border-width: 5px 0 5px 8px;
        margin: -4.5px 0 0 -2.5px
    }

    textarea.form-text {
        height: 225px
    }

    .container {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 1600px
    }

    .container-indent-medium {
        padding-left: 70px;
        padding-right: 70px
    }

    .main-content {
        padding-bottom: 30px
    }

    body[data-page-type=page] .main-content {
        padding-top: 150px
    } */

    body.path-articles.user-logged-in .main-content,
    body.path-taxonomy.user-logged-in .main-content,
    body[data-page-type=article].user-logged-in .main-content {
        padding-top: 180px
    }

    .fadein.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s
    }

    .fadein.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .fadein-only.animated {
        -webkit-transition: opacity .2s ease .1s;
        transition: opacity .2s ease .1s
    }

    .fadein-only.animated.animated-init {
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .monitor-draggable u {
        top: -46px;
        bottom: -61px
    }

    .monitor-draggable i {
        width: 28px;
        height: 28px;
        margin: -14px 0 0 -14px
    }

    .monitor-draggable i:after,
    .monitor-draggable i:before {
        margin-top: -4px
    }

    .monitor-draggable i:before {
        border-width: 3.5px 6px 3.5px 0;
        margin-left: -8px
    }

    .monitor-draggable i:after {
        border-width: 3.5px 0 3.5px 6px;
        margin-left: 2px
    }

    .monitor-draggable .ui-slider-handle:before {
        width: 38px;
        height: 38px;
        margin: -19px 0 0 -19px
    }

    .bottom-image {
        padding: 0 25% 2%
    }

    .monitor-label {
        min-width: 58px;
        min-height: 40px;
        padding: 10px 5px 5px
    }

    .wrap-monitor-small {
        padding: 0 165px 0 30px
    }

    .wrap-monitor-small .monitor-small {
        margin: 0
    }

    .monitor-small.has-repeat .monitor-screen {
        bottom: 13.5%
    }

    .monitor-small.ipad {
        max-width: 710px;
        margin: 0 0 0 50px
    }

    .monitor-small.ipad .monitor-screen {
        border-radius: 10px
    }

    .wrap-video-block {
        padding: 0 170px 0 20px
    }

    .info-price-title+.button_1s {
        padding-top: 43px
    }

    .header-item.store-locator.store-locator-two a,
    .header-item.store-locator.store-locator-two svg.icon-home,
    .info.dark .white.mobile-compact {
        color: #fff
    }

    .info.dark .white.has-arrow.mobile-compact {
        background-color: #272727;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14'%3E%3Cpath d='M14 .36a.35.35 0 0 0-.337-.36h-.023L3.418.1c-.097-.001-.19.035-.263.1a.38.38 0 0 0-.106.26c.033.2.19.357.393.4l9.383-.1L.113 13.4c-.142.13-.15.346-.023.487l.023.024c.133.142.356.15.5.017L.63 13.9 13.343 1.28l-.1 9.3c.01.102.06.194.137.26.08.073.187.1.294.1.202-.005.364-.168.367-.37L14 .36z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }

    body.no-touch .info.dark .white.has-arrow.mobile-compact:hover {
        background-color: #191919
    }

    .info.columns {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0
    }

    .info.columns .column {
        padding: 0
    }

    .info.columns .h2,
    .info.columns h2 {
        padding-right: 40px
    }

    .info.columns .info-text {
        font-size: 16px;
        line-height: 15px;
        color: #989696
    }

    .info.columns .call-us {
        padding-left: 20px
    }

    .info.columns-landing .info-price {
        padding: 0 0 20px
    }

    .info.columns-landing .info-descr {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 13px
    }

    .info.columns-landing .info-items {
        padding: 0 0 15px
    }

    .info.columns-landing .info-sub-text {
        font-size: 16px
    }

    .info.columns-landing .h1,
    .info.columns-landing h1 {
        font-size: 44px;
        line-height: 50px
    }

    .info.position-right {
        margin: 0 0 0 auto;
        max-width: 600px
    }

    .info .h1,
    .info .h2,
    .info .h3,
    .info .h4,
    .info .h5,
    .info .h6,
    .info h1,
    .info h2,
    .info h3,
    .info h4,
    .info h5,
    .info h6 {
        margin: 0 0 19px
    }

    .info .h1+.button_1s,
    .info .h2+.button_1s,
    .info .h3+.button_1s,
    .info .h4+.button_1s,
    .info .h5+.button_1s,
    .info .h6+.button_1s,
    .info h1+.button_1s,
    .info h2+.button_1s,
    .info h3+.button_1s,
    .info h4+.button_1s,
    .info h5+.button_1s,
    .info h6+.button_1s {
        padding-top: 5px
    }

    .info-label {
        padding: 2px 0 8px
    }

    .info-label b {
        line-height: 20px;
        padding: 2px 12px 0;
        min-height: 23px;
        border-radius: 0 23px 23px 0
    }

    .info-logo {
        padding: 0 0 25px
    }

    .info-logos.medium-items ul {
        margin: 0 0 0 -25px
    }

    .info-logos.medium-items li {
        width: 150px;
        padding: 0 25px
    }

    .info-logos.large-items ul {
        margin: 0 0 0 -30px
    }

    .info-logos.large-items li {
        width: 180px;
        padding: 0 30px
    }

    .info-items {
        font-size: 24px;
        line-height: 1.4;
        font-weight: 400;
        padding: 0 0 12px
    }

    .info-items.small-text {
        font-size: 16px;
        line-height: 25px
    }

    .info-items.small-text .info-item-inner {
        padding: 0 0 2px 19px
    }

    .info-items.small-text .icon-plus {
        margin: 4px 6px 0 -21px
    }

    .info-items.small-text span,
    .info-label b {
        font-size: 13px
    }

    .info-items .icon-plus {
        margin-top: 8px
    }

    .info-items span {
        font-size: 15px
    }

    .h2+.info-items,
    h2+.info-items {
        margin-top: -7px
    }

    .info-items+.button_1s {
        padding-top: 25px
    }

    .info-item-inner {
        padding: 0 0 2px 16px
    }

    .info-price-title {
        font-size: 20px;
        line-height: 22px
    }

    .info-price-title.font-normal {
        font-size: 20px;
        line-height: 28px
    }

    .h2+.info-price-title,
    h2+.info-price-title {
        margin-top: 0;
        padding-top: 9px
    }

    .info-details {
        padding: 0 0 30px
    }

    .info-descr {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400
    }

    .info-price-title+.info-descr {
        padding-top: 20px
    }

    .info-descr-short {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .info-descr+.info-descr-short {
        margin-top: -9px
    }

    .old-price {
        font-size: 24px;
        line-height: 32px
    }

    .info-price {
        padding: 0 0 20px
    }

    .info-price>strong {
        font-size: 16px;
        padding: 9px 0 15px
    }

    .info-price-title+.info-price {
        margin-top: -3px
    }

    .info-details+.info-price {
        padding-top: 0;
        margin-top: -12px
    }

    .info-price.secondary p {
        font-size: 16px;
        line-height: 1.1
    }

    .info-price-text {
        font-size: 26px;
        line-height: 32px;
        padding: 5px 0 10px
    }

    .info-cost {
        font-size: 80px;
        margin: 0 0 -5px;
        padding: 0 10px 0 0
    }

    .info-text {
        font: 15px/24px "Regular", sans-serif;
        margin: -15px 0 0;
        padding: 0 0 14px;
        clear: both;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .info-text+.button_1s {
        padding-top: 10px
    }

    .info-sub-text {
        font-size: 16px;
        line-height: 1.1
    }

    .info-item {
        padding: 0 0 27px 70px
    }

    .info-item img {
        width: 49px;
        height: 49px;
        position: absolute;
        top: 0;
        left: 0
    }

    .info-item .h4,
    .info-item h4 {
        height: 54px;
        padding-bottom: 3px
    }

    .info-item p {
        line-height: 1.2
    }

    .button_1s-info,
    .numbered-list li {
        font-size: 20px;
        line-height: 28px
    }

    .button_1s-info p {
        height: 52px
    }

    .numbered-list {
        max-width: 380px
    }

    .numbered-list li {
        padding-left: 80px
    }

    .numbered-list li:before {
        font-size: 24px
    }

    .col-container .col-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .col-container .col-row>:not(:last-child) {
        padding-right: 15px
    }

    .col-container .col-row .col-2 {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .col-container .col-row .col-3 {
        width: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%
    }

    .col-container .col-row .col-4 {
        width: 25%
    }

    .col-container .col-row .col-5 {
        width: 20%
    }

    .col-container .col-row .col-6 {
        width: 16.6%
    }

    .contact-phone {
        margin: 0 0 14px
    }

    .header-item.store-locator.store-locator-two {
        margin-top: 22px
    }

    .header-item.store-locator.store-locator-one {
        margin-top: 15px
    }

    .header-item.store-locator.store-locator-one a,
    .header-item.store-locator.store-locator-one svg.icon-home {
        color: #002864
    }

    #header-search {
        margin-top: 5px;
        margin-left: 30px
    }

    body.toggle-form-style .header .header-item.store-locator.store-locator-two {
        display: block;
        margin-right: 25px
    }

    body.toggle-form-style .header .header-item.store-locator.store-locator-two svg {
        margin-right: 8px;
        margin-top: 0
    }

    body.toggle-form-style .header .header-get-offer-form {
        display: block
    }

    body.toggle-form-style .header .header-get-offer-form .form-item input.form-text {
        padding-top: 14px;
        padding-left: 12px
    }

    body.toggle-form-style .header .header-get-offer-form .form-item .icon-cross-small {
        right: 3px;
        top: 12px
    }

    .header .header-get-offer-form,
    .header .header-item.store-locator.store-locator-two,
    body.toggle-form-style .header #header-search,
    body.toggle-form-style .header .header-item.store-locator.store-locator-one,
    body.toggle-form-style .header .header-shop-now,
    body.toggle-form-style .sticky-form-offers {
        display: none
    }

    body.toggle-form-style .header .header-get-offer-form .form-actions .webform-button_1--submit.button_1 {
        font-size: 12px;
        margin-right: 20px;
        padding-top: 16px
    }

    .header .header-item.store-locator.store-locator-one,
    .header .header-shop-now {
        display: block
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    body.toggle-form-style .header .header-item.store-locator.store-locator-two {
        display: none
    }
}

@media (min-width:1200px) and (min-width:1440px) {
    body.toggle-form-style .header .header-item.store-locator.store-locator-two {
        display: block
    }
}

@media (min-width:1441px) {

    .h4,
    h4 {
        font-size: 24px;
        line-height: 32px
    }

    .h5,
    .info-item .h4,
    .info-item h4,
    h5 {
        font-size: 20px;
        line-height: 28px
    }

    .info.columns-landing .h1,
    .info.columns-landing h1 {
        font-size: 66px;
        line-height: 70px
    }
}

@media (min-width:1800px) {
    .container {
        padding-left: 100px;
        padding-right: 100px;
        max-width: 1800px
    }

    .container-indent-medium {
        padding-left: 175px;
        padding-right: 175px;
        max-width: 1920px
    }

    .main-content {
        padding-bottom: 40px
    }

    .icon-arrows {
        width: 25px;
        height: 25px
    }

    .icon-arrows:after,
    .icon-arrows:before {
        border-width: 0 3.5px 6px
    }

    .icon-arrows:before {
        top: 6px;
        left: 13px
    }

    .icon-arrows:after {
        top: 14px;
        left: 5px
    }

    .icon-plus {
        width: 12px;
        height: 12px;
        margin: 9px 10px 0 0
    }

    .button_1-repeat {
        font-size: 18px;
        line-height: 22px
    }

    .monitor-draggable u {
        top: -50px;
        bottom: -76px
    }

    .wrap-monitor-small {
        padding: 0 230px 0 53px
    }

    .monitor-small.has-repeat>div {
        margin-bottom: 0
    }

    .wrap-video-block {
        padding: 0 245px 0 48px
    }

    .button_1s+.info-logos {
        padding-top: 25px
    }

    .info.columns .column:last-child {
        padding-left: 95px
    }

    .info.columns .info-text {
        margin-top: -30px
    }

    .info.columns .field--type-telephone {
        font-size: 50px;
        line-height: 56px
    }

    .info.columns .info-price {
        width: 43%
    }

    .info.columns .call-us {
        width: 50%
    }

    .info.columns-landing>.column:nth-child(odd) {
        width: 51%
    }

    .info.columns-landing .field--type-telephone {
        font-size: 50px;
        line-height: 56px;
        padding: 0 0 18px
    }

    .info .h1+.button_1s,
    .info .h2+.button_1s,
    .info .h3+.button_1s,
    .info .h4+.button_1s,
    .info .h5+.button_1s,
    .info .h6+.button_1s,
    .info h1+.button_1s,
    .info h2+.button_1s,
    .info h3+.button_1s,
    .info h4+.button_1s,
    .info h5+.button_1s,
    .info h6+.button_1s {
        padding-top: 19px
    }

    .info-logo {
        max-width: 360px
    }

    .info-logos ul,
    .info-logos.medium-items ul {
        margin: 0 0 0 -20px
    }

    .info-logos.medium-items li {
        width: 180px;
        padding: 0 20px
    }

    .info-logos.large-items ul {
        margin: 0 0 0 -25px
    }

    .info-logos.large-items li {
        width: 220px;
        padding: 0 25px
    }

    .info-logos li {
        border-right: none;
        padding: 0 20px;
        margin: 0 0 25px
    }

    .info-logos img {
        max-width: 107px;
        max-height: 53px
    }

    .info-items {
        font-size: 24px;
        line-height: 32px
    }

    .info-items .icon-plus {
        margin: 7px 10px 0 -20px
    }

    .info-item-inner {
        padding: 0 0 2px 19px
    }

    .info-descr {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: normal;
        margin: 0 0 13px
    }

    .info-price {
        padding: 0 0 31px
    }

    .info-price-text {
        padding: 5px 0 2px
    }

    .info-text {
        padding: 0 0 25px
    }

    .info-sub-text {
        padding: 16px 0 5px
    }

    .info-sub-text+.info-logos {
        padding-top: 25px
    }

    .info-item {
        padding: 0 0 27px 80px
    }
}

@media only screen and (max-width:1200px) {

    #webform-submission-find-offers-block-content-10-add-form .form-item-city,
    #webform-submission-find-offers-block-content-10-add-form .form-item-state,
    .sticky-form-offers.open .field--name-field-form-title,
    .sticky-form-offers.open .field--name-field-title {
        display: none !important
    }

    #webform-submission-find-offers-block-content-10-add-form .form-item-add2,
    #webform-submission-find-offers-block-content-10-add-form .form-item-zip {
        width: 50%
    }

    html body .sticky-form-offers .form-actions {
        margin: 0 auto
    }

    html body .sticky-form-offers.open .field--name-field-short-description {
        text-align: center;
        font-weight: 700 !important;
        padding-top: 30px !important;
        text-transform: uppercase
    }

    .sticky-form-offers.open .field--name-field-description {
        text-align: center
    }

    html body .sticky-form-offers.open .close-form {
        z-index: 500
    }
}

@media (max-width:1199px) {
    .button_1.white.mobile-compact {
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' viewBox='0 0 8 11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }

    .button_1.mobile-compact {
        color: #2760f0;
        padding-left: 0;
        padding-right: 15px;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11' viewBox='0 0 8 11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%232760F0' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
        background-position: calc(100% - 3px) 54%
    }

    body.no-touch .button_1.mobile-compact:hover {
        background-position-x: 100%
    }

    .button_1.button_1-play-video .desktop,
    .header-get-offer-form {
        display: none
    }

    .fadein.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .fadein.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .fadein-only.animated {
        -webkit-transition: opacity .2s ease .1s;
        transition: opacity .2s ease .1s
    }

    .fadein-only.animated.animated-init {
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .info.less-desktop-dark .info-cost {
        color: #f66608
    }

    .info.less-desktop-dark .info-price>strong {
        color: #2760f0
    }

    .info.less-desktop-dark,
    .info.less-desktop-dark .details-link,
    .info.less-desktop-dark .white {
        color: #272727
    }

    .info.less-desktop-dark .details-link circle {
        stroke: #272727
    }

    .info.less-desktop-dark .details-link path {
        fill: #272727
    }

    .info.less-desktop-dark .white.has-arrow.mobile-compact {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23272727' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }

    .info.columns-landing .info-items {
        font-size: 13px;
        line-height: 20px
    }

    .info-items.small-text .icon-plus {
        width: 12px;
        height: 12px;
        margin: 4px 5px 0 -17px
    }

    .info-items.small-text span {
        font-size: 11px
    }

    body.toggle-form-style .sticky-form-offers {
        top: 55px;
        bottom: 0;
        border-bottom: 1px solid #f66608;
        border-top: none;
        padding-top: 11px;
        background-color: #002864
    }

    body.toggle-form-style .sticky-form-offers.open {
        top: 0;
        border-top: 1px solid #f66608;
        padding-top: 35px
    }

    body.toggle-form-style .sticky-form-offers.open .sticky-offers-content {
        min-height: auto
    }

    .header-item.store-locator.store-locator-two {
        display: none
    }
}

@media (max-width:767px) {
    .info.less-tablet-dark .info-cost {
        color: #f66608
    }

    .info.less-tablet-dark .info-price>strong {
        color: #2760f0
    }

    .info.less-tablet-dark,
    .info.less-tablet-dark .details-link,
    .info.less-tablet-dark .white {
        color: #272727
    }

    .info.less-tablet-dark .details-link circle {
        stroke: #272727
    }

    .info.less-tablet-dark .details-link path {
        fill: #272727
    }

    .info.less-tablet-dark .white.has-arrow.mobile-compact {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23272727' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }

    .info.columns-landing .info-sub-text:not(.clone) {
        display: none
    }
}

@media print {

    body,
    h1 {
        color: #000 !important
    }

    body * {
        background: 0 0 !important;
        background-image: none !important
    }

    svg path {
        fill: #000 !important
    }

    .field--type-telephone,
    .header-right,
    .open-nav,
    .page-filter,
    .posts-listing-section,
    .sharing-block,
    .site-footer,
    .sticky-form-offers {
        display: none !important
    }

    .hero-section.height-small .hero-section-inner,
    body.has-sticky-form-offers .hero-section.height-small .hero-section-inner {
        height: auto !important;
        padding-bottom: 4px !important
    }

    .header-inner {
        position: relative !important
    }

    .blog-section {
        padding-top: 27px !important
    }
}

.info .info-text {
    display: block
}

#nav-item-5_4 {
    display: none
}

html body .has-slider .compare-plans-item.jf176--layout-4 .dial-layout .dial-layout--col1 .dial-layout--speed-image img {
    width: 100px;
    height: auto
}

@font-face {
    font-family: "Altice";
    font-display: swap;
    src: local("Altice"), url(/themes/custom/optimum/slice/dist/fonts/altice-regular-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Altice";
    font-display: swap;
    src: local("Altice"), url(/themes/custom/optimum/slice/dist/fonts/altice-bold-webfont.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

#replaceContentWrapper,
.partners-form-wrapper #header .field--type-telephone a,
body.partners-js-styles #header .field--type-telephone a {
    opacity: 0
}

.holder-odometer {
    top: 0
}

.has-slider .compare-plan-scale .wrap-odometer>span {
    top: 55px;
    font-size: 17px;
    color: #2760f0;
    line-height: 17px
}

.compare-plans-label p,
.compare-plans-label span,
.compare-plans-label strong {
    line-height: 23px
}

@font-face {
    font-family: "Altice";
    font-display: swap;
    src: local("Altice"), url(/themes/custom/optimum/slice/dist/fonts/altice-regular-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Altice";
    font-display: swap;
    src: local("Altice"), url(/themes/custom/optimum/slice/dist/fonts/altice-bold-webfont.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@media screen and (min-width:768px) {
    br.desktop-only {
        display: inline
    }

    br.mobile-only {
        display: none
    }

    .desktop-only {
        display: inline !important
    }

    .mobile-only {
        display: none !important
    }
}

@media (min-width:1200px) {
    body.toggle-form-style .header .header-get-offer-form .form-actions .webform-button_1--submit.button_1 {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    br.desktop-only {
        display: none
    }

    br.mobile-only {
        display: inline
    }

    .desktop-only {
        display: none !important
    }

    .mobile-only {
        display: inline !important
    }
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: pointer
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important
}

.os-host-flexbox>.os-content-glue,
.os-host-flexbox>.os-size-auto-observer {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

#os-dummy-scrollbar-size:after,
#os-dummy-scrollbar-size:before,
.os-content:after,
.os-content:before {
    content: '';
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    visibility: hidden
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: 0 0 !important
}

.os-content-glue,
.os-padding {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.os-content-glue {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%
}

.os-padding {
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.os-host-overflow>.os-padding,
.os-viewport {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content,
.os-content>.os-textarea {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.os-content {
    height: 100%;
    width: 100%;
    visibility: visible;
    direction: inherit;
    position: relative;
    display: block
}

.os-content>.os-textarea {
    direction: inherit !important;
    background: 0 0 !important;
    outline: 0 transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0 !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.os-resize-observer,
.os-resize-observer-host,
.os-size-auto-observer {
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none
}

.os-resize-observer-host {
    display: block;
    visibility: hidden;
    top: 0;
    left: 0;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 100%;
    padding: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.os-resize-observer-host.observed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: inherit;
    border: inherit;
    margin: 0
}

.os-resize-observer-host.observed>.os-resize-observer {
    height: 200%;
    width: 200%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.os-resize-observer-host.observed>.os-resize-observer:before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.os-size-auto-observer {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    padding: 0;
    margin: 0;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item,
.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer-item {
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important
}

.os-resize-observer-item-final {
    -webkit-transition: none !important;
    transition: none !important
}

.os-resize-observer {
    -webkit-animation-duration: .001s;
    animation-duration: .001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: 0 !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 4px;
    height: 4px;
    right: 0;
    border-radius: 2px;
    cursor: pointer
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-corner,
.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 12px;
    left: 12px
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.os-host-overflow {
    overflow: hidden !important
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: transparent
}

.os-theme-dark>.os-scrollbar {
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track {
    background: 0 0
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #989696
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(152, 150, 150, .55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(152, 150, 150, .7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.popup {
    z-index: 500;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    background: rgba(25, 25, 25, .65)
}

.popup.open {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    pointer-events: auto;
    opacity: 1
}

.popup.open .popup-inner {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
}

.popup,
.popup.close {
    opacity: 0
}

.popup-inner,
.popup.close .popup-inner {
    -webkit-transform: scale3D(0, 0, 0);
    transform: scale3D(0, 0, 0)
}

.popup .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1250px;
    margin: 0 auto;
    background: #f0f0f3;
    padding: 15px 20px
}

.popup-content {
    display: none
}

.popup-head {
    padding: 0 45px 15px 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.popup-head .h2,
.popup-head h2 {
    font: 700 18px/26px "Regular", sans-serif;
    letter-spacing: normal;
    color: #272727;
    text-transform: uppercase;
    margin: 0
}

.popup-head+.popup-body {
    border-top: 1px solid #d8d8d8;
    margin-top: 0
}

.popup-head+.popup-body .popup-body-inner {
    top: 20px;
    height: calc(100% - 20px)
}

.popup-body {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    position: relative;
    margin-top: 45px
}

.popup-body-inner {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute !important;
    overflow: auto;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.popup-body-content {
    padding: 0 15px;
    color: #272727
}

.popup-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px 0 0;
    border-width: 1px 0 0;
    border-color: #d8d8d8;
    border-style: solid;
    font-size: 11px;
    line-height: 14px
}

.popup-footer .h6,
.popup-footer h6 {
    font-size: 12px;
    line-height: 14px
}

.popup-footer p {
    margin-bottom: 0
}

.popup-close,
.popup-close i {
    position: absolute;
    cursor: pointer
}

.popup-close {
    background: #fff;
    right: 10px;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    top: 10px;
    width: 38px;
    height: 38px
}

.popup-close i {
    width: 15px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin: -.5px 0 0 -7.5px
}

.popup-close i:after,
.popup-close i:before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 1px;
    background: #272727
}

.popup-close i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-close i:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-popup {
    pointer-events: none;
    z-index: 500;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 35px 20px 20px;
    opacity: 0;
    left: 0;
    top: 0;
    background: rgba(25, 25, 25, .65)
}

.video-popup.open {
    pointer-events: auto;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    opacity: 1
}

.video-popup.close {
    opacity: 0
}

.video-popup .popup-close {
    background: #2760f0
}

body.no-touch .video-popup .popup-close:hover {
    background: #0362bc
}

.video-popup .popup-close i:after,
.video-popup .popup-close i:before {
    background: #fff
}

.video-popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.video-popup-inner.default.jw-holder-error>.jwplayer,
.video-popup-inner.default.start-video-animation>.jwplayer {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.video-popup-inner.default>.jwplayer {
    height: 100% !important;
    opacity: 0
}

.video-popup-inner.default .jw-aspect,
.video-popup-inner.default .jw-preview {
    display: none !important
}

.video-popup-inner.default video {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    -webkit-transform: none !important;
    transform: none !important;
    background-color: transparent !important
}

.video-popup-inner .alternative-image,
.video-popup-inner .video-error-thumb {
    background-position: 50% 50%;
    background-size: contain
}

body.ios.touch .popup,
body.ios.touch .popup *,
body.ios.touch .video-popup,
body.ios.touch .video-popup * {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.video-popup.open .popup-close {
    right: 2px
}

@media (min-width:568px) {
    .video-popup.open .video-popup-inner .jwplayer.jw-stretch-fill .jw-media video.jw-video {
        height: auto
    }
}

@media (min-width:768px) {
    .popup {
        padding: 30px
    }
}

@media (min-width:1024px) {
    .popup {
        padding: 50px 40px 40px
    }

    .popup .popup-close {
        top: 20px;
        right: 20px
    }

    .popup-inner {
        padding: 85px 64px 86px;
        min-height: 390px
    }

    .popup-head+.popup-body .popup-body-inner {
        top: 40px;
        height: calc(100% - 40px)
    }

    .popup-body {
        border-bottom: 1px solid #d8d8d8;
        margin-top: 0
    }

    .popup-body:after {
        content: '';
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 243, 0)), color-stop(46%, rgba(240, 240, 243, .82)), to(#f0f0f3));
        background-image: linear-gradient(180deg, rgba(240, 240, 243, 0) 0%, rgba(240, 240, 243, .82) 46%, #f0f0f3 100%);
        position: absolute;
        z-index: 6;
        left: 0;
        right: 5px;
        bottom: 0;
        height: 110px;
        pointer-events: none
    }

    .popup-body-inner.os-host {
        right: -27px
    }

    .popup-body-content {
        padding-right: 80px
    }

    .popup-body-content:after {
        content: '';
        display: block;
        height: 40px
    }

    .video-popup {
        padding: 50px 40px 40px
    }

    .video-popup.open .popup-close {
        top: 31% !important;
        right: 22px
    }
}

@media (min-width:1200px) {
    .popup-head {
        min-height: 72px
    }

    .popup-head .h2,
    .popup-head h2 {
        font-size: 26px;
        line-height: 32px
    }

    .popup-footer {
        border: 0;
        font-size: 13px;
        line-height: 22px;
        padding-top: 26px
    }

    .popup-footer .h6,
    .popup-footer h6 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

@media (min-width:1800px) {
    .popup {
        padding: 88px
    }

    .popup-footer {
        padding-right: 200px
    }
}

.jcf-scrollable-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec {
    height: 0;
    width: 14px;
    left: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    height: 0;
    width: 14px;
    left: 0;
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #191919;
    height: 1px;
    width: 2px;
    right: 10px
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider,
.jcf-select {
    display: inline-block;
    position: relative;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #d3cfcf;
    font: 13px/26px "Regular", sans-serif;
    height: 46px;
    display: block;
    padding: 10px 16px;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, .77);
    -webkit-appearance: none;
    border-radius: 26px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #272727;
    cursor: pointer;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.jcf-select:focus {
    border-color: rgba(3, 98, 188, .5)
}

.jcf-select.not-valid {
    border-color: rgba(214, 6, 31, .5)
}

.jcf-select:before {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    bottom: 5px
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-drop-active {
    border-color: rgba(3, 98, 188, .5) rgba(3, 98, 188, .5) transparent !important;
    border-radius: 26px 26px 0 0 !important
}

.jcf-select.jcf-drop-active.jcf-drop-flipped {
    border-radius: 0 0 26px 26px !important;
    border-color: transparent rgba(3, 98, 188, .5) rgba(3, 98, 188, .5) !important
}

.jcf-select.jcf-drop-active.jcf-drop-flipped:before {
    bottom: auto;
    top: 5px
}

.jcf-select.jcf-drop-active:before {
    background: #f0f0f3
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #2760f0
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 15px 0 0;
    cursor: pointer
}

.jcf-list li,
.jcf-select .jcf-select-text>span {
    display: block
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-select .jcf-select-opener:before {
    content: '';
    position: absolute;
    right: 17px;
    top: 50%;
    margin: -1px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0;
    border-color: #989696 transparent transparent;
    -webkit-transition: border-color .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, border-color .4s ease;
    transition: transform .4s ease, border-color .4s ease, -webkit-transform .4s ease
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...'
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
    border-radius: 26px 26px 0 0;
    border-width: 1px 1px 0
}

.jcf-select-drop .jcf-select-drop-content {
    padding: 10px 0;
    background: #fff;
    border-radius: 0 0 26px 26px;
    border-style: solid;
    border-color: rgba(3, 98, 188, .5);
    border-width: 0 1px 1px;
    margin: 1px 0
}

.jcf-select-drop .jcf-select-drop-content .jcf-scrollbar-horizontal {
    display: none
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list,
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.jcf-list {
    position: relative;
    font: 11px/20px "Regular", sans-serif
}

.jcf-list .jcf-list-content {
    overflow: auto
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list li {
    overflow: hidden
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    overflow: hidden;
    display: block;
    padding: 4px 18px 2px;
    color: #989696;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    cursor: pointer
}

.jcf-list .jcf-option.first-disabled {
    display: none
}

.jcf-list .jcf-option.jcf-hover {
    color: #2760f0
}

.jcf-list .jcf-disabled {
    display: none !important
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.sticky-form-spacer {
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sticky-offers-content {
    display: none
}

.sticky-form-offers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background: #002864;
    padding: 12px 0 8px;
    text-align: center;
    -webkit-transition: background .4s linear, bottom .4s linear, opacity .4s ease, height .4s ease, -webkit-transform .4s linear;
    transition: background .4s linear, bottom .4s linear, transform .4s linear, opacity .4s ease, height .4s ease;
    transition: background .4s linear, bottom .4s linear, transform .4s linear, opacity .4s ease, height .4s ease, -webkit-transform .4s linear;
    min-height: 70px;
    height: 0;
    cursor: pointer;
    border-top: 1px solid #f66608
}

.sticky-form-offers .form-select,
.sticky-form-offers .form-text,
.sticky-form-offers .jcf-select {
    background: #fff
}

.sticky-form-offers .form-item.focus label {
    color: #989696
}

.sticky-form-offers .form-item label {
    color: #4a4a4a;
    left: 10px;
    max-width: calc(100% - 10px)
}

.sticky-form-offers.hide:not(.open) {
    bottom: -80px
}

.sticky-form-offers.open {
    cursor: default
}

.sticky-form-offers .container:after,
.sticky-form-offers.open .open-form {
    display: none
}

.sticky-form-offers .icon-cross {
    margin: -12px 0 0 -12px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.sticky-form-offers .container {
    position: relative;
    z-index: 5;
    overflow: hidden
}

.sticky-form-offers .field--type-webform {
    display: block;
    opacity: 0
}

.sticky-form-offers .field--name-field-title {
    color: #f66608;
    font: 700 12px/14px "Regular", sans-serif;
    text-transform: uppercase;
    display: inline;
    margin: 0
}

.sticky-form-offers .field--name-field-form-title {
    font: 18px/26px "Regular", sans-serif;
    color: #fff;
    padding: 0 0 15px;
    display: none
}

.sticky-form-offers .field--name-field-short-description {
    font: 14px/14px "Regular", sans-serif;
    color: #fff;
    display: inline
}

.sticky-form-offers .field--name-field-short-description p {
    display: inline;
    margin: 0
}

.sticky-form-offers .field--name-field-short-description em,
.sticky-form-offers .field--name-field-short-description span {
    display: none;
    font-style: normal;
    color: #fff
}

.sticky-form-offers .field--name-field-description {
    display: none;
    padding: 18px 20px;
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
    color: #fff;
    font: 15px/25px "Regular", sans-serif
}

.sticky-form-offers .field--name-field-description p {
    margin: 0
}

.sticky-form-offers .field--name-field-description p:first-child {
    font: 15px/24px "Regular", sans-serif;
    color: #fff
}

.sticky-form-offers .field--name-field-description strong {
    font: inherit
}

.sticky-form-offers .webform-submission-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.sticky-form-offers .form-item {
    padding-left: 10px;
    width: 100%
}

.sticky-form-offers .form-item-add2,
.sticky-form-offers .form-item-zip {
    width: 40%
}

.sticky-form-offers .form-item-city,
.sticky-form-offers .form-item-state {
    width: calc(100% - 40%)
}

.sticky-form-offers .form-actions {
    padding: 0 0 35px 10px;
    margin: -12px 0 0
}

.sticky-form-offers .button_1 {
    min-width: 123px
}

.sticky-form-offers .button_1.open-form {
    min-width: 280px;
    padding: 13px 19px;
    height: 45px
}

.close-form {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: #fff;
    z-index: -1;
    top: 10px;
    right: 20px;
    position: absolute;
    opacity: 0
}

@media (min-width:1200px) {
    .sticky-form-spacer {
        height: 0
    }

    .sticky-offers-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .open-form {
        display: none
    }

    .sticky-form-offers {
        cursor: default;
        text-align: left;
        height: 64px;
        min-height: 64px;
        padding: 11px 0 5px
    }

    .sticky-form-offers.hide {
        opacity: 0;
        -webkit-transform: scale3D(1, 1, 0);
        transform: scale3D(1, 1, 0)
    }

    .sticky-form-offers .container {
        overflow: visible;
        padding-left: 30px;
        padding-right: 30px
    }

    .sticky-form-offers .field--type-webform {
        opacity: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: -14px 0 0;
        position: relative;
        z-index: 4;
        width: calc(100% - 33%)
    }

    .sticky-form-offers .field--name-field-title {
        display: block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        padding: 0 calc(100% - 33%) 4px 0;
        position: relative;
        z-index: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .sticky-form-offers .field--name-field-short-description {
        width: 33%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 15px;
        line-height: 26px
    }

    .sticky-form-offers .field--name-field-short-description,
    .sticky-form-offers .field--name-field-short-description p {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .sticky-form-offers .field--name-field-short-description em,
    .sticky-form-offers .field--name-field-short-description span {
        display: inline
    }

    .sticky-form-offers .field--name-field-description {
        margin: 0 -50px;
        padding-left: 50px;
        padding-right: 50px;
        width: calc(100% + 100px);
        display: none
    }

    .sticky-form-offers .webform-submission-form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%
    }

    .sticky-form-offers .form-item.focus label {
        top: -24px
    }

    .sticky-form-offers .form-item .form-select,
    .sticky-form-offers .form-item .form-text,
    .sticky-form-offers .form-item .jcf-select,
    .sticky-form-offers .form-item label {
        height: 34px;
        font: 13px/26px "Regular", sans-serif;
        padding: 4px 15px
    }

    body.acsb-keynav .sticky-form-offers .form-item .form-select.acsb-shown {
        height: 34px !important;
        padding: 4px 15px !important
    }

    .sticky-form-offers .form-item .form-select.not-valid,
    .sticky-form-offers .form-item .form-select.valid,
    .sticky-form-offers .form-item .form-text.not-valid,
    .sticky-form-offers .form-item .form-text.valid {
        padding-right: 22px !important
    }

    .sticky-form-offers .form-item .form-select,
    .sticky-form-offers .form-item .form-text,
    .sticky-form-offers .form-item .jcf-select {
        border-radius: 26px;
        border: 1px solid #d3cfcf
    }

    .sticky-form-offers .form-item .icon-cross-small {
        top: 7px;
        right: 5px
    }

    .sticky-form-offers .form-item .select-corner {
        top: 16px;
        right: 18px
    }

    .sticky-form-offers .error-text {
        padding: 0 5px 0 0;
        margin: -11px 0 0
    }

    .sticky-form-offers .form-item-add1 {
        width: 180px
    }

    .sticky-form-offers .form-item-add2,
    .sticky-form-offers .form-item-zip {
        width: 90px
    }

    .sticky-form-offers .form-item-city {
        width: 180px;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .sticky-form-offers .form-item-state {
        width: 140px
    }

    .sticky-form-offers .button_1 {
        min-width: 106px;
        height: 34px;
        border-radius: 17px;
        padding: 8px 15px;
        margin: 12px 0 0
    }

    .close-form {
        display: none
    }
}

@media (min-width:1440px) {
    .sticky-form-offers .container {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:1441px) {
    .sticky-form-offers .field--name-field-short-description {
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width:1800px) {
    .sticky-form-offers .container {
        padding-left: 95px;
        padding-right: 95px
    }

    .sticky-form-offers .form-item-add1 {
        width: 285px
    }

    .sticky-form-offers .form-item-add2,
    .sticky-form-offers .form-item-zip {
        width: 130px
    }

    .sticky-form-offers .form-item-city,
    .sticky-form-offers .form-item-state {
        width: 228px !important
    }

    .sticky-form-offers .button_1 {
        min-width: 123px
    }
}

@media (max-width:1199px) {
    .sticky-form-offers.hide:not(.open) {
        opacity: 0;
        -webkit-transform: scale3D(1, 1, 0);
        transform: scale3D(1, 1, 0);
        bottom: -70px
    }

    .sticky-form-offers.open {
        height: 100%;
        padding: 35px 0 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        z-index: 100
    }

    .sticky-form-offers.open .sticky-offers-content {
        min-height: calc(100vh - 35px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sticky-form-offers.open .sticky-offers-content>* {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .sticky-form-offers.open .icon-cross {
        opacity: 1
    }

    .sticky-form-offers.open .close-form {
        z-index: 10;
        opacity: 1;
        position: fixed;
        -webkit-transition: opacity .4s ease .4s;
        transition: opacity .4s ease .4s
    }

    .sticky-form-offers.open .field--name-field-title {
        display: block;
        font: 700 13px/20px "Regular", sans-serif;
        padding: 0 0 8px
    }

    .sticky-form-offers.open .field--name-field-form-title {
        display: block;
        padding: 0 0 19px
    }

    .sticky-form-offers.open .field--name-field-short-description {
        display: block;
        font: 24px/32px "Regular", sans-serif;
        padding: 0 0 20px
    }

    .sticky-form-offers.open .field--name-field-short-description em,
    .sticky-form-offers.open .field--name-field-short-description span {
        display: inline
    }

    .sticky-form-offers.open .field--type-webform {
        display: block;
        opacity: 1
    }

    .sticky-form-offers.open .field--name-field-description {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

#block-footermenusecond-menu,
.site-footer .icon-phone {
    display: none
}

.site-footer {
    position: relative;
    background: #002864;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    z-index: 5
}

.footer-inner {
    padding: 70px 0 12px
}

.field--name-field-icon-footer-info {
    padding: 0 0 23px
}

.field--name-field-icon-footer-info img {
    width: 122px;
    height: auto !important;
    display: block
}

.field--name-field-icon-footer-info a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

body.no-touch .field--name-field-icon-footer-info a:hover {
    text-decoration: none !important
}

.field--type-telephone {
    color: #fff;
    font: 700 30px/1 "Regular", sans-serif;
    padding: 0 0 15px
}

.field--type-telephone.blue a {
    color: #2760f0
}

body.phone-hidden .field--type-telephone {
    display: none !important;
    visibility: hidden
}

.field--type-telephone a {
    text-decoration: none;
    color: inherit
}

body.no-touch .field--type-telephone a:hover {
    text-decoration: none !important;
    color: #2760f0
}

.field--name-field-copyright-footer-info,
.field--name-field-description-footer-info {
    padding: 0 0 10px;
    color: #fff;
    font: 15px/1.4 "Regular", sans-serif
}

.field--name-field-copyright-footer-info {
    padding: 0 0 30px
}

.menu--footer {
    position: relative;
    font: 21px/26px "Regular", sans-serif;
    color: #fff;
    padding: 0 0 12px;
    letter-spacing: -.4px
}

.menu--footer .has-list.open .corner {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu--footer a,
.menu--footer span {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 16px
}

body.no-touch .menu--footer a:hover {
    text-decoration: none !important
}

.menu--footer .menu-level-1 {
    display: none;
    padding: 0 0 20px
}

.menu--footer .menu-level-1 li {
    font: 15px/25px "Regular", sans-serif;
    color: #fff;
    padding: 0 0 5px
}

.menu--footer .menu-level-1 a,
.menu--footer .menu-level-1 span {
    display: inline;
    margin: 0;
    color: #fff
}

body.no-touch .menu--footer .menu-level-1 a:hover,
body.no-touch .menu--footer-menu-second a:hover,
body.no-touch .menu--footer-menu-second-for-lp a:hover {
    text-decoration: none !important;
    color: #f66608
}

.menu--footer-menu-second,
.menu--footer-menu-second-for-lp {
    position: relative;
    font: 15px/22px "Regular", sans-serif;
    color: #fff;
    padding: 0 0 18px
}

.menu--footer-menu-second a,
.menu--footer-menu-second-for-lp a {
    color: #fff;
    text-decoration: none
}

.menu--footer-menu-second .menu-item,
.menu--footer-menu-second-for-lp .menu-item {
    padding: 0 0 16px
}

.menu--footer-menu-second .fms-li,
.menu--footer-menu-second-for-lp .fms-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu--footer-menu-second .fms-li a,
.menu--footer-menu-second-for-lp .fms-li a,
html body .footer-navs .footer-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu--footer-menu-second .fms-li a .fms-icon,
.menu--footer-menu-second .fms-li a .fms-title,
.menu--footer-menu-second-for-lp .fms-li a .fms-icon,
.menu--footer-menu-second-for-lp .fms-li a .fms-title,
.open-social {
    display: block
}

.open-social {
    color: #2760f0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

body.no-touch .open-social:hover {
    background: #2760f0
}

.open-social i {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    top: 50%;
    left: 50%;
    position: absolute
}

.open-social .icon-share {
    margin: -7.5px 0 0 -6px
}

.open-social .icon-cross {
    margin: -12px 0 0 -12px;
    opacity: 0
}

.menu--social-menu,
.menu--social-menu .menu-item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menu--social-menu,
.menu--social-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu--social-menu.open .icon-share {
    opacity: 0
}

.menu--social-menu.open .icon-cross {
    opacity: 1
}

.menu--social-menu.open ul {
    visibility: visible;
    opacity: 1;
    width: 100%
}

.menu--social-menu ul {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity .4s ease, width .4s ease;
    transition: opacity .4s ease, width .4s ease;
    opacity: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    visibility: hidden
}

.menu--social-menu .menu-item {
    margin: 0 0 0 19px
}

.menu--social-menu .menu-item>a {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.menu--social-menu .menu_link_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menu--social-menu .field__label {
    display: none
}

body.no-touch .menu--social-menu a:hover+.menu_link_content .field__item {
    background: #f66608
}

.menu--social-menu .field__item {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #2760f0;
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.menu--social-menu svg {
    width: 100%;
    height: 100%;
    display: block
}

.menu--social-menu path {
    fill: #fff
}

.footer-second .region-footer {
    text-align: center
}

html body .footer-navs .footer-search {
    margin: 0 0 18px 26px
}

html body .footer-navs .footer-search .icon-marker {
    margin-top: 2px
}

html body .footer-navs .footer-search .footer-search-inner,
html body .footer-navs .footer-search .footer-search-open {
    margin: 0
}

.menu--footer-menu-second .fms-li a,
.menu--footer-menu-second-for-lp .fms-li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.menu--footer-menu-second .fms-li a .fms-icon,
.menu--footer-menu-second-for-lp .fms-li a .fms-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .2em
}

.menu--footer-menu-second .fms-li a .fms-title,
.menu--footer-menu-second-for-lp .fms-li a .fms-title {
    margin: 0 5px 0 0
}

@media (min-width:568px) {

    .menu--footer-menu-second .menu-level-0,
    .menu--footer-menu-second-for-lp .menu-level-0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 0 -26px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu--footer-menu-second .menu-item,
    .menu--footer-menu-second-for-lp .menu-item {
        padding: 0 0 0 26px
    }

    .open-social {
        display: none
    }

    .menu--social-menu ul {
        width: auto;
        visibility: visible;
        opacity: 1;
        margin: 0 0 0 -19px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .menu--footer-menu-second .menu-level-0,
    .menu--footer-menu-second-for-lp .menu-level-0 {
        margin-left: 0
    }

    .menu--footer-menu-second .menu-item,
    .menu--footer-menu-second-for-lp .menu-item {
        padding-left: 0;
        margin-right: 26px
    }
}

@media (min-width:768px) {
    .menu--footer .menu-level-0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu--footer .menu-level-0>li {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 0 20px 30px
    }
}

@media (min-width:1024px) {

    .field--name-field-copyright-footer-info,
    .field--name-field-description-footer-info {
        font-size: 14px
    }

    .menu--footer .has-list>span {
        font-size: 21px;
        font-weight: 700
    }

    .menu--footer .menu-level-0>li {
        width: 25%
    }

    .menu--footer .menu-level-1 {
        display: block !important
    }

    .menu--footer .menu-level-1 li {
        padding: 0;
        font-size: 18px;
        line-height: 1.4
    }

    .menu--footer .corner {
        display: none
    }

    .menu--footer-menu-second,
    .menu--footer-menu-second-for-lp {
        font-size: 18px;
        list-style: 1.4
    }
}

@media (min-width:1200px) {
    .site-footer.animated .footer-inner {
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    .footer-inner {
        background: #002864;
        padding: 50px 0 0;
        z-index: 3;
        position: relative
    }

    .footer-navs,
    .region-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .region-footer>.block-block-content {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 307px;
        padding: 0 25px 0 0
    }

    .footer-navs {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .menu--footer {
        font-size: 18px;
        margin: 0;
        padding-left: 5%;
        min-height: 223px
    }

    .menu--footer a,
    .menu--footer span {
        margin: 0 0 15px
    }

    #footer--tier-2,
    .menu--footer .menu-level-0,
    .menu--social-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu--footer .menu-level-0>li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 0 20px 37px
    }

    .menu--footer-menu-second,
    .menu--footer-menu-second-for-lp {
        padding: 0;
        margin: 0 0 18px
    }

    .footer-second .region-footer {
        text-align: left;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .footer-second .block-fixed-block-content {
        text-align: center;
        position: relative;
        padding-left: 300px
    }

    .footer-second .field--name-field-icon-footer-info {
        left: 0;
        bottom: 0;
        position: absolute
    }

    .footer-navs {
        display: block
    }

    #footer--tier-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 0 70px
    }

    .menu--footer-menu-second,
    .menu--footer-menu-second-for-lp {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    html body .footer-navs .footer-search {
        margin-bottom: 10px;
        position: relative;
        top: -1px
    }

    .menu--social-menu {
        padding-bottom: 0;
        margin-bottom: 0;
        position: relative;
        width: 100%;
        margin-top: 5px
    }
}

@media (min-width:1440px) {
    .footer-second .block-fixed-block-content {
        padding-left: 350px
    }
}

@media (min-width:1800px) {
    .site-footer.animated .footer-inner {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    .site-footer .field--type-telephone {
        padding: 0 0 21px
    }

    .region-footer {
        padding: 0
    }

    .region-footer>.block-block-content {
        width: 370px
    }

    .field--name-field-icon-footer-info {
        padding: 0 0 30px
    }

    .field--name-field-icon-footer-info img {
        width: 147px
    }

    .field--type-telephone {
        font-size: 36px
    }

    .field--name-field-copyright-footer-info,
    .field--name-field-description-footer-info {
        padding: 0 0 23px
    }

    .menu--footer {
        font-size: 20px;
        padding: 0 0 16px;
        min-height: 237px
    }

    .menu--footer .menu-level-0>li {
        max-width: 240px;
        padding-left: 64px
    }

    .footer-second .block-fixed-block-content {
        padding-left: 525px
    }
}

@media (max-width:1199px) {

    .menu--footer .has-list>a,
    .menu--footer .has-list>span {
        padding-right: 20px;
        position: relative
    }
}

.details-accordion-section {
    padding: 35px 0 0
}

.details-accordion-section .container-inner {
    margin: 0 auto
}

.details-accordion-section strong {
    display: block
}

.details-accordion-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f3
}

.details-accordion-item:last-child {
    border-bottom: none
}

.details-accordion-item.active .h5:after,
.details-accordion-item.active h5:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0
}

.details-accordion-item .h5,
.details-accordion-item h5 {
    display: inline-block;
    vertical-align: top;
    color: #272727;
    cursor: pointer;
    position: relative;
    padding-right: 25px
}

.details-accordion-item .h5:after,
.details-accordion-item .h5:before,
.details-accordion-item h5:after,
.details-accordion-item h5:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 1px;
    background-color: #272727
}

.details-accordion-item .h5:after,
.details-accordion-item h5:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.details-accordion-item .h6,
.details-accordion-item h6 {
    font-size: 13px;
    line-height: 22px;
    color: #989696;
    margin-bottom: 5px
}

.details-accordion-item p {
    margin-bottom: 0
}

.details-accordion-item .hidden {
    margin-bottom: 15px
}

.prev-parent-details-accordion.services-section .service:last-child {
    margin-bottom: 0
}

.prev-parent-details-accordion.awards-section,
.prev-parent-details-accordion.columns-section .container-inner,
.prev-parent-details-accordion.columns-section .hidden .button_1s {
    padding-bottom: 0 !important
}

@media (min-width:1024px) {

    .details-accordion-item .h4,
    .details-accordion-item h4 {
        font-size: 16px;
        line-height: 1.2;
        margin: 15px 0
    }
}

@media (min-width:1200px) {
    .details-accordion-section {
        padding: 75px 0 50px
    }

    .details-accordion-item {
        font-size: 14px;
        line-height: 1.2
    }

    .details-accordion-item .h5,
    .details-accordion-item h5 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width:1800px) {
    .details-accordion-section {
        padding: 103px 0 70px
    }

    .details-accordion-section .container-inner {
        padding: 0
    }
}

.accordion {
    padding: 50px 0 0
}

.accordion .container-inner>.button_1s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 15px
}

.accordion .hidden {
    padding: 13px 0 0
}

.accordion .h5,
.accordion h5 {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 40px
}

.accordion .button_1.orange {
    min-width: 170px
}

.accordion-head {
    margin: 0 0 20px;
    text-align: center;
    color: #272727
}

.accordion-head p {
    font-size: 19px;
    line-height: 26px
}

.accordion-head>:last-child {
    margin-bottom: 0
}

.accordion-list>li {
    border-bottom: 1px dotted #f0f0f3;
    padding: 20px 0
}

.accordion-list>li:first-child {
    border-top: 1px dotted #f0f0f3
}

.accordion-list>li.active .plus-icon:after {
    background: 0 0
}

.accordion-list p {
    margin-bottom: 0
}

.plus-icon {
    background: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background-color .4s ease, border-color .4s ease, -webkit-box-shadow .4s ease;
    transition: background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
    transition: background-color .4s ease, border-color .4s ease, box-shadow .4s ease, -webkit-box-shadow .4s ease;
    border: 1px solid #f66608
}

.plus-icon:after,
.plus-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 10px;
    background: #f66608;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.plus-icon:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.plus-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

body.no-touch .h5:hover>.plus-icon,
body.no-touch .plus-icon:hover,
body.no-touch h5:hover>.plus-icon {
    background: #feefe5;
    border-color: #feefe5;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc
}

@media (min-width:768px) {
    .accordion .hidden {
        padding-right: 100px
    }
}

@media (min-width:1200px) {
    .accordion {
        padding: 100px 0 0
    }

    .accordion .container-inner>.button_1s {
        padding-top: 50px;
        padding-bottom: 38px
    }

    .accordion .h5,
    .accordion h5 {
        font-size: 24px;
        line-height: 32px
    }

    .accordion-head {
        margin-bottom: 60px
    }

    .accordion-head p {
        font-size: 20px;
        line-height: 28px
    }

    .accordion-list>li {
        font-size: 18px;
        line-height: 26px;
        padding: 25px 0 25px 20px
    }

    .plus-icon {
        right: 21px;
        top: 2px
    }
}

@media (min-width:1800px) {
    .accordion {
        padding: 150px 0 0
    }

    .accordion .hidden {
        padding-right: 300px
    }
}

.columns-section {
    padding: 60px 0 25px
}

.columns-section.features-section {
    padding: 0
}

.columns-section.features-section .button_1s {
    padding-bottom: 20px
}

.columns-section.features-section .button_1s .button_1 {
    min-width: 230px
}

.columns-section.animated .h2,
.columns-section.animated .title-has-logo img,
.columns-section.animated h2 {
    -webkit-transition: opacity .3s ease .2s;
    transition: opacity .3s ease .2s;
    opacity: 1
}

.columns-section.four-columns .info-item p {
    display: table-cell;
    vertical-align: middle;
    height: 49px;
    color: #989696;
    clear: none
}

.columns-section.dark-color .h2,
.columns-section.dark-color .info-item .h4,
.columns-section.dark-color .info-item h4,
.columns-section.dark-color h2 {
    color: #272727
}

.columns-section.section-dark {
    background: #191919;
    color: #fff;
    padding: 40px 0 25px
}

.columns-section.section-dark .h2,
.columns-section.section-dark .info-item h4,
.columns-section.section-dark h2 {
    color: inherit
}

.columns-section .h2,
.columns-section h2 {
    color: #272727;
    margin: 0 0 10px;
    opacity: 0
}

.columns-section .button_1s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0 0
}

.title-has-logo .h2,
.title-has-logo h2 {
    display: block;
    color: #272727;
    font: 700 30px/36px "Regular", sans-serif;
    text-transform: uppercase;
    max-width: none;
    text-align: left;
    margin: 0 0 20px;
    padding: 0
}

.title-has-logo>div {
    display: none
}

.title-has-logo img {
    opacity: 0
}

@media (min-width:768px) {

    .columns,
    .columns>.column {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -48px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .columns>.column {
        width: 50%;
        padding: 0 0 0 48px
    }
}

@media (min-width:1024px) {

    .columns-section.large-title .h2,
    .columns-section.large-title h2 {
        max-width: 1000px
    }

    .columns-section .h2,
    .columns-section h2 {
        margin: 0 auto 36px;
        text-align: center;
        max-width: 800px
    }

    .columns>.column {
        width: 33.33%
    }
}

@media (min-width:1200px) {
    .columns-section {
        padding: 126px 0 90px
    }

    .columns-section.features-section .container-inner {
        padding-bottom: 70px
    }

    .columns-section.features-section .button_1s {
        padding: 30px 0
    }

    .columns-section.four-columns {
        text-align: left
    }

    .columns-section.four-columns .h2,
    .columns-section.four-columns h2 {
        text-align: left;
        margin: 0 0 36px
    }

    .columns-section.four-columns .columns>.column {
        width: 25%
    }

    .columns-section.four-columns .info-item p {
        font-size: 18px;
        line-height: 26px
    }

    .columns-section.section-dark {
        padding: 67px 0 34px
    }

    .columns-section .button_1s {
        padding: 0
    }

    .title-has-logo .h2,
    .title-has-logo h2 {
        font-size: 50px;
        line-height: 1;
        display: none
    }

    .title-has-logo>div {
        max-width: 240px;
        margin: 0 auto;
        display: block
    }

    .title-has-logo img {
        max-width: 100%;
        display: block;
        margin: 0 auto 50px
    }
}

@media (min-width:1800px) {
    .columns-section {
        padding: 151px 0 90px
    }

    .columns-section.features-section .container-inner {
        padding: 0 140px 50px
    }

    .columns-section.features-section .button_1s {
        padding: 43px 0 50px
    }

    .columns-section.features-section .info-item {
        padding-bottom: 60px
    }

    .columns-section.four-columns .h2,
    .columns-section.four-columns h2 {
        margin-bottom: 60px
    }

    .columns-section.four-columns .columns {
        margin-left: -90px;
        margin-right: 60px
    }

    .columns-section.four-columns .columns>.column {
        padding-left: 90px
    }

    .columns-section.four-columns .info-item p {
        max-width: 210px
    }

    .columns-section .h2,
    .columns-section h2 {
        margin-bottom: 47px
    }

    .columns-section .button_1s {
        padding: 43px 0 0
    }

    .columns {
        margin-left: -110px
    }

    .columns>.column {
        padding-left: 110px
    }
}

@media (max-width:1023px) {

    .columns-section.show-mobile-content .info-item p,
    .columns.show-mobile-content .info-item p {
        display: block;
        color: inherit;
        padding: 10px 0;
        font-size: 16px;
        line-height: 25px
    }

    .columns .info-item p {
        display: none
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button_1-next,
.swiper-button_1-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer
}

.swiper-button_1-next.swiper-button_1-disabled,
.swiper-button_1-prev.swiper-button_1-disabled {
    cursor: auto;
    pointer-events: none
}

.swiper-button_1-lock {
    display: none
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

button_1.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none !important
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 9px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-pagination span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    margin: 0 5px 10px 0;
    width: 15px;
    height: 15px
}

.swiper-pagination span.active,
.swiper-pagination span.swiper-pagination-bullet-active {
    cursor: default
}

.swiper-pagination span.active:before,
.swiper-pagination span.swiper-pagination-bullet-active:before {
    cursor: default;
    background: #f66608;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination span:before {
    content: '';
    -webkit-transition: background .4s ease, -webkit-transform .4s ease;
    transition: background .4s ease, transform .4s ease;
    transition: background .4s ease, transform .4s ease, -webkit-transform .4s ease;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #002864;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    color: transparent;
    border: 0;
    display: block
}

.swiper-container:not(.swiper-container-initialized) .columns-slider-navigation,
.swiper-container:not(.swiper-container-initialized) .swiper-pagination {
    display: none !important
}

.columns-section-description {
    color: #272727;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 31px
}

.left-mode .columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.columns-section-slider {
    padding: 50px 0 25px
}

.columns-section-slider .container {
    padding: 0 15px
}

.columns-section-slider h2 {
    text-align: center;
    margin-bottom: 15px
}

.columns-section-slider .column {
    padding: 0 15px 31px 69px
}

.columns-section-slider .column h4 {
    height: auto;
    font-weight: 700;
    padding-bottom: 9px;
    margin-bottom: 1px
}

.columns-section-slider .column p {
    color: #272727;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0
}

.columns-section-slider .lazy-img,
.columns-section-slider img {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}

.columns-section-slider .columns-slider.arrows-on-the-sides .swiper-scrollbar,
.columns-section-slider .columns-slider.dots-left-and-arrows-right .swiper-scrollbar,
.columns-section-slider .lazy-img-alt {
    display: none
}

.columns-section-slider .columns-slider .column p {
    display: block
}

.columns-section-slider .columns-slider .swiper-slide {
    opacity: .3;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.columns-section-slider .columns-slider .swiper-slide-visible {
    opacity: 1
}

.columns-section-slider .columns-slider.limited-width {
    max-width: 1090px
}

.columns-section-slider.section-blue {
    background: #002864
}

.columns-section-slider.section-blue .column a,
.columns-section-slider.section-blue .column p,
.columns-section-slider.section-blue .columns-section-description,
.columns-section-slider.section-blue h2,
.columns-section-slider.section-blue h3,
.columns-section-slider.section-blue h4,
.columns-section-slider.section-blue h5,
.columns-section-slider.section-blue h6 {
    color: #fff
}

.columns-section-slider.section-blue .swiper-container-initialized .swiper-scrollbar-drag {
    background-color: #fff
}

.columns-section-slider.section-blue .swiper-container-initialized .swiper-scrollbar::before {
    background: #fff;
    opacity: .2
}

.columns-section-slider.section-blue .swiper-pagination-bullet::before {
    background: #fff
}

.columns-section-slider.section-blue .swiper-pagination-bullet-active::before {
    background: #f66608
}

.columns-section-slider.section-blue .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    opacity: 1
}

.columns-section-slider .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    display: none
}

.columns-section-slider .swiper-pagination span {
    margin: 0 6px
}

.columns-section-slider .swiper-pagination span::before {
    margin: 4px auto
}

.columns-section-slider .swiper-pagination span.swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.columns-section-slider .columns-slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 29px;
    margin-right: -25px;
    min-height: 46px
}

.columns-section-slider .swiper-container-initialized {
    overflow: visible;
    padding-right: 25px
}

.columns-section-slider .swiper-container-initialized .swiper-scrollbar {
    width: calc(100% - 160px);
    background: 0 0
}

.columns-section-slider .swiper-container-initialized .swiper-scrollbar::before {
    content: '';
    height: 4px;
    background: #d8d8d8;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-radius: 4px
}

.columns-section-slider .swiper-container-initialized .swiper-scrollbar>:last-child {
    display: block
}

.columns-section-slider .swiper-container-initialized .swiper-scrollbar-drag {
    height: 4px;
    background-color: #2760f0;
    cursor: pointer;
    display: none
}

.columns-section-slider .swiper-container-initialized .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.columns-section-slider .swiper-container:not(.swiper-container-initialized) {
    display: block;
    width: 100%;
    padding: 0
}

.columns-section-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.columns-section-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    opacity: 1;
    height: auto
}

.columns-section-slider .swiper-button_1s {
    display: block
}

.columns-section-slider .swiper-button_1-prev {
    margin-right: 7px
}

.arrows-on-the-sides .swiper-button_1s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.arrows-on-the-sides,
.dots-left-and-arrows-right {
    padding: 0 8px
}

.arrows-on-the-sides .swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 1px);
    transform: translate3d(-50%, 0, 1px)
}

.arrows-on-the-sides .swiper-pagination,
.dots-left-and-arrows-right .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 4
}

.arrows-on-the-sides .swiper-container-initialized,
.dots-left-and-arrows-right .swiper-container-initialized {
    padding-right: 0
}

.arrows-on-the-sides .columns-slider-navigation,
.dots-left-and-arrows-right .columns-slider-navigation {
    margin: 29px auto 0
}

.dots-left-and-arrows-right .swiper-pagination {
    position: relative;
    left: 0;
    -webkit-transform: translate3d(0, 0, 1px) !important;
    transform: translate3d(0, 0, 1px) !important
}

.dots-left-and-arrows-right .columns-slider-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 528px
}

.column.icon-center-mode {
    padding: 0 10px 21px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.column.icon-center-mode .lazy-img {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 20px;
    margin-top: 18px
}

.column.icon-center-mode .lazy-img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 1px);
    transform: translate3d(-50%, 0, 1px);
    z-index: 1
}

.column.icon-center-mode h4,
.column.icon-center-mode p {
    text-align: center
}

@media (min-width:568px) {
    .columns-section-slider .container {
        padding: 0 20px
    }

    .columns-section-slider .columns-slider-navigation {
        max-width: 528px;
        margin: 29px auto 0
    }

    .columns-section-slider .swiper-container-initialized {
        padding-right: 0
    }

    .arrows-on-the-sides .swiper-button_1s {
        max-width: 528px;
        margin: 0 auto
    }

    .arrows-on-the-sides .swiper-button_1s,
    .arrows-on-the-sides .swiper-pagination,
    .dots-left-and-arrows-right .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .column.icon-center-mode {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:768px) {
    .columns-section-description {
        max-width: 600px
    }

    .columns-section-slider .column {
        padding: 0 20px 31px 69px
    }

    .columns-section-slider .columns,
    .columns-section-slider .columns-slider {
        margin-left: 0
    }

    .columns-section-slider .columns-slider.columns-4 {
        overflow: hidden
    }

    .columns-section-slider .columns-slider.arrows-on-the-sides .swiper-slide,
    .columns-section-slider .columns-slider.dots-left-and-arrows-right .swiper-slide {
        padding-bottom: 0
    }

    .columns-section-slider .columns-slider-navigation {
        max-width: 100%
    }

    .columns-section-slider .swiper-container-initialized {
        width: 100%;
        max-width: inherit
    }

    .columns-section-slider .swiper-container:not(.swiper-container-initialized) .column {
        width: 50%
    }

    .arrows-on-the-sides .swiper-button_1s {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translate3d(0, -50%, 1px);
        transform: translate3d(0, -50%, 1px);
        max-width: 100%;
        z-index: 10
    }

    .arrows-on-the-sides .swiper-container {
        padding: 0 70px
    }

    .arrows-on-the-sides.columns-slider {
        padding-bottom: 39px;
        overflow: hidden
    }

    .arrows-on-the-sides.columns-slider .swiper-slide,
    .arrows-on-the-sides.columns-slider .swiper-slide.icon-center-mode,
    .dots-left-and-arrows-right.columns-slider .swiper-slide.icon-center-mode {
        opacity: 0;
        -webkit-transition: opacity .05s linear;
        transition: opacity .05s linear
    }

    .arrows-on-the-sides.columns-slider .swiper-slide-visible,
    .arrows-on-the-sides.columns-slider .swiper-slide-visible.icon-center-mode,
    .dots-left-and-arrows-right.columns-slider .swiper-slide-visible.icon-center-mode {
        opacity: 1
    }

    .arrows-on-the-sides,
    .dots-left-and-arrows-right {
        padding: 0
    }

    .arrows-on-the-sides .swiper-pagination,
    .dots-left-and-arrows-right .swiper-pagination {
        -webkit-transform: translate3d(-50%, 31px, 1px);
        transform: translate3d(-50%, 31px, 1px)
    }

    .dots-left-and-arrows-right .columns-slider-navigation {
        max-width: 100%
    }

    .column.icon-center-mode {
        padding: 0 15px 31px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width:1024px) {
    .columns-section-description {
        max-width: 800px
    }

    .columns-section-slider .column p {
        font-size: 18px
    }

    .columns-section-slider .swiper-container:not(.swiper-container-initialized) .column {
        width: 33.33%
    }

    .dots-left-and-arrows-right,
    .limited-width {
        overflow: hidden
    }

    .dots-left-and-arrows-right .swiper-pagination {
        width: calc(100% - 213px);
        margin-left: 106px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dots-left-and-arrows-right.columns-slider .swiper-slide {
        opacity: 0;
        -webkit-transition: opacity .05s linear;
        transition: opacity .05s linear
    }

    .dots-left-and-arrows-right.columns-slider .swiper-slide-visible {
        opacity: 1
    }
}

@media (min-width:1200px) {
    .columns-section-description {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 60px
    }

    .columns-section-slider {
        padding: 50px 0
    }

    .columns-section-slider .column {
        padding: 0 30px 24px 82px
    }

    .columns-section-slider .columns {
        max-width: 1530px;
        margin: 0 auto
    }

    .columns-section-slider .columns.columns-4 .column {
        width: 25%;
        padding: 0 23px 70px 100px
    }

    .columns-section-slider .columns.columns-4 .column .lazy-img {
        left: 26px
    }

    .column.icon-center-mode,
    .columns-section-slider .columns.columns-4 .column.icon-center-mode {
        padding: 0 25px 31px
    }

    .columns-section-slider .columns.columns-4 .column.icon-center-mode .lazy-img {
        left: 0
    }

    .columns-section-slider .columns.columns-4 .swiper-container:not(.swiper-container-initialized) .column {
        padding: 0 23px 70px 100px
    }

    .columns-section-slider .columns.columns-4 .swiper-container:not(.swiper-container-initialized) .column.icon-center-mode {
        padding: 0 25px 31px
    }

    .columns-section-slider .columns.columns-4 .swiper-container.swiper-container-initialized .column {
        padding-bottom: 0
    }

    .columns-section-slider .columns-slider .swiper-slide {
        padding-bottom: 20px
    }

    .columns-section-slider .columns-slider.columns-4,
    .columns-section-slider .columns-slider.columns-4.limited-width {
        max-width: 1462px
    }

    .columns-section-slider .swiper-container:not(.swiper-container-initialized) .column {
        padding: 0 30px 24px 82px
    }
}

@media (min-width:1440px) {
    .columns-section-slider .column {
        padding: 0 59px 24px 82px
    }

    .columns-section-slider .column h4 {
        font-size: 20px;
        line-height: 28px
    }

    .columns-section-slider .lazy-img {
        left: 56px
    }

    .columns-section-slider img {
        left: 0
    }

    .columns-section-slider .swiper-slide {
        padding-left: 138px;
        padding-bottom: 70px
    }

    .columns-section-slider .columns-slider.columns-4 .columns-slider-navigation {
        padding: 0 25px
    }

    .columns-section-slider .columns-slider-navigation {
        margin: 31px auto 0;
        padding: 0 59px
    }

    .columns-section-slider .swiper-container:not(.swiper-container-initialized) .column {
        padding: 0 59px 70px 138px
    }

    .limited-width .columns-slider-navigation {
        padding: 0 31px
    }

    .column.icon-center-mode {
        padding: 0 25px 31px
    }
}

@media (max-width:767px) {
    .columns-section-slider .columns-slider .swiper-slide.icon-center-mode {
        opacity: 1;
        height: auto
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white h4,
    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white p {
        color: #272727
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white a {
        color: #2760f0
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white .lazy-img {
        display: none
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white .lazy-img-alt {
        display: block
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.has-layer {
        background-color: rgba(255, 255, 255, .1);
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width:567px) {
    .columns-section-slider .columns-slider-navigation.hide-arrows {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .columns-section-slider .columns-slider-navigation.hide-arrows .swiper-button_1s {
        display: none
    }
}

@media (max-width:767px) and (min-width:768px) {
    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white .lazy-img {
        display: block
    }

    .columns-section-slider.section-blue .swiper-container-initialized .column.icon-center-mode.white .lazy-img-alt {
        display: none
    }
}

.swiper-button_1s {
    display: none
}

.swiper-button_1s button_1 {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    outline: 0;
    border: 0;
    background-color: #f0f0f3;
    color: #f66608
}

.compare-navigation .swiper-button_1s button_1 {
    background-color: #f66608;
    color: #fff
}

.swiper-button_1-next,
.swiper-button_1-prev,
.swiper-button_1s {
    position: relative
}

.swiper-button_1-next svg,
.swiper-button_1-prev svg {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    vertical-align: baseline
}

.compare-navigation .swiper-button_1-next.swiper-button_1-disabled,
.compare-navigation .swiper-button_1-prev.swiper-button_1-disabled,
.swiper-button_1-next.swiper-button_1-disabled svg,
.swiper-button_1-prev.swiper-button_1-disabled svg {
    opacity: .3
}

.compare-navigation .swiper-button_1-next.swiper-button_1-disabled svg,
.compare-navigation .swiper-button_1-prev.swiper-button_1-disabled svg {
    opacity: 1
}

.swiper-button_1-prev {
    margin-right: 11px
}

.swiper-button_1-prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .swiper-button_1s {
        display: block
    }
}

@media (min-width:1200px) {
    .swiper-button_1-prev {
        margin-right: 6px
    }
}

.info-blocks {
    overflow: hidden
}

.info-blocks.no-border .info-block:last-child {
    border: 0
}

.info-block {
    padding: 34px 0 26px;
    border-bottom: 1px solid #f0f0f3
}

.info-block:first-child {
    padding-top: 50px
}

.info-block.animated .info-image,
.info-block.animated .info-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.info-block .info-text {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #272727
}

.info-block .info-text p {
    margin-bottom: 18px
}

.info-block .info-image,
.info-block .info-text {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.info-block .h2,
.info-block h2 {
    margin-bottom: 5px
}

.info-block .h5,
.info-block h5 {
    margin-bottom: 15px
}

.info-block .h6,
.info-block h6,
.info-image .monitor-screen-inner img {
    display: none
}

.info-block.tabs-section {
    background: 0 0;
    overflow: visible;
    min-height: 0
}

.info-block.tabs-section .tabs-head li.active a {
    border-color: #f66608 !important;
    color: #2760f0;
    background: 0 0;
    border-radius: 0
}

.info-block.tabs-section .tabs-head a {
    color: #000;
    border-color: transparent
}

body.no-touch .info-block.tabs-section .tabs-head a:hover {
    color: #2760f0;
    border-color: #f66608
}

.info-block .tabs-head {
    margin: -8px -20px 15px
}

.info-block .wrap-monitor-small {
    margin: 0 -20px
}

.info-image {
    margin: 0 0 30px;
    position: relative
}

.info-image img {
    display: block
}

.info-image .bottom-image.phone {
    margin: -25px -61px -67px -42px
}

@media (min-width:1024px) {
    .info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 0
    }

    .info-block.reverse .info-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .info-block .info-text {
        width: 48%
    }

    .info-image {
        width: 48%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0
    }
}

@media (min-width:1200px) {
    .info-blocks {
        overflow: visible
    }

    .info-block {
        border-bottom: none
    }

    .info-block:last-child {
        border-bottom: 1px solid #f0f0f3
    }

    .info-block:first-child {
        padding-top: 100px
    }

    .info-block.reverse .info-image {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    .info-block.animated .info-image,
    .info-block.animated .info-text {
        -webkit-transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
        transition: opacity .3s ease .3s, transform .3s ease .3s;
        transition: opacity .3s ease .3s, transform .3s ease .3s, -webkit-transform .3s ease .3s
    }

    .info-block.animated .info-image {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .info-block .info-text {
        color: #989696
    }

    .info-block .info-image {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    .info-block .h5,
    .info-block h5 {
        font-size: 15px;
        line-height: 24px
    }

    .info-block .h6,
    .info-block h6 {
        display: block;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px
    }

    .info-block .tabs-head {
        margin: 0 0 15px
    }

    .info-block .tabs-head ul {
        margin: 0
    }

    .info-block .tabs-head a {
        color: #272727
    }

    .info-block .wrap-monitor-small,
    .info-image .bottom-image.phone {
        padding: 0
    }
}

@media (min-width:1800px) {
    .info-blocks {
        padding: 0 80px
    }

    .info-block {
        padding: 70px 0
    }

    .info-block:first-child {
        padding-top: 140px
    }

    .info-block .info-text {
        width: 35%;
        padding: 0;
        margin: 0
    }

    .info-block .info-text p {
        margin-bottom: 30px
    }

    .info-block .h2,
    .info-block h2 {
        margin-bottom: 25px
    }

    .info-block .monitor-small:not(.ipad) {
        max-width: 100%
    }

    .info-image {
        width: 58.5%
    }

    .info-image .bottom-image.phone {
        margin: -78px -142px -120px
    }
}

@media (max-width:1199px) {

    .info-block.animated .info-image,
    .info-block.animated .info-text {
        -webkit-transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
        transition: opacity .3s ease .3s, transform .3s ease .3s;
        transition: opacity .3s ease .3s, transform .3s ease .3s, -webkit-transform .3s ease .3s
    }
}

.tabs-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: #191919
}

.tabs-section.package-tabs {
    background: 0 0;
    padding: 50px 0 0
}

.tabs-section.package-tabs.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tabs-section.package-tabs .heading {
    font-size: 18px;
    line-height: 26px;
    max-width: 830px;
    margin: 0 auto;
    color: #272727
}

.tabs-section.favorite-programs-tabs .heading .h2,
.tabs-section.favorite-programs-tabs .heading h2,
.tabs-section.favorite-programs-tabs .heading p,
.tabs-section.package-tabs .heading .h2,
.tabs-section.package-tabs .heading h2,
.tabs-section.package-tabs .heading p {
    margin-bottom: 10px
}

.tabs-section.package-tabs .tabs-head>div {
    text-align: center
}

.tabs-section.package-tabs .tabs-head li {
    margin-left: 0
}

.tabs-section.package-tabs .tabs-head li.active a {
    border-color: #2760f0 !important;
    color: #2760f0;
    background: 0 0;
    border-radius: 0
}

.tabs-section.favorite-programs-tabs .tabs-head a,
.tabs-section.package-tabs .tabs-head a {
    color: #989696;
    border-color: #d8d8d8
}

.tabs-section.package-tabs .tabs-head-inner {
    padding: 0 20px 0 0
}

.tabs-section.package-tabs .tab-info {
    color: #272727
}

.tabs-bg>img,
.tabs-section.favorite-programs-tabs .tabs-bg:before,
.tabs-section.package-tabs .tabs-bg:before,
.tabs-section.tv-pack-tabs .mobile-compact span {
    display: none
}

.tabs-section.package-tabs,
.tabs-section.tv-pack-tabs {
    min-height: auto;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.tabs-section.tv-pack-tabs.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tabs-section.tv-pack-tabs .tv-logos-wrap {
    overflow: hidden;
    margin: -10px -20px 25px
}

.tabs-section.tv-pack-tabs .tv-logos-wrap ul,
.tabs-section.tv-pack-tabs .tv-logos-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs-section.tv-pack-tabs .tv-logos-wrap ul {
    max-width: 320px;
    margin: 0 auto -1px;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative
}

.tabs-section.tv-pack-tabs .tv-logos-wrap ul li {
    width: 50%;
    height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.tabs-section.tv-pack-tabs .tv-logos-wrap ul li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .12)
}

.tabs-section.tv-pack-tabs .tv-logos-wrap ul img {
    max-width: 90px;
    max-height: 33px
}

.tabs-section.tv-pack-tabs .info-list {
    margin-bottom: 20px
}

.tabs-section.tv-pack-tabs .info-list li {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.tabs-section.tv-pack-tabs .info-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%
}

.tabs-section.favorite-programs-tabs {
    background: 0 0;
    padding: 50px 0 0
}

.tabs-section.favorite-programs-tabs.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tabs-section.favorite-programs-tabs .heading {
    max-width: 920px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #272727
}

.tabs-section.favorite-programs-tabs .tabs-media {
    position: relative;
    height: auto
}

.tabs-section.favorite-programs-tabs .tabs-media img {
    width: 100%;
    display: block
}

.tabs-section.favorite-programs-tabs .tabs-bg {
    background: 0 0 !important
}

.tabs-section.favorite-programs-tabs .tabs-bg.active {
    position: relative
}

.tabs-section.favorite-programs-tabs .tabs {
    padding-top: 65px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f3
}

.tabs-section.favorite-programs-tabs .tabs-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0
}

.tabs-section.favorite-programs-tabs .tabs-head li.active a {
    border-color: #2760f0 !important;
    color: #2760f0;
    background: 0 0
}

body.no-touch .tabs-section.favorite-programs-tabs .tabs-head li.active a:hover {
    color: #2760f0
}

.no-touch .tabs-section.type-gradients-line .tabs-head a:hover,
.no-touch .tabs-section.type-orange-line .tabs-head a:hover,
.tabs-section.favorite-programs-tabs .tab-info,
body.no-touch .tabs-section.text-dark-color .tabs-head a:hover {
    color: #272727
}

.tabs-section.favorite-programs-tabs,
.tabs-section.tabs-mobile {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.tabs-section.tabs-mobile.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tabs-section.tabs-mobile .tabs-title {
    width: 100%
}

.tabs-section.tabs-mobile .tabs {
    max-width: 600px
}

.tabs-section.tabs-mobile.animated .tabs-titles {
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

.tabs-section.tabs-mobile.animated .tabs-head {
    -webkit-transition: opacity .3s ease .25s;
    transition: opacity .3s ease .25s
}

.tabs-section.tabs-mobile.animated .tabs-content {
    -webkit-transition: opacity .3s ease .4s;
    transition: opacity .3s ease .4s
}

.tabs-section.tabs-mobile.animated .tabs-content,
.tabs-section.tabs-mobile.animated .tabs-head,
.tabs-section.tabs-mobile.animated .tabs-titles {
    opacity: 1
}

.tabs-section.overlay-dark .tabs-bg:before,
.tabs-section.overlay-white .tabs-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    content: '';
    display: block;
    width: 100%;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tabs-section.overlay-dark .tabs-bg:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), color-stop(51%, rgba(25, 25, 25, .69)), to(rgba(25, 25, 25, 0)));
    background-image: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, .69) 51%, rgba(25, 25, 25, 0) 100%)
}

.tabs-section.overlay-white {
    background: #fff
}

.tabs-section.overlay-white .tabs-bg:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(51%, rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .4) 51%, rgba(255, 255, 255, 0) 100%)
}

.tabs-section.text-dark-color {
    background: #fff;
    color: #272727
}

.tabs-section.text-dark-color .h2,
.tabs-section.text-dark-color .tab-info,
.tabs-section.text-dark-color h2 {
    color: inherit
}

.tabs-section.text-dark-color .tabs-head li.active a {
    border-color: #272727 !important;
    color: #fff !important;
    background: rgba(39, 39, 39, .5)
}

.tabs-section.text-dark-color .tabs-head a {
    color: #272727;
    border-bottom-color: #292929
}

.tabs-section.text-dark-color .white.has-arrow.mobile-compact {
    color: #272727;
    background-image: url("data:image/svg+xml,%3Csvg width='8px' height='11px' viewBox='0 0 8 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-87.000000, -6.000000)' fill='%23272727'%3E%3Cg%3E%3Cpolygon transform='translate(90.999000, 11.213031) scale(-1, 1) rotate(90.000000) translate(-90.999000, -11.213031) ' points='90.9997142 14.4260613 91.313982 14.078224 95.998 8.86423632 95.3687503 8 90.9997142 12.8640077 86.6306782 8.00142849 86 8.86566481 90.6833038 14.0796525'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important
}

.tabs-section:not(.mobile-bg-relative) .tabs-bg.default>.jwplayer {
    height: 100% !important
}

.tabs-section.type-gradients .tabs-head li.active a,
.tabs-section.type-orange .tabs-head li.active a {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#24d9c3), to(#2760f0)) !important;
    background-image: linear-gradient(90deg, #24d9c3 0%, #2760f0 100%) !important;
    border-bottom: none
}

body.no-touch .tabs-section.type-gradients .tabs-head li.active a:hover,
body.no-touch .tabs-section.type-orange .tabs-head li.active a:hover {
    color: #fff
}

.tabs-section.type-gradients .tabs-head a,
.tabs-section.type-orange .tabs-head a {
    -webkit-transition: background-image .4s ease, color .4s ease;
    transition: background-image .4s ease, color .4s ease
}

.tabs-section.type-orange .tabs-head li.active a {
    background: #f66608 !important
}

.tabs-section.type-gradients-line .tabs-head li.active a:after,
.tabs-section.type-orange-line .tabs-head li.active a:after {
    background: -webkit-gradient(linear, left top, right top, from(#24d9c3), to(#2760f0));
    background: linear-gradient(90deg, #24d9c3 0%, #2760f0 100%)
}

.tabs-section.type-gradients-line .tabs-head a,
.tabs-section.type-orange-line .tabs-head a {
    position: relative;
    border-bottom: none
}

.tabs-section.type-gradients-line .tabs-head a:after,
.tabs-section.type-orange-line .tabs-head a:after {
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #d8d8d8;
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.no-touch .tabs-section.type-orange-line .tabs-head li a:hover,
.tabs-section.type-orange-line .tabs-head li.active a {
    color: #2760f0
}

.no-touch .tabs-section.type-orange-line .tabs-head li a:hover:after,
.tabs-section.type-orange-line .tabs-head li.active a:after {
    background: #f66608
}

.tabs-section.type-orange-line .tabs-head li a {
    color: #000
}

.tabs-section.type-orange-line .tabs-head li a:after {
    background: 0 0
}

.tabs-section.animated .tabs-titles {
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

.tabs-section.animated .tabs-head {
    -webkit-transition: opacity .3s ease .25s;
    transition: opacity .3s ease .25s
}

.tabs-section.animated .tabs-content {
    -webkit-transition: opacity .3s ease .4s;
    transition: opacity .3s ease .4s
}

.tabs-section.animated .tabs-content,
.tabs-section.animated .tabs-head,
.tabs-section.animated .tabs-titles {
    opacity: 1
}

.tabs-section .container {
    position: relative;
    z-index: 5
}

html.acsb-dark-contrast .tabs-section.type-gradients .tabs-head li.active a,
html.acsb-light-contrast .tabs-section.type-gradients .tabs-head li.active a {
    background-image: none !important
}

.tabs-titles {
    margin: 0 0 21px;
    height: 350px;
    opacity: 0;
    display: table;
    width: 100%
}

.tabs-titles-inner {
    display: table;
    width: 100%;
    height: 100%
}

.tabs-titles-inner>div {
    height: 100%;
    display: table-cell;
    width: 100%;
    vertical-align: bottom
}

.tabs-title {
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
    width: 100%;
    left: -300vw;
    opacity: 0;
    top: -3000px;
    position: absolute
}

.tabs-title.active {
    opacity: 1;
    left: 0;
    top: 0;
    position: relative
}

.tabs-title .h2,
.tabs-title h2 {
    display: block;
    font: 700 30px/36px "Regular", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.tabs-bg,
.tabs-media {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.tabs-media {
    left: 0;
    z-index: 1;
    overflow: hidden;
    max-height: 570px
}

.tabs-bg {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    left: -200vw;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.tabs-bg.active {
    opacity: 1;
    left: 0;
    z-index: 5
}

.tabs,
.tabs-head li {
    position: relative
}

.tabs-head {
    margin: 0 -20px;
    opacity: 0
}

.tabs-head ul {
    font: 17px/25px "Regular", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-head li {
    margin: 0 -20px 5px 10px;
    z-index: 1
}

.tabs-head li.active {
    z-index: 5
}

.tabs-head li.active a {
    cursor: default;
    border-color: #fff !important;
    color: #191919;
    background: rgba(255, 255, 255, .5);
    border-radius: 15px 15px 0 0
}

body.no-touch .tabs-head li.active a:hover {
    color: #272727
}

.tabs-head a,
.tabs-head ul,
.tabs-head-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tabs-head a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #292929;
    -webkit-transition: color .4s ease, border-color .4s ease;
    transition: color .4s ease, border-color .4s ease;
    padding: 9px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-tap-highlight-color: transparent;
    display: block
}

body.no-touch .tabs-head a:hover {
    text-decoration: none !important;
    color: #fff
}

.tabs-head-inner {
    display: inline-block;
    vertical-align: top
}

.tabs-content-second>.tab,
.tabs-content>.tab {
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
    left: -200vw;
    opacity: 0;
    position: absolute;
    z-index: -1;
    bottom: -1000vh;
    height: 0;
    overflow: hidden;
    width: 100vw
}

.tabs-content-second>.tab.active,
.tabs-content>.tab.active {
    z-index: 10;
    opacity: 1;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    bottom: auto;
    overflow: visible;
    height: auto
}

.tabs-content {
    opacity: 0
}

.tabs-content .info-logos {
    padding: 15px 0 0
}

.tab-info {
    font: 18px/26px "Regular", sans-serif;
    color: #fff;
    padding: 15px 0 20px;
    margin: 0;
    max-width: 805px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.tab-info>.button_1s {
    padding-top: 19px
}

.favorite-programs-tabs+.holder-hero-section,
.package-tabs+.holder-hero-section {
    margin-top: 60px
}

@media (min-width:768px) {
    .tabs-section {
        min-height: 50vh
    }

    .tabs-section.package-tabs .heading {
        text-align: center;
        margin-bottom: 30px
    }

    .tabs-section.tv-pack-tabs .tv-logos-wrap ul {
        margin-bottom: -1px
    }

    .tabs-section.mobile-bg-relative .tabs-bg.default>.jwplayer {
        height: 100% !important
    }

    .tabs-titles {
        height: 177px
    }

    .tabs-head {
        margin: 0
    }

    .tabs-head li {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .tabs-section {
        min-height: 70vh
    }

    .tabs-section.package-tabs .tabs-head {
        display: none
    }

    .tabs-section.package-tabs .tabs-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 -15px
    }

    .tabs-section.package-tabs .tabs-content>.tab {
        position: relative;
        width: 30%;
        top: auto;
        left: auto;
        opacity: 1;
        height: auto;
        background: #f0f0f3;
        margin: 0 15px;
        z-index: 1;
        bottom: auto;
        overflow: visible
    }

    .tabs-section.favorite-programs-tabs .tabs-media {
        width: 70%;
        margin: 0 auto
    }

    .tabs-section.favorite-programs-tabs .tabs-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 -15px
    }

    .tabs-section.favorite-programs-tabs .tab.active {
        max-width: 520px;
        margin: 0;
        text-align: center
    }

    .tabs-section.overlay-dark .tabs-bg:before,
    .tabs-section.overlay-white .tabs-bg:before {
        -webkit-transform: none;
        transform: none
    }

    .tabs-section.overlay-dark .tabs-bg:before {
        background-image: linear-gradient(207deg, rgba(25, 25, 25, .05) 0%, rgba(25, 25, 25, .92) 100%)
    }

    .tabs-section.overlay-white .tabs-bg:before {
        background-image: linear-gradient(207deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .4) 100%)
    }

    .tabs-media {
        max-height: none
    }
}

@media (min-width:1200px) {
    .tabs-section {
        min-height: 100vh;
        padding: 70px 0 40px
    }

    .tabs-section.package-tabs.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s
    }

    .tabs-section.package-tabs.animated.animated-init,
    .tabs-section.tv-pack-tabs.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .tabs-section.package-tabs {
        padding: 100px 0 0
    }

    .tabs-section.package-tabs .tabs-head-inner {
        padding: 0 0 0 25px
    }

    .tabs-section.package-tabs .tabs-content {
        margin: 0 -50px
    }

    .tabs-section.tv-pack-tabs.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s
    }

    .tabs-section.tv-pack-tabs {
        min-height: 100vh
    }

    .tabs-section.tv-pack-tabs .tv-logos-wrap ul {
        max-width: 500px
    }

    .tabs-section.tv-pack-tabs .mobile-compact span {
        display: inline
    }

    .tabs-section.tv-pack-tabs .info-list li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding-right: 15px
    }

    .tabs-section.tv-pack-tabs .tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tabs-section.tv-pack-tabs .left-column {
        max-width: 550px
    }

    .tabs-section.tv-pack-tabs .right-column {
        width: 400px;
        margin-left: 100px
    }

    .tabs-section.tv-pack-tabs .button_1s.clone {
        display: none
    }

    .tabs-section.favorite-programs-tabs.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s
    }

    .tabs-section.favorite-programs-tabs.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .tabs-section.favorite-programs-tabs .tabs {
        padding-top: 20px;
        border-bottom: none;
        padding-bottom: 0
    }

    .tabs-section.favorite-programs-tabs .tabs-head {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 20px
    }

    .tabs-section.favorite-programs-tabs .tabs-head a {
        color: #272727
    }

    body.no-touch .tabs-section.favorite-programs-tabs .tabs-head a:hover {
        color: #2760f0
    }

    .tabs-section.favorite-programs-tabs .tabs-content {
        margin: 0 -50px
    }

    .tabs-section.favorite-programs-tabs .tab.active {
        max-width: 800px;
        min-height: 130px
    }

    .tabs-section.tabs-mobile.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s
    }

    .tabs-section.tabs-mobile.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .tabs-section.tabs-mobile .tabs-title .h2,
    .tabs-section.tabs-mobile .tabs-title h2 {
        font-size: 50px;
        line-height: 56px
    }

    .tabs-section.text-dark-color .white.has-arrow.mobile-compact {
        background-color: #272727;
        color: #fff;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='14px' viewBox='0 0 15 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-405.000000, -500.000000)' fill='%23fff'%3E%3Cg%3E%3Cg transform='translate(119.000000, 267.000000)'%3E%3Cg transform='translate(173.000000, 214.000000)'%3E%3Cg transform='translate(23.000000, 16.000000)'%3E%3Cpath d='M104.0102,3.36 C104.0172,3.168 103.8652,3.006 103.6732,3 L103.6502,3 L93.4182,3.11 C93.3212,3.109 93.2272,3.145 93.1552,3.21 C93.0882,3.28 93.0502,3.373 93.0492,3.47 C93.0822,3.671 93.2402,3.827 93.4422,3.86 L102.8252,3.77 L90.1132,16.39 C89.9712,16.519 89.9622,16.736 90.0902,16.877 C90.0972,16.885 90.1052,16.893 90.1132,16.901 C90.2462,17.043 90.4692,17.051 90.6132,16.918 C90.6192,16.912 90.6252,16.906 90.6302,16.901 L103.3432,4.28 L103.2432,13.59 C103.2542,13.692 103.3032,13.784 103.3802,13.85 C103.4602,13.923 103.5672,13.96 103.6742,13.95 C103.8762,13.945 104.0382,13.782 104.0412,13.58 L104.0102,3.36 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important
    }

    body.no-touch .tabs-section.text-dark-color .white.has-arrow.mobile-compact:hover {
        background-color: #191919
    }

    .tabs-section.type-gradients .tabs-head li.active a,
    .tabs-section.type-orange .tabs-head li.active a {
        margin-bottom: -1px;
        padding-bottom: 10px
    }

    .tabs-section.holder-tabs-small-text .tabs-titles .h2,
    .tabs-section.holder-tabs-small-text .tabs-titles h2 {
        font-weight: 700;
        font-size: 44px;
        line-height: 50px
    }

    .tabs-section.holder-tabs-small-text .tab-info {
        max-width: 700px
    }

    .tabs-section .container-inner {
        padding-left: 66px;
        padding-right: 66px
    }

    .tabs-title {
        width: 70%
    }

    .tabs-title .h2,
    .tabs-title h2 {
        font-size: 66px;
        line-height: 1
    }

    .tabs-head ul {
        line-height: 28px;
        text-align: center;
        padding: 0 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -25px
    }

    .tabs-head li {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .tabs-head a {
        border-color: #d8d8d8;
        padding: 9px 25px;
        color: #fff
    }

    .tabs-content .info-logos {
        padding: 25px 0 0
    }

    .tab-info {
        padding: 11px 0 20px;
        font-size: 25px;
        line-height: 32px
    }

    .tab-info>.button_1s {
        padding-top: 35px
    }

    .favorite-programs-tabs+.holder-hero-section,
    .package-tabs+.holder-hero-section {
        margin-top: 100px
    }
}

@media (min-width:1440px) {
    .tabs-section.tv-pack-tabs .left-column {
        margin-bottom: 20px
    }
}

@media (min-width:1441px) {
    .tabs-section.tv-pack-tabs .left-column {
        font-size: 24px;
        line-height: 32px
    }

    .tabs-section.tv-pack-tabs .tabs-title .h2,
    .tabs-section.tv-pack-tabs .tabs-title h2 {
        font-size: 50px;
        line-height: 60px
    }

    .tabs-section.holder-tabs-small-text .tabs-titles .h2,
    .tabs-section.holder-tabs-small-text .tabs-titles h2 {
        font-size: 50px;
        line-height: 56px
    }

    .tab-info {
        font-size: 31px;
        line-height: 36px
    }
}

@media (min-width:1800px) {
    .tabs-section.package-tabs {
        padding: 150px 0 0
    }

    .tabs-section.package-tabs .heading {
        margin-bottom: 55px
    }

    .tabs-section.favorite-programs-tabs .heading .h2,
    .tabs-section.favorite-programs-tabs .heading h2,
    .tabs-section.package-tabs .heading .h2,
    .tabs-section.package-tabs .heading h2 {
        margin-bottom: 25px
    }

    .tabs-section.package-tabs .tabs-content {
        margin: 0 25px
    }

    .tabs-section.tv-pack-tabs .tv-logos-wrap ul:after,
    .tabs-section.tv-pack-tabs .tv-logos-wrap ul:before {
        content: '';
        position: absolute;
        left: 33.33%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: rgba(255, 255, 255, .12)
    }

    .tabs-section.tv-pack-tabs .tv-logos-wrap ul:after {
        left: 66.66%
    }

    .tabs-section.tv-pack-tabs .tv-logos-wrap ul li {
        height: 90px;
        width: 33%
    }

    .tabs-section.tv-pack-tabs .tv-logos-wrap ul li:nth-child(even) {
        border-left: none
    }

    .tabs-section.tv-pack-tabs .info-list {
        margin-right: -100px
    }

    .tabs-section.tv-pack-tabs .left-column {
        margin-bottom: 5px
    }

    .tabs-section.tv-pack-tabs .right-column {
        width: 460px;
        margin-left: 150px
    }

    .tabs-section.favorite-programs-tabs .heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px
    }

    .tabs-section.favorite-programs-tabs .tabs-media {
        width: 63%
    }

    .tabs-section.favorite-programs-tabs .tabs-head {
        margin-top: 37px
    }

    .tabs-section.favorite-programs-tabs .tabs-content {
        margin: 0 25px
    }

    .tabs-section.favorite-programs-tabs .tab-info {
        font-size: 30px;
        line-height: 36px
    }

    .tabs-section .container-inner {
        padding-left: 80px;
        padding-right: 80px
    }

    .tabs-titles {
        height: 307px;
        margin: 0 0 53px
    }

    .tabs-content .info-logos {
        padding: 35px 0 0
    }

    .tab-info {
        padding: 26px 0 24px;
        max-width: 920px
    }
}

@media (max-width:1199px) {

    .tabs-section.favorite-programs-tabs.animated,
    .tabs-section.package-tabs.animated,
    .tabs-section.tabs-mobile.animated,
    .tabs-section.tv-pack-tabs.animated {
        -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s;
        transition: opacity .2s ease .1s, transform .2s ease .1s, -webkit-transform .2s ease .1s;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .tabs-section.package-tabs.animated.animated-init,
    .tabs-section.tv-pack-tabs.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .tabs-section.tv-pack-tabs .button_1s.has-clone {
        display: none
    }

    .tabs-section.favorite-programs-tabs.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .tabs-section.favorite-programs-tabs.type-gradients .tabs-head {
        margin-top: 10px
    }

    .tabs-section.tabs-mobile.animated.animated-init {
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, transform .2s ease;
        transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
    }

    .tabs-head>div {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .tabs-head li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width:767px) {
    .tabs-section.mobile-bg-relative {
        padding-top: 0
    }

    .tabs-section.mobile-bg-relative .tabs-media {
        position: relative;
        max-height: none;
        height: auto;
        margin: 0 0 20px
    }

    .tabs-section.mobile-bg-relative .tabs-titles {
        height: auto
    }

    .tabs-section.mobile-bg-relative .tabs-bg {
        background-image: none
    }

    .tabs-section.mobile-bg-relative .tabs-bg.active {
        position: relative;
        height: auto
    }

    .tabs-section.mobile-bg-relative .tabs-bg>img {
        display: block;
        width: 100%
    }
}

.package-promo.dark {
    background-color: #191919;
    color: #fff;
    padding: 60px 0 0
}

.package-promo.dark .monitor-small .monitor-shadow {
    display: none;
    top: 0;
    bottom: 0;
    visibility: hidden
}

.package-promo.dark .info-holder .info {
    border: 0
}

.package-promo.gift-info .info {
    color: #989696;
    font-size: 15px;
    line-height: 24px
}

.package-promo.gift-info .h5,
.package-promo.gift-info h5 {
    color: #fff;
    margin-bottom: 10px
}

.package-promo.gift-info .h6,
.package-promo.gift-info h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0
}

.package-promo .monitor-small {
    max-width: none
}

.package-promo .monitor {
    margin: 0 -20px 30px
}

.package-promo .bottom-image {
    bottom: -15px;
    padding-right: 16%
}

.package-promo .bottom-image.align-left {
    left: -15px;
    bottom: -22px
}

.package-promo .bottom-image.align-left img {
    max-width: 50%
}

.package-promo .bottom-image.align-right img {
    max-width: 42%
}

.package-promo .info-holder .h3,
.package-promo .info-holder h3 {
    font: 20px/26px "Regular", sans-serif;
    margin-bottom: 10px
}

.package-promo .info-holder .h3+p,
.package-promo .info-holder h3+p {
    margin-bottom: 10px
}

.package-promo .info-holder .info {
    border-bottom: 1px solid #f0f0f3;
    padding-bottom: 35px
}

.package-promo .info,
.package-promo .info-holder .info-descr-short {
    font-size: 18px;
    line-height: 26px
}

.package-promo .info-holder .info-text {
    display: block;
    font-size: 15px;
    line-height: 20px
}

.package-promo .info-holder .info-text a {
    color: #272727;
    text-decoration: none
}

.package-promo .info-holder .info-text svg {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) {
    .package-promo.dark {
        padding-bottom: 60px
    }
}

@media (min-width:1024px) {

    .package-promo .monitor,
    .package-promo.dark .monitor-small {
        width: 50%;
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .package-promo.gift-info .monitor-small {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .package-promo.gift-info .info-holder {
        width: 50%;
        padding-right: 20px
    }

    .package-promo .info-holder .h3,
    .package-promo .info-holder h3 {
        font-size: 23px;
        line-height: 28px
    }

    .package-promo .info-holder .info {
        border-bottom: none
    }

    .package-promo .info-holder .info-descr-short {
        font-size: 19px
    }

    .package-promo .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .package-promo.dark {
        padding-top: 100px;
        color: #989696
    }

    .package-promo.dark .monitor-small {
        width: 52%
    }

    .package-promo.dark .info-holder {
        width: 48%
    }

    .package-promo.gift-info {
        padding-bottom: 100px
    }

    .package-promo.gift-info .info-holder {
        width: 45%;
        padding-right: 20px;
        margin: -16px 0 0 80px
    }

    .package-promo.gift-info .info .h1,
    .package-promo.gift-info .info .h2,
    .package-promo.gift-info .info .h3,
    .package-promo.gift-info .info .h4,
    .package-promo.gift-info .info .h5,
    .package-promo.gift-info .info .h6,
    .package-promo.gift-info .info h1,
    .package-promo.gift-info .info h2,
    .package-promo.gift-info .info h3,
    .package-promo.gift-info .info h4,
    .package-promo.gift-info .info h5,
    .package-promo.gift-info .info h6 {
        margin-bottom: 31px
    }

    .package-promo.gift-info .info p {
        max-width: 370px
    }

    .package-promo.gift-info .h5,
    .package-promo.gift-info h5 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px
    }

    .package-promo+.wrap-vertical-slider {
        margin-top: 120px
    }

    .package-promo .monitor {
        width: 60%;
        -webkit-transform: translate(-300px, 0);
        transform: translate(-300px, 0)
    }

    .package-promo .monitor.animated {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .package-promo .monitor.animated.animated-init {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .package-promo .bottom-image {
        padding: 0 16.4% 2% 12%
    }

    .package-promo .info-holder {
        width: 40%
    }
}

@media (min-width:1800px) {
    .package-promo.dark {
        padding: 130px 0 120px
    }

    .package-promo.dark .monitor-small {
        width: 54.3%;
        margin-left: 30px;
        margin-right: 85px;
        max-width: 923px
    }

    .package-promo.dark .info-holder {
        padding-right: 50px
    }

    .package-promo.gift-info {
        padding-bottom: 134px
    }

    .package-promo.gift-info .monitor-small {
        width: 34%;
        margin-left: 0;
        margin-right: 235px;
        max-width: none
    }

    .package-promo .monitor {
        width: 54.3%;
        margin-left: 80px
    }

    .package-promo .bottom-image.align-left {
        bottom: -32px
    }

    .package-promo .bottom-image.align-right img {
        max-width: 50%
    }

    .package-promo .info-holder {
        width: 30%
    }

    .package-promo .info-holder .h3,
    .package-promo .info-holder h3 {
        font-size: 32px;
        line-height: 36px
    }

    .package-promo .info-holder .info {
        padding-bottom: 0;
        margin-bottom: -45px
    }
}

.complete-sdl-channel-lineup {
    position: relative;
    padding: 20px 0 40px;
    overflow: hidden
}

.complete-sdl-channel-lineup.without-button_1s .container-inner>.hidden {
    display: block
}

.complete-sdl-channel-lineup.large-top-indent {
    padding-top: 100px
}

.complete-sdl-channel-lineup .btn-holder {
    margin: 0 0 20px;
    text-align: center;
    min-height: 45px
}

.complete-sdl-channel-lineup #location a,
.complete-sdl-channel-lineup .jcf-select .jcf-select-text>span,
.filterbar a {
    color: #272727
}

.complete-sdl-channel-lineup fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.complete-sdl-channel-lineup #location {
    background: #f0f0f3;
    padding: 8px 45px;
    text-align: center;
    position: relative
}

.complete-sdl-channel-lineup #print {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.732' height='41.732'%3E%3Cpath d='M34.834 14.362v-2.708h-2.68l-.106-5.282-4.246-4.12H9.184l.158 9.4H6.8l.016 2.708H0V36.1h7.108v-7.28h2.326v10.66H32.3V28.82h2.325v7.478h7.108V14.362h-6.898zM11.162 4.23h15.62v3.137h3.3l.045 4.287h-18.9l-.065-7.424zm19.16 33.52h-18.9v-8.93h18.9v8.93zm3.684-19.142a1.413 1.413 0 1 1 0-2.825 1.41 1.41 0 0 1 1.41 1.412c0 .78-.633 1.413-1.4 1.413zm4.5 0a1.413 1.413 0 1 1 0-2.825 1.41 1.41 0 0 1 1.41 1.412c0 .78-.633 1.413-1.4 1.413zM14.8 31.198h12.7a.72.72 0 0 0 0-1.441H14.8a.72.72 0 0 0 0 1.441zm-.244 3.222h12.687a.721.721 0 0 0 0-1.441H14.556a.721.721 0 0 0 0 1.441z'/%3E%3C/svg%3E") no-repeat;
    background-size: 21px 21px
}

.block-sdl-channel-lineup {
    margin: 0 0 20px
}

.filter-items,
.filterbar>.row {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.filterbar>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 0 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filterbar>.row>div {
    padding: 5px 10px
}

.filter-items {
    width: 100%
}

.filter-items span {
    padding: 0 10px 0 0
}

.filter-items li,
.filter-items ul {
    display: inline
}

.filter-items li:not(:last-child):after {
    font-size: 80%;
    content: '|';
    display: inline;
    padding: 0 3px 0 6px
}

.wrap-search-input {
    width: 100%;
    max-width: 305px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-input {
    width: 100%;
    margin: 0
}

.search-input:after {
    content: '';
    z-index: 3;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    right: 19px;
    pointer-events: none;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%23989696' d='M.98 8.52C.98 4.362 4.37 1 8.55 1s7.57 3.372 7.57 7.53-3.39 7.53-7.57 7.53S.986 12.685.98 8.53zM20 19.374l-5.2-5.18a8.438 8.438 0 0 0-.36-11.815 8.55 8.55 0 0 0-11.883.05 8.438 8.438 0 0 0-.26 11.817 8.55 8.55 0 0 0 11.868.568L19.38 20z'/%3E%3C/svg%3E") no-repeat
}

.search-input input {
    padding-right: 45px
}

.table-content {
    margin: 0 -20px
}

.wrap-lineup-results {
    width: 100%;
    border-style: solid;
    border-color: #f0f0f3;
    border-width: 0 1px 1px;
    padding: 10px 15px 20px
}

.wrap-lineup-results .form-item-additional,
table.channel-lineup p {
    margin: 0
}

.wrap-lineup-results .form-item-additional label {
    margin: 0 0 2px
}

.wrap-lineup-results #form-item-expanded,
.wrap-lineup-results #form-item-hdplus,
.wrap-lineup-results #form-item-inspiration,
.wrap-lineup-results #form-item-nflnetwork,
.wrap-lineup-results #form-item-variety {
    display: none
}

.wrap-lineup-results fieldset>label {
    display: block;
    width: 100%;
    margin: 0 0 5px
}

.filter-column-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin: 0 -20px 15px 0
}

.filter-column-container:after,
.filter-column-container:before {
    content: '';
    position: absolute;
    z-index: 10;
    pointer-events: none
}

.filter-column-container:before {
    bottom: 0;
    left: -20px;
    right: 0;
    border-bottom: 1px solid #f0f0f3
}

.filter-column-container:after {
    right: 0;
    width: 40px;
    top: 0;
    bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(88%, rgba(255, 255, 255, .7)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 88%, #fff 100%)
}

.filter-column-container>div {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.fieldset-item>div,
.filter-actions,
.filter-column-container .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.filter-actions {
    font: 13px/22px "Regular", sans-serif
}

.filter-actions>li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 20px 8px 0
}

.fieldset-item-inner:last-child,
.filter-actions>li:last-child {
    padding-right: 0
}

.fieldset-item:last-child:after,
.filter-hide span:last-child {
    display: none
}

.filter-hidden .filter-hide span,
.popup.popup-form .popup-body:after,
table.channel-lineup #no_result td:after {
    display: none
}

.filter-hidden .filter-hide span:last-child {
    display: inline
}

.fieldset-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 26px 0 0;
    position: relative
}

.fieldset-item:after {
    content: '';
    position: absolute;
    right: 13px;
    border-right: 1px solid #f0f0f3;
    top: 0;
    bottom: 20px
}

.fieldset-item>label {
    color: #989696;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 7px;
    font: 14px/18px "Regular", sans-serif
}

.fieldset-item-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 20px 16px 0
}

.channel_lineup_results {
    margin: 0 -20px
}

.channel_lineup_results .enter_address {
    display: inline-block;
    margin-left: 15px
}

table.channel-lineup {
    width: 100%
}

table.channel-lineup.no-result tbody {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto
}

table.channel-lineup tbody {
    font: 18px/24px "Regular", sans-serif
}

table.channel-lineup tr:nth-child(even) td {
    background: #f0f0f3
}

table.channel-lineup td {
    color: #272727;
    padding: 2px
}

table.channel-lineup td:first-child {
    color: #2760f0;
    font-size: 80%;
    padding-left: 20px
}

table.channel-lineup td:first-child:after {
    content: '.'
}

table.channel-lineup td:last-child {
    padding-right: 20px
}

table.channel-lineup #no_result {
    text-align: center
}

table.channel-lineup #no_result td {
    float: none;
    width: 100%;
    color: #272727
}

table.channel-lineup p:empty {
    display: none
}

.popup.popup-form .popup-inner {
    max-width: 800px
}

.popup.popup-form .popup-head {
    min-height: 0
}

.popup.popup-form .popup-body {
    border-bottom: none
}

.popup.popup-form form {
    display: block;
    padding: 15px 0 0
}

.popup.popup-form .captcha img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px
}

.popup.popup-form .button_1 {
    min-width: 150px
}

.popup.popup-request-channel .description {
    padding: 15px 0 0
}

.popup.popup-request-channel .button_1 {
    margin-top: -15px
}

.popup.popup-location-change-loading .popup-inner {
    max-height: 300px
}

.has-tip {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 700 13px/16px "Regular", sans-serif;
    z-index: 10;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    cursor: help
}

.has-tip.tip-top:hover:after {
    top: auto;
    bottom: 100%
}

.has-tip:hover {
    color: #2760f0
}

.has-tip:hover:after {
    left: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    top: 100%;
    opacity: 1;
    z-index: 100
}

.has-tip:after {
    content: attr(title);
    display: block;
    font: 12px/14px "Regular", sans-serif;
    padding: 8px;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #717171;
    z-index: -1;
    width: 220px;
    left: -200vw;
    opacity: 0;
    top: -100vh;
    border: 1px solid #d3cfcf;
    margin: 4px 0;
    border-radius: 4px
}

.hidden-icon,
.open-location-change-loading {
    display: none
}

.zipcode-row {
    color: #002864;
    background-color: #f0f0f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

#lineupFor .zipcode-row {
    padding-top: 0
}

.zipcode-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    z-index: 1
}

.zipcode-wrapper button_1,
.zipcode-wrapper input {
    background-color: transparent;
    color: #002864;
    height: 30px
}

.zipcode-wrapper input {
    border-radius: 0;
    font: 15px/20px "Regular", sans-serif;
    width: 76px;
    border: 1px solid #002864;
    padding: 3px 30px 2px 5px
}

.zipcode-wrapper button_1 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zipcode-wrapper button_1 #locationOk path {
    fill: #7ac426;
    stroke: #7ac426
}

.zipcode-wrapper button_1 #locationError path {
    fill: #d6001a;
    stroke: #d6001a
}

@media (min-width:568px) {
    .complete-sdl-channel-lineup #location {
        padding: 15px 55px;
        font-size: 15px;
        line-height: 20px
    }

    .complete-sdl-channel-lineup #print {
        right: 20px
    }

    .channel_lineup_results .enter_address {
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    table.channel-lineup tbody {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 0 20px
    }

    table.channel-lineup tr {
        page-break-inside: avoid;
        display: block
    }

    table.channel-lineup tr:nth-child(even) td {
        background: 0 0
    }

    table.channel-lineup td {
        display: block;
        overflow: hidden
    }

    table.channel-lineup td:first-child {
        padding: 2px 5px 2px 0;
        min-width: 25px;
        float: left
    }

    table.channel-lineup td:last-child {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .filter-items li:not(:last-child):after {
        padding: 0 5px 0 10px
    }

    table.channel-lineup #no_result td {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:1024px) {
    .complete-sdl-channel-lineup #display_address {
        font-size: 15px;
        line-height: 20px
    }

    .filter-items {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .table-content {
        margin: 0
    }

    .wrap-lineup-results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-width: 0 1px 1px;
        padding: 10px 0;
        position: relative
    }

    .channel_lineup_results,
    .filter-column-container {
        max-height: 70vh;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .filter-column-container {
        width: 260px;
        margin: 0;
        padding: 30px 20px 0;
        border-right: 1px solid #f0f0f3;
        position: static
    }

    .filter-column-container:after,
    .filter-column-container:before {
        display: none
    }

    .filter-column-container>div {
        overflow-x: visible;
        -webkit-overflow-scrolling: auto;
        display: block !important
    }

    .fieldset-item>div,
    .filter-column-container .form-wrapper {
        display: block
    }

    .filter-actions {
        background: #fff;
        width: 220px;
        position: absolute;
        top: 0;
        left: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 0;
        z-index: 10
    }

    .filter-actions>li {
        padding: 2px 5px
    }

    .fieldset-item:after,
    .filter-hide {
        display: none
    }

    .fieldset-item {
        padding: 0 0 16px
    }

    .fieldset-item:last-child {
        padding-bottom: 0
    }

    .fieldset-item>label {
        font-size: 16px;
        line-height: 22px
    }

    .fieldset-item-inner {
        padding: 0
    }

    .channel_lineup_results {
        margin: 0;
        padding: 5px 0 0 15px;
        width: 100%;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    table.channel-lineup tbody {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .popup.popup-form {
        padding: 30px 40px
    }

    .popup.popup-form .popup-inner {
        padding-top: 30px;
        padding-bottom: 15px
    }

    .popup.popup-form .popup-body-inner {
        top: 15px
    }
}

@media (min-width:1200px) {
    .complete-sdl-channel-lineup {
        padding: 50px 40px
    }

    .complete-sdl-channel-lineup.large-top-indent {
        padding-top: 250px
    }

    .block-sdl-channel-lineup {
        margin: 0 0 40px
    }

    table.channel-lineup tbody {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    table.channel-lineup #no_result td {
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width:1440px) {
    table.channel-lineup tbody {
        font-size: 22px;
        line-height: 28px;
        padding-left: 40px
    }

    table.channel-lineup td {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

@media (min-width:1800px) {
    .complete-sdl-channel-lineup {
        padding-bottom: 120px
    }
}

@media (max-width:1023px) {
    .sticky-btn-holder {
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }

    html.channels-btn-fixed .sticky-btn-holder {
        position: fixed;
        z-index: 1000;
        top: 76px;
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .zipcode-row {
        margin-top: -40px;
        position: absolute;
        left: 0;
        right: 0
    }

    .zipcode-row::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 78px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
        pointer-events: none;
        z-index: 0
    }

    #lineupFor .zipcode-row {
        margin-top: 0;
        position: static
    }

    #lineupFor .zipcode-row::after {
        display: none
    }
}

.complete-channel-lineup {
    position: relative;
    padding: 20px 0 40px
}

.complete-channel-lineup .btn-holder {
    margin: 0 0 20px;
    text-align: center;
    min-height: 45px
}

.complete-channel-lineup .jcf-select .jcf-select-text>span {
    color: #272727
}

.search-form {
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 30px 0 0
}

.search-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.search-form .checkbox-wrap {
    margin: 0 0 20px
}

.search-form .checkbox-wrap label {
    cursor: pointer
}

.search-form .form-item.has-submit input {
    padding-right: 45px
}

.search-form .form-item.has-submit button_1[type=submit] {
    border: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.search-form .form-item input[type=text] {
    color: #272727
}

.search-form .details-link {
    color: #2760f0;
    text-decoration: underline
}

.channels-table-wrapper {
    overflow-x: auto;
    position: relative
}

.channels-table {
    padding-left: 143px
}

.channels-table.table-body {
    margin-bottom: 30px
}

.channels-table table {
    width: 100%
}

.channels-table td.first-column,
.channels-table th.first-column {
    position: relative
}

.channels-table td.first-column:after,
.channels-table th.first-column:after {
    content: '';
    width: 100vw;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -1px;
    background: #d8d8d9
}

.channels-table th {
    background-color: #f0f0f3;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
    padding: 6px 12px;
    text-align: center;
    height: 60px
}

.channels-table th.first-column {
    padding: 6px 6px 6px 20px;
    text-align: left;
    display: none;
    font-size: 15px
}

.channels-table th.first-column div {
    width: 125px
}

.channels-table th span {
    display: none
}

.channels-table td {
    padding: 9px 16px;
    height: 60px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #fff #d8d8d9;
    vertical-align: middle;
    text-align: center
}

.channels-table td.first-column {
    padding: 9px 11px;
    border-right: none;
    background: #fff;
    text-align: left;
    display: none
}

.channels-table td.first-column div {
    width: 108px;
    position: relative;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 24% 0 0
}

.channels-table td.first-column div:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -16px;
    top: -9px;
    bottom: -9px;
    background: #fff;
    z-index: 1;
    pointer-events: none
}

.channels-table td.first-column div:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    width: 7px;
    height: 44px;
    -webkit-box-shadow: -5px 1px 21px rgba(143, 136, 136, .5);
    box-shadow: -5px 1px 21px rgba(143, 136, 136, .5);
    background: #fff;
    margin: -22px 0 0;
    z-index: 0;
    pointer-events: none
}

.channels-table td.first-column img {
    max-width: 100%;
    position: relative;
    z-index: 5
}

.channels-table .hd {
    position: absolute;
    width: 27px;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.channels-table .hd img {
    max-width: 100%;
    max-height: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block
}

.channels-table img[alt="icon available"] {
    width: 20px;
    height: 15px
}

.channels-table img {
    max-width: 70px;
    max-height: 35px
}

.table-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    z-index: 20;
    pointer-events: none
}

.table-mobile .channels-table {
    margin: 0;
    padding: 0
}

.table-mobile th {
    height: 60px
}

.table-mobile td.first-column,
.table-mobile th.first-column {
    display: table-cell
}

.tables-holder {
    margin: 0 -22px 30px;
    position: relative
}

.tables-holder:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 78px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
    pointer-events: none
}

@media (min-width:768px) {
    .search-form {
        max-width: none;
        margin: 0
    }

    .search-form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 25px
    }

    .search-form .checkbox-wrap {
        margin: 11px 0 0
    }

    .search-form .form-item {
        margin-right: 15px
    }

    .search-form .form-item.has-submit {
        width: 305px
    }

    .search-form .form-item.has-select {
        width: 158px
    }

    .search-form .details-link {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .channels-table-wrapper {
        overflow: hidden
    }

    .channels-table {
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden
    }

    .channels-table.table-body,
    .channels-table.table-body thead {
        display: block;
        width: 100%
    }

    .channels-table.table-body tbody {
        overflow-y: auto;
        max-height: 55vh;
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%
    }

    .channels-table.table-body tr {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%
    }

    .channels-table.table-body td,
    .channels-table.table-body th {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .channels-table.table-body td.first-column,
    .channels-table.table-body th.first-column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .channels-table td.first-column div:after,
    .channels-table td.first-column div:before,
    .channels-table td.first-column:after,
    .channels-table th.first-column:after,
    .table-mobile,
    .tables-holder:after {
        display: none
    }

    .channels-table th {
        width: 25%;
        border: 1px solid #f0f0f3;
        vertical-align: middle;
        padding: 9px 20px;
        font-size: 15px
    }

    .channels-table th.first-column,
    .channels-table.table-body tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .channels-table td {
        border: 1px solid #f8f8fa;
        width: 25%
    }

    .channels-table td.first-column {
        display: table-cell;
        background: 0 0
    }

    .tables-holder {
        margin: 0;
        overflow: hidden;
        max-height: none
    }
}

@media (min-width:1200px) {
    .complete-channel-lineup {
        padding: 50px 40px
    }

    .search-form .form-group {
        padding-right: 200px;
        padding-bottom: 0
    }

    .search-form .form-item {
        margin-right: 30px;
        margin-bottom: 0
    }

    .search-form .form-item.has-submit button_1[type=submit] {
        right: 19px
    }

    .search-form .details-link {
        left: auto;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 200px
    }

    .search-form input[type=checkbox]+span {
        margin-bottom: 0
    }

    .channels-table th {
        font-size: 20px;
        line-height: 26px;
        height: 115px
    }

    .channels-table th.first-column {
        font-size: 20px
    }

    .channels-table th span {
        font-size: 15px;
        line-height: 20px;
        color: #989696;
        display: block;
        margin: 10px 0 0;
        width: 100%
    }

    .channels-table td {
        width: 25%;
        height: 84px;
        padding: 9px 15px
    }

    .channels-table td.first-column {
        padding: 6px 20px
    }

    .channels-table td.first-column div {
        width: 100%;
        padding: 0 39% 0 0;
        height: 50px
    }

    .channels-table td.first-column img {
        max-height: 100%
    }

    .channels-table .hd {
        width: 37px;
        right: 40px
    }
}

@media (min-width:1800px) {
    .complete-channel-lineup {
        padding-bottom: 00px
    }

    .channels-table.table-body {
        margin-bottom: 50px
    }

    .channels-table th.first-column {
        padding-left: 52px
    }

    .channels-table .hd img {
        max-width: 100%
    }

    .channels-table img {
        max-width: 100px
    }
}

@media (max-width:767px) {
    .sticky-btn-holder {
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }

    html.channels-btn-fixed .sticky-btn-holder {
        position: fixed;
        z-index: 1000;
        top: 76px;
        padding: 0 20px
    }
}

.channels-list {
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px
}

.popup-body .channels-list {
    text-align: center
}

.popup-body .channels-list li {
    width: 33.33%;
    margin: 0 0 15px
}

.channels-list li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin-bottom: 2px
}

.channels-list img {
    max-width: 73px;
    max-height: 37px;
    width: auto;
    height: auto
}

@media (min-width:1200px) {
    .popup-body .channels-list li {
        width: 20%;
        margin-bottom: 30px
    }

    .channels-list img {
        max-width: 150px;
        max-height: 50px
    }
}

.tv-package-item {
    background-color: #f0f0f3;
    padding-top: 1px;
    text-align: center
}

.tab .tv-package-item {
    margin: -5px -20px 0
}

.tv-package-item .channels-list {
    padding: 0 20px
}

.tv-package-item .h3,
.tv-package-item h3 {
    margin-bottom: 15px;
    margin-top: 15px
}

.tv-package-item .channels-amount {
    background-color: #e1e0e0;
    color: #2760f0;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    margin-bottom: 17px
}

.tv-package-item .h5 {
    margin-bottom: 8px
}

.tv-package-item .button_1s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px
}

.tv-package-item .robust {
    display: none;
    position: absolute;
    right: -30px;
    top: -40px;
    height: 58px;
    max-width: 165px;
    border-radius: 0 38px 38px 38px;
    background-color: #002864;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 10px 0 0 40px
}

.tv-package-item .robust:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 22px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' %3E%3Cpath fill='%232760F0' d='M13.186 4.833l-3.663-.59-1.6-3.67c-.155-.334-.54-.6-.926-.57-.308 0-.598.157-.8.55L4.5 4.164.847 4.657C.057 4.774-.3 5.76.288 6.33L2.9 9l-.675 3.722c-.154.808.675 1.438 1.388 1.064l3.297-1.714.077.04 3.18 1.753c.695.394 1.543-.197 1.408-1.005l-.58-3.743 2.68-2.62c.598-.55.3-1.556-.5-1.674z'/%3E%3C/svg%3E") no-repeat
}

@media (min-width:768px) {
    .tv-package-item {
        padding-bottom: 20px;
        height: 100%;
        margin: 0
    }
}

@media (min-width:1024px) {
    .tv-package-item {
        padding-bottom: 100px
    }

    .tab .tv-package-item {
        margin: 0
    }

    .tv-package-item .button_1s {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 15px
    }
}

@media (min-width:1200px) {
    .tv-package-item .package-image {
        height: 0;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 57.3%;
        width: 100%;
        margin-bottom: 17px
    }

    .tv-package-item .h5 {
        font-size: 18px;
        line-height: 26px
    }

    .tv-package-item .robust {
        display: block
    }
}

@media (min-width:1800px) {
    .tv-package-item {
        padding-bottom: 155px
    }

    .tv-package-item .channels-amount,
    .tv-package-item .package-image {
        margin-bottom: 25px
    }

    .tv-package-item .h5 {
        padding: 0 70px;
        min-height: 55px;
        margin-bottom: 3px
    }

    .tv-package-item .button_1s {
        bottom: 20px;
        padding-top: 30px;
        left: 60px;
        right: 60px
    }
}

@media (max-width:1199px) {
    .tv-package-item .package-image {
        position: absolute;
        bottom: -1000vh;
        height: 0;
        width: 0;
        overflow: hidden
    }
}

.tv-block {
    position: relative;
    overflow: hidden;
    background: #002864;
    min-height: 66px
}

.tv-block+.package-promo {
    margin-top: 40px
}

.tv-block-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0
}

.tv-block-bg:before {
    content: '';
    display: block;
    padding: 85% 0 0
}

.tv-block-video {
    opacity: 0
}

.tv-block-video.start-video-animation {
    -webkit-transition: opacity .9s ease .2s;
    transition: opacity .9s ease .2s;
    opacity: 1
}

.tv-block-video.alt-img-loaded,
.tv-block-video.thumb-error-loaded {
    -webkit-transition: opacity .5s ease .1s;
    transition: opacity .5s ease .1s;
    opacity: 1
}

.tv-block-img,
.tv-block-video {
    overflow: hidden;
    position: absolute;
    top: 16.2%;
    left: 14.4%;
    bottom: 37%;
    right: 14.3%;
    border-radius: 3px
}

.tv-block-img {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0
}

.tv-block-img.lazy-loaded {
    -webkit-transition: opacity 1s ease .3s;
    transition: opacity 1s ease .3s;
    opacity: 1
}

.tv-block-text {
    padding: 20px 0 40px
}

@media (min-width:768px) {

    .tv-block-img,
    .tv-block-video {
        border-radius: 4px
    }

    .tv-block-text {
        padding: 30px 0 50px
    }
}

@media (min-width:1024px) {
    .tv-block+.package-promo {
        margin-top: 75px
    }

    .tv-block-bg:before {
        padding: 50% 0 0
    }

    .tv-block-img,
    .tv-block-video {
        top: 22.6%;
        left: 5.3%;
        bottom: 21%;
        right: 43.95%
    }

    .tv-block-text {
        position: absolute;
        z-index: 10;
        top: 15px;
        bottom: 15px;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: hidden;
        padding: 0
    }

    .tv-block-text-inner {
        width: 35%;
        margin: 0 0 0 auto;
        min-width: 380px
    }

    .tv-block-text-inner .info-price {
        padding-bottom: 15px
    }
}

@media (min-width:1200px) {
    .tv-block {
        min-height: 115px
    }

    .tv-block:first-child {
        margin-top: 135px
    }

    .tv-block+.package-promo {
        margin-top: 120px
    }
}

.holder-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    vertical-align: top;
    background: #191919;
    margin: 0 auto 60px
}

.holder-hero-section.has-numbered-list.has-overlay .hero-section .container-inner {
    position: relative;
    z-index: 1
}

.holder-hero-section.has-numbered-list.has-overlay .hero-section-text {
    max-width: 100%
}

.holder-hero-section.has-numbered-list.has-overlay .hero-section-text .info-text {
    display: block;
    margin: -10px 0 10px
}

.holder-hero-section.has-numbered-list.has-overlay div.info-descr {
    max-width: 316px
}

.holder-hero-section.has-numbered-list.without-bg.has-overlay {
    margin-top: -35px
}

.holder-hero-section.without-bg.has-overlay {
    overflow: visible;
    position: relative;
    z-index: 1
}

.holder-hero-section.without-bg.has-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 27, 27, 0)), color-stop(27%, rgba(27, 26, 26, .76)), to(#191919));
    background-image: linear-gradient(180deg, rgba(28, 27, 27, 0) 0%, rgba(27, 26, 26, .76) 27%, #191919 100%)
}

.holder-hero-section.has-overlay {
    background: #191919
}

.holder-hero-section.has-overlay .hero-section .container-inner {
    position: relative;
    z-index: 1
}

.holder-hero-section.has-overlay .hero-section-bg:before,
.holder-hero-section.has-overlay .hero-section-video:before {
    background: rgba(0, 0, 0, .28)
}

.holder-hero-section.has-overlay .hero-section-bg:after,
.holder-hero-section.has-overlay .hero-section-video:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: -3px;
    left: 0;
    width: 100%;
    top: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(rgba(25, 25, 25, 0)));
    background-image: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.holder-hero-section.white-bg,
.holder-hero-section.white-overlay {
    background: #fff
}

.holder-hero-section.white-overlay .hero-section-bg:before,
.holder-hero-section.white-overlay .hero-section-video:before {
    background: 0 0
}

.holder-hero-section.white-overlay .hero-section-text {
    position: relative
}

.holder-hero-section.white-overlay .info-item .h4,
.holder-hero-section.white-overlay .info-item h4 {
    color: #272727
}

.holder-hero-section.large-top-padding .hero-section .container-inner {
    padding-top: 259px;
    padding-bottom: 50px
}

.holder-hero-section.hero-section-internet.has-overlay,
.holder-hero-section.plan-info-white .info-price.secondary p {
    margin: 0
}

.holder-hero-section.hero-section-internet.has-overlay .hero-section .container-inner {
    padding-top: 322px;
    padding-bottom: 28px
}

.holder-hero-section.hero-section-internet.has-overlay .info-cost {
    color: #f66608
}

.holder-hero-section.padding-top-mobile {
    overflow: hidden
}

.holder-hero-section.padding-top-mobile .hero-section {
    padding-top: 60px
}

.holder-hero-section.padding-top-mobile .hero-section-bg,
.holder-hero-section.padding-top-mobile .hero-section-video {
    max-height: 570px
}

.holder-hero-section.plan-info-white,
.holder-hero-section.white-align-middle {
    background: #fff
}

.holder-hero-section.white-align-middle .hero-section-bg:before,
.holder-hero-section.white-align-middle .hero-section-video:before {
    background: linear-gradient(225deg, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

.holder-hero-section.white-align-middle .hero-section .container {
    height: 510px
}

.holder-hero-section.plan-info-white .container-inner {
    padding: 110px 0 30px !important
}

.holder-hero-section.plan-info-white .hero-section-text {
    max-width: 1445px
}

.holder-hero-section.plan-info-white .hero-section-text .h6,
.holder-hero-section.plan-info-white .hero-section-text h6 {
    text-transform: uppercase;
    font-family: "Regular", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #272727;
    margin-bottom: 15px
}

.holder-hero-section.plan-info-white .info-price p {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400
}

.holder-hero-section.plan-info-white .info-price.secondary {
    max-width: 200px;
    width: auto
}

.holder-hero-section.plan-info-white .info-price.secondary p strong.larger-price {
    color: #f66608;
    font-size: 17px
}

.holder-hero-section.plan-info-white .info-price.extra-top-margin {
    margin: 7px 0 13px
}

.holder-hero-section.plan-info-white .info-text {
    padding-top: 15px
}

.holder-hero-section.plan-info-white .columns .column {
    position: relative;
    margin-bottom: 20px
}

.holder-hero-section.plan-info-white .card-image {
    text-align: center;
    margin: 0 auto 20px;
    width: 144px
}

.holder-hero-section.plan-info-white .field--type-telephone a {
    color: #2760f0
}

.holder-hero-section.smart-home .hero-section-bg:before,
.holder-hero-section.smart-home .hero-section-video:before {
    background: rgba(25, 25, 25, .36)
}

.holder-hero-section.text-align-right {
    text-align: left
}

.holder-hero-section.text-align-right .hero-section-text {
    margin-left: auto
}

.holder-hero-section.reset-overlay .hero-section-bg:after,
.holder-hero-section.reset-overlay .hero-section-bg:before,
.holder-hero-section.reset-overlay .hero-section-video:after,
.holder-hero-section.reset-overlay .hero-section-video:before {
    background: 0 0 !important
}

.holder-hero-section.altice-mobile {
    background: #191919
}

.holder-hero-section.mobile-content-relative {
    background: #fff
}

.holder-hero-section.mobile-content-relative .container {
    display: table;
    min-height: calc(100vh - 65px)
}

.holder-hero-section.mobile-content-relative .container .container-inner {
    display: table-cell;
    vertical-align: middle
}

.holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .white.has-gradient:after,
.holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .white.has-gradient:after {
    background: #191919
}

.holder-hero-section.mobile-content-relative.section-dark,
.holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .white.has-gradient:after {
    background: #191919
}

.holder-hero-section.mobile-content-relative.reset-overlay .hero-section .container:before,
.holder-hero-section.mobile-content-relative.reset-overlay .hero-section-bg:after,
.holder-hero-section.mobile-content-relative.reset-overlay .hero-section-bg:before,
.holder-hero-section.mobile-content-relative.reset-overlay .hero-section-video:after,
.holder-hero-section.mobile-content-relative.reset-overlay .hero-section-video:before,
.holder-hero-section.mobile-content-relative.reset-overlay:after,
.holder-hero-section.mobile-content-relative.reset-overlay:before {
    display: none !important;
    background: 0 0 !important
}

.holder-hero-section.small-height-banner {
    text-align: center
}

.holder-hero-section.small-height-banner.has-overlay .hero-section-bg:after,
.holder-hero-section.small-height-banner.has-overlay .hero-section-video:after,
.holder-hero-section.small-height-banner.white-overlay .hero-section-bg:after,
.holder-hero-section.small-height-banner.white-overlay .hero-section-video:after {
    display: none
}

.holder-hero-section.small-height-banner.has-overlay .hero-section-bg:before,
.holder-hero-section.small-height-banner.has-overlay .hero-section-video:before {
    background: rgba(0, 0, 0, .3)
}

.holder-hero-section.small-height-banner.white-overlay .hero-section-bg:before,
.holder-hero-section.small-height-banner.white-overlay .hero-section-video:before {
    background: rgba(255, 255, 255, .3)
}

.holder-hero-section.small-height-banner .hero-section .container {
    height: 220px;
    min-height: 0
}

.holder-hero-section.small-height-banner .hero-section .container-inner {
    padding: 40px 0;
    vertical-align: middle
}

.holder-hero-section.small-height-banner .hero-section-text {
    max-width: 1120px;
    margin: 0 auto
}

.holder-hero-section.small-height-banner .info>:last-child,
.holder-hero-section.wifi .info-details p:last-child {
    margin-bottom: 0
}

.holder-hero-section.wifi .h2,
.holder-hero-section.wifi h2 {
    margin-bottom: 20px;
    color: #191919
}

.holder-hero-section.wifi .info-details {
    color: #191919
}

.holder-hero-section.wifi .info-details p {
    margin-bottom: 25px
}

.holder-hero-section.wifi .button_1s {
    margin-top: 21px
}

.holder-hero-section.wifi .button_1.button_1-play-video .desktop {
    display: inline-block
}

.holder-hero-section.small-width-text .details-link.dark,
.holder-hero-section.small-width-text .h2,
.holder-hero-section.small-width-text .info-details strong,
.holder-hero-section.small-width-text .info-items,
.holder-hero-section.small-width-text h2 {
    color: #191919
}

.holder-hero-section .columns-section {
    position: relative;
    margin: 0;
    padding: 0 0 42px;
    z-index: 7
}

.holder-hero-section .columns-section .h2,
.holder-hero-section .columns-section h2,
.holder-hero-section .info-item .h4,
.holder-hero-section .info-item h4 {
    color: #fff
}

.holder-hero-section ul.logos-list {
    margin-bottom: 20px
}

.holder-hero-section ul.logos-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-left: 1px solid rgba(152, 150, 150, .5)
}

.holder-hero-section ul.logos-list li:first-child {
    padding-left: 0;
    border-left: none
}

.holder-hero-section ul.logos-list img {
    width: 100%;
    max-width: 60px;
    max-height: 30px
}

.hero-section {
    position: relative;
    z-index: 5;
    overflow: hidden
}

.hero-section-bg {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.hero-section-bg,
.hero-section-video {
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute
}

.hero-section-bg:before,
.hero-section-video:before {
    content: '';
    z-index: 3;
    background: rgba(0, 0, 0, .22);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

body.path-articles .small-height-banner:first-child .hero-section-bg,
body.path-taxonomy .small-height-banner:first-child .hero-section-bg,
body[data-page-type=article] .small-height-banner:first-child .hero-section-bg {
    top: 0
}

.holder-hero-section .container {
    padding: 50px 0
}

.hero-section-bg {
    z-index: 1
}

.hero-section-bg img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0
}

.hero-section-video {
    z-index: 2;
    overflow: hidden
}

.hero-section-video.jw-holder {
    opacity: 0
}

.hero-section-video.jw-holder.start-video-animation {
    -webkit-transition: opacity .9s ease .2s;
    transition: opacity .9s ease .2s;
    opacity: 1
}

.hero-section-video.jw-holder.alt-img-loaded,
.hero-section-video.jw-holder.thumb-error-loaded {
    -webkit-transition: opacity .5s ease .1s;
    transition: opacity .5s ease .1s;
    opacity: 1
}

.hero-section-text {
    padding: 0 20px
}

.hero-section-text .hero-section-title {
    width: 100%
}

@media (min-width:1px) {
    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .info-cost {
        color: #f66608
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .info-price>strong {
        color: #2760f0
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info,
    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .details-link,
    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .white {
        color: #272727
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .details-link circle {
        stroke: #272727
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .details-link path {
        fill: #272727
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark):not(.mobile-reverse) .info .white.has-arrow.mobile-compact {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23272727' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }
}

@media (min-width:568px) {
    .holder-hero-section.has-numbered-list.without-bg.has-overlay {
        margin-top: -65px
    }
}

@media (min-width:768px) {
    .holder-hero-section.without-bg.has-overlay:before {
        top: -80px;
        height: 80px
    }

    .holder-hero-section.padding-top-mobile .hero-section {
        padding-top: 0
    }

    .holder-hero-section.plan-info-white .card-image {
        margin: 0 0 0 auto
    }
}

@media (min-width:768px) and (max-aspect-ratio:11/10) {
    .holder-hero-section .jw-holder.default.desktop-fullvideo>.jwplayer {
        height: 56.25vw !important
    }
}

@media (min-width:1024px) {
    .holder-hero-section.has-numbered-list.has-overlay .hero-section-text .info {
        width: 500px;
        display: inline-block;
        vertical-align: middle
    }

    .holder-hero-section.has-numbered-list.has-overlay .hero-section-text .numbered-list {
        display: inline-block;
        vertical-align: middle
    }

    .holder-hero-section.has-numbered-list.without-bg.has-overlay {
        margin-top: -105px
    }

    .holder-hero-section.white-overlay .hero-section-bg:after,
    .holder-hero-section.white-overlay .hero-section-video:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }

    .holder-hero-section.padding-top-mobile .hero-section-text.small {
        max-width: 410px
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .info-cost {
        color: #f66608
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .info-price>strong {
        color: #2760f0
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info,
    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .details-link,
    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .white {
        color: #272727
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .details-link circle {
        stroke: #272727
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .details-link path {
        fill: #272727
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse .info .white.has-arrow.mobile-compact {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23272727' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }

    .holder-hero-section.mobile-content-relative.section-dark .hero-section-bg:before,
    .holder-hero-section.mobile-content-relative.section-dark .hero-section-video:before {
        background: rgba(0, 0, 0, .22)
    }

    .holder-hero-section.mobile-content-relative.section-dark .hero-section-bg:after,
    .holder-hero-section.mobile-content-relative.section-dark .hero-section-video:after {
        content: '';
        position: absolute;
        z-index: 3;
        bottom: -3px;
        left: 0;
        width: 100%;
        top: 50%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(rgba(25, 25, 25, 0)));
        background-image: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .holder-hero-section.mobile-content-relative.white-overlay .hero-section-bg:before,
    .holder-hero-section.mobile-content-relative.white-overlay .hero-section-video:before {
        background: rgba(255, 255, 255, .22)
    }

    .holder-hero-section.mobile-content-relative.white-overlay .hero-section-bg:after,
    .holder-hero-section.mobile-content-relative.white-overlay .hero-section-video:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
    }

    .holder-hero-section.mobile-content-relative .hero-section-bg:after,
    .holder-hero-section.mobile-content-relative .hero-section-bg:before,
    .holder-hero-section.mobile-content-relative .hero-section-video:after,
    .holder-hero-section.mobile-content-relative .hero-section-video:before {
        background: 0 0
    }

    .holder-hero-section.mobile-content-centred .hero-section .button_1s {
        max-width: 266px
    }

    .holder-hero-section.type-landing .hero-section-bg:before {
        display: none !important
    }

    .holder-hero-section.type-landing .hero-section-bg:after {
        top: 0 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(25, 25, 25, .0001)), to(#191919)) !important;
        background: linear-gradient(0, rgba(25, 25, 25, .0001) 0%, #191919 100%) !important
    }

    .holder-hero-section.type-landing .hero-section .container-inner {
        padding-top: 70px;
        padding-bottom: 70px;
        vertical-align: bottom
    }

    .holder-hero-section.type-landing .hero-section-text {
        width: 100%;
        max-width: none;
        margin: 0
    }
}

@media (min-width:1200px) {
    .holder-hero-section.without-bg.has-overlay:before {
        top: -150px;
        height: 150px
    }

    .holder-hero-section.has-overlay .hero-section-bg {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .holder-hero-section.hero-section-internet.has-overlay .hero-section .container-inner {
        padding-top: 151px;
        padding-bottom: 113px
    }

    .holder-hero-section.padding-top-mobile .hero-section-bg,
    .holder-hero-section.padding-top-mobile .hero-section-video {
        max-height: none
    }

    .holder-hero-section.padding-top-mobile .hero-section-text.small {
        max-width: 580px
    }

    .holder-hero-section.white-align-middle .hero-section-bg:before,
    .holder-hero-section.white-align-middle .hero-section-video:before {
        background-image: linear-gradient(207deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .78) 100%)
    }

    .no-touch .holder-hero-section.white-align-middle .hero-section .container {
        height: 830px
    }

    .holder-hero-section.plan-info-white .container-inner {
        padding: 255px 0 30px !important
    }

    .holder-hero-section.plan-info-white .hero-section-text .h4,
    .holder-hero-section.plan-info-white .hero-section-text h4 {
        padding-right: 80px;
        margin-bottom: 35px
    }

    .holder-hero-section.plan-info-white .info-text {
        width: 50%
    }

    .holder-hero-section.plan-info-white .columns .column:last-child {
        padding-right: 80px
    }

    .holder-hero-section.plan-info-white .card-image {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin: 0 13px -35px 0
    }

    .holder-hero-section.small-height-banner:first-child {
        padding-top: 125px
    }

    .holder-hero-section.wifi .hero-section-text {
        max-width: 679px
    }

    .holder-hero-section.wifi .info-details {
        max-width: 615px
    }

    .holder-hero-section.wifi .button_1s {
        margin-top: 17px
    }

    .holder-hero-section .columns-section {
        padding: 0 0 93px
    }

    .holder-hero-section .columns-section .h2,
    .holder-hero-section .columns-section h2 {
        margin-bottom: 25px
    }

    .holder-hero-section ul.logos-list {
        position: absolute;
        right: 80px;
        bottom: 23px
    }

    body.path-articles .small-height-banner:first-child,
    body.path-taxonomy .small-height-banner:first-child,
    body[data-page-type=article] .small-height-banner:first-child {
        padding-top: 0
    }

    .hero-section-bg {
        -webkit-transform: scale3D(1.4, 1.4, 1.4);
        transform: scale3D(1.4, 1.4, 1.4)
    }

    .hero-section-bg.animated {
        -webkit-transition: -webkit-transform 2.5s cubic-bezier(.08, .58, .4, .99);
        transition: transform 2.5s cubic-bezier(.08, .58, .4, .99);
        transition: transform 2.5s cubic-bezier(.08, .58, .4, .99), -webkit-transform 2.5s cubic-bezier(.08, .58, .4, .99);
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    .hero-section-text {
        padding: 0 50px
    }
}

@media (min-width:1440px) {

    .holder-hero-section.wifi .h2,
    .holder-hero-section.wifi h2 {
        font-size: 66px;
        line-height: 70px;
        margin-bottom: 30px
    }

    .holder-hero-section.small-width-text .h2,
    .holder-hero-section.small-width-text h2 {
        font-size: 66px;
        line-height: 70px
    }
}

@media (min-width:1800px) {
    .holder-hero-section.has-numbered-list.has-overlay .hero-section-text .info {
        width: 638px
    }

    .holder-hero-section.has-numbered-list.has-overlay .columns-section {
        padding-top: 90px;
        padding-bottom: 35px
    }

    .holder-hero-section.has-numbered-list.has-overlay .numbered-list {
        margin-top: 105px
    }

    .holder-hero-section.has-numbered-list.without-bg.has-overlay {
        margin-top: -40px
    }

    .holder-hero-section.without-bg.has-overlay:before {
        top: -272px;
        height: 272px
    }

    .holder-hero-section.has-overlay .hero-section-text {
        padding: 0 100px
    }

    .holder-hero-section.large-top-padding .hero-section .container-inner {
        padding-bottom: 102px
    }

    .holder-hero-section.plan-info-white .container-inner {
        padding: 230px 77px 15px !important
    }

    .holder-hero-section.plan-info-white .hero-section-text .h4,
    .holder-hero-section.plan-info-white .hero-section-text h4 {
        padding-right: 50px
    }

    .holder-hero-section.plan-info-white .info-price {
        width: 50%
    }

    .holder-hero-section.plan-info-white .columns .column:last-child {
        padding-left: 160px;
        padding-right: 100px
    }

    .holder-hero-section.plan-info-white .call-us {
        width: 48%
    }

    .holder-hero-section.plan-info-white .field--type-telephone {
        margin-right: -120px
    }

    .holder-hero-section.small-width-text .info-details {
        padding-bottom: 40px
    }

    .holder-hero-section.small-width-text .info-items {
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 28px
    }

    .holder-hero-section .columns-section {
        padding: 0 0 122px
    }

    .holder-hero-section ul.logos-list li {
        border-left: none;
        padding: 0 20px
    }

    .holder-hero-section ul.logos-list img {
        max-width: 107px;
        max-height: 53px
    }

    .holder-hero-section .container {
        padding: 75px 0
    }

    .hero-section-text {
        padding: 0 75px
    }
}

@media (max-width:1199px) {

    .holder-hero-section.hero-section-internet.has-overlay .hero-section-bg,
    .holder-hero-section.hero-section-internet.has-overlay .hero-section-video {
        bottom: auto;
        height: calc(100vh - 66px)
    }

    .holder-hero-section.padding-top-mobile .container {
        height: 70vh
    }

    .holder-hero-section.text-align-right .hero-section-text:after,
    .holder-hero-section.text-align-right .hero-section-text:before {
        left: auto;
        right: -20px
    }

    .holder-hero-section.altice-mobile .hero-section-bg,
    .holder-hero-section.altice-mobile .hero-section-video {
        height: 508px
    }

    .holder-hero-section.mobile-content-centred .hero-section .button_1s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .holder-hero-section.small-height-banner:first-child .hero-section .container-inner {
        padding-top: 106px
    }

    .holder-hero-section.small-width-text .h2,
    .holder-hero-section.small-width-text h2 {
        margin-bottom: 20px
    }

    .holder-hero-section.small-width-text .info-details {
        padding-bottom: 17px
    }

    .holder-hero-section.small-width-text .info-items {
        padding-bottom: 15px
    }

    .holder-hero-section.small-width-text .info-item-inner {
        padding-bottom: 6px
    }

    body.path-articles .small-height-banner:first-child .hero-section .container-inner,
    body.path-taxonomy .small-height-banner:first-child .hero-section .container-inner,
    body[data-page-type=article] .small-height-banner:first-child .hero-section .container-inner {
        padding-top: 0
    }
}

@media (max-width:1024px) {
    .hero-section-bg {
        height: 0;
        padding-top: 50%
    }
}

@media (max-width:1023px) {

    .holder-hero-section.white-overlay .hero-section-bg:after,
    .holder-hero-section.white-overlay .hero-section-video:after {
        display: none
    }

    .holder-hero-section.white-overlay .hero-section-text:after,
    .holder-hero-section.white-overlay .hero-section-text:before {
        content: '';
        position: absolute;
        left: -20px;
        z-index: -1;
        pointer-events: none;
        width: 100vw
    }

    .holder-hero-section.white-overlay .hero-section-text:before {
        top: -58px;
        height: 191px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(72%, rgba(255, 255, 255, .69)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, .69) 72%, rgba(255, 255, 255, 0) 100%)
    }

    .holder-hero-section.white-overlay .hero-section-text:after {
        background: #fff;
        bottom: -1500px;
        top: 132px
    }

    .holder-hero-section.white-overlay .info-item p {
        color: #989696 !important
    }

    .holder-hero-section.mobile-content-relative:not(.section-dark).mobile-reverse {
        background: #191919
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse {
        background: #fff
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .info-cost {
        color: #f66608
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .info-price>strong {
        color: #2760f0
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info,
    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .details-link,
    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .white {
        color: #272727
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .details-link circle {
        stroke: #272727
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .details-link path {
        fill: #272727
    }

    .holder-hero-section.mobile-content-relative.section-dark.mobile-reverse .info .white.has-arrow.mobile-compact {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath d='M7.212 5.214l-.348.314-5.214 4.684-.864-.63 4.864-4.37L.787.845l.864-.63 5.214 4.683z' fill='%23272727' fill-rule='evenodd'/%3E%3C/svg%3E") !important
    }

    .holder-hero-section.mobile-content-relative.section-dark:before {
        background: rgba(0, 0, 0, .22)
    }

    .holder-hero-section.mobile-content-relative.section-dark .hero-section>.container:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(rgba(25, 25, 25, 0)));
        background-image: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .holder-hero-section.mobile-content-relative.white-overlay .hero-section .container:before {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(72%, rgba(255, 255, 255, .69)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, .69) 72%, rgba(255, 255, 255, 0) 100%)
    }

    .holder-hero-section.mobile-content-relative .hero-section .container:before,
    .holder-hero-section.mobile-content-relative:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%
    }

    .holder-hero-section.mobile-content-relative:before {
        top: 0;
        bottom: -3px;
        z-index: 2
    }

    .holder-hero-section.mobile-content-relative .hero-section .container:before {
        z-index: 3;
        bottom: -3px;
        background-repeat: no-repeat;
        height: 306px
    }

    .holder-hero-section.mobile-content-relative .hero-section .container {
        overflow: hidden;
        height: auto;
        min-height: 0;
        padding: 0
    }

    .holder-hero-section.mobile-content-relative .hero-section .container-inner {
        padding: 35px 0 50px !important;
        position: relative;
        z-index: 6
    }

    .holder-hero-section.mobile-content-relative .hero-section-bg,
    .holder-hero-section.mobile-content-relative .hero-section-video {
        position: relative !important;
        height: auto !important;
        bottom: auto !important
    }

    .holder-hero-section.mobile-content-relative .hero-section-bg:after,
    .holder-hero-section.mobile-content-relative .hero-section-bg:before,
    .holder-hero-section.mobile-content-relative .hero-section-video:after,
    .holder-hero-section.mobile-content-relative .hero-section-video:before {
        display: none !important
    }

    .holder-hero-section.mobile-content-relative .hero-section-bg img,
    .holder-hero-section.mobile-content-relative .hero-section-video img {
        width: 100% !important;
        opacity: 1 !important;
        position: relative !important;
        height: auto !important;
        display: block !important
    }

    .holder-hero-section.mobile-content-relative .alternative-image,
    .holder-hero-section.mobile-content-relative .video-error-thumb {
        position: relative;
        bottom: auto;
        top: 0
    }

    .holder-hero-section.mobile-content-centred .info {
        margin: 20% auto 0;
        text-align: center
    }

    .holder-hero-section.mobile-content-centred .info-logo {
        margin-left: auto;
        margin-right: auto
    }

    .holder-hero-section:first-child .columns-section .container-inner {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .holder-hero-section.padding-top-mobile .container {
        height: auto
    }
}

body.path-articles .holder-hero-with-gradient:first-child,
body.path-taxonomy .holder-hero-with-gradient:first-child,
body[data-page-type=article] .holder-hero-with-gradient:first-child {
    padding-top: 0
}

.holder-hero-with-gradient {
    background-color: transparent
}

.holder-hero-with-gradient.bg-navy .hero-section {
    background-color: #002864
}

.holder-hero-with-gradient.full-page-bg {
    max-width: 100%;
    padding: 0
}

.holder-hero-with-gradient .hero-section-bg {
    position: relative;
    width: 100%;
    background-size: contain
}

.holder-hero-with-gradient .hero-section-bg::before {
    display: none
}

.holder-hero-with-gradient .container-inner {
    width: 100%;
    z-index: 1
}

.holder-hero-with-gradient .container-inner+.gradient-line {
    margin-top: 20px;
    margin-right: 20px
}

.holder-hero-with-gradient .gradient-line+.container-inner .h1,
.holder-hero-with-gradient .gradient-line+.container-inner .h2,
.holder-hero-with-gradient .gradient-line+.container-inner .h3,
.holder-hero-with-gradient .gradient-line+.container-inner .h4,
.holder-hero-with-gradient .gradient-line+.container-inner .h5,
.holder-hero-with-gradient .gradient-line+.container-inner .h6,
.holder-hero-with-gradient .gradient-line+.container-inner h1,
.holder-hero-with-gradient .gradient-line+.container-inner h2,
.holder-hero-with-gradient .gradient-line+.container-inner h3,
.holder-hero-with-gradient .gradient-line+.container-inner h4,
.holder-hero-with-gradient .gradient-line+.container-inner h5,
.holder-hero-with-gradient .gradient-line+.container-inner h6 {
    margin-top: 21px
}

.holder-hero-with-gradient .container {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.holder-hero-with-gradient .hero-section {
    padding-top: 0;
    background-color: #191919
}

.holder-hero-with-gradient .h1,
.holder-hero-with-gradient .h2,
.holder-hero-with-gradient .h3,
.holder-hero-with-gradient .h4,
.holder-hero-with-gradient .h5,
.holder-hero-with-gradient .h6,
.holder-hero-with-gradient h1,
.holder-hero-with-gradient h2,
.holder-hero-with-gradient h3,
.holder-hero-with-gradient h4,
.holder-hero-with-gradient h5,
.holder-hero-with-gradient h6 {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top
}

.holder-hero-with-gradient .h2,
.holder-hero-with-gradient h2 {
    font-size: 26px;
    line-height: 1.15
}

.holder-hero-with-gradient .info-price {
    padding-bottom: 0
}

.holder-hero-with-gradient .info-price p {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400
}

.holder-hero-with-gradient .info-price.secondary {
    max-width: 200px;
    width: auto
}

.holder-hero-with-gradient .info-price.secondary p {
    margin: 0
}

.holder-hero-with-gradient .info-price.secondary p strong.larger-price {
    color: #f66608;
    font-size: 17px
}

.holder-hero-with-gradient .info-price.extra-top-margin {
    margin: 7px 0 20px
}

.holder-hero-with-gradient .info-sub-text {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #191919;
    padding: 2px 0 32px;
    max-width: 272px
}

.holder-hero-with-gradient .info-items {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 380px
}

.holder-hero-with-gradient .info-items .icon-plus {
    margin-top: 4px
}

.holder-hero-with-gradient .info-item-inner .details-link {
    margin-bottom: 3px;
    vertical-align: middle
}

.holder-hero-with-gradient .details-link .icon-details {
    margin-right: 5px
}

.holder-hero-with-gradient .details-link:hover {
    color: #2760f0 !important
}

.holder-hero-with-gradient .button_1s {
    margin-top: 31px
}

.holder-hero-with-gradient .button_1s .details-link {
    margin-left: 5px
}

.holder-hero-with-gradient:not(.section-dark) .hero-section,
.holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) {
    background-color: #fff
}

.holder-hero-with-gradient:not(.section-dark) .details-link,
.holder-hero-with-gradient:not(.section-dark) .discount-field,
.holder-hero-with-gradient:not(.section-dark) .h1,
.holder-hero-with-gradient:not(.section-dark) .h2,
.holder-hero-with-gradient:not(.section-dark) .h3,
.holder-hero-with-gradient:not(.section-dark) .h4,
.holder-hero-with-gradient:not(.section-dark) .h5,
.holder-hero-with-gradient:not(.section-dark) .h6,
.holder-hero-with-gradient:not(.section-dark) .info-payment-text p,
.holder-hero-with-gradient:not(.section-dark) .info-payment-text strong,
.holder-hero-with-gradient:not(.section-dark) .info-price>strong,
.holder-hero-with-gradient:not(.section-dark) .learn-more-link,
.holder-hero-with-gradient:not(.section-dark) h1,
.holder-hero-with-gradient:not(.section-dark) h2,
.holder-hero-with-gradient:not(.section-dark) h3,
.holder-hero-with-gradient:not(.section-dark) h4,
.holder-hero-with-gradient:not(.section-dark) h5,
.holder-hero-with-gradient:not(.section-dark) h6,
.holder-hero-with-gradient:not(.section-dark) li {
    color: #191919
}

.holder-hero-with-gradient:not(.section-dark) .info-price p {
    color: #f66608
}

.holder-hero-with-gradient:not(.section-dark) .price-block.add-divider::after {
    background-color: rgba(0, 0, 0, .2)
}

.holder-hero-with-gradient:not(.section-dark) .icon-details path {
    fill: #272727
}

.holder-hero-with-gradient:not(.section-dark) .icon-details circle {
    stroke: #272727
}

.holder-hero-with-gradient:not(.section-dark) .info-sub-text {
    color: #272727
}

.holder-hero-with-gradient:not(.section-dark) .discount-field {
    background: rgba(39, 39, 39, .05)
}

.holder-hero-with-gradient.full-page-bg .hero-section-bg {
    width: 100%;
    background-size: cover
}

.holder-hero-with-gradient.full-page-bg .hero-section-bg::before {
    background: 0 0
}

.holder-hero-with-gradient.full-page-bg .hero-section-text {
    padding: 0 20px
}

.holder-hero-with-gradient.full-page-bg .info-payment {
    width: 100%
}

.holder-hero-with-gradient.full-page-bg .hero-section {
    margin: 0
}

.holder-hero-with-gradient.full-page-bg:not(.section-dark) .hero-section-bg::before {
    background: 0 0
}

.holder-hero-with-gradient.section-gray-overlay:not(.section-dark):not(.full-page-bg) .container {
    background-color: #f0f0f3
}

.holder-hero-with-gradient.section-gray-overlay:not(.section-dark):not(.full-page-bg) .hero-section-bg {
    z-index: 10
}

.holder-hero-with-gradient.full-height .container {
    min-height: 100vh
}

.holder-hero-with-gradient.section-reverse .container-inner {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.holder-hero-with-gradient.section-reverse .hero-section-bg {
    left: 0
}

.holder-hero-with-gradient .image-holder {
    margin-right: 10px;
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.holder-hero-with-gradient .image-holder img {
    width: 100%;
    height: 100%
}

.holder-hero-with-gradient .info-payment span {
    padding: 0
}

.learn-more-link {
    color: #fff;
    font: 400 15px/20px "Regular", sans-serif;
    display: table;
    text-decoration: underline
}

.without-icon .icon-plus {
    display: none
}

.holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper .form-item {
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper .form-item .form-text {
    background: #fff;
    border-radius: 8px
}

.holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper .form-item-add1 {
    -webkit-box-flex: 4;
    -ms-flex: 4 1 0px;
    flex: 4 1 0
}

@media (min-width:768px) {
    .holder-hero-with-gradient .hero-section-bg {
        width: 100%;
        background-size: cover
    }

    .holder-hero-with-gradient .gradient-line+.container-inner .h1,
    .holder-hero-with-gradient .gradient-line+.container-inner .h2,
    .holder-hero-with-gradient .gradient-line+.container-inner .h3,
    .holder-hero-with-gradient .gradient-line+.container-inner .h4,
    .holder-hero-with-gradient .gradient-line+.container-inner .h5,
    .holder-hero-with-gradient .gradient-line+.container-inner .h6,
    .holder-hero-with-gradient .gradient-line+.container-inner h1,
    .holder-hero-with-gradient .gradient-line+.container-inner h2,
    .holder-hero-with-gradient .gradient-line+.container-inner h3,
    .holder-hero-with-gradient .gradient-line+.container-inner h4,
    .holder-hero-with-gradient .gradient-line+.container-inner h5,
    .holder-hero-with-gradient .gradient-line+.container-inner h6 {
        margin-top: 30px
    }

    .holder-hero-with-gradient .info-price,
    .holder-hero-with-gradient.full-page-bg .info-price {
        width: 40%
    }

    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .details-link,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .discount-field,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .h1,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .h2,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .h3,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .h4,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .h5,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .h6,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .info-payment-text p,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .info-payment-text strong,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .info-price>strong,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .learn-more-link,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) h1,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) h2,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) h3,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) h4,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) h5,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) h6,
    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) li {
        color: #272727
    }

    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .price-block.add-divider::after {
        background-color: rgba(0, 0, 0, .2)
    }

    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .discount-field {
        background: rgba(25, 25, 25, .05)
    }

    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .icon-details path {
        fill: #272727
    }

    .holder-hero-with-gradient:not(.section-dark):not(.full-page-bg) .icon-details circle {
        stroke: #272727
    }

    .holder-hero-with-gradient.full-page-bg .hero-section-bg::before {
        display: block;
        background: linear-gradient(207.1deg, rgba(25, 25, 25, .049033) 18.84%, rgba(25, 25, 25, .916548) 89.5%)
    }

    .holder-hero-with-gradient.full-page-bg .info-payment {
        width: 60%
    }

    .holder-hero-with-gradient.full-page-bg .price-block.add-divider::after {
        left: 40%
    }

    .holder-hero-with-gradient.full-page-bg:not(.section-dark) .hero-section-bg::before {
        display: block;
        background: linear-gradient(207.1deg, rgba(255, 255, 255, .049033) 18.84%, rgba(255, 255, 255, .916548) 89.5%)
    }

    .holder-hero-with-gradient .image-holder {
        width: 127px
    }

    .holder-hero-with-gradient .info-payment {
        padding-top: 0
    }
}

@media screen and (min-width:768px) {
    .holder-hero-with-gradient .hero-section-bg {
        background-position: left center
    }
}

@media (min-width:1024px) {
    .holder-hero-with-gradient .hero-section-bg {
        position: absolute;
        left: auto;
        right: 0;
        width: 50%;
        height: 101%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .holder-hero-with-gradient .container-inner {
        width: 50%
    }

    .holder-hero-with-gradient .container {
        min-height: 500px
    }

    .holder-hero-with-gradient .hero-section {
        margin: 0 20px
    }

    .holder-hero-with-gradient .info-payment span {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .holder-hero-with-gradient {
        padding: 0 50px;
        max-width: 1600px
    }

    .holder-hero-with-gradient:first-child {
        padding-top: 60px
    }

    .holder-hero-with-gradient .gradient-line {
        padding: 16px 20px 17px 50px
    }

    .holder-hero-with-gradient .gradient-line+.container-inner .h1,
    .holder-hero-with-gradient .gradient-line+.container-inner .h2,
    .holder-hero-with-gradient .gradient-line+.container-inner .h3,
    .holder-hero-with-gradient .gradient-line+.container-inner .h4,
    .holder-hero-with-gradient .gradient-line+.container-inner .h5,
    .holder-hero-with-gradient .gradient-line+.container-inner .h6,
    .holder-hero-with-gradient .gradient-line+.container-inner h1,
    .holder-hero-with-gradient .gradient-line+.container-inner h2,
    .holder-hero-with-gradient .gradient-line+.container-inner h3,
    .holder-hero-with-gradient .gradient-line+.container-inner h4,
    .holder-hero-with-gradient .gradient-line+.container-inner h5,
    .holder-hero-with-gradient .gradient-line+.container-inner h6 {
        margin-top: 20px
    }

    .holder-hero-with-gradient .container {
        min-height: 700px
    }

    .holder-hero-with-gradient .hero-section {
        margin: 0 auto
    }

    .holder-hero-with-gradient .h2,
    .holder-hero-with-gradient h2 {
        font-size: 50px;
        line-height: 1
    }

    .holder-hero-with-gradient .info-cost {
        font-size: 80px
    }

    .holder-hero-with-gradient .info-price p {
        font-size: 16px;
        line-height: 1.1
    }

    .holder-hero-with-gradient .info-sub-text {
        padding: 2px 0 8px;
        max-width: 310px
    }

    .holder-hero-with-gradient .info-items {
        margin-top: 12px;
        padding: 0 0 9px;
        font-size: 24px;
        line-height: 1.4;
        max-width: 420px
    }

    .holder-hero-with-gradient .button_1s {
        margin-top: 20px
    }

    .holder-hero-with-gradient.full-page-bg .hero-section-bg {
        height: auto;
        min-height: 100%;
        top: 0;
        -webkit-transform: none;
        transform: none
    }

    .holder-hero-with-gradient.full-page-bg .hero-section-text {
        padding: 0 50px
    }

    .holder-hero-with-gradient.full-page-bg .price-block.add-divider::after {
        left: 40%
    }

    .holder-hero-with-gradient.full-page-bg .hero-section {
        margin: 0
    }

    .holder-hero-with-gradient.full-page-bg .gradient-line {
        padding-left: 50px;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        margin-left: -13px
    }

    .holder-hero-with-gradient.full-height .container {
        min-height: 100vh
    }

    .holder-hero-with-gradient.section-reverse .gradient-line {
        margin-left: 50%;
        padding-left: 50px
    }

    .learn-more-link:hover {
        text-decoration: underline
    }
}

@media (min-width:1440px) {
    .holder-hero-with-gradient .hero-section {
        max-width: 1600px
    }

    .holder-hero-with-gradient .info-cost {
        font-size: 80px
    }

    .holder-hero-with-gradient.full-page-bg .hero-section-bg {
        height: auto
    }

    .holder-hero-with-gradient.full-page-bg .hero-section {
        max-width: 100%
    }
}

@media (min-width:1800px) {
    .holder-hero-with-gradient {
        padding: 0 100px;
        max-width: 1800px
    }

    .holder-hero-with-gradient .hero-section-bg {
        width: 50%
    }

    .holder-hero-with-gradient .gradient-line {
        padding-left: 75px
    }

    .holder-hero-with-gradient .gradient-line+.container-inner .h1,
    .holder-hero-with-gradient .gradient-line+.container-inner .h2,
    .holder-hero-with-gradient .gradient-line+.container-inner .h3,
    .holder-hero-with-gradient .gradient-line+.container-inner .h4,
    .holder-hero-with-gradient .gradient-line+.container-inner .h5,
    .holder-hero-with-gradient .gradient-line+.container-inner .h6,
    .holder-hero-with-gradient .gradient-line+.container-inner h1,
    .holder-hero-with-gradient .gradient-line+.container-inner h2,
    .holder-hero-with-gradient .gradient-line+.container-inner h3,
    .holder-hero-with-gradient .gradient-line+.container-inner h4,
    .holder-hero-with-gradient .gradient-line+.container-inner h5,
    .holder-hero-with-gradient .gradient-line+.container-inner h6 {
        margin-top: 30px
    }

    .holder-hero-with-gradient .info-sub-text {
        padding: 2px 0 30px
    }

    .holder-hero-with-gradient .info-items {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 0;
        padding: 0 0 12px
    }

    .holder-hero-with-gradient .button_1s {
        margin-top: 29px
    }

    .holder-hero-with-gradient.full-page-bg .hero-section-bg {
        height: auto
    }

    .holder-hero-with-gradient.full-page-bg .hero-section-text {
        padding: 0 100px
    }

    .holder-hero-with-gradient.full-page-bg .hero-section {
        margin: 0
    }

    .holder-hero-with-gradient.full-page-bg .gradient-line {
        margin-left: 45px
    }

    .holder-hero-with-gradient.section-reverse .gradient-line {
        padding-left: 75px
    }
}

@media (max-width:1200px) {
    .holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper .form-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        margin-right: 0
    }

    .holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper .form-item-add1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%
    }

    .holder-hero-section .webform-submission-find-offers-50-50-banner--form .form-wrapper .form-item-add2 {
        margin-right: 15px
    }
}

@media (max-width:1199px) {
    .holder-hero-with-gradient.bg-navy .info-payment {
        padding-top: 5px
    }

    .holder-hero-with-gradient:not(.section-dark) .info-payment {
        padding-top: 5px
    }
}

@media (max-width:767px) {
    .holder-hero-with-gradient .info-cost {
        font-size: 80px
    }

    .holder-hero-with-gradient .info-payment span.image-holder {
        padding: 0 0 0 7px
    }

    .holder-hero-with-gradient .info-payment .info-payment-text p {
        letter-spacing: 0;
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width:567px) {
    .holder-hero-with-gradient .hide-mobile-bg {
        display: none
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .holder-hero-with-gradient .hero-section {
        margin: 0 auto
    }
}

.block-system-breadcrumb-block {
    padding: 0 0 15px
}

.block-system-breadcrumb-block~.article-section .article-section-top {
    text-align: left;
    max-width: none
}

.breadcrumb {
    margin: 0 auto
}

.breadcrumb li {
    display: inline
}

.breadcrumb a {
    text-decoration: none
}

body.no-touch .breadcrumb a:hover {
    text-decoration: underline
}

.node__content .block-system-breadcrumb-block {
    padding: 25px 0
}

.node__content .breadcrumb {
    max-width: none
}

@media (min-width:1200px) {
    .block-system-breadcrumb-block {
        padding: 0 0 25px
    }

    .node__content .block-system-breadcrumb-block {
        padding: 50px 0
    }
}

#block-optimum-local-tasks .tabs.primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#block-optimum-local-tasks li.is-active a {
    cursor: default;
    background: #272727
}

#block-optimum-local-tasks a {
    background: #2760f0;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px 16px;
    font: 700 15px/20px "Regular", sans-serif;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px 20px 0 0
}

.no-touch #block-optimum-local-tasks a:hover {
    text-decoration: none;
    background: #272727
}

body.phone-hidden .header-item.header-phone {
    display: none !important;
    visibility: hidden
}

.header,
.header-inner {
    z-index: 100;
    height: 66px;
    width: 100%
}

.header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    color: #191919;
    position: relative
}

.header .container {
    padding: 0;
    height: 100%
}

.header-inner {
    position: fixed;
    top: 0;
    left: 0
}

.header-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #002864
}

.header-content-bg {
    display: none
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    background: #fff
}

.header-mobile-topbar {
    display: none
}

.hide-menu {
    position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 57px;
    border: 0;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto
}

.hide-menu .icon-cross {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.header-logo a {
    outline: 0
}

.header-logo a,
.no-touch .header-logo a:hover {
    text-decoration: none
}

.header-item b,
.header-logo a,
.header-logo svg {
    display: block;
    width: 100%
}

.header-logo a,
.nav,
.nav-item {
    position: relative
}

.nav,
.nav-list>li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nav {
    display: none;
    margin: 0 0 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nav-list>li {
    width: 100%
}

.nav-list a {
    outline: 0
}

.nav-list a,
.nav-list a:hover {
    -webkit-transition: color 0s;
    transition: color 0s
}

.nav-list a,
.no-touch .nav-list a:hover {
    color: inherit;
    text-decoration: none
}

.nav-list .lvl1.is-active .nav-item:before,
.nav-list .lvl2.is-active .nav-item:before,
.nav-list .lvl3.is-active .nav-item:before {
    width: calc(100% - 30px);
    margin: auto
}

.nav-list .lvl1 .icon-corner,
.nav-list .lvl2 .icon-corner,
.nav-list .lvl3 .icon-corner {
    margin-right: 30px
}

.nav-item {
    font: 15px/20px "Regular", sans-serif
}

.nav-item .icon-corner {
    margin: 0 15px 0 0;
    vertical-align: middle
}

.nav-item-button_1 {
    display: none
}

.nav-item-text,
.no-touch .header-item>a:hover {
    text-decoration: none
}

.nav-dropdown {
    font: 15px/20px "Regular", sans-serif;
    display: none
}

.nav-dropdown>.container {
    height: 100%
}

.nav-dropdown-lvl2 {
    display: none
}

.lvl2:hover .nav-dropdown-lvl2 {
    opacity: 1;
    pointer-events: auto
}

.header-item {
    font: 15px/20px "Regular", sans-serif;
    color: #191919;
    display: none;
    margin: 0 0 15px 15px;
    width: calc(100% - 30px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-item.header-phone {
    font-weight: 700
}

.footer-search form,
.header-item>a,
.header-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-item>a {
    color: inherit;
    min-height: 50px;
    width: 100%;
    border: 1px solid rgba(39, 96, 240, .2);
    border-radius: 10px;
    padding: 10px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-item svg {
    color: #2760f0;
    margin: 0 10px 0 0
}

.header-item b {
    font: inherit;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.header-account,
.header-account-button_1 b,
.header-item svg,
.header-languages>li,
.header-phone {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-account-button_1 {
    text-decoration: none;
    font: 700 15px/20px "Regular", sans-serif;
    cursor: pointer
}

.header-item>a,
.header-languages s,
.header-languages u,
.no-touch .header-account-button_1:hover,
.no-touch .header-cart a:hover {
    text-decoration: none
}

.header-account-button_1 b {
    font: inherit;
    display: inline-block;
    vertical-align: top
}

.header-account-inner {
    color: #191919
}

.header-language svg {
    display: none;
    visibility: hidden
}

.header-account-button_1 .icon-account,
.header-divider,
.open-menu {
    display: none
}

.open-menu-icon {
    width: 24px;
    height: 2px;
    background: currentColor;
    top: 50%;
    left: 50%;
    margin: 1px 0 0 -12px;
    position: absolute
}

.open-menu-icon:after,
.open-menu-icon:before {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    content: ""
}

.open-menu-icon:before {
    top: -9px
}

.open-menu-icon:after {
    bottom: -9px
}

.header-shop-now {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 15px 15px;
    width: calc(100% - 30px)
}

.footer-search,
.header-search {
    top: 0;
    z-index: 4;
    color: #fff
}

.footer-search form,
.header-search form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-search input[type=submit],
.header-search input[type=submit] {
    width: 100%;
    cursor: pointer;
    text-indent: -9999px;
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 0
}

.footer-search .icon-round-arrow,
.footer-search .icon-round-arrow-stroke,
.header-search .icon-round-arrow,
.header-search .icon-round-arrow-stroke {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer-search,
.footer-search .icon-round-arrow,
.header-search .icon-round-arrow {
    display: none
}

html body .footer-search .icon-marker path,
html body .footer-search .icon-round-arrow path {
    stroke: #fff
}

html body .footer-search {
    margin: -5px 0 15px 26px
}

.footer-search-open,
.header-search-open {
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: inherit;
    text-align: center;
    width: 30px
}

.footer-search-inner,
.header-search-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 9;
    margin: -2px 0 0
}

.footer-search-inner .footer-search .form-actions,
.footer-search-inner .form-actions,
.header-search-inner .footer-search .form-actions,
.header-search-inner .form-actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    margin: 0
}

.footer-search-inner #footprint_zip_submit,
.footer-search-inner .footer-search #footprint_zip_submit,
.header-search-inner #footprint_zip_submit,
.header-search-inner .footer-search #footprint_zip_submit {
    width: 100%;
    border: 0;
    z-index: 50;
    cursor: pointer;
    background: 0 0
}

.footer-search-inner #location-error,
.footer-search-inner #location-ok,
.footer-search-inner .footer-search #location-error,
.footer-search-inner .footer-search #location-ok,
.header-cart b,
.header-languages s,
.header-search-inner #location-error,
.header-search-inner #location-ok,
.header-search-inner .footer-search #location-error,
.header-search-inner .footer-search #location-ok {
    display: none
}

.footer-search-inner #location-ok path,
.footer-search-inner .footer-search #location-ok path,
.header-search-inner #location-ok path,
.header-search-inner .footer-search #location-ok path {
    fill: #7ac426;
    stroke: #7ac426
}

.footer-search-inner #location-error path,
.footer-search-inner .footer-search #location-error path,
.header-search-inner #location-error path,
.header-search-inner .footer-search #location-error path {
    fill: #d6001a;
    stroke: #d6001a
}

.form-item.footer-search-field,
.form-item.header-search-field {
    z-index: 1;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-item.footer-search-field.focus .form-text,
.form-item.footer-search-field.not-valid .form-text,
.form-item.header-search-field.focus .form-text,
.form-item.header-search-field.not-valid .form-text {
    border-color: inherit
}

.form-item.footer-search-field label,
.form-item.header-search-field label {
    color: inherit;
    position: static;
    margin: 0 5px 0 0;
    padding: 4px 0 0;
    font: 15px/20px "Regular", sans-serif;
    overflow: visible;
    height: auto
}

.form-item.footer-search-field .form-text,
.form-item.header-search-field .form-text {
    border-radius: 0;
    border: 1px solid currentColor;
    color: #fff;
    background: 0 0;
    height: 30px;
    padding: 3px 30px 2px 5px;
    width: 95px;
    font: 15px/20px "Regular", sans-serif
}

.form-item.footer-search-field .form-text::-webkit-input-placeholder,
.form-item.header-search-field .form-text::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-item.footer-search-field .form-text:-moz-placeholder,
.form-item.footer-search-field .form-text::-moz-placeholder,
.form-item.header-search-field .form-text:-moz-placeholder,
.form-item.header-search-field .form-text::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-item.footer-search-field .form-text:-ms-input-placeholder,
.form-item.header-search-field .form-text:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-item.footer-search-field .form-text:-webkit-autofill,
.form-item.header-search-field .form-text:-webkit-autofill {
    -webkit-background-clip: text
}

.form-item.footer-search-field .icon-cross-small,
.form-item.header-search-field .icon-cross-small {
    opacity: 0;
    display: none
}

html body .form-item.footer-search-field label {
    color: #fff;
    font-size: 15px
}

html body .footer-search .footer-search-field.focus .form-text {
    border-color: #fff;
    color: #fff
}

.header-cart {
    position: fixed;
    right: 5px;
    top: 0;
    z-index: 4;
    color: #fff
}

.header-cart a {
    text-decoration: none;
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit
}

.header-cart a,
.header-cart svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:1200px) {

    body.user-logged-in .header-inner,
    body.user-logged-in .nav-dropdown {
        top: 80px
    }

    .header {
        height: 115px
    }

    .header .container {
        padding: 0 50px;
        max-width: 1600px;
        position: static
    }

    .header-inner {
        height: 115px;
        background: #fff;
        border-bottom: 1px solid #002864
    }

    .header-inner:before {
        height: 60px
    }

    .header-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: static
    }

    .header-logo,
    .nav-hidden .header-content,
    .nav-list>li {
        position: relative
    }

    .header-logo {
        width: 155px;
        margin: 14px 16px 0 0;
        z-index: 4
    }

    .nav-hidden .header-logo {
        position: absolute;
        left: 0
    }

    .nav,
    .nav-list {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .nav {
        display: block;
        margin: 0;
        position: static
    }

    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav-list>li {
        padding: 0;
        width: auto;
        z-index: 1
    }

    .nav-list>li .is-active {
        z-index: 2
    }

    .no-touch .nav-list>li:hover {
        z-index: 3
    }

    .has-dropdown>.lvl2 .nav-item-text:after {
        content: '';
        border-width: 4.2px 3.5px 0;
        border-color: currentColor transparent transparent;
        border-style: solid;
        display: inline-block;
        vertical-align: top;
        margin: 7px 0 0 4px
    }

    .nav-item.lvl1 {
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        z-index: 4
    }

    .is-active>.nav-item.lvl1,
    .no-touch li:hover>.nav-item.lvl1 {
        background: #fff;
        color: #002864
    }

    .nav-item.lvl2,
    .nav-item.lvl3 {
        padding: 0
    }

    .header-item b,
    .nav-item-text {
        position: relative;
        display: inline-block;
        vertical-align: top
    }

    .is-active>.nav-item>.nav-item-text:before,
    .no-touch .header-item>a:hover b:before,
    .no-touch .nav-item-text:hover:before {
        right: auto;
        left: 0;
        width: 100%
    }

    .lvl1>.nav-item-text {
        width: auto;
        height: 60px;
        padding: 22px 7px 0;
        text-align: center;
        min-width: 75px
    }

    .header-account .nav-item-text:before,
    .header-account-button_1:before,
    .header-cart b:before,
    .header-item b:before,
    .lvl2>.nav-item-text:before,
    .lvl3>.nav-item-text:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -1px;
        width: 0;
        height: 1px;
        background: currentColor;
        -webkit-transition: width .4s cubic-bezier(.39, .575, .565, 1), background .4s ease;
        transition: width .4s cubic-bezier(.39, .575, .565, 1), background .4s ease
    }

    .lvl3>.nav-item-text {
        white-space: nowrap
    }

    .nav-dropdown {
        color: #002864;
        display: block;
        pointer-events: none;
        margin: 60px 0 0;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .is-active>.nav-dropdown,
    .no-touch .lvl1:hover .nav-dropdown {
        opacity: 1;
        pointer-events: auto
    }

    .nav-dropdown>.container {
        height: auto;
        background: #fff
    }

    .nav-dropdown-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .nav-dropdown-list>li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 18px 20px 0 0;
        height: 54px;
        position: relative
    }

    .nav-dropdown-list>li:last-child {
        padding-right: 0
    }

    .nav-dropdown-lvl2 {
        display: block;
        pointer-events: none;
        position: absolute;
        top: calc(100% - 5px);
        left: 0;
        padding: 15px 20px;
        background: #fff;
        opacity: 0;
        min-width: 200px
    }

    .header-account-inner li,
    .nav-dropdown-lvl2 li {
        margin: 0 0 10px
    }

    .header-account-inner li:last-child,
    .nav-dropdown-lvl2 li:last-child {
        margin-bottom: 0
    }

    nav.nav>.no-touch li.is-active>.nav-item.lvl1,
    nav.nav>ul.nav-list:hover li.is-active>.nav-item.lvl1 {
        background: #002864;
        color: #fff
    }

    nav.nav>.no-touch li.is-active:hover>.nav-item.lvl1,
    nav.nav>ul.nav-list:hover li.is-active:hover>.nav-item.lvl1 {
        background-color: #fff;
        color: #002864
    }

    nav.nav .no-touch>li.is-active>.nav-dropdown,
    nav.nav ul.nav-list:hover>li.is-active>.nav-dropdown {
        opacity: 0
    }

    nav.nav .no-touch>.no-touch>.nav-dropdown,
    nav.nav .no-touch>li.is-active:hover>.nav-dropdown,
    nav.nav ul.nav-list:hover>.no-touch>.nav-dropdown,
    nav.nav ul.nav-list:hover>li.is-active:hover>.nav-dropdown {
        opacity: 1
    }

    .header-item {
        display: block;
        margin: 0 0 0 20px;
        width: auto
    }

    .header-item>a {
        width: auto;
        padding: 0;
        min-height: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 0;
        border-radius: 0
    }

    .header-item svg {
        color: currentColor
    }

    .header-phone {
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        margin-top: 16px
    }

    .header-phone svg {
        display: none
    }

    .header-account,
    .store-locator {
        position: relative;
        z-index: 4
    }

    .store-locator a {
        color: #002864
    }

    .store-locator .icon-home {
        width: 16px;
        height: 16px;
        margin: 1px 3px 0 0
    }

    .header-account {
        z-index: 6;
        margin: 22px 0 0 20px
    }

    .header-account .nav-item {
        padding: 0
    }

    .header-account .nav-item-text {
        color: #fff;
        white-space: nowrap
    }

    .no-touch .header-account .nav-item-text:hover:before,
    .no-touch .header-account-button_1:hover:before,
    .no-touch .header-cart a:hover b:before {
        right: auto;
        left: 0;
        width: 100%
    }

    .header-account-button_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: 0 0;
        color: #fff;
        border: 0;
        padding: 0;
        font-weight: 400;
        position: relative
    }

    .header-account-button_1 .icon-account {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 1px 3px 0 0;
        display: block
    }

    .header-account-button_1:after {
        content: '';
        border-width: 4.2px 3.5px 0;
        border-color: currentColor transparent transparent;
        border-style: solid;
        display: inline-block;
        vertical-align: top;
        margin: 7px 0 0 4px
    }

    .header-account-inner {
        position: absolute;
        opacity: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(100% - 15px);
        padding: 15px;
        background: #002864;
        pointer-events: none;
        text-align: center
    }

    .header-account-open .header-account-inner,
    .no-touch .header-account:hover .header-account-inner {
        opacity: 1;
        pointer-events: auto
    }

    .header-language {
        font-size: 13px;
        text-transform: capitalize
    }

    .header-language a:after {
        content: attr(data-lang);
        display: inline-block;
        vertical-align: top;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header-language svg {
        visibility: visible;
        display: block;
        margin: 3px 6px 0 0
    }

    .header-language b {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 18px;
        width: auto;
        height: 100%
    }

    .header-divider {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 19px;
        margin: 0
    }

    .nav-hidden .header-divider {
        height: 29px
    }

    .header-link {
        color: #fff;
        margin-top: 22px
    }

    .header-link svg {
        display: none
    }

    .header-shop-now {
        margin: 10px 0 0 20px;
        width: auto;
        display: block
    }

    .header-shop-now .button_1 {
        min-width: 112px;
        padding: 10px 16px
    }

    .footer-search,
    .header-search {
        position: relative;
        color: #002864;
        margin: -11px 0 0
    }

    .footer-search input[type=submit],
    .header-search input[type=submit] {
        height: 36px
    }

    .footer-search .icon-round-arrow,
    .header-search .icon-round-arrow {
        display: block
    }

    .footer-search .icon-round-arrow-stroke,
    .header-languages svg,
    .header-languages u,
    .header-search .icon-round-arrow-stroke {
        display: none
    }

    .footer-search .icon-marker,
    .header-search .icon-marker {
        width: 13px;
        height: 20px
    }

    .footer-search-open,
    .header-search-open {
        cursor: default;
        pointer-events: none;
        width: 20px;
        margin: 7px 0 0
    }

    .footer-search-inner,
    .header-search-inner {
        margin: 5px 0 0
    }

    .form-item.footer-search-field label,
    .form-item.header-search-field label {
        padding: 4px 0 0
    }

    .form-item.footer-search-field .form-text,
    .form-item.header-search-field .form-text {
        border-color: #c4c4c4;
        color: #002864;
        width: 76px
    }

    .form-item.footer-search-field .form-text::-webkit-input-placeholder,
    .form-item.header-search-field .form-text::-webkit-input-placeholder {
        color: #002864
    }

    .form-item.footer-search-field .form-text:-moz-placeholder,
    .form-item.footer-search-field .form-text::-moz-placeholder,
    .form-item.header-search-field .form-text:-moz-placeholder,
    .form-item.header-search-field .form-text::-moz-placeholder {
        color: #002864
    }

    .form-item.footer-search-field .form-text:-ms-input-placeholder,
    .form-item.header-search-field .form-text:-ms-input-placeholder {
        color: #002864
    }

    .form-item.footer-search-field .form-text:-webkit-autofill,
    .form-item.header-search-field .form-text:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 100px #fff inset;
        -webkit-text-fill-color: #002864;
        caret-color: #002864
    }

    .header-languages {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #fff;
        margin: 22px 0 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        z-index: 4
    }

    .header-languages,
    .header-languages>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-languages>li:not(:last-child):after {
        content: '|';
        margin: 0 5px;
        font-weight: 400;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header-languages .header-item {
        color: inherit;
        margin: 0
    }

    .header-languages .header-item.is-active {
        font-weight: 700
    }

    .header-languages s {
        display: inline
    }

    .header-cart {
        position: static;
        color: #002864;
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 0 20px
    }

    .header-cart a {
        width: auto;
        height: auto
    }

    .header-cart b {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        font: inherit;
        display: inline-block;
        vertical-align: top;
        position: relative
    }

    .header-cart svg {
        margin: 0 5px 0 0;
        width: 18px;
        height: 16px
    }
}

@media (min-width:1440px) {
    .header-logo {
        margin-right: 43px
    }

    .lvl1>.nav-item-text {
        padding-left: 20px;
        padding-right: 20px
    }

    .nav-dropdown-list>li {
        padding-right: 30px
    }

    .header-phone {
        font-size: 24px;
        line-height: 30px;
        margin-top: 17px
    }
}

@media (min-width:1800px) {
    .header .container {
        padding: 0 100px;
        max-width: 1800px
    }

    .nav-dropdown-list>li {
        padding-right: 40px
    }

    .header-account,
    .header-cart,
    .header-item,
    .header-languages,
    .header-shop-now {
        margin-left: 30px
    }
}

@media (max-width:1199px) {
    .mobile-disabled {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0
    }

    .header.header-mobile .header-phone .icon-phone-stroke {
        display: none
    }

    .show-menu .header-inner {
        height: 100%
    }

    .header-content-bg,
    .header-inner:after {
        position: fixed;
        top: 0;
        width: 100%;
        pointer-events: none
    }

    .header-inner:after {
        content: '';
        -webkit-transition: background-color .4s ease;
        transition: background-color .4s ease;
        left: 0;
        height: 100%;
        z-index: 4
    }

    .show-menu .header-inner:after {
        pointer-events: auto;
        background: rgba(25, 25, 25, .3)
    }

    .header-content-bg {
        display: block;
        height: 66px;
        background: #fff;
        z-index: 25;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .show-menu .header-content-bg,
    .show-menu .header-content-bg:after {
        left: 0
    }

    .header-content-bg:after {
        content: '';
        position: fixed;
        top: 0;
        width: 100%;
        height: 57px;
        background: #002864
    }

    .header-content,
    .header-content-bg,
    .header-content-bg:after,
    .header-mobile-topbar {
        left: -150vw;
        max-width: 330px;
        -webkit-transition: left .4s ease;
        transition: left .4s ease
    }

    .header-content {
        -webkit-overflow-scrolling: touch
    }

    .show-menu .header-content {
        height: 100%;
        padding-top: 57px;
        left: 0;
        z-index: 5;
        overflow: auto
    }

    .nav-hidden .show-menu .header-content {
        padding-top: 68px
    }

    .header-mobile-topbar {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 57px;
        color: #fff;
        z-index: 25;
        font: 700 15px/20px "Regular", sans-serif;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        pointer-events: none
    }

    .show-menu .header-mobile-topbar {
        left: 0
    }

    .header-mobile-topbar>div {
        display: none;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 19px 50px 0 20px
    }

    .header-account-open .header-mobile-topbar>div,
    .lvl1-dropdown-open .header-mobile-topbar>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-mobile-topbar p {
        margin: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%;
        padding: 0 0 0 12px
    }

    .header-mobile-topbar .icon-corner {
        -webkit-transform: scale(-1);
        transform: scale(-1);
        margin: 3px 0 0
    }

    .back-text,
    .back-text-main {
        text-decoration: none;
        display: none
    }

    .lvl1-dropdown-open .back-text-main {
        display: block
    }

    .header-account-open .back-text-main,
    .lvl2-dropdown-open .back-text-main,
    .lvl2-dropdown-open .nav-item.lvl1 {
        display: none
    }

    .header-account-open .back-text,
    .lvl2-dropdown-open .back-text {
        display: block
    }

    .header-logo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: fixed;
        left: 66px;
        top: 18px
    }

    .show-search .header-logo {
        opacity: 0
    }

    .nav {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .show-menu .nav {
        display: block
    }

    .header-account-open .nav {
        opacity: 0;
        pointer-events: none
    }

    .nav-list .lvl1 a,
    .nav-list .lvl2 a,
    .nav-list .lvl3 a {
        border-bottom: 1px solid rgba(39, 96, 240, .2);
        width: calc(100% - 30px);
        overflow: hidden;
        height: 100%;
        font: 15px/20px "Regular", sans-serif;
        padding: 25px 24px 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 15px
    }

    .header:not(.show-menu) .header-phone .icon-phone,
    .header:not(.show-menu) .header-phone b,
    .lvl1-dropdown-open li.lvl1:not(.open),
    .lvl2-dropdown-open li.lvl2:not(.open) {
        display: none
    }

    .nav-item-button_1,
    .nav-item:before {
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 0
    }

    .nav-item:before {
        content: '';
        right: 0;
        border-radius: 10px;
        -webkit-transition: background-color .4s ease;
        transition: background-color .4s ease
    }

    .is-active>.nav-item:before {
        background: #f2f1f0
    }

    .open>.nav-item {
        border-bottom-color: transparent;
        padding-bottom: 0
    }

    .open>.nav-item .icon-corner,
    .open>.nav-item:before {
        display: none
    }

    .nav-item-button_1 {
        display: block;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        background: 0 0;
        padding: 0;
        border: 0;
        text-align: right
    }

    .open>.nav-item>.nav-item-button_1 {
        height: 57px;
        top: 0;
        width: calc(100% - 65px);
        max-width: 265px;
        bottom: auto;
        position: fixed;
        z-index: 11
    }

    .nav-item-text {
        text-decoration: none;
        position: relative;
        z-index: 3;
        color: inherit
    }

    .is-active>.nav-item>.nav-item-text {
        text-decoration: underline;
        font-weight: 700
    }

    .has-dropdown>.nav-item>.nav-item-text {
        pointer-events: none
    }

    .open>.nav-item>.nav-item-text {
        pointer-events: auto;
        font: 700 22px/24px "Regular", sans-serif;
        color: #002864;
        text-decoration: none
    }

    .lvl1-dropdown-open .nav-dropdown,
    .lvl2-dropdown-open .nav-dropdown-lvl2,
    .show-menu .header-item {
        display: block
    }

    .header-phone {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .header:not(.show-menu) .header-phone {
        display: block
    }

    .header:not(.show-menu) .header-phone a {
        border: 0;
        padding: 0;
        min-height: 0;
        border-radius: 0;
        width: 0;
        height: 0;
        position: absolute;
        left: -100vh
    }

    .header-phone .icon-phone-stroke {
        margin: 0;
        color: #fff;
        right: 28px;
        top: 23px;
        position: fixed;
        z-index: 4
    }

    .header-phone .icon-phone-stroke:before {
        content: '';
        position: absolute;
        width: 44px;
        height: 44px;
        left: 50%;
        top: 50%;
        margin: -22px 0 0 -22px
    }

    .store-locator {
        -webkit-box-ordinal-group: 98;
        -ms-flex-order: 97;
        order: 97
    }

    .header-account {
        position: absolute;
        width: 0;
        height: 0;
        pointer-events: none;
        opacity: 0;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .show-menu .header-account {
        width: calc(100% - 30px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 15px 15px;
        min-height: 45px;
        position: relative;
        height: auto;
        pointer-events: auto;
        opacity: 1
    }

    .header-account-button_1 {
        height: 45px;
        background: #fff;
        border: 1px solid #f66608;
        border-radius: 30px;
        text-align: center;
        color: #2760f0;
        width: 100%;
        display: block;
        padding: 13px 20px
    }

    .header-account-open .header-account-button_1 {
        position: fixed;
        height: 57px;
        top: 0;
        left: 0;
        border: 0;
        background: 0 0;
        color: #002864;
        font-size: 22px;
        line-height: 26px;
        width: calc(100% - 65px);
        max-width: 265px;
        z-index: 10
    }

    .header-account-inner,
    .header-language {
        position: fixed;
        width: 100%;
        pointer-events: none
    }

    .header-account-inner {
        left: -150vw;
        max-width: 330px;
        background: #fff;
        top: 57px;
        -webkit-transition: left .4s ease;
        transition: left .4s ease;
        z-index: 6
    }

    .show-menu.header-account-open .header-account-inner {
        pointer-events: auto;
        left: 0
    }

    .show-menu.header-account-open .header-account-inner a {
        border-bottom: 1px solid rgba(39, 96, 240, .2);
        width: calc(100% - 30px);
        overflow: hidden;
        height: 100%;
        font: 15px/20px "Regular", sans-serif;
        padding: 23px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 15px
    }

    .header-account-inner:before {
        content: attr(data-title);
        font: 700 22px/24px "Regular", sans-serif;
        display: block;
        color: #002864;
        padding: 23px 38px 0
    }

    .header-language {
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 106;
        padding: 19px 20px 15px;
        margin: 0;
        -webkit-transition: background .4s ease .2s;
        transition: background .4s ease .2s;
        border: 0;
        font-size: 15px;
        line-height: 20px
    }

    .show-menu .header-language {
        visibility: visible;
        pointer-events: auto;
        background: #f0f1f3
    }

    .header-language a {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        min-height: 0;
        width: auto
    }

    .header-link {
        -webkit-box-ordinal-group: 99;
        -ms-flex-order: 98;
        order: 98
    }

    .open-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: 0 0;
        padding: 0;
        border: 0;
        cursor: pointer;
        width: 66px;
        height: 66px;
        color: #fff;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .show-menu .header-shop-now {
        display: block;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .header-shop-now .button_1 {
        display: block;
        width: 100%;
        height: 45px;
        border-radius: 30px;
        font: 700 15px/20px "Regular", sans-serif;
        padding: 13px 20px
    }

    .footer-search,
    .header-search {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        height: 66px;
        padding: 21px 0 0;
        position: fixed;
        right: 65px
    }

    .show-menu .footer-search,
    .show-menu .header-search {
        pointer-events: none
    }

    .show-search .footer-search-open:before,
    .show-search .header-search-open:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 8
    }

    .footer-search-inner,
    .header-search-inner {
        max-width: 0;
        overflow: hidden;
        -webkit-transition: opacity .4s ease, max-width .4s ease;
        transition: opacity .4s ease, max-width .4s ease
    }

    .show-search .footer-search-inner,
    .show-search .header-search-inner {
        max-width: 600px;
        opacity: 1
    }

    .form-item.footer-search-field .form-text:-webkit-autofill,
    .form-item.header-search-field .form-text:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 100px #002864 inset
    }

    .show-menu .header-languages {
        display: block;
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99
    }

    .header-languages .header-item.is-active {
        display: none
    }

    .header-logo,
    .open-menu {
        z-index: 3
    }

    .nav {
        z-index: 10
    }

    #header .header-content .nav.menu--main {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width:1023px) {
    body.user-logged-in {
        padding: 0
    }

    body.user-logged-in #toolbar-administration {
        display: none
    }
}
.channels-amount {
    background-color: #e1e0e0;
    color: #2760f0;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    margin-bottom: 17px;
}