html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --accent: #8c70dc;
    --secondaryTextColor: #75838eff;
    --contact-side-bg: #1d1e27ff;
    --greenCol: #71c354;
}

body {
    background-color: var(--button-text-color);
    font-family: "Poppins", sans-serif;
}

.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
}

header {
    background-color: var(--button-text-color);
    padding: 0;
}

.moblie-logo,
.moblie-show,
.progress-bar-fixed-dekstop {
    display: none;
}

.desktop-logo {
    width: 100%;
    max-width: 480px;
}

header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-left-section {
    padding: 0;
}

.header-right-section p {
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 700;
    text-align: right;
    padding-left: 15px;
    color: var(--secondaryTextColor);
}

main {
    padding: 0 0 90px;
}

.two-coloum-section .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.two-coloum-section .two-coloum-left-section {
    width: 50%;
    flex: 0 0 50%;
    background: #f7f7f7;
    border-radius: 13px 0 0 13px;
    padding: 15px 0 130px;
    -webkit-border-radius: 13px 0 0 13px;
    -moz-border-radius: 13px 0 0 13px;
    -ms-border-radius: 13px 0 0 13px;
    -o-border-radius: 13px 0 0 13px;
}

.two-coloum-section .two-coloum-right-section {
    width: 50%;
    flex: 0 0 50%;
    position: relative;
    padding: 0;
}

.two-coloum-section .two-coloum-left-section p {
    color: #71c354;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 0 20px;
}

.two-coloum-section .two-coloum-left-section h1 {
    font-size: 37px;
    font-weight: 600;
    margin: 7px 0 10px;
    padding: 0 20px;
}

.two-coloum-section .two-coloum-left-section h2 {
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0 20px 20px;
}

.two-coloum-section .two-coloum-left-section img {
    width: 100%;
    height: auto;
    border-radius: 13px 0 0 0;
}

.two-coloum-section .two-coloum-list {
    padding-left: 25px;
}

.two-coloum-section ul li {
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    color: #000;
}

.two-coloum-section ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 20px;
    background: url('../img/trickmark.svg') no-repeat top left/contain;
}

.two-coloum-section .two-coloum-right-section form {
    position: relative;
}

.two-coloum-section .two-coloum-right-section form .form-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 29px 25px;
}

.progress-bar-top-line {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    text-transform: uppercase;
}

.progress-bar {
    background-color: #f6f5f1;
    height: 5px;
    position: relative;
    margin-top: 5px;
}

.progress-bar-status {
    position: absolute;
    height: 100%;
    background-color: var(--progress-bar-bg, var(--accent));
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    transition-property: width;
}

.question__block-title {
    position: relative;
    line-height: 1.5em;
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    font-weight: 700;
}

.question__wrapper {
    margin-top: 20px;
}

.checkradio__with-icon-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.checkradio__with-icon-label {
    width: 20%;
    padding: 13px 3px 20px;
    display: block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}

.checkradio__with-icon-label.selected {
    position: relative;
}

.checkradio__with-icon-label.selected::before {
    content: '';
    position: absolute;
    top: 0;
    width: 23px;
    height: 23px;
    background: url('../img/trickmark-green.png') no-repeat center center/contain;
    z-index: 88;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.checkradio__input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.checkradio__icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 90px;
    min-width: 90px;
    max-height: 100px;
    min-height: 100px;
}

.checkradio__icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}

.checkradio__icon {
    border: 1px solid #7353c1;
    height: 90px;
    margin: 0 auto;
    padding-top: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.checkradio__icon img {
    display: block;
    margin: 0px auto;
    width: 55%;
}

.checkradio__icon-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.checkradio__with-icon-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 2.8em;
    font-size: 15px;
    line-height: 1.1em;
    margin-top: 10px;
    text-align: center;
    color: var(--secondaryTextColor);
    font-weight: 700;
    padding-left: 2px;
    padding-right: 2px;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.qb-label-wrap {
    padding-bottom: 5px;
}

.checkradio__default-wrap>* {
    margin-right: 30px;
}

.checkradio__default-label.selected {
    color: var(--mainTextColor, var(--baseTextColor));
}

.checkradio__default-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    transition: color .2s ease-in-out;
}

