*, *:before, *:after {
  box-sizing: border-box;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html, body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
:root {
  /* Theme */
  --mobile-breakpoint: 640px; /* not used */
  --tablet-breakpoint: 1024px; /* not used */

  /* Margins, paddings, dividers */
  --wrapper-full-hd: 1920px;
  --wrapper-max-width: 100%;
  --content-column-max-width: 1024px;
  --text-max-width: 900px;
  --content-column-small: 620px;
  /*  --max-width: 1072px; */
  --max-width: 1024px;
  --main-padding: 12px;
  --main-margin: 12px;
  --divider-height-desktop: 72px;
  --divider-height-mobile: 36px;

  /* Colors */
  --background-color: #fff;
  --primary: #FAA61B;
  --secondary: #032254;
  --heading-color: #333333;
  --black: #000000;
  --white: #fefefe;
  --gray: #999;
  --light-gray: #e6e6e6;
  --medium-gray: #cacaca;
  --dark-gray: #333;
  --dark-blue: #10273F;
  --blue: #032254;
  --light-blue: #CED3DC;
  --light-green: #D3F0E3;
  --green: #22B573;
  --light-orange: #FAE9CE;
  --orange: #FAA61B;


  /* Nav */
  --nav-height: 80px;
  --nav-menu-position: flex-end;
  --nav-mobile-li-height: 90px;
  --dropdown-menu-bg-color: #FFFFFF;
  --dropdown-menu-text-color: #000000;
  --nav-mobile-text-color: #333333;
  --nav-mobile-background-color: #FFFFFF;

  --menu-item-hover-text: var(--dark-blue);

  /* cta */
  --cta-bg-color: #FAA61B;
  --cta-text-color: #000000;
  --button-border-radius: 50px;

  /* Typography */
  --font-family: 'Altform-Regular', 'Poppins', sans-serif;
  --font-family-headings: 'Altform-Bold', 'Poppins', sans-serif;

  /* Headings for mobiles */
  --heading1: 40px;
  --heading2: 32px;
  --heading3: 24px;
  --heading4: 20px;
  --heading5: 16px;
  --heading6: 16px;

  /* Line heights for mobiles */
  --line-height-mobile-heading1: 48px;
  --line-height-mobile-heading2: 38px;
  --line-height-mobile-heading3: 29px;
  --line-height-mobile-heading4: 24px;
  --line-height-mobile-heading5: 22px;
  --line-height-mobile-heading6: 22px;

  /* Heading for desktop */
  --medium-up-heading1: 62px;
  --medium-up-heading2: 32px;
  --medium-up-heading3: 24px;
  --medium-up-heading4: 18px;
  --medium-up-heading5: 16px;
  --medium-up-heading6: 16px;

  /* Line heights for desktop */
  --line-height-heading1: 70px;
  --line-height-heading2: 38px;
  --line-height-heading3: 30px;
  --line-height-heading4: 24px;
  --line-height-heading5: 22px;
  --line-height-heading6: 22px;


  --paragraph: 16px;
  --paragraph-line-height: 24px;
  --paragraph-big: 24px;
  --paragraph-big-line-height: 36px;
  --paragraph-medium: 18px;
  --paragraph-medium-line-height: 27px;
  --paragraph-small: 16px;
  --paragraph-small-line-height: 24px;
  --paragraph-tiny: 11px;
  --paragraph-tiny-line-height: 14px;
  --menu-mobiles-font-size: 20px;

  --paragraph-side-froms: 14px;
  --paragraph-side-froms-line-height: 20px;

  /* Blog */
  --h1-blog-post-mobile: 32px;
  --h1-blog-post-line-height-mobile: 38px;
  --h1-blog-post: 48px;
  --h1-blog-post-line-height: 58px;

  --max-width-blog-post: 760px;
  --max-width-blog-wrapper: 1280px;

  /* Forms */
  --form-labels-color: #000000;
  --field-border-radius: 24px;

  /* Custom settings */
  --sliders-card-background-color: #FFFFFF;

  /* Footer */
  --footer-background-color: #FAE9CE;
  --footer-color: #FAE9CE;
  --footer-logo-width: 120px;


  /* Radiuses */
  --radius-normal: 24px;
  --radius-normal-mobile: 16px;

  /* Side panels */
  --side-panel-button-position: 23px;
  --side-panel-position-bottom: 24px;
}
@font-face {
  font-family: "Altform-Bold";
  src: url("https://24935711.fs1.hubspotusercontent-eu1.net/hubfs/24935711/Ework%20-%20redesign/Fonts/Altform-Bold.otf") format("opentype"),
       url("https://24935711.fs1.hubspotusercontent-eu1.net/hubfs/24935711/Ework%20-%20redesign/Fonts/Altform-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Altform-Regular";
  src: url("https://24935711.fs1.hubspotusercontent-eu1.net/hubfs/24935711/Ework%20-%20redesign/Fonts/Altform-Regular.otf") format("opentype"),
       url("https://24935711.fs1.hubspotusercontent-eu1.net/hubfs/24935711/Ework%20-%20redesign/Fonts/Altform-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  height: var(--nav-height);
  background-color: var(--nav-desktop-background-color);
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--white-secondary);
  background: white;
}

#navbar .country-icon {
  margin-left: 24px;
  font-size: var(--paragraph-small);
}

#navbar .country-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 26px;
  margin-right: calc(0.5 * var(--main-margin));
  background: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/Website%20redesign%202023/1.%20Homepage%20%28Global%29/globe.svg') no-repeat center center; 
}

