.l-region-footer {
    position: relative;
    background-color: #192B5D;
    color: #FFF;
}

.l-region-footer .region-wrapper {
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.l-region-footer .region-wrapper {
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.list-unordered-black, .list-unordered-blue, .list-unordered-purple {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: none;
}

.btn-white, .btn-bordered-2, .btn-bordered, .btn-black, .btn-black-extra-big, .btn-black-big, .btn-blue-2, .btn-blue-2-big, .btn-blue-1, .btn-blue-1-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    transition: all 0.4s;
    cursor: pointer;
}
.btn-white > img, .btn-bordered-2 > img, .btn-bordered > img, .btn-black > img, .btn-black-extra-big > img, .btn-black-big > img, .btn-blue-2 > img, .btn-blue-2-big > img, .btn-blue-1 > img, .btn-blue-1-big > img {
    margin-left: 8px;
}
.active.btn-white, .active.btn-bordered-2, .active.btn-bordered, .active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .active.btn-blue-2, .active.btn-blue-2-big, .active.btn-blue-1, .active.btn-blue-1-big, .btn-white:focus, .btn-bordered-2:focus, .btn-bordered:focus, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-white:active, .btn-bordered-2:active, .btn-bordered:active, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-1:active, .btn-blue-1-big:active, .btn-white:hover, .btn-bordered-2:hover, .btn-bordered:hover, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover, .btn-blue-2:hover, .btn-blue-2-big:hover, .btn-blue-1:hover, .btn-blue-1-big:hover {
    text-decoration: none;
}

.btn-blue-1, .btn-blue-1-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #192B5D;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-blue-1, .active.btn-blue-1-big, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-blue-1:active, .btn-blue-1-big:active, .btn-blue-1:hover, .btn-blue-1-big:hover {
    color: #192B5D;
    background: white;
}

.btn-blue-1-big {
    padding: 8px 20px;
}

.btn-blue-2, .btn-blue-2-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #54C9D6;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-blue-2, .active.btn-blue-2-big, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-2:hover, .btn-blue-2-big:hover {
    color: #54C9D6;
    background: #FFF;
}

.btn-blue-2-big {
    padding: 8px 20px;
}

.btn-black, .btn-black-extra-big, .btn-black-big {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
    background: #54595F;
    border: 1.5px solid #54595F;
    padding: 8px 20px;
}
.active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover {
    color: #54595F;
    background: white;
}

.btn-black-big {
    padding: 8px 20px;
}

.btn-black-extra-big {
    font-size: 1.25rem;
    padding: 10px 45px;
}

.btn-bordered {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-bordered, .btn-bordered:focus, .btn-bordered:active, .btn-bordered:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.btn-bordered-2 {
    color: #54C9D6;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-bordered-2, .btn-bordered-2:focus, .btn-bordered-2:active, .btn-bordered-2:hover {
    color: #192B5D;
    border-color: #192B5D;
}

.btn-white {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #FFF;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-white, .btn-white:focus, .btn-white:active, .btn-white:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    position: relative;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.list-unordered-purple li:before {
    background: #192B5D;
}

.list-unordered-blue li:before {
    background: #192B5D;
}

.list-unordered-black li:before {
    background: #54595F;
}

.breadcrumb {
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb {
        font-size: 14px;
    }
}
.breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:before {
    content: ">";
}
.breadcrumb li:first-child:before {
    content: none;
}
.breadcrumb a {
    color: #FFF;
    transition: color 0.4s;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.breadcrumb-blue {
    background-color: transparent;
    color: #192B5D;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb-blue {
        font-size: 14px;
    }
}
.breadcrumb-blue ol, .breadcrumb-blue ul {
    list-style: none;
    padding: 0;
}
.breadcrumb-blue li {
    display: inline-block;
}
.breadcrumb-blue li:before {
    content: ">";
}
.breadcrumb-blue li:first-child:before {
    content: none;
}
.breadcrumb-blue a {
    color: #192B5D;
    transition: color 0.4s;
}
.breadcrumb-blue a:hover, .breadcrumb-blue a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.alert-success {
    margin-bottom: 20px;
    padding: 15px;
    background: #edfbf6;
    color: #32d296;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-success {
        font-size: 1rem;
    }
}

