/* index.scss start */
/* variables.scss start */
:root {
  --color-tertiary: #0b153b;
  --color-secondary: #ff5532;
  --color-primary: #ff5532;
  /* Filter recipe that tints a white SVG to the current primary color. */
  --color-primary-filter: brightness(0) saturate(100%) invert(52%) sepia(94%)
    saturate(2409%) hue-rotate(340deg) brightness(102%) contrast(101%);
  --color-text: #5c5c5c;
  --color-button: #0f232e;
  --color-heading: #121316;
  --line: #e1e1e1;
  --line-light: #e2e2e2;
  --input-bg: #f4f5f7;
}

body.microsite-control-and-confidence-in-clinical-data-management,
.microsite-merative-marketscan {
  --color-primary: #9013fe;
  --color-secondary: #36c98d;
  --color-background: #faf8f6;
  --color-primary-filter: brightness(0) saturate(100%) invert(18%) sepia(98%)
    saturate(7499%) hue-rotate(270deg) brightness(103%) contrast(99%);
}

body.microsite-ericsson,
.microsite-ericsson {
  --color-primary: #1174e6;
  --color-secondary: #f3f3f3;
  --color-background: #ffffff;
  --color-text: #171c1f;
  --color-heading: #171c1f;
  --line: #8d9497;
  --line-light: #d9d9d9;
  --input-bg: #f3f3f3;
  --color-primary-filter: brightness(0) saturate(100%) invert(42%) sepia(93%)
    saturate(2419%) hue-rotate(201deg) brightness(93%) contrast(91%);
}

:root {
  --nav-width: 15rem;
}
@media (min-width: 1024px) {
  :root {
    --nav-width: 18rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --nav-width: 22rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --nav-width: 24rem;
  }
}

/* variables.scss end */
/* index.scss start */
/*! 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.
 */
