* {
    color: #343a40;
    font-family: 'Istok Web', sans-serif;
    font-size: 20px;
    font-weight: 400;
    outline: none !important;
}

a {
    color: #e63329;
    text-decoration: none;
}

a:hover {
    color: #000;
}

body, html {
    height: 100%;
}

h5 {
    font-weight: 700;
}

p {
    line-height: 26px;
    margin-bottom: 26px;
}

.body-contact {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .body-contact {
        padding-top: 80px;
    }
}

.btn {
    border: none;
    border-radius: 1.25rem;
    font-size: 26px;
    font-weight: 700;
    padding: 13px 0;
}

.btn-back {
    background-image: url("/img/arrow-back.png");
    background-position: left 25px center;
    background-repeat: no-repeat;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 10px 0px #999;
    font-size: 20px;
    padding: 13px 35px 9px 50px;
}

.btn-primary {
    background-color: #343a40;
    width: 310px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #ef4035;
}

.btn-submit {
    background-color: #ef4035;
    border-radius: 1rem;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;
    width: 275px;
}

h2.line, .module-15 h1 {
    font-size: 54px;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
}

h2.line:after, .module-15 h1:after {
    content: ' ';
    background-color: #e63329;
    bottom: 0;
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 190px;
}

h2.line-white {
    color: #fff;
}

.btn-emergency {
    background-color: #fff;
    background-image: url("/img/icon-emergency.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
    border: 2px solid #cecece;
    border-radius: 0.85rem;
    color: #e73138;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 55px;
    text-transform: uppercase;
}

.btn-references {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 10px 0px #999;
    color: #e73138;
    font-size: 17px;
    font-weight: bold;
    width: 145px;
}

.card-jobs, .card-news {
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: relative;
}

.card-news .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}