.alert-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #fef4f6;
    color: #f0506e;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-error {
        font-size: 1rem;
    }
}

.l-region-footer {
    position: relative;
    background-color: #192B5D;
    color: #FFF;
}
.l-region-footer h2,  .l-region-footer .block-title,  .l-region-footer .menu-title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
@media (min-width: 1230px) {
    .l-region-footer h2,  .l-region-footer .block-title,  .l-region-footer .menu-title {
        font-size: 1.125rem;
    }
}
.l-region-footer div.region-wrapper {
    z-index: 2;
    padding: 30px 30px 50px;
    position: relative;
}
@media (min-width: 1230px) {
    .l-region-footer div.region-wrapper {
        padding: 70px 15px 63px;
    }
}
.l-region-footer .top-footer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.l-region-footer .top-footer > img:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 30px;
}
@media (min-width: 1230px) {
    .l-region-footer .top-footer > img:not(:last-child) {
        margin-bottom: 0;
    }
}
.l-region-footer .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.social-links{
    float: inherit !important;
}
.l-region-footer .social-links .wur {
    margin-bottom: 15px;
}
@media (min-width: 1230px) {
    .l-region-footer .social-links .wur {
        margin-bottom: 0;
    }
}
.l-region-footer .social-links .wur > p {
    color: #FFF;
    font-size: 0.875rem;
    margin-bottom: 5px;
}
@media (min-width: 1230px) {
    .l-region-footer .social-links .wur > p {
        font-size: 0.875rem;
    }
}
.l-region-footer .social-links .social-icons > ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.l-region-footer .social-links .social-icons > ul li:not(:last-child) {
    margin-right: 3px;
}
.l-region-footer .block-block-groupfooter-menus {
    margin-bottom: 30px;
}
@media (min-width: 1230px) {
    .l-region-footer .block-block-groupfooter-menus {
        display: flex;
        margin-bottom: 40px;
        justify-content: space-between;
    }
    .l-region-footer .block-block-groupfooter-menus .block:not(:last-child) {
        padding-right: 20px;
    }
}
.l-region-footer .block-block-groupfooter-menus ul {
    list-style-type: none;
    padding: 0;
}
.l-region-footer .block-block-groupfooter-menus ul li {
    margin-bottom: 5px;
}
.l-region-footer .block-block-groupfooter-menus ul li a {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 1230px) {
    .l-region-footer .block-block-groupfooter-menus ul li a {
        font-size: 1rem;
    }
}
.l-region-footer .block-block-groupfooter-menus .content-footer-contact ul li {
    display: flex;
    align-items: flex-start;
}
.l-region-footer .block-block-groupfooter-menus .content-footer-contact ul li img {
    margin-right: 10px;
}
.l-region-footer .block-block-groupfooter-menus .content-footer-contact ul li .content p {
    margin-bottom: 3px;
}
.l-region-footer #block-policylinks ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.l-region-footer #block-policylinks ul li {
    position: relative;
}
.l-region-footer #block-policylinks ul li:not(:last-child) {
    margin-right: 5px;
    padding-right: 10px;
}
.l-region-footer #block-policylinks ul li:not(:last-child):after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: 0;
}
.l-region-footer #block-policylinks ul li a {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 1230px) {
    .l-region-footer #block-policylinks ul li a {
        font-size: 1rem;
    }
}
/*# sourceMappingURL=region-footer.css.map */


.list-unordered-black, .list-unordered-blue, .list-unordered-purple {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: none;
}

