/* BRAND COLORS */
:root {
     --black-primary: #000000;
     --black-900: #111111;
     --black-100: #F7F8F9;
     --white: #ffffff;
     --yellow-800: #D1AA63;
     --deep-blue-950: #001A31;
     --deep-blue-900: #00213F;
     --deep-blue-800: #142E50;
     --deep-blue-700: #203E63;
     --deep-blue-600: #2F4F76;
     --deep-blue-500: #426389;
     --deep-blue-400: #59789C;
     --deep-blue-300: #738FB0;
     --deep-blue-200: #9FB4CB;
     --deep-blue-100: #BCCBDC;
     --deep-blue-50: #DCE5EF;
     
     --brand-black-primary: var(--black-primary);
     --brand-black-900: var(--black-900);
     --brand-lightgrey: var(--black-100);
     --brand-white: var(--white);
     --brand-yellow: var(--yellow-800);
     --brand-blue-950: var(--deep-blue-950);
     --brand-blue-900: var(--deep-blue-900);
     --brand-blue-800: var(--deep-blue-800);
     --brand-blue-700: var(--deep-blue-700);
     --brand-blue-600: var(--deep-blue-600);
     --brand-blue-500: var(--deep-blue-500);
     --brand-blue-400: var(--deep-blue-400);
     --brand-blue-300: var(--deep-blue-300);
     --brand-blue-200: var(--deep-blue-200);
     --brand-blue-100: var(--deep-blue-100);
     --brand-blue-50: var(--deep-blue-50);

     --bg-brand-black-900: var(--black-900);
     --bg-brand-lightgrey: var(--black-100);
     --bg-brand-white: var(--white);
     --bg-brand-yellow: var(--yellow-800);
     --bg-brand-blue-950: var(--deep-blue-950);
     --bg-brand-blue-900: var(--deep-blue-900);
     --bg-brand-blue-700: var(--deep-blue-700);
     --bg-brand-blue-300: var(--deep-blue-300);
     --bg-brand-blue-200: var(--deep-blue-200);
     --bg-brand-blue-50: var(--deep-blue-50);

     --text-brand-black-primary: var(--black-primary);
     --text-brand-black-900: var(--black-900);
     --text-brand-lightgrey: var(--black-100);
     --text-brand-white: var(--white);
     --text-brand-yellow: var(--yellow-800);
     --text-brand-blue-950: var(--deep-blue-950);
     --text-brand-blue-900: var(--deep-blue-900);
     --text-brand-blue-700: var(--deep-blue-700);
     --text-brand-blue-600: var(--deep-blue-600);
     --text-brand-blue-500: var(--deep-blue-500);
     --text-brand-blue-400: var(--deep-blue-400);
     --text-brand-blue-300: var(--deep-blue-300);
     --text-brand-blue-200: var(--deep-blue-200);
     --text-brand-blue-50: var(--deep-blue-50);
     
     --btn-bg-brand-blue-950: var(--deep-blue-950);
     --btn-bg-brand-blue-900: var(--deep-blue-900);
     --btn-bg-brand-blue-800: var(--deep-blue-800);
     --btn-bg-brand-blue-500: var(--deep-blue-500);
     --btn-bg-brand-blue-400: var(--deep-blue-400);
     --btn-bg-brand-blue-300: var(--deep-blue-300);
     --btn-bg-brand-blue-200: var(--deep-blue-200);
     --btn-bg-brand-blue-50: var(--deep-blue-50);
     --btn-bg-brand-white: var(--white);
     --btn-bg-brand-yellow: var(--yellow-800);
     --btn-text-brand-blue-900: var(--deep-blue-900);
     --btn-text-brand-blue-800: var(--deep-blue-800);
     --btn-text-brand-blue-500: var(--deep-blue-500);
     --btn-text-brand-blue-400: var(--deep-blue-400);
     --btn-text-brand-blue-300: var(--deep-blue-300);
     --btn-text-brand-blue-200: var(--deep-blue-200);
     --btn-text-brand-blue-50: var(--deep-blue-50);
     --btn-text-brand-white: var(--white);
     --btn-text-brand-yellow: var(--yellow-800);
/* END BRAND COLORS */
     --main-font: 'Euclid Circular A', sans-serif;
     --secondary-font: "Segoe UI", Roboto,"Helvetica Neue","Noto Sans", Arial, sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}



body {
    font-family: var(--main-font);
}

/* HEADERS */
/* h1, h2, h3, h4 {
    font: bold 1em/1.5em var(--main-font);
    padding: 10px 15px 7px 15px;
} */

h1 { 
    font-size: 48px; 
    line-height: 55px;
    font-weight: 600; 
    letter-spacing: -0.5px; 
}

h2 { 
    font-size: 40px; 
    line-height: 46px;
    font-weight: 600; 
    letter-spacing: -0.5px; 
}

h3 { 
    font-size: 30px; 
    font-weight: normal; 
    line-height: 36px;
    letter-spacing: 0;
}

h4 { 
    font-size: 24px; 
    font-weight: 600; 
    line-height: 30px;
    letter-spacing: 0;
}

h5 { 
    font-size: 20px; 
    font-weight: 700; 
    line-height: 26px;
    letter-spacing: 0;
}

/* /////////////////////////////////////////////////////////// */

/* .title-t1 {
    font-family: var(--main-font);
    font-size: 48px; 
    line-height: 55px;
    font-weight: normal; 
    letter-spacing: -0.5px; 
}

@media (max-width: 575px) {
    .title-t1 {
        font-size: 26px;
        line-height: 32px;
    }
}

.title-t2 {
    font-family: var(--main-font);
    font-size: 40px; 
    line-height: 46px;
    font-weight: 600; 
    letter-spacing: -0.5px; 
}

@media (max-width: 575px) {
    .title-t2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.title-t3 {
    font-family: var(--main-font);
    font-size: 30px; 
    font-weight: normal; 
    line-height: 36px;
    letter-spacing: 0;
}

@media (max-width: 575px) {
    .title-t3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.title-t4 {
    font-family: var(--main-font);
    font-size: 24px; 
    font-weight: 600; 
    line-height: 30px;
    letter-spacing: 0;
}

@media (max-width: 575px) {
    .title-t4 {
        font-size: 14px;
        line-height: 18px;
    }
}

.title-t5 {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: normal;
}

@media (max-width: 575px) {
    .title-t5 {
        font-size: 14px;
        line-height: 18px;
    }
} */

