body{
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff !important;
    background-color: #87c9cb !important;
}
h2{
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
}
h3{
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: center;
}
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #87c9cb;
    transition: all 0.3s ease;
}
.navbar{
    /* color: #ffffff; */
    background-color: #87c9cb !important;
    text-align: center;
    color: white ;

}
.nav-link{
    color: white !important;
}
.nav-link:hover{
    color: #87c9cb !important;
    transition: color 0.3s ease;
}
.title{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../../wp-content/uploads/images/pexels-jess-bailey-designs-1018136.jpg');
    background-position: 50% 50%;
    height: 50vw;
    object-fit: cover;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.title .row{

    margin: 0 auto;
}
.title_row {
    text-align: center;
    /* width: 720px; */
    flex-direction: column;
    min-height: 100px;
    display: flex;
}
.title_row h1{
    padding: 100px;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.1;
    border: 4px white solid;
}

/* people */
.people{
    margin-bottom: 50px;
}
.people__row{
    text-align: center;
    margin: 0 auto;
}
.people__row-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.people__title{
    margin: 32px auto 10px;
    padding: 30px;
}
.people__img{
    width: 50%;
    margin: 0 auto;
    border-radius: 50%;
}
.people__item{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.people__item-inside{
    margin: 5px;
    padding: 30px;
    flex-grow: 1;
    background-color: #293333;
    border-radius: 10px;
}
.people__item h4 {
    text-transform: none;
    margin: 20px auto 0;
}
.people__item p {
    font-size: 1.5rem;
    margin: 20px 0 ;
}
/* about */
.about{
    padding: 70px;
    font-family: Raleway,sans-serif !important;
    font-size: 1.25rem;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 30px;
}
.about__title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    margin: 50px auto;
}
.about__title-small{
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin: 20px 20px;
}
/* price */
.price{

}
.price .row{
    margin: 0 5%;

}
.price__title{
    text-align: center;
    margin: 50px auto !important;
    font-size: 3rem;
    font-weight: 400;
    margin: 60px auto 0;
}
.price__container{
    padding: 15px 7px;
    padding-bottom: 70px;
}
.price__container-insider{
    background-color: #cbe9ea;
    box-shadow: 00px 2px 8px 0px rgba(128,128,128,1);
    color: #111111;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.price__container-insider p{
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 6px;
    color: #ffffff !important;
}
.price__container-insider h5{
    font-size: 3.75rem;
    font-weight: 700;
    margin: 17px auto 0;
    margin-bottom: 20px !important;
}
.price__container-button{
    text-align: center;
    color: #293333 !important;
    border: 2px #293333  solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    background-image: none;
    margin-bottom: 20px;
    padding: 9px 45px 10px 43px;
    border-radius: 20px;
}
.price__container-button:hover{
    background-color: #293333  !important;
    color: #fff !important;
    transition: all 0.3s ease;
    border: 2px #fff solid;
}
/* text */
.text{
    padding: 50px;
}
.text__container h2{
    margin-bottom: 20px;
}
.text__container p{
    font-size: 1.125rem;
    width: auto;
    margin-top: 15px;
    margin-right: 0;
}
.text img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/* article */
.article{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../wp-content/uploads/images/pexels-steve-johnson-12977018.jpg');
    background-position: 50% 50%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}
.article .row{
    margin: 0 5%;
}
.article h3{
    margin: 50px auto;
    padding-bottom: 50px;
}
.article__container{
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.article__container-insider{
    background-color: #87c9cb;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    padding-bottom: 50px;
    font-family: Roboto, sans-serif !important;
    flex-grow: 1;
    height: 100%;
}
.article__container-insider h3{
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 7px;
}
.article__container-img{
    height: 189px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px !important;
    border-radius: 20px;
}
.article__container-link{
    padding: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 19px auto 0;
    border-radius: 20px;
    border: 2px #293333 solid;
    display: block;
    width: 100%;
    color: #293333;
}
.article__container-link:hover{
    background-color: #293333 !important;
    border: 2px #fff solid;
    transition: all 0.3s ease;
    color: #ffffff !important;
}

/* greeting */
.greeting{
    padding: 50px;
}
/* form */
.GJSGoLAXuq {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../wp-content/uploads/images/pexels-legend-vibe-9691128.jpg');
    background-position: 50% 50%;
    margin: 0 auto;
    padding: 30px;
}
#form{
    background-color: #4d6566;
    color: #fff;
    width: calc(100% + 15px);
    margin-left: -15px;
    border-radius: 50px;
    width: 50%;
    margin: 38px auto 58px;
}
.rGTyJCdEua-title {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 10px;
}
img {
    width: 100%;
}

.CsXjQfUQnr {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 20px 0 20px;
    text-align: center;
    padding-top: 20px;
}
.u-clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.u-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: start;
    width: 100%;

}
.u-align-right{
    margin-top: 10px;
}
.u-input-rectangle {
    background-color: #e5e5e5 !important;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 10px;
    padding: 10px;
}
.textarea {
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    background-color: #e5e5e5 !important;
}
#hbgBDAgqmW-cookie {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
}


#hbgBDAgqmW-cookie button {
    max-width: 200px;
}

#hbgBDAgqmW-cookie p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}
label{
    padding-bottom: 10px;
}
input{
    margin-bottom: 10px;
}

.button__form{
    text-transform: uppercase;
    font-weight: 800;
    color: #e5e5e5;
    padding: 10px;
    border-radius: 20px;
    border: 2px #e5e5e5 solid;
    background-color: transparent !important;
}
.button__form:hover{
    background-color: #e5e5e5 !important;
    color: black;
    transition: all 0.3s ease;
}
#contact {
    background: url("../../wp-content/uploads/images/pexels-karolina-grabowska-4468146.jpg");
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 80vh;
    height: 90vh;
}
#contact .address {
    background-color: #9a9da1;
    padding: 20px 20px 50px 20px;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    margin: 20% auto 5% 5%;
    display: inline-grid;
}
@media (min-width: 576px) {
    #hbgBDAgqmW-cookie.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cookie_accept {
        margin: 0 0 0 25px;
    }

}

@media (max-width: 575px) {
    .title{
        height: 100vw;
    }
    .title h1{
        font-size: 1.5rem;
        padding: 70px 30px;
    }
    .article__container{
        padding: 30px 0;
    }
    .article .row {
        margin: 0;
    }
    .price .row {
        margin: 0;
    }
    .text{
        max-width: 100% !important;
    }
    #hbgBDAgqmW-cookie.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cookie_accept {
        margin: 10px 0 0 0;
    }
    button {
        width: 100%;
    }
    #hbgBDAgqmW-cookie {
        left: 50%;
        width: 100%;
    }
    .title_row{
        padding: 10px;
    }
    #form{
        width: 100%;
    }
}
.footer{
    text-align: center;
    padding: 50px;
}
.footer a{
    color: #1a1a1a;
}