.btn-white, .btn-bordered-2, .btn-bordered, .btn-black, .btn-black-extra-big, .btn-black-big, .btn-blue-2, .btn-blue-2-big, .btn-blue-1, .btn-blue-1-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    transition: all 0.4s;
    cursor: pointer;
}
.btn-white > img, .btn-bordered-2 > img, .btn-bordered > img, .btn-black > img, .btn-black-extra-big > img, .btn-black-big > img, .btn-blue-2 > img, .btn-blue-2-big > img, .btn-blue-1 > img, .btn-blue-1-big > img {
    margin-left: 8px;
}
.active.btn-white, .active.btn-bordered-2, .active.btn-bordered, .active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .active.btn-blue-2, .active.btn-blue-2-big, .active.btn-blue-1, .active.btn-blue-1-big, .btn-white:focus, .btn-bordered-2:focus, .btn-bordered:focus, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-white:active, .btn-bordered-2:active, .btn-bordered:active, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-1:active, .btn-blue-1-big:active, .btn-white:hover, .btn-bordered-2:hover, .btn-bordered:hover, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover, .btn-blue-2:hover, .btn-blue-2-big:hover, .btn-blue-1:hover, .btn-blue-1-big:hover {
    text-decoration: none;
}

.btn-blue-1, .btn-blue-1-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #192B5D;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-blue-1, .active.btn-blue-1-big, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-blue-1:active, .btn-blue-1-big:active, .btn-blue-1:hover, .btn-blue-1-big:hover {
    color: #192B5D;
    background: white;
}

.btn-blue-1-big {
    padding: 8px 20px;
}

.btn-blue-2, .btn-blue-2-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #54C9D6;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-blue-2, .active.btn-blue-2-big, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-2:hover, .btn-blue-2-big:hover {
    color: #54C9D6;
    background: #FFF;
}

.btn-blue-2-big {
    padding: 8px 20px;
}

.btn-black, .btn-black-extra-big, .btn-black-big {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
    background: #54595F;
    border: 1.5px solid #54595F;
    padding: 8px 20px;
}
.active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover {
    color: #54595F;
    background: white;
}

.btn-black-big {
    padding: 8px 20px;
}

.btn-black-extra-big {
    font-size: 1.25rem;
    padding: 10px 45px;
}

.btn-bordered {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-bordered, .btn-bordered:focus, .btn-bordered:active, .btn-bordered:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.btn-bordered-2 {
    color: #54C9D6;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-bordered-2, .btn-bordered-2:focus, .btn-bordered-2:active, .btn-bordered-2:hover {
    color: #192B5D;
    border-color: #192B5D;
}

.btn-white {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #FFF;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-white, .btn-white:focus, .btn-white:active, .btn-white:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    position: relative;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.list-unordered-purple li:before {
    background: #192B5D;
}

.list-unordered-blue li:before {
    background: #192B5D;
}

.list-unordered-black li:before {
    background: #54595F;
}

.breadcrumb {
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb {
        font-size: 14px;
    }
}
.breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:before {
    content: ">";
}
.breadcrumb li:first-child:before {
    content: none;
}
.breadcrumb a {
    color: #FFF;
    transition: color 0.4s;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.breadcrumb-blue {
    background-color: transparent;
    color: #192B5D;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb-blue {
        font-size: 14px;
    }
}
.breadcrumb-blue ol, .breadcrumb-blue ul {
    list-style: none;
    padding: 0;
}
.breadcrumb-blue li {
    display: inline-block;
}
.breadcrumb-blue li:before {
    content: ">";
}
.breadcrumb-blue li:first-child:before {
    content: none;
}
.breadcrumb-blue a {
    color: #192B5D;
    transition: color 0.4s;
}
.breadcrumb-blue a:hover, .breadcrumb-blue a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.alert-success {
    margin-bottom: 20px;
    padding: 15px;
    background: #edfbf6;
    color: #32d296;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-success {
        font-size: 1rem;
    }
}

.alert-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #fef4f6;
    color: #f0506e;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-error {
        font-size: 1rem;
    }
}

