@charset "UTF-8";
/* Theme Name: on!
Author: UCS Mindbite
Description: WordPress Multisite Theme for on!
Text Domain: on
 */
/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
html {
  font-size: 100%;
}

* {
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  text-rendering: auto;
}

body {
  background: #f5f5f5;
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
}

@media all and (min-width: 64rem) {
  #main {
    min-height: calc(100vh - 414px);
  }
}
@media all and (min-width: 85.375rem) {
  #main {
    min-height: calc(100vh - 387px - 140px);
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.alignleft,
.alignright {
  height: auto;
  max-width: 47%;
}

.alignnone {
  float: none;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 63.9rem) {
  .mobile-only {
    display: block;
  }
}

.container,
.wrap {
  margin: 0 auto;
  max-width: calc(1280px + 4.5rem + 4.5rem);
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
@media all and (min-width: 23.376rem) {
  .container,
  .wrap {
    padding: 0 1.875rem;
  }
}
@media all and (min-width: 48rem) {
  .container,
  .wrap {
    padding: 0 2.25rem;
  }
}
@media all and (min-width: 1280px) {
  .container,
  .wrap {
    padding: 0 4.5rem;
  }
}
.container--stretch {
  overflow: hidden;
}
@media all and (max-width: 47.95rem) {
  .container--stretch {
    padding: 0;
  }
}

@media all and (max-width: 47.95rem) {
  .wrap {
    padding: 0;
  }
}

.container--wide {
  padding: 0 1rem;
}
@media all and (min-width: 85.375rem) {
  .container--wide {
    padding: 0 2.25rem;
  }
}

.container--fluid {
  max-width: 100%;
}

.container--wrapper {
  padding: 0;
}
@media all and (min-width: 48rem) and (max-width: 85.374rem) {
  .container--wrapper {
    padding: 0 1.875rem;
  }
}

.layout {
  margin: 2.75rem 0;
}
@media all and (min-width: 64rem) {
  .layout {
    margin: 4.625rem 0;
  }
}

@media all and (min-width: 64rem) {
  .layout__heading {
    padding-top: 1rem;
  }
}

.error404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.error404 #main {
  margin: auto;
}
.error404 .site-footer {
  margin-top: auto;
}

.is-inverted {
  color: #fff;
}

body {
  color: #333;
  font-family: "Nexa", sans-serif;
  line-height: 1.4;
}

.button,
button.age-gate__submit {
  border: 1px solid #333;
  border-radius: 0.75rem;
  display: inline-block;
  font-family: "Nexa", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 1.125rem 1.125rem 0.9375rem 1.125rem;
  text-decoration: none;
  transition: all 0.5s ease;
}

.button {
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.button--dark {
  background: #333;
  border-color: #333;
  color: #fff;
  transition: all 0.3s ease;
}
@media all and (pointer: fine) {
  .button--dark:hover {
    background: #000;
    border-color: #000;
  }
}

.button--light {
  background: #fff;
  border-color: #fff;
  color: #333;
}
@media all and (pointer: fine) {
  .button--light:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
  }
}

@media all and (max-width: 47.95rem) {
  .button--small {
    font-size: 0.75rem;
    padding: 0.8rem 0.85rem 0.525rem 0.85rem;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .button--small {
    /*  font-size: 1rem;
      padding: .833rem 1rem .667rem 1rem;*/
    font-size: 0.875rem;
    padding: 0.729rem 0.875rem 0.583rem 0.875rem;
  }
}

button.age-gate__submit,
.modal__button {
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}
@media all and (min-width: 48rem) {
  button.age-gate__submit,
  .modal__button {
    font-size: 1.4375rem;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 5rem;
    line-height: 5rem;
    padding: 0.25rem 0 0 0;
    text-align: center;
  }
}

.age-gate__submit.age-gate__submit--yes,
.modal__button--confirm {
  background: #2f2f2f;
  border: 1px solid #2f2f2f;
  color: #fff;
}
@media all and (pointer: fine) {
  .age-gate__submit.age-gate__submit--yes:hover,
  .modal__button--confirm:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
  }
}

.age-gate__submit.age-gate__submit--no,
.modal__button--deny {
  background: #fff;
  border-color: #333;
  color: #333;
}
@media all and (pointer: fine) {
  .age-gate__submit.age-gate__submit--no:hover,
  .modal__button--deny:hover {
    background: #f5f5f5;
    border: 1px solid #333;
    color: #333;
  }
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

button {
  cursor: pointer;
}

sup {
  font-size: 0.6em;
  line-height: 0.5;
}

.brand {
  white-space: nowrap;
}
.brand sup {
  margin: 0;
}

.brand--full sup {
  margin-right: 0.25em;
}

@media all and (min-width: 64rem) {
  .heading--indent {
    padding: 0 4.7rem;
  }
}

.heading--primary {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.06rem;
}
@media all and (min-width: 85.375rem) {
  .heading--primary {
    font-size: 2.875rem;
    margin-bottom: 1.5rem;
  }
}

.heading--secondary {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.68rem;
}
@media all and (min-width: 48rem) {
  .heading--secondary {
    margin-bottom: 0.94rem;
  }
}

.heading--tertiary,
.entry-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.94rem;
}
@media all and (min-width: 85.375rem) {
  .heading--tertiary,
  .entry-content h2 {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 85.375rem) {
  p {
    font-size: 1.125rem;
  }
}

.entry-content p {
  margin-bottom: 0.94rem;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content h3 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.94rem;
}
@media all and (min-width: 85.375rem) {
  .entry-content h3 {
    font-size: 1.125rem;
  }
}
.entry-content p + h2,
.entry-content p + h3,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ol + h2,
.entry-content ol + h3 {
  margin-top: 1.88rem;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 0.94rem;
  padding-left: 1em;
}
@media all and (min-width: 85.375rem) {
  .entry-content li {
    font-size: 1.125rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

/*
$withdraw_consent_button_color: transparent;
$withdraw_consent_button_text: $darkestpurple;
$withdraw_consent_button_border: $darkestpurple; */
div#CybotCookiebotDialog {
  font-family: "Nexa", sans-serif;
}
@media all and (max-width: 1023.9px) {
  div#CybotCookiebotDialog {
    bottom: 1rem;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
    min-height: 0;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBodyContent {
    padding: 0 0.5em 0.5em 0.5em !important;
  }
}
#CybotCookiebotDialog div#CybotCookiebotDialogBodyContentText {
  font-family: "Nexa", sans-serif;
  letter-spacing: normal;
  line-height: 1.5;
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBodyContentText {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBodyEdgeMoreDetails {
    margin: 0.5em 1rem 0.5em 0.5em !important;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
    font-size: 0.75rem;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogNav a.CybotCookiebotDialogNavItemLink {
  font-family: "Nexa", sans-serif;
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogNav a.CybotCookiebotDialogNavItemLink {
    padding: 0.5em 1em;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogHeader,
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  border: 0;
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog button.CybotCookiebotDialogBodyButton {
    font-size: 0.75rem;
    padding: 0.375em 1em !important;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogFooter {
    padding: 0 1em 0.5em 1em;
  }
}
#CybotCookiebotDialog h2,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonDescription, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
#CybotCookiebotDialog #CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]),
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
#CybotCookiebotDialog label {
  font-family: "Nexa", sans-serif;
  font-weight: 700;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  font-family: "Nexa", sans-serif;
}
#CybotCookiebotDialog button {
  align-items: center;
  display: flex;
}
#CybotCookiebotDialog button::before {
  top: auto;
}
#CybotCookiebotDialog .CybotCookiebotDialogArrow, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  border: 0 !important;
  display: none !important;
}
#CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText span {
  font-size: 0.75rem;
}
@media all and (max-width: 767px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText,
  #CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText span {
    margin: auto;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type:before {
  content: none;
}
@media all and (min-width: 1024px) {
  #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type {
    margin-top: 1.75rem;
  }
}

div#CookiebotWidget .CookiebotWidget-header strong,
div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list .CookiebotWidget-state {
  font-family: "Nexa", sans-serif;
  letter-spacing: normal;
}
div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li {
  font-family: "Nexa", sans-serif;
  letter-spacing: normal;
}
div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #333;
}
div#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #333;
}
div#CookiebotWidget #CookiebotWidget-buttons button {
  border-radius: 0;
  font-family: "Nexa", sans-serif;
}
div#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background: #333;
  border-color: #333;
  color: #fff;
}
div#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background: transparent;
}