body {
  margin: 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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (min-width: 768px) and (max-width: 1281px) {
  html {
    font-size: 52%;
  }
}

body, main, figure, h1, h2, h3, h4, h5, h6, ul, ol, li, p, input, button, select, textarea, div, blockquote, img, section, a, form {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

p {
  letter-spacing: 0.02rem;
  font-weight: 400;
}

ul, ol {
  list-style: none;
}

img,
picture {
  height: auto;
  transition: opacity 0.5s ease;
  width: 100%;
}

.promo figure img,
.site-header .header-background img {
  aspect-ratio: unset;
  height: 100%;
}

a {
  color: black;
}

/* index.scss start */
/* typography.scss start */
@font-face {
  font-family: "Atlas Grotesk Web";
  src: url("/wp-content/themes/goodlife-wp-B2B/fonts/AtlasGrotesk-Light-Web.woff2") format("woff2"), url("/wp-content/themes/goodlife-wp-B2B/fonts/AtlasGrotesk-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atlas Grotesk Web";
  src: url("/wp-content/themes/goodlife-wp-B2B/fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2"), url("/wp-content/themes/goodlife-wp-B2B/fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atlas Grotesk Web";
  src: url("/wp-content/themes/goodlife-wp-B2B/fonts/AtlasGrotesk-Medium-Web.woff2") format("woff2"), url("/wp-content/themes/goodlife-wp-B2B/fonts/AtlasGrotesk-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-heading-default: "Source Serif Pro", Helvetica, sans-serif;
  --font-para-default: "Atlas Grotesk Web", Helvetica, sans-serif;
  --font-heading-alleima: Arial, Helvetica, sans-serif;
  --font-para-alleima: Arial, Helvetica, sans-serif;
  --sand: #faf8f6;
  --colour-heading: #171c1f;
  --colour-para: #5e5e5e;
  --h1: 2.8rem;
  --h1-video: 2.8rem;
  --h2: 2.6rem;
  --h3: 1.8rem;
  --hplusp: 1.6rem;
}
@media (min-width: 768px) {
  :root {
    --h1: 4rem;
    --h1-video: 3.2rem;
    --h2: 4.2rem;
    --h3: 2.4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --h1: 4.4rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --h1: 5.4rem;
  }
}

body {
  --font-heading: var(--font-heading-default);
  --font-para: var(--font-para-default);
  font-family: var(--font-para);
}
body.microsite-your-partner-for-life-changing-medical-solutions {
  --font-heading: var(--font-heading-alleima);
  --font-para: var(--font-para-alleima);
}
body.microsite-ericsson {
  --font-heading: var(--font-para-default);
  --font-para: var(--font-para-default);
}

p,
ul,
ol,
button,
input,
select,
textarea,
.faux-select__display,
label,
#vms_description:not(.microsite-ericsson #vms_description),
td {
  font-size: 1.6rem;
  color: var(--color-text);
}
@media (min-width: 1600px) {
  p,
  ul,
  ol,
  button,
  input,
  select,
  textarea,
  .faux-select__display,
  label,
  #vms_description:not(.microsite-ericsson #vms_description),
  td {
    font-size: 1.8rem;
  }
}

h2:not(.gd-network h2, .dark-background h2),
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
}

h1 {
  font: 300 var(--h1)/1.18 var(--font-heading);
}

h2 {
  font: 300 var(--h2)/1.5 var(--font-heading);
}

h3,
h4,
h5,
h6 {
  font: 300 var(--h3)/1.5 var(--font-heading);
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: var(--hplusp);
}

/* typography.scss end */
/* index.scss start */
:root {
  --grid-width: 100%;
  --gutters: 2.4rem;
  --grid-padding: 0.6rem;
  --grid-padding-l: 2.1rem;
  --grid-padding-xl: 3.2rem;
  --grid-padding-xxl: 5.1rem;
  --main-margin: 3.2rem;
}
@media (min-width: 768px) {
  :root {
    --gutters: 3.2rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --gutters: 4.8rem;
    --grid-padding: 0.8rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --grid-width: 1400px;
    --grid-width: 100%;
  }
}

.site-header > div,
main,
.promo > div,
.site-footer > div {
  width: var(--grid-width);
  padding: 0 var(--gutters);
}
main > * {
  scroll-snap-type: y mandatory;
}
main section {
  scroll-snap-align: start;
}

.grid {
  display: flex;
  flex-flow: row wrap;
}
.grid > * {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .grid.has-padding {
    margin-left: calc(-1 * var(--grid-padding));
    margin-right: calc(-1 * var(--grid-padding));
    width: calc(100% + 2 * var(--grid-padding));
    max-width: calc(100% + 2 * var(--grid-padding));
  }
  .grid.has-padding > * {
    padding-left: var(--grid-padding);
    padding-right: var(--grid-padding);
  }
  .grid.has-padding-l {
    margin-left: calc(-1 * var(--grid-padding-l));
    margin-right: calc(-1 * var(--grid-padding-l));
    width: calc(100% + 2 * var(--grid-padding-l));
    max-width: calc(100% + 2 * var(--grid-padding-l));
  }
  .grid.has-padding-l > * {
    padding-left: var(--grid-padding-l);
    padding-right: var(--grid-padding-l);
  }
  .grid.has-padding-xl {
    margin-left: calc(-1 * var(--grid-padding-xl));
    margin-right: calc(-1 * var(--grid-padding-xl));
    width: calc(100% + 2 * var(--grid-padding-xl));
    max-width: calc(100% + 2 * var(--grid-padding-xl));
  }
  .grid.has-padding-xl > * {
    padding-left: var(--grid-padding-xl);
    padding-right: var(--grid-padding-xl);
  }
  .grid.has-padding-xxl {
    margin-left: calc(-1 * var(--grid-padding-xxl));
    margin-right: calc(-1 * var(--grid-padding-xxl));
    width: calc(100% + 2 * var(--grid-padding-xxl));
    max-width: calc(100% + 2 * var(--grid-padding-xxl));
  }
  .grid.has-padding-xxl > * {
    padding-left: var(--grid-padding-xxl);
    padding-right: var(--grid-padding-xxl);
  }
}
@media (min-width: 768px) {
  .grid.reverse-desktop {
    flex-direction: row-reverse;
  }
}
.grid {
  /* Phone cells */
}
.grid .phone-1 {
  width: 8.3333333333%;
}
.grid .phone-2 {
  width: 16.6666666667%;
}
.grid .phone-3 {
  width: 25%;
}
.grid .phone-4 {
  width: 33.3333333%;
}
.grid .phone-5 {
  width: 41.6666666667%;
}
.grid .phone-6 {
  width: 50%;
}
.grid .phone-7 {
  width: 58.333333333%;
}
.grid .phone-8 {
  width: 66.6666666667%;
}
.grid .phone-9 {
  width: 75%;
}
.grid .phone-10 {
  width: 83.333333333%;
}
.grid .phone-11 {
  width: 91.6666666667%;
}
.grid .phone-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .grid .offset-phone-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-phone-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-phone-3 {
    margin-left: 25%;
  }
}
.grid {
  /* tablet mini cells */
}
@media (min-width: 600px) {
  .grid .tablet-mini-1 {
    width: 8.3333333333%;
  }
  .grid .tablet-mini-2 {
    width: 16.6666666667%;
  }
  .grid .tablet-mini-3 {
    width: 25%;
  }
  .grid .tablet-mini-4 {
    width: 33.3333333%;
  }
  .grid .tablet-mini-5 {
    width: 41.6666666667%;
  }
  .grid .tablet-mini-6 {
    width: 50%;
  }
  .grid .tablet-mini-7 {
    width: 58.333333333%;
  }
  .grid .tablet-mini-8 {
    width: 66.6666666667%;
  }
  .grid .tablet-mini-9 {
    width: 75%;
  }
  .grid .tablet-mini-10 {
    width: 83.333333333%;
  }
  .grid .tablet-mini-11 {
    width: 91.6666666667%;
  }
  .grid .tablet-mini-12 {
    width: 100%;
  }
  .grid .offset-tablet-mini-1 {
    margin-left: 8.3333%;
  }
  .grid .offset-tablet-mini-2 {
    margin-left: 16.6666%;
  }
  .grid .offset-tablet-mini-3 {
    margin-left: 25%;
  }
}
.grid {
  /* tablet cells */
}
@media (min-width: 768px) {
  .grid .tablet-1 {
    width: 8.3333333333%;
  }
  .grid .tablet-2 {
    width: 16.6666666667%;
  }
  .grid .tablet-3 {
    width: 25%;
  }
  .grid .tablet-4 {
    width: 33.3333333%;
  }
  .grid .tablet-5 {
    width: 41.6666666667%;
  }
  .grid .tablet-6 {
    width: 50%;
  }
  .grid .tablet-7 {
    width: 58.333333333%;
  }
  .grid .tablet-8 {
    width: 66.6666666667%;
  }
  .grid .tablet-9 {
    width: 75%;
  }
  .grid .tablet-10 {
    width: 83.333333333%;
  }
  .grid .tablet-11 {
    width: 91.6666666667%;
  }
  .grid .tablet-12 {
    width: 100%;
  }
  .grid .offset-tablet-half {
    margin-left: 4.15%;
  }
  .grid .offset-tablet-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-tablet-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-tablet-3 {
    margin-left: 25%;
  }
  .grid .offset-tablet-4 {
    margin-left: 33.33333%;
  }
  .grid .offset-phone-1 {
    margin-left: 0;
  }
  .grid .offset-phone-2 {
    margin-left: 0;
  }
  .grid .offset-phone-3 {
    margin-left: 0;
  }
}
.grid {
  /* Laptop cells */
}
@media (min-width: 1024px) {
  .grid .laptop-1 {
    width: 8.3333333333%;
  }
  .grid .laptop-2 {
    width: 16.6666666667%;
  }
  .grid .laptop-3 {
    width: 25%;
  }
  .grid .laptop-4 {
    width: 33.3333333%;
  }
  .grid .laptop-5 {
    width: 41.6666666667%;
  }
  .grid .laptop-6 {
    width: 50%;
  }
  .grid .laptop-7 {
    width: 58.333333333%;
  }
  .grid .laptop-8 {
    width: 66.6666666667%;
  }
  .grid .laptop-9 {
    width: 75%;
  }
  .grid .laptop-10 {
    width: 83.333333333%;
  }
  .grid .laptop-11 {
    width: 91.6666666667%;
  }
  .grid .laptop-12 {
    width: 100%;
  }
  .grid .offset-laptop-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-laptop-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-laptop-3 {
    margin-left: 25%;
  }
  .grid .offset-laptop-4 {
    margin-left: 33.3333333333%;
  }
}
.grid {
  /* Desktop cells */
}
@media (min-width: 1280px) {
  .grid .desktop-1 {
    width: 8.3333333333%;
  }
  .grid .desktop-2 {
    width: 16.6666666667%;
  }
  .grid .desktop-3 {
    width: 25%;
  }
  .grid .desktop-4 {
    width: 33.3333333%;
  }
  .grid .desktop-5 {
    width: 41.6666666667%;
  }
  .grid .desktop-6 {
    width: 50%;
  }
  .grid .desktop-7 {
    width: 58.333333333%;
  }
  .grid .desktop-8 {
    width: 66.6666666667%;
  }
  .grid .desktop-9 {
    width: 75%;
  }
  .grid .desktop-10 {
    width: 83.333333333%;
  }
  .grid .desktop-11 {
    width: 91.6666666667%;
  }
  .grid .desktop-12 {
    width: 100%;
  }
  .grid .offset-desktop-1 {
    margin-left: 8.3333333333%;
  }
  .grid .offset-desktop-2 {
    margin-left: 16.6666666667%;
  }
  .grid .offset-desktop-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1440px) {
  .grid .desktop-xl-1 {
    width: 8.3333333333%;
  }
  .grid .desktop-xl-2 {
    width: 16.6666666667%;
  }
  .grid .desktop-xl-3 {
    width: 25%;
  }
  .grid .desktop-xl-4 {
    width: 33.3333333%;
  }
  .grid .desktop-xl-5 {
    width: 41.6666666667%;
  }
  .grid .desktop-xl-6 {
    width: 50%;
  }
  .grid .desktop-xl-7 {
    width: 58.333333333%;
  }
  .grid .desktop-xl-8 {
    width: 66.6666666667%;
  }
  .grid .desktop-xl-9 {
    width: 75%;
  }
  .grid .desktop-xl-10 {
    width: 83.333333333%;
  }
  .grid .desktop-xl-11 {
    width: 91.6666666667%;
  }
  .grid .desktop-xl-12 {
    width: 100%;
  }
}

/* index.scss start */
/* global.scss start */
.screen-reader-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(1px 1px 1px 1px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body {
  overflow-x: hidden;
}

img[data-src] {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

img.lazy-loaded {
  opacity: 1;
  transform: translateY(0);
}

.social {
  display: flex;
  gap: 1.2rem;
}
.social li {
  width: 3.2rem;
  height: 3.2rem;
}
.social li a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.social li a:before, .social li a:after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.social li a:before:not(header .button:after), .social li a:after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
.social li a:before {
  margin-right: 1rem;
}
.social li a:after {
  content: none;
}
.social li a {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.social li a:after, .social li a:before {
  margin: 0;
  text-indent: 0;
  white-space: normal;
  position: absolute;
  inset: 0;
  background-size: contain;
}
.social li a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.social li a:before {
  background-size: 100%;
  background-position: center center;
  margin: 0 auto;
}
.social li.email a:before {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_email.svg");
}
.social li.linkedin a:before {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_linkedin.svg");
}
.social li.twitter a:before {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_twitter.svg");
}
.social li.x a:before {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_x.svg");
}
.social li.facebook a:before {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_facebook.svg");
  background-size: 60%;
}

body.microsite-ericsson .social li a:before {
  filter: var(--color-primary-filter);
}

/* global.scss end */
/* index.scss start */
/* button.scss start */
.button a,
.cta-button,
.header-cta {
  text-transform: capitalize;
}

body.microsite-your-partner-for-life-changing-medical-solutions .button a,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button),
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit] {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a:before, body.microsite-your-partner-for-life-changing-medical-solutions .button a:after,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):before,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):after,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:before,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a:before:not(header .button:after), body.microsite-your-partner-for-life-changing-medical-solutions .button a:after:not(header .button:after),
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):before:not(header .button:after),
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):after:not(header .button:after),
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:before:not(header .button:after),
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a:before,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):before,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:before {
  content: none;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button),
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit] {
  align-self: flex-start;
  width: fit-content;
  border: none;
  background: black;
  color: white;
  font: 700 1.4rem/1.75 var(--font-para);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a:hover,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):hover,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:hover {
  color: rgba(255, 255, 255, 0.75);
  /* White text with 75% opacity */
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a:hover:after,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):hover:after,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:hover:after {
  opacity: 0.75;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a:not(#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before)::after,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button):not(#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before)::after,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit]:not(#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before)::after {
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}
body.microsite-your-partner-for-life-changing-medical-solutions .button a.external:after,
body.microsite-your-partner-for-life-changing-medical-solutions button:not(.carousel-arrow, .carousel-nav button, .search button).external:after,
body.microsite-your-partner-for-life-changing-medical-solutions input[type=submit].external:after {
  transform: rotate(-45deg);
}

.microsite-your-partner-for-life-changing-medical-solutions .view-more a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:before, .microsite-your-partner-for-life-changing-medical-solutions .view-more a:after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:before:not(header .button:after), .microsite-your-partner-for-life-changing-medical-solutions .view-more a:after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:before {
  margin-right: 1rem;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:after {
  content: none;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a {
  color: black;
  font-size: 1.4rem;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:before {
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:hover {
  font-weight: 600;
}
.microsite-your-partner-for-life-changing-medical-solutions .view-more a:hover:before {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow_red.svg");
}

.load-more a {
  font-size: 1.4rem;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}
.load-more a:after {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg");
  transform: rotate(90deg) scale(0.7);
}

.dark-background *:not(.faux-select ul,
.faux-select ul *,
.site-header nav *,
.microsite-ericsson .hubspot-form *) {
  color: white;
}
.dark-background button:not(.carousel-nav button),
.dark-background .button a:not(.carousel-nav button) {
  background: white;
  color: var(--color-button);
}
.dark-background button:not(.carousel-nav button):hover,
.dark-background .button a:not(.carousel-nav button):hover {
  background: var(--color-primary);
}
.dark-background button:not(.carousel-nav button):hover:after,
.dark-background .button a:not(.carousel-nav button):hover:after {
  filter: brightness(0) invert(1);
}

body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .cta-button,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .button a:not(.carousel-arrow, .carousel-nav button, .search button),
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .view-more a:not(.microsite-your-partner-for-life-changing-medical-solutions .view-more a),
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) input[type=submit] {
  background-color: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 2rem;
  height: 4.4rem;
  padding: 0 2rem;
  border-radius: 2.2rem;
  text-decoration: none;
  font: 600 1.8rem/1 "Alliance No.1", sans-serif;
  transition: all 0.4s;
  border: none;
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .cta-button:hover,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .button a:not(.carousel-arrow, .carousel-nav button, .search button):hover,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .view-more a:not(.microsite-your-partner-for-life-changing-medical-solutions .view-more a):hover,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) input[type=submit]:hover {
  opacity: 0.9;
  background: black;
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .cta-button:not(.microsite-ericsson .hero-content .cta-button):after,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .button a:not(.carousel-arrow, .carousel-nav button, .search button):not(.microsite-ericsson .hero-content .cta-button):after,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .view-more a:not(.microsite-your-partner-for-life-changing-medical-solutions .view-more a):not(.microsite-ericsson .hero-content .cta-button):after,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) input[type=submit]:not(.microsite-ericsson .hero-content .cta-button):after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icons/arrow.svg") no-repeat center;
  width: 1.8rem;
  height: 1.4rem;
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .cta-button.outline,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .button a:not(.carousel-arrow, .carousel-nav button, .search button).outline,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .view-more a:not(.microsite-your-partner-for-life-changing-medical-solutions .view-more a).outline,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) input[type=submit].outline {
  border: solid 1px var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .cta-button.outline:after,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .button a:not(.carousel-arrow, .carousel-nav button, .search button).outline:after,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) .view-more a:not(.microsite-your-partner-for-life-changing-medical-solutions .view-more a).outline:after,
body:not(.microsite-your-partner-for-life-changing-medical-solutions):not(.microsite-ericsson) input[type=submit].outline:after {
  filter: var(--color-primary-filter);
}

body.microsite-ericsson section > header .button a,
body.microsite-ericsson .article-cards > header .button a {
  height: 4.4rem;
  min-height: 4.4rem;
  padding: 1rem 0rem 1rem 0.6rem;
  border-radius: 0.2rem;
  border: 0;
  background: #fff;
  color: #171c1f;
  font: 400 1.8rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
body.microsite-ericsson section > header .button a::after,
body.microsite-ericsson .article-cards > header .button a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: center center no-repeat url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg");
  background-size: 1rem 1rem;
  transform: rotate(-45deg);
  flex: 0 0 1.6rem;
}
body.microsite-ericsson section > header .button a:hover,
body.microsite-ericsson .article-cards > header .button a:hover {
  background: #fff;
  text-decoration: underline;
}
body.microsite-ericsson .article-card .view-more a,
body.microsite-ericsson .article-card .view-more a.outline,
body.microsite-ericsson p.view-more a,
body.microsite-ericsson input[type=submit] {
  height: 4.4rem;
  min-height: 4.4rem;
  padding: 1rem 3.2rem;
  border: 1px solid #000;
  border-radius: 8px;
  background: transparent;
  color: #171c1f;
  font: 500 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
body.microsite-ericsson .article-card .view-more a::after,
body.microsite-ericsson .article-card .view-more a.outline::after,
body.microsite-ericsson p.view-more a::after,
body.microsite-ericsson input[type=submit]::after {
  content: none !important;
  display: none !important;
}
body.microsite-ericsson .article-card .view-more a:hover,
body.microsite-ericsson .article-card .view-more a.outline:hover,
body.microsite-ericsson p.view-more a:hover,
body.microsite-ericsson input[type=submit]:hover {
  background: transparent;
  text-decoration: underline;
}
body.microsite-ericsson .article-card .view-more.text-link a {
  min-height: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171c1f;
  font: 400 1.4rem/2.4rem var(--font-para);
  text-decoration: none;
}
body.microsite-ericsson .article-card .view-more.text-link a::after {
  content: none !important;
  display: none !important;
}
body.microsite-ericsson .article-card .view-more.text-link a:hover {
  background: transparent;
  text-decoration: underline;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler:after,
#onetrust-consent-sdk #onetrust-pc-btn-handler:after {
  display: none !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
  background: var(--color-secondary) !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
  background: #666 !important;
}

/* button.scss end */
/* index.scss start */
/* form.scss start */
:root {
  --form-padding: 1.6rem;
  --qn-margin: 3rem;
  --input-margin: 0.8rem;
  --input-gap: 2.4rem;
  --input-height: 4.4rem;
  --label-height: 1.3rem;
}
@media (min-width: 768px) {
  :root {
    --form-padding: 3rem;
  }
}

@keyframes fieldValidPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(72, 187, 120, 0.45);
  }
  60% {
    box-shadow: 0 0 0 6px rgba(72, 187, 120, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(72, 187, 120, 0);
  }
}
form fieldset {
  max-width: 100%;
}
form .field:not(fieldset:first-of-type .field),
form .button:not(fieldset:first-of-type .field),
form .legal-consent-container:not(fieldset:first-of-type .field),
form .hs-richtext:not(fieldset:first-of-type .field),
form .hs-submit:not(fieldset:first-of-type .field) {
  margin-top: var(--qn-margin);
}
form .number-input-group,
form input:not([type=radio]):not(.refresh input):not(.input-with-button input):not([type=checkbox]):not([type=submit]),
form textarea,
form .faux-select__display {
  width: 100%;
}
form input:not([type=radio], [type=checkbox], [type=submit], .search input),
form textarea,
form .faux-select__display {
  background: var(--input-bg);
  border: solid 1px var(--line);
  border-radius: 2px;
  padding: 1rem 2rem;
  color: var(--color-text);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
form .faux-select__display {
  height: var(--input-height);
}
form .faux-select {
  position: relative;
}
form .faux-select .faux-select__display {
  position: relative;
  cursor: pointer;
}
form .faux-select .faux-select__display:before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: var(--input-height);
  text-align: center;
  line-height: var(--input-height);
}
form .faux-select .faux-select__display:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  pointer-events: none;
  right: calc(var(--input-height) / 2 - 0.5rem);
}
form .faux-select ul {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: var(--line);
  box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  max-height: 30rem;
  overflow: auto;
}
form .faux-select ul li {
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0.5rem;
  color: #333;
}
form .faux-select ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
form .faux-select ul[aria-hidden=true] {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
form .faux-select ul[aria-hidden=false] {
  display: block;
  opacity: 1;
  z-index: 99;
}
form textarea {
  width: 100% !important;
  min-height: 9rem;
}
form input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  background: var(--input-bg);
  border: var(--line);
}
form label:has(input[type=checkbox]) {
  display: inline-flex;
  gap: 1rem;
}
form label:has(input[type=checkbox]) input {
  flex-shrink: 0;
}
form .legal-consent-container p {
  font-size: 1.3rem;
  opacity: 0.8;
}
@media (min-width: 768px) {
  form .form-columns-2 {
    display: flex;
    gap: 2rem;
  }
  form .form-columns-2 > div {
    width: calc(50% - var(--input-gap) / 2);
  }
}
.hubspot-form form fieldset {
  margin: 0 auto;
  text-align: left;
  max-width: none !important;
  width: 100% !important;
}
.hubspot-form form fieldset .input {
  margin: 0;
}
.hubspot-form form .hs-submit {
  text-align: left;
}
@media (min-width: 768px) {
  .hubspot-form form h2 {
    font-size: 3.2rem;
  }
}
.hubspot-form form .field label:not(li label) {
  display: block;
  height: 0;
  position: relative;
  z-index: 9;
  bottom: calc(-1 * var(--label-height));
  left: 2rem;
  transition: all 0.3s ease;
}
.hubspot-form form .field label:not(li label) .hs-form-required {
  color: red;
}
.hubspot-form form .field:has(input:focus,
input:not(:placeholder-shown),
textarea:focus,
textarea:not(:placeholder-shown),
.faux-select__display:not(:empty)) label {
  bottom: 2rem;
  left: 0;
  font-size: 1.1rem;
}
.hubspot-form form .field input.error {
  border-color: red;
  background: rgb(60, 3, 3);
}
.hubspot-form form .field .hs-error-msg {
  margin-top: 1rem;
  color: red;
  display: block;
}
.hubspot-form form .field:has(select) label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(1px 1px 1px 1px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.hubspot-form form input:not([type=radio], [type=checkbox], [type=submit]),
.hubspot-form form textarea,
.hubspot-form form .faux-select__display {
  color: var(--color-text);
}
.hubspot-form form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
.hubspot-form form textarea::placeholder,
.hubspot-form form .faux-select__display::placeholder {
  color: transparent;
  opacity: 0;
}
.hubspot-form form .faux-select__display:after {
  border-color: var(--line);
}
.hubspot-form form .hs-richtext p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  form .input {
    margin: 0 !important;
  }
  form .input input:not([type=radio]):not([type=checkbox]),
  form .input textarea,
  form .input .faux-select__display {
    width: 100% !important;
  }
}
form.search {
  display: flex;
}
form.search input,
form.search button {
  height: var(--input-height);
  transition: all 0.5s ease;
}
form.search button {
  background: var(--color-primary);
}
form.search button:hover {
  background: #222;
}
form.search input {
  border-radius: 0.4rem 0 0 0.4rem;
  padding-left: 1rem;
}
form.search input[type=search], form.search input[type=text] {
  border: solid 1px #999;
}
form.search button {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
form.search button:before, form.search button:after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
form.search button:before:not(header .button:after), form.search button:after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
form.search button:before {
  content: none;
}
form.search button {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
form.search button:after, form.search button:before {
  margin: 0;
  text-indent: 0;
  white-space: normal;
  position: absolute;
  inset: 0;
  background-size: contain;
}
form.search button {
  width: var(--input-height);
  border-radius: 0rem 0.4rem 0.4rem 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
form.search button:after {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_search.svg");
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: 60%;
}

.hubspot-form,
.hubspot-form #hidden {
  display: flex;
  flex-direction: column;
  gap: var(--form-padding);
}

.hubspot-form {
  border-radius: 0.4rem;
  padding: var(--form-padding);
}
@media (max-width: 400px) {
  .hubspot-form .form-columns-2 > div + div {
    margin-top: var(--qn-margin);
  }
}
.hubspot-form .privacy-text {
  font-size: 1.3rem;
}

body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form,
body.microsite-alleima .hubspot-form {
  background: black;
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form *,
body.microsite-alleima .hubspot-form * {
  color: white;
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form input:not([type=radio], [type=checkbox], [type=submit]),
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form textarea,
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .faux-select__display,
body.microsite-alleima .hubspot-form input:not([type=radio], [type=checkbox], [type=submit]),
body.microsite-alleima .hubspot-form textarea,
body.microsite-alleima .hubspot-form .faux-select__display {
  border: 1px solid var(--line);
  background: var(--color-button);
  color: white;
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form textarea::placeholder,
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .faux-select__display::placeholder,
body.microsite-alleima .hubspot-form input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
body.microsite-alleima .hubspot-form textarea::placeholder,
body.microsite-alleima .hubspot-form .faux-select__display::placeholder {
  color: white;
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .actions,
body.microsite-alleima .hubspot-form .actions {
  display: inline-block;
  position: relative;
  background: white;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .actions::after,
body.microsite-alleima .hubspot-form .actions::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .actions:hover,
body.microsite-alleima .hubspot-form .actions:hover {
  background-color: var(--color-primary);
}
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .actions button.submit,
body.microsite-your-partner-for-life-changing-medical-solutions .hubspot-form .actions input[type=submit],
body.microsite-alleima .hubspot-form .actions button.submit,
body.microsite-alleima .hubspot-form .actions input[type=submit] {
  background: transparent;
  color: var(--color-button);
  position: relative;
  padding-right: 5rem;
  display: inline-block;
}

body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) .hubspot-form {
  background: rgba(0, 0, 0, 0.06);
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) .hubspot-form .sponsored-whitepaper-container {
  background: var(--color-background);
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) .hubspot-form input:not([type=radio], [type=checkbox], [type=submit]),
body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) .hubspot-form textarea,
body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) .hubspot-form .faux-select__display {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.05);
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) input[type=submit]:not(.microsite-ericsson input) {
  background: var(--color-primary);
}
body:not(.microsite-your-partner-for-life-changing-medical-solutions,
.microsite-alleima) input[type=submit]:not(.microsite-ericsson input):hover {
  background: #222;
}

.field.field--valid input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.field.field--valid textarea,
.field.field--valid .faux-select__display {
  background-color: #e6f5ea;
  box-shadow: 0 0 0 0 rgba(72, 187, 120, 0.35);
  animation: fieldValidPulse 0.9s ease-out;
  color: #0f2415;
}

.sponsored-with-form .content.small-9 {
  width: 75%;
  float: left;
}
@media (min-width: 1024px) {
  .sponsored-with-form .content.small-9 {
    width: 75%;
    float: right;
  }
}
.sponsored-with-form .sponsored-whitepaper {
  width: 24%;
  float: right;
}
@media (min-width: 1024px) {
  .sponsored-with-form .sponsored-whitepaper {
    width: 25%;
    float: left;
  }
}

.sponsored-whitepaper {
  margin-top: 5rem;
}
.sponsored-whitepaper .sponsored-whitepaper-container {
  display: flex;
  gap: 2rem;
  margin: calc(-1 * var(--form-padding)) calc(-1 * var(--form-padding)) 0 calc(-1 * var(--form-padding));
  width: calc(100% + 2 * var(--form-padding));
  max-width: calc(100% + 2 * var(--form-padding));
  padding: var(--form-padding);
  background: var(--color-primary);
  background: rgb(225, 225, 225);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content {
  width: 70%;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content * {
  color: black;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content > * + * {
  margin-top: 1.6rem;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content h4 {
  color: var(--color-primary);
  font-size: 1.6rem;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content h3 {
  font-size: var(--h2);
  line-height: 1.2;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content p,
.sponsored-whitepaper .sponsored-whitepaper-container .content #vms_description {
  line-height: 1.4;
  font-size: 1.6rem;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content .hidden {
  display: none;
}
.sponsored-whitepaper .sponsored-whitepaper-container .content span {
  display: block;
  font-size: 1.6rem;
}
.sponsored-whitepaper .sponsored-whitepaper-container .image-container {
  width: 30%;
}
@media (max-width: 1023px) {
  .sponsored-whitepaper .sponsored-whitepaper-container .content {
    width: 100%;
  }
  .sponsored-whitepaper .sponsored-whitepaper-container .image-container {
    display: none;
  }
}

/* form.scss end */
body.microsite-ericsson .article-cards.article-list form.search {
  margin: 2.6rem auto 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 1.1rem;
}
body.microsite-ericsson .article-cards.article-list form.search input[type=search] {
  flex: 1 1 auto;
  height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  color: #939393;
  font: 400 1.8rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
}
body.microsite-ericsson .article-cards.article-list form.search input[type=search]::placeholder {
  color: #939393;
  opacity: 1;
}
body.microsite-ericsson .article-cards.article-list form.search button[type=submit] {
  width: 2.5rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: var(--color-primary-filter);
  text-indent: -9999px;
  overflow: hidden;
}
body.microsite-ericsson .article-cards.article-list form.search button[type=submit]::after {
  content: none !important;
  display: none !important;
}
body.microsite-ericsson .article-cards.article-list form.search button[type=submit]:hover {
  background-color: transparent;
}
body.microsite-ericsson .sponsored-whitepaper .sponsored-whitepaper-container {
  background: var(--color-primary);
}
body.microsite-ericsson .sponsored-whitepaper .sponsored-whitepaper-container * {
  color: white;
}

/* index.scss start */
/* section.scss start */
:root {
  --section-margin: 3.6rem;
  --section-with-header-margin: 4.2rem;
  --section-header-plus-grid-margin: 3.6rem;
  --grid-margin: 2.4rem;
  --article-padding: 1.6rem;
  --text-spacing: 3.2rem;
  --icon-plus-h-margin: 2.8rem;
  --promo-padding: 2rem;
  --promo-heading: 2.8rem;
}
@media (min-width: 768px) {
  :root {
    --section-margin: 6.4rem;
    --section-with-header-margin: 6rem;
    --section-header-plus-grid-margin: 4.2rem;
    --article-padding: 3.2rem;
    --grid-margin: 4rem;
    --text-spacing: 6.4rem;
    --icon-plus-h-margin: 5.2rem;
    --promo-padding: 2.4rem;
    --promo-heading: 3.2rem;
  }
}

section:not(section:first-child, .carousel + section, section.related-articles, .featured, .hero-section) {
  margin-top: var(--section-margin);
}
section:first-child {
  margin-top: var(--gutters);
}
@media (max-width: 767px) {
  section.carousel {
    padding: 0 0 2rem 0;
  }
}
section:has(> header) {
  margin-top: var(--section-with-header-margin);
}
section > header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section > header:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-text);
}
section > header h1,
section > header h2,
section > header h3,
section > header .button {
  position: relative;
  z-index: 9;
}
section > header h1,
section > header h2,
section > header h3 {
  background: white;
  padding-right: var(--grid-margin);
}
section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:before, section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:before:not(header .button:after), section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:before {
  content: none;
}
section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a {
  display: flex;
}
section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:after {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body:not(.microsite-ericsson) section > header .button:not(.microsite-control-and-confidence-in-clinical-data-management) a:after {
  filter: invert(1);
}
@media (min-width: 768px) {
  section > header .button:before {
    content: "";
    width: var(--grid-margin);
    height: 100%;
    background: white;
    display: block;
    position: absolute;
    left: calc(-1 * var(--grid-margin));
  }
}
@media (max-width: 767px) {
  section > header:not(.microsite-ericsson header):has(.button) {
    margin-bottom: 7rem;
    position: relative;
  }
  section > header:not(.microsite-ericsson header):has(.button) .button {
    position: absolute;
    left: 0;
    bottom: -6rem;
  }
}

body.microsite-ericsson section.article-cards.article-list > header {
  justify-content: center;
}
body.microsite-ericsson section.article-cards.article-list > header:before {
  background: #dbdbdb;
}
body.microsite-ericsson section.article-cards.article-list > header h2 {
  font: 400 3.2rem/4rem var(--font-para);
  letter-spacing: -0.015em;
  padding: 0 4.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  body.microsite-ericsson section > header h2 {
    padding-right: 0.6rem;
  }
}

/* section.scss end */
/* index.scss start */
/* _header.scss start */
:root {
  --padding: 2rem;
  --h1: 3.2rem;
  --text-padding: 4rem;
  --text-padding-s: 4rem;
  --mobile-nav-height: 6rem;
  --logo-width: 20rem;
}
@media (min-width: 1024px) {
  :root {
    --padding: 3rem;
    --h1: 5.4rem;
    --text-padding: 15vh;
    --text-padding-s: 6rem;
    --logo-width: 24rem;
  }
}

.site-header {
  position: relative;
}
.site-header > div {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
.site-header nav,
.site-header .logo,
.site-header .text {
  position: relative;
  z-index: 9;
}
.site-header nav ul {
  font-size: 1.8rem;
  font-weight: 300;
}
.site-header .text {
  border-left: solid 1px var(--color-primary);
  padding: 0 var(--padding);
}
body:not(.home) .site-header .text {
  margin-top: var(--text-padding-s);
}
body.home .site-header .text {
  margin-top: var(--text-padding);
}
.site-header .text h1,
.site-header .text p {
  color: white;
  margin-top: -1rem;
}
.site-header .text p {
  font: 300 var(--h1)/1.18 var(--font-heading);
}
.site-header .text .button {
  margin-top: var(--padding);
}
.site-header .header-background {
  position: absolute;
  inset: 0;
}
.site-header .header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /* Percentage-based centering */
  display: block;
}
.site-header .header-background {
  display: block;
}
.site-header .header-background:before, .site-header .header-background:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-header .header-background:before {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgb(0, 0, 0) 99%);
}
.site-header .header-background:after {
  background: black;
  right: 0;
}
.site-header.has-animation .header-background:before {
  left: -100%;
  transition: transform 4s ease-in-out;
}
.site-header.has-animation.loaded .header-background:before {
  transform: translateX(100%);
}
.site-header.has-animation .header-background:after {
  left: 0;
  transform: translateX(0);
  transition: transform 4s ease-in-out;
}
.site-header.has-animation.loaded .header-background:after {
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .site-header {
    padding-bottom: 0;
    min-height: 13rem;
  }
  .site-header:has(.text) {
    padding-bottom: calc(var(--mobile-nav-height) + 3rem);
  }
  .site-header .logo {
    width: 50%;
    max-width: 17.4rem;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .site-header .logo img {
    width: 100%;
    height: auto;
    aspect-ratio: 234/41;
    /* Based on actual image dimensions */
    object-fit: contain;
  }
  .site-header figure {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .site-header {
    min-height: 18rem;
  }
  .site-header > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-header nav,
  .site-header .logo {
    flex: 0 0 auto;
  }
  .site-header nav {
    flex: 0 0 calc(100% - var(--logo-width) - var(--padding));
  }
  .site-header nav h2 {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip: rect(1px 1px 1px 1px) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .site-header nav ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(2 * var(--nav-width));
  }
  .site-header nav ul li {
    width: 50%;
  }
  .site-header nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 1rem var(--padding);
    border-left: solid 1px var(--color-primary);
  }
  .site-header .logo {
    margin-left: auto;
    display: flex;
    align-items: start;
    width: var(--logo-width);
  }
  .site-header .logo img {
    height: 4.1rem;
    width: auto;
    aspect-ratio: 234/41;
    /* Based on actual image dimensions */
    object-fit: contain;
  }
  .site-header .text {
    width: 60%;
    margin-left: var(--nav-width);
  }
  body.home .site-header .text {
    margin-bottom: var(--text-padding);
  }
}

.main-nav h2 {
  display: none;
}

@media (max-width: 767px) {
  nav.main-nav {
    height: var(--mobile-nav-height);
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px var(--color-primary);
    background: white;
    transition: all 0.4s ease;
  }
  nav.main-nav *:not(.microsite-ericsson h2 span) {
    color: black;
  }
  nav.main-nav h2 {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  nav.main-nav h2:before, nav.main-nav h2:after {
    content: "";
    background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
  }
  nav.main-nav h2:before:not(header .button:after), nav.main-nav h2:after:not(header .button:after) {
    width: 2.4rem;
    height: 2.4rem;
  }
  nav.main-nav h2:before {
    margin-right: 1rem;
  }
  nav.main-nav h2:after {
    content: none;
  }
  nav.main-nav h2 {
    width: 100%;
    justify-content: center;
    line-height: var(--mobile-nav-height);
    cursor: pointer;
    font-size: 1.8rem;
    text-align: center;
  }
  nav.main-nav h2 span:first-child {
    display: inline;
  }
  nav.main-nav h2 span:last-child {
    display: none;
  }
  nav.main-nav h2:before {
    background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_menu.svg") no-repeat center;
  }
  nav.main-nav ul {
    visibility: hidden;
    height: 0;
    transition: height 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
    overflow: hidden;
    text-align: center;
    background: white;
    padding: 1.2rem 0;
  }
  nav.main-nav ul li {
    width: 25rem;
    margin: 0 auto;
  }
  nav.main-nav ul li a {
    display: block;
    padding: 1.2rem 0;
  }
}
body.menu-open nav.main-nav {
  z-index: 99;
  border: none;
}
body.menu-open nav.main-nav * {
  transition: all 0.4s ease;
}
body.menu-open nav.main-nav h2 {
  width: 21rem;
  margin: 0 auto;
  border-bottom: solid 1px var(--line);
}
body.menu-open nav.main-nav h2 span {
  color: var(--color-primary);
}
body.menu-open nav.main-nav h2 span:first-child {
  display: none;
}
body.menu-open nav.main-nav h2 span:last-child {
  display: inline;
}
body.menu-open nav.main-nav h2:before {
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_close.svg") no-repeat center;
}
body.menu-open nav.main-nav ul {
  visibility: visible;
  height: auto;
  border-bottom: solid 1px var(--color-primary);
  transition: height 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
}
body.menu-open nav.main-nav ul li a {
  text-decoration: none;
}

/* _header.scss end */
/* index.scss start */
:root {
  --header-width: 100%;
  --header-padding: 2rem;
  --nav-gap: 3rem;
  --hero-padding: 3rem;
  --h1: 2.8rem;
}
@media (min-width: 768px) {
  :root {
    --header-padding: var(--gutters);
    --nav-gap: 4rem;
    --hero-padding: 5rem;
    --h1: 3.6rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --nav-gap: 6rem;
    --hero-padding: 6rem;
    --h1: 4.8rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --header-padding: 8rem;
  }
}
.site-header-standardised > .grid,
.hero-section > .grid {
  width: var(--grid-width);
  margin: 0 auto;
}
.site-header-standardised > .grid:not(.category .grid),
.hero-section > .grid:not(.category .grid) {
  padding: 0 var(--header-padding);
}

.site-header-standardised {
  padding-top: 1rem;
  background-color: var(--color-background);
  color: #20201f;
  position: relative;
}
@media (min-width: 768px) {
  .single .site-header-standardised:not(.microsite-ericsson .site-header-standardised) {
    padding-bottom: 1rem;
  }
  .single .site-header-standardised:not(.microsite-ericsson .site-header-standardised) .logo {
    padding-bottom: 1rem;
  }
}
.site-header-standardised {
  /* Container for Grid */
}
.site-header-standardised > .grid {
  align-items: center;
}
.site-header-standardised .logo {
  display: flex;
  align-items: center;
}
.site-header-standardised .logo img {
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .site-header-standardised .logo a {
    max-width: 20rem;
    max-height: 6.6rem;
  }
  .site-header-standardised .logo a img {
    height: 6.6rem;
  }
  .site-header-standardised .main-nav {
    padding: 0;
  }
  .site-header-standardised .main-nav ul {
    display: flex;
    list-style: none;
    gap: var(--nav-gap);
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    font: 400 1.6rem/1 var(--font-para);
  }
  .site-header-standardised .main-nav ul li a {
    text-decoration: none;
    color: #20201f;
  }
  .site-header-standardised .main-nav ul li a:hover {
    text-decoration: underline;
  }
  .site-header-standardised .main-nav ul li.current {
    font-weight: 700;
  }
}
.site-header-standardised .header-actions {
  display: none;
  /* Hidden on tablet+ */
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .site-header-standardised {
    --nav-height: 5rem;
  }
  body:not(.microsite-ericsson) .site-header-standardised {
    padding-bottom: calc(var(--mobile-nav-height) + 2rem);
  }
  .site-header-standardised .logo {
    width: 100%;
  }
  .site-header-standardised .logo a {
    width: 50%;
    height: 5rem;
    margin: 0 auto;
    justify-content: center;
  }
  .site-header-standardised .logo img {
    object-fit: contain;
    height: 5rem;
  }
  .site-header-standardised .main-nav {
    bottom: 0;
  }
}

.hero-section {
  background-color: var(--color-background);
}
.hero-section:not(.category .hero-section) {
  padding: var(--hero-padding) 0;
}
.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .hero-section {
    flex-direction: column-reverse;
  }
  .hero-section .grid {
    display: flex;
    flex-direction: column;
    gap: var(--hero-padding);
  }
  .hero-section .hero-image {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hero-section .grid {
    align-items: center;
  }
  .hero-section .grid:not(.category .grid) {
    max-width: 1200px;
    margin: 0 auto;
  }
  .hero-section .grid:not(.category .grid) .hero-content h1 {
    max-width: 50rem;
  }
  .hero-section .grid:not(.category .grid) .hero-image {
    max-width: 40rem;
  }
}

.microsite-ericsson .site-header-standardised {
  padding-top: 0;
  background: #000;
  color: #fff;
}
.microsite-ericsson .site-header-standardised > .grid {
  min-height: 9.8rem;
  padding: 2rem 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.microsite-ericsson .site-header-standardised .logo a {
  width: 14.9rem;
  height: 5.8rem;
  display: inline-flex;
}
.microsite-ericsson .site-header-standardised .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.microsite-ericsson .site-header-standardised .main-nav ul {
  gap: 4.2rem;
  justify-content: flex-start;
  font: 400 1.8rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
}
.microsite-ericsson .site-header-standardised .main-nav ul li a {
  color: #fff;
}
.microsite-ericsson .site-header-standardised .main-nav ul li a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.microsite-ericsson .site-header-standardised .header-cta {
  flex: 0 0 auto;
  margin-left: 3.2rem;
  display: flex;
  justify-content: flex-end;
}
.microsite-ericsson .site-header-standardised .header-cta .header-button-no-radius {
  min-height: 4.4rem;
  padding: 1rem 3.2rem;
  border-radius: 0.2rem;
  background: #fff;
  color: #171c1f;
  text-decoration: none;
  font: 500 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.microsite-ericsson .site-header-standardised .header-cta .header-button-no-radius::after {
  content: "";
  margin-left: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: center/contain no-repeat url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg");
  display: inline-block;
  flex: 0 0 1rem;
  transform: rotate(-45deg);
  transform-origin: center;
}
.microsite-ericsson .site-header-standardised .header-cta .header-button-no-radius:hover {
  opacity: 0.92;
}
@media (min-width: 768px) {
  .microsite-ericsson .site-header-standardised {
    --nav-gap: 4.2rem;
  }
  .microsite-ericsson .site-header-standardised .grid,
  .microsite-ericsson .site-header-standardised .main-nav ul {
    gap: var(--nav-gap);
  }
  .microsite-ericsson .site-header-standardised .logo {
    width: 15rem;
  }
  .microsite-ericsson .site-header-standardised .main-nav {
    width: calc(100% - 15rem - 20rem - var(--nav-gap) * 3);
  }
  .microsite-ericsson .site-header-standardised .header-cta {
    width: 20rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .microsite-ericsson .site-header-standardised {
    --mobile-nav-height: 6.4rem;
    min-height: var(--mobile-nav-height);
  }
  .microsite-ericsson .site-header-standardised > .grid {
    min-height: var(--mobile-nav-height);
    padding: 1.2rem 2rem;
    align-items: center;
    justify-content: space-between;
  }
  .microsite-ericsson .site-header-standardised .logo {
    width: auto;
  }
  .microsite-ericsson .site-header-standardised .logo a {
    width: 12rem;
    height: 4.7rem;
    margin: 0;
  }
  .microsite-ericsson .site-header-standardised .main-nav {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
  }
  .microsite-ericsson .site-header-standardised .main-nav h2 {
    width: auto;
    min-height: 4rem;
    margin: 0;
    line-height: 2.4rem;
    font: 500 1.6rem/2.4rem var(--font-para);
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: #fff;
  }
  .microsite-ericsson .site-header-standardised .main-nav h2 span:first-child {
    display: inline;
  }
  .microsite-ericsson .site-header-standardised .main-nav h2 span:last-child {
    display: none;
  }
  .microsite-ericsson .site-header-standardised .main-nav h2::before {
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    filter: invert(1);
  }
  .microsite-ericsson .site-header-standardised .main-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 2rem;
  }
  .microsite-ericsson .site-header-standardised .main-nav ul li {
    width: 100%;
    margin: 0;
  }
  .microsite-ericsson .site-header-standardised .main-nav ul li a {
    color: #fff;
    text-align: left;
    padding: 1rem 0;
  }
  .microsite-ericsson .site-header-standardised .header-cta {
    display: none;
  }
}
.microsite-ericsson .hero-section {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  padding: 0;
  background: #171c1f;
  color: #fff;
}
.microsite-ericsson .hero-section .hero-bg,
.microsite-ericsson .hero-section .hero-overlay {
  position: absolute;
  inset: 0;
}
.microsite-ericsson .hero-section .hero-bg video[data-hero-video] {
  opacity: 0;
  transition: opacity 1.8s ease;
}
.microsite-ericsson .hero-section .hero-bg.is-loaded video[data-hero-video] {
  opacity: 1;
}
.microsite-ericsson .hero-section .hero-bg img,
.microsite-ericsson .hero-section .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.microsite-ericsson .hero-section .hero-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.microsite-ericsson .hero-section > .grid {
  position: relative;
  z-index: 1;
  min-height: 34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7.2rem 2.4rem;
}
.microsite-ericsson .hero-section .hero-content {
  width: 100%;
  max-width: 68rem;
  gap: 1rem;
  align-items: center;
}
.microsite-ericsson .hero-section .hero-content h1 {
  font-weight: 500;
}
.microsite-ericsson .hero-section .hero-content .hero-subtitle {
  font-weight: 300;
}
.microsite-ericsson .hero-section .hero-content .cta-button {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all 0.5s ease;
}
.microsite-ericsson .hero-section .hero-kicker {
  margin: 0;
  font: 700 1.8rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  color: #fff;
}
.microsite-ericsson .hero-section h1 {
  margin: 0;
  color: #fff;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.015em;
  max-width: none;
}
.microsite-ericsson .hero-section .hero-subtitle {
  margin: 0;
  color: #fff;
  font: 300 1.8rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
}
.microsite-ericsson .hero-section .cta-button {
  margin-top: 1.6rem;
  min-height: 4.4rem;
  padding: 1rem 3.2rem;
  border-radius: 0.8rem;
  background: #fff;
  color: #171c1f;
  font: 500 1.4rem/2.4rem var(--font-para);
}
.microsite-ericsson .hero-section .cta-button:hover {
  background: #1174e6;
  color: white;
}
@media (min-width: 1024px) {
  .microsite-ericsson .hero-section {
    min-height: 44rem;
  }
  .microsite-ericsson .hero-section > .grid {
    min-height: 44rem;
    padding: 11rem 4rem 4rem;
  }
}

@media (max-width: 767px) {
  body.menu-open.microsite-ericsson .site-header-standardised .main-nav h2 {
    width: auto;
    margin: 0;
    border: 0;
  }
  body.menu-open.microsite-ericsson .site-header-standardised .main-nav h2 span:first-child {
    display: none;
  }
  body.menu-open.microsite-ericsson .site-header-standardised .main-nav h2 span:last-child {
    display: inline;
  }
  body.menu-open.microsite-ericsson .site-header-standardised .main-nav ul {
    visibility: visible;
    height: auto;
    border-bottom: 0;
    background: #000;
  }
}
.category .site-header-standardised .grid {
  padding: 0 var(--gutters);
}
.category .hero-section .grid {
  padding: 0 var(--gutters);
}
@media (min-width: 768px) {
  .category .hero-section:not(.microsite-ericsson .hero-section) {
    border-bottom: solid 3rem var(--color-background);
    border-top: solid 3rem var(--color-background);
  }
  .category .hero-section .grid {
    height: 20rem;
    overflow: hidden;
    align-items: start;
  }
  .category .hero-section .grid .hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .category .hero-section .grid .hero-image {
    height: 100%;
    display: flex;
    justify-content: end;
  }
  .category .hero-section .grid .hero-image img {
    margin-top: 0;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .category .hero-section {
    padding: 3rem 0;
  }
  .category .hero-section .hero-image {
    display: none;
  }
}

/* index.scss start */
/* footer.scss start */
body:not(.microsite-ericsson) .promo,
.site-footer .footer-text {
  padding: var(--promo-padding) 0;
}

.promo {
  background: black;
  position: relative;
}
.promo figure {
  position: absolute;
  inset: 0;
}
.promo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  /* Percentage-based centering */
  display: block;
}
.promo figure {
  opacity: 0.65;
  overflow: hidden;
}
.promo figure img {
  height: 100%;
}
.promo .text {
  position: relative;
  z-index: 9;
}
.promo .text > *:not(:first-child) {
  margin-top: 1.5rem;
}
.promo .text h2 {
  font-size: var(--promo-heading);
}
@media (min-width: 1024px) {
  .promo .text {
    width: 60%;
  }
  .promo .text p {
    line-height: 1.5;
  }
  .promo .text .button {
    margin-top: 4rem;
  }
}

.microsite-ericsson .promo {
  background: #1174e6;
  padding: 0;
}
.microsite-ericsson .promo > div {
  position: relative;
  min-height: 27.4rem;
  padding: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-top: 1px solid #8d9497;
  width: 100%;
  max-width: none;
}
.microsite-ericsson .promo figure {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48.5%;
  opacity: 1;
  z-index: 0;
}
.microsite-ericsson .promo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.microsite-ericsson .promo .text {
  position: relative;
  z-index: 1;
  width: min(71.6rem, 51.5%);
  margin: 0;
  padding: 2.4rem;
  background: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
.microsite-ericsson .promo .text > *:not(:first-child) {
  margin-top: 0;
}
.microsite-ericsson .promo .text h2 {
  margin: 0;
  font: 500 3.2rem/4rem var(--font-para);
  letter-spacing: -0.015em;
  color: #fff;
}
.microsite-ericsson .promo .text p {
  margin: 1.2rem 0 0;
  font: 300 1.6rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  color: #fff;
}
.microsite-ericsson .promo .text .cta-button {
  align-self: flex-start;
  min-height: 4.4rem;
  padding: 1rem 3.2rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  background: transparent;
  color: #fff;
  font: 500 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .microsite-ericsson .promo > div {
    min-height: 0;
    flex-direction: column;
  }
  .microsite-ericsson .promo figure {
    position: relative;
    width: 100%;
    min-height: 18rem;
  }
  .microsite-ericsson .promo .text {
    width: 100%;
    padding: 2.4rem;
    gap: 2.4rem;
  }
  .microsite-ericsson .promo .text h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.microsite-ericsson .promo .cta-button,
.microsite-ericsson .promo .cta-button:hover,
.microsite-ericsson .promo .cta-button:focus {
  text-decoration: none;
}
.microsite-ericsson .site-footer {
  background: #000;
  color: #fff;
  margin-top: 0;
  border-top: 1px solid #fff;
  padding: 3.2rem 4rem;
}
.microsite-ericsson .site-footer > .grid {
  width: 100%;
  max-width: none;
  padding: 0;
  align-items: flex-start;
  gap: 2.4rem;
  justify-content: space-between;
}
.microsite-ericsson .site-footer a {
  color: #fff;
}
.microsite-ericsson .site-footer a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.microsite-ericsson .site-footer .footer-sidebar {
  gap: 2.4rem;
}
.microsite-ericsson .site-footer .footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.microsite-ericsson .site-footer .logo {
  width: 14.9rem;
}
.microsite-ericsson .site-footer .logo img {
  width: 14.9rem;
  height: 5.8rem;
  object-fit: contain;
}
.microsite-ericsson .site-footer .tagline {
  margin: 0;
  font: 400 1.4rem/2.4rem var(--font-para);
  color: #fff;
}
.microsite-ericsson .site-footer .contact {
  margin: 0;
  font: 400 1.6rem/2.4rem var(--font-para);
  color: #fff;
}
.microsite-ericsson .site-footer .contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  text-decoration: none;
}
.microsite-ericsson .site-footer .contact a::before {
  content: "";
  width: 1.3rem;
  height: 1rem;
  background: center/contain no-repeat url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_email.svg");
  filter: brightness(0) invert(1);
  display: inline-block;
  flex: 0 0 1.3rem;
}
.microsite-ericsson .site-footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
  font: 400 1.4rem/1.2 var(--font-para);
  text-align: right;
}
.microsite-ericsson .site-footer .social-links,
.microsite-ericsson .site-footer .footer-graphic {
  display: none;
}
@media (max-width: 767px) {
  .microsite-ericsson .site-footer {
    padding: 2.4rem;
  }
  .microsite-ericsson .site-footer > .grid {
    gap: 2.4rem;
  }
  .microsite-ericsson .site-footer .footer-nav {
    width: 100%;
  }
  .microsite-ericsson .site-footer .footer-nav ul {
    align-items: flex-start;
    text-align: left;
  }
}

body:not(.microsite-ericsson) .site-footer .footer-sidebar {
  max-width: 72rem;
}
@media (max-width: 767px) {
  body:not(.microsite-ericsson) .site-footer .footer-sidebar,
  body:not(.microsite-ericsson) .site-footer .footer-menu {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body:not(.microsite-ericsson) .site-footer .footer-sidebar {
    max-width: none;
  }
}

.site-footer {
  background: #fff;
  font-size: 1.4rem;
  color: black;
  margin-top: var(--section-spacing);
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .site-footer .footer-sidebar {
    gap: 2.4rem;
  }
}
.site-footer .logo {
  width: 15rem;
  display: block;
}
.site-footer .logo img {
  width: 100%;
  height: auto;
}
.site-footer .tagline {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.4;
}
.site-footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  font-size: 1.6rem;
}
.site-footer .footer-nav ul li {
  margin: 0;
}
.site-footer .social-links {
  display: flex;
  gap: 1rem;
}
.site-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--line);
  transition: all 0.3s ease;
  position: relative;
  background-color: transparent;
}
.site-footer .social-links a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  filter: invert(55%) sepia(80%) saturate(450%) hue-rotate(105deg) brightness(95%) contrast(101%);
}
body.microsite-merative-marketscan .site-footer .social-links a:hover {
  background: black;
  border: solid 1px black;
}
body.microsite-merative-marketscan .site-footer .social-links a:after {
  filter: invert(65%) sepia(9%) saturate(6019%) hue-rotate(312deg) brightness(89%) contrast(146%);
}
.site-footer .social-links a:hover {
  background-color: #00d283;
  border-color: #00d283;
}
.site-footer .social-links a:hover::after {
  filter: brightness(0) invert(1);
}
.site-footer .social-links a.email::after {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/assets/img/icons/email_icon_w.svg");
}
.site-footer .social-links a.linkedin::after {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/assets/img/icons/linkedin_icon_w.svg");
}
.site-footer .social-links a.twitter::after {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/assets/img/icons/twitter_icon_w.svg");
}
.site-footer .social-links a.facebook::after {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/assets/img/icons/facebook_icon_w.svg");
}
.site-footer .contact {
  margin: 0;
  font-size: 1.6rem;
}
.site-footer .contact a {
  text-decoration: none;
}
.site-footer .contact a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-footer .footer-graphic {
    display: flex;
    justify-content: flex-end;
    max-height: 30rem;
  }
  .site-footer .footer-graphic figure {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .site-footer .footer-graphic figure img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-graphic {
    margin-top: 3rem;
  }
}
.site-footer.alleima-footer {
  --gap: 1.2rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.site-footer.alleima-footer * {
  color: black;
}
.site-footer.alleima-footer .info,
.site-footer.alleima-footer .stacked-menu ul {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.site-footer.alleima-footer .info p,
.site-footer.alleima-footer .stacked-menu ul {
  font-size: 1.4rem;
}
.site-footer.alleima-footer .stacked-menu ul li {
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer.alleima-footer .stacked-menu {
    display: none;
  }
}

/* footer.scss end */
/* index.scss start */
/* _carousel.scss start */
:root {
  --arrow-height: 1.2rem;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel [data-viewport] {
  position: relative;
  min-height: 40rem;
  /* Fallback minimum height */
  overflow: hidden;
}
.carousel [data-viewport] article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.carousel [data-viewport] article header {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible;
}
.carousel [data-viewport] article figure {
  transition: transform 0.4s ease-in-out;
}
.carousel [data-viewport] article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel nav.carousel-nav {
  display: flex;
  align-items: start;
  justify-content: center;
  height: var(--arrow-height);
  position: relative;
  z-index: 9;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .carousel nav.carousel-nav {
    bottom: calc(-1 * var(--arrow-height));
  }
}
@media (min-width: 768px) {
  .carousel nav.carousel-nav {
    margin-top: calc(-1 * var(--arrow-height));
  }
}
.carousel nav.carousel-nav button {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.carousel nav.carousel-nav button:after, .carousel nav.carousel-nav button:before {
  margin: 0;
  text-indent: 0;
  white-space: normal;
  position: absolute;
  inset: 0;
  background-size: contain;
}
.carousel nav.carousel-nav button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.carousel nav.carousel-nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.carousel nav.carousel-nav button[data-prev], .carousel nav.carousel-nav button[data-next] {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.carousel nav.carousel-nav button[data-prev]:before, .carousel nav.carousel-nav button[data-prev]:after, .carousel nav.carousel-nav button[data-next]:before, .carousel nav.carousel-nav button[data-next]:after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.carousel nav.carousel-nav button[data-prev]:before:not(header .button:after), .carousel nav.carousel-nav button[data-prev]:after:not(header .button:after), .carousel nav.carousel-nav button[data-next]:before:not(header .button:after), .carousel nav.carousel-nav button[data-next]:after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
.carousel nav.carousel-nav button[data-prev], .carousel nav.carousel-nav button[data-next] {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.carousel nav.carousel-nav button[data-prev]:after, .carousel nav.carousel-nav button[data-prev]:before, .carousel nav.carousel-nav button[data-next]:after, .carousel nav.carousel-nav button[data-next]:before {
  margin: 0;
  text-indent: 0;
  white-space: normal;
  position: absolute;
  inset: 0;
  background-size: contain;
}
.carousel nav.carousel-nav button[data-prev]:before, .carousel nav.carousel-nav button[data-next]:before {
  content: none;
}
.carousel nav.carousel-nav button[data-prev]:after, .carousel nav.carousel-nav button[data-next]:after {
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
}
.carousel nav.carousel-nav button[data-prev], .carousel nav.carousel-nav button[data-next], .carousel nav.carousel-nav button[data-prev]:after, .carousel nav.carousel-nav button[data-next]:after {
  width: 1.7rem;
  height: 1.2rem;
}
.carousel nav.carousel-nav button[data-prev]:after {
  transform: rotate(180deg);
}
.carousel nav.carousel-nav .progress-indicator ul {
  height: 0.8rem;
  display: flex;
  align-items: start;
  justify-content: center;
  border-bottom: solid 1px var(--line);
}
.carousel nav.carousel-nav .progress-indicator ul li,
.carousel nav.carousel-nav .progress-indicator ul button {
  width: 3rem;
  height: 0.8rem;
}
.carousel nav.carousel-nav .progress-indicator ul li {
  display: flex;
  align-items: end;
}
.carousel nav.carousel-nav .progress-indicator ul button {
  background: transparent;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 0.3rem;
}
.carousel nav.carousel-nav .progress-indicator ul button.active {
  background-color: black;
}

/* _carousel.scss end */
/* index.scss start */
/* _article-card.scss start */
:root {
  --category-headline-margin: 0.8rem;
  --content-margin: 1.2rem;
  --headline-s: 1.6rem;
  --headline-m: 1.8rem;
  --headline-l: 2.8rem;
}
@media (min-width: 768px) {
  :root {
    --headline-l: 3.2rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --content-margin: 1.6rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --content-margin: 2rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --content-margin: 2.4rem;
    --headline-s: 1.8rem;
    --headline-m: 2.1rem;
    --headline-l: 3.6rem;
  }
}

.article-category {
  font: 400 1.4rem/1.71 var(--font-para);
  font-family: "Atlas Grotesk Web";
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.article-meta a {
  color: var(--color-text);
  text-decoration: none;
}
.article-meta a:hover {
  text-decoration: underline;
}
.article-meta .article-date {
  color: var(--color-primary);
}

.article-cards:not(.whitepaper, .whitepapers, .whitepaper-article) .article-card figure {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (min-width: 768px) {
  .article-cards.featured.whitepaper .article-card figure {
    flex: 0 0 calc(65% - var(--grid-padding-l));
  }
  .article-cards.featured.whitepaper .article-card header {
    flex: 0 0 calc(35% - var(--grid-padding-l));
  }
}

.article-card header {
  margin-top: var(--content-margin);
}
.article-card header > * + *:not(.article-category + h2,
.article-category + h3,
.article-meta + h2,
.article-meta + h3) {
  margin-top: var(--content-margin);
}
.article-card header:not(.microsite-your-partner-for-life-changing-medical-solutions .article-card header) .article-categpory a,
.article-card header:not(.microsite-your-partner-for-life-changing-medical-solutions .article-card header) h2 a,
.article-card header:not(.microsite-your-partner-for-life-changing-medical-solutions .article-card header) h4 a,
.article-card header:not(.microsite-your-partner-for-life-changing-medical-solutions .article-card header) h4 a {
  color: var(--colour-heading);
}
.article-card header .article-meta + h2,
.article-card header .article-meta + h3,
.article-card header .article-category + h2,
.article-card header .article-category + h3 {
  margin-top: var(--category-headline-margin);
}
.article-card header .article-meta + h2 a,
.article-card header .article-meta + h2 a:visited,
.article-card header .article-meta + h3 a,
.article-card header .article-meta + h3 a:visited,
.article-card header .article-category + h2 a,
.article-card header .article-category + h2 a:visited,
.article-card header .article-category + h3 a,
.article-card header .article-category + h3 a:visited {
  color: black;
}
.article-card header .article-category {
  font-size: 1.2rem;
}
.article-card header .article-category a {
  color: var(--color-text);
}
.article-card header .article-category a:visited {
  color: var(--color-text);
}
.article-card header h2 a:hover,
.article-card header h3 a:hover,
.article-card header h4 a:hover {
  text-decoration: underline;
}
.article-card header p {
  line-height: 1.5;
  font-size: 1.4rem;
}
.article-card header a:not(.view-more a) {
  text-decoration: none;
}
.article-card figure {
  border-radius: 0.4rem;
  overflow: hidden;
}
.article-card figure:not(.whitepaper .article-card figure,
.whitepaper-related figure,
.whitepapers .article-card figure,
.whitepaper-article .article-card figure,
.carousel figure) {
  aspect-ratio: 16/10;
}
.article-card figure:not(.whitepaper .article-card figure,
.whitepaper-related figure,
.whitepapers .article-card figure,
.whitepaper-article .article-card figure,
.carousel figure) img {
  object-fit: cover;
  height: 100%;
  max-width: none;
  width: auto;
  min-width: 100%;
}
.article-card figure img {
  transition: transform 0.6s ease;
  display: block;
}
.article-card:hover figure img {
  transform: scale(1.05);
}
.article-card:hover header h2 a,
.article-card:hover header h3 a,
.article-card:hover header h4 a {
  text-decoration: underline;
}

body.microsite-ericsson {
  --content-margin: 1rem;
}
body.microsite-ericsson .article-cards.whitepapers .article-card figure,
body.microsite-ericsson .article-cards.whitepaper .article-card figure,
body.microsite-ericsson .article-cards.whitepaper-article .article-card figure {
  background-image: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/report_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.microsite-ericsson .article-cards.whitepapers .article-card figure img,
body.microsite-ericsson .article-cards.whitepaper .article-card figure img,
body.microsite-ericsson .article-cards.whitepaper-article .article-card figure img {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
body.microsite-ericsson .article-card .article-meta {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  font: 400 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  text-transform: none;
}
body.microsite-ericsson .article-card .article-meta a {
  color: #171c1f;
  text-decoration: none;
}
body.microsite-ericsson .article-card .article-meta .article-date {
  font: 300 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  color: #818181;
}
body.microsite-ericsson .article-card .article-category {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  font: 400 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  text-transform: none;
}
body.microsite-ericsson .article-card .article-category a {
  color: #171c1f;
  text-decoration: none;
}
body.microsite-ericsson .article-card .article-date {
  font: 300 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  color: #818181;
}
body.microsite-ericsson .article-card .article-date:not(.article-category .article-date, .article-meta .article-date) {
  margin-left: 1.2rem;
}
body.microsite-ericsson .article-card h2,
body.microsite-ericsson .article-card h3,
body.microsite-ericsson .article-card h4 {
  font-weight: 400;
}
body.microsite-ericsson .article-card h2 a,
body.microsite-ericsson .article-card h3 a,
body.microsite-ericsson .article-card h4 a {
  font-weight: 400;
}

.tablet-3 .article-card h2,
.tablet-3 .article-card h3,
.tablet-6 .article-card h2,
.tablet-6 .article-card h3 {
  font-size: var(--headline-s);
}
.tablet-3 .article-card,
.tablet-6 .article-card {
  margin-top: var(--section-header-plus-grid-margin);
}

@media (max-width: 767px) {
  .tablet-6 .article-card figure,
  .carousel .article-card figure {
    width: calc(100% + 2 * var(--gutters));
    max-width: calc(100% + 2 * var(--gutters));
    margin-left: calc(-1 * var(--gutters));
    margin-right: calc(-1 * var(--gutters));
    border-radius: 0;
  }
}
.tablet-6 .article-card header h2 {
  font-size: var(--headline-m);
}
@media (min-width: 768px) {
  .tablet-6 {
    display: flex;
  }
  .tablet-6 .article-card {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--grid-padding-l);
    width: 100%;
    min-height: 36rem;
  }
  .tablet-6 .article-card figure {
    flex: 0 0 calc(50% - var(--grid-padding-l));
    height: 100%;
  }
  .tablet-6 .article-card figure img {
    height: 100%;
  }
  .tablet-6 .article-card figure:not(.whitepaper .tablet-6 .article-card figure,
  .whitepapers .tablet-6 .article-card figure) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .tablet-6 .article-card header {
    margin-top: 0;
    flex: 0 0 50%;
  }
}

.whitepapers .tablet-6 .article-card figure {
  background: var(--line-light);
  aspect-ratio: 16/10;
  text-align: center;
}
.whitepapers .tablet-6 .article-card figure img {
  height: calc(100% - 2rem);
  width: auto;
  margin: 1rem auto;
  object-fit: contain;
}

.whitepaper .tablet-6 .article-card figure,
.whitepaper .tablet-4 .article-card figure,
.whitepaper .tablet-3 .article-card figure,
.whitepapers .tablet-6 .article-card figure,
.whitepapers .tablet-4 .article-card figure,
.whitepapers .tablet-3 .article-card figure {
  background: var(--line-light);
  aspect-ratio: 16/10;
  text-align: center;
}
.whitepaper .tablet-6 .article-card figure img,
.whitepaper .tablet-4 .article-card figure img,
.whitepaper .tablet-3 .article-card figure img,
.whitepapers .tablet-6 .article-card figure img,
.whitepapers .tablet-4 .article-card figure img,
.whitepapers .tablet-3 .article-card figure img {
  height: calc(100% - 2rem);
  width: auto;
  margin: 1rem auto;
  object-fit: contain;
}

.whitepaper-related figure,
.whitepaper-details figure {
  background: var(--line-light);
  aspect-ratio: 16/10;
  text-align: center;
}
.whitepaper-related figure img,
.whitepaper-details figure img {
  height: calc(100% - 2rem);
  width: auto;
  margin: 1rem auto;
  object-fit: contain;
}

.carousel .article-card {
  --content-margin: 2rem;
}
.carousel .article-card header h2 {
  font-size: 2.8rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .carousel .article-card {
    flex-direction: row-reverse;
  }
  .carousel .article-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .carousel .article-card figure {
    height: 100%;
    aspect-ratio: 16/10;
  }
  .carousel .article-card header {
    margin-top: 0;
    padding-right: 3rem;
  }
  .carousel .article-card header h2 {
    font-size: 3.2rem;
  }
  .carousel .article-card header p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .carousel {
    width: calc(100% + 2 * var(--gutters));
    max-width: calc(100% + 2 * var(--gutters));
    margin-left: calc(-1 * var(--gutters));
    margin-right: calc(-1 * var(--gutters));
  }
  .carousel .article-card header {
    padding-left: var(--gutters);
    padding-right: var(--gutters);
  }
}

.tablet-6 .article-card figure img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .tablet-6 .article-card figure img {
    height: 235px;
  }
}
.whitepaper-article .article-card figure {
  background: var(--line-light);
  aspect-ratio: 16/10;
  text-align: center;
}
.whitepaper-article .article-card figure img {
  height: calc(100% - 2rem);
  width: auto;
  margin: 1rem auto;
  object-fit: contain;
}

/* _article-card.scss end */
/* index.scss start */
/* _article-list.scss start */
:root {
  --article-margin: 2.4rem;
}
@media (min-width: 768px) {
  :root {
    --article-margin: 3.6rem;
  }
}

.article-list article,
.article-list .load-more {
  margin-top: var(--article-margin);
}
.article-list article:not(article:first-of-type),
.article-list .load-more:not(article:first-of-type) {
  border-top: solid 1px var(--line);
  padding-top: var(--article-margin);
}

.article-list {
  --h3: 1.8rem;
}
@media (min-width: 1024px) {
  .article-list {
    --h3: 2.1rem;
  }
}
.article-list {
  width: 98rem;
  margin: 0 auto;
}
.article-list form.search {
  margin-top: var(--article-margin);
}
.article-list article h3 {
  margin-top: 2rem;
  font-size: var(--h3);
}
.article-list article h3 + p {
  margin-top: 0.8rem;
}
.article-list:not(.whitepaper-article) article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  aspect-ratio: 16/9;
}
.article-list.whitepaper-article article figure {
  background: var(--line-light);
  aspect-ratio: 16/10;
  text-align: center;
}
.article-list.whitepaper-article article figure img {
  height: calc(100% - 2rem);
  width: auto;
  margin: 1rem auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .article-list article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .article-list article header {
    padding-left: 3rem;
    margin-top: 0;
  }
}

.load-more {
  text-align: center;
}
.load-more a {
  width: auto;
  margin: auto;
}

/* _article-list.scss end */
/* index.scss start */
/* _single.scss start */
:root {
  --heading-margin: 4.2rem;
  --header-gap: 1.2rem;
}
@media (min-width: 768px) {
  :root {
    --heading-margin: 6rem;
    --header-gap: 2rem;
  }
}

.single .entry-header {
  margin-top: var(--gutters);
}
.single .entry-header .grid .text h1 {
  margin-top: 1rem;
  line-height: 1.25;
}
.single .entry-header .grid .text p {
  line-height: 1.5;
  font-weight: 300;
  margin-top: var(--header-gap);
}
.single .entry-header .grid .text .article-meta > div:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.single .entry-header .grid .text .article-meta > div:not(:last-child):before, .single .entry-header .grid .text .article-meta > div:not(:last-child):after {
  content: "";
  background: url("/wp-content/themes/goodlife-wp-B2B/microsite/assets/img/icon_arrow.svg") no-repeat center;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.single .entry-header .grid .text .article-meta > div:not(:last-child):before:not(header .button:after), .single .entry-header .grid .text .article-meta > div:not(:last-child):after:not(header .button:after) {
  width: 2.4rem;
  height: 2.4rem;
}
.single .entry-header .grid .text .article-meta > div:not(:last-child):before {
  content: none;
}
.single .entry-header .grid .text .article-meta > div:not(:last-child):after {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color-text);
}
.single .entry-header .grid figure:not(.whitepaper-details figure) {
  aspect-ratio: 16/10;
  overflow: hidden;
  display: flex;
  border-radius: 0.4rem;
}
.single .entry-header .grid figure:not(.whitepaper-details figure) img {
  object-position: center;
  object-fit: cover;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}
.single .entry-content,
.single .entry-content h2:not(form h2, .hubspot-form h2),
.single .entry-footer,
.single .related-articles {
  margin-top: var(--heading-margin);
}
.single .entry-content {
  text-align: center;
}
.single .entry-content > * {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.single .entry-content > * + *:not(h2, .sponsored-whitepaper) {
  margin-top: 3rem;
}
.single .entry-content h2:not(.hubspot-form h2, .sponsored-whitepaper h3),
.single .entry-content h3:not(.hubspot-form h2, .sponsored-whitepaper h3) {
  text-align: center;
}
.single .entry-content h2,
.single .entry-content h3 {
  line-height: 1.25;
}
.single .entry-content p {
  line-height: 1.5;
}
.single .entry-content ul:not(.faux-select__options, ul:has(input[type=checkbox])),
.single .entry-content ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
}
.single .entry-content ul:not(.faux-select__options, ul:has(input[type=checkbox])) li,
.single .entry-content ol li {
  line-height: 1.4;
}
.single .entry-content ul:not(ul:has(input[type=checkbox])) {
  list-style: disc;
}
.single .entry-content ol {
  list-style: decimal;
}
.single .entry-content table {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.single .entry-content table th,
.single .entry-content table td {
  padding: 1rem;
}
.single .entry-content figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: var(--color-text);
}
.single .entry-footer {
  border-top: solid 1px var(--line);
  text-align: center;
}
.single .entry-footer > * {
  margin-top: 3rem;
}
.single .entry-footer .article-author {
  font-size: 1rem;
}
.single .entry-footer .social {
  justify-content: center;
}
.single.single-video video:has(+ .entry-header),
.single.single-video iframe:has(+ .entry-header) {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: var(--gutters);
}
.single.single-video .entry-header {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.single.single-video .entry-header h1 {
  font-size: var(--h1-video);
}
@media (min-width: 768px) {
  .single:not(.single-video) .entry-header {
    --header-gap: 3rem;
  }
  .single:not(.single-video) .entry-header .grid {
    flex-direction: row-reverse;
  }
  .single:not(.single-video) .entry-header .grid .text {
    padding-right: var(--heading-margin);
    width: 35%;
  }
  .single:not(.single-video) .entry-header .grid .text h1 {
    font-size: 4rem;
  }
  .single:not(.single-video) .entry-header .grid figure {
    width: calc(65% - var(--header-gap));
  }
}
@media (max-width: 767px) {
  .single .entry-header {
    padding-bottom: var(--heading-margin);
    border-bottom: solid 1px var(--line);
  }
  .single .entry-header .article-meta {
    margin-top: var(--content-margin);
  }
  .single.single-video video:has(+ .entry-header),
  .single.single-video iframe:has(+ .entry-header) {
    width: calc(100% + 2 * var(--gutters));
    max-width: calc(100% + 2 * var(--gutters));
    margin-left: calc(-1 * var(--gutters));
    margin-right: calc(-1 * var(--gutters));
  }
}
.single:not(.single.microsite-your-partner-for-life-changing-medical-solutions) .entry-header .grid .text .article-meta .article-category {
  text-transform: none;
  letter-spacing: 0.1rem;
}
.single:not(.single.microsite-your-partner-for-life-changing-medical-solutions) .entry-header .grid .text h1 {
  font-weight: 300;
}
.single:not(.single.microsite-your-partner-for-life-changing-medical-solutions) .sponsored-whitepaper .sponsored-whitepaper-container:not(.microsite-ericsson .sponsored-whitepaper .sponsored-whitepaper-container) {
  background: var(--color-background);
}

body.microsite-ericsson.single .entry-header .grid figure:not(.whitepaper-details figure) {
  aspect-ratio: 2/1;
}
body.microsite-ericsson.single .entry-header .text .article-meta {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  font: 400 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  text-transform: none;
}
body.microsite-ericsson.single .entry-header .text .article-meta > div:not(:last-child):after {
  display: none;
}
body.microsite-ericsson.single .entry-header .text .article-meta a {
  color: #171c1f;
  text-decoration: none;
}
body.microsite-ericsson.single .entry-header .text .article-meta .article-date {
  font: 300 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  color: #818181;
}
body.microsite-ericsson.single .entry-header .text .article-category {
  font: 400 1.4rem/2.4rem var(--font-para);
  letter-spacing: -0.01em;
  text-transform: none;
}

/* _single.scss end */
/* index.scss end */

/*# sourceMappingURL=index.css.map */