#navbar .nav-logo {
  z-index: 1;
  padding-left: calc(2 * var(--main-padding));
  padding-right: var(--main-padding);
}
#navbar .nav-logo a {
  display: flex;
}

#navbar .nav-content {
  display: flex;
  justify-content: var(--nav-menu-position);
  width: 100%;
  height: 100%;
}

#navbar .nav-navigation {
  padding-right: var(--main-padding);
}

#nav-language-switcher-desktop {
  display: inline-flex;
}

#navbar .login-icon-link {
  background-repeat: no-repeat; 
  margin: auto 0;
}

#navbar .login-icon-link .login-icon-img {
  object-position: center;
  display: block;
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  #navbar .nav-navigation {
    display: none;
    order: 1;
  }

  .login-icon-link {
    display: none;
  }

  #nav-language-switcher-desktop {
    display: none;
  }

  #navbar .country-icon {
    font-size: var(--menu-mobiles-font-size);
  }
}

* {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--blue);
  text-decoration: underline;
}
a:hover {
  /* color: var(--primary); */
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-color: var(--orange);
}

a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px;
}

.cta_button {
  font-size: var(--paragraph-medium);
  background-color: var(--cta-bg-color);
  color: var(--cta-text-color);
  padding: calc(var(--main-padding) * 1.5) calc(var(--main-padding) * 4);
  border-radius: var(--button-border-radius);
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-family-headings);
  white-space: nowrap;
}

.cta_button:hover {
  opacity: 0.9;
  text-decoration: none;
  color: var(--cta-text-color);
}

.cta_button_secondary {
  font-size: var(--paragraph-medium);
  color: black;
  padding: calc(var(--main-padding) * 1.5) calc(var(--main-padding) * 4);
  border-radius: var(--button-border-radius);
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-family-headings);
  border: 2px solid var(--blue);
  background-color: transparent;
}


.cta_button_tertiary {
  font-size: var(--paragraph-medium);
  color: white;
  padding: calc(var(--main-padding) * 1.5) calc(var(--main-padding) * 4);
  border-radius: var(--button-border-radius);
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-family-headings);
  background-color: var(--blue);
}

.cta_button_quaternary {
  font-size: var(--paragraph-medium);
  color: var(--blue);
  padding: calc(var(--main-padding) * 1.5) calc(var(--main-padding) * 4);
  border-radius: var(--button-border-radius);
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-family-headings);
  background-color: var(--light-blue);
}

.cta_button_quinary {
  font-size: var(--paragraph-medium);
  color: white;
  padding: calc(var(--main-padding) * 1.5) calc(var(--main-padding) * 4);
  border-radius: var(--button-border-radius);
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-family-headings);
  border: 2px solid white;
  background-color: transparent;
}

.cta_button_tertiary:hover,
.cta_button_quinary:hover {
  color: var(--light-gray);
}

.cta_button_secondary:hover {
  color: var(--dark-gray);
}

.wrapper {
  /*max-width: var(--max-width);*/
  width: 100%;
  padding: 0px;
  margin: auto;
  max-width: var(--wrapper-full-hd);
}

.row,
.row-privacy {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}

.row-privacy {
  flex-direction: column-reverse;
}

.column-12 {
  flex-basis: 100%;
}
.column-9 {
  flex-basis: 75%;
}

