@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap); .splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: rgba(0,0,0,0);
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid rgba(0,0,0,0);
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: var(--clr-text-secondary)
}

:root {
    --clr-primary: #0030b8;
    --clr-primary-dark: #07026c;
    --clr-secondary: #ffd44a;
    --clr-secondary-dark: #e2bf1d;
    --clr-btn1: #FDD400;
    --clr-btn2: #F07402;
    --clr-btn-border: #F25B00;
    --clr-text: #333;
    --clr-text-secondary: #666;
    --clr-gray900: #495057;
    --clr-gray800: #999;
    --clr-gray700: #ced4da;
    --clr-gray600: #e9e9e8;
    --clr-gray500: #ebebeb;
    --clr-gray400: #fafafa;
    --clr-gray300: #f0f0f0;
    --clr-dark: #212121;
    --clr-black: #000;
    --pricing-active: #07026c;
    --bg-trustpilot: #e9e9e8
}

#wrapper {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
    z-index: 10
}

.page-content:not(.w-hero) {
    padding: 117.59px 0 0 0
}

.page-content.w-hero {
    padding: 70px 0 0 0
}

.omnibus-text {
    font-size: 90%;
    text-align: center;
    margin: .25rem 0 0 0
}

.small-text {
    font-size: .875rem
}

img {
    width: auto;
    max-width: 100%;
    height: auto
}

.mt-0 {
    margin-top: 0px !important
}

.mt-10 {
    margin-top: 12px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-24 {
    margin-top: 24px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mt-40 {
    margin-top: 40px !important
}

.m-0 {
    margin: 0 !important
}

.mw-200 {
    max-width: 200px !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    --container-col-count: 12;
    --container-gap-count: calc(var(--container-col-count) - 1);
    --gap-size: 0px;
    --combined-gap-size: calc(var(--container-gap-count) * var(--gap-size));
    --col-size: calc((100% - var(--combined-gap-size)) / var(--container-col-count));
    gap: var(--gap-size)
}

.row .col {
    --item-gap-count: calc(var(--item-col-count) - 1);
    --item-size: calc(var(--item-col-count) * var(--col-size) + var(--item-gap-count) * var(--gap-size));
    flex: 0 0 var(--item-size);
    min-width: 0
}

.row .col-1 {
    --item-col-count: 1
}

.row .order-1 {
    order: 1
}

.row .col-2 {
    --item-col-count: 2
}

.row .order-2 {
    order: 2
}

.row .col-3 {
    --item-col-count: 3
}

.row .order-3 {
    order: 3
}

.row .col-4 {
    --item-col-count: 4
}

.row .order-4 {
    order: 4
}

.row .col-5 {
    --item-col-count: 5
}

.row .order-5 {
    order: 5
}

.row .col-6 {
    --item-col-count: 6
}

.row .order-6 {
    order: 6
}

.row .col-7 {
    --item-col-count: 7
}

.row .order-7 {
    order: 7
}

.row .col-8 {
    --item-col-count: 8
}

.row .order-8 {
    order: 8
}

.row .col-9 {
    --item-col-count: 9
}

.row .order-9 {
    order: 9
}

.row .col-10 {
    --item-col-count: 10
}

.row .order-10 {
    order: 10
}

.row .col-11 {
    --item-col-count: 11
}

.row .order-11 {
    order: 11
}

.row .col-12 {
    --item-col-count: 12
}

.row .order-12 {
    order: 12
}

.row.gap-1 {
    --gap-size: calc(1 * 6px)
}

.row.gap-2 {
    --gap-size: calc(2 * 6px)
}

.row.gap-3 {
    --gap-size: calc(3 * 6px)
}

.row.gap-4 {
    --gap-size: calc(4 * 6px)
}

.row.gap-5 {
    --gap-size: calc(5 * 6px)
}

.row.gap-6 {
    --gap-size: calc(6 * 6px)
}

.row.gap-7 {
    --gap-size: calc(7 * 6px)
}

.row.gap-8 {
    --gap-size: calc(8 * 6px)
}

.row.gap-9 {
    --gap-size: calc(9 * 6px)
}

.row.gap-10 {
    --gap-size: calc(10 * 6px)
}

.row.align-stretch {
    align-items: stretch
}

.row.align-center {
    align-items: center
}

.row.justify-center {
    justify-content: center
}

.row.justify-between {
    justify-content: space-between
}

.row .flex-grow {
    flex-grow: 1
}

@media(min-width: 576px) {
    .row .col-sm-1 {
        --item-col-count: 1
    }

    .row .order-sm-1 {
        order: 1
    }

    .row .col-sm-2 {
        --item-col-count: 2
    }

    .row .order-sm-2 {
        order: 2
    }

    .row .col-sm-3 {
        --item-col-count: 3
    }

    .row .order-sm-3 {
        order: 3
    }

    .row .col-sm-4 {
        --item-col-count: 4
    }

    .row .order-sm-4 {
        order: 4
    }

    .row .col-sm-5 {
        --item-col-count: 5
    }

    .row .order-sm-5 {
        order: 5
    }

    .row .col-sm-6 {
        --item-col-count: 6
    }

    .row .order-sm-6 {
        order: 6
    }

    .row .col-sm-7 {
        --item-col-count: 7
    }

    .row .order-sm-7 {
        order: 7
    }

    .row .col-sm-8 {
        --item-col-count: 8
    }

    .row .order-sm-8 {
        order: 8
    }

    .row .col-sm-9 {
        --item-col-count: 9
    }

    .row .order-sm-9 {
        order: 9
    }

    .row .col-sm-10 {
        --item-col-count: 10
    }

    .row .order-sm-10 {
        order: 10
    }

    .row .col-sm-11 {
        --item-col-count: 11
    }

    .row .order-sm-11 {
        order: 11
    }

    .row .col-sm-12 {
        --item-col-count: 12
    }

    .row .order-sm-12 {
        order: 12
    }

    .row.gap-sm-1 {
        --gap-size: calc(1 * 6px)
    }

    .row.gap-sm-2 {
        --gap-size: calc(2 * 6px)
    }

    .row.gap-sm-3 {
        --gap-size: calc(3 * 6px)
    }

    .row.gap-sm-4 {
        --gap-size: calc(4 * 6px)
    }

    .row.gap-sm-5 {
        --gap-size: calc(5 * 6px)
    }

    .row.gap-sm-6 {
        --gap-size: calc(6 * 6px)
    }

    .row.gap-sm-7 {
        --gap-size: calc(7 * 6px)
    }

    .row.gap-sm-8 {
        --gap-size: calc(8 * 6px)
    }

    .row.gap-sm-9 {
        --gap-size: calc(9 * 6px)
    }

    .row.gap-sm-10 {
        --gap-size: calc(10 * 6px)
    }

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

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

@media(min-width: 768px) {
    .row .col-md-1 {
        --item-col-count: 1
    }

    .row .order-md-1 {
        order: 1
    }

    .row .col-md-2 {
        --item-col-count: 2
    }

    .row .order-md-2 {
        order: 2
    }

    .row .col-md-3 {
        --item-col-count: 3
    }

    .row .order-md-3 {
        order: 3
    }

    .row .col-md-4 {
        --item-col-count: 4
    }

    .row .order-md-4 {
        order: 4
    }

    .row .col-md-5 {
        --item-col-count: 5
    }

    .row .order-md-5 {
        order: 5
    }

    .row .col-md-6 {
        --item-col-count: 6
    }

    .row .order-md-6 {
        order: 6
    }

    .row .col-md-7 {
        --item-col-count: 7
    }

    .row .order-md-7 {
        order: 7
    }

    .row .col-md-8 {
        --item-col-count: 8
    }

    .row .order-md-8 {
        order: 8
    }

    .row .col-md-9 {
        --item-col-count: 9
    }

    .row .order-md-9 {
        order: 9
    }

    .row .col-md-10 {
        --item-col-count: 10
    }

    .row .order-md-10 {
        order: 10
    }

    .row .col-md-11 {
        --item-col-count: 11
    }

    .row .order-md-11 {
        order: 11
    }

    .row .col-md-12 {
        --item-col-count: 12
    }

    .row .order-md-12 {
        order: 12
    }

    .row.gap-md-1 {
        --gap-size: calc(1 * 6px)
    }

    .row.gap-md-2 {
        --gap-size: calc(2 * 6px)
    }

    .row.gap-md-3 {
        --gap-size: calc(3 * 6px)
    }

    .row.gap-md-4 {
        --gap-size: calc(4 * 6px)
    }

    .row.gap-md-5 {
        --gap-size: calc(5 * 6px)
    }

    .row.gap-md-6 {
        --gap-size: calc(6 * 6px)
    }

    .row.gap-md-7 {
        --gap-size: calc(7 * 6px)
    }

    .row.gap-md-8 {
        --gap-size: calc(8 * 6px)
    }

    .row.gap-md-9 {
        --gap-size: calc(9 * 6px)
    }

    .row.gap-md-10 {
        --gap-size: calc(10 * 6px)
    }

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

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

@media(min-width: 992px) {
    .row .col-lg-1 {
        --item-col-count: 1
    }

    .row .order-lg-1 {
        order: 1
    }

    .row .col-lg-2 {
        --item-col-count: 2
    }

    .row .order-lg-2 {
        order: 2
    }

    .row .col-lg-3 {
        --item-col-count: 3
    }

    .row .order-lg-3 {
        order: 3
    }

    .row .col-lg-4 {
        --item-col-count: 4
    }

    .row .order-lg-4 {
        order: 4
    }

    .row .col-lg-5 {
        --item-col-count: 5
    }

    .row .order-lg-5 {
        order: 5
    }

    .row .col-lg-6 {
        --item-col-count: 6
    }

    .row .order-lg-6 {
        order: 6
    }

    .row .col-lg-7 {
        --item-col-count: 7
    }

    .row .order-lg-7 {
        order: 7
    }

    .row .col-lg-8 {
        --item-col-count: 8
    }

    .row .order-lg-8 {
        order: 8
    }

    .row .col-lg-9 {
        --item-col-count: 9
    }

    .row .order-lg-9 {
        order: 9
    }

    .row .col-lg-10 {
        --item-col-count: 10
    }

    .row .order-lg-10 {
        order: 10
    }

    .row .col-lg-11 {
        --item-col-count: 11
    }

    .row .order-lg-11 {
        order: 11
    }

    .row .col-lg-12 {
        --item-col-count: 12
    }

    .row .order-lg-12 {
        order: 12
    }

    .row.gap-lg-1 {
        --gap-size: calc(1 * 6px)
    }

    .row.gap-lg-2 {
        --gap-size: calc(2 * 6px)
    }

    .row.gap-lg-3 {
        --gap-size: calc(3 * 6px)
    }

    .row.gap-lg-4 {
        --gap-size: calc(4 * 6px)
    }

    .row.gap-lg-5 {
        --gap-size: calc(5 * 6px)
    }

    .row.gap-lg-6 {
        --gap-size: calc(6 * 6px)
    }

    .row.gap-lg-7 {
        --gap-size: calc(7 * 6px)
    }

    .row.gap-lg-8 {
        --gap-size: calc(8 * 6px)
    }

    .row.gap-lg-9 {
        --gap-size: calc(9 * 6px)
    }

    .row.gap-lg-10 {
        --gap-size: calc(10 * 6px)
    }

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

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

@media(min-width: 1240px) {
    .row .col-xl-1 {
        --item-col-count: 1
    }

    .row .order-xl-1 {
        order: 1
    }

    .row .col-xl-2 {
        --item-col-count: 2
    }

    .row .order-xl-2 {
        order: 2
    }

    .row .col-xl-3 {
        --item-col-count: 3
    }

    .row .order-xl-3 {
        order: 3
    }

    .row .col-xl-4 {
        --item-col-count: 4
    }

    .row .order-xl-4 {
        order: 4
    }

    .row .col-xl-5 {
        --item-col-count: 5
    }

    .row .order-xl-5 {
        order: 5
    }

    .row .col-xl-6 {
        --item-col-count: 6
    }

    .row .order-xl-6 {
        order: 6
    }

    .row .col-xl-7 {
        --item-col-count: 7
    }

    .row .order-xl-7 {
        order: 7
    }

    .row .col-xl-8 {
        --item-col-count: 8
    }

    .row .order-xl-8 {
        order: 8
    }

    .row .col-xl-9 {
        --item-col-count: 9
    }

    .row .order-xl-9 {
        order: 9
    }

    .row .col-xl-10 {
        --item-col-count: 10
    }

    .row .order-xl-10 {
        order: 10
    }

    .row .col-xl-11 {
        --item-col-count: 11
    }

    .row .order-xl-11 {
        order: 11
    }

    .row .col-xl-12 {
        --item-col-count: 12
    }

    .row .order-xl-12 {
        order: 12
    }

    .row.gap-xl-1 {
        --gap-size: calc(1 * 6px)
    }

    .row.gap-xl-2 {
        --gap-size: calc(2 * 6px)
    }

    .row.gap-xl-3 {
        --gap-size: calc(3 * 6px)
    }

    .row.gap-xl-4 {
        --gap-size: calc(4 * 6px)
    }

    .row.gap-xl-5 {
        --gap-size: calc(5 * 6px)
    }

    .row.gap-xl-6 {
        --gap-size: calc(6 * 6px)
    }

    .row.gap-xl-7 {
        --gap-size: calc(7 * 6px)
    }

    .row.gap-xl-8 {
        --gap-size: calc(8 * 6px)
    }

    .row.gap-xl-9 {
        --gap-size: calc(9 * 6px)
    }

    .row.gap-xl-10 {
        --gap-size: calc(10 * 6px)
    }

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

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

@media(min-width: 768px) {
    .mw-md-380 {
        max-width:380px !important
    }
}

@media(min-width: 992px) {
    body {
        font-size:16px;
        line-height: 1.875
    }

    .container {
        max-width: 970px
    }

    .page-content {
        padding: 140px 0 100px 0 !important
    }
}

@media(min-width: 1240px) {
    .container {
        max-width:1240px
    }
}

.np-mobile-btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 14px 20px;
    text-align: center;
    background-color: var(--clr-secondary-dark);
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--clr-primary);
    z-index: 999
}

.np-mobile-btn:hover {
    background-color: var(--clr-primary);
    color: var(--clr-secondary-dark)
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8px 0;
    background-color: #fff;
    z-index: 999
}

header.with-top-btn {
    top: 47.59px
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

header .header-logo img {
    max-width: 90px;
    height: auto;
    opacity: 1
}

header .header-logo img.fixed-logo {
    display: none
}

header .header-logo:hover img {
    opacity: .8
}

header nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden
}

header nav.collapsed {
    visibility: visible;
    top: 100%;
    opacity: 1
}

header nav ul {
    list-style: none
}

header nav ul li a {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--clr-text-secondary);
    padding: 12px 5px;
    opacity: 1
}

header nav ul li a:hover,header nav ul li a[aria-current=section],header nav ul li a[aria-current=page] {
    color: var(--clr-primary)
}

header nav .nav-buttons {
    margin-top: 30px
}

header nav .nav-buttons .nav-search {
    display: none;
    position: relative;
    padding: 28px 0
}

header nav .nav-buttons .nav-search .search-collapse {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    width: 16px;
    height: 16px;
    background-color: rgba(0,0,0,0);
    border: none;
    cursor: pointer
}

header nav .nav-buttons .nav-search .search-collapse svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    opacity: 1
}

header nav .nav-buttons .nav-search .search-collapse svg#close-search {
    display: none
}

header nav .nav-buttons .nav-search .search-collapse:hover svg,header nav .nav-buttons .nav-search .search-collapse:focus svg {
    opacity: .75
}

header nav .nav-buttons .nav-search .search-collapse.collapsed svg#open-search {
    display: none
}

