body {
    margin: 0;
    padding: 0;
    background-color: #1C1D20;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 44.33px;
    font-weight: 600;
    color: #D7DEF6;
}

@media (max-width: 800px) {
    h1 {
        font-size: 30px;
        font-weight: 500;
        color: #D7DEF6;
        margin-top: -160px;
    }
}

.first {
    font-size: 13px;
    color: #989DAD;
}

@media (max-width: 600px) {
    .first {
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      line-height: 2;
    }
  }

.second {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 67px;
}

.page-top{
	height: 38px;
	background-color: #323232;
}

.banner {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    font-size: 17.33px;
    align-items: center;
    padding: 20px 250px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

@media (max-width: 800px) {
    .banner {
        padding: 20px 25px;
    }
}

.banner-left {
    order: 1;
    margin-right: 430px;
}

@media (max-width: 800px) {
    .banner-left {
        margin-right: 200px;
    }
}

@media (max-width: 600px) {
    .banner-left {
        margin-right: 160px;
    }
}

@media (max-width: 500px) {
    .banner-left {
        margin-right: 120px;
    }
}

.banner-right {
    order: 3;
    margin-left: 430px;
}

@media (max-width: 800px) {
    .banner-right {
        margin-left: 200px;
    }
}

@media (max-width: 600px) {
    .banner-right {
        margin-left: 160px;
    }
}

@media (max-width: 500px) {
    .banner-right {
        margin-left: 120px;
    }
}

.content {
    text-align: center;
}
  
.image-container {
    position: relative;
}
  
.image {
    display: block;
    width: 587.33px;
    height: 586.67px;
    justify-content: center;
    height: auto;
    margin-top: 58px;
    margin-left: 160px;
}

@media (max-width: 800px) {
    .image {
        max-width: 346px;
        margin: 60px auto 0;
    }
}
  
.text-over-image {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    white-space: nowrap;
}

.boxStyle {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.box1 {
    width: 160px;
    height: 40px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    background-image: linear-gradient(to right, #862DFF, #3A5FFF);
}

.box1-word {
    color: #FFFFFF;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.box1-input {
    color: #FFFFFF;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.box2 {
    width: 80px;
    height: 40px;
    border-radius: 3px;
    border-radius: 0 3px 3px 0;
    border: none;
    cursor: pointer;
    background-color: #D7DEF6;
}

.box2-input {
    color: #1C1D20;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.image1 {
    width: 28px;
    height: 28.67px;
    margin-top: 80px;
    margin-right: 12px;
}

@media (max-width: 800px) {
    .image1 {
        width: 20px;
        height: 20.67px;
        margin-top: 78px;
        margin-right: 12px;
    }
}

.formStyle {
    display: flex;
    flex-direction: row;
    margin-top: -225px;
}

@media (max-width: 800px) {
    .formStyle {
        flex-direction: column;
        margin-top: -100px;
        margin-left: 100px;
    }
}

.content1 {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
}

@media (max-width: 600px) {
    .content1 {
        padding-top: 40px;
    }
}

.content2 {
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    .content2 {
        margin-top: -40px;
    }
}

.form {
    display: flex;
    flex-direction: row;
}

.data1 {
    color: #D7DEF6;
    font-weight: 500;
    font-size: 26.67px;
    margin-top: 78px;
}

@media (max-width: 800px) {
    .data1 {
        font-size: 20px;
    }
}

.data2 {
    color: #989DAD;
    margin-left: 38px;
    margin-top: -13px;
    width: 370px;
    line-height: 1.5;
    text-align: start;
}

@media (max-width: 800px) {
    .data2 {
        margin-left: 30px;
        width: 320px;
    }
}