html {
    font-size: 62.5%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    box-sizing: border-box;
    margin: 0px
}

::-moz-selection {
    background: black;
    color: white
}

::selection {
    background: black;
    color: white
}

::-moz-selection {
    background: black;
    color: white
}

::-webkit-selection {
    background: black;
    color: white
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0
}

q::before,
q::after {
    display: none
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

blockquote {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

#svg-- {
    display: none
}

.mfp-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed !important;
    top: 0 !important
}

body,
.paragraph {
    font-family: "helvetica", sans;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5
}

.paragraph {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem
}

.paragraph-excerpt {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem
}

.paragraph-excerpt:not(:last-child) {
    margin-bottom: 1.5rem
}

.paragraph:not(:last-child) {
    margin-bottom: 1.5rem
}

.header-primary {
    font-size: 4.8rem;
    line-height: 5.9rem
}

.header-secondary {
    font-size: 3.8rem;
    line-height: 4.6rem
}

.header-tertiary {
    font-size: 2.8rem;
    line-height: 3.4rem
}

.u-img-fluid {
    width: 100%;
    height: auto
}

.u-srt {
    display: none
}

.u-text-white {
    color: #fff
}

.u-mb-large {
    margin-bottom: 5rem !important
}

.u-mb-medium {
    margin-bottom: 3rem !important
}

.u-mb-small {
    margin-bottom: 2rem !important
}

.u-mb-xsmall {
    margin-bottom: 1rem !important
}

.u-mt-large {
    margin-top: 5rem !important
}

.u-mt-medium {
    margin-top: 3rem !important
}

.u-mt-small {
    margin-top: 2rem !important
}

.u-mt-xsmall {
    margin-top: 1rem !important
}

.u-m-auto {
    margin-left: auto;
    margin-right: auto
}

.u-m-none {
    margin: 0 !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.primary-button {
    text-decoration: none;
    border: 0.2rem solid #000;
    border-radius: 20px;
    color: #000;
    padding: 0.6rem 1.65rem;
    background-color: #fff
}

.primary-button:hover {
    background-color: #97999B;
    transition: all .2s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2
}
.header .header__nav {
    padding: 2rem 1.85rem;
    height: 8.7rem;
    background: white;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.1rem solid #97999B;
    z-index: 2
}
.header .header__top-bar{
    padding: 1rem;
    color: #fff;
    background-color: #DA291C;
    text-align: center;
}

.header .header__nav__logo {
    padding: 0
}

.header .header__nav__logo img {
    width: 16.2rem;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 424px) {
    .header .header__nav__logo {
        padding-bottom: 0.5rem
    }
}

.header .header__nav__wrapper-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem
}

@media screen and (max-width: 424px) {
    .header .header__nav__wrapper-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.5rem;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .header .header__nav__wrapper-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.5rem;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 424px) {
    .header .header__nav {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 14.8rem
    }
}

.header .header__nav_sub {
    background: #fff;
    border-bottom: 0.1rem solid #97999B;
    padding: 2rem;
    margin-top: 8.7rem;
    z-index: 2
}

@media screen and (max-width: 424px) {
    .header .header__nav_sub {
        margin-top: 14.8rem
    }
}

.header .header__nav_sub h3 {
    font-weight: 400;
    font-size: 1.4rem;
    color: #000
}

.banner {
    background-color: #fff;
    margin-top: 13.5rem
}

.banner__wrapper {
    width: 100%
}

.banner__container {
    width: 100%;
    position: relative;
    line-height: 0
}

.banner__video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

@media screen and (max-width: 424px) {
    .banner__video {
        max-height: 35.7rem
    }
    .banner{
        margin-top: 22.4rem;
    }
}

.banner__image {
    position: absolute;
    top: 0;
    left: 0
}

.banner__content {
    color: #fff;
    padding-top: 2.9rem;
    padding-left: 4rem
}

@media screen and (min-width: 768px) {
    .banner__content {
        padding-top: 5.8rem;
        padding-left: 7.9rem
    }
}

.banner__content h2 {
    font-size: 3rem;
    line-height: 3.5rem
}

@media screen and (min-width: 768px) {
    .banner__content h2 {
        font-size: 4.8rem;
        line-height: 5.9rem
    }
}

