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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

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

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #262626;
}

.footer_disclaimer p span {
    font-weight: 600;
}

p {
    line-height: 1.6;
    font-weight: 400;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-weight: 800;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-weight: 700;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-weight: 700;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
}

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

.body_container {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    margin: auto;
}

.top_header_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5vw;
    background-color: rgba(255, 255, 255, 0.33);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12);
    z-index: 20;
}

.max_width {
    max-width: 80%;
    margin: auto;
}

.top_header_wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_header_tel_wrap a {
    background: rgb(9, 206, 254);
    background: linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    color: #fff;
    padding: 0.3vw 2vw;
    border-radius: 1vw;
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12)
}

.top_header_tel_wrap a p {
    line-height: 1;
    text-align: center;
    color: #fff;
}

.top_header_tel_wrap a p:first-of-type {
    font-weight: 600;
    font-size: 0.8vw;
}

.top_header_tel_wrap a p:nth-last-of-type(2) {
    font-size: 1.6vw;
    font-weight: 800;
    letter-spacing: 0.33vw;
}

.top_header_tel_wrap a p:last-of-type {
    font-weight: 600;
    font-size: 0.8vw;
}

.header_container {
    height: 100vh;
    width: 100%;
    padding-top: 4.5vw;
    background-image: url(../images/header_bg_4k.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header_wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.header_text_container {
    width: 50%;
}

.header_form_container {
    width: 50%;
}

.header_bottom_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    padding-bottom: 1.2vw;
    margin-top: -3vw;
}

.header_text_container h2 {
    font-size: 1.7vw;
    letter-spacing: 0.33vw;
    margin-bottom: 1vw;
}

.header_text_container h1 {
    font-size: 3vw;
    font-weight: 800;
    margin-bottom: 2vw;
}

.header_text_container h1 span {
    font-size: 5.5vw;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.header_text_container p {
    font-size: 2vw;
    margin-bottom: 3vw;
    font-weight: 1000;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.22)
}

.a_container a {
    font-size: 1.3vw;
    font-weight: 600;
    padding: 01vw 3vw;
    border-radius: 1vw;
    letter-spacing: 0.05vw;
    background: rgb(9, 206, 254);
    background: linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    color: #fff;
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12)
}

.header_form_wrap {
    width: 70%;
    margin: auto;
    padding: 2vw;
    border-radius: 1vw;
    background-color: white;
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12)
}

.header_form_wrap h2 {
    font-size: 1.7vw;
    margin-bottom: 0.3vw;
}

.header_form_wrap h2 span {
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_form_wrap p:first-of-type {
    font-size: 0.8vw;
    margin-bottom: 1.2vw;
}

.header_form_wrap p a {
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.input_container {
    margin-bottom: 1.5vw;
    position: relative;
}

.input_container label.error {
    position: absolute;
    height: 1.2vw;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fa2626;
}

.input_container input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9vw;
    letter-spacing: -0.02vw;
    color: #2e2e2e;
    padding: 0.5vw 0;
    border-bottom: 2px solid;
    background-color: rgba(0, 0, 0, 0);
}

input::placeholder {
    color: #515151;
}

.header_form_wrap p:last-of-type {
    font-size: 0.55vw;
    margin-bottom: 2vw;
}

.header_form_wrap button {
    font-family: 'Montserrat', sans-serif;
    border: none;
    color: #fff;
    font-size: 1.3vw;
    font-weight: 600;
    padding: 1vw;
    border-radius: 1vw;
    cursor: pointer;
    line-height: 1;
    background: rgb(9, 206, 254);
    background: linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12)
}

.header_bottom_item {
    width: 30%;
    border-radius: 1vw;
    padding: 1.5vw;
    background-color: rgba(255, 255, 255, 0.33);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12)
}

.header_bottom_item h2 {
    font-size: 1.2vw;
    margin-bottom: 0.6vw;

}

.header_bottom_item h2 span {
    font-weight: 800;
    color: rgba(73, 89, 255, 1);
}

.header_bottom_item p {
    font-size: 0.7vw;
    font-weight: 500;
}

.top_header_logo_wrap a img {
    display: block;
    height: auto;
    width: 9vw;
}

.header_form_wrap input:focus {
    outline: none;
    border-bottom: 2px solid rgba(73, 89, 255, 1);
}

.mobile_bg_contaier {
    display: none;
}

.s2_container {
    padding: 7vw 0;

}

.s2_h2_wrap h2 {
    font-size: 3vw;
    margin-bottom: 3vw;
}

.s2_features_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2_features_item {
    width: 48.5%;
    border-radius: 1vw;
    margin-bottom: 2vw;
    padding: 1vw;
    display: flex;
    align-items: center;
    background-color: #edf2f2;
}

.s2_features_img_container {
    width: 45%;
}