.l-region-pre-footer .ref-block--tax-accreditations-token {
    margin-top: 115px;
}
@media (min-width: 1230px) {
    .l-region-pre-footer .ref-block--tax-accreditations-token {
        margin-top: 150px;
    }
}
.l-region-pre-footer .ref-block--tax-accreditations-token .field--name-field-c-title > h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 55px;
}
@media (min-width: 1230px) {
    .l-region-pre-footer .ref-block--tax-accreditations-token .field--name-field-c-title > h2 {
        margin-bottom: 25px;
    }
}
/*# sourceMappingURL=region-prefooter.css.map */


#block-eudemony-footersocial .social-share, .list-unordered-black, .list-unordered-blue, .list-unordered-purple {
    list-style: none;
    padding: 0;
    margin: 0;
}
#block-eudemony-footersocial .social-share li, .list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#block-eudemony-footersocial .social-share li:before, .list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: none;
}

.btn-white, .btn-bordered-2, .btn-bordered, .btn-black, .btn-black-extra-big, .btn-black-big, .btn-blue-2, .btn-blue-2-big, .btn-blue-1, .btn-blue-1-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    transition: all 0.4s;
    cursor: pointer;
}
.btn-white > img, .btn-bordered-2 > img, .btn-bordered > img, .btn-black > img, .btn-black-extra-big > img, .btn-black-big > img, .btn-blue-2 > img, .btn-blue-2-big > img, .btn-blue-1 > img, .btn-blue-1-big > img {
    margin-left: 8px;
}
.active.btn-white, .active.btn-bordered-2, .active.btn-bordered, .active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .active.btn-blue-2, .active.btn-blue-2-big, .active.btn-blue-1, .active.btn-blue-1-big, .btn-white:focus, .btn-bordered-2:focus, .btn-bordered:focus, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-white:active, .btn-bordered-2:active, .btn-bordered:active, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-1:active, .btn-blue-1-big:active, .btn-white:hover, .btn-bordered-2:hover, .btn-bordered:hover, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover, .btn-blue-2:hover, .btn-blue-2-big:hover, .btn-blue-1:hover, .btn-blue-1-big:hover {
    text-decoration: none;
}

.btn-blue-1, .btn-blue-1-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #192B5D;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-blue-1, .active.btn-blue-1-big, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-blue-1:active, .btn-blue-1-big:active, .btn-blue-1:hover, .btn-blue-1-big:hover {
    color: #192B5D;
    background: white;
}

.btn-blue-1-big {
    padding: 8px 20px;
}

.btn-blue-2, .btn-blue-2-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #54C9D6;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-blue-2, .active.btn-blue-2-big, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-2:hover, .btn-blue-2-big:hover {
    color: #54C9D6;
    background: #FFF;
}

.btn-blue-2-big {
    padding: 8px 20px;
}

.btn-black, .btn-black-extra-big, .btn-black-big {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
    background: #54595F;
    border: 1.5px solid #54595F;
    padding: 8px 20px;
}
.active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover {
    color: #54595F;
    background: white;
}

.btn-black-big {
    padding: 8px 20px;
}

.btn-black-extra-big {
    font-size: 1.25rem;
    padding: 10px 45px;
}