header nav .nav-buttons .nav-search .search-collapse.collapsed svg#close-search {
    display: block
}

header nav .nav-buttons .nav-search .search-collapse.collapsed~form {
    top: 100%;
    opacity: 1;
    visibility: visible
}

header nav .nav-buttons .nav-search form {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 24px;
    opacity: 0;
    visibility: hidden
}

header nav .nav-buttons .nav-search form .input {
    position: relative
}

header nav .nav-buttons .nav-search form .input input[type=search] {
    width: 200px;
    font-size: 13px;
    line-height: 40px;
    color: var(--clr-text);
    border: none;
    border-radius: 25px;
    background: #fff;
    padding: 0 55px 0 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.07)
}

header nav .nav-buttons .nav-search form .input button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0,0,0,0);
    cursor: pointer
}

header nav .nav-buttons .nav-search form .input button svg {
    width: 14px;
    height: 14px;
    fill: var(--clr-text)
}

header nav .nav-buttons .nav-search form .input button:hover svg,header nav .nav-buttons .nav-search form .input button:focus svg {
    fill: var(--clr-primary)
}

header nav .nav-buttons .nav-btn {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .3px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--clr-black);
    border: 1px solid var(--clr-btn-border);
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2));
    border-radius: 20px;
    padding: 10px 25px
}

header nav .nav-buttons .nav-btn:hover {
    filter: brightness(105%)
}

header .nav-collapse {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer
}

header .nav-collapse span {
    position: absolute;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: var(--clr-text);
    transform: translate(-50%, -50%);
    opacity: 1
}

header .nav-collapse span:nth-child(1) {
    top: 35%
}

header .nav-collapse span:nth-child(2) {
    top: 50%
}

header .nav-collapse span:nth-child(3) {
    top: 65%
}

header .nav-collapse:hover span {
    background-color: var(--clr-primary)
}

header .nav-collapse.collapsed span {
    top: 50% !important;
    width: 50%
}

header .nav-collapse.collapsed span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg)
}

header .nav-collapse.collapsed span:nth-child(2) {
    opacity: 0
}

