body[class^="JobOffer-"], body.newContactPage-jobs {
    padding-top: 0;
}

.grid {
    display: grid !important;
}

.text-gray {
    color: #989898 !important;
}

a.no-link {
    color: inherit;
    text-decoration: none;
}

.fw-bold {
    font-weight: bold;
}

/* Gaps */
.gap-0 {
    gap: 0rem !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

@media (min-width: 576px) {
    .gap-sm-0 {
        gap: 0rem !important;
    }
}
@media (min-width: 576px) {
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
}
@media (min-width: 576px) {
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
}
@media (min-width: 576px) {
    .gap-sm-3 {
        gap: 1rem !important;
    }
}
@media (min-width: 576px) {
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
}
@media (min-width: 576px) {
    .gap-sm-5 {
        gap: 3rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-0 {
        gap: 0rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-1 {
        gap: 0.25rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-2 {
        gap: 0.5rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-3 {
        gap: 1rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-4 {
        gap: 1.5rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-5 {
        gap: 3rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-0 {
        gap: 0rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-3 {
        gap: 1rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-5 {
        gap: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-0 {
        gap: 0rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-3 {
        gap: 1rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-5 {
        gap: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-0 {
        gap: 0rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-3 {
        gap: 1rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
}
@media (min-width: 1400px) {
    .gap-xxl-5 {
        gap: 3rem !important;
    }
}
/* Grids */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 576px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media (min-width: 576px) {
    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media (min-width: 1400px) {
    .xxl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
/* Fonts */
.text-normal {
    font-size: 1rem;
}

.text-sm {
    font-size: 0.875rem!important;
}

.text-md {
    font-size: 1.125rem!important;;
}

.text-lg {
    font-size: 1.5rem!important;;
}

.text-xl {
    font-size: 2rem!important;;
}

@media (min-width: 576px) {
    .sm\:text-normal {
        font-size: 1rem;
    }
}
@media (min-width: 576px) {
    .sm\:text-sm {
        font-size: 0.875rem;
    }
}
@media (min-width: 576px) {
    .sm\:text-md {
        font-size: 1.125rem;
    }
}
@media (min-width: 576px) {
    .sm\:text-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 576px) {
    .sm\:text-xl {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .md\:text-normal {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .md\:text-sm {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .md\:text-md {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .md\:text-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .md\:text-xl {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .lg\:text-normal {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .lg\:text-sm {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .lg\:text-md {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .lg\:text-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .lg\:text-xl {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .xl\:text-normal {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .xl\:text-sm {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .xl\:text-md {
        font-size: 1.125rem;
    }
}
@media (min-width: 1200px) {
    .xl\:text-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .xl\:text-xl {
        font-size: 2rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:text-normal {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:text-sm {
        font-size: 0.875rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:text-md {
        font-size: 1.125rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:text-lg {
        font-size: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:text-xl {
        font-size: 2rem;
    }
}
/* Icons */
.width-normal {
    width: 1rem;
}

.width-sm {
    width: 0.875rem;
}

.width-md {
    width: 1.125rem;
}

.width-lg {
    width: 1.5rem;
}

.width-xl {
    width: 2rem;
}

@media (min-width: 576px) {
    .sm\:width-normal {
        width: 1rem;
    }
}
@media (min-width: 576px) {
    .sm\:width-sm {
        width: 0.875rem;
    }
}
@media (min-width: 576px) {
    .sm\:width-md {
        width: 1.125rem;
    }
}
@media (min-width: 576px) {
    .sm\:width-lg {
        width: 1.5rem;
    }
}
@media (min-width: 576px) {
    .sm\:width-xl {
        width: 2rem;
    }
}
@media (min-width: 768px) {
    .md\:width-normal {
        width: 1rem;
    }
}
@media (min-width: 768px) {
    .md\:width-sm {
        width: 0.875rem;
    }
}
@media (min-width: 768px) {
    .md\:width-md {
        width: 1.125rem;
    }
}
@media (min-width: 768px) {
    .md\:width-lg {
        width: 1.5rem;
    }
}
@media (min-width: 768px) {
    .md\:width-xl {
        width: 2rem;
    }
}
@media (min-width: 992px) {
    .lg\:width-normal {
        width: 1rem;
    }
}
@media (min-width: 992px) {
    .lg\:width-sm {
        width: 0.875rem;
    }
}
@media (min-width: 992px) {
    .lg\:width-md {
        width: 1.125rem;
    }
}
@media (min-width: 992px) {
    .lg\:width-lg {
        width: 1.5rem;
    }
}
@media (min-width: 992px) {
    .lg\:width-xl {
        width: 2rem;
    }
}
@media (min-width: 1200px) {
    .xl\:width-normal {
        width: 1rem;
    }
}
@media (min-width: 1200px) {
    .xl\:width-sm {
        width: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .xl\:width-md {
        width: 1.125rem;
    }
}
@media (min-width: 1200px) {
    .xl\:width-lg {
        width: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .xl\:width-xl {
        width: 2rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:width-normal {
        width: 1rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:width-sm {
        width: 0.875rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:width-md {
        width: 1.125rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:width-lg {
        width: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .xxl\:width-xl {
        width: 2rem;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

body[class^=rmaassistent] {
    background-color: #F4F5FB;
    font-family: "Montserrat";
}

#gm-new {
    background-color: #F4F5FB;
    font-family: "Montserrat";
}
#gm-new *:not(.fas) {
    font-family: "Montserrat";
}
#gm-new a {
    color: #005CFF;
}
#gm-new a.no-link {
    color: inherit;
    font-size:13px;
}
#gm-new .wrapper {
    padding: 12rem 1rem;
}
@media (min-width: 768px) {
    #gm-new .wrapper {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 1200px) {
    #gm-new .wrapper {
        padding-right: 6rem;
        padding-left: 6rem;
    }
}
@media (min-width: 1400px) {
    #gm-new .wrapper {
        padding-right: 11rem;
        padding-left: 11rem;
    }
}
#gm-new .box-dash {
    border: 4px dashed #E4E4E4;
    padding: 0.25rem;
    border-radius: 1rem;
}
@media (min-width: 768px) {
    #gm-new .box-dash {
        border-radius: 3rem;
        border-width: 2px;
        padding: 0.4rem;
    }
}
#gm-new .box-dash .box-dash-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
    gap: 1rem;
    border-radius: 1rem;
    background-color: #e6eafe;
}
@media (min-width: 768px) {
    #gm-new .box-dash .box-dash-content {
        padding: 1rem 2.5rem;
        border-radius: 3rem;
    }
}
#gm-new .box {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.03);
}
#gm-new .box.dashed {
    border: 2px dashed #E4E4E4;
}
@media (min-width: 992px) {
    #gm-new .box {
        padding: 1rem;
    }
}
@media (min-width: 1400px) {
    #gm-new .box {
        padding: 25px 15px;
        gap: 2rem;
    }
}
#gm-new .box .box-image img {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
    display: block;
    margin: auto;
}
@media (min-width: 992px) {
    #gm-new .box .box-image img {
        max-height: 300px;
    }
}
#gm-new .box .box-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#gm-new .box .box-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    #gm-new .box .box-title {
        font-size: 1.125rem;
    }
}
#gm-new .box .box-text {
    display: none;
}
#gm-new .box .box-footer {
    width: 100%;
}
@media (min-width: 992px) {
    #gm-new .box .box-title {
        text-align: left;
    }
    #gm-new .box .box-text {
        display: block;
    }
}
#gm-new .plane-arrow-address {
    position: absolute;
    bottom: 2rem;
    left: 30vw;
}
#gm-new .plane-arrow-return {
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    right: initial;
}
@media (min-width: 992px) {
    #gm-new .plane-arrow-return {
        bottom: 0;
        left: initial;
        right: -30px;
    }
}

#gm-new .plane-arrow-return-page {
    position: absolute;
    right: -10%;
    bottom: 3rem;
    display: none;
}
@media (min-width: 576px) {
    #gm-new .plane-arrow-return-page {
        display: block;
    }
}
#gm-new .btn {
    font-weight: bold;
    padding: 0.5rem;
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    #gm-new .btn {
        font-size: 1rem;
        padding: 0.625rem 1rem;
    }
}
#gm-new .btn.btn-primary {
    background-color: #005CFF;
    color: #ffffff;
}
#gm-new .btn.btn-primary:hover {
    background-color: #337dff;
}
#gm-new .btn.btn-light {
    background-color: #F2F2F2;
    color: #989898 !important;
}
#gm-new .btn.btn-light:hover {
    background-color: #f4f4f4;
}
#gm-new .form-control {
    padding: 1rem 1.5rem;
    height: auto;
}
#gm-new .nav-pills .nav-item {
    background-color: #F2F2F2;
    color: #989898;
    font-weight: bold;
    font-size: 0.875rem;
    padding: .5rem .5rem;
    border: 2px solid #989898;
}
@media (min-width: 576px) {
    #gm-new .nav-pills .nav-item {
        padding: .5rem 1rem;
    }
}
#gm-new .nav-pills .nav-item:hover {
    background-color: #f0f0f0;
    border-color: transparent;
}
#gm-new .nav-pills .nav-item.active {
    background-color: #005CFF;
    color: #ffffff;
    border-color: transparent;
}
#gm-new #faq {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#gm-new #faq .card {
    border-color: #E4EFFF;
    border-radius: 0.25rem;
    border-bottom: 1px solid #E4EFFF;
}
#gm-new #faq .card .card-header {
    position: relative;
    background-color: #fff;
    border-color: #E4EFFF;
    padding: 0;
}
#gm-new #faq .card .card-header .btn {
    padding: 1rem;
    color: #000;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
#gm-new #faq .card .card-header .btn:hover {
    background-color: #fff;
}
#gm-new #faq .card .card-header .btn::after {
    content: url("/application/views/_external/gm/supportNew/img/chevron.svg");
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
}
#gm-new #faq .card .card-header .btn.collapsed::after {
    transform: translateY(-50%);
}
#gm-new .list-group-custom {
    list-style: none;
}
#gm-new .list-group-custom li {
    list-style-image: url("/application/views/_external/gm/supportNew/img/list-bullet.svg");
}
#gm-new .terms-list {
    counter-reset: item;
    position: relative;
}
#gm-new .terms-list h1 {
    counter-reset: subitem subsubitem;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 2.5rem;
    margin-bottom: 1rem !important;
}
#gm-new .terms-list h1.no-number {
    padding-left: 0;
}
#gm-new .terms-list h1.no-number::before {
    content: "" !important;
    counter-increment: none !important;
}
#gm-new .terms-list h1::before {
    position: absolute;
    left: 0;
    counter-increment: item;
    content: counter(item) ". ";
}
#gm-new .terms-list h2 {
    counter-reset: subsubitem;
    font-size: 1rem;
    padding-left: 2.5rem;
    margin-bottom: 1rem !important;
}
#gm-new .terms-list h2::before {
    position: absolute;
    left: 0;
    font-weight: 100;
    content: counter(item) "." counter(subitem);
    counter-increment: subitem;
}
#gm-new .terms-list h3 {
    font-size: 1rem;
    padding-left: 2rem;
    margin-left: 2rem !important;
    margin-bottom: 1rem !important;
}
#gm-new .terms-list h3::before {
    position: absolute;
    left: 2rem;
    font-weight: 100;
    content: counter(subsubitem, lower-alpha) ") ";
    counter-increment: subsubitem;
}
#gm-new .terms-list h4 {
    font-size: 1rem;
    padding-left: 2rem;
    margin-left: 3rem !important;
    margin-bottom: 1rem !important;
}
#gm-new .terms-list h4::before {
    position: absolute;
    left: 4rem;
    font-weight: 100;
    content: "-";
}
#gm-new .terms-list h1 span, #gm-new .terms-list h2 span, #gm-new .terms-list h3 span, #gm-new .terms-list h4 span {
    display: block;
    margin: 1rem 0 !important;
}
#gm-new .terms-list span {
    display: block;
}
#gm-new .terms-list p {
    margin-bottom: 1rem !important;
}
#gm-new .terms-list section {
    padding: 0 !important;
}
#gm-new .terms-addition h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem !important;
}
#gm-new .terms-addition h2, #gm-new .terms-addition h3, #gm-new .terms-addition h4 {
    font-size: 1rem;
    margin-bottom: 1rem !important;
}
#gm-new .terms-addition p {
    margin-bottom: 1rem !important;
}
#gm-new .btn-bigger {
    padding: 1rem 1.25rem;
}
#gm-new .job-count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #005CFF;
    color: #ffffff;
    padding: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    margin-left: 0.5rem;
}
#gm-new .jumbotron {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}
#gm-new .job-item {
    background-color: #ffffff;
    border: 1px solid #D3E5FF;
    border-radius: 1rem;
    padding: 2rem 4rem;
    display: flex;
    gap: 1rem;
    color: #000000;
    text-decoration: none;
    transition: 0.25s ease-in-out;
}
#gm-new .job-item:hover {
    border-color: transparent;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
#gm-new .job-item .job-item-title {
    font-weight: bold;
    text-transform: uppercase;
}
#gm-new .job-item .job-item-row {
    display: flex;
    gap: 1rem;
}
#gm-new .job-item .job-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#gm-new .job-offer-nav-link .badge {
    font-size: 0.8rem;
    padding: 0.5rem;
}

#gm-new .job-offer-item .job-list-item {
    background-color: #fff;
    border: 1px solid #D3E5FF;
    padding: 2.5rem 1.5rem;
}
#gm-new .job-offer-item .job-list-item-img {
    height: 2rem;
    width: 2rem;
}


#gm-new .btn {
    white-space: inherit !important;
}

#gm-new .job-offer-item .job-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gm-new .gm-box.gm-contact_box {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.03);
}

/*# sourceMappingURL=master.css.map */
