#nprogress {
  pointer-events: none; }
  #nprogress .bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 10000; }
    #nprogress .bar .peg {
      display: block;
      position: absolute;
      right: 0;
      width: 100px;
      height: 100%;
      opacity: 1;
      box-shadow: 0 0 10px #000, 0 0 5px #000;
      transform: rotate(3deg) translate(0px, -4px); }

.floating-button {
  margin: 1.5625rem;
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  transition: .3s ease-in; }
  @media (min-width: 850px) {
    .floating-button {
      display: none; } }
  .floating-button--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: .3s ease-out; }

.chat-form__wrapper {
  pointer-events: initial;
  padding: 1.5625rem;
  text-align: left;
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  max-width: 400px;
  background-color: white;
  border-radius: 0.78125rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.2rem 0.2rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 101; }
  .chat-form__wrapper svg {
    position: absolute;
    right: 20px;
    cursor: pointer; }
  @media (max-width: 600px) {
    .chat-form__wrapper {
      width: 100%;
      right: 0;
      margin-right: 2px; } }

.chat-form__title {
  font-family: 'Klarna Headline'; }

.chat-form__subtitle {
  margin-top: -1.5625rem;
  color: #7d7d7d; }

.chat-form button {
  width: 100% !important; }

@media (max-width: 600px) {
  .chat-form {
    right: 0;
    margin-right: 5px;
    width: 100%; } }

.main-chat-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 100%;
  color: white;
  margin-left: auto;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5625rem; }
  .main-chat-button:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .main-chat-button__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5625rem;
    width: 1.5625rem; }
    .main-chat-button__icon-wrap svg {
      width: 100%;
      height: 100%; }
      .main-chat-button__icon-wrap svg path {
        vector-effect: non-scaling-stroke;
        stroke: #000;
        stroke-width: 1px;
        fill: none; }

.site-mask {
  transition: all 150ms ease;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }
  .site-mask--active {
    visibility: visible;
    opacity: 1; }

.fixed-top-anchor {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 40; }

.fixed-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: fixed;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: right; }
  .fixed-anchor > .main-chat-button,
  .fixed-anchor > .floating-button {
    pointer-events: all; }

.article-hero--no-padding {
  margin: 0;
  padding: 0; }

.article-hero__heading {
  word-break: break-word; }

.article-hero--black {
  color: black; }

.article-hero--white {
  color: white; }

.article-hero__wrap {
  padding-top: 3.125rem;
  padding-bottom: 0; }

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; }
  @media (max-width: 600px) {
    .background-video {
      max-width: 100%; } }
  .background-video__hidden {
    z-index: -1; }

