.desk176 {
    background-color: #fff;
    width: 100%;
    padding: 4px 16px;
}

.desk177 {
    margin: 16px 32px;
}

.desk178 {
    position: relative;
    height: 250px;
    width: auto;
}

.desk179 {
    position: absolute;
    right: 0;
    padding: 10px;
}

.desk180 {
    width: 300px;
}

.desk181 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.desk182 {
    margin-top: 10px;
}

.desk183 {
    font-size: 14px;
    display: flex;
    position: relative;
}

.desk185 {
    position: absolute;
    right: 0;
}

.desk186 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
}

.desk189 {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
}

.desk188 {
    position: absolute;
    right: 0;
}

.desk190 button {
    margin-top: 10px;
    width: 100%;
    background: #25596E;
    color: #fff;
    border-radius: 44px;
    border: none;
    height: 40px;
    cursor: pointer;
}

.desk191 {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.desk192 {
    margin-top: 10px;
    width: auto;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.desk194 {
    margin-top: 10px;
}

.desk195 {
    display: flex;
}

.desk196 img {
    width: auto; /* The image will take up 100% of the container's width */
    height: 150px; /* Keeps the aspect ratio intact */
    display: block;
}

.desk197 {
    margin-left: 50px;
    width: 100%;
}

.desk198 {
    position: relative;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.desk200 {
    position: absolute;
    right: 0;
}

.desk201, .desk202 {
    font-size: 14px;
    margin-top: 10px;
}

.desk202 {
    display: flex;
}

.desk203 {
    margin-right: 20px;
}

.desk203 a {
    color: #000;
    font-size: 12px;
}

.desk204 {
    display: flex;
    justify-content: center;
}

.desk207 {
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.desk205 {
    display: flex;
    justify-content: center;
    height: 350px;
}

.desk224 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.desk225 {
    margin-bottom: 50px;
}

.desk226 {
    display: flex;
    margin-top: 15px;
}

.desk227 {
    margin-right: 10px;
}

.desk227 input, .desk227 select{
    width: 250px;
    height: 40px;
    padding: 2px 25px;
    border-radius: 10px;
    border: none;
    background-color: #ededed;
}

.desk228 {
    margin-right: 15px;
}

.desk228 input{
    width: 500px;
    height: 40px;
    padding: 2px 25px;
    border-radius: 10px;
    border: none;
    background-color: #ededed;
}


/* Screen Size Define */


@media (min-width: 321px) and (max-width: 480px) {
    .desk176 {
        padding: 0;
        margin: 0 18px;
        width: auto;
    }
    
    .desk177 {
        margin: 0;
    }
    
    .desk178 {
        margin-top: 18px;
    }
    
    .desk191 {
        width: auto;
    }
    
    .desk197 {
        margin-left: 18px;
    }
    
    .desk198 {
        display: contents;
        border-bottom: 1px solid #ededed;
        padding-bottom: 9px;
        margin-bottom: 9px;
        font-size: 12px;
    }
    
    .desk200 {
        position: relative;
        margin-top: 5px;
    }
    
    .desk201 {
        font-size: 12px;
        margin-top: 5px;
    }
    
    .desk202 {
        display: contents;
        font-size: 12px;
    }
    
    .desk203 {
        margin-top: 2px;
    }
    
    .desk205 {
        height: 300px;
    }
    
    .desk206 {
        width: auto;
    }
    
    .desk226 {
        display: contents;
    }
    
    .desk227 {
        margin: 15px 0 0 0;
    }
    
    .desk228 {
        margin: 15px 0 0 0;
    }
    
    .desk228 input {
        width: 300px;
    }
}

/*
@media (max-width: 320px)
@media (min-width: 321px) and (max-width: 480px)
@media (min-width: 481px) and (max-width: 600px)
@media (min-width: 601px) and (max-width: 900px)
@media (min-width: 901px) and (max-width: 1200px)
@media (min-width: 1201px) and (max-width: 1800px)
@media (min-width: 1801px)
*/