/* /////////////////////////////////////////////////////////// */

/* END HEADERS */

/* Font colors - custom */

.brand-black-primary {
    color: var(--brand-black-primary);
}

.brand-black-900 {
    color: var(--brand-black-900) !important;
}

.brand-yellow {
    color: var(--brand-yellow);
}

.brand-blue-950 {
    color: var(--brand-blue-950);
}

.brand-blue-900 {
    color: var(--brand-blue-900);
}

.brand-blue-800 {
    color: var(--brand-blue-800);
}

.brand-blue-700 {
    color: var(--brand-blue-700);
}

.brand-blue-600 {
    color: var(--brand-blue-600);
}

.brand-blue-500 {
    color: var(--brand-blue-500);
}

.brand-blue-400 {
    color: var(--brand-blue-400);
}

.brand-blue-300 {
    color: var(--brand-blue-300);
}

.brand-blue-200 {
    color: var(--brand-blue-200);
}

.brand-blue-100 {
    color: var(--brand-blue-100);
}

.brand-blue-50 {
    color: var(--brand-blue-50);
}

/* END Font colors - custom */

/* CONTRAST-AWARE RULES */
.bg-brand-dark-1 {
    background-color: var(--bg-brand-blue-900);
    color: var(--text-brand-white);
    
    h1, h2, h3, h4, h5, h6 {
        color: var(--text-brand-white);
    }
    
}
 
.bg-brand-dark-2 {
    background-color: var(--bg-brand-blue-950);
    color: var(--text-brand-white);
    
    h1, h2, h3, h4, h5, h6 {
        color: var(--text-brand-white);
    }
}

.bg-brand-dark-3 {
    background-color: var(--bg-brand-blue-700);
    color: var(--text-brand-white);
    
    h1, h2, h3, h4, h5, h6 {
        color: var(--text-brand-white);
    }
}

.bg-brand-light-1 {
    background-color: var(--bg-brand-blue-50);
    color: var(--text-brand-blue-600);
    
    h1, h2, h3, h4, h5, h6 {
        color: var(--text-brand-blue-900);
    }
}

 .bg-brand-light-2 {
    background-color: var(--bg-brand-white);
    color: var(--text-brand-blue-600);
        
    h1, h2, h3, h4, h5, h6 {
        color: var(--text-brand-blue-900);
    }
}

.bg-brand-accent {
    background-color: var(--bg-brand-yellow);
    color: var(--text-brand-blue-900);
        
    h1, h2, h3, h4, h5, h6 {
        color: var(--text-brand-blue-900);
    }
}

 
 /* BUTTONS */
.bg-brand-dark-1 .btn-custom-round,
.bg-brand-dark-2 .btn-custom-round {
    background-color: var(--btn-bg-brand-yellow);
    border: none;
        
    .icon-light {
        display: none;
    }
}

.bg-brand-dark-1 .btn-custom-round:hover,
.bg-brand-dark-2 .btn-custom-round:hover {
    background-color: var(--btn-text-brand-white);
    border: none;
}

.bg-brand-dark-1 .btn-custom-round:active,
.bg-brand-dark-2 .btn-custom-round:active,
.bg-brand-dark-1 .btn-custom-round:focus,
.bg-brand-dark-2 .btn-custom-round:focus {
    background-color: var(--btn-text-brand-white);
    border: none;
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-light-1 .btn-custom-round,
.bg-brand-light-2 .btn-custom-round {
    background-color: var(--btn-bg-brand-yellow);
    border: none;
        
    .icon-light {
        display: none;
    }
}

.bg-brand-light-1 .btn-custom-round:hover,
.bg-brand-light-2 .btn-custom-round:hover {
    background-color: var(--btn-text-brand-blue-900);
    border: none;
    
    .icon-dark {
        display: none;
    }
    
    .icon-light {
        display: block;
    }
}

.bg-brand-light-1 .btn-custom-round:active,
.bg-brand-light-2 .btn-custom-round:active,
.bg-brand-light-1 .btn-custom-round:focus,
.bg-brand-light-2 .btn-custom-round:focus {
    background-color: var(--btn-text-brand-blue-900);
    border: none;
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}


/*________________________________________________________________________________________*/

.bg-brand-dark-1 .btn-custom-primary,
.bg-brand-dark-2 .btn-custom-primary,
.bg-brand-dark-3 .btn-custom-primary{
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-white);
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-dark-1 .btn-custom-primary:hover,
.bg-brand-dark-2 .btn-custom-primary:hover,
.bg-brand-dark-3 .btn-custom-primary:hover {
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-yellow);
    border: 1px solid var(--btn-bg-brand-yellow);
}

.bg-brand-dark-1 .btn-custom-primary:active,
.bg-brand-dark-2 .btn-custom-primary:active,
.bg-brand-dark-3 .btn-custom-primary:active,
.bg-brand-dark-1 .btn-custom-primary:focus,
.bg-brand-dark-2 .btn-custom-primary:focus,
.bg-brand-dark-3 .btn-custom-primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

