body{
    background: none;
    margin: 0;
}

.bg{
    width: 100%;
    height: 100%;
}

.page{
    max-width: 1280px;
    margin: auto;
    background-color: white;
    padding: 8px 16px;
    font-family: ALS Hauss;
    font-style: normal;
    color: black;
}

.header{
    width: 100%;
}

.content{
    width: 100%;    
    height: 100%;
    clear: both;
    margin: 16px 0;
    background-image: url("/img/back1.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}


.c1{
    float: left;
    width: 40%;
    margin-right: 4%;
}

.c2{
    float: left;
    width: 56%;
    height: 100%;

}

.c1-content{
    width: 370px;
    float: left;
}

.c-block1{
    width: 100%;
}

.c-title{
    width: 100%;
    height: 56px;
}

.c-button1{
    width: calc(100% - 18px);
    padding: 16px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #F54E5A;
    background-color: white;   
}
.c-button1:hover{
    opacity: 0.75;
    cursor: pointer;
}
.c-button1:active{
    transform: translateY(5px);
}

.c2-content{
    width: 532px;
    float: right;
}

.c-block2{
    width: 250px;
    float: left;
    font-size: 16px;
    font-weight: normal;
}

li::marker{
    color:#F54E5A;
}

.mr32{
    margin-right: 32px;
}

.c-button2{
    background-color: #2aa3fc;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.c-button2:hover{
    opacity: 0.75;
    cursor: pointer;
}

.c-button2:active{
    transform: translateY(5px);
    box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.c-arrow1{
    height: 50px;
    background-image: url("/img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer{
    width: 100%;
    clear: both;
    font-size: 16px;
    font-weight: normal;
}

.hd0{
    width: 100%;
    height: 50px;
}
.logo{
    width: 80px;
    height: 80px;
    background-image: url("/img/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 16px;
}

.hd1{
    margin-right: 32px;
}

h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin:0;
    color: #F54E5A;
}

h2{
    font-size: 20px;
    font-weight: normal;
}

h3{
    color: #F54E5A;
    font-size: 16px;
    font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media  only screen and (max-width: 1024px) 
{
    .content{
        background: none;
    }

    .hd1{
        margin: none;
    }

    h1{
        font-size: 30px;
    }

    .c1{
        width: 100%;
        float: none;
        margin-bottom: 32px;
    }
    .c1-content{
        margin: auto;
        float: none;
        width: 80%;
    }

    .c2{
        clear: both;
        width: 100%;
        float: none;
    }

    .c2-content{
        margin: auto;
        float: none;
        width: 80%;
    }

    .c-block2{
        width: 38%;
        margin: 0 6% !important;
    }
    .mr32{
        margin:0;
    }

    .c-title{
        text-align: center;
        height: auto;
    }

}

@media only screen and (max-width: 548px)
{
    .page{
        padding: 5%;
    }

    .hd1{
        margin: 0;
    }

    .content{
        background: none;
    }

    .c1{
        width: 100%;
        float: none;
        margin-bottom: 32px;
    }
    .c1-content{
        margin: auto;
        float: none;
        width: 100%;
    }

    .c2{
        clear: both;
        width: 100%;
        float: none;
    }

    .c2-content{
        margin: auto;
        float: none;
        width: 100%;
    }

    .c-block2{
        width: 100%;
        margin: 0 !important;
        clear: both;
    }
    .mr32{
        margin:0;
    }

    .c-title{
        text-align: center;
        height: auto;
    }

    h1{
        font-size: 20px;
    }

    h2{
        font-size: 18px;
    }
    .c-button2:hover{
        opacity: 1;
    }
}

