@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;800;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-weight: 500;
  background-color: #F1F1F1;
}

.offset-anchor {
  position: absolute;
  top: -110px;
  left: 0;
  width: 1px;
  height: 1px;
}

#werkenbijvista {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  background-color: #ffffff;
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  padding: 0rem 1.5rem;
  text-decoration: none;
  border-radius: 9px;
  margin: 1.75rem 0 0 0;
  transition: 0.25s ease;
  /* IE fix for vertical centering */
}
.button--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  display: none;
  background-color: #EC644A;
  z-index: 500;
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
@media screen and (max-width: 1140px) {
  .button--fixed {
    display: flex;
  }
}
.button:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.button:first-child {
  margin-top: 0;
}
.button--inline {
  display: inline-flex;
}
.button--petrol {
  background-color: #00555C;
}
.button--petrol:hover {
  background-color: #EC644A;
}
.button--coral {
  background-color: #EC644A;
}
.button--coral:hover {
  background-color: #00555C;
}
.button svg {
  margin-right: 1rem;
}
.button span {
  color: #ffffff;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  min-height: 620px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header--job {
  min-height: 380px;
  height: 60vh;
}
.header--home {
  min-height: auto;
  height: auto;
  padding: 70px 0 0 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00555C;
}
.header__background__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}
.header__background__image--overlay {
  opacity: 0.7;
}
.header__background__mask {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("/images/overlay--white--large.svg");
  background-repeat: no-repeat;
  background-size: 3440px 525px;
  background-position: bottom center;
}
.header__background__mask--yellow {
  background-image: url("/images/overlay--yellow--large.svg");
}
@media screen and (max-width: 1140px) {
  .header__background__mask {
    background-position: 40% 100%;
  }
}
.header__content {
  display: block;
  z-index: 450;
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.header__content .content {
  max-width: 100%;
}
@media screen and (max-width: 1380px) {
  .header__content {
    width: 800px;
  }
}
@media screen and (max-width: 1140px) {
  .header__content {
    width: 100%;
    padding: 0 1.75rem;
  }
}
.header__filter {
  background-color: rgba(0, 85, 92, 0.8);
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
}
@media screen and (max-width: 1140px) {
  .header__filter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__filter__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .header__filter__overlay {
    display: none;
  }
}
.header__filter__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding: 4.5rem 4.5rem 10rem 4.5rem;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 120;
}
@media screen and (max-width: 1380px) {
  .header__filter__form {
    padding: 2rem 2rem 7rem 2rem;
  }
}
@media screen and (max-width: 1140px) {
  .header__filter__form {
    width: 100%;
    background-color: #ffffff;
    padding: 2rem;
  }
}
.header__filter__form__link {
  color: #00555C;
  display: block;
  margin: 1rem 0 0 0;
  font-size: 15px;
  font-weight: 300;
  max-width: 130px;
}
@media screen and (max-width: 1140px) {
  .header__filter__form__link {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 4px 24px 0 24px;
  }
}
.header__filter__form__link:hover {
  color: #EC644A;
}
.header__filter__form__title {
  color: #00555C;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
}
.header__filter__form__select {
  width: 100%;
  position: relative;
  margin: 2rem 0 0 0;
}
.header__filter__form__select select {
  width: 100%;
  height: 62px;
  border: 1px solid rgba(0, 85, 92, 0.25);
  border-radius: 6px;
  appearance: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  color: #00555C;
  padding: 0 1.25rem;
  outline: none;
}
.header__filter__form__select svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 1.25rem;
}
.header__filter__form__text {
  width: 100%;
  position: relative;
  margin: 1rem 0 0 0;
}
.header__filter__form__text input {
  width: 100%;
  height: 62px;
  border: 1px solid rgba(0, 85, 92, 0.25);
  border-radius: 6px;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  color: #00555C;
  padding: 0 1.25rem;
  outline: none;
}
.header__filter__form__text input::placeholder {
  color: #00555C;
}
.header__filter__form__text svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 1.25rem;
}
.header__filter__form__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1140px) {
  .header__filter__form__buttons {
    flex-direction: column;
    width: 100%;
  }
}
.header__filter__form__buttons__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0.5rem;
  width: auto;
  height: 50px;
  border-radius: 6px;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  padding: 0 1rem 0 1rem;
  position: relative;
  border: 1px solid rgba(0, 85, 92, 0.25);
  background-color: #ffffff;
  color: #00555C;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .header__filter__form__buttons__item {
    margin-left: 0;
    width: 100%;
  }
}
.header__filter__form__buttons__item:first-child {
  margin-left: 0;
}
.header__filter__form__buttons__item:hover {
  cursor: pointer;
  background-color: #00555C;
  border-color: #00555C;
  color: #ffffff;
}
.header__filter__form__buttons__item--primary {
  background-color: #00555C;
  color: #ffffff;
}
.header__filter__form__buttons__item--primary:hover {
  cursor: pointer;
  background-color: #EC644A;
  border-color: #EC644A;
}
.header__filter__form__buttons__item span {
  white-space: nowrap;
  text-decoration: none;
}
.header__filter__form__buttons__item svg {
  position: absolute;
  top: calc(50% - 5px);
  right: 1.25rem;
}
.header__filter__image {
  width: auto;
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  background-color: #00555C;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 3.5rem 12vw 6rem;
}
@media screen and (min-width: 1920px) {
  .header__filter__image {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1140px) {
  .header__filter__image {
    width: 100%;
    padding: 38vw 2rem 50vw 2rem;
  }
}
.header__filter__image__overlay {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  .header__filter__image__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.header__filter__image__overlay--bottom {
  bottom: 0;
  top: auto;
}
.header__filter__image .content {
  position: relative;
  text-align: left;
  margin: 0;
}
.header__filter__image .content h1 {
  font-size: 3.5rem;
}
@media screen and (max-width: 1140px) {
  .header__filter__image .content h1 {
    font-size: 2.5rem;
  }
}
.header__filter__image .content * {
  color: #ffffff;
}
.header__filter__image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header__filter__image__background--overlay {
  opacity: 0.6;
}

/*

    .navigation-old {

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        z-index: 450;

        @media screen and (max-width: $medium) {

            justify-content: flex-end;
            padding-right: $spacing;

        }

        @media screen and (max-width: $mobile) {  

            flex-direction: column;
            justify-content: flex-start;
            align-items: stretch;
            padding: 84px 0 $spacing / 2 0;

            z-index: 950;
            background-color: transparent;

            &.active {

                background-color: $coral;
                padding-top: 110px;

            }

        }

        &__toggle {

            display: none;
            position: absolute;
            width: 44px;
            height: 44px;
            top: $spacing / 2;
            left: $spacing / 2;
            background-color: transparent;
            appearance: none;
            border: none;
            padding: 0;

            span {

                position: absolute;    
                display: block;
                width: 100%;
                height: 6px;
                top: 0;
                left: 0;
                background-color: #ffffff;
                border-radius: 4px;

                &:nth-child(2) { top: 12px; }
                &:nth-child(3) { top: 24px; }

            }

            @media screen and (max-width: $mobile) {

                display: block;
                top: $spacing / 2;

            }



        }

        &__item {

            text-decoration: none;
            margin: $spacing * 1.15 $spacing / 4 0 $spacing / 4;

            @media screen and (min-width: $wide) {

                margin: $spacing * 1.15 $spacing / 2 0 $spacing / 2;

            }

            @media screen and (max-width: $mobile) {  

                width: 100%;
                padding: $spacing / 2 0 0 0;
                margin: 0;
                text-align: center;
                display: none;

                .active & {

                    display: block;

                }

                &:nth-child(3) {

                    border-top: 1px solid rgba(255,255,255,0.2);

                }

            }

            span {

                color: #ffffff;
                font-weight: 800;
                font-size: 1.4rem;

            }

            &.active span {

                text-decoration: underline;

            }

            &:hover {

                span {

                    text-decoration: underline;

                }

            }

        }

        &__logo {

            position: absolute;
            top: $spacing * 1.15;
            left: $spacing;

            @media screen and (min-width: $wide) {

                left: $spacing * 2;

            }

            @media screen and (max-width: $mobile) {  

                top: $spacing / 2;
                left: auto;
                right: $spacing / 2;
                padding: 0;
                width: 130px;

                svg {

                    width: 100%;
                    height: auto;

                }

            }

        }

        &__search {

            &__input {

                background-color: transparent;
                border: none;
                border-bottom: 1px solid rgba(255,255,255,0.5);
                width: 180px;
                height: 40px;
                border-radius: 0;
                margin: $spacing * 1 0 0 $spacing / 4;
                outline: none;
                color: #ffffff;
                font-family: inherit;
                font-size: 1.3rem;
                font-weight: 400;
                transition: 0.2s ease;

                @media screen and (min-width: $wide) {

                    width: 240px;
                    margin: $spacing * 1 0 0 $spacing / 2;

                }

                @media screen and (max-width: $mobile) {

                    width: calc(100% - 3.5rem * 2);
                    margin: $spacing / 2 0 0 $spacing;
                    text-align: center;
                    display: none;

                    .active & {

                        display: block;

                    }

                }

                &::placeholder {

                    color: #ffffff;

                }

                &:focus {

                    background: #ffffff;
                    border-radius: 5px;
                    color: $petrol;
                    padding: 0 0.5rem;       
                    border: 1px solid rgba(255,255,255,1);

                }


            }

        }

    }

*/
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #00555C;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.5rem;
  z-index: 800;
}
.navigation__items {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1140px) {
  .navigation__items {
    display: none;
  }
  .navigation__items.enabled {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #00555C;
    height: auto;
    gap: 1.5rem;
    border-top: 1px solid #ffffff;
    padding: 1.5rem 0;
  }
}
.navigation__items__item {
  text-decoration: none;
  margin: 0 0 0 1.1666666667rem;
}
.navigation__items__item span {
  color: #ffffff;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}
.navigation__items__item.active span {
  text-decoration: underline;
}
.navigation__items__item:hover span {
  text-decoration: underline;
}
.navigation__toggle {
  display: none;
  width: 44px;
  height: 32px;
  margin: 0 0 0 auto;
  background-color: transparent;
  appearance: none;
  border: none;
  position: relative;
  padding: 0;
}
.navigation__toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 4px;
}
.navigation__toggle span:nth-child(2) {
  top: 12px;
}
.navigation__toggle span:nth-child(3) {
  top: 24px;
}
@media screen and (max-width: 1140px) {
  .navigation__toggle {
    display: block;
  }
}
.navigation__logo {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.section {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.section--text,
.section--text-image {
  margin-top: 5.25rem;
}
@media screen and (max-width: 1140px) {
  .section--text,
.section--text-image {
    margin-top: 1.75rem;
    padding: 0 1.75rem;
  }
}

.section--form {
  display: flex;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1140px) {
  .section--form {
    padding: 0 2rem;
    margin-top: 0;
  }
}
.section--form .button {
  appearance: none;
  border: none;
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding: 0 1.5rem 0 3rem;
  font-weight: 500;
  margin: 3.5rem auto;
  position: relative;
}
.section--form .button:hover {
  cursor: pointer;
}
.section--form .button svg {
  top: 20px;
  left: 22px;
  right: auto;
}
@media screen and (max-width: 1140px) {
  .section--form .button {
    margin: 2rem;
  }
}
@media screen and (max-width: 1380px) {
  .section--form {
    width: calc(100% - 3.5rem * 2);
  }
}
@media screen and (max-width: 1140px) {
  .section--form {
    width: 100%;
  }
}
.section--form__field {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0 1.5rem 0;
}
@media screen and (max-width: 1140px) {
  .section--form__field {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.9rem;
    min-height: auto;
  }
}
.section--form__field label {
  font-size: 1.1875rem;
  font-weight: 400;
  color: #00555C;
  line-height: 1;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 1140px) {
  .section--form__field label {
    width: 100%;
    margin: 0.5rem 0 0.75rem 0;
  }
}
.section--form__field label.file-upload {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 45px;
  margin: 0;
}
.section--form__field label.file-upload:hover {
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .section--form__field label.file-upload {
    height: auto;
  }
}
.section--form__field label.file-upload span {
  font-size: 1.1875rem;
  font-weight: 400;
  color: #00555C;
  line-height: 1;
  flex-shrink: 0;
  flex-grow: 0;
  width: 240px;
  margin-top: 0.825rem;
}
.section--form__field label.file-upload input[type=file] {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #00555C;
  font-size: 1rem;
  padding-top: 6px;
}
@media screen and (max-width: 1140px) {
  .section--form__field label.file-upload input[type=file] {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 1140px) {
  .section--form__field label.file-upload input[type=file] {
    padding-left: 230px;
    height: 45px;
  }
  .section--form__field label.file-upload input[type=file]::file-selector-button {
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    transition: 1s;
    opacity: 0;
    width: 1px;
  }
  .section--form__field label.file-upload input[type=file]::before {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 230px;
    height: 45px;
    background-image: url("../images/filepicker.png");
    background-repeat: no-repeat;
    background-size: 230px 45px;
    background-position: top left;
  }
}
@media screen and (max-width: 1140px) {
  .section--form__field label.file-upload {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section--form__field label.radio-button {
  margin: 0 1.5rem;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .section--form__field label.radio-button {
    justify-content: flex-start;
    margin-left: 1rem;
    height: 34px;
  }
}
@media screen and (min-width: 1140px) {
  .section--form__field label.radio-button:nth-child(2) {
    margin-left: auto;
  }
}
.section--form__field label.radio-button input[type=radio] {
  opacity: 0;
}
.section--form__field label.radio-button span {
  position: relative;
}
.section--form__field label.radio-button span::before {
  content: " ";
  top: 0;
  left: -28px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  border: 1px solid #00555C;
  position: absolute;
  display: block;
}
.section--form__field label.radio-button input[type=radio]:checked + span::before {
  background-color: #00555C;
}
.section--form__field input[type=file] {
  appearance: none;
}
.section--form__field textarea {
  background-color: #E5EEEF;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 120px;
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(100% - 240px);
  font-family: "Raleway", sans-serif;
  color: #00555C;
  font-size: 1rem;
  border: 1px solid #E5EEEF;
  outline: none;
  padding: 16px 16px;
  resize: vertical;
}
@media screen and (max-width: 1140px) {
  .section--form__field textarea {
    width: 100%;
  }
}
.section--form__field input[type=text],
.section--form__field input[type=email],
.section--form__field input[type=date] {
  background-color: #E5EEEF;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 52px;
  height: 52px;
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(100% - 240px);
  font-family: "Raleway", sans-serif;
  color: #00555C;
  font-size: 1rem;
  border: 1px solid #E5EEEF;
  outline: none;
  padding: 0 16px;
}
.section--form__field input[type=text]::placeholder,
.section--form__field input[type=email]::placeholder,
.section--form__field input[type=date]::placeholder {
  color: #99BBBE;
}
.section--form__field input[type=text]:focus, .section--form__field input[type=text]:active,
.section--form__field input[type=email]:focus,
.section--form__field input[type=email]:active,
.section--form__field input[type=date]:focus,
.section--form__field input[type=date]:active {
  border: 1px solid #E5EEEF;
}
@media screen and (max-width: 1140px) {
  .section--form__field input[type=text],
.section--form__field input[type=email],
.section--form__field input[type=date] {
    width: 100%;
  }
}
.section--form__field + .section--form__field {
  border-top: 1px solid #00555C;
}
.section--form__field--privacy label {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}
.section--form__field--privacy label input[type=checkbox] {
  flex-shrink: 0;
  margin: 0.2rem 1rem 0 0;
}
.section--form__field--privacy label a {
  color: #00555C;
}

.section--gallery {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.25rem;
}
.section--gallery img, .section--gallery video {
  width: 100%;
}
@media screen and (max-width: 1380px) {
  .section--gallery {
    width: calc(100% - 3.5rem * 2);
  }
}
@media screen and (max-width: 1140px) {
  .section--gallery {
    width: 100%;
  }
}

.section--text-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1380px) {
  .section--text-image {
    width: calc(100% - 3.5rem * 2);
  }
}
@media screen and (max-width: 1140px) {
  .section--text-image {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 1.75rem;
  }
}
.section--text-image__text {
  width: calc(50% - 3.5rem / 2);
  flex-grow: 0;
}
@media screen and (max-width: 1140px) {
  .section--text-image__text {
    width: 100%;
    padding-top: 1.75rem;
  }
}
.section--text-image__image {
  flex-grow: 0;
  width: calc(50% - 3.5rem / 2);
}
.section--text-image__image img,
.section--text-image__image video {
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .section--text-image__image {
    width: 100%;
  }
}
.section--text-image--left .section--text-image__text {
  order: -1;
}
@media screen and (max-width: 1140px) {
  .section--text-image--left .section--text-image__text {
    padding-top: 0;
    padding-bottom: 1.75rem;
  }
}

.section--introduction {
  background-image: url("/images/introduction__background.svg");
  background-repeat: no-repeat;
  background-size: 3440px 2504px;
  background-position: center bottom;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem 10rem 20rem 10rem;
}
@media screen and (max-width: 1380px) {
  .section--introduction {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8rem;
  }
}
@media screen and (max-width: 1140px) {
  .section--introduction {
    padding: 2rem;
  }
}
.section--introduction .content p {
  font-size: 1.3rem;
  color: #00555C;
}
@media screen and (max-width: 1140px) {
  .section--introduction .content p {
    font-size: 1.15rem;
  }
}
.section--introduction__video {
  width: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 6rem;
}
@media screen and (max-width: 1380px) {
  .section--introduction__video {
    margin: 4rem 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .section--introduction__video {
    margin: 2rem 0 0 0;
  }
}
.section--introduction__video video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.section--video {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1380px) {
  .section--video {
    width: calc(100% - 3.5rem * 2);
  }
}
@media screen and (max-width: 1380px) and (max-width: 1140px) {
  .section--video {
    width: calc(100% - 3.5rem);
  }
}
.section--introduction + .section--video {
  margin-top: -7.525rem;
}
@media screen and (max-width: 1140px) {
  .section--introduction + .section--video {
    margin-top: -12.25rem;
  }
}
.section--video__container {
  position: relative;
  padding-bottom: 56.25%;
}
.section--video__container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
}

.section--cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1140px) {
  .section--cta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 1.75rem;
  }
}
.section--cta__button {
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 1rem;
  min-width: 260px;
  text-decoration: none;
  max-width: 100%;
}
.section--cta__button span {
  font-size: 1rem;
  font-weight: 400;
}
.section--cta__button--coral {
  background-color: #EC644A;
}
.section--cta__button--coral span {
  color: #ffffff;
}
.section--cta__button--coral:hover {
  background-color: #00555C;
}

.section--jobs {
  margin-top: 5.25rem;
  /*



  &__overview {

      width: 1100px;
      margin: $spacing / 1.5 auto 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;

      @media screen and (max-width: $medium) {

          width: calc(100% - 3.5rem * 2);

      }

      @media screen and (max-width: $mobile) {

          width: 100%;
          flex-direction: column;
          justify-content: flex-start;
          align-items: stretch;
          margin-top: $spacing / 2;
          padding-left: $spacing / 2;
          padding-right: $spacing / 2;

      }

  }

  &--limited {

      @media screen and (max-width: $mobile) {

          .section--jobs__overview {

              flex-direction: row;
              justify-content: flex-start;
              align-items: stretch;
              flex-wrap: nowrap;
              overflow-x: scroll;
              -webkit-overflow-scrolling: smooth;

          }

      }

  }

  &--full {



  }

  */
}
@media screen and (max-width: 1140px) {
  .section--jobs {
    margin-top: 3.5rem;
    padding: 0;
  }
  .section--jobs > .content {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.section--jobs__overview {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
  width: 100%;
  max-width: 1100px;
  margin: 2.3333333333rem auto 0 auto;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .section--jobs__overview {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.section--jobs__overview__filters {
  width: auto;
  height: auto;
  padding: 2rem;
  background-color: rgba(0, 85, 92, 0.05);
  position: relative;
}
.section--jobs__overview__filters__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  position: sticky;
  top: 6.5rem;
}
.section--jobs__overview__filters__select {
  width: 100%;
  position: relative;
}
.section--jobs__overview__filters__select select {
  width: 100%;
  height: 62px;
  border: 1px solid rgba(0, 85, 92, 0.25);
  border-radius: 6px;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  background-color: #ffffff;
  color: #00555C;
  padding: 0 1.25rem;
  outline: none;
}
.section--jobs__overview__filters__select svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 1.25rem;
}
.section--jobs__overview__filters__text {
  width: 100%;
  position: relative;
}
.section--jobs__overview__filters__text input {
  width: 100%;
  height: 62px;
  border: 1px solid rgba(0, 85, 92, 0.25);
  border-radius: 6px;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  color: #00555C;
  padding: 0 1.25rem;
  outline: none;
}
.section--jobs__overview__filters__text input::placeholder {
  color: #00555C;
}
.section--jobs__overview__filters__text svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 1.25rem;
}
.section--jobs__overview__filters__reset {
  height: 40px;
  border: 1px solid rgba(0, 85, 92, 0.25);
  border-radius: 6px;
  appearance: none;
  width: 100%;
  display: none;
  font-size: 14px;
  background-color: #ffffff;
  font-family: inherit;
}
.section--jobs__overview__filters__reset.enabled {
  display: block;
}
.section--jobs__overview__filters__reset span {
  color: #00555C;
}
.section--jobs__overview__filters__reset:hover {
  background-color: #00555C;
  cursor: pointer;
}
.section--jobs__overview__filters__reset:hover span {
  color: #ffffff;
}
.section--jobs__overview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 1.5rem;
}
@media screen and (max-width: 1140px) {
  .section--jobs__overview__grid {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.section--jobs__notice {
  background-color: #FFF265;
  padding: 3.5rem;
  margin: 1.75rem auto 1.75rem auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1140px) {
  .section--jobs__notice {
    padding: 1.75rem;
  }
}
.section--jobs__notice span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00555C;
}
.section--jobs--limited .section--jobs__overview {
  grid-template-columns: 1fr;
}
.section--jobs--limited .section--jobs__overview__grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1140px) {
  .section--jobs--limited .section--jobs__overview__grid {
    grid-template-columns: 1fr;
  }
}

.section--advantages,
.section--values {
  margin-top: 5.25rem;
  padding-top: 14rem;
  padding-bottom: 5.25rem;
  background-image: url("/images/advantages__background.svg");
  background-size: 3440px auto;
  background-position: center top;
}
@media screen and (max-width: 1140px) {
  .section--advantages,
.section--values {
    margin-top: 3.5rem;
    padding: 3.5rem 1.75rem 3.5rem 1.75rem;
  }
}
.section--advantages::after,
.section--values::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 279px;
  pointer-events: none;
  width: 100%;
  background-image: url("/images/advantages__background__bottom.svg");
  background-repeat: no-repeat;
  background-size: 3440px auto;
  background-position: bottom center;
  z-index: 200;
}
@media screen and (max-width: 1140px) {
  .section--advantages::after,
.section--values::after {
    display: none;
  }
}
.section--advantages::before,
.section--values::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 210;
  height: 251px;
  pointer-events: none;
  width: 100%;
  background-image: url("/images/advantages__background__top.svg");
  background-repeat: no-repeat;
  background-size: 3440px auto;
  background-position: top center;
}
@media screen and (max-width: 1140px) {
  .section--advantages::before,
.section--values::before {
    display: none;
  }
}
.section--advantages__modals,
.section--values__modals {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  position: fixed;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 980;
}
@media screen and (max-width: 1140px) {
  .section--advantages__modals,
.section--values__modals {
    justify-content: flex-start;
  }
}
.section--advantages > .content,
.section--values > .content {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1140px) {
  .section--advantages > .content,
.section--values > .content {
    margin-bottom: 1.75rem;
  }
}
.section--advantages__overview,
.section--values__overview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto 7rem auto;
  width: 1100px;
}
@media screen and (max-width: 1380px) {
  .section--advantages__overview,
.section--values__overview {
    width: calc(100% - 3.5rem * 2);
  }
}
@media screen and (max-width: 1140px) {
  .section--advantages__overview,
.section--values__overview {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 0 0;
    width: 100%;
  }
}