header .nav-collapse.collapsed span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media(min-width: 992px) {
    .np-mobile-btn {
        display:none
    }

    header {
        top: 0;
        background-color: #fff;
        padding: 0;
        box-shadow: 0 7px 15px -7px rgba(0,0,0,.04)
    }

    header.with-top-btn {
        top: 0
    }

    header .header-logo img {
        max-width: 136px
    }

    header .header-logo img.fixed-logo {
        display: none
    }

    header .header-logo img.nav-logo {
        display: block
    }

    header nav {
        position: relative;
        top: unset;
        left: unset;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: unset;
        overflow-x: unset;
        overflow-y: unset;
        background-color: rgba(0,0,0,0);
        padding: unset;
        opacity: 1;
        visibility: visible
    }

    header nav ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    header nav ul li a {
        display: block;
        width: unset;
        padding: 28px 16px;
        color: var(--clr-text)
    }

    header nav ul li a:hover,header nav ul li a[aria-current=section],header nav ul li a[aria-current=page] {
        color: var(--clr-primary);
        opacity: 1
    }

    header nav .nav-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        margin-top: 0;
        margin-left: 10px
    }

    header nav .nav-buttons .nav-search {
        display: block
    }

    header nav .nav-buttons .nav-search .search-collapse svg {
        fill: var(--clr-text)
    }

    header nav .nav-buttons .nav-btn {
        display: inline-block;
        width: auto;
        color: var(--clr-black);
        border: 1px solid var(--clr-btn-border);
        background-color: var(--clr-btn1);
        background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2));
        border-radius: 20px;
        padding: 10px 25px
    }

    header .nav-collapse {
        display: none
    }
}

@media(min-width: 992px)and (max-width: 1240px) {
    header nav .nav-buttons .nav-btn {
        display:none
    }
}

footer {
    color: var(--clr-text-secondary)
}

footer .upper-footer {
    background-color: var(--clr-gray400);
    padding: 30px 0
}

footer .upper-footer .footer-logo {
    margin-bottom: 40px
}

footer .upper-footer .footer-logo img {
    width: 100%;
    max-width: 180px;
    height: auto
}

footer .upper-footer .footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

footer .upper-footer .footer-socials a svg {
    width: auto;
    height: 30px;
    fill: var(--clr-primary)
}

footer .upper-footer .footer-socials a:hover svg {
    fill: var(--clr-secondary)
}

footer .upper-footer .footer-contact h5 {
    margin-bottom: 5px
}

footer .upper-footer .footer-contact a {
    display: block;
    width: 100%;
    height: auto
}

footer .upper-footer .footer-contact a.contact-phone {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: var(--clr-primary)
}

footer .upper-footer .footer-contact a.contact-phone:hover {
    color: var(--clr-secondary)
}

footer .upper-footer .widget-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 25px;
    text-transform: uppercase
}

footer .upper-footer .footer-menu {
    list-style-type: none;
    width: 100%;
    padding-bottom: 30px
}

footer .upper-footer .footer-menu li {
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: initial
}

footer .upper-footer .footer-menu li:not(:last-child) {
    margin-bottom: 6px
}

footer .upper-footer .footer-menu li a {
    font-size: 11px;
    line-height: 1.819;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--clr-text-secondary)
}

footer .upper-footer .footer-menu li a:hover {
    color: var(--clr-primary)
}

footer .upper-footer .footer-menu.footer-posts-menu li {
    padding-left: 14px
}

footer .upper-footer .footer-menu.footer-posts-menu li::before {
    content: "〱";
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 10px;
    transform: rotate(180deg)
}

footer .upper-footer .footer-menu.footer-posts-menu li a {
    font-size: 12px;
    text-transform: unset
}

footer .upper-footer .footer-about-btn {
    width: 100%;
    font-size: 14px
}

footer .upper-footer .payment-methods {
    width: 100%;
    height: auto
}

footer .lower-footer {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    padding: 20px 0
}

@media(min-width: 768px) {
    footer .upper-footer {
        padding:40px 0 20px 0
    }

    footer .upper-footer .footer-logo {
        margin-bottom: 30px
    }
}

a {
    text-decoration: none;
    color: var(--clr-primary)
}

a:hover {
    color: var(--clr-text)
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Work Sans",sans-serif;
    font-weight: bold;
    color: var(--clr-text)
}

h1,h2,h3 {
    margin: 25px 0
}

h4,h5,h6 {
    margin: 10px 0 5px
}

h1,.h1 {
    font-size: 50px;
    line-height: 1
}

h2,.h2 {
    font-size: 35px;
    line-height: 1.29
}

h3,.h3 {
    font-size: 25px;
    line-height: 1
}

h4,.h4 {
    font-size: 18px;
    line-height: 1.56
}

h5,.h5 {
    font-size: 14px;
    line-height: 2
}

h6,.h6 {
    font-size: 12px;
    line-height: 2.34
}

p {
    margin-bottom: 25px
}

.lh_1-3 {
    line-height: 1.3
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.fw-normal {
    font-weight: normal
}

.fw-medium {
    font-weight: 500
}

.fw-bold {
    font-weight: bold
}

.section-heading {
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px
}

.section-subheading {
    max-width: 800px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px
}

.product-color,.primary-color {
    color: var(--clr-primary)
}

.secondary-color {
    color: var(--clr-secondary)
}

.secondary-dark-color {
    color: var(--clr-secondary-dark)
}

.white-color {
    color: #fff !important
}

.dark-color {
    color: var(--clr-dark) !important
}

@media(max-width: 991px) {
    .section-heading {
        font-size:25px
    }
}

ul.list-check {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.list-check li {
    position: relative;
    padding-left: 30px
}

ul.list-check li:not(:last-child) {
    margin-bottom: 10px
}

ul.list-check li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16ZM11.5312 6.53125L7.53125 10.5312C7.2375 10.825 6.7625 10.825 6.47188 10.5312L4.47188 8.53125C4.17813 8.2375 4.17813 7.7625 4.47188 7.47188C4.76563 7.18125 5.24062 7.17813 5.53125 7.47188L7 8.94063L10.4688 5.46875C10.7625 5.175 11.2375 5.175 11.5281 5.46875C11.8187 5.7625 11.8219 6.2375 11.5281 6.52812L11.5312 6.53125Z%27 fill=%27%230030B8%27/%3E%3C/svg%3E") no-repeat
}

ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    counter-reset: li
}

ol>li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    counter-increment: li
}

ol>li::before {
    content: counters(li, ".") "." !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    text-align: right;
    color: var(--clr-text-secondary)
}

ol>li ol {
    margin-top: 10px
}

ol>li ul {
    list-style-type: none;
    margin-top: 10px;
    counter-reset: chapter
}

ol>li ul>li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    counter-increment: chapter
}

ol>li ul>li::before {
    content: counter(chapter, lower-alpha) ")" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    text-align: right;
    color: var(--clr-text-secondary)
}

@media(min-width: 992px) {
    ul.list-check li {
        padding-left:35px
    }

    ul.list-check li::before {
        top: 6px;
        width: 18px;
        height: 18px;
        background: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM12.9727 7.34766L8.47266 11.8477C8.14219 12.1781 7.60781 12.1781 7.28086 11.8477L5.03086 9.59766C4.70039 9.26719 4.70039 8.73281 5.03086 8.40586C5.36133 8.07891 5.8957 8.07539 6.22266 8.40586L7.875 10.0582L11.7773 6.15234C12.1078 5.82188 12.6422 5.82188 12.9691 6.15234C13.2961 6.48281 13.2996 7.01719 12.9691 7.34414L12.9727 7.34766Z%27 fill=%27%230030B8%27/%3E%3C/svg%3E") no-repeat
    }
}

.btn-order-default {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    min-height: 72px;
    width: 100%;
    border-radius: 12px;
    color: var(--clr-black);
    font-size: calc(1rem + (1vw - 3.2px)*1.3043);
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--clr-btn-border);
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2));
    cursor: pointer
}

.btn-order-default .bod-secondary {
    font-size: 80%;
    font-weight: lighter;
    margin-bottom: 0
}

.btn-order-default:hover {
    filter: brightness(105%)
}

.btn {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background-color: var(--clr-primary);
    border-radius: 25px;
    padding: 14px 25px;
    overflow-anchor: none;
    cursor: pointer
}

.btn:hover {
    color: var(--clr-primary);
    background-color: rgba(0,0,0,0);
    border-color: var(--clr-primary)
}

.btn.btn-light {
    color: var(--clr-primary);
    background-color: #fff;
    border-color: #fff
}

.btn.btn-light:hover {
    color: #fff;
    background-color: rgba(0,0,0,0)
}

.btn.btn-dark {
    color: #fff;
    background-color: var(--clr-text);
    border-color: #fff
}

.btn.btn-dark:hover {
    color: var(--clr-primary);
    background-color: rgba(0,0,0,0);
    border-color: var(--clr-primary)
}

