body {
    color: #333;
    font-size: 1vw;
    line-height: 1.6;
}

h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gunterz, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
}

h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gunterz, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gunterz, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1;
}

p {
    color: #63666b;
    margin-bottom: 0;
    font-family: Groteska, sans-serif;
    font-size: 1em;
    font-weight: 500;
}

a {
    text-decoration: none;
}

a:hover {
    border-bottom-color: #366373;
}

ul,
ol {
    color: #63666b;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 1.1em;
}

li {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

.page-wrapper {
    width: 100%;
    font-size: 1rem;
    position: relative;
}

.global-styles {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.html {
    width: 0;
    height: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.section {
    background-color: #f2f5fc;
}

.container {
    width: 100%;
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 4em;
}

.container.hero {
    max-width: none;
    background-color: #366373;
    padding-top: 8em;
    padding-bottom: 8em;
}

.styleguide-parent {
    z-index: 1;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-bottom: 1px solid #d8d8d8;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    position: relative;
}

.super-text {
    font-size: 9em;
    line-height: 1;
}

.heading-lg {
    font-size: 5rem;
    line-height: 1;
}

.heading-md {
    font-size: 3.5rem;
    line-height: 1;
}

.heading-sm {
    font-size: 2rem;
    line-height: 1;
}

.heading-xsm {
    font-size: 1.5rem;
    line-height: 1;
}

.text-bold {
    font-size: 1.125rem;
    font-weight: 500;
}

.p-lg {
    font-size: 1.6rem;
}

.p-lg.white {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
}

.p-lg.white.bold {
    font-weight: 700;
}

.p-lg.white._2-col {
    column-count: 2;
    column-rule-style: none;
    column-gap: 5rem;
    font-size: 1.8rem;
}

.p-lg.white.max-1270 {
    max-width: 1270px;
    font-size: 1.6rem;
}

.p-lg.white.col {
    flex: 1;
}

.p-lg.white p {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

.p-lg.white a {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.p-lg.max-1600 {
    max-width: 1530px;
}

.p-lg.max-1345 {
    max-width: 1345px;
}

.link,
.text-blue {
    color: #63a1b8;
    text-decoration: none;
}

.text-orange {
    color: #eb875a;
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.all-caps {
    text-transform: uppercase;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #63a1b8;
}

.bg-orange-1 {
    background-color: #eb875a;
}

.bg-black {
    background-color: #242626;
}

.flex-split {
    justify-content: space-between;
    display: flex;
}

.flex-cr-h {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.flex-cr-l {
    align-items: center;
    display: flex;
}

.flex-cc-h {
    justify-content: center;
    align-items: center;
    display: flex;
}

.flex-cc-v {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.parent {
    z-index: 1;
    position: relative;
}

.div-hide {
    position: relative;
    overflow: hidden;
}

.global-styles-2 {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.section-credit {
    height: 75px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #252525;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: end;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 2;
    display: flex;
}

.credit-wrapper {
    flex: 1;
    justify-content: space-between;
    display: flex;
}

.copyright {
    opacity: .7;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    font-size: .75rem;
    display: flex;
    position: static;
}

.ink-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .5;
    flex-direction: row;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    transition: opacity .2s;
    display: flex;
}

.ink-container:hover {
    opacity: 1;
    mix-blend-mode: normal;
}

.image-6 {
    height: 1.4rem;
}

.nav {
    z-index: 100;
    width: 100%;
    background-color: #fff;
    align-items: stretch;
    padding: 1em 5%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.nav-link-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
}

.navlink {
    color: #366373;
    letter-spacing: 1px;
    padding: .5rem 1rem;
    font-family: Groteska, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    transition: color .2s;
}

.navlink:hover {
    color: #eb875a;
    font-weight: 700;
}

.navlink.w--current {
    color: #eb875a;
}

.nav_logo-link {
    width: 8rem;
    padding-left: 0;
}

.button {
    color: #fff;
    text-align: center;
    background-color: rgba(56, 152, 236, 0);
    background-image: linear-gradient(135deg, #fb8c00, #eb611b);
    border: 1px #000;
    padding: .75rem 1.5rem;
    font-size: 1.3em;
    font-weight: 600;
}

.button:hover {
    background-color: #fb8c00;
    background-image: linear-gradient(135deg, #1b2f5c, #005095);
}

.button.is-nav {
    height: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    letter-spacing: 1px;
    background-color: #eb875a;
    background-image: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    font-family: Groteska, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: flex;
}

.button.is-nav:hover {
    background-color: #366373;
}

.button.top-2em {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    letter-spacing: 1px;
    background-color: #eb875a;
    background-image: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    font-family: Groteska, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: flex;
}

.button.top-2em:hover {
    background-color: #366373;
}

.button.top-2em.centered {
    margin-left: auto;
    margin-right: auto;
}

.button.is-footer {
    height: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(235, 135, 90, 0);
    background-image: none;
    border: 2px solid #eb875a;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    font-family: Groteska, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: flex;
}

.button.is-footer:hover {
    background-color: #eb875a;
}

.nav_menu-button {
    padding: 0;
}

.nav_menu-buttons {
    height: 4.5em;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
}

.lang-switcher-wrapper {
    align-items: stretch;
    display: flex;
}

.nav_menu {
    align-items: center;
    display: flex;
    position: static;
}

.nav_menu.is-page-height-tablet {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 1;
    justify-content: center;
    align-items: stretch;
}

.nav_container {
    width: 100%;
    height: 100%;
    max-width: 1680px;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.lang-switcher {
    color: #366373;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid #fff;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    font-family: Gunterz, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: flex;
}

.lang-switcher:hover {
    color: #eb875a;
    background-color: #fff;
}

.nav_logo {
    width: 100%;
}

.footer {
    background-color: #242626;
    padding: 4rem 5%;
}

.env-tag {
    z-index: 1000;
    position: fixed;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: auto;
}

.bg-orange-2 {
    background-color: #f2a866;
}

.teal {
    background-color: #366373;
}

.bg-gray {
    background-color: #d9dbe0;
}

.heading {
    font-weight: 700;
}

.dropdown {
    color: #366373;
    letter-spacing: 1px;
    padding: .5rem 1rem;
    font-family: Groteska, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    transition: color .2s;
    display: flex;
}

.dropdown:hover {
    color: #eb875a;
}

.dropdown.w--current {
    color: #f9f6f0;
}

.dropdown-list {
    background-color: #8d6e6e;
}

.dropdown-list.w--open {
    background-color: #366373;
    padding-left: 10px;
    padding-right: 10px;
    top: 4.6rem;
}

.arrow-career {
    width: 1.3em;
    color: #366373;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: color .1s;
    display: flex;
}

.arrow-career.values {
    width: 1.3em;
    margin-left: .3em;
    display: inline-block;
    position: relative;
    bottom: -.3em;
}

.arrow-career.is-footer {
    color: #eb875a;
}

.nav-btn-wrapper {
    align-items: stretch;
    margin-left: auto;
    display: flex;
}

.lang-switcher-txt {
    margin-bottom: -.4em;
    font-size: 1.2rem;
    line-height: 1.2;
}

.dropdown-icon {
    margin-right: 0;
    position: static;
}

.dropdown-txt {
    margin-right: .5em;
}

.s_home_hero {
    min-height: 90svh;
    justify-content: center;
    display: flex;
    position: relative;
}

.s_home_hero.carriere {
    min-height: 100svh;
}

.s_home_hero.is-conact {
    min-height: 50svh;
}

.hero-bg-video {
    width: 100%;
    height: auto;
}

.hero-bg-video.is-mobile {
    display: none;
}

.bg-video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
}

.bg-video-overlay.is-contact {
    background-color: rgba(0, 0, 0, .4);
}

.hero-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-h1 {
    text-align: center;
    text-transform: none;
    font-size: 3rem;
    font-weight: 700;
}

.hero-lightbox-btn {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    color: #fff;
    align-items: center;
    font-family: Groteska, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s;
    display: flex;
    cursor: pointer;
}

.hero-lightbox-btn:hover {
    color: #eb875a;
}

.icon-lightbox {
    width: 5rem;
    height: 5rem;
    color: #eb875a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    text-decoration: none;
}

.lightbox-link {
    text-decoration: none;
}

.lightbox-btn-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.lightbox-btn-txt-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
}

.s_home_about_1 {
    min-height: 100vh;
    color: #fff;
    text-align: center;
    background-color: #f2a866;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 5%;
    display: flex;
}

.small-divider {
    width: 2.5rem;
    height: .4rem;
    background-color: #366373;
}

.small-divider.orange {
    height: .3rem;
    background-color: #eb875a;
}

.small-divider.orange.smaller {
    width: 1.5em;
    height: .2em;
}

.small-divider.orange.mobile {
    display: none;
}

.small-divider.peach {
    background-color: #f2a866;
}

.max-width-flex {
    max-width: 85rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.text-max-width {
    max-width: 65rem;
}

.text-max-width._920 {
    max-width: 920px;
}

.text-max-width._53rem {
    max-width: 53rem;
}

.text-max-width._1000 {
    max-width: 1000px;
}

.text-max-width._60rem {
    max-width: 60rem;
}

.s_home_about_2 {
    min-height: 100vh;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6rem 5% 8vw;
    display: flex;
    position: relative;
}

.bg-img {
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
}

.overlay {
    width: 100%;
    height: 100%;
    opacity: .85;
    mix-blend-mode: multiply;
    background-color: #63666b;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.overlay._60 {
    opacity: .6;
}

.content-wrapper {
    z-index: 1;
    position: relative;
}

.content-wrapper._65rem {
    max-width: 65rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}

.content-wrapper._65rem.centered {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper._1100 {
    max-width: 1100px;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.content-wrapper._1640 {
    width: 100%;
    max-width: 85rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
}

.content-wrapper._1640.values {
    width: 100%;
}

.content-wrapper.vision {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.content-wrapper._1240 {
    max-width: 1240px;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
}

.content-wrapper._85rem {
    max-width: 85rem;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
}

.h2 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
}

.h2.stats {
    color: #366373;
    font-size: 4rem;
    font-weight: 700;
}

.h2.blue {
    color: #366373;
}

.h2.blue.max-970 {
    max-width: 970px;
}

.h2.white {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 500;
}

.page-width {
    width: 100%;
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
}

.page-width.team {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.page-width.mw1440 {
    max-width: 1440px;
}

.s_home_stat {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 5%;
    display: flex;
}

.stat-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}

.stat-text {
    color: #63666b;
    text-align: center;
    font-family: Groteska, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
}

.stat-text strong {
    color: #eb875a;
}

.stat-divider {
    width: 100%;
    height: 5px;
    background-color: #366373;
}

.orange-span {
    color: #eb875a;
    font-weight: 700;
}

.s_home_about_3 {
    min-height: 100vh;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6rem 5% 8vw;
    display: flex;
    position: relative;
    overflow: hidden;
}

.s_home_career {
    color: #fff;
    text-align: center;
    background-color: #63a1b8;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.career-block-wrapper {
    width: 100%;
    max-width: 80rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.career-block-wrapper._85rem {
    max-width: 85rem;
}

.career-card {
    width: 100%;
    padding-top: 50%;
    position: relative;
}

.career-card.rectangle {
    padding-top: 40%;
}

.career-link-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.career-card-banner {
    min-height: 3.8em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    text-align: left;
    background-color: rgba(19, 19, 19, .8);
    justify-content: space-between;
    padding: 0 0% 0 5%;
    font-family: Groteska, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.career-card-banner._2 {
    min-height: 3.8em;
    align-items: stretch;
    font-size: 1.5rem;
}

.career-banner-arrow {
    width: 4em;
    height: auto;
    background-color: #eb875a;
    justify-content: center;
    align-items: stretch;
    display: flex;
    transition: background-color 200ms ease;
}

.career-card-text {
    align-items: center;
    margin-top: .5em;
    margin-bottom: .5em;
    display: flex;
}

.career-card-text._2 {
    max-width: none;
    align-items: center;
    display: flex;
}

.s_home_values {
    background-color: #d9dbe0;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.values-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.value-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.5rem 2rem;
    display: flex;
}

.value-box.last {
    color: #fff;
    background-color: #eb875a;
    justify-content: center;
    font-family: Groteska, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s;
}

.value-box.last:hover {
    background-color: #366373;
}

.value-box.engagement {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.value-icon {
    height: 5rem;
}

.value-icon.about {
    margin-bottom: 1rem;
}

.value-txt {
    color: #366373;
    font-family: Gunterz, sans-serif;
    font-size: 2rem;
    font-weight: 500;
}

.value-link-txt {
    max-width: 10em;
    display: inline;
}

.link-span {
    color: #fff;
    border-bottom: 3px solid #fff;
    font-size: 1em;
    text-decoration: none;
    transition: border-color .2s;
    display: inline-block;
}

.link-span:hover {
    border-bottom-color: #f2a866;
}

.s-about-hero {
    min-height: 100vh;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6rem 5% 8vw;
    display: flex;
    position: relative;
}

.s-about-mission {
    color: #fff;
    text-align: center;
    background-color: #366373;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.h3-mission {
    color: #9cbfc7;
}

.s_about_vision {
    background-color: #63666b;
    flex-direction: column;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.values-details-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}

.p-med {
    font-size: 1.3rem;
    line-height: 1.4;
}

.s_about_team {
    padding: 10rem 5%;
    font-size: 1rem;
}

.team-text-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
}

.team-wrapper {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.team-member {
    width: 100%;
    padding-top: 130%;
    position: relative;
}

.team-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.team-member-details-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    flex-direction: column;
    padding: 1em 2em;
    font-family: Groteska, sans-serif;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.team-name-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    display: flex;
}

.team-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.team-name.listing {
    color: #366373;
}

.team-name.gunterz {
    color: #366373;
    font-family: Gunterz, sans-serif;
}

.team-role {
    font-size: 1.4rem;
    font-weight: 400;
}

.team-text {
    font-size: 1rem;
}

.grid-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.engagement-security-wrapper {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.engagement-security-wrapper.left {
    align-items: flex-start;
}

.s-engagement-workspace {
    color: #fff;
    text-align: center;
    background-color: #eb875a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.s-engagement-workspace._100vh {
    min-height: 100vh;
}

.s-engagement-card {
    color: #fff;
    text-align: left;
    background-color: #63a1b8;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.engagement-card-banner {
    min-height: 3.8em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    text-align: left;
    background-color: #eb875a;
    justify-content: space-between;
    padding: 0 0% 0 5%;
    font-family: Groteska, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transition: background-color 200ms ease;
}

.engagement-card-banner._2 {
    min-height: 3.8em;
    font-size: 1.5em;
}

.engagement-banner-arrow {
    width: 4em;
    background-color: #366373;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: background-color 200ms ease;
}

.arrow-engagement {
    width: 1.3em;
    color: #eb875a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: color .1s;
    display: flex;
}

.arrow-engagement.values {
    width: 1.3em;
    margin-left: .3em;
    display: inline-block;
    position: relative;
    bottom: -.3em;
}

.s_wn_news {
    color: #fff;
    text-align: center;
    background-color: #f2a866;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.news-card-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
}

.news-card-text._2 {
    max-width: none;
}

.news-card-banner {
    min-height: 3.8em;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    color: #fff;
    text-align: left;
    background-color: rgba(19, 19, 19, .7);
    flex-direction: column;
    justify-content: space-between;
    padding: .5em 1em;
    font-family: Groteska, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transition: background-color 200ms ease;
}

.news-card-banner._2 {
    min-height: 3.8em;
    font-size: 1.5em;
}

.news-card-date {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
}

.news-card-date._2 {
    max-width: none;
}

.news-listing-wrapper {
    width: 100%;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    display: flex;
}

.news-item {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    color: #366373;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5em 4em;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: flex;
}

.news-item:hover {
    color: #fff;
    background-color: #eb875a;
}

.news-title {
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.news-date {
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
}

.career-hero-btn-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
    display: flex;
}

.s_about_vision-copy {
    background-color: #63666b;
    flex-direction: column;
    align-items: center;
    padding: 10em 5%;
    display: flex;
}

.s_featured_roles {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.opened-role-item {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    color: #366373;
    background-color: #63a1b8;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5em 4em;
    font-size: 1em;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: flex;
}

.opened-role-item:hover {
    color: #fff;
    background-color: #eb875a;
}

.role-title {
    color: #fff;
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.role-date {
    color: #fff;
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
}

.opened-role-details-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex;
}

.values-col-wrapper {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.s_more_than_a_salary {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.advantages-card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.advantage-card {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    color: #fff;
    background-color: #366373;
    flex-direction: column;
    justify-content: space-between;
    padding: 4em 3em 1.5em;
    display: flex;
}

.advantage-title {
    text-transform: uppercase;
    font-family: Gunterz, sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
}

.advantage-title.is-blue {
    color: #9cbfc7;
    font-size: 1.6rem;
    font-weight: 700;
}

.advantage-desc {
    color: #fff;
    font-size: 1.4rem;
}

.advantage-tagline {
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.advantage-flex-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.advantage-flex-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
}

.left {
    text-align: left;
}

.s_team_lifestyle {
    color: #fff;
    text-align: center;
    background-color: #63a1b8;
    justify-content: center;
    align-items: center;
    padding: 10em 5%;
    display: flex;
}

.s_team_listing {
    background-color: #63666b;
    padding: 10rem 5%;
}

.team-listing-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
}

.team-card {
    min-height: 38em;
    background-color: #fff;
    align-items: stretch;
    display: flex;
}

.team-listing-content-wrapper {
    width: 100%;
    max-width: 85rem;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.team-c-img-wrapper {
    width: 40%;
    position: relative;
}

.team-c-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem;
    font-family: Groteska, sans-serif;
    display: flex;
}

.team-c-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    position: absolute;
}

.test {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    flex-direction: column;
    padding: 1em 2em;
    font-family: Groteska, sans-serif;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.s-engagement-cards {
    background-color: #d9dbe0;
    padding: 10rem 5%;
}

.engagement-card {
    min-height: 35rem;
    background-color: #fff;
    align-items: stretch;
    display: flex;
}

.s_our-world {
    color: #fff;
    text-align: center;
    background-color: #366373;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.s_download {
    color: #fff;
    text-align: left;
    background-color: #63666b;
    justify-content: center;
    align-items: center;
    padding: 10rem 5%;
    display: flex;
}

.download-block-wrapper {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.download-card {
    width: 100%;
    padding-top: 80%;
    position: relative;
}

.social-icon {
    width: 1.8rem;
    height: 1.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.centered {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.heading-2 {
    font-size: 1.5rem;
}

.paragraph {
    font-size: 1.125rem;
}

.dropdown-link {
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    padding: .5rem 1rem;
    font-family: Groteska, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    transition: color .2s;
}

.dropdown-link:hover,
.dropdown-link.w--current {
    color: #eb875a;
}

.dropdown-link.last {
    border-bottom-style: none;
}

.heading-3 {
    font-weight: 500;
}

.footer-content-wrapper {
    width: 100%;
    max-width: 85rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
}

.footer-logo {
    width: 100%;
}

.footer-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.footer-divider-small {
    width: 2.5rem;
    height: 5px;
    background-color: #eb875a;
}

.footer-link-main {
    color: #fff;
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s;
}

.footer-link-main:hover {
    color: #eb875a;
}

.footer-link-muted {
    color: #63666b;
    font-family: Groteska, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    transition: color .2s;
}

.footer-link-muted:hover {
    color: #eb875a;
}

.footer-job-btn-wrapper {
    justify-content: flex-end;
    display: flex;
}

.footer-divider-long {
    width: 100%;
    height: 1px;
    background-color: #eb875a;
}

.footer-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-2-txt-wrapper {
    color: #fff;
    font-family: Groteska, sans-serif;
}

.credit-link {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: color .2s;
}

.credit-link:hover {
    color: #eb875a;
}

.footer-socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    display: flex;
}

.footer-socail {
    width: 3rem;
    height: 3rem;
    color: #242626;
    background-color: #d9dbe0;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    transition: background-color .2s;
    display: flex;
}

.footer-socail:hover {
    background-color: #eb875a;
}

.icon-embed-xxsmall {
    width: 1rem;
    height: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.s-contact-form {
    color: #fff;
    background-color: #242626;
    justify-content: center;
    align-items: center;
    padding: 10rem 5% 0;
    display: flex;
}

.contact-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.text-field {
    color: #fff;
    letter-spacing: .3rem;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 0);
    border-top: 0 #000;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    border-left: 0 #000;
    border-right: 0 solid #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    font-family: Groteska, sans-serif;
    font-size: 1.6rem;
    transition: border-color .2s;
}

.text-field:focus {
    border-bottom-color: #f2a866;
}

.text-field::-ms-input-placeholder {
    color: #fff;
}

.text-field::placeholder {
    color: #fff;
}

.form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}

.form-label {
    letter-spacing: .3rem;
    text-transform: uppercase;
    font-family: Groteska, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

.message-field {
    min-height: 16rem;
    color: #242626;
    text-transform: capitalize;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-family: Groteska, sans-serif;
    font-size: 1.6rem;
    transition: border-color .2s;
}

.message-field::-ms-input-placeholder {
    color: #fff;
}

.message-field::placeholder {
    color: #fff;
}

.form-block-wrapper {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
}

.contact-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
}

.coordonnes-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}

.city {
    letter-spacing: .3rem;
    text-transform: uppercase;
    font-family: Groteska, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.address-link {
    color: #fff;
    font-family: Groteska, sans-serif;
    font-size: 1.4em;
    transition: color .2s;
}

.address-link:hover {
    color: #eb875a;
}

.tel {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
}

.address-txt {
    color: #63a1b8;
    font-family: Groteska, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    transition: color .2s;
}

.contact-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    flex: none;
    display: flex;
}

.contact-col-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.richtext-communaute a {
    color: #63666b;
    border-bottom: 3px solid #63666b;
    display: inline-block;
}

.richtext-communaute a:hover {
    border-bottom-color: #eb875a;
}

.link-white {
    color: #fff;
    border-bottom: 3px solid #fff;
    transition: border-color .2s;
    display: inline-block;
}

.link-white:hover {
    border-bottom-color: #366373;
}

.success {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #63a1b8;
    font-family: Groteska, sans-serif;
    font-size: 1.2rem;
}

.error-message {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #eb875a;
    font-family: Groteska, sans-serif;
    font-size: 1.2rem;
}

.p-lg-white-bold {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

.p-lg-white-bold a {
    color: #fff;
    border-bottom: 3px solid #fff;
    transition: border-color .2s;
    display: inline-block;
}

.p-lg-white-bold a:hover {
    border-bottom-color: #eb875a;
}

.p-lg-white-bold p {
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 9vw;
    }

    h2 {
        font-size: 2.8em;
    }

    h3 {
        font-size: 4.5vw;
    }

    h4 {
        font-size: 3vw;
    }

    .page-wrapper {
        font-size: 12px;
    }

    .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    .super-text {
        font-size: 12vw;
    }

    .heading-lg {
        font-size: 9vw;
    }

    .heading-md {
        font-size: 6vw;
    }

    .heading-sm {
        font-size: 4.5vw;
    }

    .heading-xsm {
        font-size: 3vw;
    }

    .menu-icon1_line-top {
        width: 24px;
        height: 2px;
        background-color: #366373;
        padding-bottom: 0;
        padding-right: 0;
    }

    .nav {
        align-items: center;
        padding-right: 5%;
    }

    .menu-icon1 {
        width: 48px;
        height: 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .nav-link-wrapper {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .navlink {
        width: auto;
        color: #fff;
        text-align: center;
        margin-left: 0;
        padding: .75rem 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
    }

    .nav_logo-link {
        width: 7em;
    }

    .nav_logo-link.w--current {
        width: 8em;
    }

    .button.is-nav {
        border: 2px solid #eb875a;
        padding-top: 1rem;
        font-size: 1.5rem;
        line-height: 1;
    }

    .button.is-nav:hover {
        background-color: rgba(54, 99, 115, 0);
    }

    .button.top-2em {
        border: 2px solid #eb875a;
        margin-top: 2em;
        padding-top: 1rem;
        font-size: 1.2rem;
        line-height: 1;
    }

    .button.top-2em:hover {
        background-color: rgba(54, 99, 115, 0);
    }

    .button.is-footer {
        border: 2px solid #eb875a;
        padding-top: 1rem;
        font-size: 1.5rem;
        line-height: 1;
    }

    .button.is-footer:hover {
        background-color: rgba(54, 99, 115, 0);
    }

    .menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .nav_menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .nav_menu-buttons {
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: center;
        margin-top: 1.5rem;
        margin-left: 0;
    }

    .lang-switcher-wrapper {
        justify-content: center;
        margin-bottom: 1em;
        font-size: 1.2em;
    }

    .nav_menu {
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        border-bottom: 1px solid #000;
        padding: 1rem 5% 2rem;
        position: absolute;
        overflow: auto;
    }

    .nav_menu.is-page-height-tablet {
        width: 100%;
        height: 100vh;
        grid-column-gap: 4em;
        grid-row-gap: 4em;
        background-color: #366373;
        flex-direction: column;
        align-items: center;
        margin-top: 6.7em;
        padding-bottom: 15rem;
    }

    .menu-icon1_line-middle {
        width: 24px;
        height: 2px;
        background-color: #366373;
        justify-content: center;
        align-items: center;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .nav_container {
        justify-content: space-between;
    }

    .lang-switcher {
        color: #fff;
        border-left-style: none;
        padding-left: 0;
        font-size: 1.5em;
    }

    .lang-switcher:hover {
        background-color: rgba(255, 255, 255, 0);
    }

    .menu-icon1_line-bottom {
        width: 24px;
        height: 2px;
        background-color: #366373;
        padding-bottom: 0;
        padding-right: 0;
    }

    .dropdown {
        width: auto;
        color: #fff;
        text-align: center;
        padding: .75rem 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        display: flex;
    }

    .dropdown-list.w--open {
        position: static;
    }

    .nav-btn-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 5em;
    }

    .lang-switcher-txt {
        font-size: 2rem;
    }

    .filler {
        height: 200vh;
        background-color: #d8d1d1;
    }

    .dropdown-icon {
        margin-left: -2.6rem;
        margin-right: 0;
        position: absolute;
        left: 160.885px;
    }

    .dropdown-txt {
        margin-right: .5em;
    }

    .s_home_hero {
        min-height: 100svh;
    }

    .s_home_hero.is-conact {
        min-height: 60svh;
    }

    .hero-h1 {
        font-size: 2.5rem;
    }

    .s_home_about_1,
    .s_home_about_2 {
        min-height: 100vh;
    }

    .bg-img.carriere,
    .bg-img.communaute,
    .bg-img.is-about {
        object-position: 100% 50%;
    }

    .h2.stats {
        font-size: 3rem;
    }

    .page-width.team {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .values-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .value-box {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        padding: 2rem 1rem;
    }

    .value-icon {
        height: 4rem;
    }

    .value-txt {
        font-size: 1.5rem;
    }

    .s-about-hero {
        min-height: 100vh;
    }

    .team-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .s-engagement-workspace._100vh {
        min-height: 80vh;
    }

    .career-hero-btn-wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        flex-direction: column;
    }

    .values-col-wrapper {
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        flex-direction: column;
    }

    .advantages-card-wrapper {
        grid-template-columns: 1fr;
    }

    .dropdown-link {
        width: auto;
        color: #fff;
        text-align: left;
        border-bottom-width: 0;
        padding: .75rem 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
    }

    .text-field,
    .form-label {
        font-size: 1.4rem;
    }

    .contact-grid {
        flex-direction: column;
    }

    .contact-col-wrapper {
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
    }

    .dropdown-2 {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 2em;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container.hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-lg,
    .p-lg.white,
    .p-lg.white.bold,
    .p-lg.white.max-1270 {
        font-size: 1.2rem;
    }

    .p-lg.white a {
        border-bottom-width: 2px;
    }

    .section-credit {
        height: auto;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .credit-wrapper {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        flex-direction: column;
        align-items: center;
    }

    .nav {
        height: auto;
        min-height: 4rem;
        align-items: center;
        padding-left: 7%;
    }

    .nav-link-wrapper {
        align-items: flex-start;
    }

    .navlink {
        margin-left: 0;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .navlink:hover {
        font-weight: 400;
    }

    .nav_logo-link {
        padding-left: 0;
    }

    .nav_logo-link.w--current {
        width: 8em;
    }

    .button.is-nav {
        font-size: 1.125rem;
    }

    .button.top-2em {
        text-align: left;
        padding-bottom: 1rem;
        font-size: 1.125rem;
    }

    .button.is-footer {
        margin-right: auto;
        font-size: 1.125rem;
    }

    .lang-switcher-wrapper {
        margin-bottom: 1em;
    }

    .lang-switcher {
        justify-content: flex-start;
        padding: 10px 0;
    }

    .lang-switcher:hover {
        background-color: rgba(255, 255, 255, 0);
    }

    .dropdown {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .dropdown-list.w--open {
        position: static;
    }

    .arrow-career,
    .arrow-career.values {
        width: 2em;
    }

    .nav-btn-wrapper {
        align-items: flex-start;
    }

    .lang-switcher-txt {
        font-size: 2rem;
    }

    .s_home_hero {
        min-height: 100svh;
    }

    .hero-bg-video.is-desktop {
        display: none;
    }

    .hero-bg-video.is-mobile {
        display: block;
    }

    .hero-h1 {
        font-size: 2rem;
    }

    .s_home_about_1 {
        min-height: 100vh;
    }

    .small-divider.orange.mobile {
        display: block;
    }

    .s_home_about_2 {
        min-height: 100vh;
    }

    .bg-img {
        object-position: 65% 50%;
    }

    .bg-img.carriere,
    .bg-img.communaute,
    .bg-img.is-about {
        object-position: 80% 50%;
    }

    .h2 {
        font-size: 2rem;
    }

    .h2.stats {
        text-align: center;
        font-size: 2.5rem;
    }

    .h2.blue,
    .h2.white {
        font-size: 2rem;
    }

    .page-width.team {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .stat-text {
        font-size: 1.4rem;
    }

    .stat-divider {
        height: 3px;
    }

    .s_home_career {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .career-block-wrapper {
        flex-direction: column;
    }

    .career-card {
        flex: 0 auto;
        padding-top: 100%;
        display: block;
    }

    .career-card.rectangle {
        padding-top: 70%;
    }

    .career-card-text {
        font-size: 1.2rem;
    }

    .s_home_values {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .values-wrapper {
        grid-template-columns: 1fr;
    }

    .value-box {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .value-box.last {
        flex-direction: row;
        align-items: center;
        padding: 1rem 1.5rem;
        font-size: 1.125rem;
    }

    .value-icon.about {
        height: 5rem;
    }

    .value-link-txt {
        max-width: none;
    }

    .s-about-hero {
        min-height: 100vh;
    }

    .s-about-mission,
    .s_about_vision {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .p-med {
        font-size: 1.2rem;
    }

    .s_about_team {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .team-wrapper,
    .grid-2-col {
        grid-template-columns: 1fr;
    }

    .engagement-security-wrapper.left {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .s-engagement-workspace {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .s-engagement-workspace._100vh {
        min-height: 60vh;
    }

    .s-engagement-card,
    .s_wn_news {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .news-card-text,
    .news-card-date {
        font-size: 1.2rem;
    }

    .news-item {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        flex-direction: column;
        padding-left: 2em;
        padding-right: 1em;
    }

    .news-title,
    .news-date {
        font-size: 1.2rem;
    }

    .s_featured_roles {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .opened-role-item {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-direction: column;
        padding-left: 2em;
        padding-right: 2em;
    }

    .s_more_than_a_salary {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .advantage-card {
        grid-column-gap: 4em;
        grid-row-gap: 4em;
    }

    .advantage-title {
        font-size: 2rem;
    }

    .advantage-desc,
    .advantage-tagline {
        font-size: 1.2rem;
    }

    .s_team_listing {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .team-card {
        flex-direction: column;
    }

    .team-c-img-wrapper {
        width: 100%;
        height: 45rem;
    }

    .s-engagement-cards {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .engagement-card {
        flex-direction: column;
    }

    .s_our-world,
    .s_download {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .download-block-wrapper {
        grid-template-columns: 1fr;
    }

    .dropdown-link {
        text-align: left;
        border-bottom-width: 0;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .footer-logo-wrapper {
        max-width: 16rem;
    }

    .footer-job-btn-wrapper {
        justify-content: flex-end;
    }

    .footer-grid-2 {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }

    .footer-socials-wrapper {
        justify-content: center;
    }

    .text-block-2 {
        text-align: center;
    }

    .contact-col-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .heading-7 {
        font-size: 2em;
    }

    .dropdown-2 {
        margin-left: 0;
    }

    .div-block {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .p-lg-white-bold {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 11vw;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 7vw;
    }

    h4 {
        font-size: 5vw;
    }

    .container,
    .styleguide-parent {
        padding-left: 10px;
        padding-right: 10px;
    }

    .swiper-slide {
        min-height: 25rem !important;
    }

    .super-text {
        font-size: 14vw;
    }

    .heading-lg {
        font-size: 11vw;
    }

    .heading-md {
        font-size: 8vw;
    }

    .heading-sm {
        font-size: 7vw;
    }

    .heading-xsm {
        font-size: 5vw;
    }

    .p-lg,
    .p-lg.white {
        font-size: 1.4rem;
    }

    .p-lg.white.max-1270,
    .p-lg.white.col {
        font-size: 1.2rem;
    }

    .nav {
        align-items: center;
        padding-left: 7%;
    }

    .nav_logo-link {
        width: 7em;
    }

    .nav_logo-link.w--current {
        width: 8em;
    }

    .button.is-nav,
    .button.top-2em,
    .button.is-footer {
        font-size: 1.125rem;
    }

    .nav_menu-buttons {
        align-items: stretch;
    }

    .arrow-career {
        width: 2em;
    }

    .arrow-career.values {
        width: 2em;
        flex: none;
    }

    .hero-h1 {
        font-size: 2rem;
    }

    .icon-lightbox {
        width: 4rem;
        height: 4rem;
    }

    .text-block {
        font-size: 1.6rem;
    }

    .bg-img {
        object-position: 63% 50%;
    }

    .bg-img.carriere {
        object-position: 80% 50%;
    }

    .bg-img.communaute {
        object-position: 77% 50%;
    }

    .bg-img.is-about {
        object-position: 75% 50%;
    }

    .h2.stats {
        font-size: 2.5rem;
    }

    .h2.white {
        font-size: 2rem;
    }

    .career-card-text,
    .career-card-text._2 {
        font-size: 1.2rem;
    }

    .values-wrapper {
        grid-template-columns: 1fr;
    }

    .value-box.last {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .value-txt {
        font-size: 1.5rem;
    }

    .value-link-txt {
        width: auto;
        max-width: none;
    }

    .engagement-card-banner {
        font-size: 1.5rem;
    }

    .opened-role-details-wrapper {
        grid-column-gap: 0em;
        grid-row-gap: 0em;
        flex-direction: column;
    }

    .advantage-card {
        padding-left: 2em;
        padding-right: 2em;
    }

    .team-c-img-wrapper {
        height: 35rem;
    }

    .team-c-content-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .heading-4 {
        font-size: 2em;
    }

    .heading-5 {
        font-size: 2rem;
    }

    .heading-6 {
        font-size: 2.4rem;
    }

    .text-field,
    .form-label {
        font-size: 1.2rem;
    }

    .div-block {
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .p-lg-white-bold {
        font-size: 1.4rem;
    }
}

#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bc9d-adc6bc9a {
    grid-area: 1 / 4 / 2 / 5;
}

#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bca2-adc6bc9a {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bca4-adc6bc9a {
    grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bcac-adc6bc9a {
    grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bcb4-adc6bc9a {
    grid-area: 1 / 4 / 2 / 5;
}

#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bcbe-adc6bc9a,
#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bcc9-adc6bc9a,
#w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bccd-adc6bc9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
}

#w-node-_197bba97-f288-3489-ca81-8ea147900869-5b504724,
#w-node-c50654a9-ebf7-bf62-3008-e9eab1fbdac3-5b504724,
#w-node-a4649cd6-fc2b-774b-b7cf-08714ec21756-5b504724,
#w-node-fdb35681-97c4-a56e-cf61-23f78d709e6f-5b504724,
#w-node-_9ace1e77-3f1c-f7d3-73f4-d16a9e53a48b-5b504724,
#w-node-_57fb7c53-5694-d136-05ee-b0f32be5a871-5b504724,
#w-node-_7913bf8f-7fa9-205e-4176-6539a58afcc9-b5bc2da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_887500a6-e5c2-6836-2472-4650cf848d69-b5bc2da5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
    #w-node-_487ba30d-f656-51da-6e07-1cdacdb1346e-238e63d4 {
        justify-self: start;
    }

    #w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bca2-adc6bc9a,
    #w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bca4-adc6bc9a,
    #w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bcac-adc6bc9a,
    #w-node-b4dc9a4f-4363-4744-17fa-06ebadc6bcb4-adc6bc9a {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_487ba30d-f656-51da-6e07-1cdacdb1346e-5b504724 {
        justify-self: start;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_487ba30d-f656-51da-6e07-1cdacdb1346e-238e63d4,
    #w-node-_487ba30d-f656-51da-6e07-1cdacdb1346e-5b504724 {
        justify-self: stretch;
    }
}

@font-face {
    font-family: 'Groteska';
    src: url('../fonts/Groteska-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Groteska';
    src: url('../fonts/Groteska-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Groteska';
    src: url('../fonts/Groteska-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Groteska';
    src: url('../fonts/Groteska-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Groteska';
    src: url('../fonts/Groteska-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Groteska';
    src: url('../fonts/Groteska-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz-Bold.woff') format('woff'), url('../fonts/Gunterz-Bold.woff') format('woff'), url('../fonts/Gunterz-Bold.woff') format('woff'), url('../fonts/Gunterz-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz-Italic.woff') format('woff'), url('../fonts/Gunterz-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    font-family: Groteska;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 400;
}

.pagination-inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
}

.pagination-arrow {
    width: 2rem;
    color: #eb875a;
}

.pagination-image {
    display: inline-block;
    width: 2rem;
}

.pagination-arrow:hover {
    color: #ffffff !important;
}

.pagination-inner-wrapper a {
    color: #ffffff;
}

.team-c-content-wrapper p {
    font-size: 1.125rem !important;
}

.team-c-content-wrapper a {
    border-bottom: 3px solid #63666b !important;
    color: #63666b !important;
}

.team-c-content-wrapper a:hover {
    border-bottom-color: #eb875a !important;
}

.advantage-card a {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 2px;
}

.advantage-card a:hover {
    border-bottom-color: #eb875a !impo;
}

.career-card:hover .career-banner-arrow {
    background-color: #366373;
}

.career-card:hover .career-banner-arrow svg {
    color: #eb875a;
}

.career-card.rectangle:hover .engagement-banner-arrow {
    background-color: #eb875a;
}

.career-card.rectangle:hover .engagement-banner-arrow svg {
    color: #366373;
    transition: color 200ms ease;
}

.career-card.rectangle:hover .engagement-card-banner {
    background-color: #366373;
}

.download-card:hover .engagement-banner-arrow {
    background-color: #eb875a;
}

.download-card:hover .engagement-banner-arrow svg {
    color: #366373;
    transition: color 200ms ease;
}

.download-card:hover .engagement-card-banner {
    background-color: #366373;
}

.career-card:hover .news-card-banner {
    background-color: #366373;
}

.s_single-img {
    width: 100%;
    min-height: 100svh;
    background-image: url('../images/_PTI8600-1-p-1080.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.play-lightbox {
    z-index: 1000;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: rgba(14, 22, 28, .5);
    justify-content: center;
    align-items: center;
    padding: 5%;
    text-decoration: none;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.close-lightbox {
    width: 3rem;
    height: 3rem;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: color .2s;
    display: flex;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
    cursor: pointer;
}

.close-lightbox:hover {
    color: #eb875a;
}

.video {
    width: 100%;
    height: auto;
    max-width: 60rem;
}

.slider-arrow {
    z-index: 10;
    cursor: pointer;
    align-items: center;
    margin-top: 6.5em;
    display: flex;
    position: absolute;
}

.slider-arrow.left {
    margin-top: 0;
    padding-left: .5em;
    padding-right: 2em;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.slider-arrow.right {
    margin-top: 0;
    padding-left: 2em;
    padding-right: .5em;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow {
    width: 1.5rem;
    height: 1.5rem;
    color: #d9dbe0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.arrow:hover {
    color: #f2a866;
}

.arrow.right {
    color: #d9dbe0;
    transform-style: preserve-3d;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.arrow.right:hover {
    color: #f2a866;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
    display: flex;
}

.career-card.rectangle.swiper {
    flex: 1;
}

.arrow-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.hero-slide {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    min-height: 35rem;
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.wrapper {
    background-color: #fff;
    padding: 10rem 5%;
}

.rich-text-block {
    font-size: 1.125rem;
}

.rich-text-block h2 {
    color: #eb875a;
}

.rich-text-block a {
    color: #eb875a;
    border-bottom: 3px solid #eb875a;
}

.rich-text-block ul {
    font-family: Groteska, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
}

.rich-text-block ol {
    font-family: Groteska, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
}