@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Variable.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Variable.woff") format("woff"), url("../fonts/SpaceGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: block;
  font-style: normal; }

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  position: relative;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Space Grotesk';
  font-weight: 400;
  color: #888;
  overflow-x: hidden; }
  body.menu-active {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden; }

main {
  position: relative;
  padding-top: var(--headerSpacing); }
  main::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 45, 74, 0.5);
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease; }

body.search-active main::after {
  visibility: visible;
  opacity: 1; }

input, select, label, button {
  font-size: 1rem;
  font-family: 'Space Grotesk';
  font-weight: 450; }

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

h1, h2, h3, h4, h5, h6 {
  color: #002D4A; }

b,
strong {
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  vertical-align: baseline; }

sup {
  top: -0.3em;
  position: relative; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.title--small {
  font-size: calc(clamp(0.625rem, 0.376vw + 0.537rem, 0.875rem));
  color: #005A94;
  font-weight: 400; }

.title--medium {
  font-size: calc(clamp(0.875rem, 0.188vw + 0.831rem, 1rem));
  color: #005A94; }

h1, .h1 {
  font-size: calc(clamp(2.25rem, 2.817vw + 1.59rem, 4.125rem));
  font-weight: 400;
  line-height: 120%;
  color: #fff; }
  h1--jumbo, .h1--jumbo {
    font-size: calc(clamp(3.125rem, 5.634vi + 1.805rem, 6.875rem));
    font-weight: 400;
    line-height: 100%;
    color: #fff; }

h2, .h2 {
  font-size: calc(clamp(1.875rem, 1.127vw + 1.236rem, 2.25rem));
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.045rem; }
  h2--big, .h2--big {
    font-size: calc(clamp(2.25rem, 2.066vw + 1.016rem, 3.5rem));
    font-weight: 400;
    letter-spacing: -0.0575rem; }

h3, .h3 {
  font-size: calc(clamp(1.25rem, 0.939vw + 1.03rem, 1.875rem));
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01875rem; }

h4, .h4 {
  font-size: calc(clamp(1.5rem, 0.563vw + 1.118rem, 1.625rem));
  font-weight: 400;
  line-height: 130%; }

h5, .h5 {
  font-size: calc(clamp(1.25rem, 0.376vi + 1.162rem, 1.5rem));
  font-weight: 400;
  line-height: 120%; }

h6, .h6 {
  font-size: calc(clamp(1.125rem, 0.188vi + 1.081rem, 1.25rem));
  font-weight: 400;
  line-height: 140%; }

.text-large, .text-large p {
  font-size: calc(clamp(1.125rem, 0.188vw + 1.081rem, 1.25rem)); }

.text-medium, .text-medium p {
  font-size: calc(clamp(1rem, 0.188vi + 0.956rem, 1.125rem));
  line-height: 150%; }

p, .text-regular, ul.list-alt li, ol.list-alt li, .explanation__row > .text-regular ul li, .text-regular p, ul.list-alt li p, ol.list-alt li p, .explanation__row > .text-regular ul li p {
  font-size: calc(clamp(0.875rem, 0.188vw + 0.831rem, 1rem));
  line-height: 1.6;
  font-weight: 300; }
  p ol, p ul, .text-regular ol, ul.list-alt li ol, ol.list-alt li ol, .explanation__row > .text-regular ul li ol, .text-regular ul, ul.list-alt li ul, ol.list-alt li ul, .explanation__row > .text-regular ul li ul, .text-regular p ol, ul.list-alt li p ol, ol.list-alt li p ol, .explanation__row > .text-regular ul li p ol, .text-regular p ul, ul.list-alt li p ul, ol.list-alt li p ul, .explanation__row > .text-regular ul li p ul {
    margin: 0;
    padding: 0 0 0 1.25rem; }

.text-small, .banner-products__content-column .banner-products__detail p, .content-with-table__table ol li, .text-small p, .banner-products__content-column .banner-products__detail p p, .content-with-table__table ol li p {
  font-size: .875rem;
  line-height: inherit; }

.lh-auto {
  line-height: inherit; }

.text-white {
  color: #fff; }

.text-orange, .content__content-wrapper h6 {
  color: #FF621F; }

.text-grey {
  color: #888; }

.text-blue {
  color: #005A94; }

.text-lightblue {
  color: #99C6E3; }

.text-darkblue, .content-with-table__table ol li {
  color: #002D4A; }

.text-lightgrey {
  color: #e4e2df; }

.text-gradient, .content__content-wrapper h2, .explanation__row > h2, .content-with-table__content > .text-regular h2, ul.list-alt .content-with-table__content > li h2, ol.list-alt .content-with-table__content > li h2, .explanation__row > .text-regular ul .content-with-table__content > li h2 {
  background: linear-gradient(90deg, #002D4A 5.35%, #006BB0 67.59%);
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.opacity-60 {
  opacity: .6; }

.opacity-50 {
  opacity: .5; }

.font-weight-light {
  font-weight: 300; }

.font-weight-medium, .jobs__list-item:hover h3 {
  font-weight: 500; }

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

.text-link {
  text-decoration: none;
  text-underline-position: from-font; }
  .text-link:hover {
    text-decoration: underline; }
  .text-link--line {
    text-decoration: underline; }

ul, ol {
  padding-left: 1.25rem; }
  ul.list-alt, ol.list-alt {
    list-style: none; }
    ul.list-alt li, ol.list-alt li {
      position: relative;
      display: flex;
      align-items: center; }
      ul.list-alt li:not(:last-child), ol.list-alt li:not(:last-child) {
        margin-bottom: 0.5rem; }
      ul.list-alt li::before, ol.list-alt li::before {
        content: "";
        position: absolute;
        left: -1.375rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M20 6.5L9 17.5L4 12.5' stroke='%23FF621F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 1rem;
        height: 1rem; }

.btn, form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  background-color: #0A1920;
  border: 1px solid #0A1920;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 1rem;
  transition: .3s ease;
  cursor: pointer; }
  .btn--primary, form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn {
    background-color: #FF621F;
    border-color: #FF621F; }
    .btn--primary:hover, form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn:hover {
      border-color: #EB4F0A;
      background-color: #EB4F0A; }
  .btn--secondary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background-color: transparent;
    border-color: rgba(0, 45, 74, 0.1);
    color: #002D4A; }
    .btn--secondary:hover {
      border-color: #002d4a; }
    .btn--secondary svg {
      width: 2.5rem;
      height: auto; }
  .btn--darkblue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background-color: #002D4A;
    border-color: #002D4A; }
    .btn--darkblue:hover {
      background-color: #005A94;
      border-color: #005A94; }
    .btn--darkblue svg {
      width: 2.5rem;
      height: auto; }
  .btn--secondary-white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn--secondary-white:hover {
      border-color: white; }
  .btn--secondary-darkblue {
    color: #002D4A;
    border-color: #002D4A; }
    .btn--secondary-darkblue:hover {
      background-color: #002D4A;
      color: #fff; }
  .btn--tertiary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff; }
    .btn--tertiary:hover {
      border-color: #fff; }
    .btn--tertiary svg {
      width: 2.5rem;
      height: auto; }
  .btn--wide {
    width: 100%;
    text-align: center;
    justify-content: center; }
  .btn--large {
    padding: .75rem 5rem; }
  .btn--small {
    padding: 1rem .75rem; }
    .btn--small svg {
      width: 1.125rem; }
      .btn--small svg path {
        stroke: #002D4A; }

.link, .product-slider__slides-item .hotspot-popup a, .content-image__content > .text-regular a, ul.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #0A1920;
  text-decoration: none;
  font-weight: 400;
  transition: .3s ease all; }
  .link--underline, .product-slider__slides-item .hotspot-popup a, .content-image__content > .text-regular a, ul.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li a {
    text-decoration: underline; }
    .link--underline:hover, .product-slider__slides-item .hotspot-popup a:hover, .content-image__content > .text-regular a:hover, ul.list-alt .content-image__content > li a:hover, ol.list-alt .content-image__content > li a:hover, .explanation__row > .text-regular ul .content-image__content > li a:hover {
      text-decoration: none; }
  .link--with-dot {
    display: flex;
    align-items: center;
    gap: .5rem; }
  .link--small {
    font-size: 0.875rem; }
  .link--large {
    font-size: 1.125rem; }
  .link--extra-large {
    font-size: 1.5rem;
    line-height: 1.3;
    display: inline-flex;
    width: fit-content; }
    .link--extra-large:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      transition: transform .3s ease-out;
      transform-origin: bottom right; }
    .link--extra-large:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left; }
  .link--white {
    color: #fff; }
  .link--darkblue, .content-image__content > .text-regular a, ul.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li a {
    color: #002D4A; }
  .link--lightgrey {
    color: #e4e2df; }
  .link--with-icon {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .link--with-icon svg {
      height: 2rem;
      width: auto; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-legend {
  display: none; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-select {
  padding: 1rem;
  border-radius: 0 0 1.5rem;
  border: 1px solid rgba(0, 45, 74, 0.2); }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-select option {
    color: #002D4A !important; }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-select::placeholder {
    color: #002D4A; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-label {
  display: none; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-input, form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-select {
  padding: 1rem;
  border-radius: 0 0 1.5rem;
  border: 1px solid rgba(0, 45, 74, 0.2);
  color: #002D4A; }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-input::placeholder, form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-select::placeholder {
    color: #002D4A; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-checkbox {
  margin: 1rem 0; }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-checkbox .fui-checkbox-label {
    font-size: .875rem;
    line-height: 1.6;
    color: #002D4A; }
    form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-checkbox .fui-checkbox-label a {
      text-decoration: none;
      color: #002D4A; }
    form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-checkbox .fui-checkbox-label::before {
      width: 1.125rem;
      height: 1.125rem;
      border: 1px solid rgba(0, 45, 74, 0.6);
      border-radius: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 580px) {
        form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-checkbox .fui-checkbox-label::before {
          top: 2.5px;
          transform: translateY(0); } }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper .fui-checkbox input:checked + .fui-checkbox-label::before {
    background-color: #002D4A; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper input[type="file"] {
  position: relative;
  z-index: 1; }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper input[type="file"]::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #005A94;
    pointer-events: none; }
  form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-input-wrapper input[type="file"]::after {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    height: 100%;
    background: #005A94;
    content: attr(data-placeholder);
    align-items: center;
    pointer-events: none;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 8L12 3L7 8" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 3V15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 center;
    transform: translateX(-50%); }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-field-container .fui-instructions p {
  color: #005A94;
  font-size: .75rem;
  line-height: 1.5;
  font-weight: 300;
  opacity: .5; }

form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field.fui-error .fui-field-container .fui-input-wrapper .fui-input {
  border-color: #ff621f; }

.fui-i .fui-alert-error {
  background-color: #FDF2F2;
  color: #8C2D2B; }

.fui-errors .fui-error-message {
  color: #ff621f; }

.section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-input, .section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-select {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #F7F6F5; }
  .section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-input::placeholder, .section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-select::placeholder {
    color: rgba(255, 255, 255, 0.5); }

.section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper textarea {
  height: 10rem;
  resize: vertical; }

.section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-checkbox .fui-checkbox-label {
  color: #F7F6F5; }
  .section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-checkbox .fui-checkbox-label a {
    color: #F7F6F5; }
  .section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-checkbox .fui-checkbox-label::before {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent; }

.section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-input-wrapper .fui-checkbox input:checked + .fui-checkbox-label::before {
  background-color: #FF621F;
  border-color: #FF621F; }

.section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field .fui-instructions p {
  color: #fff; }

.section.form form .fui-form-container .fui-page .fui-page-container .fui-row .fui-field.fui-error .fui-field-container .fui-input-wrapper .fui-input {
  border-color: #ff621f; }

section {
  opacity: 0; }

.wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5vw; }
  .wrapper--small {
    padding: 0 8vw; }
  .wrapper--extrasmall {
    padding: 0 10vw; }

.header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 99; }
  .header__top {
    background-color: #002D4A;
    color: #fff;
    padding: .3rem 3vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem; }
    @media screen and (max-width: 580px) {
      .header__top {
        display: none; } }

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .header__top {
    display: none; } }
  .header__current-language {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer; }
    .header__current-language svg {
      width: 0.75rem; }
      .header__current-language svg path {
        stroke: #fff; }
    .header__current-language .header__language-icon {
      transition: 0.3s ease transform; }
  .header__language-dropdown {
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: .5rem 1.125rem;
    width: 100%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    margin: .3rem .5rem 0;
    border-top: 4px solid #FF621F;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1rem;
    transition: 0.3s ease opacity; }
  .header__language-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; }
  .header__language-link {
    padding: .5rem 0;
    display: block;
    font-weight: 500; }
  .header__language-icon {
    display: flex;
    align-items: center; }
    .header__language-icon svg {
      width: .75rem; }
  .header__language-switch {
    position: relative;
    margin-left: 1.5rem; }
    .header__language-switch--collapsed .header__current-language .header__language-icon {
      transform: rotate(-180deg); }
    .header__language-switch--collapsed .header__language-dropdown {
      opacity: 1;
      pointer-events: all; }
  .header__main {
    position: relative;
    padding: 2rem 3vw 1.5rem;
    display: flex;
    align-items: center;
    background-color: #fff; }
    @media screen and (max-width: 1280px) {
      .header__main {
        justify-content: space-between; } }
    @media screen and (max-width: 580px) {
      .header__main {
        border-top: 11px solid #002D4A; } }

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .header__main {
    border-top: 10px solid #002D4A;
    padding: 0.5rem 3vw 0.5rem; } }
    @media screen and (max-width: 1280px) {
      .header__main .menu {
        display: none; } }
  .header__logo {
    width: auto; }
    @media screen and (max-width: 1440px) {
      .header__logo {
        max-width: 14vw; } }
    @media screen and (max-width: 1280px) {
      .header__logo {
        max-width: 25vw;
        order: 2; } }
    @media screen and (max-width: 580px) {
      .header__logo {
        max-width: 35vw; } }

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .header__logo {
    max-width: 20vw; } }
    .header__logo svg {
      width: 100%; }
  .header__main-wrapper {
    position: relative;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1280px) {
      .header__main-wrapper {
        position: absolute;
        left: calc(3vw + 57px);
        top: 2rem;
        width: calc(100% - 6vw - 57px);
        height: auto; } }
  @media screen and (min-width: calc(1280px + 1px)) {
    .header__mobile-search {
      display: none; } }
  .header__mobile-search .header__search {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    padding: .62rem; }
  .header__right {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 1.5rem;
    gap: 1.5rem;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .header__right {
        display: none; } }
  .header__search-button {
    text-decoration: none;
    border-radius: 0 0 1rem;
    line-height: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 45, 74, 0.1);
    transition: .3s ease;
    cursor: pointer; }
  .header__search {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .3s ease width; }
  .header__mobile-menu-wrapper {
    position: absolute;
    top: var(--headerSpacing);
    background: #fff;
    width: 100%;
    z-index: 99;
    height: calc(100svh - var(--headerSpacing));
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    transition: .3s ease all; }
    @media screen and (min-width: calc(580px + 1px)) {
      .header__mobile-menu-wrapper {
        height: calc(100svh - var(--headerSpacing)); } }
    .header__mobile-menu-wrapper.active {
      opacity: 1;
      visibility: visible; }
    .header__mobile-menu-wrapper ul:not(.menu--submenu) {
      margin: 0;
      padding: 2.5rem 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      border-top: 1px solid rgba(10, 25, 32, 0.1); }
  .header__mobile-menu ul {
    list-style: none; }
  .header__mobile-bottom {
    padding: 2rem 3vw;
    border-top: 1px solid rgba(10, 25, 32, 0.1);
    margin: auto 0 0; }
  .header__mobile-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap; }
  .header__mobile-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2.5rem; }
  .header__mobile-contact {
    gap: .75rem; }
    .header__mobile-contact svg {
      width: 1.125rem; }
  .header__collapse-icon {
    display: flex;
    gap: .25rem;
    flex-direction: column; }
  .header__collapse-line {
    display: block;
    width: 1.25rem;
    height: 1px;
    background: #002D4A;
    transition: .3s ease all; }
    .header__collapse-line:nth-child(2) {
      width: .625rem; }
  .header__collapse-text-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header .header__collapse-text {
    transition: .3s ease transform; }
    .header .header__collapse-text.open {
      position: absolute;
      left: 0; }
    .header .header__collapse-text.close {
      transform: translateY(100%); }
  .header__collapse-button {
    gap: .75rem;
    order: 3; }
    @media screen and (min-width: calc(1280px + 1px)) {
      .header__collapse-button {
        display: none; } }
    .header__collapse-button.collapsed .header__collapse-line:nth-child(1) {
      transform: translateY(5px) rotate(45deg); }
    .header__collapse-button.collapsed .header__collapse-line:nth-child(2) {
      transform: translateX(0.625rem);
      width: 0; }
    .header__collapse-button.collapsed .header__collapse-line:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg); }
    .header__collapse-button.collapsed .header__collapse-text.open {
      transform: translateY(-100%); }
    .header__collapse-button.collapsed .header__collapse-text.close {
      transform: translateY(0); }
  .header__mobile-language-dropdown {
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #fff;
    padding: .5rem 1.125rem;
    width: 100%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    border-top: 4px solid #FF621F;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease opacity; }
    .header__mobile-language-dropdown ul:not(.menu--submenu) {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      border-top: 0;
      list-style: none; }
  .header__mobile-language-switch {
    position: relative; }
    .header__mobile-language-switch.active .header__mobile-language-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
  @media screen and (max-width: 1280px) {
    .header .ferventdigital-filters__trigger {
      order: 1; } }
  @media screen and (max-width: 1280px) {
    .header .ferventdigital-filters__search {
      width: 100%;
      height: 58px;
      left: 0; } }
  @media screen and (max-width: 1280px) {
    .header .ferventdigital-filters__results {
      width: 100%;
      left: 0; } }

body.search-active .ferventdigital-filters__trigger {
  border-radius: 0; }

.footer {
  position: relative;
  background-color: #005A94;
  padding: 0 3vw;
  overflow: hidden; }
  .footer__wrapper {
    z-index: 1;
    position: relative; }
  .footer__top {
    padding: 5rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }
    @media screen and (max-width: 1280px) {
      .footer__top {
        padding: 4.5rem 0 3.25rem;
        grid-template-columns: 1fr;
        gap: 3.5rem; } }
    @media screen and (max-width: 580px) {
      .footer__top {
        padding: 5rem 0 2.5rem; } }
  .footer__left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem; }
    @media screen and (max-width: 1280px) {
      .footer__left {
        gap: 2.75rem; } }
    @media screen and (max-width: 580px) {
      .footer__left {
        grid-template-columns: 1fr;
        gap: 3.5rem; } }
  .footer__contact {
    display: flex;
    flex-direction: column;
    gap: .5rem; }
  .footer__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem; }
    @media screen and (max-width: 1280px) {
      .footer__right {
        gap: 2.75rem; } }
    @media screen and (max-width: 580px) {
      .footer__right {
        grid-template-columns: 1fr;
        gap: 3.5rem; } }
  .footer__menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem; }
    @media screen and (max-width: 1280px) {
      .footer__menus {
        gap: 2.75rem; } }
  .footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem; }
  .footer__menu-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.7;
    cursor: pointer;
    transition: .3s ease color; }
    .footer__menu-link:hover {
      color: #fff; }
  .footer__logo {
    width: 15rem; }
  .footer__socials {
    display: flex;
    gap: 1rem;
    margin-top: 2rem; }
  .footer__social-item {
    background-color: rgba(247, 246, 245, 0.2);
    height: 42px;
    width: 42px;
    border-radius: 0 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease opacity; }
    .footer__social-item:hover {
      opacity: .6; }
    .footer__social-item svg {
      height: 18px;
      width: 18px;
      object-fit: contain;
      object-position: center; }
  .footer__newsletter-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: .25rem; }
  .footer__newsletter-content {
    color: rgba(255, 255, 255, 0.7);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6; }
  .footer__newsletter-button {
    margin-top: 1.5rem; }
  .footer__bottom {
    padding: .88rem 0 2.38rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(228, 226, 223, 0.5);
    font-weight: 400;
    font-size: .875rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .footer__bottom {
        justify-content: center; } }
  .footer__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: .35rem .75rem;
    flex-wrap: wrap; }
    @media screen and (max-width: 1280px) {
      .footer__meta {
        justify-content: center; } }
  .footer__meta-link {
    color: rgba(228, 226, 223, 0.5);
    cursor: pointer;
    text-decoration: none;
    transition: .3s ease all; }
    .footer__meta-link:hover {
      color: #e4e2df; }
  .footer__swoosh {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 0; }

.menu ul {
  display: flex;
  align-items: center;
  list-style: none; }

.menu__item {
  position: relative; }
  .menu__item.parent {
    margin-top: 1.5rem; }
  .menu__item--active::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 300%;
    z-index: 0; }

.menu__link {
  font-size: 1.125rem;
  color: #002D4A;
  text-decoration: none;
  padding: .5rem 1rem; }
  @media screen and (max-width: 1280px) {
    .menu__link {
      padding: .5rem 3vw;
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 580px) {
    .menu__link {
      display: flex;
      justify-content: space-between; } }
  .menu__link--has-children {
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .menu__link--has-children > svg {
      width: .625rem;
      margin-left: .4rem;
      transition: .3s ease transform; }
      .menu__link--has-children > svg path {
        stroke: #002D4A; }
    .menu__link--has-children .menu__icon {
      margin-left: .25rem; }
      .menu__link--has-children .menu__icon svg {
        width: 9px;
        transition: .3s ease transform; }
  .menu__link.active .menu__icon svg {
    transform: rotate(-180deg); }

.menu--submenu {
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 63.5px;
  left: 1rem;
  z-index: 99;
  padding: 0;
  background: #fff;
  border-top: 5px solid #FF621F;
  width: 16.5rem;
  padding: 2.25rem .75rem;
  border-radius: 0 0 1.5rem;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease opacity; }
  @media screen and (max-width: 1280px) {
    .menu--submenu {
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      top: 0;
      gap: 0;
      border-top: 0;
      height: 0;
      left: 3vw; }
      .menu--submenu svg {
        display: none; } }
  .menu--submenu.active {
    visibility: visible;
    opacity: 1; }
    @media screen and (max-width: 1280px) {
      .menu--submenu.active {
        height: 100%;
        opacity: .6; } }
  .menu--submenu .menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .menu--submenu .menu__item {
    width: 100%; }

.hero-404 {
  position: relative;
  overflow: hidden; }
  .hero-404__wrapper {
    position: relative;
    padding: 15rem 3vw 9rem;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    max-width: 70rem; }
    .hero-404__wrapper p {
      margin: 1.5rem auto 2.5rem;
      max-width: 35rem; }
  .hero-404__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero-404__background::before {
      background: linear-gradient(180deg, rgba(0, 45, 74, 0.5) 0%, rgba(0, 45, 74, 0.8) 100%);
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 100%; }
  .hero-404__image {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.green-dot {
  width: 0.6875rem;
  height: 0.6875rem;
  display: flex;
  background: rgba(0, 207, 28, 0.2);
  border-radius: 0.6875rem;
  align-items: center;
  justify-content: center; }
  .green-dot__inner {
    width: 0.4375rem;
    height: 0.4375rem;
    display: block;
    background: #00CF1C;
    border-radius: 0.4375rem; }

@media screen and (max-width: 980px) {
  .cursor {
    display: none; } }

.cursor-follower {
  background-color: #0071BA;
  color: #fff;
  width: 0;
  height: 0;
  backdrop-filter: blur(2px);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: height .4s ease, width .4s ease, opacity .4s ease, background-color .1s ease;
  pointer-events: none; }
  .cursor-follower.active-swipe {
    opacity: 1;
    min-width: 100px;
    width: auto;
    height: 40px;
    padding: 0 16px;
    border-radius: 0 0 .5rem; }
    .cursor-follower.active-swipe .cursor-swipe {
      transform: scale(1);
      opacity: 1; }
  .cursor-follower.active-to {
    background-color: rgba(0, 90, 148, 0.7);
    opacity: 1;
    min-width: 4.3125rem;
    width: auto;
    padding: 0 1rem;
    height: 4.3125rem; }
    .cursor-follower.active-to .cursor-to {
      transform: scale(1);
      opacity: 1; }

.cursor-swipe {
  color: #fff;
  position: relative;
  opacity: 0;
  transform: scale(0);
  display: flex;
  align-items: center;
  gap: .5rem;
  transition: transform .3s ease, opacity .3s ease, filter .3s ease, -webkit-filter .3s ease; }

.cursor-to {
  position: relative;
  opacity: 0;
  transform: scale(0);
  transition: transform .3s ease, opacity .3s ease; }

.usp-card {
  background-color: #005A94;
  padding: 2.6rem 4.8rem 4rem 2.3rem;
  color: #fff;
  border-top: 5px solid #FF621F;
  border-radius: 0 0 2rem;
  position: relative;
  overflow: hidden; }
  .usp-card h3 {
    margin: 1.25rem 0 1rem; }
  .usp-card .link, .usp-card .product-slider__slides-item .hotspot-popup a, .product-slider__slides-item .hotspot-popup .usp-card a, .usp-card .content-image__content > .text-regular a, .content-image__content > .text-regular .usp-card a, .usp-card ul.list-alt .content-image__content > li a, ul.list-alt .content-image__content > li .usp-card a, .usp-card ol.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li .usp-card a, .usp-card .explanation__row > .text-regular ul .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li .usp-card a {
    margin-top: 2.5rem; }
  .usp-card__swoosh {
    position: absolute;
    bottom: -2rem;
    right: -2rem; }

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4.5rem; }
  .filters__filter {
    display: inline-flex; }
  .filters__filter-label {
    padding: .75rem 1.5rem;
    border: 1px solid rgba(0, 45, 74, 0.2);
    color: #002D4A;
    line-height: 1.5;
    border-radius: 0 0 1rem;
    cursor: pointer;
    transition: .3s ease; }
    .filters__filter-label:hover {
      border-color: #002D4A; }
    .filters__filter-label--active {
      background-color: #002D4A;
      color: #fff; }
  .filters input[type="checkbox"]:checked + label {
    background-color: #002D4A;
    color: #fff; }

#filterContent .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.6); }

@keyframes loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.loader-icon {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  z-index: 6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.loader-icon:after {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 9999px;
  animation: loading 1s linear infinite;
  border-color: transparent rgba(0, 45, 74, 0.5);
  border-style: solid;
  border-width: 5px;
  content: "";
  left: 50%;
  top: 50%;
  z-index: 1; }

.cookie-banner {
  position: fixed;
  bottom: 4vh;
  right: 1.5rem;
  z-index: 99999;
  width: 50rem; }
  @media screen and (max-width: 980px) {
    .cookie-banner {
      width: calc(100% - 3rem);
      bottom: 3vh; } }
  @media screen and (max-width: 768px) {
    .cookie-banner {
      width: 60%;
      right: unset;
      left: 1.5rem; } }
  @media screen and (max-width: 580px) {
    .cookie-banner {
      left: 1rem;
      right: unset;
      width: calc(100% - 2rem);
      bottom: 2vh; } }
  .cookie-banner.elc-hidden {
    display: none; }
  .cookie-banner.elc-fullwidth {
    width: 28rem; }
    @media screen and (max-width: 768px) {
      .cookie-banner.elc-fullwidth {
        width: 60%; } }
    @media screen and (max-width: 580px) {
      .cookie-banner.elc-fullwidth {
        width: calc(100% - 2rem); } }
    .cookie-banner.elc-fullwidth .cookie-banner__text--main {
      display: none; }
    .cookie-banner.elc-fullwidth .cookie-banner__text--info {
      display: block; }
    .cookie-banner.elc-fullwidth .cookie-banner__text--more {
      display: block; }
    .cookie-banner.elc-fullwidth .cookie-banner__button--preferences {
      display: none; }
    .cookie-banner.elc-fullwidth .cookie-banner__button--save {
      order: 1;
      display: inline-block; }
    .cookie-banner.elc-fullwidth .cookie-banner__fields {
      display: flex; }
    .cookie-banner.elc-fullwidth .cookie-banner__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        .cookie-banner.elc-fullwidth .cookie-banner__inner {
          gap: 1rem; } }
    .cookie-banner.elc-fullwidth .cookie-banner__buttons {
      flex-direction: row-reverse; }
  .cookie-banner__inner {
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 0 0 1.5rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .cookie-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem; } }
  .cookie-banner__settings {
    background: #F3F5F7;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    display: none; }
  .cookie-banner__buttons {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .cookie-banner__buttons-form {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        .cookie-banner__buttons-form {
          gap: 1rem; } }
    .cookie-banner__buttons button {
      padding: 1rem 1.5rem; }
  .cookie-banner__fields {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem; }
    .cookie-banner__fields-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden;
      max-height: 1.625rem;
      transition: max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
      .cookie-banner__fields-group--head {
        width: 100%;
        height: 1.625rem;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer; }
      .cookie-banner__fields-group--toggle {
        position: absolute;
        right: 0;
        display: flex;
        align-items: center; }
        .cookie-banner__fields-group--toggle svg {
          transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
      .cookie-banner__fields-group--description {
        color: rgba(10, 25, 32, 0.8);
        padding-top: 1rem;
        width: 90%; }
      .cookie-banner__fields-group--active .cookie-banner__fields-group--toggle svg {
        transform: rotate(180deg); }
  .cookie-banner__text--info {
    display: none; }
  .cookie-banner__text--more {
    display: none; }
  .cookie-banner__button--save {
    display: none; }
  .cookie-banner__checkbox {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #888;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    box-sizing: border-box; }
    .cookie-banner__checkbox svg {
      opacity: 0;
      transform: scale(0.5);
      transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1); }
    .cookie-banner__checkbox-wrap {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      cursor: pointer; }
      .cookie-banner__checkbox-wrap > * {
        pointer-events: none; }
  .cookie-banner .elc-cookie-checkbox {
    display: none; }
    .cookie-banner .elc-cookie-checkbox:checked + .cookie-banner__checkbox-wrap .cookie-banner__checkbox {
      background-color: #002D4A;
      border: 1px solid #002D4A; }
      .cookie-banner .elc-cookie-checkbox:checked + .cookie-banner__checkbox-wrap .cookie-banner__checkbox svg {
        opacity: 1;
        transform: scale(1); }
    .cookie-banner .elc-cookie-checkbox:disabled + .cookie-banner__checkbox-wrap .cookie-banner__checkbox {
      background-color: rgba(0, 45, 74, 0.5);
      border: 1px solid transparent; }

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap; }
  .breadcrumbs li a {
    color: #888;
    text-decoration: none; }
  .breadcrumbs svg {
    width: .75rem;
    height: .75rem; }
    .breadcrumbs svg path {
      stroke: #888; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  height: 100vh;
  width: 100vw;
  visibility: hidden; }
  .modal__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    content: "";
    background-color: rgba(0, 45, 74, 0.5);
    opacity: 0;
    transition: .5s ease; }
  .modal__wrapper {
    padding: 5rem 2.5rem 3rem;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    height: 100vh;
    max-width: 40rem;
    transform: translateX(100%);
    transition: .5s ease;
    overflow-x: hidden;
    overflow-y: auto; }
    .modal__wrapper h3 {
      margin: .875rem 0 1.125rem; }
  .modal__product {
    background-color: #F7F6F5;
    padding: .75rem;
    display: flex;
    align-items: center;
    border-radius: 0 0 1.5rem;
    gap: 1.5rem;
    margin: 1.5rem 0; }
  .modal__product-image img {
    width: 4.75rem;
    height: 4.75rem;
    object-fit: cover;
    border-radius: 0 0 1.125rem; }
  .modal--active {
    visibility: visible; }
    .modal--active .modal__wrapper {
      transform: translateX(0); }
    .modal--active .modal__background {
      opacity: 1; }
  .modal__close {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    cursor: pointer; }
    .modal__close svg path {
      stroke: #002D4A; }

.banner-products {
  background-color: #F7F6F5;
  padding: 0 3vw 5.5rem; }
  .banner-products__wrapper {
    max-width: 90rem;
    margin: 0 auto; }
  .banner-products__content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
    gap: 5rem 10rem; }
    @media screen and (max-width: 980px) {
      .banner-products__content-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 5rem; } }
    @media screen and (max-width: 580px) {
      .banner-products__content-wrapper {
        grid-template-columns: minmax(0, 1fr); } }
  .banner-products__content-column h1 {
    margin-bottom: 1.5rem; }
  .banner-products__content-column ul {
    display: grid;
    gap: .875rem;
    margin: 2rem 0 3rem;
    padding: 0;
    list-style: none; }
    .banner-products__content-column ul li {
      display: flex;
      align-items: center;
      gap: 1rem;
      position: relative; }
      .banner-products__content-column ul li svg {
        min-width: 18px; }
  .banner-products__content-column p:not(:has(+ ul)) {
    margin-bottom: 4.5rem; }
    @media screen and (max-width: 980px) {
      .banner-products__content-column p:not(:has(+ ul)) {
        margin-bottom: 3.5rem; } }
    @media screen and (max-width: 580px) {
      .banner-products__content-column p:not(:has(+ ul)) {
        margin-bottom: 2.75rem; } }
  .banner-products__content-column .banner-products__detail p {
    margin-bottom: 0; }
  .banner-products__details-wrapper {
    margin-top: 3.5rem;
    border-top: 1px solid rgba(0, 45, 74, 0.2);
    border-bottom: 1px solid rgba(0, 45, 74, 0.2); }
  .banner-products__detail-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #002D4A;
    cursor: pointer; }
  .banner-products__detail-content {
    padding-top: 1rem;
    display: none; }
    .banner-products__detail-content ul {
      margin: 0; }
  .banner-products__icon {
    position: relative;
    width: 1.25rem;
    height: 1.25rem; }
  .banner-products__line {
    position: absolute;
    width: 1.25rem;
    height: 2px;
    display: block;
    content: "";
    background-color: #0071BA;
    top: 50%;
    transition: .3s ease transform; }
    .banner-products__line:nth-child(2) {
      transform: rotate(90deg); }
  .banner-products__detail {
    padding: 1rem 0; }
    .banner-products__detail:not(:first-child) {
      border-top: 1px solid rgba(0, 45, 74, 0.2); }
    .banner-products__detail--active .banner-products__line {
      transform: rotate(180deg); }
  .banner-products__list-item {
    padding: .4rem .8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem; }
    .banner-products__list-item:nth-of-type(even) {
      background-color: rgba(0, 45, 74, 0.05); }
  .banner-products__list-title {
    width: 100%; }
  .banner-products__download {
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.product-banner-slider {
  position: relative;
  overflow: hidden; }
  .product-banner-slider__slides {
    width: 100%;
    display: flex;
    gap: 2rem;
    z-index: 0 !important; }
    .product-banner-slider__slides-wrap {
      position: relative;
      display: flex;
      align-items: center; }
  .product-banner-slider__slides-item {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    cursor: grab; }
    .product-banner-slider__slides-item img {
      height: 30rem;
      width: 100%;
      object-fit: contain;
      object-position: center; }
  .product-banner-slider__pagination-wrapper {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: center;
    height: 1rem;
    margin-top: 3rem; }
  .product-banner-slider__pagination {
    background-color: #002D4A;
    border: 1px solid #002D4A;
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    position: relative;
    cursor: pointer; }
    .product-banner-slider__pagination::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1rem;
      height: 1rem;
      border: 1px solid #fff;
      border-radius: 1rem;
      transform: translate(-50%, -50%); }
    .product-banner-slider__pagination.is-active {
      background-color: #0071BA; }
      .product-banner-slider__pagination.is-active::before {
        border-color: #0071BA; }
  .product-banner-slider__controls {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none; }
    @media screen and (max-width: 580px) {
      .product-banner-slider__controls {
        padding: 0 5vw; } }
    .product-banner-slider__controls-button {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0 0 1rem;
      border: 1px solid rgba(0, 45, 74, 0.1);
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .3s ease border-color, .3s ease opacity;
      pointer-events: auto; }
      .product-banner-slider__controls-button.is-disabled {
        opacity: 40%;
        cursor: not-allowed; }
        .product-banner-slider__controls-button.is-disabled:hover {
          border-color: rgba(0, 45, 74, 0.1); }
      .product-banner-slider__controls-button:hover {
        border-color: #002D4A; }

.product-card__content-wrapper {
  background-color: #fff;
  padding: 1.25rem 1.25rem 1.4rem; }

.product-card__tag {
  background-color: #F7F6F5;
  padding: .3rem 1rem;
  font-size: .875rem;
  line-height: 1.6;
  color: #002D4A;
  border-radius: 5rem;
  width: fit-content;
  margin-bottom: 1rem; }

.product-card__content {
  display: grid;
  gap: .75rem; }
  .product-card__content > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.product-card__button-wrapper {
  display: grid;
  gap: 1.5rem;
  text-align: center;
  margin-top: 1.125rem; }

.product-card__image {
  height: 12.5rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 2rem; }

.news-card {
  position: relative;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.65 / 1;
  flex-shrink: 0;
  background-color: #e4e2df;
  border-radius: 0 0 2rem; }
  .news-card__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .news-card__image-wrapper::after {
      background: linear-gradient(180deg, rgba(0, 45, 74, 0), rgba(0, 45, 74, 0.8));
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0 0 2rem; }
  .news-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 2rem 0; }
  .news-card__item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .news-card__item-title {
    font-size: 1.125rem;
    font-weight: 500; }
  .news-card__tag {
    background-color: #F7F6F5;
    color: #002D4A;
    font-size: .875rem;
    padding: .3rem 1rem;
    border-radius: 1rem;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 1rem; }

.cases-card {
  position: relative;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.65 / 1;
  flex-shrink: 0;
  background-color: #e4e2df;
  border-radius: 0 0 2rem; }
  .cases-card__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .cases-card__image-wrapper::after {
      background: linear-gradient(180deg, rgba(0, 45, 74, 0), rgba(0, 45, 74, 0.8));
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0 0 2rem; }
  .cases-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 2rem 0; }
  .cases-card__logo-wrapper {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 1.25rem;
    background-color: #fff;
    width: 9rem;
    height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.team-card__image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  border-radius: 0 0 1.85rem;
  margin-bottom: 1.5rem;
  overflow: hidden; }

.team-card__image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom center; }

.team-card__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 45, 74, 0) 0%, rgba(0, 45, 74, 0.8) 100%);
  transform: translateY(100%);
  z-index: 1;
  transition: .3s ease transform; }

.team-card__contact-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  display: grid;
  gap: .625rem;
  z-index: 2; }

.team-card__contact-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: .375rem;
  align-items: center; }
  .team-card__contact-link svg {
    height: 1rem;
    width: 1rem; }
    .team-card__contact-link svg path {
      stroke: #fff;
      stroke-opacity: 1;
      stroke-width: 1.5; }

.team-card:hover .team-card__inner {
  transform: translateY(0); }

.news-highlight--offwhite {
  background-color: #F7F6F5;
  padding: 4.5rem 0; }

.news-highlight__wrapper {
  padding: 4.25rem 3vw 5rem;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .news-highlight__wrapper {
      padding: 4.25rem 3vw 0; } }

.news-highlight__content {
  max-width: 35rem; }
  .news-highlight__content h6 {
    color: #FF621F;
    margin-bottom: .88rem; }
  .news-highlight__content h2 {
    background: linear-gradient(90deg, #002D4A 5.35%, #005A94 67.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.news-highlight__slides {
  width: 100%;
  display: flex;
  gap: 1rem; }
  .news-highlight__slides-wrap {
    width: 100%;
    margin: 3.2rem 0 3rem; }

.news-highlight__slides-item {
  position: relative;
  width: 40%;
  object-fit: cover;
  aspect-ratio: 1.65 / 1;
  flex-shrink: 0;
  background-color: #e4e2df;
  border-radius: 0 0 2rem;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  @media screen and (max-width: 980px) {
    .news-highlight__slides-item {
      width: 85%; } }
  @media screen and (max-width: 580px) {
    .news-highlight__slides-item {
      width: 95%; } }

.news-highlight__controls {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .news-highlight__controls-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
  .news-highlight__controls-button {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 0 0 1rem;
    border: 1px solid rgba(0, 45, 74, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease border-color, .3s ease opacity; }
    .news-highlight__controls-button.is-disabled {
      opacity: 40%;
      cursor: not-allowed; }
    .news-highlight__controls-button:hover {
      border-color: #002D4A; }

.news-highlight__progress {
  width: 100%;
  height: 0.125rem;
  border-top: 0.125rem solid #e4e2df;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.news-highlight__progress-inner {
  width: 0%;
  background-color: #FF621F;
  margin-top: -0.125rem;
  height: 0.125rem;
  transition: 0.8s ease width; }

.usps {
  padding: 6.8rem 3vw 8.8rem; }
  @media screen and (max-width: 1280px) {
    .usps {
      padding: 6.25rem 3vw 6.25rem; } }
  .usps__content {
    width: 60%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 980px) {
      .usps__content {
        width: 100%; } }
    .usps__content h6 {
      color: #FF621F;
      margin-bottom: .88rem; }
    .usps__content h2 {
      background: linear-gradient(90deg, #002D4A 5.35%, #005A94 67.59%);
      background-clip: text !important;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1; }
  .usps__usps-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
    @media screen and (max-width: 580px) {
      .usps__usps-wrapper {
        grid-template-columns: 1fr; } }
  .usps__content-wrapper + .usps__usps-wrapper {
    margin-top: 9.5rem; }
    @media screen and (max-width: 1280px) {
      .usps__content-wrapper + .usps__usps-wrapper {
        margin-top: 6.25rem; } }
  .usps__usp {
    background-color: #F7F6F5;
    padding: 2.5rem;
    border-radius: 0 0 2rem;
    border-top: 4px solid #FF621F;
    position: relative;
    overflow: hidden; }
    .usps__usp span {
      color: #002D4A;
      font-size: 3.5rem;
      line-height: 1;
      margin-bottom: 2.5rem;
      font-weight: 400;
      display: block; }
      @media screen and (max-width: 980px) {
        .usps__usp span {
          font-size: 2.5rem; } }
    .usps__usp p {
      font-size: 1.5rem;
      color: #888;
      font-weight: 300;
      line-height: 1.3;
      max-width: 70%; }
      @media screen and (max-width: 1280px) {
        .usps__usp p {
          max-width: 100%; } }
      @media screen and (max-width: 980px) {
        .usps__usp p {
          font-size: 1.25rem; } }
    .usps__usp:last-child {
      background-color: #005A94; }
      .usps__usp:last-child span {
        color: #fff; }
      .usps__usp:last-child p {
        color: #fff; }
  .usps__usp-swoosh {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .usps__usp-swoosh svg {
      height: 16rem;
      width: auto; }
      @media screen and (max-width: 1920px) {
        .usps__usp-swoosh svg {
          height: 13rem; } }
      @media screen and (max-width: 1280px) {
        .usps__usp-swoosh svg {
          height: 10rem; } }
  .usps__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "a b b";
    gap: 1rem;
    margin-top: 7.5rem; }
    @media screen and (max-width: 980px) {
      .usps__content-wrapper {
        margin-top: 3rem;
        gap: 2rem;
        grid-template-columns: 1fr;
        grid-template-areas: "a" "b"; } }
  .usps__content-left {
    grid-area: a;
    max-width: 22rem; }
  .usps__content-right {
    grid-area: b;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem; }
    @media screen and (max-width: 1280px) {
      .usps__content-right {
        gap: 2.5rem 1rem; } }
    @media screen and (max-width: 580px) {
      .usps__content-right {
        grid-template-columns: 1fr; } }
    .usps__content-right h6 {
      margin-bottom: .75rem; }
  .usps--blue {
    background-color: #005A94; }
    .usps--blue .usps__content h2 {
      background: transparent !important;
      color: #fff;
      -webkit-text-fill-color: #fff; }
    .usps--blue .usps__content-left h5 {
      background: transparent !important;
      color: #fff;
      -webkit-text-fill-color: #fff; }
    .usps--blue .usps__content-right h6 {
      color: #fff; }
    .usps--blue .usps__content-right p {
      color: rgba(255, 255, 255, 0.5); }
    .usps--blue .usps__usp:last-child {
      background-color: #0071BA; }
      .usps--blue .usps__usp:last-child svg path {
        fill: #005A94; }

.home-hero {
  position: relative; }
  .home-hero::before {
    background: #002D4A;
    opacity: .15;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    position: absolute; }
  .home-hero__background {
    background-color: #005A94;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .home-hero__background::after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 25%;
      background: linear-gradient(0deg, #002D4A 0%, #002d4a00 100%); }
    .home-hero__background-image {
      position: relative;
      width: 100%;
      object-fit: contain; }
      @media screen and (max-width: 580px) {
        .home-hero__background-image {
          max-height: 20rem;
          object-position: right; } }
      .home-hero__background-image-wrap {
        position: relative;
        width: 50%;
        transform: translateX(5%);
        max-width: 60rem; }
        @media screen and (max-width: 980px) {
          .home-hero__background-image-wrap {
            width: 75%; } }
        @media screen and (max-width: 580px) {
          .home-hero__background-image-wrap {
            width: 100%;
            transform: translateY(-40%); } }

@media only screen and (max-width: 980px) and (orientation: landscape) {
  .home-hero__background-image-wrap {
    width: 60%;
    transform: translateY(0%); } }
    .home-hero__background-swoosh {
      position: absolute;
      right: 0;
      bottom: -5.5rem;
      z-index: 2;
      pointer-events: none; }
      @media screen and (max-width: 980px) {
        .home-hero__background-swoosh {
          right: -5rem;
          bottom: -7.5rem; } }
      @media screen and (max-width: 580px) {
        .home-hero__background-swoosh {
          right: 0rem;
          bottom: -15rem; } }
  .home-hero__container {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 7.5rem 3vw 3.25rem 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.65rem; }
    @media screen and (max-width: 980px) {
      .home-hero__container {
        padding: 8rem 3vw 3.5rem 3vw;
        gap: 8rem; } }
    @media screen and (max-width: 580px) {
      .home-hero__container {
        padding: 5rem 5vw 2.5rem 5vw;
        gap: 20rem; } }
  .home-hero__content {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.5rem; }
    @media screen and (max-width: 980px) {
      .home-hero__content {
        width: 60%;
        gap: 2.5rem;
        position: relative;
        top: -4rem; } }
    @media screen and (max-width: 580px) {
      .home-hero__content {
        width: 100%;
        gap: 2rem;
        top: -2rem; } }
  .home-hero__bottom {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .home-hero__bottom > .text-large {
      width: 33%; }
      @media screen and (max-width: 980px) {
        .home-hero__bottom > .text-large {
          width: 45%; } }
      @media screen and (max-width: 580px) {
        .home-hero__bottom > .text-large {
          width: 85%; } }
  .home-hero__explore {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin-bottom: -1rem;
    pointer-events: auto; }
    .home-hero__explore svg {
      transition: .3s ease transform; }
    .home-hero__explore-wrap {
      position: absolute;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none; }
      @media screen and (max-width: 1440px) {
        .home-hero__explore-wrap {
          display: none; } }
    .home-hero__explore:hover svg {
      transform: translateY(10px); }
  .home-hero__cta {
    min-width: 20rem;
    width: 20%;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem 4rem 1rem 1rem;
    border-bottom-right-radius: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem; }
    @media screen and (max-width: 980px) {
      .home-hero__cta {
        min-width: unset;
        width: 40%;
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: -0.5rem; } }
    @media screen and (max-width: 580px) {
      .home-hero__cta {
        display: none; } }
    .home-hero__cta-image {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 100%; }
      .home-hero__cta-image-wrap {
        position: relative;
        width: 40%; }
        @media screen and (max-width: 980px) {
          .home-hero__cta-image-wrap {
            width: 30%; } }
    .home-hero__cta-status {
      position: absolute;
      top: 5%;
      right: 5%;
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 100%;
      border: 1px solid #fff;
      background-color: #00CF1C; }
    .home-hero__cta-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem; }
  .home-hero__cta-title {
    line-height: 1.2; }

.cta-footer {
  padding: 9.5rem 3vw; }
  @media screen and (max-width: 1280px) {
    .cta-footer {
      padding: 8.5rem 3vw; } }
  .cta-footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 70rem;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .cta-footer__wrapper {
        grid-template-columns: 1fr; } }
  .cta-footer__left {
    max-width: 30rem; }
  .cta-footer__cta-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem; }
  .cta-footer__cta-image-wrapper {
    width: 4.375rem;
    height: 4.375rem;
    position: relative; }
  .cta-footer__cta-image {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 4.375rem; }
  .cta-footer__cta-status {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #00CF1C; }
  .cta-footer__right h4 {
    margin-bottom: 1rem; }
  .cta-footer__right .btn.btn--secondary, .cta-footer__right form .fui-form-container .fui-page .fui-btn-wrapper .btn--secondary.fui-btn, form .fui-form-container .fui-page .fui-btn-wrapper .cta-footer__right .btn--secondary.fui-btn {
    margin-top: 4.5rem; }

.support-service {
  background-color: #F7F6F5;
  padding: 8.875rem 3vw 9.375rem; }
  @media screen and (max-width: 1280px) {
    .support-service {
      padding: 7.25rem 3vw 6.75rem; } }
  @media screen and (max-width: 580px) {
    .support-service {
      padding: 8.125rem 3vw 8.5rem; } }
  .support-service__wrapper {
    display: grid;
    grid-template-columns: 7fr 6fr;
    gap: 5rem;
    max-width: 70rem;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .support-service__wrapper {
        gap: 2rem; } }
    @media screen and (max-width: 580px) {
      .support-service__wrapper {
        grid-template-columns: 1fr; } }
  .support-service h2 {
    margin: 1.25rem 0 2.25rem; }
  .support-service .btn.btn--secondary, .support-service form .fui-form-container .fui-page .fui-btn-wrapper .btn--secondary.fui-btn, form .fui-form-container .fui-page .fui-btn-wrapper .support-service .btn--secondary.fui-btn {
    margin-top: 3rem; }

.support-slider {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 0 2rem;
  position: relative;
  overflow: hidden; }
  .support-slider__slides {
    width: 100%;
    display: flex;
    gap: 2rem;
    cursor: grab; }
    .support-slider__slides:active {
      cursor: grabbing; }
  .support-slider__slides-item {
    position: relative;
    width: 100%;
    flex-shrink: 0; }
    .support-slider__slides-item > .text-orange, .content__content-wrapper .support-slider__slides-item > h6 {
      display: block;
      margin-top: 1rem;
      margin-bottom: 3rem; }
  .support-slider__image {
    width: 25%;
    margin-bottom: 2.5rem; }
    .support-slider__image img {
      height: auto;
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover;
      border-radius: 0 0 1.5rem; }
  .support-slider__image-wrapper {
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem; }
    .support-slider__image-wrapper img {
      height: auto;
      width: 100%;
      aspect-ratio: 1/1;
      object-fit: cover;
      border-radius: 0 0 1.5rem; }
  .support-slider h1 {
    margin-bottom: 1rem; }
  .support-slider .btn.btn--primary, .support-slider form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn, form .fui-form-container .fui-page .fui-btn-wrapper .support-slider .fui-btn {
    margin: 2rem 0 3.5rem;
    cursor: pointer; }
  .support-slider__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .support-slider__buttons {
    display: flex;
    align-items: center;
    gap: .5rem; }
  .support-slider__button {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 0 0 1rem;
    border: 1px solid rgba(0, 45, 74, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease border-color; }
    .support-slider__button:hover {
      border-color: #002D4A; }
  .support-slider__pagination-wrapper {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: end; }
  .support-slider__pagination {
    background-color: #002D4A;
    border: 1px solid #002D4A;
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    position: relative;
    transition: background-color 0.4s ease;
    cursor: pointer; }
    .support-slider__pagination::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1rem;
      height: 1rem;
      border: 1px solid #fff;
      border-radius: 1rem;
      transform: translate(-50%, -50%);
      transition: border-color 0.4s ease; }
    .support-slider__pagination.is-active {
      background-color: #0071BA;
      cursor: auto; }
      .support-slider__pagination.is-active::before {
        border-color: #0071BA; }
  .support-slider--tips {
    padding-top: 6rem; }
    @media screen and (max-width: 980px) {
      .support-slider--tips {
        padding-top: 4rem; } }
    @media screen and (max-width: 580px) {
      .support-slider--tips {
        padding-top: 2.5rem; } }
    .support-slider--tips .support-slider__slides-item > h3 {
      margin-bottom: 1rem; }
    .support-slider--tips .support-slider__slides-item > p {
      margin-bottom: 3rem; }
      @media screen and (max-width: 980px) {
        .support-slider--tips .support-slider__slides-item > p {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 580px) {
        .support-slider--tips .support-slider__slides-item > p {
          margin-bottom: 1.5rem; } }

.content-usp {
  padding: 9.5rem 3vw 13.25rem; }
  @media screen and (max-width: 1280px) {
    .content-usp {
      padding: 7rem 3vw 8rem; } }
  .content-usp__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12.5rem; }
    @media screen and (max-width: 1280px) {
      .content-usp__wrapper {
        gap: 2rem; } }
    @media screen and (max-width: 580px) {
      .content-usp__wrapper {
        grid-template-columns: 1fr; } }
  .content-usp__content-wrapper h2 {
    margin: 1.25rem 0 2rem; }
  .content-usp__content-wrapper .btn, .content-usp__content-wrapper form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn, form .fui-form-container .fui-page .fui-btn-wrapper .content-usp__content-wrapper .fui-btn {
    margin-top: 2.5rem; }

.video {
  height: 45rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .video {
      height: 35rem; } }
  @media screen and (max-width: 580px) {
    .video {
      height: 25rem; } }
  .video::after {
    background-color: rgba(0, 45, 74, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 0; }
  .video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .video__button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer; }
  .video__swoosh {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 1; }
  .video__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    padding: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease all; }
    .video__overlay.active {
      visibility: visible;
      opacity: 1; }
    .video__overlay iframe {
      max-width: 1200px;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9; }
  .video__overlay-background {
    background-color: rgba(0, 45, 74, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .video__overlay-inner {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .video__overlay-close {
    margin: 0 0 .75rem auto;
    cursor: pointer; }

.product-slider {
  background-color: #F7F6F5;
  padding: 7rem 0 5.8rem;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .product-slider {
      padding: 6.25rem 0 5rem; } }
  .product-slider__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 3vw; }
  .product-slider__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 3rem;
    text-align: center;
    gap: .5rem; }
    .product-slider__content h2 {
      margin-bottom: .5rem; }
  .product-slider__navigation {
    background: #fff;
    display: block;
    width: auto;
    margin: 2.5rem auto 0;
    border-radius: 0 0 2rem;
    padding: 0 1.5rem; }
  .product-slider__navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .product-slider__navigation-list::-webkit-scrollbar {
      display: none; }
  .product-slider__navigation-item {
    padding: 1rem;
    color: #888;
    font-size: 1.125rem;
    line-height: 1;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    flex-shrink: 0;
    transition: .3s ease all; }
    .product-slider__navigation-item.is-active {
      color: #002D4A;
      font-weight: 700;
      border-color: #002D4A; }
  .product-slider__slides {
    display: flex;
    gap: 2rem;
    position: relative;
    z-index: 1;
    will-change: transform; }
  .product-slider__slides-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center right;
    transition: 1s ease all; }
  .product-slider__slides-item {
    width: 50%;
    flex-shrink: 0;
    height: auto;
    aspect-ratio: 3/2;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      .product-slider__slides-item {
        width: 100%; } }
    .product-slider__slides-item.is-active .product-slider__slides-image {
      background-size: 100%; }
    .product-slider__slides-item.is-after .product-slider__slides-image, .product-slider__slides-item:last-child .product-slider__slides-image {
      background-position: center left; }
  .product-slider__button-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5rem; }
    @media screen and (max-width: 980px) {
      .product-slider__button-wrapper {
        top: -2.5rem; } }
    @media screen and (max-width: 580px) {
      .product-slider__button-wrapper {
        margin-top: 2.5rem;
        height: 3rem;
        top: 0; } }
  .product-slider__controls {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    .product-slider__controls-wrapper {
      position: relative;
      width: 100%;
      margin-top: 3rem;
      padding: 0 3vw;
      display: flex;
      align-items: center;
      gap: 1.5rem; }
    .product-slider__controls-button {
      width: 2.8125rem;
      height: 2.8125rem;
      border-radius: 0 0 1rem;
      border: 1px solid rgba(0, 45, 74, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .3s ease border-color, .3s ease opacity; }
      .product-slider__controls-button:hover {
        border-color: #002D4A; }
  .product-slider__link {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: .3s ease transform .3s ease opacity; }
    .product-slider__link.is-active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
  .product-slider__progress {
    width: 100%;
    height: 0.125rem;
    border-top: 0.125rem solid #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .product-slider__progress-inner {
    width: 0%;
    background-color: #FF621F;
    margin-top: -0.125rem;
    height: 0.125rem;
    transition: .8s ease width; }

.content-cta {
  padding: 4rem 3vw 11.25rem; }
  .content-cta__wrapper {
    max-width: 90rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10rem; }
    @media screen and (max-width: 1280px) {
      .content-cta__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 980px) {
      .content-cta__wrapper {
        grid-template-columns: 1fr;
        gap: 5rem; } }
    @media screen and (max-width: 580px) {
      .content-cta__wrapper {
        gap: 2.5rem; } }
  .content-cta h2 {
    margin: .75rem 0 2.5rem; }
  .content-cta__content {
    margin-bottom: 2.25rem; }
    .content-cta__content:has(+ .extra-info) {
      margin-bottom: 3.5rem; }
  .content-cta__cta {
    position: sticky;
    top: 12.5rem;
    display: block;
    padding: 1.5rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    height: fit-content; }
  .content-cta__cta-wrapper {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin-bottom: 1.5rem; }
  .content-cta__cta-image {
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 0 0 1rem; }
  .content-cta .btn svg, .content-cta form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn svg, form .fui-form-container .fui-page .fui-btn-wrapper .content-cta .fui-btn svg {
    width: 1.5rem;
    height: 1.5rem; }
  .content-cta .extra-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
    .content-cta .extra-info h2 {
      margin: 0; }
    .content-cta .extra-info__items {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      border-top: 1px solid rgba(3, 14, 64, 0.2); }
    .content-cta .extra-info__item {
      width: 100%;
      height: 100%;
      max-height: var(--cHeight);
      padding-bottom: 2rem;
      border-bottom: 1px solid rgba(3, 14, 64, 0.2);
      overflow: hidden;
      transition: max-height ease 0.3s; }
      .content-cta .extra-info__item--active {
        max-height: var(--fHeight); }
        .content-cta .extra-info__item--active .extra-info__item-icon-line {
          transform: rotate(-180deg); }
          .content-cta .extra-info__item--active .extra-info__item-icon-line--alt {
            transform: rotate(0deg); }
      .content-cta .extra-info__item-heading {
        padding: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        cursor: pointer; }
      .content-cta .extra-info__item-icon {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .content-cta .extra-info__item-icon-line {
          position: relative;
          width: 1.25rem;
          height: 2px;
          background: #0071BA;
          border-radius: 0.5rem;
          transition: transform ease 0.3s; }
          .content-cta .extra-info__item-icon-line--alt {
            position: absolute;
            transform: rotate(90deg); }
      .content-cta .extra-info__item > p {
        width: 75%; }
        @media screen and (max-width: 980px) {
          .content-cta .extra-info__item > p {
            width: 90%; } }
        @media screen and (max-width: 580px) {
          .content-cta .extra-info__item > p {
            width: 100%; } }
    .content-cta .extra-info + .extra-info {
      margin-top: 3.5rem; }
    .content-cta .extra-info + .btn, .content-cta form .fui-form-container .fui-page .fui-btn-wrapper .extra-info + .fui-btn, form .fui-form-container .fui-page .fui-btn-wrapper .content-cta .extra-info + .fui-btn {
      margin-top: 4.5rem; }

.images-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .images-slider__slides {
    position: relative;
    z-index: 0 !important;
    width: 100%;
    display: flex;
    gap: 0;
    cursor: grab; }
    .images-slider__slides:active {
      cursor: grabbing; }
    .images-slider__slides::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 45, 74, 0.3);
      pointer-events: none; }
    .images-slider__slides--single {
      cursor: auto; }
      .images-slider__slides--single:active {
        cursor: auto; }
  .images-slider__slides-item {
    position: relative;
    width: 100%;
    flex-shrink: 0; }
    .images-slider__slides-item img {
      height: 45rem;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (max-width: 1280px) {
        .images-slider__slides-item img {
          height: 35rem; } }
      @media screen and (max-width: 580px) {
        .images-slider__slides-item img {
          height: 25rem; } }
  .images-slider__pagination-wrapper {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: center;
    height: 1rem;
    position: absolute;
    bottom: 3rem;
    width: 100%; }
  .images-slider__pagination {
    background-color: #fff;
    border: 1px solid #fff;
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    position: relative;
    transition: background-color 0.4s ease;
    cursor: pointer; }
    .images-slider__pagination::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1rem;
      height: 1rem;
      border: 2px solid transparent;
      border-radius: 1rem;
      transform: translate(-50%, -50%);
      transition: border-color 0.4s ease; }
    .images-slider__pagination.is-active {
      background-color: #FF621F;
      border-color: #FF621F;
      cursor: auto; }
      .images-slider__pagination.is-active::before {
        border-color: #FF621F; }
  .images-slider__controls {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none; }
    @media screen and (max-width: 580px) {
      .images-slider__controls {
        padding: 0 5vw; } }
    .images-slider__controls-button {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0 0 1rem;
      border: 1px solid transparent;
      background-color: rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .3s ease border-color, .3s ease opacity;
      pointer-events: auto; }
      .images-slider__controls-button svg path {
        stroke: #fff; }
      .images-slider__controls-button.is-disabled {
        opacity: 40%;
        cursor: not-allowed; }
        .images-slider__controls-button.is-disabled:hover {
          border-color: transparent; }
      .images-slider__controls-button:hover {
        border-color: rgba(255, 255, 255, 0.6); }

.product-overview {
  position: relative;
  background-color: #F7F6F5;
  padding: 5rem 3vw 9.75rem; }
  .product-overview__wrapper {
    margin: 0 auto; }
  .product-overview__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem 1rem; }
    @media screen and (max-width: 980px) {
      .product-overview__items {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 580px) {
      .product-overview__items {
        grid-template-columns: 1fr; } }

.news-overview {
  position: relative;
  padding: 5rem 3vw 9.75rem; }
  .news-overview__wrapper {
    margin: 0 auto; }
  .news-overview__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 1rem; }
    @media screen and (max-width: 980px) {
      .news-overview__items {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 580px) {
      .news-overview__items {
        grid-template-columns: 1fr; } }

.content {
  padding: 4.5rem 3vw 9.5rem;
  position: relative; }
  .content__wrapper {
    margin: 0 auto;
    max-width: 55rem; }
  .content__content-wrapper h2 {
    margin-bottom: 2.5rem; }
  .content__content-wrapper h3 {
    margin-bottom: 2.5rem; }
  .content__content-wrapper h4 {
    margin-bottom: 2.5rem; }
  .content__content-wrapper h5 {
    margin-bottom: 2.5rem; }
  .content__content-wrapper h6 {
    margin-bottom: .75rem; }
  .content__content-wrapper p {
    margin-bottom: 1rem; }
  .content__content-wrapper figure {
    width: 100%;
    height: auto;
    margin: 0 0 4.5rem; }
  .content__content-wrapper img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: unset !important; }
  .content__content-wrapper > *:last-child {
    margin-bottom: 5rem; }
  .content__share {
    border-top: 1px solid rgba(0, 45, 74, 0.1);
    padding-top: 1.5rem; }
  .content__share-items {
    display: flex;
    gap: .625rem;
    margin-top: 1rem; }
  .content__share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e2df;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 0 0 .5rem;
    transition: .3s ease border-color;
    cursor: pointer; }
    .content__share-item--instagram svg path {
      stroke: #0071BA; }
    .content__share-item--facebook svg path, .content__share-item--linkedin svg path {
      fill: #0071BA; }
    .content__share-item:hover {
      border-color: #002D4A; }

.locations__container {
  padding: 9.75rem 3vw;
  display: flex; }
  @media screen and (max-width: 980px) {
    .locations__container {
      padding: 7.5rem 3vw; } }
  @media screen and (max-width: 580px) {
    .locations__container {
      padding: 5rem 5vw;
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem; } }

.locations__content {
  width: 50%;
  padding-right: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem; }
  @media screen and (max-width: 1440px) {
    .locations__content {
      padding-right: 10%; } }
  @media screen and (max-width: 1280px) {
    .locations__content {
      padding-right: 5%; } }
  @media screen and (max-width: 580px) {
    .locations__content {
      width: 100%;
      padding-right: 0%; } }

.locations__search {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem; }
  .locations__search .btn, .locations__search form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn, form .fui-form-container .fui-page .fui-btn-wrapper .locations__search .fui-btn {
    margin-top: 0.75rem;
    font-weight: 400; }

.locations__select {
  width: 100%;
  appearance: none;
  padding: 1rem 0.75rem;
  border: 1px solid #002D4A;
  border-radius: 0 0 1.5rem;
  color: #002D4A; }
  .locations__select:active + span, .locations__select:focus + span {
    transform: rotate(180deg); }
  .locations__select-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center; }
  .locations__select-icon {
    position: absolute;
    right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    transition: transform 0.3s ease;
    transform-origin: center;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M6.04443 9L12.089 15L18.1335 9' stroke='%231E2C35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.locations__map {
  position: relative;
  z-index: 1;
  width: 50%;
  aspect-ratio: 1 / 0.6; }
  @media screen and (max-width: 1440px) {
    .locations__map {
      aspect-ratio: 1 / 0.7; } }
  @media screen and (max-width: 580px) {
    .locations__map {
      width: 100%;
      aspect-ratio: 1 / 0.8; } }

.locations .leaflet-popup {
  bottom: 20px !important; }
  .locations .leaflet-popup .leaflet-popup-content-wrapper {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
    .locations .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
      margin: 20px 26px; }

.locations__tooltip p.text-small, .locations__tooltip .banner-products__content-column .banner-products__detail p, .banner-products__content-column .banner-products__detail .locations__tooltip p {
  margin: 0 0 .5rem !important; }
  .locations__tooltip p.text-small a.link, .locations__tooltip .banner-products__content-column .banner-products__detail p a.link, .banner-products__content-column .banner-products__detail .locations__tooltip p a.link, .locations__tooltip p.text-small .product-slider__slides-item .hotspot-popup a, .product-slider__slides-item .hotspot-popup .locations__tooltip p.text-small a, .locations__tooltip .banner-products__content-column .banner-products__detail p .product-slider__slides-item .hotspot-popup a, .product-slider__slides-item .hotspot-popup .locations__tooltip .banner-products__content-column .banner-products__detail p a, .banner-products__content-column .banner-products__detail .locations__tooltip p .product-slider__slides-item .hotspot-popup a, .product-slider__slides-item .hotspot-popup .banner-products__content-column .banner-products__detail .locations__tooltip p a, .locations__tooltip p.text-small .content-image__content > .text-regular a, .content-image__content > .text-regular .locations__tooltip p.text-small a, .locations__tooltip .banner-products__content-column .banner-products__detail p .content-image__content > .text-regular a, .content-image__content > .text-regular .locations__tooltip .banner-products__content-column .banner-products__detail p a, .banner-products__content-column .banner-products__detail .locations__tooltip p .content-image__content > .text-regular a, .content-image__content > .text-regular .banner-products__content-column .banner-products__detail .locations__tooltip p a, .locations__tooltip p.text-small ul.list-alt .content-image__content > li a, ul.list-alt .content-image__content > li .locations__tooltip p.text-small a, .locations__tooltip .banner-products__content-column .banner-products__detail p ul.list-alt .content-image__content > li a, ul.list-alt .content-image__content > li .locations__tooltip .banner-products__content-column .banner-products__detail p a, .banner-products__content-column .banner-products__detail .locations__tooltip p ul.list-alt .content-image__content > li a, ul.list-alt .content-image__content > li .banner-products__content-column .banner-products__detail .locations__tooltip p a, .locations__tooltip p.text-small ol.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li .locations__tooltip p.text-small a, .locations__tooltip .banner-products__content-column .banner-products__detail p ol.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li .locations__tooltip .banner-products__content-column .banner-products__detail p a, .banner-products__content-column .banner-products__detail .locations__tooltip p ol.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li .banner-products__content-column .banner-products__detail .locations__tooltip p a, .locations__tooltip p.text-small .explanation__row > .text-regular ul .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li .locations__tooltip p.text-small a, .locations__tooltip .banner-products__content-column .banner-products__detail p .explanation__row > .text-regular ul .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li .locations__tooltip .banner-products__content-column .banner-products__detail p a, .banner-products__content-column .banner-products__detail .locations__tooltip p .explanation__row > .text-regular ul .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li .banner-products__content-column .banner-products__detail .locations__tooltip p a {
    color: #002D4A; }

.hero {
  position: relative; }
  .hero__background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hero__background-swoosh {
      position: absolute;
      right: 0;
      width: 60%;
      bottom: -8rem;
      pointer-events: none; }
      @media screen and (max-width: 1920px) {
        .hero__background-swoosh {
          bottom: -6rem; } }
      @media screen and (max-width: 980px) {
        .hero__background-swoosh {
          width: 100%;
          bottom: -4rem; } }
      @media screen and (max-width: 580px) {
        .hero__background-swoosh {
          transform: scale(1.5);
          bottom: 1rem;
          right: 1rem; } }
      .hero__background-swoosh svg {
        width: 100%;
        height: auto; }
  .hero__container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 1.5rem 3vw 7.5rem 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20svh; }
    @media screen and (max-width: 1920px) {
      .hero__container {
        gap: 18svh; } }
    @media screen and (max-width: 1440px) {
      .hero__container {
        gap: 16svh; } }
    @media screen and (max-width: 980px) {
      .hero__container {
        gap: 14svh;
        padding: 1.5rem 3vw 5.5rem 3vw; } }
    @media screen and (max-width: 580px) {
      .hero__container {
        padding: 1.5rem 5vw 3.5rem 5vw; } }
  .hero__content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      .hero__content {
        flex-direction: column;
        gap: 2rem; } }
    .hero__content > h1 {
      width: 48%; }
      @media screen and (max-width: 980px) {
        .hero__content > h1 {
          width: 75%; } }
      @media screen and (max-width: 580px) {
        .hero__content > h1 {
          width: 100%; } }
    .hero__content > .text-regular, ul.list-alt .hero__content > li, ol.list-alt .hero__content > li, .explanation__row > .text-regular ul .hero__content > li {
      width: 48%;
      margin-top: 0.5rem; }
      @media screen and (max-width: 980px) {
        .hero__content > .text-regular, ul.list-alt .hero__content > li, ol.list-alt .hero__content > li, .explanation__row > .text-regular ul .hero__content > li {
          width: 85%; } }
      @media screen and (max-width: 580px) {
        .hero__content > .text-regular, ul.list-alt .hero__content > li, ol.list-alt .hero__content > li, .explanation__row > .text-regular ul .hero__content > li {
          width: 90%; } }
  .hero .breadcrumbs {
    padding: 0; }
  .hero--blue .hero__background {
    background-color: #002D4A; }
  .hero--blue .hero__content > .text-grey {
    color: rgba(255, 255, 255, 0.7); }
  .hero--blue .breadcrumbs__link {
    color: #fff; }
  .hero--blue .breadcrumbs svg path {
    stroke: #fff; }
  .hero--grey .hero__background {
    background-color: #F7F6F5; }
  .hero--grey .hero__content > .text-grey {
    color: #888; }
  .hero--grey .breadcrumbs__link {
    color: #888; }
  .hero--grey .breadcrumbs svg path {
    stroke: #888; }
  .hero--vacancy .hero__content-inner {
    width: 48%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem; }
    @media screen and (max-width: 980px) {
      .hero--vacancy .hero__content-inner {
        width: 85%; } }
    @media screen and (max-width: 580px) {
      .hero--vacancy .hero__content-inner {
        width: 90%; } }
  .hero--vacancy .hero__content-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
    .hero--vacancy .hero__content-info-inner {
      display: flex;
      align-items: center;
      gap: .5rem 2rem;
      flex-wrap: wrap; }
  .hero--support .hero__content {
    flex-direction: column;
    align-items: center;
    gap: 3rem; }
    @media screen and (max-width: 580px) {
      .hero--support .hero__content {
        gap: 2rem; } }
    .hero--support .hero__content > h1 {
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 980px) {
        .hero--support .hero__content > h1 {
          width: 75%; } }
      @media screen and (max-width: 580px) {
        .hero--support .hero__content > h1 {
          width: 100%; } }
    .hero--support .hero__content-support {
      display: flex;
      align-items: center;
      gap: 2rem; }
      @media screen and (max-width: 580px) {
        .hero--support .hero__content-support {
          flex-direction: column;
          gap: 0.5rem; } }
      .hero--support .hero__content-support-inner {
        display: flex;
        align-items: center;
        gap: 0.5rem; }

.content-image__container {
  width: 100%;
  padding: 8.25rem 3vw 13.25rem 3vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 980px) {
    .content-image__container {
      padding: 6rem 3vw 10rem 3vw; } }
  @media screen and (max-width: 580px) {
    .content-image__container {
      padding: 5rem 5vw 6.5rem 5vw;
      flex-direction: column;
      gap: 2rem; } }

.content-image__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem; }

.content-image__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem; }
  @media screen and (max-width: 1440px) {
    .content-image__content {
      width: 55%; } }
  @media screen and (max-width: 980px) {
    .content-image__content {
      width: 60%; } }
  @media screen and (max-width: 580px) {
    .content-image__content {
      width: 100%;
      gap: 1.5rem; } }
  .content-image__content > .text-regular, ul.list-alt .content-image__content > li, ol.list-alt .content-image__content > li, .explanation__row > .text-regular ul .content-image__content > li {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }

.content-image__image {
  position: sticky;
  top: 20svh;
  width: 30%;
  border-bottom-right-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 1 / 0.55; }
  @media screen and (max-width: 980px) {
    .content-image__image {
      top: 15svh;
      width: 35%; } }
  @media screen and (max-width: 580px) {
    .content-image__image {
      position: relative;
      top: 0;
      width: 100%; } }
  .content-image__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.cta-image {
  position: relative; }
  .cta-image__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
    .cta-image__background::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 45, 74, 0.9) 100%), linear-gradient(0deg, rgba(0, 45, 74, 0.5) 0%, rgba(0, 45, 74, 0.5) 100%); }
    .cta-image__background img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .cta-image__background-swoosh {
      position: absolute;
      right: 0;
      width: 60%;
      bottom: -10rem;
      pointer-events: none; }
      @media screen and (max-width: 1920px) {
        .cta-image__background-swoosh {
          bottom: -8rem; } }
      @media screen and (max-width: 1440px) {
        .cta-image__background-swoosh {
          bottom: -6rem; } }
      @media screen and (max-width: 980px) {
        .cta-image__background-swoosh {
          width: 100%; } }
      @media screen and (max-width: 580px) {
        .cta-image__background-swoosh {
          transform: scale(1.5);
          bottom: 0rem;
          right: 0rem; } }
      .cta-image__background-swoosh svg {
        width: 100%;
        height: auto; }
  .cta-image__container {
    position: relative;
    z-index: 1;
    padding: 30svh 3vw 8svh 3vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      .cta-image__container {
        padding: 20svh 3vw; } }
    @media screen and (max-width: 580px) {
      .cta-image__container {
        padding: 15svh 5vw; } }
  .cta-image__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 980px) {
      .cta-image__content {
        width: 75%; } }
    @media screen and (max-width: 580px) {
      .cta-image__content {
        width: 100%; } }
    .cta-image__content > h2 {
      margin-top: 0.75rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 580px) {
        .cta-image__content > h2 {
          margin-bottom: 1.5rem; } }
    .cta-image__content > .btn, form .fui-form-container .fui-page .fui-btn-wrapper .cta-image__content > .fui-btn {
      margin-top: 3.5rem; }
      @media screen and (max-width: 980px) {
        .cta-image__content > .btn, form .fui-form-container .fui-page .fui-btn-wrapper .cta-image__content > .fui-btn {
          margin-top: 2.5rem; } }
      @media screen and (max-width: 580px) {
        .cta-image__content > .btn, form .fui-form-container .fui-page .fui-btn-wrapper .cta-image__content > .fui-btn {
          margin-top: 2rem; } }
    .cta-image__content > p {
      color: rgba(255, 255, 255, 0.6); }
  .cta-image__cta {
    padding: 1rem;
    background-color: #fff;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: hidden; }
    @media screen and (max-width: 980px) {
      .cta-image__cta {
        display: none; } }
    .cta-image__cta-image {
      position: relative;
      width: 4.375rem; }
      .cta-image__cta-image img {
        width: 100%;
        aspect-ratio: 1 / 1; }
    .cta-image__cta-status {
      position: absolute;
      right: 0.25rem;
      top: 0.25rem;
      width: 0.75rem;
      height: 0.75rem;
      background-color: #00CF1C;
      border: 1px solid #fff;
      border-radius: 100%; }
    .cta-image__cta-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem; }
      .cta-image__cta-content > .text-grey {
        color: rgba(136, 136, 136, 0.8); }

.cases-overview {
  position: relative;
  padding: 5rem 3vw 9.75rem; }
  .cases-overview__wrapper {
    margin: 0 auto; }
  .cases-overview__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 1rem; }
    @media screen and (max-width: 980px) {
      .cases-overview__items {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 580px) {
      .cases-overview__items {
        grid-template-columns: 1fr; } }

.cases-highlight__wrapper {
  padding: 9rem 3vw 5rem;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .cases-highlight__wrapper {
      padding: 4.25rem 3vw 0; } }

.cases-highlight__content {
  max-width: 35rem;
  margin: 0 auto;
  text-align: center; }
  .cases-highlight__content h6 {
    color: #FF621F;
    margin-bottom: .88rem; }
  .cases-highlight__content h2 {
    background: linear-gradient(90deg, #002D4A 5.35%, #005A94 67.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.cases-highlight__slides {
  width: 100%;
  display: flex;
  gap: 1rem; }
  .cases-highlight__slides-wrap {
    width: 100%;
    margin: 3.2rem 0 3rem; }

.cases-highlight__slides-item {
  position: relative;
  width: 40%;
  object-fit: cover;
  aspect-ratio: 1.65 / 1;
  flex-shrink: 0;
  background-color: #e4e2df;
  border-radius: 0 0 2rem;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  @media screen and (max-width: 980px) {
    .cases-highlight__slides-item {
      width: 85%; } }
  @media screen and (max-width: 580px) {
    .cases-highlight__slides-item {
      width: 95%; } }

.cases-highlight__controls {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .cases-highlight__controls-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
  .cases-highlight__controls-button {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 0 0 1rem;
    border: 1px solid rgba(0, 45, 74, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease border-color, .3s ease opacity; }
    .cases-highlight__controls-button.is-disabled {
      opacity: 40%;
      cursor: not-allowed; }
    .cases-highlight__controls-button:hover {
      border-color: #002D4A; }

.cases-highlight__progress {
  width: 100%;
  height: 0.125rem;
  border-top: 0.125rem solid #e4e2df;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.cases-highlight__progress-inner {
  width: 0%;
  background-color: #FF621F;
  margin-top: -0.125rem;
  height: 0.125rem;
  transition: 0.8s ease width; }

.content-image-half {
  background-color: #002D4A;
  padding: 12rem 3vw; }
  .content-image-half__wrapper {
    max-width: 90rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 10rem; }
    @media screen and (max-width: 980px) {
      .content-image-half__wrapper {
        grid-template-columns: 1fr; } }
  .content-image-half h2 {
    margin: .75rem 0 1rem; }
  .content-image-half__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0 0 2rem; }

.hero-detail {
  position: relative; }
  .hero-detail__background {
    background-color: #005A94;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .hero-detail__background::after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 25%;
      background: linear-gradient(0deg, #002D4A 0%, #002d4a00 100%); }
  .hero-detail__background-image {
    position: relative;
    width: 100%;
    object-fit: contain; }
  .hero-detail__background-image-wrap {
    position: relative;
    width: 55%;
    transform: translateX(5%);
    max-width: 60rem; }
    @media screen and (max-width: 980px) {
      .hero-detail__background-image-wrap {
        width: 75%; } }
    @media screen and (max-width: 580px) {
      .hero-detail__background-image-wrap {
        width: 100%;
        transform: translateY(0);
        position: absolute;
        bottom: 10%; } }
  .hero-detail__background-swoosh {
    position: absolute;
    right: 0;
    bottom: -5.5rem;
    z-index: 2;
    pointer-events: none; }
    @media screen and (max-width: 980px) {
      .hero-detail__background-swoosh {
        right: -5rem;
        bottom: -7.5rem; } }
    @media screen and (max-width: 580px) {
      .hero-detail__background-swoosh {
        right: 0rem;
        bottom: -15rem; } }
  .hero-detail__container {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 0.5rem 3vw 5rem 3vw;
    min-height: calc((100svh - var(--headerSpacing)) + 1px);
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 980px) {
      .hero-detail__container {
        gap: 8rem;
        padding: 0.5rem 3vw 3.5rem 3vw; } }
    @media screen and (max-width: 580px) {
      .hero-detail__container {
        gap: 0;
        padding: 0rem 5vw 2rem 5vw; } }
  .hero-detail .breadcrumbs li a {
    color: #fff; }
  .hero-detail .breadcrumbs svg path {
    stroke: #fff; }
  .hero-detail__content {
    margin-top: auto;
    width: 55%;
    max-width: 41rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
    @media screen and (max-width: 980px) {
      .hero-detail__content {
        width: 60%;
        gap: 2.5rem; } }
    @media screen and (max-width: 580px) {
      .hero-detail__content {
        width: 100%;
        gap: 2rem;
        margin-top: 7rem; } }
  .hero-detail__bottom {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 580px) {
      .hero-detail__bottom {
        margin-top: 22.5rem; } }
    .hero-detail__bottom > .text-large {
      width: 33%;
      max-width: 41rem; }
      @media screen and (max-width: 980px) {
        .hero-detail__bottom > .text-large {
          width: 45%; } }
      @media screen and (max-width: 580px) {
        .hero-detail__bottom > .text-large {
          width: 85%; } }
  .hero-detail__cta {
    min-width: 20rem;
    width: 20%;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem 4rem 1rem 1rem;
    border-bottom-right-radius: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem; }
    @media screen and (max-width: 980px) {
      .hero-detail__cta {
        min-width: unset;
        width: 40%;
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: -0.5rem; } }
    @media screen and (max-width: 580px) {
      .hero-detail__cta {
        display: none; } }
  .hero-detail__cta-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%; }
    .hero-detail__cta-image-wrap {
      position: relative;
      width: 40%; }
      @media screen and (max-width: 980px) {
        .hero-detail__cta-image-wrap {
          width: 30%; } }
  .hero-detail__cta-status {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #00CF1C; }
  .hero-detail__cta-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem; }
  .hero-detail__cta-title {
    line-height: 1.2; }
  .hero-detail__details {
    display: flex;
    align-items: center;
    gap: 2rem; }

.content-product-info {
  position: relative;
  padding: 8.75rem 3vw 10rem;
  background-color: #002D4A; }
  .content-product-info__wrapper {
    max-width: 90rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem; }
    @media screen and (max-width: 980px) {
      .content-product-info__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .content-product-info__wrapper {
        grid-template-columns: 1fr; } }
  .content-product-info h2 {
    margin: .75rem 0 1.5rem; }
  .content-product-info:not(.content-product-info--grey) p {
    color: rgba(255, 255, 255, 0.6); }
  .content-product-info .link, .content-product-info .product-slider__slides-item .hotspot-popup a, .product-slider__slides-item .hotspot-popup .content-product-info a, .content-product-info .content-image__content > .text-regular a, .content-image__content > .text-regular .content-product-info a, .content-product-info ul.list-alt .content-image__content > li a, ul.list-alt .content-image__content > li .content-product-info a, .content-product-info ol.list-alt .content-image__content > li a, ol.list-alt .content-image__content > li .content-product-info a, .content-product-info .explanation__row > .text-regular ul .content-image__content > li a, .explanation__row > .text-regular ul .content-image__content > li .content-product-info a {
    margin-top: 3rem; }
  .content-product-info__image-wrapper img {
    width: 100%; }
  .content-product-info--blue .content-product-info__wrapper {
    grid-template-columns: 2fr 1fr; }
    @media screen and (max-width: 980px) {
      .content-product-info--blue .content-product-info__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .content-product-info--blue .content-product-info__wrapper {
        grid-template-columns: 1fr; } }
  .content-product-info--blue .content-product-info__image-wrapper {
    order: -1; }
  .content-product-info--grey {
    background-color: #F7F6F5; }

.hero-image {
  position: relative;
  overflow: hidden; }
  .hero-image__wrapper {
    position: relative;
    padding: 0.5rem 3vw 5rem;
    display: grid;
    gap: 30rem;
    z-index: 1;
    max-width: 60rem; }
    @media screen and (max-width: 980px) {
      .hero-image__wrapper {
        gap: 16rem; } }
    @media screen and (max-width: 580px) {
      .hero-image__wrapper {
        padding: 0rem 4vw 2rem;
        gap: 12rem; } }
  .hero-image .breadcrumbs li a {
    color: #fff; }
  .hero-image .breadcrumbs svg path {
    stroke: #fff; }
  .hero-image__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero-image__background::before {
      background: linear-gradient(180deg, rgba(0, 45, 74, 0) 0%, rgba(0, 45, 74, 0.8) 100%);
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 100%; }
  .hero-image__swoosh {
    position: absolute;
    right: 0;
    width: 60%;
    bottom: -10rem;
    pointer-events: none; }
    @media screen and (max-width: 1920px) {
      .hero-image__swoosh {
        bottom: -8rem; } }
    @media screen and (max-width: 1440px) {
      .hero-image__swoosh {
        bottom: -6rem; } }
    @media screen and (max-width: 980px) {
      .hero-image__swoosh {
        width: 100%; } }
    @media screen and (max-width: 580px) {
      .hero-image__swoosh {
        transform: scale(1.5);
        bottom: 0rem;
        right: 0rem; } }
    .hero-image__swoosh svg {
      width: 100%;
      height: auto; }
  .hero-image__image {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.cta-story__container {
  width: 100%;
  padding: 6.25rem 10vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #F7F6F5; }
  @media screen and (max-width: 580px) {
    .cta-story__container {
      padding: 4rem 5vw;
      flex-direction: column;
      gap: 2rem; } }

.cta-story > h5 {
  width: 20%; }
  @media screen and (max-width: 980px) {
    .cta-story > h5 {
      width: 25%; } }
  @media screen and (max-width: 580px) {
    .cta-story > h5 {
      width: 100%; } }

.cta-story__content {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem; }
  @media screen and (max-width: 580px) {
    .cta-story__content {
      width: 100%;
      gap: 1rem; } }

.jobs__container {
  width: 100%;
  padding: 6.25rem 8vw 9rem 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.25rem; }
  @media screen and (max-width: 980px) {
    .jobs__container {
      padding: 5rem 8vw 7rem 8vw;
      gap: 2.75rem; } }
  @media screen and (max-width: 580px) {
    .jobs__container {
      padding: 4rem 5vw 5rem 5vw;
      gap: 2rem; } }

.jobs__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-height: var(--cHeight);
  overflow: hidden;
  transition: max-height 0.3s ease; }
  .jobs__list--expanded {
    max-height: var(--fHeight); }
  .jobs__list-item {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0);
    transition: all ease 0.3s; }
    @media screen and (max-width: 580px) {
      .jobs__list-item {
        padding: 1rem 1rem 1rem 0;
        gap: 1rem; } }
    .jobs__list-item-count {
      min-width: 2.375rem;
      width: 2.375rem;
      height: 2.375rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 100%;
      color: #002D4A;
      background-color: transparent;
      transition: all ease 0.3s; }
      @media screen and (max-width: 580px) {
        .jobs__list-item-count {
          min-width: 1.75rem;
          width: 1.75rem;
          height: 1.75rem; } }
    .jobs__list-item-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem; }
      @media screen and (max-width: 580px) {
        .jobs__list-item-content {
          gap: 0.5rem; } }
      .jobs__list-item-content h3 {
        transition: all ease 0.3s; }
    .jobs__list-item-inner {
      display: flex;
      gap: 1rem; }
    .jobs__list-item > svg {
      margin: 0 0 auto auto;
      min-width: 3.75rem;
      width: 3.75rem;
      height: auto;
      align-self: center; }
      @media screen and (max-width: 980px) {
        .jobs__list-item > svg {
          min-width: 3.25rem;
          width: 3.25rem; } }
      @media screen and (max-width: 580px) {
        .jobs__list-item > svg {
          min-width: 2.75rem;
          width: 2.75rem; } }
    .jobs__list-item:hover {
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom-right-radius: 2rem; }
      .jobs__list-item:hover .jobs__list-item-count {
        color: #fff;
        border-color: #005A94;
        background-color: #005A94; }

.jobs [load-more] {
  margin-top: 2.25rem;
  align-self: center;
  cursor: pointer; }
  @media screen and (max-width: 980px) {
    .jobs [load-more] {
      margin-top: 1.75rem; } }
  @media screen and (max-width: 580px) {
    .jobs [load-more] {
      margin-top: 1.25rem; } }

.jobs .jobs__list--expanded ~ [load-more] {
  display: none; }

.explanation__container {
  width: 100%;
  padding: 7rem 10vw 14.5rem 10vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.25rem; }
  @media screen and (max-width: 980px) {
    .explanation__container {
      gap: 5rem; } }
  @media screen and (max-width: 580px) {
    .explanation__container {
      padding: 4.5rem 5vw 8rem 5vw;
      gap: 4.5rem; } }

.explanation__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 580px) {
    .explanation__row {
      flex-direction: column;
      gap: 2rem; } }
  .explanation__row > h2 {
    width: 35%; }
    @media screen and (max-width: 980px) {
      .explanation__row > h2 {
        width: 30%; } }
    @media screen and (max-width: 580px) {
      .explanation__row > h2 {
        width: 100%; } }
  .explanation__row > .text-regular, ul.list-alt .explanation__row > li, ol.list-alt .explanation__row > li, .explanation__row > .text-regular ul .explanation__row > li {
    width: 60%;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
    .explanation__row > .text-regular ul, ul.list-alt .explanation__row > li ul, ol.list-alt .explanation__row > li ul, .explanation__row > .text-regular ul .explanation__row > li ul {
      margin: 0;
      padding: 0;
      list-style: none !important; }
      .explanation__row > .text-regular ul li, ul.list-alt .explanation__row > li ul li, ol.list-alt .explanation__row > li ul li {
        background: url("/assets/dist/assets/list-icon.svg") no-repeat left top;
        padding-left: 2rem; }
        .explanation__row > .text-regular ul li:not(:first-child), ul.list-alt .explanation__row > li ul li:not(:first-child), ol.list-alt .explanation__row > li ul li:not(:first-child) {
          margin-top: 0.75rem; }
    @media screen and (max-width: 980px) {
      .explanation__row > .text-regular, ul.list-alt .explanation__row > li, ol.list-alt .explanation__row > li, .explanation__row > .text-regular ul .explanation__row > li {
        width: 65%; } }
    @media screen and (max-width: 580px) {
      .explanation__row > .text-regular, ul.list-alt .explanation__row > li, ol.list-alt .explanation__row > li, .explanation__row > .text-regular ul .explanation__row > li {
        width: 100%; } }

.support {
  position: relative;
  z-index: 2; }
  .support__container {
    width: 100%;
    padding: 0 8vw; }
    @media screen and (max-width: 980px) {
      .support__container {
        padding: 0 5vw; } }
    @media screen and (max-width: 580px) {
      .support__container {
        padding: 0 10vw; } }
  .support__blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto; }
    @media screen and (max-width: 1280px) {
      .support__blocks {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 580px) {
      .support__blocks {
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
    .support__blocks-item {
      width: 100%;
      background-color: #fff;
      padding: 11rem 3rem;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      transition: border-radius ease 0.3s, filter ease 0.3s, transform ease 0.3s;
      text-align: center; }
      .support__blocks-item h4 {
        text-underline-position: from-font;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: text-decoration-color ease 0.3s;
        width: 100%;
        text-align: center; }
      @media screen and (max-width: 1780px) {
        .support__blocks-item {
          padding: 6rem 3rem; } }
      @media screen and (max-width: 1440px) {
        .support__blocks-item {
          padding: 4rem 2rem;
          gap: 1.75rem; } }
      @media screen and (max-width: 580px) {
        .support__blocks-item {
          gap: 1rem; } }
      @media screen and (min-width: calc(1280px + 1px)) {
        .support__blocks-item:nth-child(4n+1), .support__blocks-item:nth-child(4n+2), .support__blocks-item:nth-child(4n+3) {
          border-right: 1px solid rgba(0, 0, 0, 0.2); } }

@media screen and (max-width: 1280px) and (min-width: calc(580px + 1px)) {
  .support__blocks-item:nth-child(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.2); } }
      @media screen and (max-width: 580px) {
        .support__blocks-item {
          border-right: none; }
          .support__blocks-item:not(:last-child) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
      .support__blocks-item--border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: calc(1280px + 1px)) {
        .support__blocks-item:hover {
          border-bottom-right-radius: 1.5rem;
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
          transform: scale(1.05);
          border: none; }
          .support__blocks-item:hover h4 {
            text-decoration-color: #002D4A; } }
      @media screen and (max-width: 1440px) {
        .support__blocks-item > svg {
          width: 4rem;
          height: 4rem; } }
      .support__blocks-item > p {
        text-align: center;
        width: 80%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
        @media screen and (max-width: 980px) {
          .support__blocks-item > p {
            width: 100%; } }

.faq__container {
  background: #F7F6F5;
  padding: 10rem 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem; }
  @media screen and (max-width: 980px) {
    .faq__container {
      padding: 8rem 8vw;
      gap: 1.5rem; } }
  @media screen and (max-width: 580px) {
    .faq__container {
      padding: 5rem 5vw;
      gap: 1rem; } }
  .faq__container > h2 {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 580px) {
      .faq__container > h2 {
        text-align: left; } }
  .faq__container > p {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 580px) {
      .faq__container > p {
        text-align: left; } }

.faq__list {
  width: 100%;
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (max-width: 980px) {
    .faq__list {
      margin-top: 1rem; } }
  @media screen and (max-width: 580px) {
    .faq__list {
      margin-top: 0.5rem; } }
  .faq__list-item {
    width: 100%;
    height: 100%;
    max-height: var(--cHeight);
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: max-height ease 0.3s; }
    .faq__list-item--active {
      max-height: var(--fHeight); }
      .faq__list-item--active .faq__list-item-icon-line {
        transform: rotate(-180deg); }
        .faq__list-item--active .faq__list-item-icon-line--alt {
          transform: rotate(0deg); }
    .faq__list-item-heading {
      padding: 2rem 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
      cursor: pointer; }
    .faq__list-item-icon {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .faq__list-item-icon-line {
        position: relative;
        width: 1.25rem;
        height: 2px;
        background: #FF621F;
        border-radius: 0.5rem;
        transition: transform ease 0.3s; }
        .faq__list-item-icon-line--alt {
          position: absolute;
          transform: rotate(90deg); }
    .faq__list-item > p {
      width: 75%; }
      @media screen and (max-width: 980px) {
        .faq__list-item > p {
          width: 90%; } }
      @media screen and (max-width: 580px) {
        .faq__list-item > p {
          width: 100%; } }

.content-with-table__container {
  width: 100%;
  padding: 6.5rem 3vw 5rem 3vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 980px) {
    .content-with-table__container {
      padding: 6.5rem 3vw 5rem 3vw; } }
  @media screen and (max-width: 580px) {
    .content-with-table__container {
      padding: 5rem 3vw 4rem 3vw;
      flex-direction: column;
      gap: 3rem; } }

.content-with-table__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; }
  @media screen and (max-width: 580px) {
    .content-with-table__content {
      width: 100%; } }
  .content-with-table__content > .text-regular h2, ul.list-alt .content-with-table__content > li h2, ol.list-alt .content-with-table__content > li h2, .explanation__row > .text-regular ul .content-with-table__content > li h2, .content-with-table__content > .text-regular h3, ul.list-alt .content-with-table__content > li h3, ol.list-alt .content-with-table__content > li h3, .explanation__row > .text-regular ul .content-with-table__content > li h3 {
    margin-bottom: 1.5rem; }
    .content-with-table__content > .text-regular h2:not(:first-child), ul.list-alt .content-with-table__content > li h2:not(:first-child), ol.list-alt .content-with-table__content > li h2:not(:first-child), .explanation__row > .text-regular ul .content-with-table__content > li h2:not(:first-child), .content-with-table__content > .text-regular h3:not(:first-child), ul.list-alt .content-with-table__content > li h3:not(:first-child), ol.list-alt .content-with-table__content > li h3:not(:first-child), .explanation__row > .text-regular ul .content-with-table__content > li h3:not(:first-child) {
      margin-top: 4.5rem; }
  .content-with-table__content > .text-regular h4, ul.list-alt .content-with-table__content > li h4, ol.list-alt .content-with-table__content > li h4, .explanation__row > .text-regular ul .content-with-table__content > li h4, .content-with-table__content > .text-regular h5, ul.list-alt .content-with-table__content > li h5, ol.list-alt .content-with-table__content > li h5, .explanation__row > .text-regular ul .content-with-table__content > li h5 {
    margin-bottom: 1rem; }
    .content-with-table__content > .text-regular h4:not(:first-child), ul.list-alt .content-with-table__content > li h4:not(:first-child), ol.list-alt .content-with-table__content > li h4:not(:first-child), .explanation__row > .text-regular ul .content-with-table__content > li h4:not(:first-child), .content-with-table__content > .text-regular h5:not(:first-child), ul.list-alt .content-with-table__content > li h5:not(:first-child), ol.list-alt .content-with-table__content > li h5:not(:first-child), .explanation__row > .text-regular ul .content-with-table__content > li h5:not(:first-child) {
      margin-top: 3.5rem; }
  .content-with-table__content > .text-regular h6, ul.list-alt .content-with-table__content > li h6, ol.list-alt .content-with-table__content > li h6, .explanation__row > .text-regular ul .content-with-table__content > li h6 {
    margin-bottom: 1rem; }
    .content-with-table__content > .text-regular h6:not(:first-child), ul.list-alt .content-with-table__content > li h6:not(:first-child), ol.list-alt .content-with-table__content > li h6:not(:first-child), .explanation__row > .text-regular ul .content-with-table__content > li h6:not(:first-child) {
      margin-top: 3rem; }

.content-with-table__sticky {
  position: sticky;
  top: 15vh;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.5rem; }
  @media screen and (max-width: 980px) {
    .content-with-table__sticky {
      width: 35%; } }
  @media screen and (max-width: 580px) {
    .content-with-table__sticky {
      position: relative;
      top: 0;
      width: 100%; } }

.content-with-table__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem; }
  @media screen and (max-width: 580px) {
    .content-with-table__table {
      display: none; } }
  .content-with-table__table-wrap {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: #F7F6F5;
    border-bottom-right-radius: 1.5rem; }
  .content-with-table__table ol {
    margin: 0;
    padding: 0;
    list-style-position: inside; }
    .content-with-table__table ol li {
      cursor: pointer;
      transition: .3s ease; }
      .content-with-table__table ol li:hover {
        text-decoration: underline; }
      .content-with-table__table ol li:not(:last-child) {
        margin-bottom: 0.5rem; }
      .content-with-table__table ol li.active {
        color: #005A94; }

.content-with-table__cta {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem; }
  .content-with-table__cta img {
    width: 20%;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1; }
    @media screen and (max-width: 980px) {
      .content-with-table__cta img {
        width: 30%; } }
    @media screen and (max-width: 580px) {
      .content-with-table__cta img {
        width: 25%; } }
  .content-with-table__cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .content-with-table__cta-content a {
      line-height: 1.7; }
      .content-with-table__cta-content a:first-of-type {
        margin-top: 0.5rem; }

.team {
  position: relative;
  padding: 0 3vw 9.75rem; }
  .team__wrapper {
    margin: 0 auto; }
  .team__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem 1rem; }
    @media screen and (max-width: 980px) {
      .team__items {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 580px) {
      .team__items {
        grid-template-columns: 1fr; } }

.team-highlight__container {
  width: 100%;
  padding: 7rem 3vw 4rem 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem; }
  @media screen and (max-width: 980px) {
    .team-highlight__container {
      padding: 5rem 3vw 3rem 3vw;
      gap: 2.5rem; } }
  @media screen and (max-width: 580px) {
    .team-highlight__container {
      padding: 3.5rem 3vw 3rem 3vw;
      gap: 2rem; } }

.team-highlight__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem 1rem; }
  @media screen and (max-width: 980px) {
    .team-highlight__items {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 580px) {
    .team-highlight__items {
      grid-template-columns: 1fr; } }

.form {
  background-color: #005A94;
  padding: 6.25rem 3vw 6.75rem;
  overflow: hidden; }
  .form__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    max-width: 70rem;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .form__wrapper {
        gap: 2.75rem; } }
    @media screen and (max-width: 580px) {
      .form__wrapper {
        grid-template-columns: 1fr; } }
    .form__wrapper h3 {
      margin-bottom: 2.5rem; }
  .form__cta {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    margin-top: 3.625rem; }
  .form__cta-image {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 5.625rem; }
  .form__cta-contact {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: .625rem; }

.certificate {
  padding: 4rem 3vw 6rem; }
  .certificate__wrapper {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 580px) {
      .certificate__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem; } }
  .certificate h2 {
    width: 40%; }
    @media screen and (max-width: 580px) {
      .certificate h2 {
        width: 100%; } }
  .certificate__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem; }
    @media screen and (max-width: 580px) {
      .certificate__content {
        width: 100%;
        gap: 1.5rem; } }
  .certificate .btn svg, .certificate form .fui-form-container .fui-page .fui-btn-wrapper .fui-btn svg, form .fui-form-container .fui-page .fui-btn-wrapper .certificate .fui-btn svg {
    width: 1.5rem;
    height: 1.5rem; }

.events__container {
  width: 100%;
  padding: 6.25rem 8vw 9rem 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.5rem; }
  @media screen and (max-width: 980px) {
    .events__container {
      padding: 5rem 8vw 7rem 8vw;
      gap: 3.75rem; } }
  @media screen and (max-width: 580px) {
    .events__container {
      padding: 4rem 5vw 5rem 5vw;
      gap: 2.5rem; } }

.events__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem; }

.events__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; }
  .events__list-item {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0);
    transition: all ease 0.3s; }
    @media screen and (max-width: 580px) {
      .events__list-item {
        padding: 1rem 1rem 1rem 0;
        gap: 1rem; } }
    .events__list-item-count {
      min-width: 2.375rem;
      width: 2.375rem;
      height: 2.375rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 100%;
      color: #002D4A;
      background-color: transparent;
      transition: all ease 0.3s; }
      @media screen and (max-width: 580px) {
        .events__list-item-count {
          min-width: 1.75rem;
          width: 1.75rem;
          height: 1.75rem; } }
    .events__list-item-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem; }
      @media screen and (max-width: 580px) {
        .events__list-item-content {
          gap: 0.5rem; } }
      .events__list-item-content h3 {
        transition: all ease 0.3s; }
    .events__list-item-inner {
      display: flex;
      gap: 1rem; }

.related-products {
  background-color: #F7F6F5; }
  .related-products__container {
    max-width: calc(90rem + 6vw);
    width: 100%;
    margin: 0 auto;
    padding: 8rem 3vw 7.75rem 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem; }
    @media screen and (max-width: 980px) {
      .related-products__container {
        padding: 6.5rem 3vw 5.5rem 3vw; } }
    @media screen and (max-width: 580px) {
      .related-products__container {
        padding: 5rem 3vw 4rem 3vw; } }
  .related-products__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem 1rem; }
    @media screen and (max-width: 980px) {
      .related-products__items {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 580px) {
      .related-products__items {
        grid-template-columns: 1fr; } }