.btn.btn-secondary {
    color: var(--clr-black);
    border: 1px solid var(--clr-btn-border);
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2))
}

.btn.btn-secondary:hover {
    filter: brightness(105%)
}

.btn.btn-secondary-outlined {
    color: var(--clr-btn1);
    background-color: rgba(0,0,0,0);
    border-color: var(--clr-btn1)
}

.btn.btn-secondary-outlined:hover {
    color: var(--clr-black);
    border-color: var(--clr-btn-border);
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2))
}

.btn.btn-shadow {
    box-shadow: 0 10px 20px rgba(0,0,0,.2)
}

@media(min-width: 576px) {
    .btn-order-default {
        font-size:19px
    }
}

table {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    border-spacing: 0;
    border-collapse: collapse
}

table.table-bordered {
    border: 1px solid var(--clr-gray500)
}

table th,table td {
    border: 1px solid var(--clr-gray500);
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

table th {
    background-color: var(--clr-primary);
    color: #fff;
    text-align: left
}

[data-parallax=true] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

[data-parallax=true] img {
    width: 100%;
    height: auto;
    min-height: 120%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    transition: transform .2s ease-out;
    will-change: transform
}

[data-parallax=true].parallax-bigger img {
    min-height: 140%
}

@media(min-width: 1240px) {
    [data-parallax=true] img {
        min-height:100%
    }

    [data-parallax=true].parallax-bigger img {
        min-height: 120%
    }
}

form.wpcf7-form .row {
    margin-bottom: 8px
}

form.wpcf7-form .row.gap-1 {
    --gap-size: calc(1 * 8px)
}

form.wpcf7-form .form-check-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px
}

form.wpcf7-form .form-check-inline .form-check-label {
    max-width: 100%;
    font-weight: bold
}

form.wpcf7-form label {
    cursor: pointer
}

form.wpcf7-form label a {
    font-weight: 500
}

form.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

form.wpcf7-form .wpcf7-form-control-wrap .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--clr-gray900);
    border: 1px solid var(--clr-gray700);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    padding: .375rem .75rem;
    margin: 0;
    outline: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

form.wpcf7-form .wpcf7-form-control-wrap .form-control:hover,form.wpcf7-form .wpcf7-form-control-wrap .form-control:focus {
    border-color: var(--clr-primary)
}

form.wpcf7-form .wpcf7-form-control-wrap .form-control.is-valid,form.wpcf7-form .wpcf7-form-control-wrap .form-control.is-invalid {
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: calc(1.5em + .75rem)
}

form.wpcf7-form .wpcf7-form-control-wrap .form-control.is-valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e")
}

form.wpcf7-form .wpcf7-form-control-wrap .form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e")
}

form.wpcf7-form .wpcf7-not-valid-tip,form.wpcf7-form .invalid-feedback {
    font-size: 80%
}

form.wpcf7-form .invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    color: #dc3545
}

form.wpcf7-form input[type=checkbox]:checked {
    background-color: red
}

form.wpcf7-form input[type=checkbox].is-invalid~span {
    color: #dc3545
}

form.wpcf7-form .agreements {
    transition: unset;
    -wekbit-transition: unset
}

form.wpcf7-form .agreements .btn-agreement {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 75px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    border: 1px solid #969998;
    border-radius: 3px;
    background-color: #eaeaea;
    background-image: linear-gradient(to bottom, #f0f0f0, #eaeaea);
    padding: 5px 10px;
    margin: 5px 0 10px 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

form.wpcf7-form .agreements .btn-agreement input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

form.wpcf7-form .agreements .btn-agreement:has(>input[type=checkbox]:focus-visible) {
    outline: 2px solid var(--clr-dark);
    outline-offset: 2px
}

form.wpcf7-form .agreements .btn-agreement.active {
    color: #fff;
    border-color: var(--clr-primary);
    background-color: var(--clr-primary);
    background-image: unset
}

form.wpcf7-form #checkoutBtn:not(.btn-order-default) {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: var(--clr-black);
    border: 1px solid var(--clr-btn-border);
    border-radius: 8px;
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2));
    padding: 17px 40px;
    margin: 0;
    transition: .3s ease;
    cursor: pointer
}

form.wpcf7-form #checkoutBtn:not(.btn-order-default) span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: bold;
    white-space: normal
}

form.wpcf7-form #checkoutBtn:not(.btn-order-default) span.small {
    font-size: 75%;
    font-weight: 400
}

form.wpcf7-form #checkoutBtn:not(.btn-order-default):hover {
    filter: brightness(105%)
}

ul.autocomplete {
    display: none;
    position: absolute;
    max-height: 350px;
    list-style: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    border: 1px solid #c5c5c5;
    color: #333;
    background: #fff;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    z-index: 100
}

ul.autocomplete>li {
    list-style: none;
    padding: 4px 2px;
    cursor: pointer;
    transition: all .25s ease
}

ul.autocomplete>li:hover {
    color: #fff;
    background-color: #0a86bf
}

.exit_popup {
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9999
}

.exit_popup.exit_popup--active {
    opacity: 1;
    visibility: visible
}

.exit_popup_inner {
    position: relative;
    width: calc(100% - 2rem);
    max-width: 560px;
    background: #fff;
    border: 20px solid var(--clr-primary);
    padding: 20px
}

.exit_popup_inner--close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer
}

.exit_popup_inner--close::before,.exit_popup_inner--close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s ease
}

.exit_popup_inner--close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.exit_popup_inner--close:hover::before,.exit_popup_inner--close:hover::after {
    background-color: #ff6464
}

.exit_popup_inner--corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    color: #fff;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: rgba(0,0,0,0) var(--clr-primary) rgba(0,0,0,0) rgba(0,0,0,0)
}

.exit_popup_inner--corner-text {
    position: absolute;
    top: 20px;
    right: -200px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right
}

.exit_popup_inner--offer {
    text-align: center
}

.exit_popup_inner--offer img {
    width: auto;
    max-width: 450px;
    height: auto;
    max-height: 350px
}

.exit_popup_inner--offer h3 {
    margin: 6px 0 12px
}

.exit_popup_inner--offer h3 strong {
    color: var(--clr-primary)
}

.exit_popup_inner--offer button .small {
    font-size: .875rem;
    font-weight: 400
}

@media(max-width: 767px) {
    .exit_popup {
        display:none !important
    }
}

.hero-slider {
    position: relative;
    width: 100%;
    background: linear-gradient(var(--clr-primary-dark), var(--clr-primary))
}

.hero-slider .splide__arrows {
    display: none
}

.hero-slider .splide__arrows .splide__arrow {
    background: rgba(0,0,0,0);
    opacity: 1
}

.hero-slider .splide__arrows .splide__arrow svg {
    fill: #fff
}

.hero-slider .splide__arrows .splide__arrow:hover {
    opacity: .7
}

.hero-slider .splide__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px
}

.hero-slider .splide__progress .splide__progress__bar {
    height: 100%;
    transition: unset;
    opacity: .5
}

.hero-slider .splide__track {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hero-slider .splide__slide {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 150px 0 70px;
    flex-grow: 1
}

.hero-slider .splide__slide .slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-slider .splide__slide .slider-background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider .splide__slide .container {
    z-index: 10
}

.hero-slider .splide__slide h1 {
    font-size: 28px;
    line-height: 1.3334;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

.hero-slider .splide__slide h1 span {
    color: var(--clr-secondary)
}

.hero-slider .splide__slide h1.big-heading {
    font-size: 40px;
    line-height: 1.2858
}

.hero-slider .splide__slide h1.not-uppercase {
    text-transform: none
}

.hero-slider .splide__slide p {
    line-height: 1.875;
    color: #fff;
    margin: 0
}

.hero-slider .splide__slide p span {
    font-size: 1.1rem;
    line-height: 1.303;
    font-weight: 700
}

.hero-slider .splide__slide p.hero_delivery_price {
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 24px
}

.hero-slider .splide__slide ul {
    list-style-type: disc;
    color: #fff;
    padding-left: 18px
}

.hero-slider .splide__slide ul.text-lg {
    font-size: 1.3rem
}

.hero-slider .splide__slide ul.bolder {
    font-weight: 800
}

.hero-slider .splide__slide .slide-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px
}

.hero-slider .splide__slide .slide-buttons .btn {
    letter-spacing: 0;
    padding: 14px 25px
}

.hero-slider .splide__slide .floated-images {
    position: relative;
    z-index: -1;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease-in-out
}

.hero-slider .splide__slide .floated-images.animate-show {
    opacity: 1;
    transform: translateY(0)
}

.hero-slider .splide__slide .floated-images img {
    width: 100%;
    max-width: 250px;
    height: auto;
    position: absolute;
    top: 0;
    left: 75%;
    transform: translate(-50%, -50%)
}

.hero-slider .splide__slide .floated-images img.product-img {
    top: -20px;
    z-index: 2
}

.hero-slider .splide__slide .floated-images img.product-img-additional {
    max-width: 118px;
    top: -90px;
    left: 100%;
    z-index: 1
}

.hero-slider .splide__slide h1,.hero-slider .splide__slide h2,.hero-slider .splide__slide h3,.hero-slider .splide__slide h4,.hero-slider .splide__slide h5,.hero-slider .splide__slide h6,.hero-slider .splide__slide p,.hero-slider .splide__slide .slide-buttons {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 1s ease-in-out
}

.hero-slider .splide__slide h1.animate-show,.hero-slider .splide__slide h2.animate-show,.hero-slider .splide__slide h3.animate-show,.hero-slider .splide__slide h4.animate-show,.hero-slider .splide__slide h5.animate-show,.hero-slider .splide__slide h6.animate-show,.hero-slider .splide__slide p.animate-show,.hero-slider .splide__slide .slide-buttons.animate-show {
    opacity: 1;
    transform: translateY(0)
}

.hero-slider .splide__slide.has-floated-images .slide-buttons {
    flex-direction: column
}

.hero-slider .splide__slide.has-floated-images .slide-buttons .btn {
    margin-right: auto
}

.hero-slider .marquee-opinions {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0)
}