.column-6 {
  flex-basis: 50%;
}
.column-3 {
  flex-basis: 25%;
}

.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}

.m-1 {
  margin: var(--paragraph);
}
.m-2 {
  margin: calc(var(--paragraph) * 2);
}
.p-1 {
  padding: var(--paragraph);
}
.p-2 {
  padding: calc(var(--paragraph) * 2);
}
.mx-1 {
  margin-left: var(--paragraph);
  margin-right: var(--paragraph);
}
.mx-2 {
  margin-left: calc(var(--paragraph) * 2);
  margin-right: calc(var(--paragraph) * 2);
}
.my-1 {
  margin-top: var(--paragraph);
  margin-bottom: var(--paragraph);
}
.my-2 {
  margin-top: calc(var(--paragraph) * 2);
  margin-bottom: calc(var(--paragraph) * 2);
}

.px-1 {
  padding-left: var(--paragraph);
  padding-right: var(--paragraph);
}
.px-2 {
  padding-left: calc(var(--paragraph) * 2);
  padding-right: calc(var(--paragraph) * 2);
}
.py-1 {
  padding-top: var(--paragraph);
  padding-bottom: var(--paragraph);
}
.py-2 {
  padding-top: calc(var(--paragraph) * 2);
  padding-bottom: calc(var(--paragraph) * 2);
}
.pt-1 {
  padding-top: var(--paragraph);
}

p, span {
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
  color: var(--dark-gray);
}

li::marker {
  color: var(--dark-gray);
}

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span {
  margin: var(--main-margin) 0;
  color: var(--heading-color);
  font-family: var(--font-family-headings);
}

h1, h1 span {
  font-size: var(--heading1);
  line-height: var(--line-height-mobile-heading1);
  letter-spacing: 0px;
}

h2, h2 span {
  font-size: var(--heading2);
  line-height: var(--line-height-mobile-heading2);
}

h3, h3 span {
  font-size: var(--heading3);
  line-height: var(--line-height-mobile-heading3);
}

h4, h4 span {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
}

h5, h5 span {
  font-size: var(--heading5);
  font-weight: bold;
  line-height: var(--line-height-mobile-heading5);
}

h6, h6 span {
  font-size: var(--heading6);
  line-height: var(--line-height-mobile-heading6);
}

.main-section-dnd {
  padding-top: var(--nav-height);
}

footer {
  background-color: var(--footer-background-color);
  color: var(--footer-color);
  background-image: url("https://24935711.fs1.hubspotusercontent-eu1.net/hubfs/24935711/Ework%20-%20redesign/Backgrounds%20-%20paths/Vector%20%283%29.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  max-width: var(--wrapper-full-hd);
  margin: auto;
}

.footer-wrapper {
  max-width: var(--wrapper-max-width);
  width: 100%;
  padding: calc(2*var(--main-padding)) calc(3*var(--main-padding));
  margin: auto;
}

.footer-wrapper p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-logo img {
  width: 280px !important;
  height: 44px !important;
}

.footer-nav {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  line-height: calc(var(--paragraph) * 1.5);
  font-size: 14px;
}
.footer-nav li a {
  color: var(--dark-gray);
  padding: var(--main-padding) 0;  
  display: block;
  font-family: var(--font-family);
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
  text-decoration: none;
}

footer .copyrights, footer .copyrights span {
  font-size: var(--paragraph-small);
  padding: 0 0 calc(var(--main-padding) * 2);
}
footer .social {
  padding: calc(var(--main-padding) * 4) 0;
  justify-content: space-between;
}

footer .cp-social-icons img {
  height: 48px;
}

.contact-us-label {
  color: #10273F;
  font-weight: 900;
}

.contact-us-label:hover {
  opacity: 0.8;
  text-decoration: none;
}

.nav-overlay {
  background: #000000c2;
  opacity: 1;
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {

  footer .footer-nav-wrapper .column-3 {
    flex-basis: 50%;
  }
  footer .row.social > .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 0;
  }

  footer .row.social > :first-child {
    width: 100%;
  }

  footer .footer-logo img {
    width: 280px !important;
    height: 44px !important;
  }
}

.cp-home-top-rich-text {
  margin-top: 67px;
  height: 90px;
}

/* System pages - search results styles */
.systems-page--search-results {

  background-repeat: no-repeat;
  padding-top: 100px;
  max-width: var(--wrapper-max-width);
  margin: auto;
  background-position: 0px 100px;
  background-size: 100% 61%;
}

.systems-page--search-results.bg-search-result {
  background-image: url('https://24935711.fs1.hubspotusercontent-eu1.net/hubfs/24935711/Ework%20-%20redesign/Backgrounds%20-%20paths/Vector%20%2838%29-1.svg#svgView%28preserveAspectRatio%28none%29%29'); 
}

.systems-page--search-results .hs-search-results__pagination {
  display: flex;
  justify-content: flex-end;
}

.systems-page--search-results #currentPage {
  width: 20%;
  text-align: center;
  color: var(--dark-gray);
}