/* SPECIAL SITUATION - BG DARK ON BG LIGHT */
.bg-brand-light-1 .bg-brand-dark-1 .btn-custom-primary,
.bg-brand-light-1 .bg-brand-dark-2 .btn-custom-primary,
.bg-brand-light-1 .bg-brand-dark-3 .btn-custom-primary,
.bg-brand-light-2 .bg-brand-dark-1 .btn-custom-primary,
.bg-brand-light-2 .bg-brand-dark-2 .btn-custom-primary,
.bg-brand-light-2 .bg-brand-dark-3 .btn-custom-primary{
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-white);
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-light-1 .bg-brand-dark-1 .btn-custom-primary:hover,
.bg-brand-light-1 .bg-brand-dark-2 .btn-custom-primary:hover,
.bg-brand-light-1 .bg-brand-dark-3 .btn-custom-primary:hover,
.bg-brand-light-2 .bg-brand-dark-1 .btn-custom-primary:hover,
.bg-brand-light-2 .bg-brand-dark-2 .btn-custom-primary:hover,
.bg-brand-light-2 .bg-brand-dark-3 .btn-custom-primary:hover {
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-yellow);
    border: 1px solid var(--btn-bg-brand-yellow);
}

.bg-brand-light-1 .bg-brand-dark-1 .btn-custom-primary:active,
.bg-brand-light-1 .bg-brand-dark-2 .btn-custom-primary:active,
.bg-brand-light-1 .bg-brand-dark-3 .btn-custom-primary:active,
.bg-brand-light-1 .bg-brand-dark-1 .btn-custom-primary:focus,
.bg-brand-light-1 .bg-brand-dark-2 .btn-custom-primary:focus,
.bg-brand-light-1 .bg-brand-dark-3 .btn-custom-primary:focus,
.bg-brand-light-2 .bg-brand-dark-1 .btn-custom-primary:active,
.bg-brand-light-2 .bg-brand-dark-2 .btn-custom-primary:active,
.bg-brand-light-2 .bg-brand-dark-3 .btn-custom-primary:active,
.bg-brand-light-2 .bg-brand-dark-1 .btn-custom-primary:focus,
.bg-brand-light-2 .bg-brand-dark-2 .btn-custom-primary:focus,
.bg-brand-light-2 .bg-brand-dark-3 .btn-custom-primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}
/* END SPECIAL SITUATION - BG DARK ON BG LIGHT */