.hero-slider .marquee-opinions .marquee_title {
    text-align: left;
    padding-left: 20px
}

.hero-slider .marquee-opinions .marquee_title .tooltip_indicator::before {
    color: #fff;
    border-color: #fff
}

.hero-slider .slider__scroll-down {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 50px;
    height: 50px;
    background-color: var(--clr-primary);
    border: 2px solid #fff;
    border-radius: 50%
}

.hero-slider .slider__scroll-down svg {
    width: 10px;
    height: auto;
    fill: #fff
}

.hero-slider .slider__scroll-down:hover {
    background-color: var(--clr-secondary)
}

@media(min-width: 768px) {
    .hero-slider .splide__slide {
        padding:180px 0 100px
    }

    .hero-slider .splide__slide .floated-images img {
        width: auto;
        max-width: 320px;
        top: 50%;
        left: 50%
    }

    .hero-slider .splide__slide .floated-images img.product-img {
        top: 60%;
        left: 40%
    }

    .hero-slider .splide__slide .floated-images img.product-img-additional {
        max-width: 151px;
        top: 30%;
        left: 95%
    }

    .hero-slider .splide__slide.has-floated-images .slide-buttons {
        flex-direction: row
    }

    .hero-slider .splide__slide.has-floated-images .slide-buttons .btn {
        margin-right: unset
    }

    .hero-slider .marquee-opinions .marquee_title {
        padding-left: unset
    }
}

@media(min-width: 992px) {
    .hero-slider .splide__arrows {
        display:block
    }

    .hero-slider .splide__slide {
        padding: 200px 0
    }

    .hero-slider .splide__slide h1 {
        font-size: 45px
    }

    .hero-slider .splide__slide h1.big-heading {
        font-size: 70px
    }

    .hero-slider .splide__slide p span {
        font-size: 1.2rem
    }

    .hero-slider .splide__slide ul {
        font-size: 1.2rem
    }

    .hero-slider .splide__slide ul.text-lg {
        font-size: 1.6rem
    }

    .hero-slider .splide__slide .slide-buttons {
        margin-top: 50px
    }

    .hero-slider .splide__slide .floated-images img {
        max-width: 539px
    }

    .hero-slider .splide__slide .floated-images img.product-img {
        left: 30%
    }

    .hero-slider .splide__slide .floated-images img.product-img-additional {
        max-width: 254px;
        left: 105%
    }

    .hero-slider .slider__scroll-down {
        width: 70px;
        height: 70px
    }

    .hero-slider .slider__scroll-down svg {
        width: 14px
    }
}

@media(min-width: 1240px) {
    .hero-slider .splide__slide .floated-images img.product-img-additional {
        left:90%
    }
}

.section-video {
    padding: 90px 0 25px
}

.section-video video {
    width: 100%;
    height: auto
}

.section-worth {
    padding: 25px 0 50px
}

.section-worth .section-subheading {
    margin-bottom: 50px
}

.section-worth .col-first,.section-worth .col-third {
    text-align: center
}

.section-worth .col-first img,.section-worth .col-third img {
    width: auto;
    height: 60px
}

.section-worth .col-second {
    text-align: center
}

.section-worth .col-second img {
    width: 100%;
    max-width: 450px;
    height: auto
}

.section-worth .worth-item h4 {
    margin: 20px 0 15px
}

.section-worth .worth-item p {
    font-size: 14px
}

@media(min-width: 992px) {
    .section-worth .col-first {
        text-align:right
    }

    .section-worth .col-second img {
        max-width: 600px
    }

    .section-worth .col-third {
        text-align: left
    }
}

.section-icons {
    background-color: var(--clr-primary);
    padding: 20px 0
}

.section-icons .col {
    text-align: center
}

.section-icons .col img {
    width: 100%;
    max-width: 48px;
    height: auto;
    margin-bottom: 10px
}

.section-icons .col p {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

@media(min-width: 992px) {
    .section-icons .col img {
        max-width:60px
    }
}

.section-product-info {
    padding: 50px 0 25px
}

.section-product-info img {
    width: 100%;
    max-width: 585px;
    height: auto
}

.section-gain {
    background-color: var(--clr-gray400);
    padding: 30px 0 45px
}

.section-gain .section-heading {
    margin-bottom: 50px
}

.section-gain .col {
    flex-grow: 1
}

.section-gain .gain_item {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    padding: 40px 20px
}

.section-gain .gain_item--image {
    display: flex;
    justify-content: center
}

.section-gain .gain_item--image img {
    width: 100%;
    max-width: 120px;
    height: auto
}

.section-gain .gain_item--title {
    line-height: 1.3;
    color: var(--clr-primary);
    margin: 15px 0 20px
}

.section-gain .gain_item p {
    margin: 0
}

.section-hormone {
    padding: 20px 0
}

.section-hormone img {
    width: 100%;
    max-width: 360px;
    height: auto
}

.section-hormone p:last-of-type {
    margin-bottom: 0
}

.section-expert {
    background-color: var(--clr-gray400);
    padding: 50px 0
}

.section-expert .expert_img {
    position: relative;
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0 auto
}

.section-expert .expert_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    border-radius: 50%;
    overflow: hidden
}

.section-expert .expert_img .quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    max-width: 40%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 18px;
    background-color: var(--clr-primary);
    color: #fff;
    overflow: hidden
}

.section-expert .expert_img .quote img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64%;
    height: auto
}

.section-expert p:last-of-type {
    margin-bottom: 0
}

.section-expert p.sign {
    font-weight: 700;
    margin-bottom: 0
}

.section-opinions {
    padding: 30px 0 65px
}

.section-opinions .opinion_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    padding: 30px
}

.section-opinions .opinion_item--author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px
}

.section-opinions .opinion_item--author .author-img {
    display: inline-block;
    max-width: 60px;
    max-height: 60px
}

.section-opinions .opinion_item--author .author-img img {
    max-width: 60px
}

.section-opinions .opinion_item--author .author-details h4 {
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 600;
    margin: 0
}

.section-opinions .opinion_item--author .author-details h4:hover {
    color: var(--clr-primary)
}

.section-opinions .opinion_item--author .author-details p {
    font-size: 14px;
    line-height: 1.4285;
    font-weight: 300;
    margin: 0
}

.section-opinions .opinion_item--content {
    border-top: 1px solid var(--clr-gray500);
    padding: 25px 0
}

.section-opinions .opinion_item--content p {
    font-weight: 300;
    color: var(--clr-text)
}

.section-opinions .opinion_item--rating {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    border-top: 1px solid var(--clr-gray500);
    padding-top: 30px;
    margin-top: auto
}

.section-opinions .opinion_item--rating .rating {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2220%22%20viewBox%3D%22-40%20-40%2080%2080%22%3E%3Cpath%20fill%3D%22transparent%22%20stroke%3D%22%230030b8%22%20stroke-width%3D%222%22%20d%3D%22m0%2020%2023.511%2012.361-4.49-26.181%2019.021-18.541-26.286-3.819L0-40l-11.756%2023.82-26.286%203.819L-19.021%206.18l-4.49%2026.181L0%2020%22%2F%3E%3C%2Fsvg%3E");
    height: 20px;
    position: relative;
    width: 150px;
    margin: 0 auto
}

.section-opinions .opinion_item--rating .rating::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(30px*var(--r, 1));
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2220%22%20viewBox%3D%22-40%20-40%2080%2080%22%3E%3Cpath%20fill%3D%22%230030b8%22%20stroke%3D%22%230030b8%22%20stroke-width%3D%222%22%20d%3D%22m0%2020%2023.511%2012.361-4.49-26.181%2019.021-18.541-26.286-3.819L0-40l-11.756%2023.82-26.286%203.819L-19.021%206.18l-4.49%2026.181L0%2020%22%2F%3E%3C%2Fsvg%3E")
}

