
#home-content {
    width: 100%;
}

#gallery-container {
    width: 100%;
    position: relative;
    height: calc(100vh - 110px);
}

#home-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#home-carousel img {
    width: 100%;
    height: calc(100vh - 110px);
    object-fit: cover;
    object-position: center center;
}

#gallery-mask {
    position: absolute;
    background-color: rgba(0, 111, 139, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

#gallery-title {
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    width: 100%;
    display: grid;
    top: 15%;
    grid-template-columns: 1fr 2fr 1fr;
    row-gap: 50px;
}

.gallery-bracket {
    font-size: 170px;
    line-height: 1;
}

#gallery-text {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-family: GillSansHeavy;
    font-size: 50px;
    text-align: center;
}



#gallery-subtitle {
    padding-top: 20px;
    font-family: GillSansMedium;
    font-size: 35px;
    text-align: center;
}

@media screen and (max-width: 1244px),
    screen and (max-height: 750px)
{
    #gallery-text {
        padding-top: 5%;
        font-size: 36px;
    }

    #gallery-subtitle {
        font-size: 28px;
    }

    .gallery-bracket {
        font-size: 150px;
        line-height: 1;
    }
}

@media(max-width: 800px) {
    #gallery-text {
        padding-top: 10%;
        font-size: 24px;
    }

    #gallery-subtitle {
        font-size: 28px;
    }
}

.button-main {
    border: none;
    background-color: #F28B2E;
    color: #F9D54C;
    font-family: GillSansHeavy;
    font-size: 24px;
    padding: 10px 20px;
}

.button-main:hover {
    background-color: #fc9d48;
}

#gallery-subscribe {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 4;
}

#gallery-subscribe button {
    border: none;
    padding: 10px 20px;
    background-color: rgba(204, 222, 225, 0.86);
    color: #014651;
    font-family: GillSansMedium;
    font-size: 28px;
    line-height: 1;
}

#who-div {
    background-image: url("../img/home8.png");
    background-size: cover;
    width: 100%;
    object-fit: cover;
    overflow: auto;
}

#who-back {
    position: absolute;
    right: 0;
}

.home-title {
    color: #FFFFFF;
    font-family: GillSansBold;
    font-size: 40px;
    margin-left: 8%;
    margin-top: 40px;
}


#who-text {
    color: #FFFFFF;
    font-family: GillSansMedium;
    font-size: 22px;
    margin-left: 8%;
    margin-top: 20px;
    width: 80%;
    line-height: 1.2;
}

#who-cont {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#who-cont img {
    width: 100%;
}

#who-subtitle {
    color: #FFFFFF;
    font-family: GillSansBold;
    font-size: 35px;
    line-height: 1.2;
    padding-top: 30px;
    margin-bottom: 10%;
}

.who-list {
    color: #FFFFFF;
    font-family: GillSansMedium;
    font-size: 26px;
    line-height: 1;
    padding-left: 70px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    margin-top: 7%;
}

@media(min-width: 1600px) {
    #who-text {
        font-size: 26px;
    }

    .who-list {
        font-size: 30px;
    }
}

@media(max-width: 900px) {
    .home-title {
        font-size: 30px;
        text-align: center;
        margin-left: 0;
        width: 100%;
    }

    #who-text {
        font-size: 18px;
        text-align: center;
    }

    #who-subtitle {
        font-size: 24px;
        text-align: center;
    }

    #who-cont {
        grid-template-columns: 1fr;
    }

    .who-list {
        font-size: 20px;
    }
}

#benefits-div {
    width: 100%;
    position: relative;
}

#benefits-img {
    width: 100%;
    z-index: 1;
}

#benefits-mask {
    position: absolute;
    background-color: rgba(0, 80, 101, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
}

#benefits-content {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    z-index: 100;
    position: absolute;
    top: 0;
}

#benefits-title {
    text-align: center;
    background-color: #88C2CF;
    font-family: GillSansHeavy;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 28px;
    color: #004650;

}

#benefits-title button {
    background-color: #004650;
    color: #88C2CF;
    border: none;
    font-size: 20px;
    font-family: GillSansBold;
    padding: 10px 30px 7px 30px;
    margin-top: 15px;
}