.btn-bordered {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-bordered, .btn-bordered:focus, .btn-bordered:active, .btn-bordered:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.btn-bordered-2 {
    color: #54C9D6;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-bordered-2, .btn-bordered-2:focus, .btn-bordered-2:active, .btn-bordered-2:hover {
    color: #192B5D;
    border-color: #192B5D;
}

.btn-white {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #FFF;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-white, .btn-white:focus, .btn-white:active, .btn-white:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    position: relative;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.list-unordered-purple li:before {
    background: #192B5D;
}

.list-unordered-blue li:before {
    background: #192B5D;
}

.list-unordered-black li:before {
    background: #54595F;
}

.breadcrumb {
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb {
        font-size: 14px;
    }
}
.breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:before {
    content: ">";
}
.breadcrumb li:first-child:before {
    content: none;
}
.breadcrumb a {
    color: #FFF;
    transition: color 0.4s;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.breadcrumb-blue {
    background-color: transparent;
    color: #192B5D;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb-blue {
        font-size: 14px;
    }
}
.breadcrumb-blue ol, .breadcrumb-blue ul {
    list-style: none;
    padding: 0;
}
.breadcrumb-blue li {
    display: inline-block;
}
.breadcrumb-blue li:before {
    content: ">";
}
.breadcrumb-blue li:first-child:before {
    content: none;
}
.breadcrumb-blue a {
    color: #192B5D;
    transition: color 0.4s;
}
.breadcrumb-blue a:hover, .breadcrumb-blue a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.alert-success {
    margin-bottom: 20px;
    padding: 15px;
    background: #edfbf6;
    color: #32d296;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-success {
        font-size: 1rem;
    }
}

.alert-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #fef4f6;
    color: #f0506e;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-error {
        font-size: 1rem;
    }
}

@media (min-width: 1230px) {
    #block-eudemony-footersocial .field--name-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
#block-eudemony-footersocial .social-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
@media (min-width: 1230px) {
    #block-eudemony-footersocial .social-left {
        margin-bottom: 0;
    }
}
#block-eudemony-footersocial .logo-ranking {
    display: inline-flex;
    flex-direction: column;
}
#block-eudemony-footersocial .logo-ranking span {
    display: block;
    color: white;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5625rem;
}
@media (min-width: 1230px) {
    #block-eudemony-footersocial .logo-ranking span {
        margin-bottom: 15px;
    }
}
#block-eudemony-footersocial .logo-ranking img {
    max-width: 107px;
}
@media (min-width: 1230px) {
    #block-eudemony-footersocial .logo-ranking img {
        max-width: 171px;
    }
}
#block-eudemony-footersocial .social-share {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}
#block-eudemony-footersocial .social-share li {
    line-height: 0;
    margin-right: 13px;
}
@media (min-width: 1230px) {
    #block-eudemony-footersocial .social-share li {
        margin-right: 4px;
    }
}
#block-eudemony-footersocial .social-share li:last-child {
    margin-right: 0;
}
#block-eudemony-footersocial .social-share li a {
    width: 25px;
    height: 25px;
    transition: all 0.4s;
    display: inline-block;
}
#block-eudemony-footersocial .social-share li a.telegram {
    background: url("/themes/eudemony/images/icons/telegram-white.svg") no-repeat center;
    background-size: contain;
}
#block-eudemony-footersocial .social-share li a.twitter {
    background: url("/themes/eudemony/images/icons/twitter-white.svg") no-repeat center;
    background-size: contain;
}
#block-eudemony-footersocial .social-share li a.facebook {
    background: url("/themes/eudemony/images/icons/facebook-white.svg") no-repeat center;
    background-size: contain;
}
#block-eudemony-footersocial .social-share li a.instagram {
    background: url("/themes/eudemony/images/icons/instagram-white.svg") no-repeat center;
    background-size: contain;
}
#block-eudemony-footersocial .social-share li a.linkedin {
    background: url("/themes/eudemony/images/icons/linkedin-white.svg") no-repeat center;
    background-size: contain;
}
#block-eudemony-footersocial .social-share li a.youtube {
    background: url("/themes/eudemony/images/icons/youtube-white.svg") no-repeat center;
    background-size: contain;
}
#block-eudemony-footersocial .social-share li a:hover, #block-eudemony-footersocial .social-share li a:focus {
    opacity: 0.8;
}
#block-eudemony-footersocial .social-share li a span {
    display: none;
}
@media (min-width: 1230px) {
    #block-eudemony-footersocial .social-share {
        margin-top: 0;
    }
}
/*# sourceMappingURL=block-footersocial.css.map */


.list-unordered-black, .list-unordered-blue, .list-unordered-purple {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: none;
}