.section-opinions .opinion_item--rating p {
    font-size: 12px;
    line-height: 1.665;
    color: var(--clr-primary);
    margin: 0
}

@media(min-width: 992px) {
    .section-opinions .opinion_item {
        padding:30px 40px
    }
}

.section-offer:not(.sample-offer) {
    padding: 50px 0 35px
}

.section-offer .section-subheading {
    margin-bottom: 50px
}

@media(min-width: 768px) {
    .section-offer .section-subheading {
        margin-bottom:80px
    }
}

.section-image {
    display: flex
}

.section-image img {
    width: 100%;
    height: auto
}

.section-faq {
    padding: 30px 0
}

@media(min-width: 992px) {
    .section-faq .section-subheading {
        margin-bottom:50px
    }
}

.section-banner {
    position: relative;
    padding: 70px 0;
    overflow: hidden
}

.section-banner .heading {
    color: var(--clr-primary);
    margin: 0 0 30px 0
}

.section-banner p {
    margin: 0
}

.section-banner p:not(:last-of-type) {
    margin-bottom: 20px
}

.section-banner .btn {
    margin-top: 50px
}

.section-banner-2 .heading,.section-banner-2 p,.section-banner-4 .heading,.section-banner-4 p,.section-banner-5 .heading,.section-banner-5 p {
    color: #fff
}

@media(min-width: 768px) {
    .section-banner {
        padding:100px 0
    }
}

@media(min-width: 1240px) {
    .section-banner {
        padding:140px 0
    }
}

.sidebar-widget {
    font-size: 13px;
    line-height: 1.92308;
    margin-bottom: 50px
}

.sidebar-widget .widget-title {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid var(--clr-gray500);
    padding-bottom: 25px;
    margin-bottom: 25px
}

.sidebar-widget form.searchform {
    position: relative
}

.sidebar-widget form.searchform input[type=text] {
    width: 100%;
    font-size: 13px;
    line-height: 48px;
    color: var(--clr-text);
    border: none;
    border-radius: 25px;
    background: #fff;
    padding: 0 40px 0 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05)
}

.sidebar-widget form.searchform button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 48px;
    border: none;
    background-color: rgba(0,0,0,0);
    cursor: pointer
}

.sidebar-widget form.searchform button svg {
    width: 14px;
    height: 14px;
    fill: var(--clr-gray500)
}

.sidebar-widget form.searchform button:hover svg,.sidebar-widget form.searchform button:focus svg {
    fill: var(--clr-primary)
}

.sidebar-widget ul {
    list-style-type: none
}

.sidebar-widget ul li {
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
    padding-left: 14px
}

.sidebar-widget ul li::after {
    content: "›";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: inherit
}

.sidebar-widget ul li:not(:last-child) {
    margin-bottom: 12px
}

.sidebar-widget ul li a {
    color: var(--clr-text-secondary)
}

.sidebar-widget ul li a:hover {
    color: var(--clr-primary)
}

@media(min-width: 992px) {
    .sidebar-widget {
        margin-bottom:55px
    }
}

.accordion {
    width: 100%;
    height: auto
}

.accordion .accordion-item {
    width: 100%;
    height: auto;
    overflow: hidden
}

.accordion .accordion-item .accordion-button {
    position: relative;
    width: 100%;
    height: auto;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: unset;
    text-transform: unset;
    text-align: left;
    color: var(--clr-primary);
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--clr-gray300);
    border-radius: 0;
    padding: 20px 50px 20px 20px;
    cursor: pointer
}

.accordion .accordion-item .accordion-button .accordion-button-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%)
}

.accordion .accordion-item .accordion-button .accordion-button-icon::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: var(--clr-primary);
    transform: rotate(45deg) translate(-25%, -25%);
    transition: all .25s ease-in-out
}

.accordion .accordion-item .accordion-button:hover {
    color: #fff;
    border-color: var(--clr-primary);
    background-color: var(--clr-primary)
}

.accordion .accordion-item .accordion-button:hover .accordion-button-icon::before {
    border-color: #fff
}

.accordion .accordion-item .accordion-collapse {
    width: 100;
    height: 0;
    overflow: hidden
}

.accordion .accordion-item .accordion-collapse .accordion-collapse-inner {
    padding: 24px 20px
}

.accordion .accordion-item .accordion-collapse .accordion-collapse-inner p:last-of-type {
    margin-bottom: 0
}

.accordion .accordion-item .accordion-collapse .accordion-collapse-inner a {
    color: var(--clr-primary);
    text-decoration: underline
}

.accordion .accordion-item .accordion-collapse .accordion-collapse-inner a:hover {
    color: var(--clr-primary-dark)
}

.accordion .accordion-item.active .accordion-button {
    color: #fff;
    border-color: var(--clr-primary);
    background-color: var(--clr-primary)
}

.accordion .accordion-item.active .accordion-button .accordion-button-icon::before {
    border-color: #fff;
    transform: rotate(225deg) translate(-25%, -25%)
}

@media(min-width: 768px) {
    .accordion .accordion-item:not(:last-of-type) {
        margin-bottom:10px
    }

    .accordion .accordion-item .accordion-button {
        font-size: 18px
    }
}

.component-trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: var(--clr-text);
    background-color: var(--bg-trustpilot);
    padding: 16px 10px
}

.component-trustpilot a {
    display: inline-block;
    color: inherit
}

.component-trustpilot a img {
    width: 100%;
    max-height: 24px
}

.component-trustpilot a.trustpilot-logo img {
    max-height: 20px
}

.component-trustpilot span:nth-of-type(1) {
    font-size: 17px;
    font-weight: 500
}

@media(min-width: 768px) {
    .component-trustpilot {
        gap:8px 16px;
        font-size: 14px;
        line-height: 1
    }

    .component-trustpilot a img {
        max-height: 28px
    }
}

.component-google {
    position: relative;
    background-color: var(--bg-trustpilot)
}

.component-google[data-tooltip]::after {
    left: 50%;
    transform: translate(-50%, -100%)
}

.component-google[data-tooltip] .tooltip_indicator {
    display: block;
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - 152.57px));
    z-index: 1
}

.component-google[data-tooltip] .tooltip_indicator::before {
    top: 50% !important;
    transform: translate(-30%, 100%) !important
}

.page-hero {
    position: relative;
    padding: 173.59px 0 70px;
    background-color: rgba(0,0,0,0);
    overflow: hidden
}

.page-hero .parallax-bg {
    z-index: 1
}

.page-hero .parallax-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.page-hero .container {
    position: relative;
    z-index: 2
}

.page-hero h1,.page-hero h4 {
    color: #fff;
    text-align: center
}

.page-hero h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0 0 16px
}

.page-hero h4 {
    font-size: 14px;
    font-weight: 400
}

.page-hero.without-bg h1 {
    color: var(--clr-text)
}

.page-hero.without-bg h4 {
    color: var(--clr-text-secondary)
}

@media(min-width: 992px) {
    .page-hero {
        padding:210px 0 138px
    }

    .page-hero h1 {
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: -0.7px
    }

    .page-hero h4 {
        font-size: 16px
    }
}

blockquote {
    font-size: 14px;
    line-height: 1.5;
    border-left: 5px solid var(--clr-primary);
    padding: 10px 20px
}

blockquote .blockquote-sign {
    font-weight: bold;
    margin: 0
}

@media(min-width: 992px) {
    blockquote {
        font-size:17.5px;
        line-height: 1.71429
    }
}

.logos-component {
    background-color: var(--clr-gray400);
    padding: 30px 0
}

.logos-component .trust-badge {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px
}

.logos-component .trust-badge .tb-logo {
    width: calc(50% - 10px);
    height: 100px
}

.logos-component .trust-badge .tb-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media(min-width: 768px) {
    .logos-component .trust-badge {
        gap:40px
    }
}

@media(min-width: 576px) {
    .logos-component .trust-badge {
        flex-wrap:unset;
        gap: 20px
    }

    .logos-component .trust-badge .tb-logo {
        width: auto;
        height: 100%
    }

    .logos-component .trust-badge .tb-logo img {
        height: auto;
        object-fit: unset
    }
}

.np-floated-trustpilot {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: calc(100% - 100px);
    max-width: 200px;
    height: auto;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #4e4e4e;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease
}

.np-floated-trustpilot:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.np-floated-trustpilot.active {
    visibility: visible !important;
    opacity: 1 !important
}

.np-floated-trustpilot .np-floated-trustpilot-logo {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121
}

.np-floated-trustpilot .np-floated-trustpilot-logo img {
    width: auto;
    height: 22px
}

.np-floated-trustpilot .np-floated-trustpilot-info {
    padding: 10px;
    border: 1px solid #e9e9e8;
    background-color: #fff;
    text-align: center
}

.np-floated-trustpilot .np-floated-trustpilot-info span {
    display: block;
    width: 100%;
    height: auto
}

.np-floated-trustpilot .np-floated-trustpilot-info .np-floated-trustpilot-stars {
    margin: 6px 0;
    width: 100%;
    max-width: 140px;
    height: auto
}

