/* Custom Styles */
div#block-1722506211442 p {    margin: 40px 0;}
div#block-1722506343355 p {    margin: 40px 0;}
#block-1722495840260 .btn {margin-top: 25px;}

@media(max-width:767px){
div#block-1722487035925 h2 {
    font-size: 37px !important;
}
div#block-1722506894456_0 h2 {
    font-size: 37px !important;
}
div#block-1722499160979_0 h2 {
    font-size: 37px !important;
}

div#block-1722509035776 .text {
    text-align: left !important;
}

}



@media(min-width:768px){
.header__wrap {
    /*border-bottom: .08rem solid #d7e1f0;*/
    box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
}
.header a.link-list__link {
    position: relative;
    display: inline-block;
    padding-bottom: 3px; /* Adjust this as needed */
    transition: all 0.3s ease; /* Apply transition to all properties */
}

.header a.link-list__link:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #07ffab;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.header a.link-list__link:hover:before {
    visibility: visible;
    width: 100%;
}

.header a.link-list__link:hover {
    font-weight: bold;
}
}
div#block-1722454680754_0 {
        font-size: 36px;
        position: sticky;
        top: 8rem;
        z-index: 99;
    }

#section-1722448097001 {
   background-position: -37% 44% !important;
}
.form-control {

    border: 1px solid rgb(0 0 0 / 66%);
 
}