.absolute {
    position: absolute
}

.relative {
    position: relative
}

.order-last {
    order: 9999
}

.order-4 {
    order: 4
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-5 {
    order: 5
}

.order-3 {
    order: 3
}

.m-auto {
    margin: auto
}

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

.my-8 {
    margin-bottom: 32px;
    margin-top: 32px
}

.-mx-4 {
    margin-left: -16px;
    margin-right: -16px
}

.-mx-3 {
    margin-left: -12px;
    margin-right: -12px
}

.mx-2 {
    margin-left: 8px;
    margin-right: 8px
}

.my-4 {
    margin-bottom: 16px;
    margin-top: 16px
}

.mx-1 {
    margin-left: 4px;
    margin-right: 4px
}

.mt-2 {
    margin-top: 8px
}

.mb-2 {
    margin-bottom: 8px
}

.mb-6 {
    margin-bottom: 24px
}

.mt-4 {
    margin-top: 16px
}

.mb-8 {
    margin-bottom: 32px
}

.mb-4 {
    margin-bottom: 16px
}

.mt-6 {
    margin-top: 24px
}

.mr-4 {
    margin-right: 16px
}

.mr-1 {
    margin-right: 4px
}

.mr-2 {
    margin-right: 8px
}

.mb-16 {
    margin-bottom: 64px
}

.mt-8 {
    margin-top: 32px
}

.mr-6 {
    margin-right: 24px
}

.mb-1 {
    margin-bottom: 4px
}

.mt-1 {
    margin-top: 4px
}

.mb-11 {
    margin-bottom: 44px
}

.ml-4 {
    margin-left: 16px
}

.mb-10 {
    margin-bottom: 40px
}

.mt-auto {
    margin-top: auto
}

.mb-12 {
    margin-bottom: 48px
}

.ml-2 {
    margin-left: 8px
}

.ml-1 {
    margin-left: 4px
}

.mb-auto {
    margin-bottom: auto
}

.mr-3 {
    margin-right: 12px
}

.mb-3 {
    margin-bottom: 12px
}

.-mt-1 {
    margin-top: -4px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: none
}

.h-full {
    height: 100%
}

.h-auto {
    height: auto
}

.max-h-full {
    max-height: 100%
}

.w-full {
    width: 100%
}

.w-auto {
    width: auto
}

.max-w-none {
    max-width: none
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.self-start {
    align-self: flex-start
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-4 {
    border-radius: 16px
}

.rounded-2 {
    border-radius: 8px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-1 {
    border-radius: 4px
}

.rounded-6 {
    border-radius: 24px
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.p-6 {
    padding: 24px
}

.p-4 {
    padding: 16px
}

.p-3 {
    padding: 12px
}

.p-2 {
    padding: 8px
}

.py-3 {
    padding-bottom: 12px;
    padding-top: 12px
}

.py-8 {
    padding-bottom: 32px;
    padding-top: 32px
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px
}

.py-11 {
    padding-bottom: 44px;
    padding-top: 44px
}

.py-1 {
    padding-bottom: 4px;
    padding-top: 4px
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px
}

.py-2 {
    padding-bottom: 8px;
    padding-top: 8px
}

.py-4 {
    padding-bottom: 16px;
    padding-top: 16px
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px
}

.px-1 {
    padding-left: 4px;
    padding-right: 4px
}

.py-6 {
    padding-bottom: 24px;
    padding-top: 24px
}

.px-3 {
    padding-left: 12px;
    padding-right: 12px
}

.pt-11 {
    padding-top: 44px
}

.pb-16 {
    padding-bottom: 64px
}

.pt-1 {
    padding-top: 4px
}

.pb-11 {
    padding-bottom: 44px
}

.pt-2 {
    padding-top: 8px
}

.pb-6 {
    padding-bottom: 24px
}

.pt-8 {
    padding-top: 32px
}

.pb-2 {
    padding-bottom: 8px
}

.pt-6 {
    padding-top: 24px
}

.pb-10 {
    padding-bottom: 40px
}

.pt-16 {
    padding-top: 64px
}

.pt-4 {
    padding-top: 16px
}

.pt-12 {
    padding-top: 48px
}

.pb-8 {
    padding-bottom: 32px
}

.pr-3 {
    padding-right: 12px
}

.pb-4 {
    padding-bottom: 16px
}

.pb-32 {
    padding-bottom: 8rem
}

.pt-3 {
    padding-top: 12px
}

.pb-5 {
    padding-bottom: 20px
}

.pl-5 {
    padding-left: 20px
}

.pl-6 {
    padding-left: 24px
}

.pb-22 {
    padding-bottom: 88px
}

.pb-12 {
    padding-bottom: 48px
}

.pb-7 {
    padding-bottom: 28px
}

.pb-18 {
    padding-bottom: 72px
}

.pr-6 {
    padding-right: 24px
}

.pl-2 {
    padding-left: 8px
}

.pb-14 {
    padding-bottom: 56px
}

.pb-15 {
    padding-bottom: 60px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-extrabold {
    font-weight: 800
}

.font-normal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.leading-6 {
    line-height: 1.5rem
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

@media (min-width:375px) {
    .xsm\:-mx-6 {
        margin-left: -24px;
        margin-right: -24px
    }
    .xsm\:mt-25 {
        margin-top: 100px
    }
    .xsm\:block {
        display: block
    }
    .xsm\:p-6 {
        padding: 24px
    }
    .xsm\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:576px) {
    .sm\:order-3 {
        order: 3
    }
    .sm\:order-2 {
        order: 2
    }
    .sm\:order-1 {
        order: 1
    }
    .sm\:order-5 {
        order: 5
    }
    .sm\:my-1 {
        margin-bottom: 4px;
        margin-top: 4px
    }
    .sm\:-mx-11 {
        margin-left: -44px;
        margin-right: -44px
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:mr-0 {
        margin-right: 0
    }
    .sm\:mb-4 {
        margin-bottom: 16px
    }
    .sm\:mt-16 {
        margin-top: 64px
    }
    .sm\:mt-18 {
        margin-top: 72px
    }
    .sm\:mb-6 {
        margin-bottom: 24px
    }
    .sm\:mb-8 {
        margin-bottom: 32px
    }
    .sm\:mt-8 {
        margin-top: 32px
    }
    .sm\:mr-4 {
        margin-right: 16px
    }
    .sm\:ml-4 {
        margin-left: 16px
    }
    .sm\:ml-auto {
        margin-left: auto
    }
    .sm\:ml-6 {
        margin-left: 24px
    }
    .sm\:mb-16 {
        margin-bottom: 64px
    }
    .sm\:mb-2 {
        margin-bottom: 8px
    }
    .sm\:mt-6 {
        margin-top: 24px
    }
    .sm\:mt-2 {
        margin-top: 8px
    }
    .sm\:block {
        display: block
    }
    .sm\:inline {
        display: inline
    }
    .sm\:flex {
        display: flex
    }
    .sm\:hidden {
        display: none
    }
    .sm\:flex-col {
        flex-direction: column
    }
    .sm\:flex-wrap {
        flex-wrap: wrap
    }
    .sm\:self-center {
        align-self: center
    }
    .sm\:py-4 {
        padding-bottom: 16px;
        padding-top: 16px
    }
    .sm\:px-11 {
        padding-left: 44px;
        padding-right: 44px
    }
    .sm\:py-8 {
        padding-bottom: 32px;
        padding-top: 32px
    }
    .sm\:px-18 {
        padding-left: 72px;
        padding-right: 72px
    }
    .sm\:px-8 {
        padding-left: 32px;
        padding-right: 32px
    }
    .sm\:py-12 {
        padding-bottom: 48px;
        padding-top: 48px
    }
    .sm\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }
    .sm\:pt-16 {
        padding-top: 64px
    }
    .sm\:pt-12 {
        padding-top: 48px
    }
    .sm\:pb-20 {
        padding-bottom: 80px
    }
    .sm\:pt-8 {
        padding-top: 32px
    }
    .sm\:pt-5 {
        padding-top: 20px
    }
    .sm\:pb-0 {
        padding-bottom: 0
    }
    .sm\:pt-2 {
        padding-top: 8px
    }
    .sm\:text-center {
        text-align: center
    }
    .sm\:capitalize {
        text-transform: capitalize
    }
}

@media (min-width:768px) {
    .md\:visible {
        visibility: visible
    }
    .md\:order-4 {
        order: 4
    }
    .md\:order-2 {
        order: 2
    }
    .md\:order-1 {
        order: 1
    }
    .md\:m-0 {
        margin: 0
    }
    .md\:my-8 {
        margin-bottom: 32px;
        margin-top: 32px
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .md\:my-3 {
        margin-bottom: 12px;
        margin-top: 12px
    }
    .md\:my-2 {
        margin-bottom: 8px;
        margin-top: 8px
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:mb-5 {
        margin-bottom: 20px
    }
    .md\:mb-4 {
        margin-bottom: 16px
    }
    .md\:mr-0 {
        margin-right: 0
    }
    .md\:mb-6 {
        margin-bottom: 24px
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:ml-4 {
        margin-left: 16px
    }
    .md\:mb-8 {
        margin-bottom: 32px
    }
    .md\:mb-16 {
        margin-bottom: 64px
    }
    .md\:mt-8 {
        margin-top: 32px
    }
    .md\:mr-2 {
        margin-right: 8px
    }
    .md\:mb-7 {
        margin-bottom: 28px
    }
    .md\:mb-10 {
        margin-bottom: 40px
    }
    .md\:mt-4 {
        margin-top: 16px
    }
    .md\:mt-2 {
        margin-top: 8px
    }
    .md\:mr-6 {
        margin-right: 24px
    }
    .md\:mt-6 {
        margin-top: 24px
    }
    .md\:block {
        display: block
    }
    .md\:inline-block {
        display: inline-block
    }
    .md\:inline {
        display: inline
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:w-full {
        width: 100%
    }
    .md\:w-auto {
        width: auto
    }
    .md\:grow-0 {
        flex-grow: 0
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-col {
        flex-direction: column
    }
    .md\:items-start {
        align-items: flex-start
    }
    .md\:items-center {
        align-items: center
    }
    .md\:rounded-4 {
        border-radius: 16px
    }
    .md\:p-6 {
        padding: 24px
    }
    .md\:p-4 {
        padding: 16px
    }
    .md\:p-2 {
        padding: 8px
    }
    .md\:py-2 {
        padding-bottom: 8px;
        padding-top: 8px
    }
    .md\:px-4 {
        padding-left: 16px;
        padding-right: 16px
    }
    .md\:py-8 {
        padding-bottom: 32px;
        padding-top: 32px
    }
    .md\:py-24 {
        padding-bottom: 96px;
        padding-top: 96px
    }
    .md\:pb-6 {
        padding-bottom: 24px
    }
    .md\:pt-12 {
        padding-top: 48px
    }
    .md\:pb-4 {
        padding-bottom: 16px
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pt-4 {
        padding-top: 16px
    }
    .md\:pb-8 {
        padding-bottom: 32px
    }
    .md\:pb-16 {
        padding-bottom: 64px
    }
    .md\:pt-6 {
        padding-top: 24px
    }
    .md\:pb-14 {
        padding-bottom: 56px
    }
    .md\:pb-10 {
        padding-bottom: 40px
    }
    .md\:pt-16 {
        padding-top: 64px
    }
    .md\:pr-4 {
        padding-right: 16px
    }
    .md\:pt-10 {
        padding-top: 40px
    }
    .md\:text-center {
        text-align: center
    }
    .md\:font-bold {
        font-weight: 700
    }
    .md\:font-semibold {
        font-weight: 600
    }
    .md\:font-medium {
        font-weight: 500
    }
}

@media (min-width:1024px) {
    .lg\:order-first {
        order: -9999
    }
    .lg\:order-3 {
        order: 3
    }
    .lg\:order-1 {
        order: 1
    }
    .lg\:order-2 {
        order: 2
    }
    .lg\:m-0 {
        margin: 0
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .lg\:mt-5 {
        margin-top: 20px
    }
    .lg\:mb-9 {
        margin-bottom: 36px
    }
    .lg\:mb-5 {
        margin-bottom: 20px
    }
    .lg\:mb-8 {
        margin-bottom: 32px
    }
    .lg\:mt-4 {
        margin-top: 16px
    }
    .lg\:mt-8 {
        margin-top: 32px
    }
    .lg\:mr-0 {
        margin-right: 0
    }
    .lg\:mt-20 {
        margin-top: 80px
    }
    .lg\:mb-10 {
        margin-bottom: 40px
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:mt-6 {
        margin-top: 24px
    }
    .lg\:mb-4 {
        margin-bottom: 16px
    }
    .lg\:mb-12 {
        margin-bottom: 48px
    }
    .lg\:mb-6 {
        margin-bottom: 24px
    }
    .lg\:ml-6 {
        margin-left: 24px
    }
    .lg\:mr-12 {
        margin-right: 48px
    }
    .lg\:mb-14 {
        margin-bottom: 56px
    }
    .lg\:ml-12 {
        margin-left: 48px
    }
    .lg\:mb-16 {
        margin-bottom: 64px
    }
    .lg\:mb-22 {
        margin-bottom: 88px
    }
    .lg\:mt-10 {
        margin-top: 40px
    }
    .lg\:mt-0 {
        margin-top: 0
    }
    .lg\:ml-4 {
        margin-left: 16px
    }
    .lg\:mb-24 {
        margin-bottom: 96px
    }
    .lg\:mr-6 {
        margin-right: 24px
    }
    .lg\:mt-3 {
        margin-top: 12px
    }
    .lg\:mt-12 {
        margin-top: 48px
    }
    .lg\:mb-18 {
        margin-bottom: 72px
    }
    .lg\:mb-2 {
        margin-bottom: 8px
    }
    .lg\:block {
        display: block
    }
    .lg\:inline {
        display: inline
    }
    .lg\:flex {
        display: flex
    }
    .lg\:contents {
        display: contents
    }
    .lg\:hidden {
        display: none
    }
    .lg\:w-full {
        width: 100%
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:max-w-full {
        max-width: 100%
    }
    .lg\:flex-auto {
        flex: 1 1 auto
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:flex-col {
        flex-direction: column
    }
    .lg\:items-start {
        align-items: flex-start
    }
    .lg\:items-center {
        align-items: center
    }
    .lg\:justify-center {
        justify-content: center
    }
    .lg\:whitespace-normal {
        white-space: normal
    }
    .lg\:rounded-4 {
        border-radius: 16px
    }
    .lg\:rounded-2 {
        border-radius: 8px
    }
    .lg\:rounded-none {
        border-radius: 0
    }
    .lg\:p-8 {
        padding: 32px
    }
    .lg\:p-6 {
        padding: 24px
    }
    .lg\:p-0 {
        padding: 0
    }
    .lg\:py-6 {
        padding-bottom: 24px;
        padding-top: 24px
    }
    .lg\:py-12 {
        padding-bottom: 48px;
        padding-top: 48px
    }
    .lg\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:px-12 {
        padding-left: 48px;
        padding-right: 48px
    }
    .lg\:py-4 {
        padding-bottom: 16px;
        padding-top: 16px
    }
    .lg\:px-4 {
        padding-left: 16px;
        padding-right: 16px
    }
    .lg\:py-2 {
        padding-bottom: 8px;
        padding-top: 8px
    }
    .lg\:py-10 {
        padding-bottom: 40px;
        padding-top: 40px
    }
    .lg\:px-8 {
        padding-left: 32px;
        padding-right: 32px
    }
    .lg\:py-16 {
        padding-bottom: 64px;
        padding-top: 64px
    }
    .lg\:px-13 {
        padding-left: 52px;
        padding-right: 52px
    }
    .lg\:px-10 {
        padding-left: 40px;
        padding-right: 40px
    }
    .lg\:px-11 {
        padding-left: 44px;
        padding-right: 44px
    }
    .lg\:px-7 {
        padding-left: 28px;
        padding-right: 28px
    }
    .lg\:pt-12 {
        padding-top: 48px
    }
    .lg\:pb-12 {
        padding-bottom: 48px
    }
    .lg\:pt-6 {
        padding-top: 24px
    }
    .lg\:pt-8 {
        padding-top: 32px
    }
    .lg\:pb-4 {
        padding-bottom: 16px
    }
    .lg\:pt-16 {
        padding-top: 64px
    }
    .lg\:pt-0 {
        padding-top: 0
    }
    .lg\:pt-24 {
        padding-top: 96px
    }
    .lg\:pt-4 {
        padding-top: 16px
    }
    .lg\:pt-2 {
        padding-top: 8px
    }
    .lg\:pb-6 {
        padding-bottom: 24px
    }
    .lg\:pr-0 {
        padding-right: 0
    }
    .lg\:pb-2 {
        padding-bottom: 8px
    }
    .lg\:pb-0 {
        padding-bottom: 0
    }
    .lg\:pt-11 {
        padding-top: 44px
    }
    .lg\:pb-16 {
        padding-bottom: 64px
    }
    .lg\:pb-18 {
        padding-bottom: 72px
    }
    .lg\:pb-24 {
        padding-bottom: 96px
    }
    .lg\:pt-14 {
        padding-top: 56px
    }
    .lg\:pb-8 {
        padding-bottom: 32px
    }
    .lg\:pb-10 {
        padding-bottom: 40px
    }
    .lg\:pl-4 {
        padding-left: 16px
    }
    .lg\:pt-10 {
        padding-top: 40px
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:text-center {
        text-align: center
    }
    .lg\:font-medium {
        font-weight: 500
    }
}

@media (min-width:1200px) {
    .xl\:mb-4 {
        margin-bottom: 16px
    }
    .xl\:mt-12 {
        margin-top: 48px
    }
    .xl\:mt-9 {
        margin-top: 36px
    }
    .xl\:mb-6 {
        margin-bottom: 24px
    }
    .xl\:mb-0 {
        margin-bottom: 0
    }
    .xl\:block {
        display: block
    }
    .xl\:inline {
        display: inline
    }
    .xl\:hidden {
        display: none
    }
    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .xl\:py-12 {
        padding-bottom: 48px;
        padding-top: 48px
    }
    .xl\:pt-6 {
        padding-top: 24px
    }
    .xl\:pr-6 {
        padding-right: 24px
    }
}

html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: inherit
}

main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0
}

ol,
ul {
    list-style: none;
    padding: 0
}

a {
    background-color: transparent;
    text-decoration: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

figure {
    margin: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/builds/cr-129/fonts/open-sans-400.a2d02404.woff2) format("woff2"), url(/builds/cr-129/fonts/open-sans-400.6f654114.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/builds/cr-129/fonts/open-sans-600.87da65d8.woff2) format("woff2"), url(/builds/cr-129/fonts/open-sans-600.28125e6f.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/builds/cr-129/fonts/open-sans-700.166dc5ef.woff2) format("woff2"), url(/builds/cr-129/fonts/open-sans-700.043b0bf0.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Literata;
    font-style: normal;
    font-weight: 800;
    src: url(/builds/cr-129/fonts/literata-800.36ef6ab7.woff2) format("woff2"), url(/builds/cr-129/fonts/literata-800.d1eb7f23.woff) format("woff")
}

body {
    color: #263238;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

.mainContent_hide {
    display: none
}

.section {
    padding-bottom: 32px;
    padding-top: 32px
}

.defaultVideo {
    background-color: #f9fafb;
    border-radius: 8px;
    display: block;
    height: auto;
    width: 100%
}

.container {
    margin: 0 auto;
    max-width: 1216px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

.playIcon {
    background-image: url(/builds/cr-129/images/play-icon.18ead102.svg);
    background-position: left 22px center;
    background-size: 40px 40px
}

.pauseIcon,
.playIcon {
    background-color: rgba(0, 0, 0, .7);
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    width: 80px
}

.pauseIcon {
    background-image: url(/builds/cr-129/images/pause-icon.4c3344f3.svg);
    background-position: 50%;
    background-size: 34px 34px
}

@-webkit-keyframes animatezoom {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    60% {
        opacity: 1;
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        transform: scale(1.1)
    }
}

@keyframes animatezoom {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    60% {
        opacity: 1;
        transform: scale(1.1)
    }
    to {
        opacity: 0;
        transform: scale(1.1)
    }
}

.animate-zoom {
    -webkit-animation: animatezoom ease-in 1;
    animation: animatezoom ease-in 1;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.color-primary-40 {
    color: #526d7a
}

.color-primary-18 {
    color: #263238
}

.color-accent-37 {
    color: #b10d3e
}

.color-secondary-30 {
    color: #009947
}

.bg-primary-18 {
    background-color: #6da18a
}

.bg-primary-90 {
    background-color: #e1e7ea
}

.bg-primary-95 {
    background-color: #f0f3f5
}

.bg-primary-98 {
    background-color: #f9fafb
}

.bg-secondary-26 {
    background-color: #00853e
}

.text-accent {
    background-image: linear-gradient(180deg, #66ffad, #66ffad), url(/builds/cr-129/images/line-cap-left.87efdbe0.svg), url(/builds/cr-129/images/line-cap-right.eb4eb24b.svg);
    background-position: center bottom 3px, left bottom 3px, right bottom 3px;
    background-repeat: no-repeat;
    background-size: calc(100% - 8px) 8px, 5px 8px, 5px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

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

.timerModalIsOpen {
    overflow: hidden
}

.titleBlock__hdr {
    font-family: Literata, Segoe UI, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.33
}

.videoContainer {
    height: auto
}

.videoContainer__buttonWrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.videoContainer__button {
    background-color: transparent;
    border: none;
    color: #fff;
    height: 100%;
    opacity: 1;
    outline: none;
    width: 100%
}

.errorMsg {
    color: #f40000;
    display: none;
    font-size: 12px;
    line-height: 1.33;
    padding-left: 16px
}

.defaultCheckBox_error .defaultCheckBox__errorMsg {
    display: block
}

.defaultCheckBox__input {
    display: none
}

.defaultCheckBox__input:checked+.defaultCheckBox__label:after {
    opacity: 1
}

.defaultCheckBox__label {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.67
}

.defaultCheckBox__label:after,
.defaultCheckBox__label:before {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px
}

.defaultCheckBox__label:before {
    border: 1px solid #c2cfd6
}

.defaultCheckBox__label:after {
    background-image: url(/builds/cr-129/images/checkbox-tick.343cfd5d.svg);
    background-position: 1px 2px;
    background-repeat: no-repeat;
    background-size: 11px 9px;
    border: 2px solid #b10d3e;
    opacity: 0;
    transition: opacity .3s
}

.defaultInput {
    position: relative;
    width: 100%
}

.defaultInput_filled .defaultInput__label {
    font-size: 12px;
    line-height: 1.33;
    top: -7px
}

.defaultInput_error .defaultInput__field,
.defaultInput_error .defaultInput__field:focus,
.defaultInput_error .defaultInput__field:hover {
    border-color: #f40000
}

.defaultInput_error .defaultInput__label {
    color: #f40000
}

.defaultInput_error .defaultInput__errorMsg {
    display: block
}

.defaultInput__label {
    background-color: #fff;
    left: 12px;
    padding: 0 4px;
    pointer-events: none;
    position: absolute;
    top: 16px;
    transition: font-size .2s linear, top .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.defaultInput__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c2cfd6;
    border-radius: 8px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    height: 56px;
    margin: 0;
    padding: 18px 16px;
    transition: border-color .2s linear;
    width: 100%
}

.defaultInput__field:hover {
    border-color: #678898
}

.defaultInput__field:focus {
    border-color: #263238;
    outline: none
}

.defaultInput__field:disabled {
    background-color: transparent;
    border-color: #a4b7c1;
    cursor: not-allowed
}

.defaultInput__field:disabled:hover {
    border-color: #a4b7c1
}

.defaultInput__field:focus+.defaultInput__label {
    font-size: 12px;
    line-height: 1.33;
    top: -7px
}

.defaultInput__field:disabled+.defaultInput__label {
    background-color: transparent;
    color: #a4b7c1;
    pointer-events: none
}

.defaultInput__errorMsg {
    color: #f40000;
    display: none;
    font-size: 12px;
    line-height: 1.33;
    padding-left: 16px
}

.defaultInput__doNotSell {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-top: 8px;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-decoration: underline;
    transition: opacity .2s linear;
    width: 100%
}

.defaultInput__doNotSell:hover {
    opacity: .7
}

.defaultInput__doNotSell_hide,
.defaultInput_hidden {
    display: none
}

.formTitle {
    max-width: 327px
}

.formTitle__hdr {
    font-size: 22px;
    line-height: 1.27
}

.formTitle__hdr_hidden {
    display: none
}

.formTitle__txt {
    font-size: 14px;
    line-height: 1.42;
    max-width: 279px
}

.formTitle__txt_wide {
    max-width: none
}

.reminder__inner {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 24px auto;
    max-width: 504px
}

.reminder__inner_accent {
    background-color: #f0f3f5;
    border: 1px solid #f14176
}

.mediaBadge {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    line-height: 1;
    padding: 6px 30px 6px 8px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1
}

.mediaBadge:after {
    background-image: url(./images/canada-maple.30ec1b4f.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px
}

.mediaBadge__text {
    font-size: 12px
}

.advTxt {
    font-size: 10px;
    line-height: 1.33
}

.btn {
    background-color: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    min-height: 56px;
    min-width: 260px;
    outline: none;
    padding: 0;
    text-transform: uppercase;
    transition: all .2s linear
}

.btn_hide {
    display: none
}

.btn__inner {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.btn .btn__leftIcon path,
.btn .btn__rightIcon path {
    fill: currentColor
}

.btn_default {
    background-color: #b10d3e;
    border: 2px solid #b10d3e;
    color: #fff;
    padding: 18px 8px
}

.btn_default:focus,
.btn_default:hover {
    background-color: #ee1153;
    border-color: #ee1153
}

.btn_default:active {
    background-color: #8f0a32;
    border-color: #8f0a32
}

.btn_default:disabled {
    background-color: #fccfdd;
    border-color: #fccfdd;
    pointer-events: none
}

.btn_outline {
    background-color: #fff;
    border: 2px solid #b10d3e;
    color: #b10d3e;
    padding: 18px 8px
}

.btn_outline:focus,
.btn_outline:hover {
    border-color: #ee1153;
    color: #ee1153
}

.btn_outline:active {
    border-color: #8f0a32;
    color: #8f0a32
}

.btn_outline:disabled {
    border-color: #fccfdd;
    color: #fccfdd;
    pointer-events: none
}

.btn__text {
    margin: 0 12px
}

[role=button] {
    cursor: pointer
}

.no-touch .radioBtn__field:active+.no-touch .radioBtn__label {
    box-shadow: inset 0 0 0 3px #b10d3e;
    color: #b10d3e
}

.radioBtn_error .radioBtn__label {
    border-color: #f40000
}

.radioBtn__label {
    align-items: center;
    border: 1px solid #263238;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: Literata, Segoe UI, sans-serif;
    font-size: 26px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    line-height: 1.538;
    min-height: 112px;
    padding: 4px 0;
    text-align: center;
    transition: border .1s linear, color .1s linear, background-color .1s linear, box-shadow .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.radioBtn__label_smallFontSize {
    font-size: 20px
}

.radioBtn__img {
    display: block;
    height: 64px;
    width: 64px
}

.radioBtn__smallTxt {
    font-weight: 700
}

.radioBtn__smallTxt,
.radioBtn__thinTxt {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

.radioBtn__thinTxt {
    color: #85a0ad
}

.radioBtn__vectorWrap {
    height: 64px;
    width: 64px
}

.radioBtn__vector {
    color: #e1f7dc;
    transition: color .3s
}

.radioBtn__field:focus-visible+.radioBtn__label {
    border-color: #ee1153;
    color: #ee1153
}

.radioBtn__field:checked+.radioBtn__label {
    background-color: #fef5f8;
    border-color: #b10d3e;
    box-shadow: inset 0 0 0 3px #b10d3e;
    color: #b10d3e
}

.radioBtn__field:checked+.radioBtn__label .radioBtn__vector {
    color: #f8a0ba
}

.againstClogs__list {
    grid-gap: 16px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.againstClogs__img {
    background-color: #f9fafb
}

.againstClogs__itemTitle {
    font-size: 16px;
    line-height: 1.5
}

.benefits__list {
    grid-gap: 24px;
    display: grid
}

.benefits__imgWrap {
    flex: 0 0 64px
}

.benefits__itemLink {
    color: inherit
}

.contentBlock__list {
    grid-gap: 48px;
    display: grid
}

.contentCard__mediaWrap {
    padding-bottom: 60%
}

.contentCard__img {
    background-color: #f9fafb;
    border-radius: 8px;
    display: block
}

.contentCard__img,
.contentCard__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.contentCard__budge {
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 1
}

.contentCard__budgeText {
    background-color: #2f2f2f;
    color: #fff;
    font-size: 10px;
    left: 5px;
    padding: 4px 15px 4px 10px;
    position: relative
}

.contentCard__budgeImg {
    z-index: 1
}

.description {
    padding-top: 0
}

.description__mapWrap {
    max-width: 360px
}

.description__cardTitle {
    font-size: 22px;
    line-height: 1.27
}

.footer_hide {
    display: none
}

.footer__navList {
    grid-gap: 12px;
    display: grid
}

.footer__navLink {
    color: #fff;
    font-size: 14px;
    line-height: 1.42
}

.footer__navLink:hover {
    text-decoration: underline
}

.header__nbcText {
    color: #fff;
    font-size: 10px;
    line-height: 1.2
}

.hero__locationBlock {
    font-size: 12px;
    line-height: 1.33
}

.hero__locationBlock:before {
    background-image: url(/builds/cr-129/images/pin-icon.54cec06a.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 0;
    width: 11px
}

.hero__hdr {
    font-family: Literata, Segoe UI, sans-serif;
    font-size: 24px;
    line-height: 1.33
}

.install {
    padding-bottom: 24px
}

.install__sliderItem {
    background-color: #f9fafb;
    flex: none;
    width: 283px
}

.install__sliderPagination {
    background-color: #f0f3f5;
    border-radius: 2px;
    max-width: 680px
}

.install__sliderPagination .swiper-pagination-bullet {
    background-color: #f0f3f5;
    cursor: pointer;
    flex: 1 0 auto;
    height: 4px
}

.install__sliderPagination .swiper-pagination-bullet-active {
    background-color: #a4b7c1;
    border-radius: 2px
}

.install__sliderBtn {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
    bottom: 40%;
    color: inherit;
    cursor: pointer;
    display: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 48px;
    outline: none;
    padding: 0;
    position: absolute;
    text-decoration: none;
    transition: opacity .3s linear;
    width: 48px
}

.install__sliderBtn.swiper-button-disabled path {
    fill: #f0f3f5
}

.install__sliderBtn_prev {
    left: 0
}

.install__sliderBtn_next {
    right: 0
}

.pageForm__attentionDesktop.reminder__inner {
    max-width: 435px
}

.pageForm__wrap {
    max-width: 1128px
}

.pageForm__title {
    color: #fff;
    max-width: 744px
}

.pageForm__form {
    background-color: #fff;
    max-width: 936px
}

.pageForm__formInner {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 280px
}

.note__inner {
    background-color: #fff;
    border-radius: 0 0 24px 24px
}

.note__txt {
    max-width: 504px
}

.reviews__sliderWrapper {
    display: flex
}

.reviews__sliderItem {
    flex: none;
    height: var(--card-height-mobile, 456px);
    width: 272px
}

.ctaBlock {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(230, 255, 241, .75);
    bottom: 0;
    position: fixed;
    transition: transform .3s linear
}

.ctaBlock_hide {
    transform: translateY(101%)
}

.reviewCard {
    background-color: #f9fafb
}

.reviewCard__title {
    font-size: 16px;
    line-height: 1.5
}

.reviewCard__userPic {
    background-color: #f9fafb;
    flex: 0 0 40px;
    height: 40px;
    width: 40px
}

.reviewCard__noUserPic {
    background-color: #fde7ee;
    flex: 0 0 40px;
    font-size: 18px;
    height: 40px;
    width: 40px
}

.reviewCard__noUserPic_colorBlue {
    background-color: #e3effb
}

.reviewCard__noUserPic_colorYellow {
    background-color: #faf7d9
}

.reviewCard__noUserPic_colorGreen {
    background-color: #e1f0ee
}

.modal {
    background-color: #fff;
    display: none;
    z-index: 1000
}

.modal_open {
    -webkit-animation: openModal .2s linear;
    animation: openModal .2s linear;
    display: flex
}

.modal__spacer {
    height: 0;
    width: 24px
}

.modal__close {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 24px;
    outline: none;
    padding: 0;
    text-decoration: none;
    width: 24px
}

.modal__close svg path {
    fill: #263238
}

@-webkit-keyframes openModal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes openModal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.cancelModal {
    bottom: 0;
    display: none;
    flex-direction: column;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005
}

.cancelModal_open {
    -webkit-animation: openModal .2s linear;
    animation: openModal .2s linear;
    display: flex
}

.cancelModal__overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(103, 136, 152, .75)
}

.cancelModal__inner {
    background-color: #fff
}

.cancelModal__close {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 24px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 24px;
    text-decoration: none;
    top: 16px;
    width: 24px
}

.cancelModal__close svg path {
    fill: #263238
}

.progressBar {
    height: 4px
}

.progressBar__value {
    transition: width .2s linear
}

.processBar {
    background-color: #f0f3f5;
    height: 24px;
    z-index: 1
}

.processBar__inner {
    background-color: #b10d3e;
    color: #fff;
    font-size: 11px;
    left: -100%;
    line-height: 1.45;
    position: absolute;
    top: 0;
    transition: transform .2s linear
}

.quizForm__step {
    display: none
}

.quizForm__step_active {
    display: block
}

.quizForm__grid {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 279px
}

.quizForm__grid_threeItems {
    grid-template-columns: repeat(12, 1fr)
}

.quizForm__grid_threeItems .quizForm__gridItem {
    grid-column: span 6
}

.quizForm__grid_threeItems .quizForm__gridItem:nth-child(3) {
    grid-column: 4/10
}

.quizForm__inputGrid {
    grid-gap: 16px;
    display: grid;
    max-width: 279px
}

.quizForm__field_phoneConfirm {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27;
    padding: 13px 16px
}

.quizForm__controls {
    grid-gap: 24px;
    display: grid;
    max-width: 279px
}

.quizForm__controls_confirmStep {
    grid-gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.quizForm__discountImg {
    max-width: 279px
}

.quizForm__discountImg_hide {
    display: none
}

.quizForm__secure {
    color: #678898;
    font-size: 12px;
    line-height: 1.33;
    max-width: 256px
}

.quizForm__secure_hidden {
    display: none
}

.quizForm__secureIcon {
    margin-right: 11px
}

.quizForm__seniorsErrorMsg {
    color: #f40000;
    font-size: 12px;
    line-height: 1.33
}

.quizForm__disclaimer {
    max-width: 279px
}

.quizForm__disclaimerTxt {
    font-size: 12px;
    line-height: 1.33
}

.quizForm__trustpilotTxt {
    font-size: 16px;
    line-height: 1
}

.cancelProject_hide,
.quizForm__stepBtn_hide {
    display: none
}

.cancelProject__inner {
    max-width: 328px
}

.cancelProject__logo {
    height: 32px;
    width: 96px
}

.cancelProject__title {
    font-size: 22px;
    line-height: 1.27
}

.cancelProject__txt {
    font-size: 14px;
    line-height: 1.43
}

.cancelProject__controls {
    grid-gap: 24px;
    display: grid;
    grid-template-rows: 56px 56px
}

.decline {
    display: flex
}

.decline_hide {
    display: none
}

.decline__txt {
    font-size: 14px;
    line-height: 1.43;
    max-width: 328px
}

.discountBadge {
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 10
}

.discountBadge_show {
    pointer-events: auto
}

.discountBadge_show .discountBadge__bg {
    opacity: 1
}

.discountBadge_show .discountBadge__inner {
    transform: translateY(0)
}

.discountBadge__bg {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .85);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .4s linear
}

.discountBadge__inner {
    background-color: #f5fffa;
    border: 1px solid #00cc5f;
    box-shadow: 0 10px 20px rgba(0, 204, 95, .15);
    max-width: 330px;
    transform: translateY(-180%);
    transition: transform .4s ease-in-out;
    z-index: 5
}

.consultantBadge {
    --first-animation-duration: 0.3s;
    --animation-duration: 0.5s;
    --badge-collapsed-width: 56px;
    --badge-width-mobile: 175px;
    --badge-width-desktop: 198px;
    --badge-width: var(--badge-width-mobile);
    --info-wrap-width-mobile: 137px;
    --info-wrap-width-desktop: 198px;
    --info-wrap-width: var(--info-wrap-width-mobile);
    width: var(--badge-collapsed-width)
}

.consultantBadge_show {
    -webkit-animation: showInfo var(--animation-duration) ease-in-out var(--first-animation-duration) forwards;
    animation: showInfo var(--animation-duration) ease-in-out var(--first-animation-duration) forwards
}

.consultantBadge_show .consultantBadge__infoWrap {
    -webkit-animation: showInfoWrap var(--animation-duration) ease-in-out var(--first-animation-duration) forwards;
    animation: showInfoWrap var(--animation-duration) ease-in-out var(--first-animation-duration) forwards
}

.consultantBadge_show .consultantBadge__imgWrap {
    -webkit-animation: showImgWrap var(--animation-duration) ease-in-out var(--first-animation-duration) forwards;
    animation: showImgWrap var(--animation-duration) ease-in-out var(--first-animation-duration) forwards
}

.consultantBadge_show .consultantBadge__status {
    -webkit-animation: showStatus var(--first-animation-duration) ease-in forwards;
    animation: showStatus var(--first-animation-duration) ease-in forwards
}

.consultantBadge_collapse {
    -webkit-animation: hideInfo var(--animation-duration) ease-in-out forwards;
    animation: hideInfo var(--animation-duration) ease-in-out forwards
}

.consultantBadge_collapse .consultantBadge__infoWrap {
    -webkit-animation: hideInfoWrap var(--animation-duration) ease-in-out forwards;
    animation: hideInfoWrap var(--animation-duration) ease-in-out forwards;
    transform: translateX(0)
}

.consultantBadge_collapse .consultantBadge__imgWrap {
    -webkit-animation: hideImgWrap var(--animation-duration) ease-in-out forwards;
    animation: hideImgWrap var(--animation-duration) ease-in-out forwards;
    border-color: #00cc5f
}

.consultantBadge_collapse .consultantBadge__status {
    transform: scale(1)
}

.consultantBadge_collapsed {
    width: var(--badge-width)
}

.consultantBadge__imgWrap {
    background-color: #fff;
    border: 1px solid transparent;
    flex: 0 0 56px;
    height: 56px;
    width: 56px;
    z-index: 1
}

.consultantBadge__img {
    height: 48px;
    width: 48px
}

.consultantBadge__status {
    background-color: #00cc5f;
    border: 2px solid #fff;
    bottom: 0;
    height: 12px;
    position: absolute;
    right: 4px;
    transform: scale(0);
    width: 12px
}

.consultantBadge__infoWrap {
    margin-left: -18px;
    max-width: var(--info-wrap-width);
    transform: translateX(-15px);
    width: 100%
}

.consultantBadge__info {
    border: 1px solid #a4b7c1;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    line-height: 1.33;
    padding: 6px 6px 6px 26px;
    width: 100%
}

@-webkit-keyframes showInfo {
    0% {
        width: var(--badge-collapsed-width)
    }
    30% {
        width: var(--badge-collapsed-width)
    }
    to {
        width: var(--badge-width)
    }
}

@keyframes showInfo {
    0% {
        width: var(--badge-collapsed-width)
    }
    30% {
        width: var(--badge-collapsed-width)
    }
    to {
        width: var(--badge-width)
    }
}

@-webkit-keyframes showInfoWrap {
    0% {
        transform: translateX(-15px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes showInfoWrap {
    0% {
        transform: translateX(-15px)
    }
    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes showImgWrap {
    0% {
        border-color: transparent;
        transform: translateX(0)
    }
    30% {
        border-color: transparent;
        transform: translateX(10px)
    }
    to {
        border-color: #00cc5f;
        transform: translateX(0)
    }
}

@keyframes showImgWrap {
    0% {
        border-color: transparent;
        transform: translateX(0)
    }
    30% {
        border-color: transparent;
        transform: translateX(10px)
    }
    to {
        border-color: #00cc5f;
        transform: translateX(0)
    }
}

@-webkit-keyframes hideInfo {
    0% {
        width: var(--badge-width)
    }
    30% {
        width: var(--badge-width)
    }
    to {
        width: var(--badge-collapsed-width)
    }
}

@keyframes hideInfo {
    0% {
        width: var(--badge-width)
    }
    30% {
        width: var(--badge-width)
    }
    to {
        width: var(--badge-collapsed-width)
    }
}

@-webkit-keyframes hideInfoWrap {
    0% {
        transform: translateX(0)
    }
    30% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-15px)
    }
}

@keyframes hideInfoWrap {
    0% {
        transform: translateX(0)
    }
    30% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-15px)
    }
}

@-webkit-keyframes hideImgWrap {
    0% {
        transform: translateX(0)
    }
    30% {
        transform: translateX(-5px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes hideImgWrap {
    0% {
        transform: translateX(0)
    }
    30% {
        transform: translateX(-5px)
    }
    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes showStatus {
    0% {
        transform: scale(0)
    }
    90% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes showStatus {
    0% {
        transform: scale(0)
    }
    90% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

.warranty__wrapper {
    grid-gap: 64px;
    align-items: center;
    display: grid;
    grid-template-columns: 176px auto
}

.lowPrices__list {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.lowPrices__title {
    font-size: 16px;
    line-height: 1.5
}

.trademark_fr {
    font-size: 50%;
    font-weight: 700;
    top: -.7em
}

@media (min-width:375px) {
    .container {
        padding-left: 24px;
        padding-right: 24px
    }
    .advTxt {
        font-size: 12px
    }
    .btn {
        min-width: 279px
    }
}

@media (min-width:576px) {
    .container {
        padding-left: 44px;
        padding-right: 44px
    }
    .formTitle {
        max-width: 504px
    }
    .formTitle__txt {
        max-width: none
    }
    .mediaBadge {
        padding: 4px 30px 4px 8px;
        right: 12px
    }
    .mediaBadge__text {
        font-size: 16px
    }
    .btn {
        min-width: 328px
    }
    .benefits__list {
        grid-template-columns: repeat(2, 1fr)
    }
    .benefits__text {
        max-width: 240px
    }
    .description {
        padding-top: 32px
    }
    .install {
        padding-bottom: 32px
    }
    .install__sliderItem {
        width: 240px
    }
    .pageForm__formInner {
        grid-gap: 24px;
        max-width: 328px
    }
    .reviews__sliderItem {
        height: var(--card-height-tablet, 384px);
        width: 328px
    }
    .cancelModal__inner {
        max-width: 504px
    }
    .quizForm__grid {
        max-width: 320px
    }
    .quizForm__inputGrid {
        max-width: 328px
    }
    .quizForm__processBar {
        max-width: 504px
    }
    .quizForm__controls,
    .quizForm__discountImg {
        max-width: 328px
    }
    .quizForm__disclaimer {
        max-width: 504px
    }
}

@media (min-width:768px) {
    .formTitle__hdr {
        font-size: 32px;
        line-height: 1.25
    }
    .formTitle__hdr_smallOnTab {
        font-size: 22px;
        line-height: 1.27
    }
    .radioBtn__label {
        font-size: 28px;
        line-height: 1.285
    }
    .radioBtn__label_smallFontSize {
        font-size: 24px
    }
    .benefits__list {
        grid-template-columns: repeat(4, 1fr)
    }
    .quizForm__grid_sixCards,
    .quizForm__grid_threeItems {
        grid-template-columns: repeat(3, 1fr);
        max-width: 488px
    }
    .quizForm__grid_threeItems .quizForm__gridItem,
    .quizForm__grid_threeItems .quizForm__gridItem:nth-child(3) {
        grid-column: unset
    }
    .discountBadge__inner {
        max-width: 460px
    }
}

@media (min-width:1024px) {
    .section {
        padding-bottom: 48px;
        padding-top: 48px
    }
    .defaultVideo {
        border-radius: 16px
    }
    .text-accent {
        background-position: center bottom 8px, left bottom 8px, right bottom 8px
    }
    .titleBlock__hdr {
        font-size: 36px;
        line-height: 1.22;
        max-width: 740px
    }
    .formTitle,
    .titleBlock__hdr_full {
        max-width: none
    }
    .formTitle__hdr {
        font-size: 32px;
        line-height: 1.25
    }
    .reminder__inner {
        max-width: none
    }
    .mediaBadge {
        padding: 6px 35px 6px 8px
    }
    .mediaBadge:after {
        height: 22px;
        width: 22px
    }
    .mediaBadge__text {
        font-size: 22px
    }
    .advTxt {
        font-size: 14px;
        line-height: 1.14
    }
    .btn {
        min-width: 360px
    }
    .radioBtn__label {
        font-size: 32px;
        line-height: 1.25;
        min-height: 144px
    }
    .radioBtn__label_smallFontSize {
        font-size: 28px
    }
    .logo__img {
        height: 80px;
        width: 150px
    }
    .againstClogs__title .titleBlock__txt {
        max-width: 550px
    }
    .againstClogs__list {
        grid-gap: 24px;
        grid-template-columns: repeat(3, 1fr)
    }
    .benefits__imgWrap {
        flex: 0 0 72px
    }
    .benefits__img {
        height: auto;
        width: 72px
    }
    .contentBlock__list {
        grid-gap: 64px
    }
    .contentCard {
        grid-gap: 48px;
        display: grid;
        grid-template-columns: auto 66%
    }
    .contentCard__img {
        border-radius: 16px
    }
    .contentCard__title .titleBlock__hdr {
        font-size: 28px
    }
    .description {
        padding-top: 96px
    }
    .description__mapRow {
        grid-gap: 24px;
        align-items: center;
        display: grid;
        grid-template-columns: 360px auto
    }
    .description__cardInfo {
        flex: 0 0 261px
    }
    .footer__navList {
        grid-gap: 32px;
        grid-template-columns: repeat(4, auto)
    }
    .header__nbcText {
        font-size: 11px;
        line-height: 1.45
    }
    .header__nbcImg {
        height: 32px;
        width: 32px
    }
    .hero__locationBlockTxt {
        font-size: 14px;
        line-height: 1.14
    }
    .hero__hdr {
        font-size: 45px;
        line-height: 1.15;
        max-width: 990px
    }
    .hero__txt {
        font-size: 22px;
        line-height: 1.27
    }
    .install__sliderPagination {
        max-width: 552px
    }
    .install__sliderBtn {
        display: block
    }
    .pageForm__formInner {
        grid-template-columns: repeat(4, 1fr);
        max-width: 744px
    }
    .note__txt {
        max-width: 936px
    }
    .reviews__sliderWrapper {
        grid-gap: 24px;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
    .reviews__sliderItem {
        height: 100%;
        min-height: 360px;
        width: auto
    }
    .cancelModal__inner {
        max-width: 552px
    }
    .quizForm__grid {
        grid-template-columns: repeat(4, 1fr);
        max-width: 720px
    }
    .quizForm__grid_seniorStep,
    .quizForm__grid_twoRows {
        grid-template-columns: repeat(2, 1fr);
        max-width: 360px
    }
    .quizForm__grid_sixCards,
    .quizForm__grid_threeItems {
        grid-template-columns: repeat(3, 1fr);
        max-width: 536px
    }
    .quizForm__inputGrid {
        max-width: 360px
    }
    .quizForm__processBar {
        max-width: 744px
    }
    .quizForm__controls {
        max-width: 360px
    }
    .quizForm__controls_confirmStep {
        flex-direction: row;
        max-width: 744px
    }
    .quizForm__discountImg {
        max-width: 360px
    }
    .quizForm__disclaimer {
        max-width: 512px
    }
    .cancelProject__inner {
        max-width: none
    }
    .cancelProject__logo {
        height: 48px;
        width: 144px
    }
    .decline__txt {
        max-width: none
    }
    .consultantBadge {
        --badge-collapsed-width: 64px
    }
    .consultantBadge_show {
        --badge-width: var(--badge-width-desktop)
    }
    .consultantBadge_collapse {
        --badge-width: 198px
    }
    .consultantBadge_collapsed {
        --badge-width: 195px
    }
    .consultantBadge__imgWrap {
        flex: 0 0 64px;
        height: 64px;
        width: 64px
    }
    .consultantBadge__img {
        height: 54px;
        width: 54px
    }
    .consultantBadge__status {
        height: 16px;
        width: 16px
    }
    .consultantBadge__infoWrap {
        --info-wrap-width: var(--info-wrap-width-desktop)
    }
    .consultantBadge__info {
        font-size: 14px;
        line-height: 1.28
    }
    .warranty__wrapper {
        grid-gap: 24px
    }
    .warranty__content {
        max-width: 780px
    }
    .lowPrices {
        padding-bottom: 32px
    }
    .lowPrices__list {
        grid-gap: 16px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:1200px) {
    .contentCard__title .titleBlock__hdr {
        font-size: 36px
    }
}

@media (min-width:1300px) {
    .install__sliderBtn_prev {
        left: -20px
    }
    .install__sliderBtn_next {
        right: -20px
    }
}

@media (hover:hover) and (pointer:fine) {
    .radioBtn__label:hover {
        border-color: #ee1153;
        color: #ee1153
    }
}