.background-media {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.faq-hero {
  margin-bottom: 3.125rem; }
  .faq-hero__wrap {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  @media (max-width: 600px) {
    .faq-hero__wrap {
      padding-top: 1.5625rem; } }

.logo {
  display: flex; }

.footer .logo .stroke {
  stroke: white;
  fill: none; }

.footer .logo .fill {
  fill: white; }

.product-lockup__tagline {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px; }

.product-lockup__wrap {
  display: flex;
  flex-wrap: nowrap; }

.product-lockup__title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px; }

.product-lockup__tagline {
  margin-top: 8px;
  margin-bottom: 0;
  color: #7d7d7d; }

.product-lockup__graphic {
  display: flex;
  align-items: center; }

.product-lockup--type-primary .product-lockup__graphic {
  margin-right: 8px; }
  .product-lockup--type-primary .product-lockup__graphic .logo {
    width: 80px; }

.product-lockup--type-secondary .product-lockup__wrap {
  align-items: center; }

.product-lockup--type-secondary .product-lockup__graphic {
  margin-right: 12px; }

@media (max-width: 600px) {
  .product-lockup--type-primary .product-lockup__graphic .logo {
    width: 60px; } }

.row-item--product:focus, .row-item--product:active,
.row-item--product > span:focus,
.row-item--product > span:active {
  outline: none; }

.row-item--product {
  margin-bottom: 1.25rem;
  color: black; }
  .row-item--product .product-lockup {
    position: relative;
    margin-bottom: 3.51562rem; }
    .row-item--product .product-lockup__title {
      line-height: 25px;
      white-space: nowrap; }
    .row-item--product .product-lockup__tagline {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }

@media (max-width: 850px) {
  .row-item--product .product-lockup {
    margin-bottom: 3.125rem; } }

.row-item--callToAction {
  text-align: right; }
  @media (max-width: 850px) {
    .row-item--callToAction {
      text-align: left; } }
  .row-item--callToAction span {
    pointer-events: none; }
  .header-main--nav-menu-active .row-item--callToAction span {
    pointer-events: all; }

.row-item--divider {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 1.5625rem 0; }

.row-item--label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
  color: #000; }

.row-item--primary .row-item__hoverable-label {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px; }

.row-item--primary {
  margin-bottom: 0.9375rem; }

.row-item--divider {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 1.5625rem 0; }

.row-item__directory__label {
  transition: color 150ms ease;
  color: black; }
  .row-item__directory__label:hover {
    color: #487b94; }

.row-item__directory__inner {
  display: flex;
  flex-direction: row; }
  .row-item__directory__inner__caption {
    font-weight: 500;
    margin-bottom: 0.78125rem; }
  .row-item__directory__inner__column {
    width: 50%;
    display: inline-block;
    margin: 0; }
    @media (max-width: 600px) {
      .row-item__directory__inner__column {
        width: 100%; } }
  @media (max-width: 600px) {
    .row-item__directory__inner__logo-column {
      display: none; } }

.row-item__directory__category-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.78125rem; }
  .row-item__directory__category-list .text-cta {
    font-size: 14px;
    line-height: 28px;
    transition: color 150ms ease;
    color: black; }
    .row-item__directory__category-list .text-cta:hover {
      color: #487b94; }

.row-item__directory__logo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }
  @media (max-width: 600px) {
    .row-item__directory__logo-list {
      display: none; } }
  .row-item__directory__logo-list__items {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
    height: calc(100% - 45px); }
  .row-item__directory__logo-list__item {
    width: 50%;
    justify-content: left; }
    .row-item__directory__logo-list__item__logo {
      width: auto;
      height: auto;
      max-height: 50px;
      max-width: 100px; }

.header-main__mega-menu:nth-child(1) .mega-menu-column:nth-child(2) {
  width: 100%;
  max-width: 100%; }

.row-item__caption {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0; }

.row-item {
  display: block; }
  .row-item.hyperlink .row-item__hoverable-label,
  .row-item.hyperlink .product-lockup__title, .row-item.row-item--product .row-item__hoverable-label,
  .row-item.row-item--product .product-lockup__title {
    transition: color 150ms ease; }
  .row-item.hyperlink:hover .row-item__hoverable-label,
  .row-item.hyperlink:hover .product-lockup__title, .row-item.row-item--product:hover .row-item__hoverable-label,
  .row-item.row-item--product:hover .product-lockup__title {
    color: #487b94; }
  .row-item--label, .row-item--default {
    font-size: 16px;
    line-height: 30px; }

.row-item-container--default + .row-item-container--label .row-item {
  margin-top: 3.125rem; }

.row-item-container:focus, .row-item-container:active {
  outline: none; }

@media (min-width: 850px) {
  .row-item-container:last-of-type .row-item--primary {
    margin-bottom: 0; } }

.mega-menu-column {
  padding: 3.125rem;
  list-style: none;
  margin: 0; }
  .mega-menu-column--with-divider:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .mega-menu-column .row-item-container--section {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    padding: 0;
    max-width: 100%; }
    .mega-menu-column .row-item-container--section .mega-menu-column {
      max-width: 100%;
      padding: 0;
      flex-grow: 1; }
      .mega-menu-column .row-item-container--section .mega-menu-column:first-child {
        padding-right: 1.5625rem; }
      .mega-menu-column .row-item-container--section .mega-menu-column:last-child {
        padding-left: 1.5625rem; }

@media (max-width: 1439px) {
  .header-main .mega-menu-column {
    padding: 3.125rem; }
    .header-main .mega-menu-column--nested {
      padding: 0; } }

@media (max-width: 1024px) {
  .header-main .mega-menu-column {
    width: 100%;
    padding: 3.125rem 3.125rem 0; }
    .header-main .mega-menu-column--nested {
      padding: 0; }
    .header-main .mega-menu-column--with-divider:not(:first-child) {
      border-left: 0; } }

@media (max-width: 850px) {
  .header-main .mega-menu-column {
    padding: 0.78125rem 0; }
    .header-main .mega-menu-column:first-child {
      padding-top: 2.34375rem; }
    .header-main .mega-menu-column .row-item-container--section {
      padding: 0;
      display: block; }
      .header-main .mega-menu-column .row-item-container--section .mega-menu-column:first-child {
        padding-top: 0;
        padding-right: 0; }
      .header-main .mega-menu-column .row-item-container--section .mega-menu-column:last-child {
        padding-left: 0; } }

.header-main__label {
  font-size: 15px;
  line-height: 1.5625rem; }

.header-main__label {
  font-size: 15px;
  line-height: 1.5625rem; }

.header-main__login-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px; }

.header-main__login-caption {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0; }

.header-main {
  position: relative; }
  .header-main:before {
    content: ' ';
    transition: all 150ms ease;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 0;
    transform: translate3d(0, -1.5625rem, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header-main--white:before, .header-main--scrolled:before {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .header-main__wrap {
    position: relative;
    display: flex;
    align-items: center; }
  .header-main__logo-link {
    padding: 1.5625rem 0;
    margin-right: 1.5625rem; }
    .header-main__logo-link .logo {
      align-items: center;
      height: 1.5625rem;
      width: auto; }
  .header-main__login, .header-main__cta {
    margin-left: 1.5625rem; }
  .header-main__login:not(:hover) path {
    fill: #000; }
  @media (max-width: 600px) {
    .header-main__cta {
      display: none; } }
  .header-main__login-mega-menu.header-main__mega-menu {
    right: 0;
    left: auto;
    width: 31.25rem;
    display: block; }
  .header-main__login-option {
    padding: 1.5625rem 3.125rem;
    display: block; }
    .header-main__login-option:first-child {
      padding-top: 3.125rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .header-main__login-option:last-child {
      padding-bottom: 3.125rem; }
    .header-main__login-option:hover .header-main__login-title {
      color: #487b94; }
      .header-main__login-option:hover .header-main__login-title svg path {
        fill: #487b94; }
  .header-main__login-title {
    transition: color 150ms ease;
    display: flex;
    margin-bottom: 5px; }
    .header-main__login-title .header-main__login-title-arrow {
      margin-left: 0.78125rem; }
  .header-main .site-width {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
    @media (max-width: 1439px) {
      .header-main .site-width {
        padding-left: 3.125rem;
        padding-right: 3.125rem; } }
    @media (max-width: 850px) {
      .header-main .site-width {
        padding-left: 25px;
        padding-right: 25px; } }
  .header-main__nav {
    flex-grow: 1; }
  .header-main__nav-items {
    display: flex;
    transition: all 150ms ease; }
  .header-main__nav-item-control {
    transition: color 150ms ease;
    position: relative;
    z-index: 2;
    padding: 1.5625rem;
    align-items: center;
    display: flex; }
    .header-main__nav-item-control span {
      display: inline-flex;
      align-items: center; }
    .header-main__nav-item-control--mega-menu {
      display: none; }
    .header-main__nav-item-control:hover .header-main__label {
      color: #487b94; }
      .header-main__nav-item-control:hover .header-main__label:before {
        background: #487b94; }
  .header-main__label {
    position: relative;
    font-weight: 500;
    color: black; }
    .header-main__label:before {
      content: ' ';
      transition: all 150ms ease;
      position: absolute;
      top: 100%;
      background: black;
      height: 2px;
      width: 100%;
      opacity: 0;
      transform: translate3d(0, -5px, 0); }
  .header-main__nav-item-chevron {
    margin-left: 0.39062rem; }
  .header-main__mega-menu {
    transition: all 150ms ease;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    transform: translate3d(0, -1.5625rem, 0);
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .header-main__mega-menu > .mega-menu-column {
      max-width: 75%;
      width: 75%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .header-main__mega-menu > .mega-menu-column {
          max-width: 100%;
          width: auto; } }
  .header-main__nav-item--active .header-main__label:before {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .header-main__nav-item--active .header-main__nav-item-chevron {
    transform: rotate(180deg); }
  .header-main__mega-menu--active {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
    visibility: visible; }
  .header-main__mobile-menu-button {
    display: none;
    align-items: center;
    margin-left: auto; }

.header-main--is-touch-formatted .header-main__wrap {
  position: static; }

.header-main--is-touch-formatted .header-main__mobile-menu-button {
  display: flex; }

.header-main--is-touch-formatted .header-main__nav {
  transition: all 150ms ease;
  transform: translate3d(0, -1.5625rem, 0);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: white;
  position: fixed;
  top: 4.6875rem;
  left: 0;
  right: 0;
  bottom: 0; }

.header-main--is-touch-formatted .header-main__nav-items {
  overflow-x: scroll;
  height: 0; }

.header-main--is-touch-formatted .header-main__nav-item:first-child .header-main__nav-item-control {
  margin-left: 4.6875rem; }

.header-main--is-touch-formatted .header-main__nav-item-control {
  display: inline-flex;
  align-items: center; }
  .header-main--is-touch-formatted .header-main__nav-item-control--mega-menu {
    display: inline-flex; }
  .header-main--is-touch-formatted .header-main__nav-item-control--hyperlink {
    display: none; }

.header-main--is-touch-formatted .header-main__mega-menu {
  padding: 0 1.5625rem;
  top: 6.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .header-main--is-touch-formatted .header-main__mega-menu > .mega-menu-column {
    width: 100%;
    max-width: 100%; }

.header-main--is-touch-formatted .header-main__login-mega-menu {
  top: 0; }
  .header-main--is-touch-formatted .header-main__login-mega-menu.header-main__mega-menu {
    right: 0;
    left: 0;
    width: auto; }

.header-main--is-touch-formatted .header-main__nav-item-control {
  padding: 2.34375rem 0;
  margin-right: 1.5625rem; }
  .header-main--is-touch-formatted .header-main__nav-item-control:hover {
    color: black; }
    .header-main--is-touch-formatted .header-main__nav-item-control:hover .header-main__label:before {
      background: black; }

.header-main--is-touch-formatted .header-main__label {
  white-space: nowrap; }

.header-main--is-touch-formatted.header-main--login-menu-active .header-main__nav, .header-main--is-touch-formatted.header-main--nav-menu-active .header-main__nav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.header-main--is-touch-formatted.header-main--nav-menu-active .header-main__nav-items {
  height: 6.25rem; }

@media (max-width: 1439px) {
  .header-main .header-main__login-mega-menu {
    left: auto; }
    .header-main .header-main__login-mega-menu.header-main__mega-menu {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 1024px) {
  .header-main .header-main__mega-menu {
    display: block;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 3.125rem; }
  .header-main .header-main__login {
    padding-left: 0; }
  .header-main .header-main__login-option {
    padding: 1.5625rem; } }

@media (max-width: 850px) {
  .header-main .header-main__nav-item:first-child .header-main__nav-item-control {
    margin-left: 1.5625rem; } }

.header-main--dark-header-image .header-main__logo-link > .graphic.logo path, .header-main--dark-header-image .header-main__nav-item-chevron path, .header-main--dark-header-image .header-main__mobile-menu-button path {
  fill: #fff; }

.header-main--dark-header-image .header-main__nav-item-control .header-main__label {
  color: #fff; }

.header-main--scrolled.header-main--dark-header-image .header-main__logo-link > .graphic.logo path, .header-main--scrolled.header-main--dark-header-image .header-main__nav-item-chevron path, .header-main--scrolled.header-main--dark-header-image .header-main__mobile-menu-button path {
  fill: black; }

.header-main--scrolled.header-main--dark-header-image .header-main__nav-item-control .header-main__label {
  color: black; }

.header-main--dark-header-image.header-main--inverted .header-main__label {
  color: black; }

.header-main--dark-header-image.header-main--inverted .header-main__logo-link > .graphic.logo path, .header-main--dark-header-image.header-main--inverted .header-main__nav-item-chevron path, .header-main--dark-header-image.header-main--inverted .header-main__mobile-menu-button path {
  fill: black; }

.header-main--dark-header-image .header-main__nav-item--active .header-main__label, .header-main--scrolled.header-main--dark-header-image .header-main__nav-item--active .header-main__label {
  color: #487b94; }
  .header-main--dark-header-image .header-main__nav-item--active .header-main__label:before, .header-main--scrolled.header-main--dark-header-image .header-main__nav-item--active .header-main__label:before {
    background: #487b94; }

.social-media__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -0.78125rem; }

.social-media__icon {
  padding: 0.78125rem;
  background-color: white;
  display: flex; }
  .social-media__icon:not(:last-child) {
    margin-right: 0.78125rem;
    margin-bottom: 0.78125rem; }
  .social-media__icon .graphic {
    width: 1.03125rem;
    height: 1.03125rem; }
    .social-media__icon .graphic .stroke {
      stroke: black;
      fill: none; }
    .social-media__icon .graphic .fill {
      fill: black; }

.footer-tools__region-select {
  width: 100%;
  margin-bottom: 1.5625rem; }

.footer {
  padding-top: 6.25rem;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #000;
  color: #fff; }
  .footer .collapsible svg path {
    fill: #fff; }
  .footer .site-width {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }
  .footer .logo {
    height: 1.5625rem;
    width: auto;
    margin-bottom: 1.5625rem; }
  .footer__top-wrap {
    margin-bottom: 6.25rem; }
    .footer__top-wrap .hyperlink:hover {
      color: #487b94; }
    .footer__top-wrap .hyperlink:last-child > * {
      margin-bottom: 0; }
  .footer__bottom-wrap {
    background: #000; }
  .footer__bottom-menu {
    padding: 1.5625rem 0;
    display: flex;
    color: #fff; }
    .footer__bottom-menu .small {
      margin-bottom: 0; }
    .footer__bottom-menu .hyperlink {
      flex-shrink: 0; }
    .footer__bottom-menu > *:not(:last-child) {
      margin-right: 1.5625rem; }
  .footer .collapsible__content .hyperlink {
    display: block; }
  @media (max-width: 1024px) {
    .footer .social-media {
      margin-bottom: 6.25rem; } }
  @media (max-width: 850px) {
    .footer {
      padding-top: 3.125rem; }
      .footer__top-wrap {
        margin-bottom: 3.125rem; }
      .footer .social-media {
        margin-bottom: 3.125rem; } }
  @media (max-width: 600px) {
    .footer .site-width {
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; }
    .footer .logo {
      margin-bottom: 1.5625rem; }
    .footer .collapsible-group {
      margin-bottom: 3.125rem; }
    .footer .social-media {
      margin-bottom: 0; }
    .footer__bottom-menu {
      flex-direction: column; }
      .footer__bottom-menu > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.78125rem; } }

.announcements-wrap .announcement {
  padding: 0.78125rem 0;
  background-color: #F2F2F1;
  transition: all 150ms ease; }
  .announcements-wrap .announcement__wrap {
    display: flex;
    align-items: center; }
  .announcements-wrap .announcement__message {
    flex-grow: 1; }
  .announcements-wrap .announcement__icon {
    margin-right: 0.78125rem;
    display: flex; }
  .announcements-wrap .announcement__dismiss {
    flex-shrink: 0;
    margin-bottom: 0 !important;
    cursor: pointer; }
    .announcements-wrap .announcement__dismiss:focus {
      outline: none; }
  .announcements-wrap .announcement--type-warning {
    background-color: #FCE8BA; }
  .announcements-wrap .announcement--type-alert {
    background-color: #FFD4C2; }
  .announcements-wrap .announcement--type-info {
    background-color: #F2F2F1; }
  .announcements-wrap .announcement--type-success {
    background-color: #DAEEBC; }

.app-button-footer {
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    .app-button-footer {
      flex-direction: row; }
      .app-button-footer > a:first-of-type {
        margin-right: 30px; } }

.app-button-link {
  width: 100%;
  transition: all 150ms ease; }
  .app-button-link > span {
    width: 100%; }
    .app-button-link > span > button {
      width: 100%; }
  .app-button-link svg path {
    fill: #fff; }
  .app-button-link:active svg path {
    fill: #000; }

.app-button-sideBar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  height: 100%; }

.app-button-cta {
  transition: all 0.2s ease; }
  .app-button-cta svg path {
    fill: #fff; }
  .app-button-cta:hover svg path {
    fill: #000; }

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* IE11 modal height fix */ }
  .modal-container > div > div > div > div > div:nth-child(1) > div {
    background-color: transparent !important; }
  .modal-container > div > div > div > div > div:nth-child(2) > div:nth-child(2) > div > div > span {
    flex: 0 0 auto; }

#__next > div.modal-container__shop > div > div > div > div > div:nth-child(1) > div > div:nth-child(2) > button > div > div > svg > path {
  fill: white !important; }

.modal__sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 50px; }

.modal__title {
  margin-bottom: 15px;
  font-family: 'Klarna Headline';
  font-size: 42px;
  line-height: 46px; }

.modal__description {
  margin-bottom: 30px; }

.modal__legal {
  margin-top: 12px;
  color: #7d7d7d;
  font-size: 12px; }

.modal__loader {
  text-align: center; }

.modal--custom {
  text-align: center; }

.modal--deal .modal__img {
  margin: -75px -20px 10px;
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  z-index: 1000000;
  pointer-events: none; }

.modal--deal .modal__title {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px; }

.modal--deal .modal__description {
  margin-bottom: 10px; }

.modal--deal .modal__code-text {
  margin-bottom: 15px;
  font-weight: 700; }

.modal--deal .modal__link,
.modal--deal .modal__code {
  display: inline-block;
  width: calc(50% - 10px); }

.modal--deal .modal__code {
  margin-right: 20px; }

.modal--deal .modal__link--full-width {
  width: 100%; }

.modal--deal .modal__link > button,
.modal--deal .modal__code > button {
  width: 100%; }

@media (min-width: 509px) {
  .modal--deal .modal__link,
  .modal--deal .modal__code {
    display: block;
    width: 100%; }
  .modal--deal .modal__code {
    margin-right: 0px;
    margin-bottom: 15px; }
  .modal--deal .modal__img {
    margin: -75px -50px 10px;
    max-width: calc(100% + 100px);
    width: calc(100% + 100px); } }

.modal--categoryPicker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: calc(100% - 60px);
  -webkit-overflow-scrolling: touch; }

.modal--categoryPicker li {
  line-height: 3.125rem;
  border-bottom: 1px solid #e9e9e9; }

.modal--categoryPicker h3 {
  margin-right: 3.125rem;
  font-size: 27px; }

.modal--categoryPicker .category-picker__selector {
  line-height: 3.125rem;
  border-bottom: 1px solid #e9e9e9; }

.modal--categoryPicker .category-picker__selector:nth-last-child(1) {
  border-width: 0; }

.modal--form .form-field--description {
  font-size: 14px;
  line-height: 20px;
  color: #9E9D9C; }

.modal__app-download-link {
  color: #487b94;
  width: 100%; }
  .modal__app-download-link:hover {
    color: #305f75;
    text-decoration: underline; }

.modal__app-download-cta {
  transition: all 0.2s ease;
  width: 100%; }
  .modal__app-download-cta > span {
    width: 100%; }
    .modal__app-download-cta > span > button {
      width: 100%; }

.multimedia-video {
  margin-bottom: 3.125rem;
  position: relative;
  height: auto;
  width: 100%; }
  @media (max-width: 850px) {
    .multimedia-video {
      margin-bottom: 25px; } }
  .multimedia-video video {
    position: relative; }
  .multimedia-video iframe {
    position: absolute; }
  .multimedia-video iframe,
  .multimedia-video video {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: calc(100% - 1px) calc(100% - 1px);
    background-size: cover;
    background-repeat: no-repeat; }

.large-hero {
  min-height: 90vh;
  display: flex; }
  .large-hero:before {
    display: block;
    content: '';
    min-height: inherit;
    font-size: 0; }
  .large-hero__heading {
    word-break: break-word; }
  .large-hero .site-width {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .large-hero--black {
    color: black; }
  .large-hero--white {
    color: white; }
  .large-hero--desktop-70 {
    min-height: 70vh; }
  .large-hero--desktop-80 {
    min-height: 80vh; }
  .large-hero--desktop-90 {
    min-height: 90vh; }
  @media (max-width: 600px) {
    .large-hero--mobile-70 {
      min-height: 70vh; } }
  @media (max-width: 600px) {
    .large-hero--mobile-80 {
      min-height: 80vh; } }
  @media (max-width: 600px) {
    .large-hero--mobile-90 {
      min-height: 90vh; } }
  .large-hero__wrap {
    position: relative;
    width: 100%;
    padding-top: 1.5625rem;
    padding-bottom: 4.6875rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .large-hero__header-content {
    position: relative;
    z-index: 2; }
  .large-hero__video-content {
    width: 60%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1.5625rem; }
  .large-hero--with-video {
    min-height: 0; }
  .large-hero .product-lockup {
    margin-bottom: 1.5625rem; }
  @media (max-width: 600px) {
    .large-hero__video-content {
      z-index: 1;
      left: 50%;
      top: 1.5625rem;
      min-height: 0 !important;
      /** This is to override the height calculation on mobile. */ }
    .large-hero--with-video {
      min-height: 0; }
      .large-hero--with-video .large-hero__header-content {
        position: relative;
        z-index: 2; }
      .large-hero--with-video .large-hero__wrap {
        display: block; }
    .large-hero__wrap {
      padding-top: 1.5625rem;
      padding-bottom: 3.125rem; }
    .large-hero__heading {
      word-break: normal; } }

.accordion {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .accordion {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .accordion__wrap {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .accordion__wrap {
        margin-bottom: 25px; } }

.blockquote {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .blockquote {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .blockquote__image img {
    width: 100%; }
  .blockquote__quote blockquote {
    margin: 0; }
    .blockquote__quote blockquote > *:last-child {
      margin-bottom: 0; }
  .blockquote__citation {
    display: flex;
    align-items: center; }
    .blockquote__citation img {
      max-width: 7.8125rem;
      margin-right: 0.78125rem; }
  .blockquote__citation-text {
    margin-bottom: 0; }
  @media (max-width: 850px) {
    .blockquote__image {
      margin-bottom: 25px; } }
  @media (max-width: 600px) {
    .blockquote__citation {
      align-items: flex-start;
      flex-direction: column; }
      .blockquote__citation > *:not(:last-child) {
        margin-bottom: 0.78125rem; } }

.content-aside {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .content-aside {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .content-aside__heading-wrap--align-right {
    order: 2; }
  .content-aside__block:not(:last-child) {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .content-aside__block:not(:last-child) {
        margin-bottom: 25px; } }
  .content-aside__block p:last-child {
    margin-bottom: 0; }
  .content-aside__block--type-stat .statistic {
    margin-bottom: 0; }
  .content-aside__block--type-icon {
    display: flex; }
    .content-aside__block--type-icon .illustration {
      width: 3.125rem;
      flex-shrink: 0;
      margin-bottom: 1.5625rem;
      margin-right: 1.5625rem; }
  @media (max-width: 1024px) {
    .content-aside__heading-wrap {
      order: unset; }
    .content-aside__block--type-icon {
      flex-direction: column; }
      .content-aside__block--type-icon .illustration {
        margin-bottom: 0.78125rem; } }

.content-grid {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .content-grid {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .content-grid .statistic {
    margin: 0 0 5px; }
  .content-grid__content-block > .illustration {
    margin-bottom: 0.9375rem; }
  .content-grid__content-block > h5 {
    margin-bottom: 3px; }

.content-slider__slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-slider__slide:focus {
    outline: none; }

.content-slider__slide.background-color--no-color {
  border: rgba(0, 0, 0, 0.1) solid 1px; }

.content-slider__slide-inner-wrap {
  padding: 3.125rem;
  width: 66%;
  margin-left: auto; }
  .content-slider__slide-inner-wrap .heading-element:last-child {
    margin-bottom: 0 !important; }

.content-slider__slide-image {
  width: 50%;
  height: auto; }

@media (max-width: 850px) {
  .content-slider__slide {
    min-width: calc(91.667% - 12.5px);
    margin-right: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .content-slider__slide-inner-wrap {
    padding: 1.5625rem;
    width: 100%; }
  .content-slider__slide-image {
    width: 100%; } }

.content-slider {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem);
  overflow: hidden; }
  @media (max-width: 850px) {
    .content-slider {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .content-slider__wrap {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .content-slider__wrap {
        margin-bottom: 25px; } }
  .content-slider__controls, .content-slider__slider-wrap {
    margin-bottom: 0; }
  .content-slider__controls {
    display: flex;
    flex-direction: column; }
  .content-slider__arrows {
    margin-bottom: 1.17188rem; }
  .content-slider__list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .content-slider__list-item:last-child * {
    margin-bottom: 0; }
  .content-slider__list-item--is-inactive {
    color: rgba(0, 0, 0, 0.1); }
  .content-slider__slider-wrap {
    position: relative; }
    .content-slider__slider-wrap > * {
      max-width: none; }
  .content-slider .slick-slider {
    -webkit-user-select: unset;
    width: 200%; }
  .content-slider .slick-track {
    display: flex; }
  .content-slider .slick-slide {
    padding-right: 1.5625rem;
    height: auto; }
    .content-slider .slick-slide > div {
      height: 100%; }
  @media (max-width: 1439px) {
    .content-slider__controls {
      margin-bottom: 1.5625rem; } }
  @media (max-width: 850px) {
    .content-slider__controls {
      display: none; }
    .content-slider .slick-slider {
      width: 100%; }
    .content-slider__slider-wrap {
      flex-direction: row;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      margin-right: -25px;
      width: 100%; }
      .content-slider__slider-wrap::after {
        content: '';
        display: block; } }

.details-table__section-row {
  display: flex; }
  .details-table__section-row:not(:last-child) {
    margin-bottom: 2px; }
  .details-table__section-row:nth-child(2n-1) .details-table__section-row__title,
  .details-table__section-row:nth-child(2n-1) .details-table__section-row__description {
    background-color: #F2F2F1; }
  .details-table__section-row__title, .details-table__section-row__description {
    padding: 0.78125rem 1.5625rem; }
  .details-table__section-row__title {
    width: 33%;
    min-width: 200px;
    font-weight: 500;
    margin-right: 2px; }
  .details-table__section-row__description {
    flex-grow: 1;
    width: min-content; }
  @media (max-width: 850px) {
    .details-table__section-row {
      flex-direction: column; }
      .details-table__section-row:not(:last-child) {
        margin-bottom: 5px; }
      .details-table__section-row:nth-child(2n) {
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .details-table__section-row:nth-child(2n) .details-table__section-row__title,
        .details-table__section-row:nth-child(2n) .details-table__section-row__description {
          border: none; }
      .details-table__section-row__title {
        width: 100%;
        padding-bottom: 0; }
      .details-table__section-row__description {
        width: 100%; } }

.details-table {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .details-table {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .details-table__section {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .details-table__section {
        margin-bottom: 25px; } }
  .details-table__disclaimer {
    margin-top: 1.5625rem; }

.basic-table {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem);
  overflow-x: hidden; }
  @media (max-width: 850px) {
    .basic-table {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .basic-table .site-width {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto; }
  .basic-table table {
    width: 100%;
    border-spacing: 0; }
    .basic-table table tr td:last-child,
    .basic-table table tr th:last-child {
      border-right-width: 0 !important; }
    .basic-table table tr td:first-child {
      border-left-width: 0 !important; }
    .basic-table table tr:last-child td {
      border-bottom-width: 0 !important; }
  .basic-table__container {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto; }
  .basic-table__caption {
    text-align: left;
    padding: 0.78125rem 1.5625rem; }
  .basic-table__section {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .basic-table__section {
        margin-bottom: 25px; } }
  .basic-table__disclaimer {
    margin-top: 1.5625rem; }
  .basic-table__description {
    padding: 0.9375rem 0.625rem; }
  .basic-table__row:not(:last-child) {
    margin-bottom: 2px; }
  @media (max-width: 850px) {
    .basic-table__description {
      padding: 0.46875rem 0.46875rem; } }

.icon-tile-grid {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .icon-tile-grid {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }

.iframe__wrap {
  margin: 0 auto;
  display: block; }

.iframe--fullSize {
  height: auto;
  width: 100%; }

.iframe--halfSize {
  height: auto;
  width: 50%; }

@media (max-width: 600px) {
  .iframe--hide-on-mobile {
    display: none; } }

.image-link-grid {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .image-link-grid {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .image-link-grid .hyperlink {
    position: relative; }
  .image-link-grid .hyperlink__wrap {
    display: flex;
    align-items: flex-start; }
  .image-link-grid__link {
    display: block; }
  .image-link-grid__link-content {
    color: white;
    padding: 1.5625rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 150ms;
    background-color: transparent; }
    .image-link-grid__link-content:hover {
      background-color: black;
      color: #ffb3c7; }
      .image-link-grid__link-content:hover svg {
        transform: translate3d(25%, 0, 0); }
  .image-link-grid__link-label {
    font-weight: 500; }
  @media (max-width: 600px) {
    .image-link-grid__link-content {
      pointer-events: none; } }

.image-with-content {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .image-with-content {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .image-with-content__content > *:last-child {
    margin-bottom: 0; }
  .image-with-content__image--align-right {
    order: 2; }
  .image-with-content__caption {
    margin-bottom: 1.5625rem; }
  @media (max-width: 1024px) {
    .image-with-content__image--align-right {
      order: unset; } }

.list {
  padding-left: 16px;
  margin: 0;
  margin-bottom: 1.5625rem; }
  .list li:last-child > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .list {
      padding-left: 16px; } }

.image-with-featured-content {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .image-with-featured-content {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .image-with-featured-content__heading {
    word-break: break-word; }
  .image-with-featured-content__content--align-right {
    order: 2; }
  .image-with-featured-content__content--align-left .dynamic-heading {
    width: 150%;
    position: relative; }
  .image-with-featured-content__content > *:last-child {
    margin-bottom: 0 !important; }
  .image-with-featured-content__image img {
    width: 100%; }
  @media (max-width: 1024px) {
    .image-with-featured-content__content {
      order: 2; }
      .image-with-featured-content__content .dynamic-heading {
        width: 100%; } }

.image-with-sectional-content {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .image-with-sectional-content {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .image-with-sectional-content__heading:last-child {
    margin-bottom: 0; }
  .image-with-sectional-content__content--align-right {
    order: 2; }
  .image-with-sectional-content__content > *:last-child {
    margin-bottom: 0 !important; }
  .image-with-sectional-content__content-blocks > *:not(:last-child) {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .image-with-sectional-content__content-blocks > *:not(:last-child) {
        margin-bottom: 25px; } }
  .image-with-sectional-content__content-blocks > * > *:last-child {
    margin-bottom: 0; }
  .image-with-sectional-content__image img {
    width: 100%; }
  .image-with-sectional-content--impact-low__content-blocks {
    width: 75%; }
  .image-with-sectional-content--impact-high .dynamic-heading {
    width: 175%;
    position: relative; }
  .image-with-sectional-content--impact-high .image-with-sectional-content__content--align-right .dynamic-heading {
    left: -75%; }
  @media (max-width: 1024px) {
    .image-with-sectional-content__content {
      order: 2; }
    .image-with-sectional-content--impact-low .image-with-sectional-content__content-blocks, .image-with-sectional-content--impact-high .image-with-sectional-content__content-blocks {
      width: 66%; }
    .image-with-sectional-content--impact-high .dynamic-heading {
      width: 100%;
      left: 0 !important; } }
  @media (max-width: 600px) {
    .image-with-sectional-content--impact-low .image-with-sectional-content__content-blocks, .image-with-sectional-content--impact-high .image-with-sectional-content__content-blocks {
      width: 100%; } }

.large-paragraph-block {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .large-paragraph-block {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .large-paragraph-block__wrap > *:last-child {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .large-paragraph-block__wrap > *:last-child {
        margin-bottom: 25px; } }
  .large-paragraph-block .heading-element {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .large-paragraph-block .heading-element {
        margin-bottom: 25px; } }

.logo-grid {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .logo-grid {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .logo-grid__logo img {
    width: 100%; }
  .logo-grid .text-cta {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .logo-grid .text-cta {
        margin-bottom: 25px; } }
  @media (max-width: 850px) {
    .logo-grid {
      padding-bottom: calc(3.90625rem - 25px); }
      .logo-grid__logo {
        margin-bottom: 25px; }
      .logo-grid .text-cta {
        padding-top: calc(3.125rem - 25px);
        margin-bottom: 25px; } }

.multimedia {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .multimedia {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }

.panel {
  padding-top: 6.25rem;
  padding-bottom: 4.6875rem; }
  .panel__heading {
    font-size: 34px;
    margin-bottom: 0.78125rem; }
  .panel .card-slider {
    padding-top: 0.78125rem;
    padding-bottom: 0; }
    .panel .card-slider .slick-slide > div {
      height: auto; }

.pricing-table {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem);
  overflow: hidden; }
  @media (max-width: 850px) {
    .pricing-table {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .pricing-table__wrap {
    margin-bottom: 3.125rem;
    padding: 3.125rem;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    position: relative;
    width: 100%;
    left: -0rem;
    right: -0rem; }
    @media (max-width: 850px) {
      .pricing-table__wrap {
        margin-bottom: 25px; } }
  .pricing-table .button-group {
    margin-top: 3.125rem; }
  .pricing-table__table {
    overflow-x: auto;
    display: flex;
    margin: 0 -5px; }
    .pricing-table__table.flex_wrap {
      flex-wrap: wrap; }
  .pricing-table__lockup-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125rem; }
  .pricing-table__lockup-label {
    margin-top: 3.125rem; }
  .pricing-table__lockup-label, .pricing-table__arrows-wrap {
    margin-bottom: 1.5625rem; }
  .pricing-table__arrows {
    display: flex; }
  .pricing-table__arrow-prev, .pricing-table__arrow-next {
    text-align: left;
    border: none;
    -webkit-appearance: none;
    font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: inherit;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: unset;
    color: unset;
    display: flex;
    cursor: pointer; }
    .pricing-table__arrow-prev:focus, .pricing-table__arrow-next:focus {
      outline: none; }
    .pricing-table__arrow-prev--is-inactive svg path, .pricing-table__arrow-next--is-inactive svg path {
      fill: rgba(0, 0, 0, 0.1); }
  .pricing-table__arrow-prev {
    transform: scaleX(-1);
    padding-left: 0.78125rem; }
  .pricing-table__table-row {
    margin-bottom: 14px;
    padding: 0 7px; }
    .pricing-table__table-row .pricing-table__table-cell.heading-cell {
      background-color: #F2F2F1;
      height: 110px; }
    .pricing-table__table-row .pricing-table__table-cell:not(.heading-cell) {
      border-style: solid;
      border-width: 0 1px 1px 1px;
      border-color: #F2F2F1; }
  .pricing-table__table-cell {
    padding: 1.5625rem; }
    .pricing-table__table-cell > * {
      margin-bottom: 0; }
    .pricing-table__table-cell:first-child {
      margin-top: 0; }
    .pricing-table__table-cell:last-child {
      margin-bottom: 0; }
    .pricing-table__table-cell .small {
      color: #7d7d7d;
      font-weight: 500; }
    .pricing-table__table-cell .text-cta {
      margin-top: 0; }
  @media (max-width: 1024px) {
    .pricing-table__lockup-wrap {
      flex-direction: column;
      align-items: flex-start; }
    .pricing-table .product-lockup {
      order: 2; }
      .pricing-table .product-lockup__wrap {
        display: block; }
    .pricing-table__arrows {
      order: 1;
      margin-bottom: 1.5625rem;
      margin-left: 0; }
    .pricing-table__wrap {
      left: unset;
      width: 100%;
      right: unset; } }
  @media (max-width: 600px) {
    .pricing-table__wrap {
      padding: 0;
      border: 0; }
    .pricing-table__table-row {
      min-width: 12.5rem; } }
  @media (max-width: 480px) {
    .pricing-table__table.stacked {
      flex-flow: column; }
      .pricing-table__table.stacked .pricing-table__table-row {
        min-width: 100% !important; }
    .pricing-table__table.scrollable {
      flex-flow: row;
      flex-wrap: nowrap; }
      .pricing-table__table.scrollable .pricing-table__table-row {
        min-width: 83% !important; } }
  .pricing-table .product-lockup--orientation-vertical .product-lockup__wrap {
    display: block; }
  .pricing-table .product-lockup--orientation-vertical .product-lockup__title {
    margin-top: 5px; }

.min_width_33 {
  min-width: 33.33%;
  width: 33.33%; }

.min_width_50 {
  width: 50%; }

.min_width_100 {
  width: 100%; }

.product-card-grid {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .product-card-grid {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .product-card-grid__products-wrap {
    position: relative;
    width: calc(100% + 6.25rem);
    left: -3.125rem;
    right: -3.125rem; }
  .product-card-grid__product-card {
    border: rgba(0, 0, 0, 0.1) 1px solid;
    left: -3.125rem; }
  .product-card-grid__product-card--is-featured {
    display: flex;
    flex-direction: row; }
    .product-card-grid__product-card--is-featured .product-card-grid__product-card-content {
      width: calc(50% + (3.125rem / 2)); }
    .product-card-grid__product-card--is-featured .product-card-grid__product-card-image {
      width: calc(50% - (3.125rem / 2)); }
  .product-card-grid__product-card-content {
    height: 100%;
    padding: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .product-card-grid__product-card-wrap {
    height: 100%;
    width: 100%; }
  .product-card-grid__product-card-title {
    margin: 0 0 15px; }
  .product-card-grid__product-card-description {
    font-weight: 300;
    margin: 0 0 20px; }
  .product-card-grid__product-card-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center; }
  .product-card-grid .product-lockup {
    margin-bottom: 1.5625rem; }
  @media (max-width: 1024px) {
    .product-card-grid__products-wrap {
      left: unset;
      width: 100%;
      right: unset; }
    .product-card-grid__product-card-content {
      padding: 1.5625rem; }
    .product-card-grid__product-card-title {
      margin: 0 0 10px; } }
  @media (max-width: 600px) {
    .product-card-grid__product-card--is-featured {
      flex-direction: column; }
      .product-card-grid__product-card--is-featured .product-card-grid__product-card-content,
      .product-card-grid__product-card--is-featured .product-card-grid__product-card-image {
        width: 100%; }
      .product-card-grid__product-card--is-featured .product-card-grid__product-card-image {
        order: 1;
        height: 0;
        padding-bottom: 100%; }
      .product-card-grid__product-card--is-featured .product-card-grid__product-card-content {
        order: 2; } }

.product-features-grid {
  padding-top: 6.25rem;
  background-color: transparent;
  overflow: hidden; }
  .product-features-grid--has-no-color + .product-features-grid {
    padding-top: 0; }
  .product-features-grid__feature-image-wrap {
    position: relative;
    flex-shrink: 0; }
    .product-features-grid__feature-image-wrap img {
      position: relative;
      z-index: 1; }
  .product-features-grid__feature:first-child .product-features-grid__feature-image-wrap .background-color, .product-features-grid__feature:nth-child(2) .product-features-grid__feature-image-wrap .background-color, .product-features-grid__feature:nth-child(3) .product-features-grid__feature-image-wrap .background-color {
    height: 50%;
    top: 50%; }
  .product-features-grid__feature-content {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 6.25rem; }
    .product-features-grid__feature-content > *:last-child {
      margin-bottom: 0; }
  .product-features-grid .background-color {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 200vw;
    transform: translateX(-50%);
    z-index: -1; }
  @media (max-width: 1024px) {
    .product-features-grid__feature:nth-child(3) .product-features-grid__feature-image-wrap .background-color {
      top: 0;
      height: 100%; } }
  @media (max-width: 600px) {
    .product-features-grid {
      padding-top: 1.5625rem; }
      .product-features-grid__feature:nth-child(2) .product-features-grid__feature-image-wrap .background-color {
        top: 0;
        height: 100%; }
      .product-features-grid__feature:not(:last-child) .product-features-grid__feature-content {
        padding-bottom: 3.125rem; } }

.signpost-card-grid {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .signpost-card-grid {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }

.signup__wrapper {
  padding: 1.5625rem 0; }
  .signup__wrapper .dynamic-heading {
    font-size: .signup__wrapper .dynamic-heading h3; }

.layout-card-archive__disclaimer {
  margin-top: 12px;
  color: #7d7d7d;
  font-size: 12px; }

.layout-card-archive--with-buttons .card-archive {
  padding-bottom: 0; }

.layout-card-archive--with-disclaimer .button-group__wrap {
  padding-bottom: 0 !important; }

.layout-card-archive .card-archive {
  padding-top: 3.125rem;
  padding-bottom: calc(3.125rem - 3.125rem); }
  @media (max-width: 600px) {
    .layout-card-archive .card-archive {
      padding-top: 0; } }

.layout-card-archive .button-group__wrap {
  margin-bottom: 0;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .layout-card-archive .button-group__wrap {
      padding-top: 0;
      padding-bottom: calc(3.90625rem - 25px); } }
  @media (max-width: 600px) {
    .layout-card-archive .button-group__wrap {
      padding-bottom: 0; }
      .layout-card-archive .button-group__wrap .hyperlink {
        margin-bottom: 0; } }

@media (max-width: 600px) {
  .layout-card-archive .component-header {
    margin-bottom: 1.5625rem; } }

@media (max-width: 600px) {
  .layout-card-archive {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem; } }

.form-block {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .form-block {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .form-block__wrap {
    margin-bottom: 3.125rem; }
    @media (max-width: 850px) {
      .form-block__wrap {
        margin-bottom: 25px; } }

.social-share-floating__icon, .social-share__icon {
  padding: 0.78125rem;
  background-color: black;
  display: block;
  width: 41.5px;
  height: 41.5px; }
  .social-share-floating__icon:not(:last-child), .social-share__icon:not(:last-child) {
    margin-right: 0.78125rem;
    margin-bottom: 0.78125rem; }
  .social-share-floating__icon .graphic, .social-share__icon .graphic {
    width: 1.03125rem;
    height: 1.03125rem; }
    .social-share-floating__icon .graphic .stroke, .social-share__icon .graphic .stroke {
      stroke: white;
      fill: none; }
    .social-share-floating__icon .graphic .fill, .social-share__icon .graphic .fill {
      fill: white; }

.social-share-floating {
  display: block;
  height: 100%;
  position: absolute;
  width: 30px; }
  .social-share-floating__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 40px); }
  @media (max-width: 850px) {
    .social-share-floating {
      display: none; } }

.social-share {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .social-share__wrap {
    float: right;
    display: inline-flex; }
  .social-share__heading {
    float: left; }
    .social-share__heading h4 {
      font-weight: bold;
      margin-top: 10px; }

.author-follow__wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0 30px 0;
  display: flex; }
  .author-follow__wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%; }

.author-follow__name {
  padding: 5px 10px 10px 20px; }
  .author-follow__name > .h4 {
    margin: 0;
    font-weight: 500; }

.fact-box__wrapper {
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px; }

.fact-box .panel-member {
  margin-top: 30px;
  margin-bottom: 0; }

.template-article__content {
  margin: 0 auto;
  position: relative; }

.template-article__article-info {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem; }

.template-article__tag-container {
  padding-bottom: 3.125rem; }
  .template-article__tag-container button {
    margin: 10px 20px 10px 0 !important; }

.template-article__article-links {
  padding-left: 0;
  list-style: none; }

.template-article .card-archive__wrap {
  padding: 0;
  margin: 0 auto; }

.template-article .wysiwyg {
  padding-top: 0; }
  .template-article .wysiwyg__wrap {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem; }

.template-article__excerpt .wysiwyg {
  font-weight: bold;
  padding-bottom: 0; }

@media (max-width: 600px) {
  .template-article .wysiwyg__wrap {
    padding-left: 0;
    padding-right: 0; }
  .template-article__article-info {
    padding: 0;
    margin-left: -25px;
    margin-right: -25px; } }

@media (max-width: 850px) {
  .template-article .wysiwyg__wrap {
    padding-left: 0;
    padding-right: 0; }
  .template-article__article-info {
    padding: 0; } }

.blog-hero {
  display: flex; }
  .blog-hero__heading {
    word-break: break-word; }
    .blog-hero__heading:hover {
      color: #487b94; }
  .blog-hero--black {
    color: black; }
  .blog-hero--white {
    color: white; }
  .blog-hero__wrap {
    width: 100%;
    padding-top: 4.6875rem;
    padding-bottom: 6.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 600px) {
    .blog-hero__wrap {
      padding-top: 1.5625rem;
      padding-bottom: 3.125rem; }
    .blog-hero__header {
      order: 1; } }

.medium-hero__wrap {
  padding-top: 3.125rem;
  margin-bottom: 3.125rem; }

.medium-hero__inner-wrap {
  position: relative; }

.medium-hero__background {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb3c7;
  height: 100vh;
  z-index: -1; }

.medium-hero--clean .medium-hero__background {
  background-color: transparent; }

@media (max-width: 850px) {
  .medium-hero__subheading-wrap {
    margin-top: 1.5625rem; } }

@media (max-width: 600px) {
  .medium-hero__wrap {
    padding-top: 1.5625rem; } }

.article-term .wysiwyg {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  box-sizing: border-box; }

.article-term .medium-hero, .article-term .wysiwyg__wrap {
  margin-bottom: 2.34375rem; }

.article-term .directory__filter-wrapper {
  width: 100%; }

.merchant-product {
  color: inherit; }
  .merchant-product__images {
    position: relative;
    margin-bottom: 10px; }
    .merchant-product__images img {
      display: block; }
  .merchant-product__reseller {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 20%;
    height: 20%;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden; }
    @media (max-width: 600px) {
      .merchant-product__reseller {
        width: 25%;
        height: 25%; } }
  .merchant-product__price {
    font-weight: bold; }
  .merchant-product__title {
    opacity: .5; }

.merchant-product-grid__amount {
  display: block;
  margin-bottom: 15px;
  font-size: 20px; }

.merchant-product-grid__disclaimer {
  margin-bottom: 50px;
  opacity: .5; }
  .merchant-product-grid__disclaimer a {
    font-size: 14px;
    text-decoration: underline; }

.collection-template .wysiwyg {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  box-sizing: border-box; }

.collection-template .medium-hero {
  margin-bottom: 2.34375rem; }

.collection-template .wysiwyg__wrap {
  margin-bottom: 2.34375rem; }

.collection-template__breadcrumb {
  margin-bottom: 1.5625rem; }

.shop-directory-category .wysiwyg {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  box-sizing: border-box; }

.shop-directory-category .medium-hero {
  margin-bottom: 2.34375rem; }

.shop-directory-category .wysiwyg__wrap {
  margin-bottom: 2.34375rem; }

.shop-directory-category .navigation-link:hover {
  text-decoration: underline; }

.search-and-filter__pill {
  margin-right: 1.25rem;
  margin-bottom: 0.78125rem;
  white-space: nowrap; }
  .search-and-filter__pill:last-child {
    margin-right: 0; }

.search-and-filter:not([class$='disable-top-margin']) {
  margin-top: 3.125rem; }

@media (max-width: 850px) {
  .search-and-filter__pill {
    margin-bottom: 0; } }

.search-and-filter-controls__search-wrap {
  display: flex;
  width: 100%;
  align-items: center; }

.search-and-filter-controls__search {
  margin-right: 1.5625rem;
  margin-bottom: 0;
  flex-grow: 1;
  overflow: hidden; }

.search-and-filter-controls__category-wrap {
  display: flex;
  margin-top: 1.5625rem;
  flex-wrap: wrap; }
  .search-and-filter-controls__category-wrap::-webkit-scrollbar-thumb {
    background-color: #487b94; }
  .search-and-filter-controls__category-wrap::-webkit-scrollbar-track {
    background-color: #7d7d7d; }

.search-and-filter-controls__submit {
  display: flex;
  align-items: center; }

@media (max-width: 850px) {
  .search-and-filter-controls__search {
    margin-right: 0; }
  .search-and-filter-controls__submit {
    display: none; }
  .search-and-filter-controls__category-wrap {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-right: -base(1); } }

.search-and-filter-status {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625rem;
  margin-bottom: 3.125rem;
  padding: 0.78125rem 1.5625rem;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center; }
  .search-and-filter-status__label {
    margin-bottom: 0; }
  .search-and-filter-status__reset-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
  .search-and-filter-status__reset-label {
    text-decoration: underline;
    margin-bottom: 0;
    margin-left: 0.78125rem; }
  @media (max-width: 600px) {
    .search-and-filter-status {
      padding: 0.78125rem;
      flex-direction: column; }
      .search-and-filter-status__label {
        margin-bottom: 0.39062rem; } }

.partner-directory__show-more {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem);
  margin-bottom: 3.125rem;
  display: flex;
  padding-top: 0; }
  @media (max-width: 850px) {
    .partner-directory__show-more {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  @media (max-width: 850px) {
    .partner-directory__show-more {
      margin-bottom: 25px; } }

.partner-directory .search-and-filter-results {
  padding-top: 0;
  padding-bottom: 0; }

.partner-directory .all-filter-loader {
  margin-top: 0; }
  .partner-directory .all-filter-loader .card-archive {
    padding-top: 0; }

/** We need to do something about bubble selectors **/
#__next > div.modal-container__shop > div > div > div > div > div:nth-child(1) > div > div:nth-child(2) > button > div > div > svg > path {
  fill: white !important; }

.shop-directory__show-more {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem);
  margin-bottom: 3.125rem;
  display: flex;
  padding-top: 0; }
  @media (max-width: 850px) {
    .shop-directory__show-more {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  @media (max-width: 850px) {
    .shop-directory__show-more {
      margin-bottom: 25px; } }

.shop-directory__filter-container {
  padding-top: 2.34375rem;
  padding-bottom: 1.5625rem; }

.shop-directory .card-archive {
  padding-top: 3.125rem; }

.shop-directory__filter-category {
  display: block;
  margin-top: 1.5625rem;
  width: 100%; }
  .shop-directory__filter-category span {
    font-size: 13px !important; }
  .shop-directory__filter-category label > div > div:nth-last-child(1) {
    background-color: black !important; }
  .shop-directory__filter-category.category--desktop {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }

.shop-directory__filter-outer, .shop-directory__results-outer {
  background: white; }

.shop-directory__filter-text {
  width: 100%; }

.shop-directory .card-slider {
  padding-bottom: 0;
  padding-top: 0.78125rem; }
  .shop-directory .card-slider .card-slider__slider-wrap {
    margin-bottom: 1.5625rem; }
  .shop-directory .card-slider .card-slider__slide {
    min-width: calc(93% - 2.34375rem); }

.shop-directory__filtered-featured .card-slider .card-slider__slider-wrap {
  margin-bottom: 0rem; }

.shop-directory .search-and-filter-results,
.shop-directory .search-and-filter + .card-archive {
  padding-top: 0; }

.shop-directory .search-and-filter-results {
  padding-bottom: 0; }

.shop-directory .all-filter-loader {
  margin-top: 0; }
  .shop-directory .all-filter-loader .card-archive {
    padding-top: 0; }

.shop-directory--mobile .shop-directory__filter-text--mobile {
  width: calc( 100% - 60px); }

.shop-directory--mobile .shop-directory__filter-category {
  width: 60px;
  margin-top: 0; }

.shop-directory--mobile .shop-directory__filter-container--mobile {
  margin-top: 0;
  display: flex; }

.shop-directory--mobile .card-archive {
  padding-top: 1.5625rem; }

.shop-directory--mobile .card-slider .card-slider__slider-wrap {
  margin-bottom: 0; }

/** 
  Hack for Ouzairs gray border.
*/
.template--shopdirectory .shop-directory__category-title {
  margin: 1.5625rem 0 0 0; }

.template--shopdirectory .shop-directory > div {
  background: white; }

.template--shopdirectory .shop-directory > .card-slider, .template--shopdirectory .shop-directory > .medium-hero {
  background: transparent; }

.template--shopdirectory .medium-hero__background {
  z-index: 0; }

.template--shopdirectory .dynamic-heading.h1 {
  z-index: 1; }

.template--shopdirectory .shop-directory > .site-width {
  padding-top: 1.5625rem;
  background-color: white; }

.template--shopdirectory .search-and-filter {
  background-color: white; }

.template--shopdirectory .slick-slide > div {
  height: auto; }

.support-card {
  width: 100%;
  height: 100%;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 1.5625rem; }
  .support-card__details:not(:last-child) {
    margin-bottom: 1.5625rem; }
  .support-card__indicator {
    display: flex;
    align-items: center; }
  .support-card__indicator-label {
    margin-bottom: 0; }
  .support-card__indicator-icon {
    width: 0.78125rem;
    margin-right: 0.78125rem; }
  .support-card__indicator-icon--color-green circle {
    fill: limegreen; }
  .support-card__indicator-icon--color-red circle {
    fill: red; }
  .support-card .chat-button {
    display: block;
    margin-top: 1.5625rem; }

.support-results__results-group {
  margin-bottom: 4.6875rem; }

.support-results__results-group-title .text-cta {
  color: #000; }
  .support-results__results-group-title .text-cta:hover {
    color: #487b94; }

.contact-support {
  padding-top: 6.25rem;
  padding-bottom: calc(6.25rem - 3.125rem); }
  @media (max-width: 850px) {
    .contact-support {
      padding-top: 3.90625rem;
      padding-bottom: calc(3.90625rem - 25px); } }
  .contact-support__opening-hour {
    display: flex;
    justify-content: space-between; }
    .contact-support__opening-hour:last-child > * {
      margin-bottom: 0; }
  .contact-support__opening-hours {
    width: 100%; }
  .contact-support__time {
    font-weight: 500; }

.small-hero__wrap {
  padding-top: 3.125rem; }

@media (max-width: 600px) {
  .small-hero__wrap {
    padding-top: 1.5625rem; } }

@font-face {
  font-family: 'Klarna Headline';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaHeadline-Bold.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaHeadline-Bold.woff2") format("woff2");
  font-style: normal; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Regular.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Italic.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Medium.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-MediumItalic.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Bold.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Klarna Text';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-BoldItalic.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaText-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Klarna Mono';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Regular.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Klarna Mono';
  src: url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Medium.woff") format("woff"), url("https://x.klarnacdn.net/ui/fonts/v1.2/KlarnaTextMono-Medium.woff2") format("woff2");
  font-weight: 500; }

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide:active, .slick-slide:focus {
    outline: 0; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide img:focus {
  outline: none; }

.mega-header {
  font-family: "Klarna Headline", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 152px;
  line-height: 155px;
  margin: 0 0 40px; }
  @media (max-width: 600px) {
    .mega-header {
      font-size: 70px;
      line-height: 68px;
      margin: 0 0 20px; } }

h1, .h1 {
  font-family: "Klarna Headline", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 114px;
  line-height: 115px;
  margin: 0 0 25px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 51px;
      margin: 0 0 20px; } }

h2, .h2 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85px;
  line-height: 95px;
  margin: 0 0 30px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h2, .h2 {
      font-size: 37px;
      line-height: 42px;
      margin: 0 0 15px; } }

h3, .h3,
.large-paragraph {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 55px;
  margin: 0 0 30px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h3, .h3,
    .large-paragraph {
      font-size: 27px;
      line-height: 34px;
      margin: 0 0 25px; } }

h4, .h4 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 40px;
  margin: 0 0 30px;
  font-weight: 400; }
  @media (max-width: 600px) {
    h4, .h4 {
      font-size: 19px;
      line-height: 25px;
      margin: 0 0 25px; } }

h5, .h5 {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: unset;
  font-weight: 700; }

.statistic {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif; }

h5, .h5,
p,
.p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px; }
  @media (max-width: 600px) {
    h5, .h5,
    p,
    .p {
      margin: 0 0 5px; } }

.label, small, .small {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px; }

.label {
  font-weight: 500; }

.cite {
  font-size: 1.17188rem;
  font-style: normal;
  line-height: 1.875rem; }

* {
  box-sizing: border-box; }

html {
  background: white;
  font-size: 16px;
  line-height: 1.5625rem;
  position: relative; }
  @media (max-width: 600px) {
    html {
      font-size: 16px;
      overflow-x: hidden; } }

body {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    body {
      -webkit-text-size-adjust: none;
      overflow-x: hidden; } }

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }

::selection {
  background: #D3DEDC;
  color: black; }

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0; }

a {
  text-decoration: none; }

button {
  text-align: left;
  border: none;
  -webkit-appearance: none;
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: inherit;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: unset;
  color: unset; }
  button:focus {
    outline: none; }

.wp-caption {
  max-width: 100%; }

h1.faq-heading {
  font-family: "Klarna Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85px;
  line-height: 95px;
  margin: 0 0 30px;
  font-weight: 500; }
  @media (max-width: 600px) {
    h1.faq-heading {
      font-size: 37px;
      line-height: 42px;
      margin: 0 0 15px; } }

.template-cs_faq .content-with-sidebar-nav,
.template-cs_faq_category .content-with-sidebar-nav,
.template-ms_faq .content-with-sidebar-nav,
.template-ms_faq_category .content-with-sidebar-nav {
  padding-top: 1.5625rem; }

.template-cs_faq__description,
.template-cs_faq_category__description,
.template-ms_faq__description,
.template-ms_faq_category__description {
  margin-bottom: 3.125rem; }

