<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h2{
    font-family: Raleway;
    color: rgba(50, 50, 50, 0.11);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
}
h3{
    color: #333333;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -60px;
    margin-bottom: 25px;
    /* font-weight: 700; */
    font-family: 'Raleway', sans-serif;
    line-height: 37px;
    font-size: 27px;
    /* font-weight: 700; */
    padding-top: 10px;
    padding-bottom: 5px;
}
@media (max-width:1200px){
    h2{
        font-size: 40px;
    }
}
@media (max-width:992px){
    h2{
        font-size: 36px;
    }
}
@media (max-width:550px){

}
@media (max-width:450px){


}
a:hover{
    color:rgb(204, 51, 51);
}
#map {
    height: 500px;

}
.contact-data{
    color: #858585;
    font-size: 14px;
    line-height: 24px;
    /* margin-left: 20px; */
    margin-bottom: 0;
}
.contact-data i{
    color:#000;
    font-size: 20px;
    margin-right:8px;
}
.contact-label{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
    display: inline-block;
    margin: 15px 0;
}
#response{
    text-align: center;
}
#contactForm{
    margin-top:40px;
    font-family: 'Raleway', sans-serif;
}
#contactForm input {
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #DAD9D9;
    height: 45px;
    padding-left: 7px;
    margin-bottom: 14px;
}

#contactForm textarea {
    width: 100%;
    height: 160px;
    max-width: 100%;
    margin-bottom: 10px;
    resize: none;
    border: 0;
    padding-left: 7px;
    background: transparent;
    border-bottom: 1px solid #DAD9D9;
}
#contactForm .checkbox {
    top: 75px;
    float: left;
    max-width: 50%;
}
#contactForm input[type=checkbox] {
    display: none;
}
#contactForm .checkbox-label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 14px;
    clear: both;
    font-weight: 300;
    color: #999999;
    line-height: 15px;
    text-transform: none;
}

#contactForm .checkbox-label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 30%;
    margin-top: -10px;
    background-color: transparent;
    border: 2px solid #CCCCCC;
}
#contactForm input[type=checkbox]:checked ~ label:before {
    content: "\2713";
    font-size: 13px;
    color: #bb1739;
    text-align: center;
    line-height: 18px;
}
#contactForm  input:checked + label:before {
    content: "\2022";
    color: #D9272E;
    font-size: 32px;
    text-align: center;
    line-height: 15px;
}
#contactForm input#form-email,#contactForm input#form-name{

}
#contactForm input#form-name{

}
#contactForm input[type="submit"]{
    width:35%;
    margin-top: 8px;
    color: #000;
    border:1px solid rgba(85, 85, 85, 0.6);
}
#contactForm input[type="submit"]:hover{
    color:rgb(204, 51, 51);
    border:1px solid rgb(204, 51, 51);

}
#contactForm .field_checkbox label{
    min-height: 20px;
    padding-left: 32px;

    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    margin-top: -16px;
    margin-bottom: 20px;
}
#contactForm .field_checkbox label a{
    color:rgb(204, 51, 51);
}

#contactForm .field_checkbox{
    position: relative;
    display: block;
    margin-top: 10px;


}
#contactForm .field_checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 30%;
    margin-top: -10px;
    background-color: transparent;
    border: 2px solid #CCC;
}
#contactForm input[type=checkbox] {
    display: block;
    opacity: 0;
    height: 1px;
    width: 1px;
}
.response-not-ok {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #880202;
    padding: 8px;
    color: #fff;
}
.response-ok{
    background-color: green;
    color: #fff;
    padding: 7px;
    margin: 20px 0;
}
.contact-content{
    margin-top: 80px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .contact-data{
        text-align: center;
    }
    .sect {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

@media (max-width: 650px) {
}

@media (max-width: 550px) {
}
@media (max-width: 500px) {
    .contact{
        height:620px;
    }
}
@media (max-width: 350px) {
    .contact{
        height:660px;
    }
}

</pre></body></html>