.np-floated-trustpilot-opener {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #212121;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    cursor: pointer;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: .3s ease;
    -webkit-transition: .3s ease
}

.np-floated-trustpilot-opener:hover {
    background-color: #383838;
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.np-floated-trustpilot-opener svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto
}

@media(min-width: 768px) {
    .np-floated-trustpilot {
        bottom:70px;
        right: 10px;
        width: calc(100% - 20px);
        visibility: visible;
        opacity: 1
    }

    .np-floated-trustpilot-opener {
        visibility: hidden;
        opacity: 0
    }
}

.np-floated-google {
    position: fixed;
    bottom: 60px;
    right: 60px;
    max-width: 200px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease
}

.np-floated-google[data-tooltip] {
    position: fixed
}

.np-floated-google[data-tooltip]::after {
    transform: translate(0, -110%)
}

.np-floated-google[data-tooltip] .tooltip_indicator {
    left: 100%;
    z-index: 1
}

.np-floated-google[data-tooltip] .tooltip_indicator::before {
    transform: translate(-150%, 50%)
}

.np-floated-google:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.np-floated-google.active {
    visibility: visible !important;
    opacity: 1 !important
}

.np-floated-google .ti-widget-container {
    margin: 0 !important
}

.np-floated-google-opener {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    cursor: pointer;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: .3s ease;
    -webkit-transition: .3s ease
}

.np-floated-google-opener:hover {
    background-color: #efefef;
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.np-floated-google-opener svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto
}

@media(min-width: 768px) {
    .np-floated-google {
        bottom:70px;
        right: 10px;
        visibility: visible;
        opacity: 1
    }

    .np-floated-google-opener {
        visibility: hidden;
        opacity: 0
    }
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: -50px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: rgba(51,51,51,.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 90px;
    cursor: pointer;
    z-index: 999
}

.back-to-top svg {
    width: 14px;
    height: auto;
    fill: #fff
}

.back-to-top:hover {
    background-color: #333
}

.back-to-top.active {
    right: 10px
}

@media(min-width: 992px) {
    .back-to-top {
        z-index:9999
    }
}

.marquee-opinions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    background-color: var(--clr-gray300);
    padding: 10px 0 10px 0
}

.marquee-opinions .marquee_title {
    width: 100%;
    font-weight: bold;
    text-align: center
}

.marquee-opinions .marquee__content {
    width: 100%;
    height: 30px;
    white-space: nowrap;
    overflow: hidden
}

.marquee-opinions .marquee__content--inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    animation: marquee-scroll 10s linear infinite;
    will-change: transform
}

.marquee-opinions .marquee__content--inner:hover {
    animation-play-state: paused
}

@media(min-width: 768px) {
    .marquee-opinions .marquee__content--inner {
        animation-duration:20s
    }
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media(min-width: 768px) {
    .marquee-opinions {
        gap:12px;
        flex-wrap: unset;
        padding: 1rem 0 1rem 1rem
    }

    .marquee-opinions .marquee_title {
        width: 140px;
        text-align: left
    }
}

*[data-tooltip] {
    position: relative
}

*[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(100% - 40px);
    max-width: 300px;
    height: auto;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    color: var(--clr-text);
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 30px rgba(0,0,0,.05);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transform: translate(0, -100%);
    transition: all .3s ease
}

*[data-tooltip] .tooltip_indicator {
    position: relative
}

*[data-tooltip] .tooltip_indicator::before {
    content: "i";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--clr-text);
    border: 1px solid var(--clr-text);
    border-radius: 50%;
    transform: translate(20%, -30%);
    cursor: pointer
}

*[data-tooltip].tooltip_visible::after {
    visibility: visible;
    opacity: 1
}

.pricing_box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.05)
}

.pricing_box .pb_heading {
    text-align: center;
    background-color: var(--clr-text);
    padding: 24px
}

.pricing_box .pb_heading span {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.pricing_box .pb_content {
    position: relative;
    padding: 40px 20px;
    overflow: hidden
}

.pricing_box .pb_content--image {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.pricing_box .pb_content--image img {
    max-width: 100%;
    height: auto
}

.pricing_box .pb_content--heading {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 12px
}

.pricing_box .pb_content--discount {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    color: var(--clr-text)
}

.pricing_box .pb_content--discount del {
    font-weight: 400;
    color: var(--clr-text-secondary)
}

.pricing_box .pb_content--price {
    font-family: "Work Sans",sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -3px;
    text-align: center;
    color: var(--clr-text);
    margin-bottom: 8px
}

.pricing_box .pb_content--price .smaller-price {
    font-size: 25px
}

.pricing_box .pb_content--meta {
    text-align: center
}

.pricing_box .pb_content--meta .pricing-time,.pricing_box .pb_content--meta .pricing-full {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400
}

.pricing_box .pb_content--meta .pricing-time {
    line-height: 15px
}

.pricing_box .pb_content--meta .pricing-full {
    line-height: 1.3;
    margin-top: 20px
}

.pricing_box .pb_content--meta .btn {
    width: 100%;
    max-width: 200px;
    margin: 33px 0
}

.pricing_box .pb_content--details {
    font-size: 14px;
    line-height: 20px
}

.pricing_box .pb_content--details .details-title {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.pricing_box .pb_content--details ul {
    list-style: none
}

.pricing_box .pb_content--details ul li {
    position: relative;
    color: var(--clr-text);
    padding: 10px 0 10px 20px
}

.pricing_box .pb_content--details ul li::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 10px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%278%27 viewBox=%270 0 10 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.79018 0.352665C10.0692 0.631683 10.0692 1.08481 9.79018 1.36383L4.07589 7.07811C3.79687 7.35713 3.34375 7.35713 3.06473 7.07811L0.207589 4.22097C-0.0714291 3.94195 -0.0714291 3.48883 0.207589 3.20981C0.486607 2.93079 0.939732 2.93079 1.21875 3.20981L3.57143 5.56026L8.78125 0.352665C9.06027 0.0736476 9.51339 0.0736476 9.79241 0.352665H9.79018Z%27 fill=%27%23999999%27/%3E%3C/svg%3E")
}

.pricing_box .pb_content--details ul li .capitalize {
    text-transform: capitalize !important
}

.pricing_box--thp .pb_content--meta .pricing-full {
    margin-bottom: 20px
}

.pricing_box--thp .pb_content--details {
    margin-bottom: 24px
}

.pricing_box--thp .pb_content--details .details-title {
    text-align: left;
    margin-bottom: 0
}

.pricing_box--thp .pb_content .wpcf7-form button[type=submit] {
    min-height: unset;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--clr-black);
    border: 1px solid var(--clr-btn-border);
    border-radius: 4px;
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2));
    padding: 17px 40px;
    transition: unset
}

.pricing_box--thp .pb_content .wpcf7-form button[type=submit] span {
    display: block;
    width: 100%
}

.pricing_box--thp .pb_content .wpcf7-form button[type=submit] span.font-weight-lighter {
    font-weight: 300
}

.pricing_box--thp .pb_content .wpcf7-form button[type=submit] span.small {
    font-size: 12px
}

.pricing_box--thp .pb_content .wpcf7-form button[type=submit]:hover,.pricing_box--thp .pb_content .wpcf7-form button[type=submit]:focus {
    filter: brightness(105%)
}

.pricing_box--thp:not(.active) .pb_content--price {
    color: var(--clr-text-secondary)
}

.pricing_box--thp:not(.active) .pb_content--details ul li {
    color: var(--clr-text)
}

.pricing_box--thp:not(.active) .pb_content .wpcf7-form button[type=submit] {
    color: #fff;
    border-color: var(--clr-text-secondary);
    background-color: var(--clr-text-secondary);
    background-image: unset
}

.pricing_box--thp:not(.active) .pb_content .wpcf7-form button[type=submit]:hover,.pricing_box--thp:not(.active) .pb_content .wpcf7-form button[type=submit]:focus {
    color: var(--clr-black);
    border-color: var(--clr-btn-border);
    background-color: var(--clr-btn1);
    background-image: linear-gradient(to bottom, var(--clr-btn1), var(--clr-btn2))
}

.pricing_box.active .pb_heading {
    background-color: var(--pricing-active)
}

.pricing_box.active .pb_content--price,.pricing_box.active .pb_content--meta .pricing-time {
    color: var(--pricing-active)
}

.pricing_box.active .pb_content--meta .btn {
    background-color: var(--pricing-active)
}

.pricing_box.active .pb_content--meta .btn:hover {
    color: var(--pricing-active);
    background-color: rgba(0,0,0,0);
    border-color: var(--pricing-active)
}