.card-news .card-header .card-img-top {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.card-jobs .card-body {
    background-color: #ededed;
    border-radius: 2rem;
    padding: 30px 30px 75px 30px;
}

.card-news .card-body {
    background-color: #ededed;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 25px 40px 65px 40px;
}

.card-jobs:hover .card-body, .card-jobs-reverse .card-body, .card-news:hover .card-body {
    background-color: #343a40;
}

.card-jobs-reverse:hover .card-body {
    background-color: #ededed;
}

.card-jobs:hover .card-body {
    box-shadow: 0px 0px 10px 0px #999;
}

.card-jobs .card-body h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-jobs .card-body h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.card-jobs .card-body p {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.card-jobs:hover .card-body h3, .card-jobs:hover .card-body h4, .card-jobs:hover .card-body p, .card-jobs-reverse .card-body h3, .card-jobs-reverse .card-body h4, .card-jobs-reverse .card-body p {
    color: #fff;
}

.card-jobs-reverse:hover .card-body h3 {
    color: #e63329;
}

.card-jobs-reverse:hover .card-body h4, .card-jobs-reverse:hover .card-body p {
    color: #000;
}

.card-news .card-body h3 {
    font-size: 32px;
    font-weight: 700;
}

.card-news:hover .card-body h3, .card-news:hover .card-body p {
    color: #fff;
}

.card-partner p, .card-partner p * {
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.card-partner {
    border: 3px solid #eceef2;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    position: relative;
}

.card-partner:hover {
    border: 3px solid #e63329;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.card-partner:after {
    background-color: #fff;
    border: 3px solid #eceef2;
    border-radius: 50%;
    bottom: -37px;
    color: #343a40;
    cursor: pointer;
    display: block;
    font-size: 36px;
    font-weight: 700;
    height: 72px;
    left: 0;
    line-height: 72px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 72px;
}

.card-partner:after {
    content: '+';
}

.card-partner.open:after {
    content: '-';
}

.card-partner:hover:after {
    border: 3px solid #e63329;
    color: #e63329;
}

.card-partner-img {
    display: flex;
    height: 120px;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
    max-height: 120px;
    padding: 0 50px;
    width: 100%;
}

.card-partner-img:hover img {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.card-partner-img img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    max-height: 120px;
}

.card-partner-img picture {
    align-self: center;
}

.card-partner-text {
    /* min-height: 107px; */
    display: none;
    padding: 0 30px 55px 30px;
}

.col-bootstrap {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1550px;
}

.container-hero-home-scroll {
    bottom: 6.5%;
    position: absolute;
    text-align: center;
    width: calc(100% - 30px);
}

.container-gray {
    background-color: #f5f5f5;
}

.container-gray-0 {
    background-color: #f5f5f5;
}

.container-large {
    max-width: 1920px;
}

.container-medium {
    max-width: 1720px;
}

.container-white {
    background-color: #fff;
}

.container-fluid-footer {
    background-color: #ededed;
}

.container-fluid-footer-border {
    border-top: 1px solid #fff;
}

.container-fluid-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container-fluid-hero .overlay, .module-7 .overlay, .module-27 .overlay, .card-references .overlay {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-references .overlay {
    border-radius: 0.75rem;
}

.module-27 .overlay {
    background-color: rgba(0, 0, 0, 0.65);
}

.container-fluid-hero .container, .module-7 .container {
    z-index: 1;
}

.container-fluid-hero-content, .container-fluid-hero-map {
    height: 50vw;
    max-height: 908px;
    min-height: 240px;
}

.container-fluid-hero-content h1 {
    color: #fff;
    font-size: 110px;
    font-weight: 700;
    margin-bottom: 0;
}

.container-fluid-hero-home {
    height: 100%;
}

.container-fluid-hero-home h1 {
    color: #fff;
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 0;
}

.container-fluid-hero-content h2, .container-fluid-hero-home h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.container-fluid-spacer-0 {
    height: 75px;
}

.container-fluid-spacer-1 {
    height: 100px;
}

.container-fluid-spacer-2 {
    height: 125px;
}

.container-fluid-spacer-gray {
    background-color: #f5f5f5;
}

.img-max {
    min-width: 100%;
}

.jssocials-share-link {
    background-color: #e63329 !important;
}

.jssocials-share-link:hover {
    background-color: #000 !important;
}

.jssocials-share-logo {
    color: #fff;
    font-size: 36px !important;
}

.logo-white {
    left: 0;
    opacity: 0;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    position: absolute;
    top: 0;
    transition: opacity 500ms ease-out;
}

.module-1 .card {
    background-color: #efefef;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    height: 450px;
    position: relative;
}

.module-1 .card:hover {
    box-shadow: 0px 0px 10px 0px #999;
}

.module-1 .card-body {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    height: 140px;
    padding-bottom: 0;
    padding-top: 35px;
}

.module-1 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.module-1 .card-details {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 310px;
}

.module-1 .card-details img {
    padding-bottom: 30px;
}

.module-1 .card-details-description {
    display: none;
    height: 255px;
    left: 50px;
    padding-right: 35px;
    position: absolute;
    top: 120px;
    width: calc(100% - 75px);
}

.module-1 .card-details-description p, .module-1 .card-details-description p *, .module-1 .card-details-description ul li {
    font-size: 18px;
    line-height: 24px;
}

.module-1 .card-more, .card-jobs .card-more, .card-news .card-more {
    background-color: #efefef;
    bottom: 0;
    left: 50%;
    padding: 20px 50px 0px 50px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}

.application-documents h3 {
    font-size: 28px;
    font-weight: 700;
}

.card-jobs .card-more {
    padding: 25px 30px 0px 30px;
}

.card-news .card-more {
    padding: 0;
}

.module-1 .card:after, .card-jobs:after, .card-news:after {
    background-color: #efefef;
    bottom: -21px;
    border-radius: 2rem;
    content: '';
    height: 82px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 190px;
    z-index: 0;
}

.card-jobs-reverse:after {
    background-color: #343a40;
}

.card-jobs:after {
    width: 132px;
}

.module-1 .card:hover:after, .card-jobs:hover:after {
    box-shadow: 0px 0px 10px 0px #999;
}

.card-jobs:hover:after {
    background-color: #343a40;
}

.card-jobs-reverse:hover:after {
    background-color: #efefef;
}

.card-news:hover:after {
    background-color: #343a40;
}

.card-references {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid #ececec;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 75px 45px;
    position: relative;
    width: 100%;
}

.card-references .card-references-details {
    background-color: #ededed;
    border-radius: 2rem;
    box-shadow: 0px 0px 10px 0px #999;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    visibility: hidden;
    z-index: 1;
}

.card-references .card-references-details {
    padding: 0px 15px;
}

.card-references .card-references-details h3 {
    font-size: 36px;
    font-weight: 700;
}

.card-references .card-references-details p, .card-references .card-references-details p *, .card-references .card-references-details ul * {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}

.card-references .card-references-details ul li {
    margin-bottom: 0;
}

.card-references .card-references-img {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    max-height: 100px;
    width: 100%;
    z-index: 1;
}

.card-references-img img {
    align-self: center;
    max-height: 100px;
}

.card-references .card-references-img h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.col-card-references {
    padding-left: 7px;
    padding-right: 7px;
}

.module-1 .btn-more, .card-jobs .btn-more, .card-news .btn-more, .btn-all, .btn-parallax {
    background-color: #fff;
    border-radius: 0.85rem;
    box-shadow: 0px 0px 10px 0px #999;
    font-size: 20px;
    font-weight: bold;
    padding: 11px .75rem;
    width: 150px;
}

.card-jobs .btn-more {
    font-size: 32px;
    padding: 0 .75rem;
    width: 90px;
}

.card-jobs:hover .card-more, .card-news:hover .card-more {
    background-color: #343a40;
}

.card-jobs-reverse .card-more {
    background-color: #343a40;
}

.card-jobs-reverse:hover .card-more {
    background-color: #efefef;
}

.btn-all {
    height: auto;
    line-height: normal;
    padding: 15px 45px;
    width: auto;
}

.btn-parallax {
    box-shadow: none;
    font-size: 26px;
    padding: 14px 70px;
    width: auto;
}

.container-form {
    background-color: #efefef;
    border-radius: 1rem;
    padding: 80px;
}

.fancybox-button svg path {
    color: #fff;
}

.form-eglin #apprenticeship {
    appearance: none;
    background-image: url("/img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 20px 12px;
    font-weight: 700;
    padding-right: 60px;
}

.form-eglin [type="file"] {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}

.form-eglin [type="file"] + label span {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 10px 0px #999;
    color: #e63329;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    padding: 8px 0;
    text-align: center;
    width: 260px;
}

.form-eglin [type="file"]:focus + label span, .form-eglin [type="file"] + label:hover span {
    background-color: #e63329;
    color: #fff;
    cursor: pointer;
}

.form-eglin [type="file"] + label * {
    pointer-events: none;
}

.form-eglin .form-check-input {
    border-radius: 0;
    height: 1.5em;
    margin-top: 0.1em;
    width: 1.5em;
}

.form-eglin .form-check-input:checked {
    background-color: #e63329;
    border-color: #e63329;
}

.form-eglin .form-control {
    border: none;
    border-radius: 0;
    font-size: 28px;
    height: calc(1.5em + .75rem + 6px);
}

.form-eglin .form-control::placeholder {
    color: #838383;
}

.form-eglin textarea.form-control {
    height: auto;
}

.form-eglin .label-privacy, .form-eglin .label-privacy a {
    font-size: 24px;
}

.form-eglin .form-check {
    padding-left: 2.25em;
}

.form-eglin .form-check .form-check-input {
    margin-left: -2.25em;
}

.form-eglin select {
    appearance: none;
    background-image: url("/img/dropdown-down.png");
    background-repeat: no-repeat;
    background-position: right 25px center;
    font-weight: 700;
    padding-right: 60px;
}

.text-application p, .text-application p span {
    font-weight: 700;
    margin-bottom: 0;
}

.text-application p span {
    color: #e63329;
}

.img-reference {
    max-height: 220px;
    max-width: 220px;
}

.modal-eglin {
    background-color: #e63329;
}

#modal-consulting .modal-eglin h2, #modal-consulting .modal-eglin h3 {
    color: #fff;
    text-align: left;
}

#modal-consulting .modal-eglin h3 {
    font-size: 28px;
}

#modal-consulting .modal-body, #modal-emergency .modal-body {
    border-radius: 0.75rem;
    padding: 0;
}

#modal-consulting .modal-content, #modal-emergency .modal-content {
    border: none;
    border-radius: 1rem;
}

