*{
	box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
    height: 100vh;
}

body.start .area {
    opacity: 1;
    display: inline-block !important;
    pointer-events:
    unset;
    padding-top: 100px;
    transition: all 0.8s ease;
}

body.start{
    position: unset;
    right: unset;
    bottom: unset;
}

body.start .sound_area {
    opacity: 1;
}

body.start .start_area a {
    background-color: #fff;
}

body.start .start_click path {
    fill: #3563bf;
}

h1, h2, ul, p {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:inherit;
}

li {
	list-style:none;
}
.area {
    opacity: 0;
    pointer-events: none;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: normal;
}

.box3 {
    animation-name: quiet;
}

.box4 {
    animation-name: loud;
}

.box5 {
    animation-name: quiet;
}

.start {
    position: fixed;
    right: 100px;
    bottom: 150px;
}

.start_area {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.skip {
    
    color:#fff;
    
z-index: 9999999;
    
width: 100%;
    
left: 0;
    
display: inline-block;
    
margin-top: 50px;
    
position: relative;
    
padding: 50px;
}
.sound {
}
.main .area {
    display: inline-block;
    width: 100%;
}
.main .area .items {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 100px;
    transition: all 0.8s ease;
}

#second {
    display:none;
}

#start {
    display:none;
}

.main .area .items .item {
    width: 100%;
    display: inline-block;
    /* max-width: 50%; */
    margin: 0 auto;
    opacity: 0;
    height: 0;
}
.main .area .items .item h2 {
    color: #fff;
    line-height: 50px;
    font-weight: normal;
    font-size: 32px;
    max-width: 75%;
    margin: 0 auto;
    letter-spacing: -1px;
    transition: all 0.8s ease;
    transform: translate(0%,25%) translate3d(0,-2.8rem,0);
    z-index: 999999999;
    position: relative;
}
.main .area .items .item h2 span {}

.main .area .items .item h2 ul {
    opacity: 0;
    transition: all 0.8s ease;
    margin-top: 35px;
    text-align: center;
}
.main .area .items .item h2 ul li {
    display: inline-block;
    max-width: 25%;
    width: 100%;
    padding: 0 13px;
    position: relative;
}

.main .area .items .item h2 ul li a span {color: #333;transition: transform .45s cubic-bezier(.4,0,0,1) .1s;position: relative;display: block;}

.main .area .items .item h2 ul li a {
    font-size: 22px;
    padding: 20px 0;
    color: #333;
    border-radius: 40px;
    width: 100%;
    letter-spacing: 0;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0 1rem 2rem;
    touch-action: manipulation;
    z-index: 9999;
}

.start_area a {
    background: #4d84f1;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    transition: all 0.2s ease;
    width: 106px;
    height: 104px;
    display: flex;
}

.start_area a:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 250vw;
    height: 250vw;
    background-color: #4d84f1;
    border-radius: 50%;
    transform: translate3d(-50%,-50%,0) scale(.005);
    transition: transform .5s cubic-bezier(.645,.045,.355,1) .5s,opacity .5s ease;
    opacity: 1;
    pointer-events: none;
    z-index: 100
}

body.start .start_area a:before {
    opacity: 0;
    transform: translate3d(-50%,-50%,0) scale(1);
    transition: transform .5s cubic-bezier(.645,.045,.355,1),opacity .5s ease .6s;
}

.start_area a:hover{
    width: 120px;
    height: 120px;
}

svg.second {
    display:none;
    width: 32px !important;
    height: 32px !important;
}

.start_click {}
.start_click svg {
    fill: white;
    position: relative;
    width: 54px;
    height: 54px;
    transition: all 0.8s ease;
}
.start_click path {
    fill: #fff;
    transition: all 0.8s ease;
}

.main .area .items .item h2 ul li a:hover span {
    transform: translateY(-250%);
    transition-delay: 0s;
    display: block;
}

.main .area .items .item h2 ul li a:hover span.second-answer {
    display: block;
    transform: translate(-50%,-50%);
    transition-delay: .1s !important;
}

.form_area {
    opacity: 0;
    height: 0;
}

span.second-answer {position: absolute !important;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%) translateY(250%);transition: transform .45s cubic-bezier(.4,0,0,1) !important;}

.main .area .items .item h2 ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-color: #fff;
       border-radius: 4rem
}

.main .area .items .item h2 ul li a:after {
    content: "";
    z-index: -1;
    transition: transform .45s cubic-bezier(.4,0,0,1),border-radius .45s cubic-bezier(.4,0,0,1);
    transform: translateY(100%);
    transform-origin: center bottom;
    border-radius: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e6e6e6;
}

.main .area .items .item h2 ul li a:hover:after {
    transform: translateY(0);
    border-radius: 0;
}

.sound_area {z-index: 99999;position: fixed;right: 0;bottom: 60%;opacity: 0;}
.sound_area li {

position: relative;

top: 35%;

right: 9.6rem;

transform: translate(50%);

background-color: #3a73e3;

display: -ms-flexbox;

display: flex;

-ms-flex-direction: column;

flex-direction: column;

border-radius: 2.8rem;

cursor: pointer;

opacity: 1;
}
.sound_area li svg {

}
.sound_area li svg path {
 
}
.sound_area li svg polygon{
 
}