.checkradio__default-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px var(--accent);
}

.checkradio__default-label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #75838e;
    transition: background-color .2s ease-in-out, border .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, border .2s ease-in-out;
}

.checkradio__default-label.selected:before {
    border: 2px solid var(--questions-accent, var(--accent));
    background-color: var(--questions-accent, var(--accent));
    width: 14px;
    height: 14px;
    top: 5px;
    left: 3px;
}

.hqozq-checkradio__default-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25em;
    flex-shrink: 0;
}

.hqozq-checkradio__default-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    flex-shrink: 0;
    color: var(--secondaryTextColor);
    transition: color .2s ease-in-out;
}

.hqozq-checkradio__default-label.selected {
    color: var(--mainTextColor, var(--baseTextColor));
}

.question__block.question__block-with-side-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.base-input.is-success {
    border: 1px solid var(--accent);
}

.base-input.is-success:focus,
.base-input.is-success:hover {
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--accent) 25%, transparent);
    border: 1px solid var(--accent);
    outline: none;
}

.base-input__ico-wrap {
    position: relative;
}

.qb-label-wrap {
    padding-bottom: 5px;
}

.base-input__icon {
    border: 0;
    background-color: transparent;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    opacity: 0;
    z-index: 1;
    transform: translateY(-50%);
    transition: opacity .2s ease-in-out .2s;
    -webkit-transition: opacity .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .2s;
    -ms-transition: opacity .2s ease-in-out .2s;
    -o-transition: opacity .2s ease-in-out .2s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.base-input__icon.active {
    opacity: 1;
    pointer-events: auto;
}

.base-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #c1cad2;
    transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    -moz-transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    -ms-transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    -o-transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
}

.step__content-controllers {
    width: 100%;
    margin-top: 15px;
}

