<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact-us {
    padding-top: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.tm-register-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.tm-register-row .detail address {
    line-height: 2.5;
    font-size: 20px;
    color: #fff;
}
.tm-register-row .detail a {
    color: #fff;
}
.tm-register-row .detail a:hover {
    text-decoration: underline;
}
.tm-register-col-l {
    max-width: 350px;
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

input, textarea {
    -webkit-writing-mode: horizontal-tb !important;
    color: #fff;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    line-height: 1.15;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

textarea {height: auto;}
::-webkit-input-placeholder {color:#fff}
::-moz-placeholder {color:#fff}
:-ms-input-placeholder {color:#fff}

input:focus:not([readonly]), textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2ff254;
    -webkit-box-shadow: 0 1px 0 0 #2ff254;
    box-shadow: 0 1px 0 0 #2ff254;
}

.input-field {
    box-sizing:border-box;
    color:rgb(0, 0, 0);
    display:block;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-size:17px;
    font-weight:400;
    min-height:60px;
    line-height:25.5px;
    margin-bottom:17px;
    margin-top:0px;
    position:relative;
    text-align:left;
    text-size-adjust:100%;
    width:320px;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}</pre></body></html>