.intro-title {
    font-size: 24px;
    font-weight: 600;
    color: #0091FF;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.intro-button {
    background: #0091FF;
}

.ibt-symbol {
    background: #0091FF;
}

.intro-description {
    font-weight: 500;
}

.intro-block-item {
    box-shadow: 0px 0px 4px 0px rgba(0, 145, 255, 0.15);;
}

.marketing-sms {
    padding: 48px 29px;
    background: #F5F5F5;
}

.ms-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 26px;
}

.ms-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 38px;
    text-align: center;
}

.ms-icon-block-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ms-icon-block-box:first-child {
    padding-top: 32px;
    margin-bottom: 28px;
}

.ms-icon-item {
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 14px 7px 7px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ms-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

.ms-icon img {
    width: 100%;
}

.ms-icon-title {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
}

.get-start {
    margin: 30px 50px 49px;
}

.get-start .main-title {
    margin-bottom: 14px;
}

.get-start .main-description {
    margin-bottom: 49px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
}

.exp-input {
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(35, 135, 255, 0.1);
    border-radius: 31px;
    margin: 0 auto;
}

.exp-input.name {
    margin-bottom: 14px;
}

.exp-input input {
    width: 275px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 13px;
    border-radius: 31px;
    outline: none;
}

.exp-input input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.exp-input.phone {
    margin-bottom: 27px;
}

.exp-button{
    text-align: center;
}

.exp-button a{
    background: #0091FF;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 12px 37px;
}