.s2_features_img_container img {
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
}

.s2_features_text_container {
    width: 55%;
}

.s2_features_text_wrap h3 {
    font-size: 1.7vw;
    margin-bottom: 0.6vw;
}

.s2_features_text_wrap p {
    font-size: 1vw;
    font-weight: 500;
}

.s2_h2_wrap h2 span {
    background: -webkit-linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}




.result_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.33);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.result_wrap {
    width: 60%;
    height: 60%;
    border-radius: 1vw;
    background-color: #fff;
    box-shadow: 0px 0px 2vw rgba(0, 0, 0, 0.12);
    background-image: url(../images/thank-you-full.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 3vw;
    position: relative;
}

.result_text_container h3 {
    font-size: 1.4vw;
    margin-bottom: 0.6vw;
}

.result_text_container h2 {
    font-size: 3.2vw;
    margin-bottom: 1vw;
    line-height: 1.1
}

.result_text_container p {
    font-size: 1vw;
    font-weight: 500;
    width: 80%;
    margin-bottom: 2vw;
}

.result_text_container h2 span {
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.close_btn {
    position: absolute;
    top: 1vw;
    right: 2vw;
}

.close_btn_wrap {
    width: 2.5vw;
    height: 2.5vw;
    background: -webkit-linear-gradient(45deg, rgba(9, 206, 254, 1) 0%, rgba(73, 89, 255, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    cursor: pointer;
}

.close_btn_wrap img {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
}

.result_hidden {
    display: none;
}
.show_result {
    display: flex;
}
@media screen and (max-width: 1370px) {
    .header_bottom_content {
        margin-top: -3vw;
    }

    .header_bottom_item {
        padding: 1vw 1.5vw;
    }

    .header_form_wrap p:last-of-type {
        margin-bottom: 1.2vw
    }
}

@media screen and (max-width: 1200px) {
    .result_wrap {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .result_container {
        background-color: rgba(255, 255, 255, 0.33);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }
    .result_text_container h3 {
        font-size: 4vw;
    }
    .result_text_container h2 {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .header_form_wrap button {
        font-size: 2.7vw;
        padding: 2vw 3vw;
    }
    .result_text_container p {
        margin-bottom: 6vw;
        font-size: 3vw;
        width: 90%;
    }
    .close_btn_wrap {
        width: 7vw;
        height: 7vw;
        border-radius: 2vw;
    }
    .close_btn_wrap img {
        width: 4vw;
        height: 4vw;
    }
    .s2_h2_wrap h2 {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .s2_features_item {
        width: 100%;
    }

    .s2_features_text_wrap h3 {
        font-size: 4vw;
    }

    .s2_features_text_wrap p {
        font-size: 2vw;

    }

    .max_width {
        max-width: 90%;
    }

    .top_header_container {
        height: 10vw;
    }

    .top_header_logo_wrap a img {
        width: 19vw;
    }

    .top_header_tel_wrap a p:first-of-type {
        font-size: 1.7vw;
    }

    .top_header_tel_wrap a p:nth-last-of-type(2) {
        font-size: 3vw;
    }

    .top_header_tel_wrap a p:last-of-type {
        font-size: 1.7vw;
    }

    .header_container {
        padding-top: 10vw;
        height: auto;
    }

    .header_text_container {
        width: 100%;
        text-align: center;
        margin: 10vw 0px;
    }

    .header_form_container {
        width: 100%;
    }

    .header_text_container h2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .header_text_container h1 {
        font-size: 6vw;
    }

    .header_text_container h1 span {
        font-size: 10vw;
    }

    .header_text_container p {
        font-size: 2vw;
        margin-bottom: 5vw;
    }

    .a_container a {
        font-size: 2.7vw;
        padding: 2vw 5vw;
    }

    .header_form_wrap h2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .header_form_wrap p:first-of-type {
        font-size: 2vw;
        margin-bottom: 5vw;
    }

    .input_container {
        margin-bottom: 4vw;
    }

    .input_container input {
        font-size: 2.7vw;

    }

    .input_container label.error {
        height: 3vw;
        font-size: 2vw;
    }

    .header_form_wrap p:last-of-type {
        font-size: 1.4vw;
        margin-bottom: 5vw;
    }

    .header_form_container {
        margin: 10vw 0px;
    }

    .header_form_wrap {
        padding: 4vw;
    }

    .top_header_tel_wrap a {
        border-radius: 2vw;
    }

    .a_container a {
        border-radius: 2vw;
    }

    .header_form_wrap {
        border-radius: 2vw;
    }

    .header_bottom_content {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .header_bottom_item {
        margin-bottom: 5vw;
        width: 70%;
        border-radius: 2vw;
        padding: 4vw;
    }

    .header_bottom_item h2 {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .header_bottom_item p {
        font-size: 2vw;
    }
}

@media screen and (max-width: 600px) {
    .result_text_container h3 {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .result_text_container h2 {
        font-size: 12vw;
        margin-bottom: 6vw;
    }
    .header_form_wrap button {
        font-size: 2.7vw;
        padding: 2vw 3vw;
    }
    .result_text_container p {
        margin-bottom: 9vw;
        font-size: 4.5vw;
        width: 90%;
    }
    .close_btn {
        top: 4vw;
        right: 4vw;
    }
    .close_btn_wrap {
        width: 12vw;
        height: 12vw;
        border-radius: 2vw;
    }
    .close_btn_wrap img {
        width: 6vw;
        height: 6vw;
    }
    .max_width {
        max-width: 95%;
    }

    .top_header_container {
        height: 17vw;
    }

    .top_header_logo_wrap a img {
        width: 30vw;
    }

    .top_header_tel_wrap a {
        padding: 1.5vw 6vw;
    }

    .top_header_tel_wrap a p:first-of-type {
        font-size: 2.7vw;
    }

    .top_header_tel_wrap a p:nth-last-of-type(2) {
        font-size: 5vw;
        line-height: 1.06a
    }

    .top_header_tel_wrap a p:last-of-type {
        font-size: 2.7vw;
    }

    .header_container {
        padding-top: 17vw;
        height: auto;
    }

    .header_text_container {
        width: 100%;
        text-align: center;
    }

    .header_form_container {
        width: 100%;
    }

    .header_form_wrap {
        width: 100%;
        box-shadow: 0px 0px 9vw rgba(0, 0, 0, 0.12);
    }

    .header_text_container h2 {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .header_text_container h1 {
        font-size: 8vw;
        margin-bottom: 5vw;
        text-shadow: 0px 0px 9vw rgba(255, 255, 255, 0.12)
    }

    .header_text_container h1 span {
        font-size: 15vw;
    }

    .header_text_container p {
        font-size: 4vw;
        margin-bottom: 5vw;
        text-shadow: 0px 0px 3vw rgba(255, 255, 255, 0.5)
    }

    .a_container a {
        font-size: 5vw;
        padding: 4vw 8vw;
    }

    .header_form_wrap h2 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .header_form_wrap p:first-of-type {
        font-size: 4vw;
        margin-bottom: 7vw;
    }

    .input_container {
        margin-bottom: 9vw;
    }

    .input_container input {
        font-size: 4vw;

    }

    .input_container label.error {
        height: 7vw;
        font-size: 3vw;
    }

    .header_form_wrap p:last-of-type {
        font-size: 3vw;
        margin-bottom: 6vw;
    }

    .header_form_container {
        margin-bottom: 20vw;
    }

    .header_form_wrap {
        padding: 8vw;
    }

    .top_header_tel_wrap a {
        border-radius: 2vw;
    }

    .a_container a {
        border-radius: 2vw;
    }

    .header_form_wrap {
        border-radius: 2vw;
    }

    .header_form_wrap button {
        font-size: 5vw;
        padding: 4vw;
        border-radius: 2vw;
    }

    .header_bottom_content {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .header_bottom_item {
        margin-bottom: 10vw;
        width: 100%;
        border-radius: 2vw;
        padding: 8vw;
        box-shadow: 0px 0px 9vw rgb(0, 0, 0, 0.12);
    }

    .header_bottom_item h2 {
        font-size: 5vw;
        margin-bottom: 4vw;
        line-height: 1.2;
    }

    .header_bottom_item p {
        font-size: 4vw;
    }

    .header_bottom_content {
        margin-top: 0;
        margin-bottom: 10vw;
    }

    .header_container {
        background: none;
    }

    .mobile_bg_contaier {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        background-image: url(../images/header_bg_mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s2_features_item {
        margin-bottom: 5vw;
        box-shadow: 0px 0px 9vw rgba(0, 0, 0, 0.12);
        border-radius: 2vw;
        flex-wrap: wrap;
        padding: 5vw;
        padding-bottom: 10vw;
    }

    .s2_h2_wrap h2 {
        font-size: 8vw;
        line-height: 1.2;
        margin-bottom: 10vw;
        text-align: center;
        text-shadow: 0px 0px 3vw rgba(255, 255, 255, 0.1);
    }

    .s2_features_text_wrap h3 {
        font-size: 6vw;
        line-height: 1.2;
        margin-bottom: 3vw;
    }

    .s2_features_text_wrap p {
        font-size: 4vw;
    }

    .s2_features_img_container {
        width: 100%;
    }

    .s2_features_img_container img {
        width: 60%;
        margin: auto;
    }

    .s2_features_text_container {
        text-align: center;
        width: 100%;
    }
}







font-family: 'Montserrat',
sans-serif;