.bg-brand-light-1 .btn-custom-primary,
.bg-brand-light-2 .btn-custom-primary {
    color: var(--btn-text-brand-white);
    background-color: var(--btn-bg-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .btn-custom-primary:hover,
.bg-brand-light-2 .btn-custom-primary:hover {
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-yellow);
    border: 1px solid var(--btn-bg-brand-yellow);
}

.bg-brand-light-1 .btn-custom-primary:active,
.bg-brand-light-2 .btn-custom-primary:active,
.bg-brand-light-1 .btn-custom-primary:focus,
.bg-brand-light-2 .btn-custom-primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-dark-1 .btn-custom-outline-transparent,
.bg-brand-dark-2 .btn-custom-outline-transparent {
    color: var(--btn-text-brand-white);
    background-color: transparent;
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-dark-1 .btn-custom-outline-transparent:active,
.bg-brand-dark-2 .btn-custom-outline-transparent:active,
.bg-brand-dark-1 .btn-custom-outline-transparent:focus,
.bg-brand-dark-2 .btn-custom-outline-transparent:focus {
    color: var(--btn-text-brand-white);
    background-color: var(--btn-bg-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .btn-custom-outline-transparent:hover,
.bg-brand-dark-2 .btn-custom-outline-transparent:hover {
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-white);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .btn-custom-outline-transparent,
.bg-brand-light-2 .btn-custom-outline-transparent {
    color: var(--btn-text-brand-blue-900);
    background-color: transparent;
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .btn-custom-outline-transparent:hover,
.bg-brand-light-2 .btn-custom-outline-transparent:hover {
    color: var(--btn-text-brand-white);
    background-color: var(--btn-bg-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .btn-custom-outline-transparent:active,
.bg-brand-light-2 .btn-custom-outline-transparent:active,
.bg-brand-light-1 .btn-custom-outline-transparent:focus,
.bg-brand-light-2 .btn-custom-outline-transparent:focus {
    color: var(--btn-text-brand-white);
    background-color: var(--btn-bg-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-dark-1 .btn-link-arrow,
.bg-brand-dark-2 .btn-link-arrow {
    color: var(--btn-text-brand-white);
    
    .arrow-dark,
    .arrow-dark-hover,
    .arrow-light-hover {
        display: none;
    }
}

.bg-brand-dark-1 .btn-link-arrow:hover,
.bg-brand-dark-2 .btn-link-arrow:hover,
.bg-brand-dark-1 .btn-link-arrow:active,
.bg-brand-dark-2 .btn-link-arrow:active,
.bg-brand-dark-1 .btn-link-arrow:focus,
.bg-brand-dark-2 .btn-link-arrow:focus {
    color: var(--btn-text-brand-blue-300);
    text-decoration: underline;
    
    .arrow-dark,
    .arrow-dark-hover,
    .arrow-light {
        display: none;
    }
    
    .arrow-light-hover {
        display: block;
    }
}

.bg-brand-dark-1 .btn-link-arrow:active,
.bg-brand-dark-2 .btn-link-arrow:active,
.bg-brand-dark-1 .btn-link-arrow:focus,
.bg-brand-dark-2 .btn-link-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .job-table-entry.btn-link-arrow:active,
.bg-brand-dark-2 .job-table-entry.btn-link-arrow:active,
.bg-brand-dark-1 .job-table-entry.btn-link-arrow:focus,
.bg-brand-dark-2 .job-table-entry.btn-link-arrow:focus,
.bg-brand-light-1 .job-table-entry.btn-link-arrow:active,
.bg-brand-light-2 .job-table-entry.btn-link-arrow:active,
.bg-brand-light-1 .job-table-entry.btn-link-arrow:focus,
.bg-brand-light-2 .job-table-entry.btn-link-arrow:focus {
    outline: none;
    box-shadow: none;
}



.bg-brand-light-1 .btn-link-arrow,
.bg-brand-light-2 .btn-link-arrow {
    color: var(--btn-text-brand-blue-900);
    
    .arrow-light,
    .arrow-light-hover,
    .arrow-dark-hover {
        display: none;
    }
}

.bg-brand-light-1 .btn-link-arrow:hover,
.bg-brand-light-2 .btn-link-arrow:hover,
.bg-brand-light-1 .btn-link-arrow:active,
.bg-brand-light-2 .btn-link-arrow:active,
.bg-brand-light-1 .btn-link-arrow:focus,
.bg-brand-light-2 .btn-link-arrow:focus {
    color: var(--btn-text-brand-blue-500);
    text-decoration: underline;
    
    .arrow-light,
    .arrow-light-hover,
    .arrow-dark {
        display: none;
    }
    
    .arrow-dark-hover {
        display: block;
    }
}

.bg-brand-light-1 .btn-link-arrow:active,
.bg-brand-light-2 .btn-link-arrow:active,
.bg-brand-light-1 .btn-link-arrow:focus,
.bg-brand-light-2 .btn-link-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-light-1 .btn-custom-search,
.bg-brand-light-2 .btn-custom-search {
    color: var(--btn-text-brand-blue-400);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-light {
        display: none;
    }
}

.bg-brand-light-1 .btn-custom-search:hover,
.bg-brand-light-2 .btn-custom-search:hover {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .btn-custom-search:active,
.bg-brand-light-2 .btn-custom-search:active,
.bg-brand-light-1 .btn-custom-search:focus,
.bg-brand-light-2 .btn-custom-search:focus {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .btn-custom-search,
.bg-brand-dark-2 .btn-custom-search {
    color: var(--btn-text-brand-blue-400);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-dark {
        display: none;
    }
}

.bg-brand-dark-1 .btn-custom-search:hover,
.bg-brand-dark-2 .btn-custom-search:hover {
    color: var(--btn-text-brand-white);
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-dark-1 .btn-custom-search:active,
.bg-brand-dark-2 .btn-custom-search:active,
.bg-brand-dark-1 .btn-custom-search:focus,
.bg-brand-dark-2 .btn-custom-search:focus {
    color: var(--btn-text-brand-white);
    border: 1px solid var(--btn-bg-brand-white);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-light-1 .custom-search-form,
.bg-brand-light-2 .custom-search-form {
    color: var(--btn-text-brand-blue-400);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-light {
        display: none;
    }
    
    .icon-dark {
        display: block;
    }
}

.bg-brand-light-1 .custom-search-form .cta-label::placeholder,
.bg-brand-light-2 .custom-search-form .cta-label::placeholder {
    color: var(--btn-text-brand-blue-400);
}

.bg-brand-light-1 .custom-search-form:hover,
.bg-brand-light-2 .custom-search-form:hover {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .custom-search-form .cta-label:hover::placeholder,
.bg-brand-light-2 .custom-search-form .cta-label:hover::placeholder {
    color: var(--btn-text-brand-blue-900);
}

.bg-brand-light-1 .custom-search-form:active,
.bg-brand-light-2 .custom-search-form:active,
.bg-brand-light-1 .custom-search-form:focus,
.bg-brand-light-2 .custom-search-form:focus {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-light-1 .custom-search-form .cta-label:active,
.bg-brand-light-2 .custom-search-form .cta-label:active,
.bg-brand-light-1 .custom-search-form .cta-label:focus,
.bg-brand-light-2 .custom-search-form .cta-label:focus {
    color: var(--btn-text-brand-blue-900);
    border: none;
    outline: none;
    box-shadow: none;
    
}


.bg-brand-dark-1 .custom-search-form,
.bg-brand-dark-2 .custom-search-form {
    color: var(--btn-text-brand-blue-400);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-dark {
        display: none;
    }
}

.bg-brand-dark-1 .custom-search-form .cta-label::placeholder,
.bg-brand-dark-2 .custom-search-form .cta-label::placeholder{
    color: var(--btn-text-brand-blue-400);
}

.bg-brand-dark-1 .custom-search-form:hover,
.bg-brand-dark-2 .custom-search-form:hover {
    color: var(--btn-text-brand-white);
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-dark-1 .custom-search-form .cta-label:hover::placeholder,
.bg-brand-dark-2 .custom-search-form .cta-label:hover::placeholder {
    color: var(--btn-text-brand-white);
}

.bg-brand-dark-1 .custom-search-form:active,
.bg-brand-dark-2 .custom-search-form:active,
.bg-brand-dark-1 .custom-search-form:focus,
.bg-brand-dark-2 .custom-search-form:focus {
    color: var(--btn-text-brand-white);
    border: 1px solid var(--btn-bg-brand-white);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .custom-search-form .cta-label:active,
.bg-brand-dark-2 .custom-search-form .cta-label:active,
.bg-brand-dark-1 .custom-search-form .cta-label:focus,
.bg-brand-dark-2 .custom-search-form .cta-label:focus {
    color: var(--btn-text-brand-white);
    border: none;
    outline: none;
    box-shadow: none;
    
}


/* SPECIAL SITUATION - BG LIGHT ON BG DARK */
.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form {
    color: var(--btn-text-brand-blue-400);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-light {
        display: none;
    }
    
    .icon-dark {
        display: block;
    }
}

.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form .cta-label::placeholder,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form .cta-label::placeholder,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form .cta-label::placeholder,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form .cta-label::placeholder {
    color: var(--btn-text-brand-blue-400);
}

.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form:hover,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form:hover,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form:hover,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form:hover {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form .cta-label:hover::placeholder,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form .cta-label:hover::placeholder,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form .cta-label:hover::placeholder,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form .cta-label:hover::placeholder {
    color: var(--btn-text-brand-blue-900);
}

.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form:active,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form:active,
.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form:focus,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form:focus,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form:active,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form:active,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form:focus,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form:focus {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form .cta-label:active,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form .cta-label:active,
.bg-brand-dark-1 .bg-brand-light-1 .custom-search-form .cta-label:focus,
.bg-brand-dark-1 .bg-brand-light-2 .custom-search-form .cta-label:focus,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form .cta-label:active,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form .cta-label:active,
.bg-brand-dark-2 .bg-brand-light-1 .custom-search-form .cta-label:focus,
.bg-brand-dark-2 .bg-brand-light-2 .custom-search-form .cta-label:focus {
    color: var(--btn-text-brand-blue-900);
    border: none;
    outline: none;
    box-shadow: none;
    
}

/*________________________________________________________________________________________*/

.bg-brand-light-1 .filter-pill,
.bg-brand-light-2 .filter-pill {
    color: var(--btn-text-brand-blue-900);
    background-color: transparent;
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-light {
        display: none;
    }
}

.bg-brand-light-1 .filter-pill:hover,
.bg-brand-light-2 .filter-pill:hover {
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .filter-pill:active,
.bg-brand-light-2 .filter-pill:active,
.bg-brand-light-1 .filter-pill:focus,
.bg-brand-light-2 .filter-pill:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .filter-pill,
.bg-brand-dark-2 .filter-pill {
    color: var(--btn-text-brand-white);
    background-color: transparent;
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-dark {
        display: none;
    }
}

.bg-brand-dark-1 .filter-pill:hover,
.bg-brand-dark-2 .filter-pill:hover {
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-dark-1 .filter-pill:active,
.bg-brand-dark-2 .filter-pill:active,
.bg-brand-dark-1 .filter-pill:focus,
.bg-brand-dark-2 .filter-pill:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}


/* SPECIAL SITUATION - BG LIGHT ON BG DARK */
.bg-brand-dark-1 .bg-brand-light-1 .filter-pill,
.bg-brand-dark-1 .bg-brand-light-2 .filter-pill,
.bg-brand-dark-2 .bg-brand-light-1 .filter-pill,
.bg-brand-dark-2 .bg-brand-light-2 .filter-pill {
    color: var(--btn-text-brand-blue-900);
    background-color: transparent;
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-light {
        display: none;
    }
    
    .icon-dark {
        display: block;
    }
}

.bg-brand-dark-1 .bg-brand-light-1 .filter-pill:hover,
.bg-brand-dark-1 .bg-brand-light-2 .filter-pill:hover,
.bg-brand-dark-2 .bg-brand-light-1 .filter-pill:hover,
.bg-brand-dark-2 .bg-brand-light-2 .filter-pill:hover {
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-dark-1 .bg-brand-light-1 .filter-pill:active,
.bg-brand-dark-1 .bg-brand-light-2 .filter-pill:active,
.bg-brand-dark-1 .bg-brand-light-1 .filter-pill:focus,
.bg-brand-dark-1 .bg-brand-light-2 .filter-pill:focus,
.bg-brand-dark-2 .bg-brand-light-1 .filter-pill:active,
.bg-brand-dark-2 .bg-brand-light-2 .filter-pill:active,
.bg-brand-dark-2 .bg-brand-light-1 .filter-pill:focus,
.bg-brand-dark-2 .bg-brand-light-2 .filter-pill:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-light-1 .selection-pill,
.bg-brand-light-2 .selection-pill {
    color: var(--btn-text-brand-blue-900);
    background-color: var(--btn-bg-brand-blue-50);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-light {
        display: none;
    }
}

.bg-brand-light-1 .selection-pill:hover,
.bg-brand-light-2 .selection-pill:hover {
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-1 .selection-pill:active,
.bg-brand-light-2 .selection-pill:active,
.bg-brand-light-1 .selection-pill:focus,
.bg-brand-light-2 .selection-pill:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .selection-pill,
.bg-brand-dark-2 .selection-pill {
    color: var(--btn-text-brand-white);
    background-color: var(--btn-bg-brand-blue-800);
    border: 1px solid var(--btn-bg-brand-blue-300);
    
    .icon-dark {
        display: none;
    }
}

.bg-brand-dark-1 .selection-pill:hover,
.bg-brand-dark-2 .selection-pill:hover {
    border: 1px solid var(--btn-bg-brand-white);
}

.bg-brand-dark-1 .selection-pill:active,
.bg-brand-dark-2 .selection-pill:active,
.bg-brand-dark-1 .selection-pill:focus,
.bg-brand-dark-2 .selection-pill:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-light-1 .btn-text-link,
.bg-brand-light-2 .btn-text-link {
    color: var(--btn-text-brand-brand-blue-900);
    text-decoration: none;
}

.bg-brand-light-1 .btn-text-link:hover,
.bg-brand-light-2 .btn-text-link:hover {
    color: var(--btn-text-brand-blue-500);
    text-decoration: underline;
}

.bg-brand-light-1 .btn-text-link:active,
.bg-brand-light-2 .btn-text-link:active,
.bg-brand-light-1 .btn-text-link:focus,
.bg-brand-light-2 .btn-text-link:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

.bg-brand-dark-1 .btn-text-link,
.bg-brand-dark-2 .btn-text-link {
    color: var(--btn-text-brand-white);
    text-decoration: none;
}

.bg-brand-dark-1 .btn-text-link:hover,
.bg-brand-dark-2 .btn-text-link:hover {
    color: var(--btn-text-brand-blue-300);
    text-decoration: underline;
}

.bg-brand-dark-1 .btn-text-link:active,
.bg-brand-dark-2 .btn-text-link:active,
.bg-brand-dark-1 .btn-text-link:focus,
.bg-brand-dark-2 .btn-text-link:focus {
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/*________________________________________________________________________________________*/

.bg-brand-dark-1 .link-with-arrow .text-link,
.bg-brand-dark-2 .link-with-arrow .text-link {
    color: var(--btn-text-brand-white);
}

.bg-brand-dark-1 .link-with-arrow .text-link:hover,
.bg-brand-dark-2 .link-with-arrow .text-link:hover,
.bg-brand-dark-1 .link-with-arrow .text-link:active,
.bg-brand-dark-2 .link-with-arrow .text-link:active,
.bg-brand-dark-1 .link-with-arrow .text-link:focus,
.bg-brand-dark-2 .link-with-arrow .text-link:focus {
    color: var(--btn-text-brand-blue-300);
    text-decoration: underline;
}

.bg-brand-dark-1 .link-with-arrow .text-link:active,
.bg-brand-dark-2 .link-with-arrow .text-link:active,
.bg-brand-dark-1 .link-with-arrow .text-link:focus,
.bg-brand-dark-2 .link-with-arrow .text-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-blue-900), 0 0 0 4px var(--btn-bg-brand-blue-400);
}


.bg-brand-light-1 .link-with-arrow .text-link,
.bg-brand-light-2 .link-with-arrow .text-link {
    color: var(--btn-text-brand-blue-900);
}

.bg-brand-light-1 .link-with-arrow .text-link:hover,
.bg-brand-light-2 .link-with-arrow .text-link:hover,
.bg-brand-light-1 .link-with-arrow .text-link:active,
.bg-brand-light-2 .link-with-arrow .text-link:active,
.bg-brand-light-1 .link-with-arrow .text-link:focus,
.bg-brand-light-2 .link-with-arrow .text-link:focus {
    color: var(--btn-text-brand-blue-500);
    text-decoration: underline;
}

.bg-brand-light-1 .link-with-arrow .text-link:active,
.bg-brand-light-2 .link-with-arrow .text-link:active,
.bg-brand-light-1 .link-with-arrow .text-link:focus,
.bg-brand-light-2 .link-with-arrow .text-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--btn-bg-brand-white), 0 0 0 4px var(--btn-bg-brand-blue-400);
}

/* END BUTTONS */


/* CARDS */

.bg-brand-light-1 .card-custom-1 {
    color: var(--text-brand-blue-600);
    background-color: var(--bg-brand-white);
}

.bg-brand-light-2 .card-custom-1 {
    color: var(--text-brand-blue-600);
    background-color: var(--bg-brand-blue-50);
}

.bg-brand-light-1 .card-custom-4 {
    color: var(--text-brand-white);
    background-color: var(--bg-brand-blue-700);
}

.bg-brand-light-2 .card-custom-4 {
    color: var(--text-brand-white);
    background-color: var(--bg-brand-blue-900);
}

.bg-brand-light-1 .card-custom-5 {
    color: var(--text-brand-blue-600);
    background-color: var(--bg-brand-white);
}

.bg-brand-light-2 .card-custom-5 {
    color: var(--text-brand-blue-600);
    background-color: var(--bg-brand-blue-50);
}

.bg-brand-dark-1 .card-custom-7,
.bg-brand-dark-2 .card-custom-7 {
    color: var(--text-brand-blue-900);
    background-color: var(--bg-brand-white);
}

.bg-brand-light-1 .btn-custom-choice:active,
.bg-brand-light-2 .btn-custom-choice:active,
.bg-brand-light-1 .btn-custom-choice:focus,
.bg-brand-light-2 .btn-custom-choice:focus {
    color: var(--btn-text-brand-white);
    background-color: var(--btn-text-brand-blue-900);
    border: none;
    outline: none;
    box-shadow: none
}

/* END CARDS */

/*________________________________________________________________________________________*/

/* END CONTRAST-AWARE RULES */


.text-brand-dark-1 {
    color: var(--text-brand-blue-900);
}
 
.text-brand-dark-2 {
    color: var(--text-brand-black);
}
 
.text-brand-light-1 {
    color: var(--text-brand-blue-50);
}
 
.text-brand-light-2 {
    color: var(--text-brand-white);
}
 
.text-brand-accent {
    color: var(--text-brand-yellow);
}




/* BORDERS */
.border-blue-900 {
    border: 1px solid var(--brand-blue-900);
}

.border-blue-300 {
    border: 1px solid var(--brand-blue-300);
}

@media (min-width: 1024px) {
    .radius-responsive {
        border-radius: 40px;
    }
}

@media (max-width: 1023px) {
    .radius-responsive {
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    .radius-responsive {
        border-radius: 16px;
    }
}


.radius-40 {
    border-radius: 40px;
}

.radius-24 {
    border-radius: 24px;
}

.radius-16 {
    border-radius: 16px;
}

.radius-8 {
	border-radius: 8px;
}

.radius-5 {
	border-radius: 5px;
}
/* END BORDERS */


/* BUTTONS */
.btn-wrapper {
    display: flex;
}

/* primary button with icon */

.btn-custom-primary {
    padding: 8px 8px 8px 16px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-custom-primary .cta-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-right: 16px;
}

.cta-custom-primary {
    border-radius: 8px;
    padding: 8px 8px 8px 16px;
}

.cta-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 1;
    text-decoration: none !important;
}

.btn-custom-primary .cta-icon-ring {
    background-color: var(--btn-bg-brand-yellow);
}

.cta-custom-primary .cta-icon-ring {
    padding-top: 32px;
    transform: translate(-8px, -50%);
    width: 32px;
}

.btn-wrapper .cta-icon-ring {
    border-radius: 9999px;
    will-change: transform, width, padding;
    position: absolute;
    display: flex;
    right: 0;
    top: 50%;
    transition: width .4s cubic-bezier(0,.54,0,1), padding .4s cubic-bezier(0,.54,0,1), transform .4s cubic-bezier(0,.54,0,1);
}

.cta-custom-primary .cta-icon {
    height: 32px;
    width: 32px;
}
.btn-wrapper .cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cta-custom-primary .cta-icon img {
    width: 24px;
}

[class*="cta-custom-primary"] .icon-light {
    display: none;
}

[class*="cta-custom-primary"] .icon-dark {
    display: block;
}
/* end btn dark-blue primary with icon */

/*________________________________________________________________*/

/* btn outline transparent */
.btn-custom-outline-transparent {
    padding: 14px 16px;
    border-radius: 8px;
    text-decoration: none;
}
/* end btn dark-blue outline transparent */

/*_________________________________________________________________*/

/* btn text arrow */
.btn-link-arrow {
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
}

.btn-link-arrow .cta-label {
    font-size: 16px;
    font-weight: 500;
    padding-right: 16px;
}
/* end btn text arrow */

/*_________________________________________________________________*/

/* button text search & search form with text input */
.btn-custom-search,
.custom-search-form {
    line-height: 20px;
    padding: 16px 24px;
    border-radius: 9999px;
    text-decoration: none;
}

@media (max-width: 525px) {
    .section-explore .custom-search-form {
        padding: 10px 12px;
    }
}

.btn-custom-search .cta-label,
.custom-search-form .cta-label{
    font-size: 16px;
    font-weight: 400;
    padding-right: 16px;
}
/* end button text search $ search form with text input */

/*_________________________________________________________________*/

/* filter pill with icon */
.filter-pill {
    line-height: 18px;
    padding: 8px;
    border-radius: 9999px;
    text-decoration: none;
}

.filter-pill .cta-label {
    padding: 0 12px 0 4px;
    font-size: 14px;
    font-weight: 400;
}
/* end filter pill with icon */

/*_________________________________________________________________*/

/* selection pill with icon */
.selection-pill {
    line-height: 18px;
    padding: 8px;
    border-radius: 9999px;
    text-decoration: none;
}

.selection-pill .cta-label {
    padding: 0 12px 0 4px;
    font-size: 14px;
    font-weight: 400;
}
/* end selection pill with icon */

/*_________________________________________________________________*/

/* btn text arrow */
.btn-text-link {
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
}

.btn-text-link .cta-label {
    font-size: 16px;
    font-weight: 400;
}
/* end btn text arrow */

/* END BUTTONS */



/* TABLE */
.link-with-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-with-arrow > .text-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.link-with-arrow.border-bottom-table {
    border-bottom: 1px solid var(--btn-bg-brand-blue-200);
}
/* END TABLE */



.bg-brand-dark-1 .hero-text,
.bg-brand-dark-2 .hero-text {
    color: var(--text-brand-white);
}
 
 
 
 
/* SECTIONS */

/* Standard breakpoints BOOTSTRAP 5:

X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px
 */

@media (min-width: 576px) {
    .wrapper-standard {
        width: 576px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .wrapper-standard {
        width: 768px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .wrapper-standard {
        width: 992px;
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .wrapper-standard {
        width: 1280px;
        max-width: 100%;
    }
}

@media (min-width: 1480px) {
    .wrapper-standard {
        width: 1480px;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .wrapper-standard {
        width: 1600px;
        max-width: 100%;
    }
}

/*__________________________________*/

.padding-40 {
    padding: 40px 40px;
}

.padding-80 {
    padding: 80px 80px;
}

/*__________________________________*/

@media (min-width: 1024px) {
    .padding-inner-responsive {
        padding: 80px 80px;
    }
}

@media (max-width: 1023px) {
    .radius-responsive {
        padding: 24px 24px;
    }
}

/*__________________________________*/

/* Used on JOBS page, section 1 */
/* .padding-64 {
    padding: 64px 64px;
} */

@media (min-width: 768px) {
    .padding-64 {
        padding: 64px 64px;
    }
}
/* END Used on JOBS page, section 1 */

/*__________________________________*/

.section-120-80 {
    padding: 120px 32px 80px 32px;
}

@media (max-width: 575px) {
    .section-120-80 {
        padding: 64px 16px;
    }
}

/*__________________________________*/

.section-standard {
    padding: 120px 32px;
}

@media (max-width: 991px) {
    .section-standard {
        padding: 80px 32px;
    }
}

@media (max-width: 767px) {
    .section-standard {
        padding: 64px 32px;
    }
}

@media (max-width: 575px) {
    .section-standard {
        padding: 64px 16px;
    }
}

/*__________________________________*/

.section-standard-small{
    padding: 40px 32px;
}

@media (max-width: 991px) {
    .section-standard-small {
        padding: 40px 32px;
    }
}

@media (max-width: 767px) {
    .section-standard-small {
        padding: 24px 32px;
    }
}
@media (max-width: 575px) {
    .section-standard-small {
        padding: 24px 16px;
    }
}
/* END SECTIONS */

/* HERO SECTION GRADIENTS */

.bg-gradient-black-blue.hero-homepage {
    background-image:
        linear-gradient(40deg,rgba(0, 26, 49, 1) 0%, rgba(0, 33, 63, 1) 40%, rgba(0, 0, 0, 0) 100%),
        url('../images/img-8342.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-about {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 40%, rgba(0, 0, 0, 0) 100%),
        url('../images/about-page-hero-img.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-departments {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 40%, rgba(0, 0, 0, 0) 100%),
        url('../images/departments-page-hero-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-marketing {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 40%, rgba(0, 0, 0, 0) 100%),
        url('../images/marketing-page-hero-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-offices {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 55%, rgba(0, 0, 0, 0) 100%),
        url('../images/offices-page-hero-img.png');
    /* background-size: cover; */
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-office-frankfurt {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 52%, rgba(0, 0, 0, 0) 100%),
        url('../images/frankfurt-office-page-hero-img.png');
    /* background-size: cover; */
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-office-berlin {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 52%, rgba(0, 0, 0, 0) 100%),
        url('../images/berlin-office-page-hero-img.png');
    /* background-size: cover; */
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-office-amsterdam {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 52%, rgba(0, 0, 0, 0) 100%),
        url('../images/amsterdam-office-page-hero-img.png');
    /* background-size: cover; */
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-opportunities {
    background-image:
        linear-gradient(40deg, rgba(6, 33, 64, 1) 40%, rgba(0, 0, 0, 0) 100%),
        url('../images/opportunities-page-hero-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bg-gradient-blue-offices {
    background-image:
        linear-gradient(127deg,rgba(0, 33, 63, 1) 60%, rgba(10, 0, 0, 0) 65%, rgba(0, 33, 63, 0) 83%, rgba(0, 33, 63, 1) 83%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-jobs {
    background-image:
        linear-gradient(60deg, rgba(6, 33, 64, 1) 60%, rgba(0, 0, 0, 0) 100%),
        url('../images/jobs-page-hero-img.png');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-dual-students {
    background-image:
        linear-gradient(60deg, rgba(6, 33, 64, 1) 50%, rgba(0, 0, 0, 0) 100%),
        url('../images/dual-students-hero-img.png');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg-gradient-blue.hero-apprentice-students {
    background-image:
        linear-gradient(60deg, rgba(6, 33, 64, 1) 50%, rgba(0, 0, 0, 0) 100%),
        url('../images/apprentice-students-hero-img.png');
    background-size: contain;
    background-position: bottom right;
    /* background-repeat: no-repeat; */
    background-repeat: repeat-x;
}

.bg-gradient-blue.hero-opportunities-for-students {
    background-image:
        linear-gradient(60deg, rgba(6, 33, 64, 1) 50%, rgba(0, 0, 0, 0) 100%),
        url('../images/opportunities-students-hero-img.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.custom-placeholder::placeholder {
    color: white;
}
/* END HERO SECTION GRADIENTS */

.card-custom-1 {
    height: 320px;
}

@media (min-width: 1480px) {
    .card-custom-7 {
        height: 225px;
        max-height: 100%;
    }
}


.btn-custom-round  {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--btn-bg-brand-yellow);
    color: var(--btn-text-brand-blue-900);
    text-decoration: none;
}

.card-custom-2 .circle-img {
    clip-path: circle(50%);
}

.circle-number-80 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--text-brand-yellow);
    color: var(--btn-text-brand-blue-900);
    font-size: 2.5rem; 
    text-decoration: none;
}

.perks-section .card-custom-4 {
    font-size: 20px;
    line-height: 32px;
}

.card-custom-5 .card-img {
    clip-path: rectangle(16px);
}

/* section */
/* .section-40-128 {
    padding: 40px 128px;
}

@media (max-width: 991px) {
    .section-40-128 {
        padding: 80px 32px;
    }
}

@media (max-width: 767px) {
    .section-40-128 {
        padding: 64px 32px;
    }
}

@media (max-width: 575px) {
    .section-40-128 {
        padding: 64px 16px;
    }
} */


/* .section-120-128{
    padding: 120px 128px;
}


@media (max-width: 991px) {
    .section-120-128 {
        padding: 80px 64px;
    }
}

@media (max-width: 767px) {
    .section-120-128 {
        padding: 64px 32px;
    }
}

@media (max-width: 575px) {
    .section-120-128 {
        padding: 64px 24px;
    }
} */
/* end section */


/* btn-choice */

.btn-custom-choice,
.custom-choice-form {
    line-height: 18px;
    padding: 8px 12px;
    border-radius: 9999px;
    text-decoration: none;
}

.btn-custom-choice .cta-label,
.custom-choice-form .cta-label{
    font-size: 14px;
    font-weight: 400;
    padding-right: 0px;
}

.bg-brand-light-2 .btn-custom-choice {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-200);
    
    .icon-light {
        display: none;
    }
}

.bg-brand-light-2 .btn-custom-choice:hover {
    color: var(--btn-text-brand-blue-900);
    border: 1px solid var(--btn-bg-brand-blue-900);
}

.bg-brand-light-2 .btn-custom-choice:active,
.bg-brand-light-2 .btn-custom-choice:focus {
    color: var(--btn-bg-brand-white);
    border: 1px solid var(--btn-bg-brand-blue-900);
    outline: none;
    background-color: var(--btn-bg-brand-blue-900);
}
/* end btn-choice */

/* card custom 3 - About page */
.values-section .card-custom-3 {
    border-bottom: 1px solid var(--brand-blue-400);
}
/* END card custom 3 - About page */

/* Jobs page */
.jobs-listing .jobs-listing-table:not(:first-child) {
    padding-top: 80px;
}
/* end Jobs page */


/*Breadcrumbs */
.breadcrumb {
    padding: 0 0.5rem;
}

.breadcrumb ol > li > a {
    text-decoration: none;
    color: var(--brand-blue-500);
    cursor: pointer;
}

.breadcrumb .current-page {
    color: var(--brand-blue-500);
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem;
    content: "/";
    color: var(--brand-blue-500);
}

/* end Breadcrumbs */

/* Jobs page */
.job-description-page .content-wrapper:not(:first-child) {
    padding-top: 64px;
}
/* end Jobs page */

/* Job description & Recruitng page */
@media (min-width: 1024px) {
    .job-description-section .sticky-cta,
    .application-process-section .sticky-cta,
    .values-section .sticky-cta {
        position: sticky;
        height: fit-content;
        top: 90px;
    }
}
/* end Job description & Recruitng page */

/* Dual tudents in Germany page */
.card-custom-5 .img-wrapper {
    overflow: hidden;
}

.card-custom-5 .img-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-custom-5 .wrapper-img-child {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cards-presentation-section .card-custom-5 .card-text-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
/* end Dual tudents in Germany page */



/* FAQs */
.accordion-item {
    border: none;
    border-bottom: 1px solid var(--btn-bg-brand-blue-200);
    background: var(--btn-bg-brand-white);
}

.accordion-button:focus {
    z-index: 3;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--btn-bg-brand-white);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    /* box-shadow: none; */
}

.accordion-button::after {
    content: "";
    background: url("../images/icons/chevron-down-dark-900-sq.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--btn-bg-brand-yellow);
    color: var(--btn-text-brand-blue-900);
    transition: transform 0.2s ease-in-out;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
}

.accordion-button:hover::after,
.accordion-button:not(.collapsed):hover::after{
    content: "";
    background: url("../images/icons/chevron-down-light-white-sq.svg");
    background-color: var(--btn-bg-brand-blue-900);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
}

.accordion-button:not(.collapsed)::after {
    content: "";
    background: url("../images/icons/chevron-down-dark-900-sq.svg");
    background-position: center;
    background-color: var(--btn-bg-brand-yellow);
    color: var(--btn-text-brand-blue-900);
    transform: rotate(-180deg);
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* END FAQs */