.btn-white, .btn-bordered-2, .btn-bordered, .btn-black, .btn-black-extra-big, .btn-black-big, .btn-blue-2, .btn-blue-2-big, .btn-blue-1, .btn-blue-1-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    transition: all 0.4s;
    cursor: pointer;
}
.btn-white > img, .btn-bordered-2 > img, .btn-bordered > img, .btn-black > img, .btn-black-extra-big > img, .btn-black-big > img, .btn-blue-2 > img, .btn-blue-2-big > img, .btn-blue-1 > img, .btn-blue-1-big > img {
    margin-left: 8px;
}
.active.btn-white, .active.btn-bordered-2, .active.btn-bordered, .active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .active.btn-blue-2, .active.btn-blue-2-big, .active.btn-blue-1, .active.btn-blue-1-big, .btn-white:focus, .btn-bordered-2:focus, .btn-bordered:focus, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-white:active, .btn-bordered-2:active, .btn-bordered:active, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-1:active, .btn-blue-1-big:active, .btn-white:hover, .btn-bordered-2:hover, .btn-bordered:hover, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover, .btn-blue-2:hover, .btn-blue-2-big:hover, .btn-blue-1:hover, .btn-blue-1-big:hover {
    text-decoration: none;
}

.btn-blue-1, .btn-blue-1-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #192B5D;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-blue-1, .active.btn-blue-1-big, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-blue-1:active, .btn-blue-1-big:active, .btn-blue-1:hover, .btn-blue-1-big:hover {
    color: #192B5D;
    background: white;
}

.btn-blue-1-big {
    padding: 8px 20px;
}

.btn-blue-2, .btn-blue-2-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #54C9D6;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-blue-2, .active.btn-blue-2-big, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-2:hover, .btn-blue-2-big:hover {
    color: #54C9D6;
    background: #FFF;
}

.btn-blue-2-big {
    padding: 8px 20px;
}

.btn-black, .btn-black-extra-big, .btn-black-big {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
    background: #54595F;
    border: 1.5px solid #54595F;
    padding: 8px 20px;
}
.active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover {
    color: #54595F;
    background: white;
}

.btn-black-big {
    padding: 8px 20px;
}

.btn-black-extra-big {
    font-size: 1.25rem;
    padding: 10px 45px;
}

.btn-bordered {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-bordered, .btn-bordered:focus, .btn-bordered:active, .btn-bordered:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.btn-bordered-2 {
    color: #54C9D6;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-bordered-2, .btn-bordered-2:focus, .btn-bordered-2:active, .btn-bordered-2:hover {
    color: #192B5D;
    border-color: #192B5D;
}

.btn-white {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #FFF;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-white, .btn-white:focus, .btn-white:active, .btn-white:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    position: relative;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.list-unordered-purple li:before {
    background: #192B5D;
}

.list-unordered-blue li:before {
    background: #192B5D;
}

.list-unordered-black li:before {
    background: #54595F;
}

.breadcrumb {
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb {
        font-size: 14px;
    }
}
.breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:before {
    content: ">";
}
.breadcrumb li:first-child:before {
    content: none;
}
.breadcrumb a {
    color: #FFF;
    transition: color 0.4s;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.breadcrumb-blue {
    background-color: transparent;
    color: #192B5D;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb-blue {
        font-size: 14px;
    }
}
.breadcrumb-blue ol, .breadcrumb-blue ul {
    list-style: none;
    padding: 0;
}
.breadcrumb-blue li {
    display: inline-block;
}
.breadcrumb-blue li:before {
    content: ">";
}
.breadcrumb-blue li:first-child:before {
    content: none;
}
.breadcrumb-blue a {
    color: #192B5D;
    transition: color 0.4s;
}
.breadcrumb-blue a:hover, .breadcrumb-blue a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.alert-success {
    margin-bottom: 20px;
    padding: 15px;
    background: #edfbf6;
    color: #32d296;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-success {
        font-size: 1rem;
    }
}

.alert-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #fef4f6;
    color: #f0506e;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-error {
        font-size: 1rem;
    }
}