.section--banner {
  max-width: 1100px;
  width: 100%;
  margin: 7rem auto;
  padding: 3.5rem;
  display: block;
  background-image: url("/images/advantages__background.svg");
  background-size: 1440px auto;
  background-position: center center;
}
@media screen and (max-width: 1140px) {
  .section--banner {
    width: 100%;
    margin: 3.5rem auto;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section--banner__text h1, .section--banner__text h2, .section--banner__text h3, .section--banner__text h4, .section--banner__text h5, .section--banner__text h6 {
  color: #00555C;
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 1140px) {
  .section--banner__text h1, .section--banner__text h2, .section--banner__text h3, .section--banner__text h4, .section--banner__text h5, .section--banner__text h6 {
    font-size: 1.5rem;
  }
}
.section--banner__text p {
  font-size: 1rem;
  font-weight: 400;
  color: #00555C;
  line-height: 1.3;
}
.section--banner__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: -2rem;
  right: -4rem;
  max-width: 55%;
  height: calc(100% + 6rem);
}
@media screen and (max-width: 1380px) {
  .section--banner__image {
    right: 0;
  }
}
@media screen and (max-width: 1140px) {
  .section--banner__image {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    height: auto;
    max-width: 100%;
    transform: none;
    margin-bottom: 1.75rem;
    order: -1;
  }
}
.section--banner__image img {
  max-width: 100%;
  max-height: 100%;
}
.section--banner--hasImage .section--banner__text {
  max-width: 55%;
}
@media screen and (max-width: 1380px) {
  .section--banner--hasImage .section--banner__text {
    max-width: 45%;
  }
}
@media screen and (max-width: 1140px) {
  .section--banner--hasImage .section--banner__text {
    max-width: 100%;
    width: 100%;
  }
}

.section--faq {
  width: 800px;
  margin: 1.75rem auto 3.5rem auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1140px) {
  .section--faq {
    width: 100%;
  }
}
.section--faq__item {
  padding: 1.5rem 1.25rem;
}
@media screen and (max-width: 1140px) {
  .section--faq__item {
    padding: 1.5rem 1.75rem;
  }
}
.section--faq__item:last-child {
  padding-bottom: 0;
}
.section--faq__item__question {
  display: block;
  font-size: 1.5rem;
  color: #00555C;
  width: 100%;
  padding-right: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.section--faq__item__question__arrow {
  position: absolute;
  right: 0rem;
  top: 0.4rem;
  margin-left: auto;
  transform-origin: 50% 50%;
  transition: 0.2s ease;
}
.active .section--faq__item__question__arrow {
  transform: rotate(90deg);
}
.section--faq__item__question:hover {
  cursor: pointer;
}
.section--faq__item__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.active .section--faq__item__answer {
  height: auto;
  opacity: 1;
  width: 100%;
  padding: 0.875rem 0 0 0;
}
.section--faq__item + .section--faq__item {
  border-top: 1px solid #00555C;
}

.section--contact .content p, .section--contact .content li, .section--contact .content a {
  color: #00555C;
}
.section--contact__details__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0;
  text-decoration: none;
}
.section--contact__details__item span {
  font-size: 1.1875rem;
  color: #00555C;
  font-weight: 400;
}
.section--contact__details__item svg {
  margin-right: 1rem;
}

.section--map__view {
  width: 1100px;
  height: 650px;
  margin: 3.5rem auto;
}
@media screen and (max-width: 1380px) {
  .section--map__view {
    width: 800px;
  }
}
@media screen and (max-width: 1140px) {
  .section--map__view {
    width: 100%;
    height: 400px;
  }
}
.section--map .marker__popup {
  margin-bottom: 0;
  top: 7px;
  bottom: auto;
  left: 50% !important;
}
.section--map .marker__popup a.leaflet-popup-close-button {
  color: #00555C;
}
.section--map .marker__popup .leaflet-popup-content-wrapper {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #FFF265;
}
.section--map .marker__popup .leaflet-popup-content {
  margin: 1rem;
  line-height: 1;
}
.section--map .marker__popup .leaflet-popup-content h1, .section--map .marker__popup .leaflet-popup-content h2, .section--map .marker__popup .leaflet-popup-content h3, .section--map .marker__popup .leaflet-popup-content h4, .section--map .marker__popup .leaflet-popup-content h5, .section--map .marker__popup .leaflet-popup-content h6, .section--map .marker__popup .leaflet-popup-content p, .section--map .marker__popup .leaflet-popup-content li, .section--map .marker__popup .leaflet-popup-content a {
  color: #00555C;
  font-family: "Raleway", sans-serif;
  margin: 0 0 0 0;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
}
.section--map .marker__popup .leaflet-popup-content h1, .section--map .marker__popup .leaflet-popup-content h2, .section--map .marker__popup .leaflet-popup-content h3, .section--map .marker__popup .leaflet-popup-content h4, .section--map .marker__popup .leaflet-popup-content h5, .section--map .marker__popup .leaflet-popup-content h6 {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.section--map .marker__popup .leaflet-popup-content a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.section--map .marker__popup .leaflet-popup-content .marker__button {
  display: block;
  padding: 10px 40px 9px 15px;
  background-color: #EC644A;
  font-size: 1rem;
  margin: 10px 0 0 0;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 148px;
}
.section--map .marker__popup .leaflet-popup-content .marker__button:last-child {
  width: 100px;
}
.section--map .marker__popup .leaflet-popup-content .marker__button span {
  position: relative;
  z-index: 300;
}
.section--map .marker__popup .leaflet-popup-content .marker__button::after {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  right: 4px;
  height: 100%;
  width: 40px;
  background-image: url("/images/arrow--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.section--map .marker__popup .leaflet-popup-content .marker__button::before {
  display: block;
  position: absolute;
  width: 200%;
  left: -50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  content: " ";
  z-index: 0;
  transform-origin: 50% 0%;
  transform: rotate(-8deg);
}
.section--map .marker__popup .leaflet-popup-content .marker__button--petrol {
  background-color: #00555C;
}
.section--map .marker__popup .leaflet-popup-tip-container {
  display: none;
}

.section--stories {
  margin: 3.5rem 0 0 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .section--stories {
    margin: 3.5rem 0 0 0;
  }
}
.section--stories__overview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
  width: 1100px;
}
@media screen and (max-width: 1380px) {
  .section--stories__overview {
    width: calc(100% - 3.5rem * 2);
  }
}
@media screen and (max-width: 1140px) {
  .section--stories__overview {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0 1.75rem;
  }
}

.section--advantages + .section--text,
.section--values + .section--text {
  margin-top: 0;
}
@media screen and (max-width: 1140px) {
  .section--advantages + .section--text,
.section--values + .section--text {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 1140px) {
  .section--text + .section--text {
    margin-top: 3.5rem;
  }
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card--no-results {
  width: auto;
  grid-column-start: span 2;
  background-color: rgba(0, 85, 92, 0.05);
  padding: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  color: #00555C;
}
.card--no-results.hidden {
  display: none;
}
.card--no-results a {
  color: #00555C;
}
@media screen and (max-width: 1140px) {
  .card--no-results {
    padding: 2rem;
    font-size: 1.25rem;
  }
}

.card--job {
  width: auto;
  background-color: #33777D;
  text-decoration: none;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.card--job.hidden {
  display: none;
}
.card--job__details {
  width: 100%;
  padding: 2rem;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.card--job__details h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  display: block;
}
@media screen and (max-width: 1140px) {
  .card--job__details h3 {
    font-size: 1.25rem;
  }
}
.card--job__details__fte {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 6px 8px;
  margin: 0.75rem 0 0 0;
  color: #00555C;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.card--job__details__additional {
  margin: auto 0 0 0;
}
.card--job__details__additional__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.card--job__details__additional__item span {
  font-weight: 500;
  display: block;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 10px;
  color: #ffffff;
}
.card--job__cta {
  background-color: #00555C;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  position: relative;
}
.card--job__cta svg {
  position: absolute;
  right: 34px;
  top: 34px;
}
.card--job__cta span {
  color: #FFF265;
  font-size: 1rem;
  display: block;
}
.card--job__cta span:first-child {
  font-weight: 800;
  margin-bottom: 0.4rem;
}
.card--job__cta:hover span {
  text-decoration: underline;
}
.card--job:nth-child(odd) {
  background-color: #F0836E;
}
.card--job:nth-child(odd) .card--job__details__fte {
  color: rgba(236, 100, 74, 0.8);
}
.card--job:nth-child(odd) .card--job__cta {
  background-color: #EC644A;
}

.card--advantage {
  width: calc(100% / 3 - 3.5rem / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffffff;
  height: 340px;
  padding: 2rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1140px) {
  .card--advantage {
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .card--advantage:last-child {
    margin-bottom: 0;
  }
}
.card--advantage:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
.card--advantage h4 {
  color: #00555C;
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 800;
  width: 100%;
}
.card--advantage figure {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0 0;
}
.card--advantage figure img {
  max-width: 100%;
}

.card--value {
  width: calc(100% / 2 - 3.5rem / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 2rem 3rem 3rem 3rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .card--value {
    width: 100%;
    margin-bottom: 1.75rem;
    padding: 1.5rem 2rem 2rem 2rem;
  }
  .card--value:last-child {
    margin-bottom: 0;
  }
}
.card--value h4 {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1140px) {
  .card--value h4 {
    font-size: 1.5rem;
  }
}
.card--value p {
  font-size: 1.825rem;
  text-align: center;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .card--value p {
    font-size: 1rem;
  }
}
.card--value figure {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 2rem 0;
}
.card--value figure img {
  max-width: 100%;
  max-height: 120px;
}
.card--value--white {
  background-color: #ffffff;
}
.card--value--white h1, .card--value--white h2, .card--value--white h3, .card--value--white h4, .card--value--white h5, .card--value--white h6, .card--value--white p, .card--value--white a, .card--value--white li {
  color: #EC644A;
}
.card--value--yellow {
  background-color: #FFF265;
}
.card--value--yellow h1, .card--value--yellow h2, .card--value--yellow h3, .card--value--yellow h4, .card--value--yellow h5, .card--value--yellow h6, .card--value--yellow p, .card--value--yellow a, .card--value--yellow li {
  color: #00555C;
}
.card--value--coral {
  background-color: #EC644A;
}
.card--value--coral h1, .card--value--coral h2, .card--value--coral h3, .card--value--coral h4, .card--value--coral h5, .card--value--coral h6, .card--value--coral p, .card--value--coral a, .card--value--coral li {
  color: #fff;
}
.card--value--petrol {
  background-color: #00555C;
}
.card--value--petrol h1, .card--value--petrol h2, .card--value--petrol h3, .card--value--petrol h4, .card--value--petrol h5, .card--value--petrol h6, .card--value--petrol p, .card--value--petrol a, .card--value--petrol li {
  color: #fff;
}

.card--story {
  width: calc(100% / 3 - 3.5rem / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 1.75rem;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .card--story {
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .card--story:last-child {
    margin-bottom: 0;
  }
}
.card--story h4 {
  color: #00555C;
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 800;
}
@media screen and (max-width: 1140px) {
  .card--story h4 {
    text-align: left;
  }
}
.card--story h4:hover {
  text-decoration: underline;
}
.card--story h5 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #00555C;
  font-weight: 500;
  margin: 1.75rem 0 0 0;
}
@media screen and (max-width: 1140px) {
  .card--story h5 {
    margin-top: 0.875rem;
    text-align: left;
    justify-content: flex-start;
  }
}
.card--story h5:hover {
  text-decoration: underline;
}
.card--story__details {
  width: 100%;
}
.card--story figure {
  width: 100%;
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
  height: 293px;
  overflow: hidden;
}
.card--story figure::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 100%;
  pointer-events: none;
  width: calc(100% + 3px);
  background-image: url("/images/story__overlay.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.card--story figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.modal {
  display: none;
}
.modal__close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 1140px) {
  .modal__close {
    top: 1.75rem;
    right: 1.75rem;
  }
}
.modal__close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.modal__close span {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: 50% 50%;
  width: 100%;
  height: 3px;
  background-color: #00555C;
  border-radius: 3px;
  transform: rotate(45deg);
}
.modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.modal.active {
  display: flex;
  z-index: 980;
  pointer-events: all;
}

.modal--advantage {
  background-color: #FFFAC1;
  width: 920px;
  height: auto;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem;
}
@media screen and (max-width: 1140px) {
  .modal--advantage {
    width: 100%;
  }
}
.modal--advantage__illustration {
  width: 260px;
  height: 260px;
  border-radius: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 0 0 2.5rem 0;
}
@media screen and (max-width: 1140px) {
  .modal--advantage__illustration {
    width: 180px;
    height: 180px;
  }
}
.modal--advantage__illustration img, .modal--advantage__illustration svg {
  width: calc(100% - 4rem);
  height: auto;
}
.modal--advantage .content {
  text-align: center;
  width: 100%;
}
.modal--advantage .content h1, .modal--advantage .content h2, .modal--advantage .content h3, .modal--advantage .content h4, .modal--advantage .content h5, .modal--advantage .content h6, .modal--advantage .content p, .modal--advantage .content a, .modal--advantage .content li {
  color: #00555C;
}

.content {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .content {
    max-width: 100%;
  }
}
.content p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1.5rem;
}
.content p strong {
  font-weight: 800;
}
.content li {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}
.content ul, .content ol {
  padding: 0 0 0 24px;
  margin-bottom: 1.5rem;
}
.content ul li + li, .content ol li + li {
  margin-top: 0.4rem;
}
.content p a,
.content li a {
  color: #00555C;
}
.content *:last-child {
  margin-bottom: 0;
}
.content h1 {
  color: #00555C;
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 1140px) {
  .content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #00555C;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 1140px) {
  .content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.15rem;
  }
}
.content h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #00555C;
  margin-bottom: 1.1rem;
  line-height: 1.1;
}
@media screen and (max-width: 1140px) {
  .content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.content h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #00555C;
  margin-bottom: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .content h4 {
    font-size: 1rem;
    margin-bottom: 0.55rem;
  }
}
.content h5 {
  font-size: 1rem;
  font-weight: 800;
  color: #00555C;
  margin-bottom: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .content h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.content h6 {
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .content h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.header__content .content h1, .header__content .content h2, .header__content .content h3, .header__content .content h4, .header__content .content h5, .header__content .content h6, .header__content .content p, .header__content .content li, .header__content .content a, .header__content .content strong {
  color: #ffffff;
}
.content p + h1, .content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6, .content ol + h1, .content ol + h2, .content ol + h3, .content ol + h4, .content ol + h5, .content ol + h6, .content ul + h1, .content ul + h2, .content ul + h3, .content ul + h4, .content ul + h5, .content ul + h6, .content figure + h1, .content figure + h2, .content figure + h3, .content figure + h4, .content figure + h5, .content figure + h6 {
  margin-top: 3.5rem;
}
.content hr {
  border: none;
  border-top: 1px solid #00555C;
  margin: 2.3333333333rem 0;
}
.content .center {
  width: 100%;
  text-align: center;
}

.header + .section--text .content:not(.content--job) strong {
  color: #00555C;
  font-size: 1.25rem;
}
@media screen and (max-width: 1140px) {
  .header + .section--text .content:not(.content--job) strong {
    font-size: 1.15rem;
  }
}

.content--summary {
  padding: 2rem;
  background-color: rgba(0, 85, 92, 0.05);
  margin: 0 0 2rem 0;
}

.content--job ul {
  list-style: none;
  padding: 0;
}
.content--job ul li {
  position: relative;
  display: block;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  border-bottom: 1px solid #00555C;
}
.content--job ul li + li {
  margin-top: 0.75rem;
}
.content--job ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content--job ul li::before {
  content: " ";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("/images/arrow--black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

.content--social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -1rem 0 2.3333333333rem 0;
  padding: 0;
}
@media screen and (max-width: 1140px) {
  .content--social {
    margin-top: -0.5rem;
    margin-bottom: 2rem;
  }
}
.content--social__title {
  color: #00555C;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  margin-top: 0.25rem;
}
.content--social__link {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #00555C;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  .content--social__link {
    margin-right: 0;
  }
}
.content--social__link--whatsapp {
  display: none;
}
@media screen and (max-width: 1140px) {
  .content--social__link--whatsapp {
    display: flex;
  }
}
.content--social__link:hover {
  text-decoration: underline;
}
.content--social__link svg {
  margin-right: 0.65rem;
}
.content--social__link span {
  display: none;
  font-size: 1rem;
  color: #00555C;
  transform: translateY(1px);
}
.content--social .svg-fill {
  fill: #00555C;
}

.preload * {
  transition: none !important;
}

.tns-nav {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 999;
}
.tns-nav button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 0.6;
  border: none;
  box-shadow: none;
  margin-right: 4px;
}
.tns-nav button.tns-nav-active {
  opacity: 1;
}

.footer {
  width: 100%;
  background-size: 3440px 1440px;
  background-position: center top;
  background-image: url("/images/footer__background.svg");
  background-repeat: no-repeat;
  padding: 14rem 0 0 0;
  margin: 7rem 0 0 0;
}
@media screen and (max-width: 1140px) {
  .footer {
    margin-top: 3.5rem;
    padding-top: 7rem;
    padding-bottom: 3.5rem;
    background-position: 40% top;
  }
}
.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
  width: 1100px;
}
@media screen and (max-width: 1380px) {
  .footer__container {
    width: 800px;
  }
}
@media screen and (max-width: 1140px) {
  .footer__container {
    width: 100%;
    padding: 0 1.75rem 1.75rem 1.75rem;
  }
}
.footer__logo {
  width: 100%;
}
.footer__sitemap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 3.5rem 0 0 0;
}
@media screen and (max-width: 1140px) {
  .footer__sitemap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2.3333333333rem;
  }
}
.footer__sitemap__column {
  margin-right: 3.5rem;
}
.footer__sitemap__column:nth-child(0) {
  margin-right: 0;
}
@media screen and (max-width: 1380px) {
  .footer__sitemap__column {
    margin-right: 2.3333333333rem;
  }
}
@media screen and (max-width: 1140px) {
  .footer__sitemap__column {
    width: 100%;
    margin-bottom: 2.3333333333rem;
  }
}
.footer__note {
  margin: 3.5rem 0 7rem 0;
}
@media screen and (max-width: 1140px) {
  .footer__note {
    margin: 0 0 0 0;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #ffffff;
  font-size: 1.185rem;
  text-transform: uppercase;
}
.footer p, .footer li, .footer a, .footer strong {
  color: #ffffff;
  font-size: 1.185rem;
  font-weight: 300;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  margin-top: 1rem;
}
.footer ul, .footer ol {
  margin: 1rem 0 0 0;
  list-style: none;
  padding: 0 0 0 25px;
}
.footer ul li, .footer ol li {
  position: relative;
}
.footer ul li::before, .footer ol li::before {
  content: " ";
  top: 1px;
  left: -24px;
  width: 14px;
  height: 14px;
  background-image: url("/images/arrow--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}
.footer ul li + li, .footer ol li + li {
  margin-top: 0.75rem;
}