#modal-consulting .modal-dialog, #modal-emergency .modal-dialog {
    max-width: 980px;
}

#modal-consulting h2, #modal-emergency h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#modal-consulting .modal-white h2 {
    font-size: 36px;
    text-align: left;
}

#modal-consulting p, #modal-consulting p *, #modal-emergency p, #modal-emergency p * {
    font-size: 18px;
}

#modal-consulting .modal-close, #modal-emergency .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.modal-white .nav-support .nav-item:first-child .nav-link {
    background-image: url("/img/support-phone-red.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}

.nav-support .nav-item:first-child .nav-link {
    font-size: 48px;
    font-weight: 700;
}

.form-consulting .form-control {
    background-color: #eaeef1;
}

.form-consulting .form-control {
    border: none;
    border-radius: 0;
    color: #343a40 !important;
    font-size: 20px;
    font-weight: 700;
    height: calc(1.5em + .75rem + 11px);
}

.form-consulting .form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-consulting .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0;
    background-color: #eaeef1;
    border: none;
}

.form-consulting .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23e63329' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-consulting .form-check .form-check-input {
     margin-left: -1.75em;
}

.form-consulting .form-check {
    padding-left: 1.75em;
}

.modal-white .nav-support .nav-item .nav-link {
    color: #e63329;
}

.module-1 .card:hover .btn-more, .card-jobs:hover .btn-more, .card-news:hover .btn-more, .btn-all:hover, .btn-parallax:hover {
    color: #e63329;
}

