/* 
        Dark blue: #020460;
        Light gray: #777777;
    */


/*Footer*/
.footer {
    padding: 100px 0;
}

.footer__top {
    border-top: 1px solid #777777;;
    border-bottom: 1px solid #777777;
    align-items: center;
    display: flex;
    column-gap: 134px;
    padding: 100px 0;
    row-gap: 30px;
        max-width: 100%;
}

.footer__middle {
   align-items: start;
    display: flex;
    column-gap: 134px;
    padding: 100px 0;
    row-gap: 100px;
    max-width: 100%;
}

.footer__left {
    flex: 0.55;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    max-width: 100%;
}

.footer__left > p {
    font-family: 'Core Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #777777;
    margin: 0;
}

.footer__left > h3 {
    font-family: 'Core Sans Medium';
    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 25px;
color: #020460;
margin: 0;
}

.footer__right {
    flex: 0.45;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
}

.footer__right > img {
    width: 180px;
    height: 54px;
}

.footer__right > form {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.footer__right > form > label {
    font-family: 'Core Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
    margin: 0;
}

.footer__inputField {
    font-family: 'Core Sans Regular';
    border: none;
    border-bottom: 1px solid #777777;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
    flex: 0.6;
    outline: none;
}

.footer__inputButton {
    width: 100%;
    background-color: #020460;
    color: white;
    font-family: 'Core Sans Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 14px 0;
    flex: 0.4;
}

.footer__inputContainer {
    display: flex;
    column-gap: 40px;
}

.footer__logos {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.footer__connect {
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding: 16px;
}

.footer__rightLogos {
    display: flex;
    column-gap: 35px;
    align-items: center;
}

.footer__logos > img {
    object-fit: contain;
    height: 95px;
}

.footer__connect > a > img {
    object-fit: contain;
    height: 30px;
}

.footer__connect > p {
    font-family: 'Core Sans Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #020460;
    margin: 0;
}

.footer__rightLogos > img {
    width: 160px;
    object-fit: contain;
}

.footer__bottom {
    display: flex;
    column-gap: 134px;
}

.footer__legalContainer {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    /*flex: 0.55;*/
}

.footer__legalContainer > h3 {
    font-family: 'Core Sans Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #020460;
    margin: 0;
}

.footer__socialsContainer {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    flex: 0.45;
}

.footer__socialsContainer > h3 {
    font-family: 'Core Sans Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #020460;
    margin: 0;
}

.footer__links {
    display: flex;
    column-gap: 50px;
}

.footer__links > a {
    font-family: 'Core Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #777777 !important;
    cursor: pointer;
}

.footer__notes {
    display: flex;
    column-gap: 134px;
    padding-top: 100px;
}

.footer__left > h6 {
    font-family: 'Core Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    flex: 0.64;
    margin: 0;
}

.footer__right > h6 {
    font-family: 'Core Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    flex: 0.36;
    margin: 0;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    
.footer {
    padding: 30px 0;
}

.footer__top {
    flex-direction: column;
    padding: 100px 0;
}

.footer__middle {
    flex-direction: column;
    padding: 100px 0 60px 0;
}

.footer__left {
    row-gap: 30px;
    margin: 0 auto;
}

.footer__right {
    margin: 0 auto;
    overflow: hidden;
}

.footer__right > form {
    flex-direction: column;
    row-gap: 20px;
}

.footer__logos {
    display: flex;
    flex-direction: column;
    column-gap: 24.5px;
    row-gap: 20px;
}

.footer__logos > img {
    height: 106px;
}

.footer__connect {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    row-gap: 16px;
}

.footer__connect > a > img {
    height: 30px;
}

.footer__rightLogos {
    display: flex;
    flex-direction: column;
    column-gap: 24.5px;
    row-gap: 20px;
}

.footer__bottom {
    column-gap: 20px;
}

.footer__links {
    flex-direction: column;
    row-gap: 5px;
}

.footer__legalContainer {
    /*flex: 0.5;*/
}

.footer__socialsContainer {
   flex: 0.5; 
}

.footer__links > a {
    font-size: 14px;
    line-height: 20px;
}

.footer__notes {
    flex-direction: column;
    padding-top: 30px;
    row-gap: 10px;
}

}
        