.systems-page--search-results .hs-search-results__next-page {
  width: 40%;
  text-align: right;
}

.systems-page--search-results .hs-search-results__prev-page {
  width: 40%;
  text-align: left;
}

.systems-page--search-results .content {
  max-width: var(--max-width);
  margin: auto;
}

.systems-page--search-results h1 {
  text-align: center;
  padding-top: calc(5 * var(--main-padding));
}

.systems-page--search-results #hsresults li a {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
  font-weight: 700;
  color: var(--dark-gray);
}

.systems-page--search-results #hsresults li p,
.systems-page--search-results #hsresults li .hs-search-highlight {
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
}

.hs-search-field__bar .hs-search-field__input {
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
  padding: calc(var(--main-padding)*1) calc(2 * var(--main-padding));
  border-radius: var(--field-border-radius);
  border: 1px solid var(--light-gray);
  font-weight: 500;
}

.systems-page--search-results #hsresults li {
  padding: var(--main-padding) 0 !important;
  margin: var(--main-margin) 0 !important;
  border-bottom: 1px solid var(--light-blue) !important;
}
.systems-page--search-results #hsresults li:last-child {
  border-bottom: none !important;
}



@media screen and (min-width: 448px) {
  .cp-home-top-rich-text {
    margin-top: 72px;
    height: 74px;
  }
}

@media screen and (min-width: 768px) {
  .column-3 {
    flex-basis: 25%;
  }

  .row-privacy {
    flex-direction: row;
    justify-content: center;
  }

  h1, h1 span {
    font-size: var(--medium-up-heading1);
    line-height: var(--line-height-heading1);
  }

  h2, h2 span {
    font-size: var(--medium-up-heading2);
    line-height: var(--line-height-heading2);
  }

  h3, h3 span {
    font-size: var(--medium-up-heading3);
    line-height: var(--line-height-heading3);
  }

  h4, h4 span {
    font-size: var(--medium-up-heading4);
    line-height: var(--line-height-heading4);
  }

  h5, h5 span {
    font-size: var(--medium-up-heading5);
    line-height: var(--line-height-heading5);
  }

  h6, h6 span {
    font-size: var(--medium-up-heading6);
    line-height: var(--line-height-heading6);
  }

  /* System pages - search results styles */
  .systems-page--search-results #hsresults li a {
    font-size: var(--medium-up-heading4);
    line-height: var(--line-height-heading4);
  }
}

@media screen and (max-width: 1600px) {
  .systems-page--search-results {
    background-size: contain;
  }
}

@media screen and (max-width: 370px) {
  .hs-cta-wrapper {
    display: flex;
    flex-direction: column;
    margin: var(--main-margin) auto;
  }
}

@media (max-width: 380px) {
  .cta_button,
  .cta_button_tertiary,
  .cta_button_quaternary,
  .cta_button_quinary,
  .cta_button_secondary {
    font-size: var(--paragraph);
    padding: calc(var(--main-padding) * 1) calc(var(--main-padding) * 1.5);
    line-height: 60px;
  }
}

/* Special Case */
.newsroom-top-navigation {
  text-transform: uppercase;
}

.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container p {
  font-size: 11px;
  line-height: 17px;
  text-align: justify;
}
.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container div.input label span > p {
  font-size: 11px;
  line-height: 16px;
  display: block;
}
.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: flex;
}

.cp-form form#hsForm_0e3c9464-39c8-418c-8fea-19cffd57953c_2486 .legal-consent-container div.input label {
  display: flex;
  align-items: center;
}

/* Accessibilitychecker - replace orange by black color on cookie popup to pass the test */
.cookiefirst-root [data-cookiefirst-button="primary"] .cf1y60 {
  color: var(--heading-color) !important;
}
.cookiefirst-root .cfV_z2 {
  color: var(--heading-color) !important;
}
.cookiefirst-root [data-cookiefirst-accent-color] {
  color: var(--heading-color) !important;  
}