.age-gate__background {
  background: #B7B7B7;
}

.age-gate {
  background: #f5f5f5;
  border-radius: 0.625rem;
  padding: 2.5rem 1.5rem;
}
@media all and (min-width: 48rem) {
  .age-gate {
    max-width: 50rem;
    padding: 3.75rem 2.25rem 2.25rem 2.25rem;
    text-align: left;
  }
}
@media all and (min-width: 990px) {
  .age-gate {
    padding: 5.6rem 3.6rem 3.6rem 3.6rem;
  }
}

.age-gate__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 48rem) {
  .age-gate__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.age-gate__buttons button {
  width: 100%;
}
@media all and (min-width: 48rem) {
  .age-gate__buttons button {
    width: auto;
  }
}

@media all and (min-width: 48rem) {
  .age-gate-form, .age-gate__form {
    align-items: flex-start;
  }
}

@media all and (min-width: 48rem) {
  .age-gate-headline, .age-gate__headline {
    font-size: 2.875rem;
    line-height: normal;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

@media all and (min-width: 48rem) {
  .age-gate__subheadline {
    margin-bottom: 3.25rem;
  }
}

.site-header {
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 999;
}

.site-header__disclaimer {
  background: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.9375;
  margin: 0 0 -0.75rem 0;
  padding: 1rem 0.375rem;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 1;
}
@media all and (min-width: 25.75rem) {
  .site-header__disclaimer {
    font-size: 1rem;
  }
}
@media all and (min-width: 48rem) {
  .site-header__disclaimer {
    font-size: 1.375rem;
    margin: 0;
    padding: 1.5rem 0.25rem;
  }
}
@media all and (min-width: 64rem) {
  .site-header__disclaimer {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1170px) {
  .site-header__disclaimer {
    font-size: 1.7rem;
    white-space: nowrap;
  }
}
@media all and (min-width: 85.375rem) {
  .site-header__disclaimer {
    font-size: 1.9rem;
  }
}
@media all and (min-width: 1424px) {
  .site-header__disclaimer {
    font-size: 2rem;
  }
}
.site-header__disclaimer p {
  font: inherit;
}

@media all and (max-width: 25.749rem) {
  html[lang=sv_SE] .site-header__disclaimer,
  .is-eu-site {
    font-size: 0.825rem;
    padding: 0.875rem 0.375rem;
  }
}

@media all and (min-width: 64rem) {
  html[lang=en_GB] .site-header__disclaimer:not(.is-eu-site),
  html[lang=en_US] .site-header__disclaimer:not(.is-eu-site) {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1170px) {
  html[lang=en_GB] .site-header__disclaimer:not(.is-eu-site),
  html[lang=en_US] .site-header__disclaimer:not(.is-eu-site) {
    font-size: 2rem;
  }
}
@media all and (min-width: 85.375rem) {
  html[lang=en_GB] .site-header__disclaimer:not(.is-eu-site),
  html[lang=en_US] .site-header__disclaimer:not(.is-eu-site) {
    font-size: 2.125rem;
  }
}
@media all and (min-width: 1424px) {
  html[lang=en_GB] .site-header__disclaimer:not(.is-eu-site),
  html[lang=en_US] .site-header__disclaimer:not(.is-eu-site) {
    font-size: 2.25rem;
  }
}

.site-header__disclaimer-container {
  padding: 0;
}
@media all and (min-width: 85.375rem) {
  .site-header__disclaimer-container {
    padding: 0 1rem;
  }
}

.wrap--disclaimer {
  position: sticky;
  top: 0;
  z-index: 1;
}

.site-header__disclaimer--unstick {
  margin-top: 7px;
  position: relative !important;
  z-index: initial !important;
}
@media all and (max-width: 47.95rem) {
  .site-header__disclaimer--unstick {
    margin-top: calc(0.75rem + 7px);
  }
}

.site-header__nav {
  background: #f5f5f5;
  padding: 1.125rem 0;
}
@media all and (min-width: 48rem) {
  .site-header__nav {
    padding: 1.25rem 0;
  }
}
@media all and (min-width: 85.375rem) {
  .site-header__nav {
    padding: 2.25rem 0;
  }
}

.site-header__nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.site-header__branding {
  width: 72px;
}
@media all and (min-width: 48rem) {
  .site-header__branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 85.375rem) {
  .site-header__branding {
    width: 148px;
  }
}

.global-menu--open .site-header__toggle {
  z-index: 999;
}

.site-header__toggle {
  background-color: transparent;
  position: relative;
  right: -5px;
  top: 0;
}
@media all and (min-width: 48rem) {
  .site-header__toggle {
    display: none;
  }
}

.site-header__toggle--mobile-close {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}
@media all and (min-width: 48rem) {
  .site-header__toggle--mobile-close {
    display: none;
  }
}
.site-header__toggle--mobile-close::before {
  background-image: url("assets/img/close.svg");
}

.site-header__cta--mobile {
  margin: 0 auto auto auto;
  width: auto;
}
@media all and (min-height: 600px) and (max-width: 47.95rem) {
  .site-header__cta--mobile {
    margin: 0 auto 1.5rem auto;
  }
}
@media all and (min-width: 48rem) {
  .site-header__cta--mobile {
    display: none !important;
  }
}

@media all and (min-width: 48rem) {
  .site-header__cta {
    margin: auto 0 auto auto;
  }
}
@media all and (min-width: 48rem) and (max-width: 85.374rem) {
  .site-header__cta {
    font-size: 0.75rem;
  }
}

.site-header__global-nav {
  background: #f5f5f5;
}
@media all and (max-width: 47.95rem) {
  .site-header__global-nav {
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 5rem 3rem;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease 0s, transform 0s 1s;
    width: 100vw;
  }
}
@media all and (max-width: 47.95rem) and (min-width: 23.376rem) and (min-height: 600px) {
  .site-header__global-nav {
    padding: 6.25rem 3rem;
  }
}
@media all and (min-width: 48rem) {
  .site-header__global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 47.95rem) {
  .global-menu--open {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0s 0s;
    z-index: 2;
  }
}

.site-header__global-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 47.95rem) {
  .site-header__global-nav-container {
    flex-direction: column;
    height: 100%;
  }
}
@media all and (min-width: 48rem) {
  .site-header__global-nav-container {
    align-items: center;
  }
}

.site-header__global-nav-menu {
  margin: 0 auto;
}
@media all and (min-width: 48rem) {
  .site-header__global-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.25rem;
  }
}

.site-header .menu-item {
  list-style: none;
  margin: 0.5rem auto;
}
@media all and (min-height: 600px) and (max-width: 47.95rem) {
  .site-header .menu-item {
    margin: 1.5rem auto;
  }
}
@media all and (min-height: 660px) and (max-width: 47.95rem) {
  .site-header .menu-item {
    margin: 2rem auto;
  }
}
@media all and (min-width: 48rem) {
  .site-header .menu-item {
    margin-left: 1.25rem;
  }
}
@media all and (min-width: 64rem) {
  .site-header .menu-item {
    margin-left: 3rem;
  }
}
@media all and (max-width: 47.95rem) {
  .site-header .menu-item:last-child {
    margin-bottom: 0;
  }
}

.site-header .menu-item a,
.site-header__lang-toggle {
  background: none;
  color: #333;
  font-family: "Nexa", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
@media all and (min-width: 48rem) and (max-width: 85.374rem) {
  .site-header .menu-item a,
  .site-header__lang-toggle {
    font-size: 1rem;
  }
}
@media all and (pointer: fine) {
  .site-header .menu-item a:hover,
  .site-header__lang-toggle:hover {
    color: #000;
  }
}

@media all and (min-width: 48rem) and (max-width: 1050px) {
  html[lang=en_GB] .site-header .menu-item a,
  html[lang=en_GB] .site-header__lang-toggle,
  html[lang=en_US] .site-header .menu-item a,
  html[lang=en_US] .site-header__lang-toggle {
    font-size: 1.125rem;
  }
}

.site-header__lang-toggle {
  margin: 0.5rem auto 0 auto;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-height: 600px) and (max-width: 47.95rem) {
  .site-header__lang-toggle {
    margin: 1.25rem auto 0 auto;
  }
}
@media all and (min-height: 660px) and (max-width: 47.95rem) {
  .site-header__lang-toggle {
    margin: 2rem auto 0 auto;
  }
}
@media all and (min-width: 48rem) {
  .site-header__lang-toggle {
    margin: auto 0 auto 1.25rem;
    padding-top: 0.25rem;
  }
}
@media all and (min-width: 64rem) {
  .site-header__lang-toggle {
    margin: auto 0 auto 3rem;
  }
}
.site-header__lang-toggle::after {
  background: url("assets/img/angle-down.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 11px;
  margin-left: 4px;
  position: relative;
  top: 4px;
  width: 18px;
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .site-header__lang-toggle::after {
    height: 9px;
    top: 3px;
    width: 14px;
  }
}
.site-header__lang-toggle.site-header__lang-toggle--open::after {
  transform: scaleY(-1);
}

.site-header__lang-nav-menu {
  display: none;
}
@media all and (min-width: 48rem) {
  .site-header__lang-nav-menu {
    position: absolute;
  }
}
.site-header__lang-nav-menu > :first-child {
  display: none;
}
.site-header__lang-nav-menu a {
  color: #333;
}

.site-header__branding--mobile {
  margin: auto auto 0 auto;
  text-align: center;
}
@media all and (min-height: 600px) and (max-width: 47.95rem) {
  .site-header__branding--mobile {
    margin: 3.5rem auto 0 auto;
    width: 93px;
  }
}
@media all and (min-width: 48rem) {
  .site-header__branding--mobile {
    display: none;
  }
}

.site-footer {
  background: #d5d5d5;
  padding: 4.375rem 0 3.75rem 0;
  position: relative;
}
@media all and (min-width: 85.375rem) {
  .site-footer {
    padding: 6.56rem 0 4.6rem 0;
  }
}
.site-footer::before {
  background-image: url("assets/img/swirls.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-footer__container {
  margin: auto;
  position: relative;
}
@media all and (min-width: 35.5rem) and (max-width: 63.9rem) {
  .site-footer__container {
    max-width: 30rem;
  }
}

.site-footer__container--top {
  position: relative;
}
@media all and (min-width: 64rem) {
  .site-footer__container--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 64rem) {
  .site-footer__container--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.site-footer__branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 64rem) {
  .site-footer__branding {
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 85.375rem) {
  .site-footer__branding {
    margin-bottom: 2.5rem;
  }
}

.site-footer__year-logo {
  margin-left: auto;
}
@media all and (min-width: 64rem) {
  .site-footer__year-logo {
    position: absolute;
    right: 2.25rem;
  }
}
@media all and (min-width: 85.375rem) {
  .site-footer__year-logo {
    right: 4.5rem;
  }
}
.site-footer__content {
  margin-bottom: 3.2rem;
  max-width: 30rem;
}
@media all and (min-width: 48rem) {
  .site-footer__content {
    margin-bottom: 0;
  }
}
.site-footer__content p {
  margin-bottom: 1.5em;
}
.site-footer__content p:last-child {
  margin: 0;
}

@media all and (min-width: 35.5rem) {
  .site-footer__nav-primary {
    margin: 3.2rem auto;
    max-width: 25rem;
  }
}
@media all and (min-width: 64rem) {
  .site-footer__nav-primary {
    align-self: flex-start;
    margin: auto 0 0 auto;
  }
}

.site-footer__nav-primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 2.4rem;
  text-align: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media all and (min-width: 64rem) {
  .site-footer__nav-primary-menu {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
}
@media all and (min-width: 48rem) {
  .site-footer__nav-primary-menu .menu-item {
    margin-left: 1rem;
  }
}
@media all and (min-width: 64rem) {
  .site-footer__nav-primary-menu .menu-item {
    margin-left: 1.5rem;
  }
}
.site-footer__nav-primary-menu .menu-item a {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
@media all and (max-width: 330px) {
  .site-footer__nav-primary-menu .menu-item a {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 25.749rem) {
  .site-footer__nav-primary-menu .menu-item a {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 85.375rem) {
  .site-footer__nav-primary-menu .menu-item a {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 64rem) {
  .site-footer__nav-secondary {
    order: 2;
  }
}

.site-footer__nav-secondary-menu {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin-bottom: 3.18rem;
  width: 100%;
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .site-footer__nav-secondary-menu {
    align-self: center;
    margin: 4rem auto 4.3rem auto;
    max-width: 30rem;
  }
}
@media all and (min-width: 64rem) {
  .site-footer__nav-secondary-menu {
    justify-content: flex-end;
    margin: 2rem 0 0 auto;
  }
}
.site-footer__nav-secondary-menu .menu-item {
  margin-bottom: 1.12rem;
}
@media all and (min-width: 64rem) {
  .site-footer__nav-secondary-menu .menu-item {
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
}
.site-footer__nav-secondary-menu .menu-item a {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
@media all and (min-width: 64rem) {
  .site-footer__nav-secondary-menu .menu-item a {
    line-height: 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .site-footer__nav-secondary-menu .menu-item a {
    font-size: 1.25rem;
  }
}

.site-footer__copyright {
  font-size: 0.875rem;
  padding: 0 2.435rem;
  text-align: center;
}
@media all and (min-width: 64rem) {
  .site-footer__copyright {
    line-height: 1.5rem;
    margin-top: auto;
    padding: 0;
    text-align: left;
  }
}
@media all and (min-width: 85.375rem) {
  .site-footer__copyright {
    font-size: 1.125rem;
  }
}

/*Notering om bilder:
I mobilen kommer bilden behöva vara centrerad, mot botten, och ha utrymme att växa åt sidorna.
Utgår från en höjd på 490 pixlar.
 */
.hero {
  background-image: var(--bkg-img-responsive);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 4.375rem 0 0 0;
  position: relative;
}
@media all and (min-width: 48rem) {
  .hero {
    background-image: var(--bkg-img);
    background-position: center center;
    background-size: cover;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .hero {
    padding-bottom: 1.875rem;
  }
}
.hero--slideshow {
  margin: 0 -15px;
}
.hero--slideshow .hero {
  display: none;
  margin: 0 15px;
  opacity: 0;
}
.hero--slideshow .hero:first-child {
  display: block;
}
.hero--slideshow.slick-initialized .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero--slideshow.slick-initialized .hero {
  display: block;
  height: auto;
  opacity: 1;
}
@media all and (max-width: 47.95rem) {
  .hero--slideshow.slick-initialized .hero__container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 47.95rem) {
  .hero--slideshow.slick-initialized .hero__content {
    margin-top: 0;
  }
}
.hero--slideshow.slick-initialized .slick-arrow {
  /*
  @media all and (min-width: $md-min) and (max-width: $md-max) {
    margin: 0 7px;
    transform: translateY(-50%) scale(.6);
  }
  @media all and (min-width: $lg-min) and (max-width: $lg-max) {
    margin: 0 7px;
  }*/
}
@media all and (min-width: 48rem) {
  .hero--slideshow.slick-initialized .slick-arrow {
    display: none !important;
  }
}
/*
.hero__img--mobile {
  @media all and (min-width: $md-min) {
    display: none;
  }
}

.hero__img--desktop {
  @media all and (max-width: $sm-max) {
    display: none;
  }

  img {
    max-width: none;
    width: 100%;
  }
}
*/
.hero__container {
  /*
    left: 50%;
    position: absolute;
    top: 0;
    @include translate(-50%, 0);
    width: 100%;
    @media all and (min-width: $md-min) {
      @include translate(-50%, -50%);
      top: 50%;
    }
  */
}
@media all and (min-width: 48rem) {
  .hero__container {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    justify-content: space-between;
    padding-right: 0;
  }
}

@media all and (max-width: 63.9rem) {
  .hero__content {
    margin: auto;
    max-width: 330px;
  }
}
@media all and (min-width: 48rem) {
  .hero__content {
    max-width: 18.5rem;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    width: auto;
  }
}
@media all and (min-width: 64rem) {
  .hero__content {
    max-width: 19rem;
    padding: 0;
    width: auto;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__content {
    max-width: 31rem;
  }
}

.hero__heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .hero__heading {
    text-align: left;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .hero__heading {
    font-size: 2rem;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__heading {
    font-size: 3.75rem;
  }
}
.hero__heading:last-child {
  margin: 0;
}

.hero__preamble p {
  text-align: center;
}
@media all and (min-width: 48rem) {
  .hero__preamble p {
    text-align: left;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__preamble p {
    font-size: 1.5rem;
  }
}

.hero__product-img {
  display: none;
}

.hero__product-img--mobile {
  display: block;
  margin: 0 -1rem;
}
@media all and (min-width: 23.376rem) {
  .hero__product-img--mobile {
    margin: 0 -1.875rem;
  }
}
@media all and (min-width: 48rem) {
  .hero__product-img--mobile {
    display: none;
  }
}

@media all and (min-width: 48rem) {
  .hero__product-img--desktop {
    display: block;
  }
}
@media all and (min-width: 85.375rem) {
  .hero__product-img--desktop {
    margin: 0;
  }
}

.faq {
  background-size: cover;
  margin: 0;
  padding: 2.25rem 0;
}
@media all and (min-width: 48rem) {
  .faq {
    padding: 4.625rem 0;
  }
}
@media all and (min-width: 85.375rem) {
  .faq {
    padding: 6.5rem 0;
  }
}

.faq__header {
  margin-bottom: 1.94rem;
}
@media all and (min-width: 48rem) {
  .faq__preamble {
    width: 50%;
  }
}

@media all and (min-width: 64rem) {
  .faq__heading {
    margin-bottom: 1rem;
  }
}

@media all and (min-width: 85.375rem) {
  .faq__header,
  .faq__questions {
    padding: 0 4.6rem;
  }
}

.faq__questions {
  margin-bottom: 3.5rem;
}
@media all and (min-width: 48rem) {
  .faq__questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-left: -1.5rem;
  }
}
@media all and (min-width: 64rem) {
  .faq__questions {
    margin-left: -2.44rem;
  }
}

@media all and (min-width: 48rem) {
  .faq__col {
    max-width: 50%;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 64rem) {
  .faq__col {
    padding-left: 2.44rem;
  }
}

.faq__question {
  margin-bottom: 0.94rem;
}
@media all and (min-width: 64rem) {
  .faq__question {
    margin-bottom: 1.81rem;
  }
}

.faq__question-answer {
  display: none;
}

.faq__question-name {
  background: #f6f6f6;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  padding: 1rem 3.88rem 0.44rem 1.75rem;
  position: relative;
}
@media all and (min-width: 48rem) {
  .faq__question-name {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.5rem;
    padding: 0 2.88rem;
  }
}
@media all and (min-width: 64rem) {
  .faq__question-name {
    font-size: 1.5rem;
  }
}
.faq__question-name span {
  margin-bottom: -0.25rem;
  width: 90%;
}
.faq__question-name::after {
  background-image: url("assets/img/angle-down.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 0.625rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (min-width: 64rem) {
  .faq__question-name::after {
    height: 1.125rem;
    right: 1.5rem;
    width: 1.875rem;
  }
}
.faq__question-name.active::after {
  transform: translateY(-50%) scaleY(-1);
}

.faq__question-answer {
  background: #eee;
  padding: 0.74rem 1.75rem 0.38rem 1.75rem;
}
@media all and (min-width: 48rem) {
  .faq__question-answer {
    padding: 3.12rem 4.33rem 3.5rem 2.88rem;
  }
}
.faq__question-answer p:last-child {
  margin: 0;
}

.faq__footer {
  margin-bottom: 0;
}
@media all and (min-width: 48rem) {
  .faq__footer .body-text__content {
    max-width: 46.25rem !important;
  }
}

@media all and (max-width: 63.9rem) {
  .faq__footer-heading {
    font-size: 1.75rem;
  }
}

.faq__container .site-header__disclaimer {
  margin: -2.25rem 0 2.25rem 0;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
@media all and (min-width: 35.5rem) {
  .faq__container .site-header__disclaimer {
    margin: -0.75rem 0 2.25rem 0;
    width: 100%;
  }
}
@media all and (min-width: 48rem) {
  .faq__container .site-header__disclaimer {
    margin: -2.5rem 0 4.68rem 0;
    width: 100%;
  }
}

.modal__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 35.5rem) {
  .modal__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
}
.modal__buttons .modal__button {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media all and (min-width: 35.5rem) {
  .modal__buttons .modal__button {
    margin-bottom: 0;
    width: auto;
    -webkit-box-flex: 0 0 calc(50% - 0.375rem);
    -webkit-flex: 0 0 calc(50% - 0.375rem);
    -ms-flex: 0 0 calc(50% - 0.375rem);
    flex: 0 0 calc(50% - 0.375rem);
  }
}

.blocker {
  background: #B7B7B7;
  opacity: 1;
}

#confirm-link.modal {
  background: #f5f5f5;
  border-radius: 0.625rem;
  box-shadow: none;
  padding: 1.8rem 2rem 1.625rem 2rem;
  text-align: center;
}
@media all and (min-width: 48rem) {
  #confirm-link.modal {
    max-width: 51.5rem;
    padding: 3rem 3.84rem 3.84rem 3.84rem;
  }
}
@media all and (min-width: 64rem) {
  #confirm-link.modal {
    width: 51.5rem;
  }
}
#confirm-link.modal a.close-modal {
  display: none;
}

.modal__heading {
  margin-bottom: 0.75rem;
}
@media all and (max-width: 47.95rem) {
  .modal__heading {
    font-size: 1.875rem;
  }
}

.modal__heading::before {
  background: url("assets/img/external.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 3rem;
  left: 50%;
  margin-bottom: 1rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  width: 3rem;
}
@media all and (min-width: 48rem) {
  .modal__heading::before {
    height: 4.6rem;
    width: 4.6rem;
  }
}

.modal__content {
  margin: 0 auto 0.875rem auto;
  max-width: 26rem;
}
@media all and (min-width: 48rem) {
  .modal__content {
    margin: 0 auto 1.5rem auto;
  }
}
.modal__content p {
  font-size: 1.125rem;
  margin-bottom: 0;
}

html[lang=sv_SE] .modal__content {
  max-width: 18.75rem;
}

@media all and (min-width: 64rem) {
  .body-text {
    padding: 0 4.7rem;
  }
}

.body-text--align-full {
  padding: 0;
}

.body-text--align-center {
  text-align: center;
}
.body-text--align-center .body-text__heading {
  margin-left: auto;
  margin-right: auto;
}
.body-text--align-center .body-text__content {
  margin: auto;
  max-width: 46.875rem;
  text-align: center;
}
@media all and (min-width: 35.5rem) and (max-width: 47.95rem) {
  .body-text--align-center .body-text__content {
    max-width: 30rem;
  }
}

.body-text__heading,
.body-text__content {
  max-width: 43.75rem;
}

.body-text__content + .body-text__button-container {
  margin-top: 1.56rem;
}

.banner {
  color: #fff;
  height: auto;
  overflow: hidden;
}
@media all and (min-width: 35.5rem) {
  .banner {
    margin: 0;
  }
}
@media all and (min-width: 35.5rem) and (max-width: 47.95rem) {
  .banner {
    margin: 0 auto;
  }
}

.banner--bkg-img {
  background: var(--bkg-img-mobile);
  background-size: cover;
}
@media all and (min-width: 48rem) {
  .banner--bkg-img {
    background: var(--bkg-img-desktop);
  }
}

.banner__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 48rem) {
  .banner__inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all and (min-width: 48rem) {
  .banner__img {
    -webkit-box-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}

@media all and (min-width: 48rem) {
  .banner__content {
    -webkit-box-flex: 0 0 53%;
    -webkit-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
}

@media all and (min-width: 48rem) {
  .banner__content.is-centered {
    margin: auto;
    padding-bottom: 5% !important;
    padding-top: 5% !important;
  }
}

.banner__img img {
  width: 100%;
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .banner__content {
    margin: auto 0;
  }
}
.banner__content .entry-content p:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .banner__heading {
    font-size: 1.75rem;
  }
}

.banner--align-left {
  border-radius: 90px 0 0 0;
}
@media all and (min-width: 64rem) {
  .banner--align-left {
    border-radius: 231px 0 0 0;
  }
}
.banner--align-left .banner__content {
  order: -1;
  padding: 3.5rem 1.5rem 2.25rem 3.125rem;
}
@media all and (min-width: 64rem) {
  .banner--align-left .banner__content {
    padding: 10% 4% 10% 10%;
  }
}
@media all and (min-width: 85.375rem) {
  .banner--align-left .banner__content {
    padding: 9.5rem 4rem 0 7.5rem;
  }
}

.banner--align-right {
  border-radius: 0 0 90px 0;
}
@media all and (min-width: 64rem) {
  .banner--align-right {
    border-radius: 0 0 231px 0;
  }
}
.banner--align-right .banner__content {
  padding: 2.12rem 2.69rem 2.25rem 1.875rem;
}
@media all and (min-width: 64rem) {
  .banner--align-right .banner__content {
    padding: 10% 10% 10% 5%;
  }
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .banner--align-right .banner__content {
    padding: 0 10% 0 5%;
  }
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .banner--align-left .banner__content {
    padding: 0 4% 0 10%;
  }
}

@media all and (min-width: 64rem) {
  .icon-banner__heading {
    margin-bottom: 1.88rem;
  }
}

.icon-banner {
  border-radius: 0 0 6.25rem 0;
  padding: 2rem 2.25rem 0 2.25rem;
}
@media all and (min-width: 25.75rem) {
  .icon-banner {
    padding: 3rem 3rem 0 3rem;
  }
}
@media all and (min-width: 48rem) {
  .icon-banner {
    padding: 2.25rem 3rem;
  }
}
@media all and (min-width: 64rem) {
  .icon-banner {
    padding: 3rem;
  }
}
@media all and (min-width: 85.375rem) {
  .icon-banner {
    border-radius: 0 12.0625rem 0 0;
    padding: 7rem 5rem;
  }
}

.icon-banner--text-white {
  color: #fff;
}

@media all and (min-width: 48rem) {
  .icon-banner--rounded-left {
    border-radius: 0 0 0 6.25rem;
  }
}
@media all and (min-width: 85.375rem) {
  .icon-banner--rounded-left {
    border-radius: 0 0 0 12.0625rem;
  }
}

.icon-banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  text-align: center;
}
@media all and (min-width: 340px) {
  .icon-banner__list {
    justify-content: space-between;
  }
}
@media all and (min-width: 48rem) {
  .icon-banner__list {
    flex-wrap: nowrap;
  }
}

.icon-banner__item {
  margin-bottom: 2.69rem;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
}
@media all and (min-width: 340px) {
  .icon-banner__item {
    -webkit-box-flex: 0 0 calc(50% - 1.25rem);
    -webkit-flex: 0 0 calc(50% - 1.25rem);
    -ms-flex: 0 0 calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
@media all and (min-width: 48rem) {
  .icon-banner__item {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    max-width: 25%;
    padding: 0 2rem;
  }
}

.icon-banner__image {
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: auto;
  max-height: 8.125rem;
  max-width: 8.125rem;
}
@media all and (min-width: 85.375rem) {
  .icon-banner__image {
    max-height: 12.5rem;
    max-width: 12.5rem;
  }
}
.icon-banner__image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.icon-banner__caption {
  font-weight: 700;
  margin-top: 0.81rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media all and (min-width: 85.375rem) {
  .icon-banner__caption {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 1.88rem;
  }
}

.slideshow {
  margin: 0 -15px;
  overflow: hidden;
  /*
  @media all and (min-width: $sm-min) {
    margin: 0;
  }
  @media all and (min-width: $sm-min) and (max-width: $sm-max) {
    margin: 0 auto;
  } */
}

.slide {
  color: #fff;
  height: auto;
  margin: 0 15px;
  overflow: hidden;
}

.slide--text-black {
  color: #333;
}

/*
.slideshow--rounded-left .slide {
  border-radius: 90px 0 0 0;
  @media all and (min-width: $lg-min) {
    border-radius: 231px 0 0 0;
  }
}

.slideshow--rounded-right .slide {
  border-radius: 0 0 90px 0;
  @media all and (min-width: $lg-min) {
    border-radius: 0 0 231px 0;
  }

}
 */
.slideshow .slide {
  border-radius: 0 0 90px 0;
}
@media all and (min-width: 48rem) {
  .slideshow .slide {
    border-radius: 0 0 0 90px;
  }
}
@media all and (min-width: 64rem) {
  .slideshow .slide {
    border-radius: 0 0 0 100px;
  }
}

.slide--bkg-image {
  background: var(--bkg-img-mobile);
  background-size: cover;
}
@media all and (min-width: 48rem) {
  .slide--bkg-image {
    background: var(--bkg-img-desktop);
  }
}

.slide__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 48rem) {
  .slide__inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
}

@media all and (min-width: 48rem) {
  .slide__img,
  .slide__content {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (min-width: 48rem) {
  .is-centered .slide__content {
    margin: auto;
    padding-bottom: 5% !important;
    padding-top: 5% !important;
  }
}

@media all and (min-width: 48rem) {
  .is-centered .slide__img {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}

.slide__img img {
  width: 100%;
}

.slide__img > img {
  display: none;
}
@media all and (min-width: 48rem) {
  .slide__img > img {
    display: block;
  }
}

@media all and (min-width: 48rem) {
  .slide__img--mobile {
    display: none;
  }
}

.slide__content {
  padding: 1.875rem 1.875rem 3.75rem 1.875rem;
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .slide__content {
    margin: auto 0;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .slide__heading {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 64rem) {
  .slide__button-container {
    margin-top: 1.56rem;
  }
}

@media all and (min-width: 48rem) {
  .slide--align-left .slide__content {
    order: -1;
    padding: 0 4% 0 10%;
  }
}
@media all and (min-width: 64rem) {
  .slide--align-left .slide__content {
    padding: 10% 4% 10% 10%;
  }
}
@media all and (min-width: 85.375rem) {
  .slide--align-left .slide__content {
    padding: 9.5rem 4rem 0 7.5rem;
  }
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .slide--align-right .slide__content {
    padding: 0 10% 0 5%;
  }
}
@media all and (min-width: 64rem) {
  .slide--align-right .slide__content {
    padding: 10% 10% 10% 5%;
  }
}

.slideshow,
.step-by-step {
  position: relative;
}
.slideshow .slick-track,
.step-by-step .slick-track {
  display: flex;
}
.slideshow .slick-track .slick-slide,
.step-by-step .slick-track .slick-slide {
  height: inherit;
}
.slideshow .slick-track .slick-slide .slide,
.step-by-step .slick-track .slick-slide .slide {
  height: 100%;
}

.slideshow .slideshow__slide {
  display: none;
}
.slideshow .slideshow__slide:first-child {
  display: block;
}

.slideshow.slick-initialized .slideshow__slide {
  display: block;
}

.slick-arrow {
  background: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  height: 1.3rem;
  margin: 0 1.875rem;
  position: absolute;
  top: 50%;
  width: 1.3rem;
  z-index: 1;
}
@media all and (min-width: 48rem) {
  .slick-arrow {
    margin: 0 calc(1.875rem + 15px);
  }
}
.slick-arrow::before {
  background: url("assets/img/arrow.svg");
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: scaleX(-1);
}

@media all and (pointer: fine) {
  .slick-arrow {
    opacity: 0;
    transition: all 0.5s ease;
  }
  .slick-slider:hover .slick-arrow {
    opacity: 1;
  }
}
.slick-dots {
  bottom: 1.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  list-style: none;
  position: absolute;
}
.slick-dots li {
  height: 0.9375rem;
  margin: 0 0.46rem;
  opacity: 0.4;
  transition: all 0.5s ease;
  width: 0.9375rem;
}
@media all and (pointer: fine) {
  .slick-dots li:hover {
    opacity: 1;
  }
}
.slick-dots .slick-active {
  opacity: 1;
}
.slick-dots button {
  background: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}
.slick-dots button::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.9375rem;
  width: 0.9375rem;
}

.featured-products__button {
  margin-top: 1.5rem;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .featured-products__button {
    margin-top: 0.25rem;
  }
}
@media all and (min-width: 64rem) {
  .featured-products__button {
    margin-top: 3.125rem;
  }
}

@media all and (min-width: 64rem) {
  .featured-products__heading {
    padding-left: 4.6rem;
  }
}

@media all and (max-width: 47.95rem) {
  .layout-featured_products .layout__heading {
    text-align: center;
  }
}

.featured-products.slick-initialized {
  margin: 0 -15px;
}
.featured-products .heading {
  text-align: center;
}
@media all and (max-width: 47.95rem) {
  .featured-products .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 47.95rem) {
  .featured-products .product {
    height: 100%;
    padding-bottom: 3.75rem !important;
  }
}
@media all and (max-width: 47.95rem) {
  .featured-products .products__list {
    margin: 0;
  }
}
@media all and (max-width: 47.95rem) {
  .featured-products .products__list-item {
    flex: 1 0 auto;
    height: auto;
    max-width: 100%;
    padding: 0;
  }
}
.featured-products .products__list-item.slick-slide {
  margin: 0 15px;
}
.featured-products .slick-slide .product {
  border-radius: 90px 0 0 0;
}

.illustration {
  margin-bottom: 3.94rem;
}
@media all and (min-width: 48rem) {
  .illustration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media all and (min-width: 64rem) {
  .illustration {
    padding: 0 4.69rem;
  }
}
@media all and (min-width: 85.375rem) {
  .illustration {
    margin-bottom: 6.5rem;
  }
}

.illustration__wrapper {
  text-align: center;
}

@media all and (min-width: 48rem) {
  .illustration--text-right .illustration__content {
    order: 2;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .illustration--text-right .illustration__content {
    padding: 0 0% 0 4%;
  }
}
@media all and (min-width: 64rem) {
  .illustration--text-right .illustration__content {
    padding-left: 3.58rem;
  }
}
@media all and (min-width: 85.375rem) {
  .illustration--text-right .illustration__content {
    padding-left: 7.7rem;
  }
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .illustration--text-left .illustration__content {
    padding: 0 4% 0 0;
  }
}
@media all and (min-width: 64rem) {
  .illustration--text-left .illustration__content {
    padding-right: 3.58rem;
  }
}
@media all and (min-width: 85.375rem) {
  .illustration--text-left .illustration__content {
    padding-right: 7.7rem;
  }
}

@media all and (min-width: 48rem) {
  .illustration__content {
    -webkit-box-flex: 0 0 53%;
    -webkit-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
}
.illustration__content :last-child {
  margin-bottom: 0;
}

.illustration__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 47.95rem) {
  .illustration__image {
    margin-top: 2.25rem;
  }
}
@media all and (min-width: 48rem) {
  .illustration__image {
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .illustration__image {
    padding: 0 4%;
  }
}
.illustration__image img {
  margin: auto;
  max-width: 28rem;
  width: 100%;
}

@media all and (min-width: 64rem) {
  .illustration__heading {
    font-size: 2.25rem;
  }
}

.step-by-step {
  list-style: none;
  width: 100%;
}
@media all and (min-width: 48rem) {
  .step-by-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.375rem;
    width: calc(100% + 0.375rem);
  }
}
@media all and (min-width: 64rem) {
  .step-by-step {
    margin-left: -0.75rem;
    width: calc(100% + 0.75rem);
  }
}
@media all and (min-width: 85.375rem) {
  .step-by-step {
    margin-left: -1.125rem;
    width: calc(100% + 1.125rem);
  }
}

.step-by-step__step-wrapper {
  position: relative;
}
@media all and (min-width: 48rem) {
  .step-by-step__step-wrapper {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 0.375rem;
    width: 33.3%;
  }
}
@media all and (min-width: 48rem) {
  .step-by-step__step-wrapper {
    padding-left: 0.75rem;
  }
}
@media all and (min-width: 85.375rem) {
  .step-by-step__step-wrapper {
    padding-left: 1.125rem;
  }
}
.step-by-step__step-wrapper::before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: inherit;
  content: attr(data-number);
  display: block;
  flex-shrink: 0;
  font-size: 2.375rem;
  height: 3.8125rem;
  left: 50%;
  line-height: 4.4rem;
  position: absolute;
  text-align: center;
  top: 2.12rem;
  transform: translate(-50%, 0);
  width: 3.8125rem;
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .step-by-step__step-wrapper::before {
    top: 0.25rem;
    transform: translate(-50%, 0) scale(0.6);
  }
}
@media all and (min-width: 64rem) {
  .step-by-step__step-wrapper::before {
    top: 0.375rem;
    transform: translate(-50%, 0) scale(0.7);
  }
}
@media all and (min-width: 1280px) {
  .step-by-step__step-wrapper::before {
    top: 1.62rem;
    transform: translate(-50%, 0);
  }
}

@media all and (min-width: 48rem) {
  .step-by-step__step-wrapper:first-child .step-by-step__step {
    border-radius: 90px 0 0 0;
  }
}

.step-by-step__step {
  height: 100%;
  padding: 7.5rem 1.25rem 4.4rem 1.25rem;
}
@media all and (min-width: 25.75rem) {
  .step-by-step__step {
    padding: 7.5rem 3.5rem 4.4rem 3.5rem;
  }
}
@media all and (max-width: 47.95rem) {
  .step-by-step__step {
    border-radius: 0 0 100px 0;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .step-by-step__step {
    padding: 4.5rem 6.9% 1.5rem 6.9%;
  }
}
@media all and (min-width: 64rem) and (max-width: 1279px) {
  .step-by-step__step {
    padding: 5rem 1rem 1.5rem 1rem;
  }
}
@media all and (min-width: 1280px) {
  .step-by-step__step {
    padding: 7rem 1.5rem 2.88rem 1.5rem;
  }
}

.step-by-step__heading {
  text-align: center;
}
@media all and (max-width: 47.95rem) {
  .step-by-step__heading {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .step-by-step__heading {
    font-size: 1rem;
  }
}
@media all and (min-width: 64rem) and (max-width: 85.374rem) {
  .step-by-step__heading {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1280px) {
  .step-by-step__heading {
    padding-top: 0.5rem;
  }
}

.step-by-step__figure {
  text-align: center;
}

@media all and (min-width: 48rem) and (max-width: 63.9rem) {
  .step-by-step__image {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 64rem) {
  .step-by-step__image {
    margin-bottom: 0.75rem;
    padding: 0 1rem;
  }
}

.step-by-step__caption {
  font-weight: 700;
}
@media all and (max-width: 35.49rem) {
  .step-by-step__caption {
    padding-top: 1rem;
  }
}
@media all and (max-width: 47.95rem), (min-width: 1280px) {
  .step-by-step__caption {
    font-size: 1.125rem;
  }
}

.step-by-step__figure + .step-by-step__content {
  margin-top: 1rem;
}

@media all and (min-width: 64rem) {
  .step-by-step__content {
    padding: 0 2.5rem;
  }
}
.step-by-step__content p:last-child {
  margin: 0;
}

.product {
  color: #fff;
  font-size: 1rem;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  text-align: center;
}
@media all and (min-width: 85.375rem) {
  .product {
    padding: 2.5rem 3.8rem 1.85rem 3.8rem;
  }
}

.product__image {
  margin: 0 0 1.25rem 0;
  padding: 0 2.5rem;
}
@media all and (min-width: 64rem) {
  .product__image {
    margin-bottom: 1.75rem;
  }
}
@media all and (min-width: 85.375rem) {
  .product__image {
    padding: 0 1.8rem;
  }
}
.product__image img {
  margin: auto;
}

.product--cat-on-plus .product__image img {
  height: auto;
  max-width: 15rem;
  width: 100%;
}

.product--cat-on-mini .product__image {
  padding: 0.725rem 0 0.5rem 0;
}
.product--cat-on-mini .product__image img {
  height: 100%;
  max-height: 16.85rem;
  width: auto;
}

.product__title {
  line-height: normal;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
.product__strength_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0.94rem;
  text-transform: uppercase;
}

.product__strength_cat::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.8125rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.12rem;
  width: 3.8125rem;
}

.cat-regular::before {
  background-image: url("assets/img/regular.svg");
}

.cat-strong::before {
  background-image: url("assets/img/strong.svg");
}

.cat-xstrong::before {
  background-image: url("assets/img/xstrong.svg");
}

.product__description,
.product__strength {
  margin-bottom: 0;
}
@media all and (min-width: 85.375rem) {
  .product__description,
  .product__strength {
    font-size: 1.125rem;
  }
}

.product--citrus {
  background: linear-gradient(180deg, #FFD215 0%, #F7C963 40%, #E99018 100%);
}

.product--light-mint {
  background: linear-gradient(180deg, #5EA6C8 0%, #ACE9FF 40%, #167492 100%);
}

.product--mint {
  background: linear-gradient(180deg, #246FB7 0%, #93BBF5 40%, #2A51A7 100%);
}

.product--pink-berry {
  background: linear-gradient(180deg, #D44562 0%, #FE8BA3 40%, #B3265D 100%);
}

.product--purple-berry {
  background: linear-gradient(180deg, #A68FAD 0%, #F3DAFA 30%, #6C4077 100%);
}

.product--lime {
  background: linear-gradient(180deg, #D3E375 0%, #EBF3BB 30%, #86933D 100%);
}

.product--spearmint {
  background: linear-gradient(180deg, #92B930 0%, #E1FF96 30%, #65890A 100%);
}

.product--tropical {
  background: linear-gradient(180deg, #DE887C 0%, #FFE0D4 30%, #CB7D5F 100%);
}

.product--coffee {
  background: linear-gradient(180deg, #99602C 0%, #FCBB7F 30%, #613309 100%);
}

.product--licorice {
  background: linear-gradient(180deg, #5F2779 0%, #D691F7 30%, #36064C 100%);
}

.product--raspberry-lemon {
  background: linear-gradient(180deg, #B53D55 0%, #F39BA6 40%, #A43439 100%);
}

.product--watermelon-mint {
  background: linear-gradient(180deg, #46955E 0%, #A4DAB6 40%, #11753D 100%);
}

.products__list {
  list-style: none;
}
@media all and (min-width: 35.5rem) {
  .products__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 48rem) {
  .products__list {
    margin-left: -1.25rem;
  }
}

.products__list-item {
  margin-bottom: 1.875rem;
}
@media all and (min-width: 35.5rem) {
  .products__list-item {
    margin-bottom: 1.25rem;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 48rem) {
  .products__list-item {
    padding-left: 1.25rem;
  }
}
@media all and (min-width: 64rem) {
  .products__list-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

.products__list-item:first-child .product {
  border-radius: 90px 0 0 0;
}

.products__list-item:last-child .product {
  border-radius: 0 0 90px 0;
}

@media all and (max-width: 47.95rem) {
  .slick-slide.products__list-item:last-child .product {
    border-radius: 90px 0 0 0 !important;
  }
}

.products__list-item:nth-child(2),
.products__list-item:nth-child(3) {
  border-radius: 0;
}

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