.sticky {
    position: sticky;
    top: 170px;
}
.information .people {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 40px;
}
.information .people .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    min-width: 130px;
    min-height: 130px;
    background: linear-gradient(210.56deg, #FFFFFF 38.5%, #DBEAFE 76.74%);
    box-shadow: 0 0 21px 0 #DBEAFE;
    border-radius: 50%;
    overflow: auto;
    position: relative;
    z-index: 1;
}
.information .people .photo .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
    border-radius: 50%;
    overflow: auto;
}
.information .people .text {
    background: linear-gradient(90deg, #FFFFFF 3.83%, #EBF3FF 75.19%);
    border-radius: 35px;
    padding: 20px 70px 20px 20px;
    max-width: 450px;
    position: relative;
    margin-right: -70px;
    z-index: 0;
}
.information .people .text .name {
    font-size: 34px;
    font-weight: 600;
}
.information .people .text .position {
    font-size: 25px;
    color: #7C7C7C;
    margin-top: 3px;
}
.information .title {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    padding-right: 12px;
}
.information .title span {
    font-weight: 700;
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.information .txt-1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 16px;
    padding-right: 12px;
}
.information .txt-1 strong {
    font-weight: 500;
}
.information .list {
    margin-top: 45px;
    padding-right: 12px;
}
.information .form {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 25px 0px #DBEAFE80;
    background: #fff;
    border-radius: 35px;
    margin-top: 80px;
    width: fit-content;
    margin-right: 12px;
}
.information .form .field {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 25px;
}
.information .form .field input {
    color: #000;
    font-size: 20px;
    line-height: 55px;
    background: transparent;
    border: 0;
}
.information .form .field input::placeholder {
    color: #A6A6A6;
}
.information .form .btn-1 {
    font-weight: 500;
    padding: 0 38px;
    font-size: 24px;
}
.information .list-1 .li {
    margin-bottom: 20px;
}