#benefits-subtitle {
    width: 100%;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
    font-family: GillSansHeavy;
    color: #FFFFFF;
    font-size: 32px;
}

#stages-image {
    width: 100%;
}

#stages-image-mobile {
    width: 100%;
    display: none;
    object-fit: cover;
}

@media(max-width: 900px) {
    #benefits-title {
        font-size: 20px;
    }

    #benefits-img {
        height: 80vh;
        width: auto;
        object-fit: none;
        object-position: -300px 0;
    }

    #benefits-subtitle {
        font-size: 22px;
    }

    #stages-image {
        display: none;
    }

    #stages-image-mobile {
        display: block;
    }
}

#benefits-items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.benefits-item {
    text-align: center;
    font-family: GillSansBold;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.benefits-item-title {
    margin-top: 50px;
    margin-bottom: 50px;
    transition: margin-top 1s, margin-bottom 1s;
}

.benefits-item:hover .benefits-text {
    height: 90px;
}

.benefits-item:hover .benefits-item-title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.benefits-item:hover .benefits-icon {
    background-color: rgba(11, 123, 141, 0.74);
}

.benefits-sep {
    width: 3px;
    height: 100%;
    background-color: rgba(213, 212, 212, 0.32);
    position: absolute;
    right: 0;
}

.benefits-icon {
    margin-left: 25%;
    width: 45%;
    aspect-ratio : 1 / 1;
    background-color: rgba(0, 70, 80, 0.74);
    border-radius: 50%;
}

.benefits-text {
    margin-top: 20px;
    font-family: GillSansMedium;
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
    height: 0;
    overflow: hidden;
    transition: height 1s;
}

#benefits-items-mobile {
    display: none;
}

@media(max-width: 900px) {
    #benefits-title {
        font-size: 17px;
    }

    #benefits-title button {
        font-size: 18px;
    }

    #benefits-img {
        height: 100%;
        width: auto;
        object-fit: none;
        object-position: -300px 0;
    }

    #benefits-subtitle {
        font-size: 22px;
    }

    #benefits-items {
        display: none;
    }

    #benefits-items-mobile {
        display: block;
    }

    .benefits-text {
        height: auto;
        font-size: 20px;
        margin-top: 10px;
    }

    .benefits-item-title {
        margin-bottom: 20px;
    }
}

.benefits-icon img {
    width: 65%;
    margin-top: 17%;
}

#stages-div {
    width: 100%;
    background-color: #008EA5;
    position: relative;

}

#fin-div {
    width: 100%;
    background-color: #89C3CF;
    position: relative;
    min-height: 500px;
}

#fin-title {
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    font-family: GillSansHeavy;
    color: #FFFFFF;
    font-size: 32px;
}

#fin-subtitle {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family: GillSansBold;
    color: #00718C;
    margin-top: 30px;
    font-size: 26px;
    border-top: 3px solid #00718C;
    border-bottom: 3px solid #00718C;
}

.fin-cont-icons {
    margin-top: 50px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.fin-icon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    border-right: 3px solid #00718C;
    margin-bottom: 8%;
}

.fin-last {
    border-right: none;
}

.fin-icon img {
    width: 100%;
}

.fin-title {
    font-family: GillSansBold;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.2;
}

.fin-subtitle {
    font-family: GillSansMedium;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.1;
}

.fin-list {
    font-family: GillSansMedium;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.1;
}