.module-4 {
    padding-bottom: 145px;
    padding-top: 145px;
    position: relative;
}

.module-4 .background {
    background-color: #e63329;
    height: 100%;
    position: absolute;
    left: 0;
    transform: skewY(-1.5deg);
    top: 0;
    width: 100%;
}

.module-4 .container {
    z-index: 1;
}

.module-4 h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.module-4 p, .module-4 p *, .module-4 ul li {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.module-4 .btn {
    background-color: #fff;
    border-radius: 1.25rem;
    color: #e63329;
    font-size: 26px;
    font-weight: 700;
    line-height: 66px;
    padding: 0 45px;
}

.module-5 p, .module-5 p *, .module-5 ul li {
    font-size: 24px;
    line-height: 32px;
}

.module-6 .collapsable {
    background-color: #ededed;
    background-image: url("/img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 35px top 35px;
    border-radius: 1.25rem;
    cursor: pointer;
    padding: 25px 45px;
}

.module-6 .collapsable[aria-expanded="true"] {
    background-image: url("/img/arrow-up.png");
}

.module-6 .collapsable h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.module-7 {
    height: 75vw;
    max-height: 1185px;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.module-7:before {
    background-color: #fff;
    content: '';
    display: block;
    height: calc(16.25vh);
    left: 0;
    position: absolute;
    top: calc(-9vh);
    width: 100%;
    transform: skew(0deg, -4.1deg);
    z-index: 1;
}

.module-7.skew-me:after {
    background-color: #fff;
    bottom: calc(-9vh);
    content: '';
    display: block;
    height: calc(16.25vh);
    left: 0;
    position: absolute;
    width: 100%;
    transform: skew(0deg, -4.1deg);
    z-index: 1;
}

.module-7-gray.skew-me:after {
    background-color: #f5f5f5;
}

.module-7 h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
}

.module-7 p {
    color: #fff;
    font-size: 60px;
}

.module-9 .slick, .module-20 .slick {
    padding-left: 29px;
    padding-right: 29px;
}

.module-9 .slick-list {
    padding-bottom: 21px;
}

.module-20 .slick-list {
    padding-bottom: 35px;
    padding-top: 10px;
}

.module-10 .row-animation {
    height: auto;
}

.module-10 .row-animation .container {
    height: 100%;
}

.module-10 .animation {
    height: 0;
    overflow: hidden;
    padding-bottom: 59.375%;
    position: relative;
    width: 100%;
}

.module-10 .and {
    height: 127px;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
    position: absolute;
    top: 50%;
    width: 127px;
    z-index: 3;
}

.module-10 .left {
    background-color: #e63329;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.module-10 .container h3 {
    display: block;
    left: 25%;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module-10 .container h3 a {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.module-10 .container h3.right-title {
    left: 75%;
}

.module-10 .right {
    background-color: #343a40;
    bottom: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: clip-path .28s ease-in-out;
    z-index: 2;
}

.module-10 .left .particles, .module-10 .right .particles {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.module-10 .right .particles {
    left: 50%;
}

.particles .sx-particle-slider {
    height: 100%;
}

.particles-text {
    pointer-events: none;
}

.module-10 .focus-left .left .particles {
    filter: blur(0) !important;
}

.module-10 .focus-left .right .particles {
    filter: blur(2px) !important;
}

.module-10 .focus-right .right .particles {
    filter: blur(0) !important;
}

.module-10 .focus-right .left .particles {
    filter: blur(2px) !important;
}

.module-11 .pagination li:not(:first-child) {
    margin-left: 7px;
}

.module-11 .pagination li a {
    background-color: #ededed;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.module-11 .pagination li a.previous, .module-11 .pagination li a.previous:hover, .module-11 .pagination li a.next, .module-11 .pagination li a.next:hover  {
    background-color: #fff;
    background-image: url("/img/slick-left.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.module-11 .pagination li a.next, .module-11 .pagination li a.next:hover  {
    background-image: url("/img/slick-right.png");
}

.module-11 .pagination li a:hover, .module-11 .pagination li a.current {
    background-color: #e63329;
    color: #fff;
}

.module-12 .milestone {
    background-color: #ededed;
    border-radius: 1rem;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    height: 125px;
    line-height: 125px;
    text-align: center;
    width: 125px !important;
}

.module-12 .milestone.active, .module-12 .milestone:hover {
    background-color: #343a40;
    color: #fff;
}

.module-12 .milestone-line {
    background-color: #343a40;
    bottom: 0;
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.module-12 .milestone-min {
    height: 20vw;
    max-height: 250px;
}

.module-12 .slick {
    padding-left: 30px;
    padding-right: 30px;
}

.module-12 .slick .slick-track .slick-slide {
    display: flex;
    justify-content: center;
}

.module-12 .milestone-box {
    background-color: #ededed;
    border-radius: 1rem;
    padding: 50px;
}

.module-12 .milestone-box p, .module-12 .milestone-box p a {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0;
    text-align: center;
    z-index: 1;
}

.module-12 .milestone-box p a:hover {
    color: #000;
}

.module-12 .year {
    color: #fff;
    font-size: 20vw;
    font-weight: 700;
    position: absolute;
    text-align: center;
    width: 100%;
}

.module-13 .slick {
    padding-left: 36px;
    padding-right: 36px;
}

.module-13 .slick .slick-list {
    padding-bottom: 250px;
    margin-bottom: -250px;
    padding-top: 250px;
    margin-top: -250px;
}

.module-14 .collapse-flex {
    display: flex;
    justify-content: center;
}

.module-14 .collapse-box {
    border: 2px solid #f0eeed;
    border-radius: 1rem;
    padding: 0 40px 0 40px;
}

.module-14 .collapse-box h3 {
    background-image: url("/img/arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 25px 0 25px 0;
}

.module-14 .collapse-box h3[aria-expanded="true"] {
    background-image: url("/img/arrow-up.png");
}

.module-14 .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.module-14 .card .card-body {
    background-color: #ededed;
    border-radius: 2rem;
    padding: 50px 20px 10px 20px;
}

.module-14 .card h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.module-14 .card h5 {
    color: #e63329;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.module-14 .card p, .module-14 .card p a {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.module-14 .card h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}

.module-14 .card h7 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 4px;
}

.module-15 h1 {
    font-size: 60px;
    text-align: center;
    padding-bottom: 26px;
}

.module-15 h2, .module-5 h3 {
    font-size: 32px;
    font-weight: 700;
}

.module-5 h3 {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 26px;
    position: relative;
}

.module-5 h3:after {
    background-color: #e63329;
    content: ' ';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 57px;
    width: 100px; }


.module-15 p, .module-15 p *, .module-15 ul li {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 38px;
}

.module-21 p, .module-21 p *, .module-21 ul li {
    font-size: 30px;
}

.module-23 .background-references {
    background-image: url("/img/background-references.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.module-23 .nav-references .nav-item {
    line-height: 82px;
}

.module-23 .nav-references .nav-item .nav-link {
    padding: 0;
}

.module-23 .padding-top {
    padding-bottom: 30px;
    padding-top: 30px;
}

.module-23 .references-icon-2, .module-23 .references-icon-3 {
    visibility: hidden;
}

.module-23 .references-link {
    color: #343a40;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.module-23 .references-link:hover, .module-23 .references-link.active {
    color: #e63329;
}

.module-23 .references-text-2, .module-23 .references-text-3 {
    display: none;
}

.module-24 {
    margin-top: calc(120px + 0.5rem);
}

.module-24 h2 {
    color: #e63329;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.module-24 p:last-child {
    margin-bottom: 0;
}

.module-24 .profile-picture {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-top: -120px;
    max-height: 235px;
    max-width: 235px;
}

.module-26 .slick {
    padding-left: 27px;
    padding-right: 27px;
}

.module-26 .slick .slick-list {
    padding-top: 15px;
    padding-bottom: 36px;
}

.module-26 .slick .col {
    padding-left: 9px;
    padding-right: 9px;
}

.module-27 p, .module-27 p *, .module-27 ul li {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 36px;
    padding: 0 5vw;
}

.module-30 .job-details {
    background-color: #eaeef1;
    padding: 10px 15px;
}

.module-32 {
    position: relative;
    transform: skewY(-1.5deg);
}

.module-32 .background {
    background-color: #e63329;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.module-32 .container {
    z-index: 1;
}

.module-32 h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.module-32 h2:after {
    background-color: #fff;
    bottom: 0;
    content: ' ';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 200px;
}

.module-32 p, .module-32 p * {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.module-32 h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.module-32 h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.module-32 h4, .module-32 h7 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.module-32 .container-skew {
    transform: skewY(1.5deg);
}

.module-32 .btn {
    background-color: #fff;
    border-radius: .5rem;
    color: #e63329;
    font-size: 24px;
    padding: 10px 15px;
}

.module-32 .btn:hover {
    color: #000;
}

.module-32 .btn img {
    max-height: 30px;
}

@media (max-width: 767px) {
    .module-32 h2 {
        font-size: 26px;
    }

    .module-32 h2:after {
        width: 100px;
    }

    .module-32 p, .module-32 p * {
        font-size: 22px;
    }

    .module-32 h3 {
        font-size: 20px;
    }

    .module-32 h6 {
        font-size: 18px;
    }

    .module-32 h4, .module-32 h7 {
        font-size: 18px;
    }

    .module-32 .btn img {
        max-height: 25px;
    }
}

.navbar {
    box-shadow: 0 3px 3px rgb(0 0 0 / 25%);
    padding-bottom: 18px;
    padding-top: 18px;
}

.navbar:not(.home-fade) {
    background-color: #fff;
}

.navbar.home {
    background-color: transparent;
    box-shadow: none;
}

.navbar.home .logo-white {
    opacity: 1;
}

.navbar.home .btn-emergency {
    background-color: transparent;
    background-image: url("/img/icon-emergency-white.png");
    color: #fff;
}

.navbar .navbar-brand {
    margin-right: 0;
    position: relative;
}

.navbar-collapse {
    position: relative;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #e63329 !important;
}

.navbar.home .navbar-toggler {
    border-color: rgba(255, 255, 255, 1);
}

.navbar.home .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-emergency .nav-item .nav-link {
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    padding-left: 60px;
}

.nav-emergency .nav-item:first-child .nav-link {
    background-image: url("/img/emergency-phone.png");
}

.nav-footer a {
    color: #000;
    font-size: 18px;
}

.nav-footer a:hover {
    color: #e63329;
}

.nicescroll-cursors {
    box-sizing: content-box;
    padding-left: 4px;
    padding-right: 4px;
    left: 4px;
}

.nicescroll-rails {
    right: 4px !important;
}

.slick .slick-list {
    display: flex;
}

.slick .slick-track {
    display: flex;
    flex-basis: auto;
}

.slick-prev, .slick-next {
    height: 44px;
    width: 46px;
}

.slick-next:before, .slick-prev:before {
    content: '';
}

.slick-next, .slick-next:hover {
    background-image: url("/img/slick-right.png") !important;
    right: 16px;
}

.slick-prev, .slick-prev:hover {
    background-image: url("/img/slick-left.png") !important;
    left: 16px;
    z-index: 1;
}

.subnav {
    bottom: -74px;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
}

.subnav ul {
    background-color: #fff;
    box-shadow: 0 4px 5px -2px #999;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 0 45px 19px 45px;
}

.home .subnav ul {
    background-color: transparent;
    box-shadow: none;
}

.subnav .nav-item {
    margin-left: 12.5px;
    margin-right: 12.5px;
}

.subnav .nav-link {
    border: 1px solid #c1c1c1;
    border-radius: 2rem;
    color: #343a40;
    font-weight: 700;
    padding: 3px 20px !important;
}

.home .subnav .nav-link {
    background-color: #f0eeec;
}

.subnav .nav-link:hover, .subnav .nav-link.active {
    color: #e63329;
}

@media (max-width: 1599px) {
    .module-10 .container h3 a {
        font-size: 42px;
    }
}

@media (min-width: 1400px) {
    .navbar-nav .nav-item {
        margin-left: 12.5px;
        margin-right: 12.5px;
    }

    .navbar-nav .nav-link {
        border: 1px solid #c1c1c1;
        border-radius: 2rem;
        color: #343a40 !important;
        font-size: 22px;
        font-weight: 700;
        padding: 9px 20px !important;
    }

    .navbar.home .navbar-nav .nav-link {
        background-color: #f0eeec;
    }

    .module-12 .year {
        font-size: 294px;
    }
}

@media (max-width: 1399px) {
    .container-fluid-hero-content .title-middle {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .container-fluid-hero-content .title-middle {
        padding-top: 80px;
    }
}

@media (max-width: 1399px) {
    .dropdown-menu {
        border: none;
        border-radius: 0;
        display: block;
        margin-top: 5px;
        padding-top: 0;
    }

    .dropdown-item {
        font-size: 18px;
        padding-left: 0;
    }

    .dropdown-item:hover, .dropdown-item.active {
        background-color: transparent;
        color: #e63329;
    }

    .navbar .nav-link {
        border-bottom: 1px solid #ccc;
        color: #000 !important;
        font-weight: 700;
    }

    .navbar .nav-link:not(.nav-children) {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .module-10 .focus-left .right {
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 80% 100%) !important;
    }

    .module-10 .focus-right .right {
        clip-path: polygon(80% 0, 100% 0, 100% 100%, 20% 100%)!important;
    }
}

@media (max-width: 1199px) {
    .module-10 .left .particles, .module-10 .right .particles {
        width: 100%;
    }

    .module-10 .right .particles {
        left: 0;
    }

    .module-10 .animation {
        padding-bottom: 160%;
    }

    .module-10 .left {
        bottom: 50%;
    }

    .module-10 .left-link {
        bottom: 50%;
        right: 0;
    }

    .module-10 .right {
        clip-path: none;
        top: 50%;
    }

    .module-10 .right-link {
        left: 0;
        top: 50%;
    }

    .module-10 .container h3 {
        left: 50%;
    }

    .module-10 .container h3.right-title {
        left: 50%;
    }
}

@media (min-width: 992px) {
    .container-fluid-footer .btn-emergency {
        margin-left: 210px;
    }

    #modal-consulting .modal-body {
        background-image: url("/img/bg-consulting.gif");
        background-position: center center;
        background-repeat: repeat-y;
    }

    #modal-emergency .modal-body {
        background-image: url("/img/bg-emergency.gif");
        background-position: center center;
        background-repeat: repeat-y;
    }

    .nav-footer {
        float: right;
    }
}

@media (max-width: 991px) {
    .application-documents h3 {
        font-size: 22px;
    }

    .btn-submit {
        background-color: #ef4035;
        border-radius: 1rem;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        padding: 10px 0;
        width: 220px;
    }

    .container-form {
        padding: 45px 25px;
    }

    .form-eglin .label-privacy, .form-eglin .label-privacy a {
        font-size: 20px;
    }

    .form-eglin .form-check-input {
        height: 1.25em;
        width: 1.25em;
    }

    .form-eglin [type="file"] + label span {
        font-size: 20px;
        width: 200px;
    }

    .form-eglin .form-control {
        font-size: 20px;
        height: calc(1.5em + .75rem + 2px);
    }

    .module-7 h2 {
        font-size: 72px;
    }

    .module-7 p {
        color: #fff;
        font-size: 40px;
    }

    .module-21 p, .module-21 p *, .module-21 ul li {
        font-size: 26px;
    }

    #modal-consulting .modal-eglin {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .play-button {
        max-width: 70px;
    }

    #modal-emergency .modal-eglin {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

@media (max-width: 767px) {
    * {
        font-size: 16px;
    }

    h2.line, .module-15 h1 {
        font-size: 32px;
        padding-bottom: 10px;
        text-align: center;
    }

    h2.line:after, .module-15 h1:after {
        height: 3px;
        width: 100px;
    }

    p {
        line-height: 21px;
        margin-bottom: 21px;
    }

    .application-documents h3 {
        font-size: 20px;
    }

    .btn {
        font-size: 15px;
    }

    .btn-all, .btn-parallax {
        padding: 10px 45px;
    }

    .btn-primary {
        width: 140px;
    }

    .card-jobs .btn-more {
        font-size: 24px;
    }

    .card-jobs:after {
        height: 62px;
    }

    .card-jobs .card-body h3 {
        font-size: 24px;
    }

    .card-jobs .card-body h4 {
        font-size: 16px;
    }

    .card-news .card-body {
        padding: 20px 15px 45px 15px;
    }

    .card-news .card-body h3 {
        font-size: 20px;
    }

    .card-references .card-references-details h3 {
        font-size: 26px;
    }

    .card-references .card-references-details p, .card-references .card-references-details p *, .card-references .card-references-details ul * {
        font-size: 16px;
    }

    .card-references .card-references-img h2 {
        font-size: 24px;
    }

    .container-fluid-hero-content h1 {
        font-size: 36px;
    }

    .container-fluid-hero-home h1, .container-fluid-hero-home h1 span {
        font-size: 72px;
    }

    .container-fluid-hero-content h2, .container-fluid-hero-home h2 {
        font-size: 32px;
    }

    .container-fluid-spacer-0 {
        height: 35px;
    }

    .container-fluid-spacer-1 {
        height: 45px;
    }

    .container-fluid-spacer-2 {
        height: 55px;
    }

    .container-form {
        padding: 25px 15px;
    }

    .dropdown-item {
        font-size: 17px;
    }

    .form-eglin .label-privacy, .form-eglin .label-privacy a {
        font-size: 16px;
    }

    .form-eglin .form-check-input {
        height: 1em;
        width: 1em;
    }

    .form-eglin .form-check {
        padding-left: 1.5em;
    }

    .form-eglin .form-check .form-check-input {
        margin-left: -1.5em;
    }

    .form-eglin [type="file"] + label span {
        font-size: 18px;
        width: 200px;
    }

    .form-eglin .form-control {
        font-size: 16px;
        height: calc(1.5em + .75rem + 2px);
    }

    .jssocials-share-logo {
        font-size: 26px !important;
    }

    .logo, .logo-white img {
        max-width: 200px;
    }

    #modal-consulting h2, #modal-emergency h2 {
        font-size: 32px;
    }

    #modal-consulting .modal-eglin h3 {
        font-size: 20px;
    }

    #modal-emergency p, #modal-emergency p * {
        font-size: 16px;
    }

    .form-consulting .form-control {
        font-size: 18px;
        height: calc(1.5em + .75rem + 2px);
    }

    #modal-consulting .modal-white h2 {
        font-size: 28px;
    }

    .modal-white .nav-support .nav-item:first-child .nav-link {
        background-size: 30px 30px;
        padding-left: 45px;
    }

    .nav-support .nav-item:first-child .nav-link {
        font-size: 30px;
    }

    .module-1 h3 {
        font-size: 26px;
    }

    .module-1 .card {
        height: 400px;
    }

    .module-1 .card-details-description {
        height: 205px;
        left: 25px;
        top: 120px;
        width: calc(100% - 35px);
    }

    .module-1 .card-details-description p, .module-1 .card-details-description p *, .module-1 .card-details-description ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .module-1 .card-more, .card-jobs .card-more, .card-news .card-more {
        padding: 30px 50px 0px 50px;
    }

    .module-1 .btn-more, .card-news .btn-more {
        font-size: 16px;
        width: 100px;
    }

    .module-1 .card:after, .card-jobs:after, .card-news:after {
        width: 140px;
    }

    .module-4 {
        padding-bottom: 75px;
        padding-top: 75px;
    }

    .module-4 h2 {
        font-size: 32px;
    }

    .module-4 p, .module-4 p *, .module-4 ul li {
        font-size: 18px;
    }

    .module-4 .btn {
        font-size: 18px;
        line-height: 48px;
    }

    .module-5 h3 {
        font-size: 20px !important;
        margin-bottom: 13px;
    }

    .module-5 h3:after {
        top: 32px;
        width: 60px;
    }

    .module-5 p, .module-5 p *, .module-5 ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .module-6 .collapsable {
        background-position: right 20px top 27px;
        background-size: 22px 14px;
        padding: 20px 25px;
    }

    .module-6 .collapsable h3 {
        font-size: 24px;
    }

    .module-7 h2 {
        font-size: 38px;
    }

    .module-7 p {
        color: #fff;
        font-size: 26px;
    }

    .module-9 .slick {
        padding-left: 0;
        padding-right: 0;
    }

    .module-10 .and {
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        width: 50px;
    }

    .module-10 .container h3 a {
        font-size: 28px;
    }

    .module-12 .milestone-box {
        padding: 15px;
    }

    .module-14 .collapse-box {
        padding: 0 15px 0 15px;
    }

    .module-14 .collapse-box h3 {
        background-size: 22px 14px;
        font-size: 22px;
        padding: 15px 0 15px 0;
    }

    .module-14 .card h4 {
        font-size: 22px;
    }

    .module-14 .card h5 {
        font-size: 22px;
    }

    .module-14 .card p, .module-14 .card p a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 26px;
    }

    .module-14 .card h6 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .module-14 .card h7 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .module-15 p, .module-15 p *, .module-15 ul li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .module-15 h2, .module-5 h3 {
        font-size: 24px;
    }

    .module-21 p, .module-21 p *, .module-21 ul li {
        font-size: 18px;
    }

    .module-23 .col-background {
        background-image: url("/img/background-references.png");
        background-position: left 38px top;
        background-repeat: repeat-y;
        padding-left: 101px;
    }

    .module-23 .nav-references .nav-item {
        line-height: 56px;
    }

    .module-23 .nav-references .nav-item .nav-link {
        font-size: 20px;
    }

    .module-23 .padding-top {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .module-23 .references-icon img {
        max-width: 56px;
    }

    .module-27 p, .module-27 p *, .module-27 ul li {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
        padding: 0 0;
    }

    .navbar .nav-link {
        font-size: 18px;
    }

    .nav-emergency .nav-item .nav-link {
        font-size: 32px;
        padding-left: 45px;
    }

    .nav-emergency .nav-item:first-child .nav-link {
        background-size: 30px 30px;
    }

    .play-button {
        max-width: 35px;
    }

    .slick-dots {
        bottom: -35px;
    }

    .slick-dots li.slick-active button:before {
        color: #e63329;
    }

    .slick-dots li button:before {
        color: #ededed;
        font-size: 15px;
        opacity: 1;
    }
}

@media (min-width: 576px) {
    #modal-emergency {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .module-12 .milestone {
        font-size: 26px;
        height: 100px;
        line-height: 100px;
        width: 100px !important;
    }

    .module-12 .milestone-box p, .module-12 .milestone-box p a {
        font-size: 20px;
        line-height: 24px;
    }

    #modal-emergency h2 {
        padding-left: 45px;
        padding-right: 45px;
    }
}