.cta-1 {
    display: block;
    padding: 17px 15px;
    position: relative;
    text-align: center;
    background-color: var(--greenCol);
    color: var(--button-text-color, #ffffff);
    border-radius: 3px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    width: 100%;
    margin-top: 20px;
    -webkit-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.w-100 {
    width: 100%;
}

.main-footer {
    flex-shrink: 0;
    padding: 40px 0 20px;
    background-color: #E4EBF1;
}

.main-footer__disclaimer {
    color: #7B9463;
    font-style: italic;
    font-size: 16px;
}

.main-footer__container {
    text-align: center;
}

.main-footer__p {
    font-size: 16px;
    color: #92A0AB;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 25px;
}

.main-footer__p-with-links a {
    display: inline-block;
    padding-left: 0px;
    text-decoration: underline;
    color: #92a0ab;
    letter-spacing: 0.8px;
    padding-right: 15px;
}

.main-footer__p-with-links a:hover {
    text-decoration: underline;
    color: #92A0AB;
}

span.checkbox-text {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #5225d5;
    line-height: 1.1em;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.hqozq-label-checkbox.selected::after {
    background-color: var(--questions-accent, var(--accent));
    content: '';
    position: absolute;
    z-index: 3;
    width: 13px;
    height: 13px;
    left: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.hqozq-label-checkbox.selected::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    background: url(../img/trickmark.svg) no-repeat center center;
    background-size: 10px;
    opacity: 1;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(100%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(100%);
    z-index: 4;
}

span.hqozq-checkradio__text {
    font-size: 12px;
    font-weight: 800;
}

.clock_text {
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock_text img {
    width: 24px;
    margin-right: 4px;
}

@media only screen and (max-width:1199px) {
    .container {
        max-width: 1044px;
    }
    .two-coloum-section .two-coloum-left-section {
        width: 42%;
        flex: 0 0 42%;
    }
    .two-coloum-section .two-coloum-right-section {
        width: 58%;
        flex: 0 0 58%;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        max-width: 900px;
    }
}

@media only screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .two-coloum-section .two-coloum-left-section {
        width: 350px;
        flex: 0 0 350px;
    }
    .two-coloum-section .two-coloum-right-section {
        width: 360px;
        flex: 0 0 360px;
    }
    .two-coloum-section .two-coloum-left-section h1 {
        font-size: 30px;
    }
    .two-coloum-section .two-coloum-left-section h2 {
        font-size: 20px;
    }
    .two-coloum-section ul li {
        font-size: 16px;
    }
    .checkradio__with-icon-label {
        width: 33%;
        margin-bottom: 10px;
    }
    .checkradio__with-icon-wrap {
        justify-content: center;
    }
    .checkradio__default-wrap>* {
        margin-right: 25px;
    }
    .question__block.question__block-with-side-content {
        flex-wrap: wrap;
    }
    .question__block-title {
        font-size: 16px;
    }
    .cta-1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 410px;
    }
    header {
        display: none;
    }
    .two-coloum-section .two-coloum-left-section,
    .two-coloum-section .two-coloum-right-section {
        width: 100%;
        flex: 0 0 100%;
    }
    .two-coloum-section .two-coloum-left-section {
        background: transparent;
        color: #ffffff;
    }
    .two-coloum-section .two-coloum-left-section p {
        color: #ffffff;
        font-size: 15px;
        padding: 20px 0 0 0;
        text-align: center;
    }
    .progress-bar-top-line {
        color: #ffffff;
    }
    .two-coloum-section .two-coloum-left-section img,
    .header-right-section p,
    .desktop-show {
        display: none;
    }
    body {
        position: relative;
    }
    body::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 23%;
        background: url('../img/img1.jpg') no-repeat top center/cover;
        top: 0;
        z-index: 22;
    }
    body::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 23%;
        background-color: #000;
        opacity: 0.6;
        z-index: 33;
    }
    header,
    .two-coloum-section {
        position: relative;
        z-index: 44;
        background-color: transparent;
    }
    .two-coloum-section .two-coloum-left-section h1 {
        font-size: 25px;
        color: var(--button-text-color);
        text-align: center;
    }
    main {
        padding: 25px 0 150px;
    }
    .two-coloum-section .two-coloum-left-section h2 {
        font-size: 16px;
        color: var(--button-text-color);
        text-align: center;
    }
    .moblie-show {
        display: block;
        margin-top: 0;
    }
    .two-coloum-section .two-coloum-right-section form .form-card {
        padding: 15px;
    }
    .progress-bar-fixed-mobile {
        position: fixed;
        width: 65%;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0px auto;
    }
    .checkradio__default-label {
        font-size: 15px;
        display: block;
        margin-bottom: 0.5rem;
    }
    .progress-bar-container.progress-bar-fixed-mobile.sticky {
        display: none;
    }
    .two-coloum-section ul li {
        font-size: 15px;
    }
    .main-footer .container {
        max-width: 100%;
    }
    .main-footer__p-with-links a {
        display: block;
        padding: 0 0 15px 0;
    }
    .main-footer__p {
        font-size: 14px;
    }
    .question__wrapper {
        margin: 0 0 15px;
    }
    .checkradio__icon-wrap {
        width: 90%;
        max-width: 90%;
        max-height: 80px;
        min-height: 80px;
    }
    .checkradio__icon {
        height: 90%;
        padding-top: 10px;
    }
    .checkradio__icon img {
        width: 50%;
    }
    span.checkbox-text {
        margin-top: 0;
    }
    .checkradio__icon-wrap:before {
        padding-top: 75%;
    }
    .two-coloum-section .two-coloum-left-section h2 {
        padding: 0 20px 0px;
    }
    .two-coloum-section .two-coloum-left-section {
        padding: 15px 0 30px;
    }
}

@media only screen and (max-width: 575px) {
    .progress-bar-fixed-mobile {
        width: 75%;
    }
    .checkradio__icon img {
        width: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .progress-bar-fixed-mobile {
        width: 90%;
    }
}

@media only screen and (max-width: 375px) {
    .container {
        max-width: 300px;
    }
    .checkradio__icon-wrap {
        width: 90%;
        max-width: 90%;
        max-height: 80px;
        min-height: 80px;
        min-width: 90%;
    }
    .checkradio__icon {
        height: 80%;
        padding-top: 10px;
    }
    span.checkbox-text {
        margin-top: 15px;
        font-size: 11px;
    }
}