#block-eudemony-footercontact {
    color: #FFF;
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact {
        padding: 50px 0;
    }
}
#block-eudemony-footercontact > h2 {
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact > h2 {
        margin-bottom: 30px;
    }
}
#block-eudemony-footercontact .contact-info > div {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-left: 30px;
    margin-bottom: 35px;
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact .contact-info > div {
        margin-bottom: 15px;
    }
}
#block-eudemony-footercontact .contact-info > div:last-child {
    margin-bottom: 0;
}
#block-eudemony-footercontact .contact-info > div a {
    display: inline-block;
    color: #FFF;
    margin-left: 5px;
}
#block-eudemony-footercontact .contact-info .adress {
    background: url("/themes/eudemony/images/icons/mark-map.svg") no-repeat top 1px left 1px;
    background-size: 19px;
}
#block-eudemony-footercontact .contact-info .adress p {
    margin: 5px;
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact .contact-info .adress {
        background-position: top 3px left;
    }
}
#block-eudemony-footercontact .contact-info .phone {
    background: url("/themes/eudemony/images/icons/phone-icon.svg") no-repeat top 2px left;
    background-size: 19px;
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact .contact-info .phone {
        background-position: top 2px left;
    }
}
#block-eudemony-footercontact .contact-info .schedules {
    background: url("/themes/eudemony/images/icons/calendar-icon.svg") no-repeat top left;
    background-size: 19px;
}
#block-eudemony-footercontact .contact-info .mail {
    background: url("/themes/eudemony/images/icons/email-blue.svg") no-repeat top 3px left;
    background-size: 12px;
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact .contact-info .mail {
        background-position: top 6px left;
    }
}
@media (min-width: 1230px) {
    #block-eudemony-footercontact .contact-info {
        display: flex;
        justify-content: space-between;
    }
}
/*# sourceMappingURL=block-footercontact.css.map */


.menu--footer .menu, .list-unordered-black, .list-unordered-blue, .list-unordered-purple {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu--footer .menu li, .list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu--footer .menu li:before, .list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: none;
}

.btn-white, .btn-bordered-2, .btn-bordered, .btn-black, .btn-black-extra-big, .btn-black-big, .btn-blue-2, .btn-blue-2-big, .btn-blue-1, .btn-blue-1-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    transition: all 0.4s;
    cursor: pointer;
}
.btn-white > img, .btn-bordered-2 > img, .btn-bordered > img, .btn-black > img, .btn-black-extra-big > img, .btn-black-big > img, .btn-blue-2 > img, .btn-blue-2-big > img, .btn-blue-1 > img, .btn-blue-1-big > img {
    margin-left: 8px;
}
.active.btn-white, .active.btn-bordered-2, .active.btn-bordered, .active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .active.btn-blue-2, .active.btn-blue-2-big, .active.btn-blue-1, .active.btn-blue-1-big, .btn-white:focus, .btn-bordered-2:focus, .btn-bordered:focus, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-white:active, .btn-bordered-2:active, .btn-bordered:active, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-1:active, .btn-blue-1-big:active, .btn-white:hover, .btn-bordered-2:hover, .btn-bordered:hover, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover, .btn-blue-2:hover, .btn-blue-2-big:hover, .btn-blue-1:hover, .btn-blue-1-big:hover {
    text-decoration: none;
}

.btn-blue-1, .btn-blue-1-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #192B5D;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-blue-1, .active.btn-blue-1-big, .btn-blue-1:focus, .btn-blue-1-big:focus, .btn-blue-1:active, .btn-blue-1-big:active, .btn-blue-1:hover, .btn-blue-1-big:hover {
    color: #192B5D;
    background: white;
}

.btn-blue-1-big {
    padding: 8px 20px;
}