.fin-cont-text {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.fin-cont-list {
    margin-top: 50px;
    width: 74%;
    margin-left: 13%;
    margin-right: 13%;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    grid-column-gap: 5px;
    background-color: #008EA5;
    padding: 30px;
    grid-row-gap: 20px;
}

.fin-list-first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.fin-list-first-pad {
    display: none;
}

.fin-cont-text div {
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
}

.fin-button {
    font-family: GillSansBold;
    color: #00718C;
    font-size: 20px;
    border: none;
    padding: 10px 20px;
    line-height: 1.1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fin-button:hover {
    background-color: rgba(204, 222, 225, 0.86);
}

.fin-text-2 {
    font-family: GillSansMedium;
    color: #00718C;
    font-size: 18px;
}

@media(max-width: 1400px) {
    .fin-subtitle {
        font-size: 20px;
    }

    .fin-title {
        font-size: 22px;
    }

    .fin-list {
        font-size: 16px;
    }
}

@media(max-width: 1100px) {
    .fin-cont-icons {
        grid-template-columns: 1fr 1fr;
    }

    .fin-second {
        border-right: none;
    }

    .fin-subtitle {
        font-size: 24px;
    }

    .fin-title {
        font-size: 26px;
    }

    .fin-cont-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .fin-list-first {
        grid-column: span 4;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .fin-list-first-pad {
        display: block;
    }
}

@media(max-width: 800px) {
    .fin-cont-icons {
        grid-template-columns: 1fr;
    }

    .fin-icon {
        border-right: none;
    }

    .fin-subtitle {
        font-size: 24px;
    }

    #fin-subtitle {
        font-size: 24px;
    }

    .fin-title {
        font-size: 24px;
    }

    .fin-cont-text {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .fin-cont-list {
        grid-template-columns: 1fr!important;
    }

    .fin-list-first {
        grid-column: span 1;
        grid-template-columns: 1fr 1fr;
    }

    .fin-list-first-pad {
        display: none;
    }
}

#stages-title {
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    font-family: GillSansHeavy;
    color: #FFFFFF;
    font-size: 32px;
    position: absolute;
    top: 0
}



#questions-div {
    overflow: auto;
    width: 100%;
    position: relative;
    background: url("../img/home5.jpg");
}

#questions-mask {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(157, 78, 28, 0.91);
}

#questions-title {
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    font-family: GillSansHeavy;
    color: #FFFFFF;
    font-size: 32px;
    z-index: 5;
}

.question-item {
    width: 82%;
    margin-left: 9%;
    background-color: rgba(223, 123, 29, 0.7);
    font-family: GillSansBold;
    color: #FFFFFF;
    font-size: 26px;
    padding: 15px 40px;
    margin-top: 20px;
}

.question-answer {
    font-family: GillSansMedium;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 20px;
    max-height: 0;
    transition: max-height 0.75s ease-in-out;
    overflow: hidden;
}

.question-answer span {
    font-family: GillSansBold;
}

.question-answer a {
    color: #FFFFFF;
}

.question-item:hover {
    cursor: pointer;
    background-color: rgba(238, 150, 73, 0.65);
}

@media(max-width: 900px) {
    #stages-title {
        font-size: 26px;
        padding-left: 0;
        text-align: center;
        display: none;
    }

    #questions-title {
        font-size: 26px;
        text-align: center;
        padding-left: 0;
    }

    .question-item {
        margin-left: 0;
        width: 100%;
        font-size: 20px;
    }

    .question-answer {
        font-size: 16px;
    }
}

#contact-div {
    overflow: auto;
    width: 100%;
    position: relative;
    background: url("../img/home6.png");
    background-size: cover;
}

#contact-title {
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    font-family: GillSansHeavy;
    color: #FFFFFF;
    font-size: 32px;
    z-index: 5;
    margin-bottom: 3%;
}

.contact-text {
    font-family: GillSansBold;
    color: #FFFFFF;
    font-size: 19px;
    margin-left: 15%;
    margin-bottom: 15px;
}

#contact-box {
    margin-top: 30px;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    overflow: auto;
}

#contact-box-inner {
    background-color: #88C2CF;
    width: 100%;
    padding: 20px;
}

.contact-field-cont {
    margin-bottom: 15px;
}

.contact-field-cont textarea {
    margin-top: 30px;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: solid 1px #FFFFFF;
    font-family: GillSansMedium;
    font-size: 23px;
    padding: 10px;
    color: #004650;
    resize: none;
}

.contact-field {
    font-family: GillSansMedium;
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 5px;
}

.contact-privacy {
    font-family: GillSansLight;
    font-size: 14px;
    color: #004650;
}

.contact-check {
    color: #004650;
}

.contact-input {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFFFFF;
    width: 100%;
    font-family: GillSansMedium;
    color: #004650;
    font-size: 23px;
}
@media(max-width: 900px) {
    #contact-title {
        font-size: 26px;
        text-align: center;
        padding-left: 0;
    }

    .contact-input {
        font-size: 22px;
    }

    .contact-text {
        font-size: 16px;
        margin-left: 5%;
    }

    #contact-box {
        padding-left: 5%;
        padding-right: 5%;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    background-color: transparent !important;
    -webkit-text-fill-color: #004650;
    -webkit-tap-highlight-color: transparent;
    -webkit-background-clip: text !important;
}