@media(min-width: 992px) {
    .pricing_box .pb_content {
        padding:40px
    }

    .pricing_box .pb_content--image {
        margin-bottom: 40px
    }

    .pricing_box .pb_content--discount {
        min-height: 31.19px;
        font-size: 24px
    }

    .pricing_box .pb_content--price {
        font-size: 80px;
        line-height: 70px
    }

    .pricing_box .pb_content--price .smaller-price {
        font-size: 40px
    }

    .pricing_box .pb_content--meta .btn {
        margin: 33px 0 54px
    }

    .pricing_box--thp .pb_content {
        display: flex;
        flex-direction: column;
        height: calc(100% - 81.75px)
    }

    .pricing_box--thp .pb_content--discount {
        margin-top: auto
    }

    .pricing_box--thp .pb_content--details {
        flex-grow: 1
    }

    .pricing_box--thp .pb_content .wpcf7-form button[type=submit] {
        font-size: 16px
    }

    .pricing_box--thp .pb_content .wpcf7-form button[type=submit] span.small {
        font-size: 14px
    }
}

.sample__order--heading {
    background-color: var(--clr-secondary);
    padding: 16px 20px
}

.sample__order--heading h3 {
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: var(--clr-primary);
    margin: 0
}

.sample__order--image {
    display: flex
}

.sample__order--image img {
    width: 100%;
    max-width: 400px;
    height: auto
}

.sample__order--content h4 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 16px 0;
    color: var(--clr-text-secondary)
}

.sample__order--content ul {
    margin-bottom: 24px
}

.sample__order--additional {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    background-color: var(--clr-secondary);
    padding: 16px 20px;
    margin-top: 16px
}

.sample__order--additional h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--clr-primary);
    margin: 0;
    text-align: center
}

.sample__order--additional h3[data-tooltip] {
    padding-right: 16px
}

.sample__order--additional h3[data-tooltip]::after {
    text-transform: none
}

.sample__order--additional svg {
    width: 12px
}

@media(min-width: 768px) {
    .sample__order--heading h3 {
        font-size:40px;
        line-height: 1.2
    }

    .sample__order--content {
        padding-top: 35px
    }

    .sample__order--content h4 {
        font-size: 30px
    }

    .sample__order--additional h3 {
        font-size: 32px
    }

    .sample__order--additional svg {
        width: 16px
    }
}

body.page-blog #wrapper {
    background-color: var(--clr-gray400)
}

article.blog-post a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden
}

article.blog-post a .post-title {
    font-size: 18px;
    line-height: 1.667;
    letter-spacing: -0.3px;
    text-align: center;
    margin: 0 0 5px 0
}

article.blog-post a .post-image {
    display: flex;
    width: 100%;
    height: 240px
}

article.blog-post a .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

article.blog-post a .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.676;
    color: var(--clr-text-secondary);
    margin: 0
}

article.blog-post a:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.1)
}

article.blog-post a:hover .post-title {
    color: var(--clr-primary)
}

.posts_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.posts_pagination--prev a,.posts_pagination--next a {
    position: relative;
    display: inline-block;
    min-width: 200px;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    background-color: rgba(0,0,0,0);
    border-radius: 25px;
    padding: 14px 25px;
    overflow-anchor: none;
    cursor: pointer
}

.posts_pagination--prev a:hover,.posts_pagination--next a:hover {
    color: var(--clr-text);
    border-color: var(--clr-text)
}

@media(min-width: 992px) {
    article.blog-post a {
        border-radius:3px;
        padding: 35px;
        margin-bottom: 70px
    }

    article.blog-post a .post-image {
        height: 280px
    }
}

body.single-post #wrapper {
    background-color: var(--clr-gray400)
}

article.post {
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    overflow: hidden
}

article.post .post-title {
    font-family: inherit;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    padding: 20px 20px 0 20px;
    margin: 0 0 25px 0
}

article.post .post-image {
    display: flex
}

article.post .post-image img {
    width: 100%;
    height: auto
}

article.post .post-content {
    padding: 20px
}

article.post .post-content .post_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 65px
}

article.post .post-content .post_pagination--prev,article.post .post-content .post_pagination--next {
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

article.post .post-content .post_pagination--prev a,article.post .post-content .post_pagination--next a {
    color: var(--clr-text-secondary)
}

article.post .post-content .post_pagination--prev a:hover,article.post .post-content .post_pagination--next a:hover {
    color: var(--clr-primary)
}

@media(min-width: 992px) {
    article.post .post-title {
        font-size:28px;
        padding: 35px 35px 0 35px
    }

    article.post .post-content {
        padding: 35px
    }
}

.page-about {
    padding-bottom: 0 !important
}

.page-about h1,.page-about h2,.page-about h3,.page-about h4,.page-about h5,.page-about h6 {
    margin-top: 0
}

.page-about .container .row {
    margin-bottom: 25px
}

.page-docs {
    padding-top: 0 !important
}

.page-docs p.heading {
    font-weight: 700;
    text-transform: uppercase
}

.page-docs p.heading:not(:first-of-type) {
    margin-top: 25px
}

.page-docs p.subheading {
    font-weight: 700
}

.page-docs a {
    color: var(--clr-primary)
}

.page-docs a:hover {
    color: var(--clr-text)
}

.order-wrapper .page-content {
    padding-bottom: 0 !important
}

.order-wrapper .order-image {
    display: flex;
    justify-content: center;
    margin-bottom: 45px
}

.order-wrapper .order-page-text h3 {
    line-height: 1.3;
    margin-top: 0
}

.order-wrapper .order-form {
    background-color: var(--clr-gray400);
    border: 1px solid var(--clr-gray600);
    padding: 16px
}

.order-wrapper .order-form .order-text {
    position: relative;
    line-height: 1.875;
    padding-left: 35px
}

.order-wrapper .order-form .order-text::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM12.9727 7.34766L8.47266 11.8477C8.14219 12.1781 7.60781 12.1781 7.28086 11.8477L5.03086 9.59766C4.70039 9.26719 4.70039 8.73281 5.03086 8.40586C5.36133 8.07891 5.8957 8.07539 6.22266 8.40586L7.875 10.0582L11.7773 6.15234C12.1078 5.82188 12.6422 5.82188 12.9691 6.15234C13.2961 6.48281 13.2996 7.01719 12.9691 7.34414L12.9727 7.34766Z\" fill=\"%230030B8\"/></svg>") no-repeat
}

.order-wrapper .offer-free-text {
    font-size: 90%;
    text-align: center;
    margin: 6px 0 0 0
}

.order-wrapper .order-opinions {
    background-color: var(--clr-gray500);
    padding: 50px 0;
    margin: 50px 0 0 0
}

.order-wrapper .order-opinions.opinions-google {
    padding: 25px 0 10px 0
}

.order-wrapper .order-opinions .container[data-tooltip] .tooltip_indicator::before {
    transform: translate(20%, 0)
}

@media(min-width: 768px) {
    .order-wrapper .offer-free-text {
        margin:0
    }
}

.thp-wrapper .page-content {
    padding-bottom: 50px
}

.thp-wrapper .thp_image {
    display: flex;
    justify-content: center
}

.thp-wrapper .thp_image img {
    width: 100%;
    max-width: 400px;
    height: auto
}

.thp-wrapper .nextoffer {
    width: 100%;
    height: auto;
    border: 8px solid var(--clr-primary);
    border-radius: 4px;
    background-color: var(--clr-primary)
}

.thp-wrapper .nextoffer_header {
    padding: 5px 16px 12px
}

.thp-wrapper .nextoffer_header h3 {
    font-family: "Open Sans",sans-serif;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 0
}

.thp-wrapper .nextoffer_content {
    padding: 25px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff
}

.thp-wrapper .nextoffer_content .heading,.thp-wrapper .nextoffer_content .offer-heading {
    margin-top: 0
}

.thp-wrapper .nextoffer_content .red {
    color: red
}

.thp-wrapper .nextoffer_content .nextoffer_info {
    font-size: 12px;
    line-height: 1.5;
    margin: 0
}

.thp-wrapper .nextoffer_content #checkoutBtn {
    padding: 15px;
    margin: 24px auto 0
}

.thp-wrapper .nextoffer_content #checkoutBtn span {
    display: block;
    width: 100%;
    height: auto;
    text-align: center
}

.thp-wrapper .nextoffer_content #checkoutBtn span.font-weight-lighter {
    font-weight: 400
}

.thp-wrapper .nextoffer_content #checkoutBtn span.small {
    font-size: 80%
}

.thp-wrapper .btn-order-default {
    max-width: 900px
}

@media(min-width: 992px) {
    .thp-wrapper .page-content {
        padding-bottom:100px !important
    }
}

body.admin-bar .np-mobile-btn {
    top: 46px
}

body.admin-bar header {
    top: 45px
}

body.admin-bar header.with-top-btn {
    top: 93.59px
}

body.admin-bar #wpadminbar {
    position: fixed
}

@media(min-width: 783px) {
    body.admin-bar .np-mobile-btn {
        top:32px
    }

    body.admin-bar header {
        top: 32px
    }

    body.admin-bar header.with-top-btn {
        top: 79.59px
    }
}

@media(min-width: 992px) {
    body.admin-bar header {
        top:32px
    }

    body.admin-bar header.with-top-btn {
        top: 32px
    }
}