.banner__content h3 {
    font-size: 2rem;
    line-height: 2.3rem
}

@media screen and (min-width: 768px) {
    .banner__content h3 {
        font-size: 2.8rem;
        line-height: 3.4rem
    }
}

.footer {
    padding: 0 10rem;
    width: 100%
}

@media screen and (max-width: 424px) {
    .footer {
        padding: 0 3rem
    }
}

.footer__contact {
    width: 100%;
    border-top: 3px solid #000;
    padding-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__contact .footer__contact__list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    row-gap: 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 45rem
}

.footer__contact .footer__contact__list a {
    text-decoration: none;
    color: #000
}

.footer__contact .footer__contact__list a:hover {
    color: #DA291C;
    transition: all .2s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s
}

@media screen and (max-width: 424px) {
    .footer__contact .footer__contact__list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: start;
        gap: 1rem
    }
}

.footer__social__list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
    padding: 0;
    margin-top: 3rem
}

.footer__social__list i {
    font-size: 3rem;
    color: #000
}

.footer__social__list i:hover {
    color: #DA291C;
    transition: all .2s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.footer__image {
    margin-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__image img {
    width: 16.2rem;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__content {
    margin-top: 2rem;
    margin-bottom: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__content h4 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000
}

.open-jobs {
    padding: 10rem 0 6rem;
    text-align: center;
    color: #000
}

.intro {
    padding: 10rem 2.5rem
}

@media screen and (min-width: 768px) {
    .intro {
        padding: 10rem 5rem
    }
}

@media screen and (min-width: 1024px) {
    .intro {
        padding: 10rem 13rem 10rem 10rem
    }
}

.intro__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem
}

@media screen and (min-width: 1024px) {
    .intro__content {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .intro__content__title {
        min-width: 41rem
    }

    .intro__content__title>h2>br {
        display: none
    }
}

.intro__wrapper {
    background-color: #000;
    color: #fff
}

.benefit {
    color: #000;
    padding: 10rem 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
    position: relative
}

@media screen and (min-width: 768px) {
    .benefit {
        padding: 10rem 5rem
    }
}

@media screen and (min-width: 1024px) {
    .benefit {
        padding: 10rem
    }
}

.benefit__bg {
    background: #DA291C;
    -webkit-clip-path: polygon(100% 71%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 71%, 0% 100%, 100% 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: -1
}

.benefit__wrapper {
    position: relative;
    z-index: 0
}

.benefit__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6rem
}

@media screen and (min-width: 768px) {
    .benefit__content {
        grid-template-columns: repeat(2, 1fr)
    }
}

.benefit__content__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.benefit__content__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-top: 2.4rem
}

.benefit__content__item .material-symbols-outlined {
    color: #DA291C
}

.benefit__content__item:not(:last-of-type) {
    border-bottom: 0.1rem solid #000;
    padding-bottom: 2.4rem
}

.benefit__content__link {
    margin-top: 2.2rem;
    display: block;
    font-style: italic;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000
}

@media screen and (min-width: 768px) {
    .benefit__content__link {
        margin-top: auto
    }
}

.recruiter {
    padding: 10rem 0 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@media screen and (min-width: 768px) {
    .recruiter {
        padding: 10rem 5rem 2.5rem
    }
}

@media screen and (min-width: 1024px) {
    .recruiter {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 3rem 8rem;
        -ms-flex-align: center;
        align-items: center
    }
}

.recruiter__wrapper {
    background-color: #000;
    color: #fff;
    position: relative
}

.recruiter__bg {
    background: #DA291C;
    position: absolute;
    -webkit-clip-path: polygon(100% 100%, 0 100%, 0 90%);
    clip-path: polygon(100% 100%, 0 100%, 0 90%);
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.recruiter__content {
    padding: 0 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@media screen and (min-width: 768px) {
    .recruiter__content {
        padding: 0
    }
}

.recruiter__content__cta .primary-button {
    padding: 0.6rem 4rem
}

.recruiter__image {
    height: 41.4rem
}

@media screen and (min-width: 768px) {
    .recruiter__image {
        height: 45rem
    }
}

@media screen and (min-width: 1024px) {
    .recruiter__image {
        min-width: 63.6rem;
        height: 41.4rem
    }
}

.recruiter__image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}