.contact-select {
    color: #004650;
    font-family: GillSansMedium;
    background-color: transparent;
    border: solid 1px #FFFFFF;
}


.contact-input:focus {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFFFFF;
    outline: none;
}

.contact-button {
    background-color: transparent;
    border: none;
    font-family: GillSansBold;
    color: #004650;
    font-size: 23px;
    border-bottom: solid 2px #004650;
    line-height: 1;
    padding-bottom: 1px;
}

.contact-button:hover {
    color: #027f8f;
    border-bottom: solid 2px #027f8f;
}

#contact-subs {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

#contact-subs button {
    border: none;
    background-color: #014651;
    color: #4EAABB;
    padding: 10px 20px;
    font-family: GillSansBold;
    font-size: 24px;
}

@media(max-width: 900px) {
    #contact-title {
        font-size: 26px;
        text-align: center;
        padding-left: 0;
    }

    .contact-input {
        font-size: 22px;
    }

    .contact-text {
        font-size: 16px;
        margin-left: 5%;
    }

    #contact-box {
        padding-left: 5%;
        padding-right: 5%;
    }

    #contact-subs button {
        font-size: 20px;
    }
}

#partners-div {
    overflow: auto;
    width: 100%;
    position: relative;
    background: url("../img/home7.png");
    background-size: cover;
}

#partners-title {
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    font-family: GillSansHeavy;
    color: #FFFFFF;
    font-size: 32px;
    z-index: 5;
    margin-bottom: 3%;
}



#partners-mask {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 111, 139, 0.72);
    display: grid;
    grid-template-rows: 1fr 4fr;
}

#partners-cont {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

#partners-inner {
    width: 100%;
    background-color: #FFFFFF;
    height: 100%;
    padding: 5%;
}

.partners-text {
    font-family: GillSansBold;
    line-height: 1.3;
    color: #014651;
    font-size: 19px;
}

@media(max-width: 900px) {
    #partners-title {
        font-size: 26px;
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #partners-cont {
        padding-left: 0;
        padding-right: 0;
    }

    .partners-text {
        font-size: 16px;
    }
}

.partners-logos {
    text-align: center;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 50px;
}

#partner-logo-1 {
    margin-top: 10px;
    width: 90%;
}

#partner-logo-2 {
    margin-top: 10px;
    margin-left: 25px;
    width: 27%;
}

#partner-logo-3 {
    margin-left: 25px;
    width: 27%;
}

#partner-logo-6 {
    margin-left: 30px;
    margin-top: 18px;
    width: 15%;
}

#partner-logo-4 {
    width: 25%;
}

#partner-logo-5 {
    width: 95%;
}

#partners-div-2 {
    overflow: auto;
    width: 100%;
    position: relative;
    background-color: #F28B2E;

}

#partners2-box {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

#partners2-box-inner {
    width: 100%;
    background-color: #FCE8D5;
    padding: 5%;
    font-family: GillSansMedium;
    color: #014651;
    font-size: 20px;
    line-height: 1.2;
}

@media(max-width: 900px) {
    #partners2-box-inner {
        font-size: 16px;
    }
}

#modal-subs-content {
    background-color: #88C2CF;
}

#modal-subs-title {
    font-family: GillSansBold;
    font-size: 26px;
    color: #FFFFFF;
}

@media(max-width: 900px) {
    #modal-subs-title {
        font-size: 24px;
    }

    .contact-field {
        font-size: 20px;
    }
}

.modal-close-button {
    background-color: transparent;
    border: none;
    color: #014651;
    font-size: 30px;
}

.contact-radio {
    padding-top: 5px;
    color: #FFFFFF;
    text-align: center;
}

.contact-radio input[type="radio"] {
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
}

.contact-check {
    width: 1.15em;
    height: 1.15em;
}

.form-warning {
    color: indianred;
    font-family: GillSansMedium;
    font-size: 18px;
}