.sound_area li.active {

}
.sound_area li.active svg {}
.sound_area li.active svg path {

}
.sound_area li.active svg polygon {}

.u-screen-reader-text {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.assistant {
}

.assistant_sound-icon {
    width: 2.8rem;
    height: 2.8rem;
}

.assistant_sound-icon {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.has-lisa-active .assistant {
    opacity: 1;
    pointer-events: all;
    transition: height 0s,opacity 0s .5s;
    height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.assistant_sound-icon svg {
    width: 100%;
    height: 25%;
    transition: fill .25s cubic-bezier(.645,.045,.355,1);
}

.assistant_sound-icon.-on svg {
    fill: #4d84f1;
}

.assistant.-muted .assistant_sound-icon.-on svg, .assistant_sound-icon.-off svg {
    fill: #7ca5f5;
}

.assistant_sound:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #3a73e3;
    transform: translateZ(0);
    transition: transform .25s cubic-bezier(.645,.045,.355,1);
    width: 40px;
    height: 40px;
}

.muted::before {
    transform: translate3d(0,100%,0);
}

.h2Slide {
    transform: translate(0%,12%) translate3d(0,-2.8rem,0) !important;
}

.siva {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    height: 0;
    transition: height 0s .5s,opacity 0s .5s;
    overflow: hidden;
}

body.start .siva {
    opacity: 1;
    pointer-events: all;
    transition: height 0s,opacity 0s .5s;
    height: 100%;
}

.siva:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4d84f1;
}


.opacity0::before{
    opacity: 0;
}

.back_area:hover {
    width: 95px;
    height: 95px;
}

.back_area {
    z-index: 99999;
    position: fixed;
    left: 3%;
    bottom: 60%;
    opacity: 0;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    transition: all 0.2s ease;
    width: 85px;
    height: 85px;
    display: flex;
    cursor: pointer;
    transition: all 0.2s ease;
}
.back_area svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.back_area svg path {
    fill: #4d84f1;
}

.process {
    width: 100%;
    display: inline-block;
    background: #3a73e3;
    height: 13px;
    position: fixed;
    bottom: 0;
    opacity: 0;
}

.process div {
    background-color: #fff;
    height: 12px;
    width: 0;
    transition: all 0.8s ease;
}

.process:after {
    content:'';
    position: relative;
}

/* Form */

form.contact {
    display: inline-block;
    width: 100%;
}
form.contact .w100 {
    width: 96%;
    float: left;
}
form.contact .w50 {
    width: 46%;
    float: left;
    margin-right: 2.8rem;
    margin-bottom: 10px;
}
form.contact .input_area {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
form.contact .input_area label {
    width: 100%;
    display: inline-block;
    margin-bottom: 0.66667rem;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0;
    font-weight: 500;
}
form.contact .input_area input {
    width: 100%;
    display: inline-block;
    background: #3a73e3;
    border: 1px solid transparent;
    outline: none;
    color: #fff;
    padding: 23px 0;
    font-size: 18px;
    padding-left: 20px;
    font-family: 'Raleway', sans-serif;
}
form.contact .input_area textarea {
    width: 100%;
    display: inline-block;
    background: #3a73e3;
    border: 1px solid transparent;
    outline: none;
    color: #fff;
    padding: 23px 0;
    font-size: 18px;
    padding-left: 20px;
    font-family: 'Raleway', sans-serif;
    min-height: 200px;
}
form.contact .input_area button {
    float: right;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 25px 38px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    transition: opacity .25s;
}

.input_area p{
    display:
    none;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    position: absolute;
    top: 240px;
    color: #f44336;
    width: 100%;
}

.input_area .warning {
    border: 1px solid #f44336 !important;
}

.description_text {
    margin-top: 22px;
}

body button:before {
    background-color: #fff;
}

button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

button {
    display: block;
    transition: transform .45s cubic-bezier(.4,0,0,1) .1s;
}

button .hover {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%) translateY(250%);
    transition: transform .45s cubic-bezier(.4,0,0,1);
}

body button:after {    
    background-color: #e6e6e6;
}

button:after {
    content: "";
    z-index: -1;
    transition: transform .45s cubic-bezier(.4,0,0,1),border-radius .45s cubic-bezier(.4,0,0,1);
    transform: translateY(100%);
    transform-origin: center bottom;
    border-radius: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

button:hover:after {
    transform: translateY(0);
    border-radius: 0;
}

button:hover > .default {
    transform: translateY(-250%);
    transition-delay: 0s;
}
button:hover > .hover {
    transform: translate(-50%,-50%);
    transition-delay: .1s;
}

button .default {
    display: block;
    transition: transform .45s cubic-bezier(.4,0,0,1) .1s;
}

fieldset {
    width: 100%;
    display: inline-block;
    border: none;
    padding: 0;
}