.btn-blue-2, .btn-blue-2-big {
    color: white;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #54C9D6;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-blue-2, .active.btn-blue-2-big, .btn-blue-2:focus, .btn-blue-2-big:focus, .btn-blue-2:active, .btn-blue-2-big:active, .btn-blue-2:hover, .btn-blue-2-big:hover {
    color: #54C9D6;
    background: #FFF;
}

.btn-blue-2-big {
    padding: 8px 20px;
}

.btn-black, .btn-black-extra-big, .btn-black-big {
    color: white;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
    background: #54595F;
    border: 1.5px solid #54595F;
    padding: 8px 20px;
}
.active.btn-black, .active.btn-black-extra-big, .active.btn-black-big, .btn-black:focus, .btn-black-extra-big:focus, .btn-black-big:focus, .btn-black:active, .btn-black-extra-big:active, .btn-black-big:active, .btn-black:hover, .btn-black-extra-big:hover, .btn-black-big:hover {
    color: #54595F;
    background: white;
}

.btn-black-big {
    padding: 8px 20px;
}

.btn-black-extra-big {
    font-size: 1.25rem;
    padding: 10px 45px;
}

.btn-bordered {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-bordered, .btn-bordered:focus, .btn-bordered:active, .btn-bordered:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.btn-bordered-2 {
    color: #54C9D6;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: transparent;
    border: 1.5px solid #54C9D6;
    padding: 4px 20px;
}
.active.btn-bordered-2, .btn-bordered-2:focus, .btn-bordered-2:active, .btn-bordered-2:hover {
    color: #192B5D;
    border-color: #192B5D;
}

.btn-white {
    color: #192B5D;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
    background: #FFF;
    border: 1.5px solid #192B5D;
    padding: 4px 20px;
}
.active.btn-white, .btn-white:focus, .btn-white:active, .btn-white:hover {
    color: #54C9D6;
    border-color: #54C9D6;
}

.list-unordered-black li, .list-unordered-blue li, .list-unordered-purple li {
    position: relative;
}
.list-unordered-black li:before, .list-unordered-blue li:before, .list-unordered-purple li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.list-unordered-purple li:before {
    background: #192B5D;
}

.list-unordered-blue li:before {
    background: #192B5D;
}

.list-unordered-black li:before {
    background: #54595F;
}

.breadcrumb {
    background-color: transparent;
    color: #FFF;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb {
        font-size: 14px;
    }
}
.breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:before {
    content: ">";
}
.breadcrumb li:first-child:before {
    content: none;
}
.breadcrumb a {
    color: #FFF;
    transition: color 0.4s;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.breadcrumb-blue {
    background-color: transparent;
    color: #192B5D;
    font-size: 12px;
}
@media (min-width: 1230px) {
    .breadcrumb-blue {
        font-size: 14px;
    }
}
.breadcrumb-blue ol, .breadcrumb-blue ul {
    list-style: none;
    padding: 0;
}
.breadcrumb-blue li {
    display: inline-block;
}
.breadcrumb-blue li:before {
    content: ">";
}
.breadcrumb-blue li:first-child:before {
    content: none;
}
.breadcrumb-blue a {
    color: #192B5D;
    transition: color 0.4s;
}
.breadcrumb-blue a:hover, .breadcrumb-blue a:focus {
    text-decoration: none;
    color: #54C9D6;
}

.alert-success {
    margin-bottom: 20px;
    padding: 15px;
    background: #edfbf6;
    color: #32d296;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-success {
        font-size: 1rem;
    }
}

.alert-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #fef4f6;
    color: #f0506e;
    font-size: 1rem;
}
@media (min-width: 1230px) {
    .alert-error {
        font-size: 1rem;
    }
}

.menu--footer .menu {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1230px) {
    .menu--footer .menu {
        justify-content: center;
    }
}
.menu--footer .menu li {
    line-height: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 6px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.menu--footer .menu li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.menu--footer .menu li a {
    color: #FFF;
    opacity: 0.5;
    font-size: 0.875rem;
    line-height: 0.9375rem;
}
/*# sourceMappingURL=menu-footer.css.map */
