@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* --------------------------------------------------------------
 * # External styles from node_modules
 * # Remember that @use rules must come before any other rules
 * -------------------------------------------------------------- */
/* stylelint-disable max-line-length, scss/dollar-variable-pattern, value-keyword-case */
/* styleline-enable */
/* stylelint-disable at-rule-empty-line-before */
/* styleline-enable */
/* stylelint-disable at-rule-empty-line-before */
/* styleline-enable */
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.u-m-t-0 {
  margin-top: 0px !important;
}

.u-p-t-0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-0--m {
    margin-top: 0px !important;
  }

  .u-p-t-0--m {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-0--d {
    margin-top: 0px !important;
  }

  .u-p-t-0--d {
    padding-top: 0px !important;
  }
}
.u-m-b-0 {
  margin-bottom: 0px !important;
}

.u-p-b-0 {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-0--m {
    margin-bottom: 0px !important;
  }

  .u-p-b-0--m {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-0--d {
    margin-bottom: 0px !important;
  }

  .u-p-b-0--d {
    padding-bottom: 0px !important;
  }
}
.u-m-l-0 {
  margin-left: 0px !important;
}

.u-p-l-0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-0--m {
    margin-left: 0px !important;
  }

  .u-p-l-0--m {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-0--d {
    margin-left: 0px !important;
  }

  .u-p-l-0--d {
    padding-left: 0px !important;
  }
}
.u-m-r-0 {
  margin-right: 0px !important;
}

.u-p-r-0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-0--m {
    margin-right: 0px !important;
  }

  .u-p-r-0--m {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-0--d {
    margin-right: 0px !important;
  }

  .u-p-r-0--d {
    padding-right: 0px !important;
  }
}
.u-m-t-20 {
  margin-top: 20px !important;
}

.u-p-t-20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-20--m {
    margin-top: 20px !important;
  }

  .u-p-t-20--m {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-20--d {
    margin-top: 20px !important;
  }

  .u-p-t-20--d {
    padding-top: 20px !important;
  }
}
.u-m-b-20 {
  margin-bottom: 20px !important;
}

.u-p-b-20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-20--m {
    margin-bottom: 20px !important;
  }

  .u-p-b-20--m {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-20--d {
    margin-bottom: 20px !important;
  }

  .u-p-b-20--d {
    padding-bottom: 20px !important;
  }
}
.u-m-l-20 {
  margin-left: 20px !important;
}

.u-p-l-20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-20--m {
    margin-left: 20px !important;
  }

  .u-p-l-20--m {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-20--d {
    margin-left: 20px !important;
  }

  .u-p-l-20--d {
    padding-left: 20px !important;
  }
}
.u-m-r-20 {
  margin-right: 20px !important;
}

.u-p-r-20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-20--m {
    margin-right: 20px !important;
  }

  .u-p-r-20--m {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-20--d {
    margin-right: 20px !important;
  }

  .u-p-r-20--d {
    padding-right: 20px !important;
  }
}
.u-m-t-25 {
  margin-top: 25px !important;
}

.u-p-t-25 {
  padding-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-25--m {
    margin-top: 25px !important;
  }

  .u-p-t-25--m {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-25--d {
    margin-top: 25px !important;
  }

  .u-p-t-25--d {
    padding-top: 25px !important;
  }
}
.u-m-b-25 {
  margin-bottom: 25px !important;
}

.u-p-b-25 {
  padding-bottom: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-25--m {
    margin-bottom: 25px !important;
  }

  .u-p-b-25--m {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-25--d {
    margin-bottom: 25px !important;
  }

  .u-p-b-25--d {
    padding-bottom: 25px !important;
  }
}
.u-m-l-25 {
  margin-left: 25px !important;
}

.u-p-l-25 {
  padding-left: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-25--m {
    margin-left: 25px !important;
  }

  .u-p-l-25--m {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-25--d {
    margin-left: 25px !important;
  }

  .u-p-l-25--d {
    padding-left: 25px !important;
  }
}
.u-m-r-25 {
  margin-right: 25px !important;
}

.u-p-r-25 {
  padding-right: 25px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-25--m {
    margin-right: 25px !important;
  }

  .u-p-r-25--m {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-25--d {
    margin-right: 25px !important;
  }

  .u-p-r-25--d {
    padding-right: 25px !important;
  }
}
.u-m-t-40 {
  margin-top: 40px !important;
}

.u-p-t-40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-40--m {
    margin-top: 40px !important;
  }

  .u-p-t-40--m {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-40--d {
    margin-top: 40px !important;
  }

  .u-p-t-40--d {
    padding-top: 40px !important;
  }
}
.u-m-b-40 {
  margin-bottom: 40px !important;
}

.u-p-b-40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-40--m {
    margin-bottom: 40px !important;
  }

  .u-p-b-40--m {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-40--d {
    margin-bottom: 40px !important;
  }

  .u-p-b-40--d {
    padding-bottom: 40px !important;
  }
}
.u-m-l-40 {
  margin-left: 40px !important;
}

.u-p-l-40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-40--m {
    margin-left: 40px !important;
  }

  .u-p-l-40--m {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-40--d {
    margin-left: 40px !important;
  }

  .u-p-l-40--d {
    padding-left: 40px !important;
  }
}
.u-m-r-40 {
  margin-right: 40px !important;
}

.u-p-r-40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-40--m {
    margin-right: 40px !important;
  }

  .u-p-r-40--m {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-40--d {
    margin-right: 40px !important;
  }

  .u-p-r-40--d {
    padding-right: 40px !important;
  }
}
.u-m-t-50 {
  margin-top: 50px !important;
}

.u-p-t-50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-50--m {
    margin-top: 50px !important;
  }

  .u-p-t-50--m {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-50--d {
    margin-top: 50px !important;
  }

  .u-p-t-50--d {
    padding-top: 50px !important;
  }
}
.u-m-b-50 {
  margin-bottom: 50px !important;
}

.u-p-b-50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-50--m {
    margin-bottom: 50px !important;
  }

  .u-p-b-50--m {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-50--d {
    margin-bottom: 50px !important;
  }

  .u-p-b-50--d {
    padding-bottom: 50px !important;
  }
}
.u-m-l-50 {
  margin-left: 50px !important;
}

.u-p-l-50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-50--m {
    margin-left: 50px !important;
  }

  .u-p-l-50--m {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-50--d {
    margin-left: 50px !important;
  }

  .u-p-l-50--d {
    padding-left: 50px !important;
  }
}
.u-m-r-50 {
  margin-right: 50px !important;
}

.u-p-r-50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-50--m {
    margin-right: 50px !important;
  }

  .u-p-r-50--m {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-50--d {
    margin-right: 50px !important;
  }

  .u-p-r-50--d {
    padding-right: 50px !important;
  }
}
.u-m-t-80 {
  margin-top: 80px !important;
}

.u-p-t-80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-80--m {
    margin-top: 80px !important;
  }

  .u-p-t-80--m {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-80--d {
    margin-top: 80px !important;
  }

  .u-p-t-80--d {
    padding-top: 80px !important;
  }
}
.u-m-b-80 {
  margin-bottom: 80px !important;
}

.u-p-b-80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-80--m {
    margin-bottom: 80px !important;
  }

  .u-p-b-80--m {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-80--d {
    margin-bottom: 80px !important;
  }

  .u-p-b-80--d {
    padding-bottom: 80px !important;
  }
}
.u-m-l-80 {
  margin-left: 80px !important;
}

.u-p-l-80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-80--m {
    margin-left: 80px !important;
  }

  .u-p-l-80--m {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-80--d {
    margin-left: 80px !important;
  }

  .u-p-l-80--d {
    padding-left: 80px !important;
  }
}
.u-m-r-80 {
  margin-right: 80px !important;
}

.u-p-r-80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-80--m {
    margin-right: 80px !important;
  }

  .u-p-r-80--m {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-80--d {
    margin-right: 80px !important;
  }

  .u-p-r-80--d {
    padding-right: 80px !important;
  }
}
.u-m-t-160 {
  margin-top: 160px !important;
}

.u-p-t-160 {
  padding-top: 160px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-160--m {
    margin-top: 160px !important;
  }

  .u-p-t-160--m {
    padding-top: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-160--d {
    margin-top: 160px !important;
  }

  .u-p-t-160--d {
    padding-top: 160px !important;
  }
}
.u-m-b-160 {
  margin-bottom: 160px !important;
}

.u-p-b-160 {
  padding-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-160--m {
    margin-bottom: 160px !important;
  }

  .u-p-b-160--m {
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-160--d {
    margin-bottom: 160px !important;
  }

  .u-p-b-160--d {
    padding-bottom: 160px !important;
  }
}
.u-m-l-160 {
  margin-left: 160px !important;
}

.u-p-l-160 {
  padding-left: 160px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-160--m {
    margin-left: 160px !important;
  }

  .u-p-l-160--m {
    padding-left: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-160--d {
    margin-left: 160px !important;
  }

  .u-p-l-160--d {
    padding-left: 160px !important;
  }
}
.u-m-r-160 {
  margin-right: 160px !important;
}

.u-p-r-160 {
  padding-right: 160px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-160--m {
    margin-right: 160px !important;
  }

  .u-p-r-160--m {
    padding-right: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-160--d {
    margin-right: 160px !important;
  }

  .u-p-r-160--d {
    padding-right: 160px !important;
  }
}
.u-m-t-320 {
  margin-top: 320px !important;
}

.u-p-t-320 {
  padding-top: 320px !important;
}

@media screen and (max-width: 767px) {
  .u-m-t-320--m {
    margin-top: 320px !important;
  }

  .u-p-t-320--m {
    padding-top: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-t-320--d {
    margin-top: 320px !important;
  }

  .u-p-t-320--d {
    padding-top: 320px !important;
  }
}
.u-m-b-320 {
  margin-bottom: 320px !important;
}

.u-p-b-320 {
  padding-bottom: 320px !important;
}

@media screen and (max-width: 767px) {
  .u-m-b-320--m {
    margin-bottom: 320px !important;
  }

  .u-p-b-320--m {
    padding-bottom: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-b-320--d {
    margin-bottom: 320px !important;
  }

  .u-p-b-320--d {
    padding-bottom: 320px !important;
  }
}
.u-m-l-320 {
  margin-left: 320px !important;
}

.u-p-l-320 {
  padding-left: 320px !important;
}

@media screen and (max-width: 767px) {
  .u-m-l-320--m {
    margin-left: 320px !important;
  }

  .u-p-l-320--m {
    padding-left: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-l-320--d {
    margin-left: 320px !important;
  }

  .u-p-l-320--d {
    padding-left: 320px !important;
  }
}
.u-m-r-320 {
  margin-right: 320px !important;
}

.u-p-r-320 {
  padding-right: 320px !important;
}

@media screen and (max-width: 767px) {
  .u-m-r-320--m {
    margin-right: 320px !important;
  }

  .u-p-r-320--m {
    padding-right: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-r-320--d {
    margin-right: 320px !important;
  }

  .u-p-r-320--d {
    padding-right: 320px !important;
  }
}
/*
  RUN GULP to generate the classes. Now you can use these helpers to customize spacing on HTML elements.
*/
.component-spacing-top--none > div {
  padding-top: 0;
}
.component-spacing-top--default > div {
  padding-top: 3rem;
}
@media (min-width: 66em) {
  .component-spacing-top--default > div {
    padding-top: 6rem;
  }
}
.component-spacing-top--small > div {
  padding-top: 1.5rem;
}
@media (min-width: 66em) {
  .component-spacing-top--small > div {
    padding-top: 3rem;
  }
}
.component-spacing-top--big > div {
  padding-top: 4.5rem;
}
@media (min-width: 66em) {
  .component-spacing-top--big > div {
    padding-top: 9rem;
  }
}
.component-spacing-bottom--none > div {
  padding-bottom: 0;
}
.component-spacing-bottom--default > div {
  padding-bottom: 3rem;
}
@media (min-width: 66em) {
  .component-spacing-bottom--default > div {
    padding-bottom: 6rem;
  }
}
.component-spacing-bottom--small > div {
  padding-bottom: 1.5rem;
}
@media (min-width: 66em) {
  .component-spacing-bottom--small > div {
    padding-bottom: 3rem;
  }
}
.component-spacing-bottom--big > div {
  padding-bottom: 4.5rem;
}
@media (min-width: 66em) {
  .component-spacing-bottom--big > div {
    padding-bottom: 9rem;
  }
}

.categories .component__heading {
  font-size: 30px;
  font-weight: 500;
}

/* --------------------------------------------------------------
 * # Elements
 * -------------------------------------------------------------- */
/* stylelint-disable no-duplicate-selectors, max-line-length, at-rule-empty-line-before */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #060708;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
}

html {
  box-sizing: border-box;
}

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

/* stylelint-enable */
body {
  background-color: white;
  padding-top: 80px;
}
@media (min-width: 66em) {
  body {
    padding-top: 142px;
  }
  body.site-oos {
    padding-top: 180px;
  }
}

body.is-locked {
  overflow-y: hidden;
  height: 100vh;
}

p,
ul,
ol {
  font-size: 16px;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

details {
  margin-bottom: 20px;
}

blockquote {
  font-size: 18px;
  padding: 1rem 1.5rem;
  border-left: 8px solid #0f6274;
  margin: 0;
}
blockquote > * {
  margin: 0;
}

.widget-area blockquote,
.footer-widgets blockquote {
  background: transparent;
}

.footer-widgets blockquote {
  color: #fff;
}

address {
  margin: 0 0 1.5rem;
}

strong {
  font-weight: 700;
}

pre {
  overflow: auto;
  max-width: 100%;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  background-color: #0f6274;
  font-family: "source-code-pro", menlo, monaco, consolas, courier new, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.widget-area pre {
  background-color: #0f6274;
}

.footer-widgets pre {
  background-color: #0f6274;
}

code,
kbd,
tt,
var {
  font-family: "source-code-pro", menlo, monaco, consolas, courier new, monospace;
  font-size: 0.8125rem;
}

abbr,
acronym {
  cursor: help;
}

abbr[title],
acronym {
  border-bottom: 2px dotted #0f6274;
  text-decoration: none;
}

mark,
ins {
  background: #0f6274;
  text-decoration: none;
}

.footer-widgets ins {
  color: #0f6274;
}

big {
  font-size: 125%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h4 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h5 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h6 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h1,
.h1 {
  font-size: 56px;
}
@media (min-width: 66em) {
  h1,
.h1 {
    font-size: 72px;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 120%;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 0.9375rem;
}

.gform_title {
  margin-top: 0;
}

.gform_wrapper form label {
  font-weight: 600;
}
.gform_wrapper form input:not([type=submit]), .gform_wrapper form select, .gform_wrapper form textarea {
  border: 1px solid #060708;
  border-radius: 4px;
}
.gform_wrapper form select {
  background-color: #fff;
  border-width: 1px;
}

.form {
  padding-top: 160px;
  padding-bottom: 160px;
}
.form--with-copy .gform_wrapper {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 40px;
  box-shadow: 0px 0px 10px 2px #eee;
}
.form .form-with-copy__heading {
  margin-top: 0;
}
.form .form-with-copy__description {
  margin-bottom: 40px;
}

/* default link styling */
a,
.anchor {
  color: black;
}
a:focus,
.anchor:focus {
  outline: 3px solid #36dbff;
  box-shadow: 0px 0px 0px 4px #083d48;
  text-decoration: none;
  outline-offset: 2px;
}

hr {
  margin: 40px 0;
  height: 1px;
  border: 0;
  background-color: #404d56;
}
@media (min-width: 74em) {
  hr {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

figure {
  margin: 1rem 0;
}

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-full-width img {
  width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0 1.5rem;
  margin: 0 0 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

ul li {
  margin-bottom: 0.2rem;
}

/* stylelint-disable no-descending-specificity */
li ol,
li ul,
li li {
  margin-bottom: 0;
}

/* styleline-enable */
dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

::-moz-selection {
  background: #5aefbc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #5aefbc;
  color: #000;
  text-shadow: none;
}

.icon {
  position: relative;
  top: -0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  vertical-align: middle;
}

.icon-none {
  display: none;
}

.icon-external-link {
  fill: transparent;
  margin-left: 10px;
  stroke: currentColor;
  margin-left: 0;
  width: 18px;
  height: 18px;
}

/* Normalize svg behaviour on IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [src*=".svg"] {
    width: 100%;
    max-height: 100%;
  }
}
table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
}
table caption {
  text-align: center;
}

thead {
  border-bottom: 1px solid currentColor;
}

th {
  font-weight: inherit;
  text-align: inherit;
}

tfoot tr {
  border-top: 1px solid currentColor;
}

/* stylelint-disable no-descending-specificity */
tr {
  border-bottom: 1px solid currentColor;
}
tr:last-child {
  border-bottom: 0;
}

/* styleline-enable */
td,
th {
  padding: 0.25rem 0.5rem;
  border-right: 1px solid currentColor;
}

.video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* --------------------------------------------------------------
 * # Modules
 * -------------------------------------------------------------- */
@font-face {
  font-family: "Avenir";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Avenir-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Avenir";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Avenir-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "Avenir";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Avenir-Black.woff2") format("woff2");
}
/* --------------------------------------------------------------
 * ## Accessibility
 * -------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  z-index: 100000000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: #fd0;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: black;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.screen-reader-text\@medium {
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
@media (min-width: 66em) {
  .screen-reader-text\@medium {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important;
  }
}

/* Do not show the outline on the skip link target. */
.content[tabindex="-1"]:focus {
  outline: 0;
}

/* --------------------------------------------------------------
  * ## Alignment
  * -------------------------------------------------------------- */
.alignleft {
  display: inline;
  margin-right: 1.5rem;
  float: left;
}

.alignright {
  display: inline;
  margin-left: 1.5rem;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/* --------------------------------------------------------------
  * ## Clearings
  * -------------------------------------------------------------- */
/* stylelint-disable selector-pseudo-element-colon-notation */
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  display: table;
  content: "";
  table-layout: fixed;
}

/* stylelint-enable */
/* --------------------------------------------------------------
  * ## Media
  * -------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  padding: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.25rem;
  margin: 0;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption,
.wp-caption-text {
  display: block;
  max-width: 100%;
  padding: 0 10px 0 0;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  text-align: left;
}

.wp-caption-text {
  text-align: left;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5rem;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable */
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

/* stylelint-disable at-rule-empty-line-before */
.img-fit {
  position: relative;
  display: block;
}
.img-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img-fit--fallback {
  background-position: center;
  background-size: cover;
}
.img-fit--fallback img {
  opacity: 0;
}

/* stylelint-enable */
.responsive-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-embed-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* --------------------------------------------------------------
 * # Components
 * -------------------------------------------------------------- */
.stats {
  padding: 10px 0;
  overflow: hidden;
  overflow-x: scroll;
}
.stats.theme-dark {
  position: relative;
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.stats.theme-dark .stats_item {
  position: relative;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
.stats .stats__inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 1200px;
  padding-right: 1rem;
}
@media (min-width: 66em) {
  .stats .stats__inner {
    width: auto;
    padding-right: 0;
  }
}
.stats .stats__inner .stats_item {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 10px 2px #eee;
  width: 100%;
}
.stats .stats__inner .stats_item:not(:last-child) {
  margin-right: 1rem;
}
.stats .stats__inner .stats_item-number {
  font-size: 3.1rem;
  line-height: 4rem;
  display: block;
}
.stats .stats__inner .stats_item-desc {
  font-size: 0.9rem;
  line-height: 1rem;
}

.cards--with-text {
  padding: 4rem 0;
  overflow: hidden;
  overflow-x: scroll;
}
.cards--with-text__inner {
  display: flex;
  height: 100%;
  width: 1200px;
  padding-right: 1rem;
}
@media (min-width: 66em) {
  .cards--with-text__inner {
    width: auto;
    padding-right: 0;
  }
}
.cards--with-text__inner .cards--with-text__item {
  border-radius: 20px;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 10px 2px #eee;
  width: 100%;
  padding-top: 4rem;
}
.cards--with-text__inner .cards--with-text__item:not(:last-child) {
  margin-right: 1rem;
}
.cards--with-text__inner .cards--with-text__item-desc {
  font-size: 0.9rem;
  line-height: 1rem;
}

.customer-stories {
  padding: 80px 0;
}
.customer-stories--employees .customer-stories__slider-inner {
  padding-left: 0;
}
.customer-stories--employees .customer-stories__heading-outer {
  align-items: flex-start;
}
.customer-stories--employees .customer-stories__heading-outer .customer-stories__navigation {
  margin-left: 0;
}

.customer-stories__slider-inner {
  padding-left: 20px;
}

.customer-stories__heading-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 66em) {
  .customer-stories__heading-outer {
    align-items: center;
  }
}

.customer-stories__heading {
  position: relative;
  font-size: 42px;
  margin-left: 20px;
  margin-bottom: 50px;
}
@media (min-width: 66em) {
  .customer-stories__heading {
    font-size: 48px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.customer-stories__navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: -95px;
  margin-bottom: 50px;
  justify-content: flex-end;
  margin-right: 20px;
}
@media (min-width: 66em) {
  .customer-stories__navigation {
    margin-left: -135px;
    margin-top: 30px;
    margin-bottom: 0;
    justify-content: center;
  }
}

.customer-stories__navigation-button {
  position: relative;
  background: transparent;
  border: 0;
}
.customer-stories__navigation-button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.customer-stories__navigation-button:focus {
  outline: 3px solid #36dbff;
  box-shadow: 0px 0px 0px 4px #083d48;
  text-decoration: none;
  outline-offset: 2px;
}
.customer-stories__navigation-button > svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 66em) {
  .customer-stories__navigation-button > svg {
    width: 40px;
    height: 40px;
  }
}

.customer-stories-slide {
  padding: 40px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.customer-stories-slide__content {
  margin-bottom: 60px;
}

.customer-stories-slide__description {
  font-size: 14px;
}

.customer-stories__link {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: none;
}
.customer-stories__link:after {
  content: "";
  background: -webkit-linear-gradient(left, #bd30f2 0%, #e311a8 50%);
  display: block;
  height: 2px;
  position: absolute;
  bottom: -6px;
  width: 100%;
}

.customer-stories-slide__media {
  width: 50px;
  border-radius: 50%;
}

.customer-stories__slider .swiper-slide {
  border-radius: 25px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  height: auto;
  background-color: white;
}

.customer-stories__slider .swiper {
  padding: 5px;
}

.customer-stories-slide__meta {
  display: flex;
  align-items: center;
}

.customer-stories-slide__media {
  margin-right: 15px;
}

.customer-stories-slide__details p {
  font-size: 12px;
  margin-bottom: 0;
}

.customer-stories.theme-dark {
  position: relative;
  background: linear-gradient(180deg, #060708 0%, #120d3d 79.5%);
}
.customer-stories.theme-dark .customer-stories__heading {
  color: white;
}
.customer-stories.theme-dark .customer-stories__slider .swiper-slide {
  background: #060708;
}
.customer-stories.theme-dark .customer-stories-slide__description,
.customer-stories.theme-dark .customer-stories__link,
.customer-stories.theme-dark .customer-stories-slide__details {
  color: white;
}

.swiper-container,
.swiper-container * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: table;
}

.customer-stories-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 66em) {
  .customer-stories-grid {
    flex-direction: row;
  }
}

.customer-stories-grid--small {
  min-width: 100%;
}
@media (min-width: 66em) {
  .customer-stories-grid--small {
    min-width: 33.3333%;
  }
}

.customer-stories-grid--big {
  min-width: 100%;
}
@media (min-width: 66em) {
  .customer-stories-grid--big {
    min-width: 66.6666%;
  }
}

.callout-1 {
  text-align: center;
  padding: 80px 0;
}
@media (min-width: 66em) {
  .callout-1 {
    padding: 120px 0;
  }
}
.callout-1.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
  position: relative;
}
.callout-1.theme-dark .callout-1__heading, .callout-1.theme-dark .callout-1__content-wrapper {
  color: #fff;
}
.callout-1__heading {
  font-size: 42px;
  margin-bottom: 36px;
}
@media (min-width: 66em) {
  .callout-1__heading {
    font-size: 48px;
  }
}
.callout-1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callout-1__inner p {
  font-size: 14px;
}
@media (min-width: 66em) {
  .callout-1__inner p {
    font-size: 16px;
  }
}
.callout-1__content-wrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

.theme-dark .callout-1__inner .button {
  background: white;
  color: black;
}

.callout-2 {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 5px;
  padding-right: 5px;
}
.callout-2.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.callout-2.theme-dark .callout-2__inner {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.callout-2.theme-dark .callout-2__inner h3,
.callout-2.theme-dark .callout-2__inner p,
.callout-2.theme-dark .callout-2__inner p.content,
.callout-2.theme-dark .callout-2__inner .callout-2__details,
.callout-2.theme-dark .callout-2__inner .testimonial__links .link {
  color: #fff;
}
.callout-2__inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 10px 2px #eee;
  width: 100%;
}
.callout-2__inner h3,
.callout-2__inner p.content {
  font-weight: 300;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (min-width: 66em) {
  .callout-2__inner h3,
.callout-2__inner p.content {
    font-size: 1.75rem;
  }
}
.callout-2__meta {
  display: flex;
  align-items: center;
}
.callout-2__media {
  margin-right: 15px;
  width: 50px;
  border-radius: 50%;
}
.callout-2__details p {
  font-size: 12px;
  margin-bottom: 0;
}

.testimonial__links {
  margin-top: 35px;
}

.callout-2__media img {
  border-radius: 50%;
}

.categories .categories__item {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  height: 100%;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 10px 2px #eee;
  width: 100%;
  text-align: center;
}
.categories .categories__item p {
  margin-bottom: 0;
}
.categories .categories__item img {
  width: 10%;
}
.categories--dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.categories--dark .categories__item {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.categories--dark .categories__item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.categories--dark .categories__item h3,
.categories--dark .categories__item p {
  color: #fff;
}
.categories--white {
  background-color: #fff;
}
.categories--white .dual-cards__item {
  background-color: #f3f3f3;
}
.categories--grey {
  background-color: #f3f3f3;
}

.dual-cards__item img {
  margin-bottom: 15px;
}

.compatible-software {
  padding-top: 160px;
  padding-bottom: 160px;
}
.compatible-software__heading {
  margin-top: 0;
}
.compatible-software .component-wrapper {
  width: 100%;
  overflow: hidden;
}
.compatible-software .table-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.compatible-software table {
  margin-top: 40px;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 14px;
}
.compatible-software table thead, .compatible-software table tr {
  border-color: #D0D0D3;
}
.compatible-software table th, .compatible-software table td {
  border: 0.5px solid #D0D0D3;
  background-color: #fff;
  padding: 20px;
}
.compatible-software table tr:first-child th:first-child {
  border: 0.5px solid #D0D0D3;
  border-top-left-radius: 25px;
}
.compatible-software table tr:first-child th:last-child {
  border: 0.5px solid #D0D0D3;
  border-top-right-radius: 25px;
}
.compatible-software table tr:last-child td:first-child {
  border: 0.5px solid #D0D0D3;
  border-bottom-left-radius: 25px;
}
.compatible-software table tr:last-child td:last-child {
  border: 0.5px solid #D0D0D3;
  border-bottom-right-radius: 25px;
}
.compatible-software table tr.table-text-smaller th {
  font-size: 11px;
}

.cookie-banner {
  left: 0;
  width: 100%;
  z-index: 100000;
  background-color: #F3F3F3;
  padding: 40px 0;
}
@media (min-width: 66em) {
  .cookie-banner {
    padding: 70px 0;
    position: fixed;
    bottom: 0;
  }
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner__content {
  max-width: 500px;
}
@media (min-width: 66em) {
  .cookie-banner__content {
    padding-right: 50px;
  }
}
@media (min-width: 74em) {
  .cookie-banner__content {
    max-width: initial;
  }
}

.cookie-banner__content p {
  color: #000;
}
@media (min-width: 66em) {
  .cookie-banner__content p {
    font-size: 16px;
  }
}
@media (min-width: 74em) {
  .cookie-banner__content p {
    margin-bottom: 0;
  }
}

.cookie-banner__content a {
  text-decoration: underline;
  color: #000;
}
@media (min-width: 66em) {
  .cookie-banner__content a {
    font-size: 16px;
  }
}
.cookie-banner__content a:hover {
  text-decoration: none;
}

.cookie-banner__buttons {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 74em) {
  .cookie-banner__buttons {
    justify-content: flex-end;
    flex-direction: row;
  }
}

@media (min-width: 74em) {
  .cookie-banner__button--last {
    margin-left: 10px;
  }
}

.cookie-banner__button {
  margin-bottom: 10px;
}

.cookie-banner__button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  min-width: 220px;
}

.dual-cards {
  padding-top: 80px;
  padding-bottom: 80px;
}
.dual-cards .dual-cards__item {
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem;
}
.dual-cards .dual-cards__item-number {
  font-size: 3.1rem;
  line-height: 4rem;
  display: block;
}
.dual-cards .dual-cards__item-desc {
  font-size: 0.9rem;
  line-height: 1rem;
}
.dual-cards .component__heading {
  margin-top: 0;
}
.dual-cards.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.dual-cards.theme-dark .font-white {
  color: #fff;
}
.dual-cards.theme-white {
  background-color: #fff;
}
.dual-cards.theme-white .dual-cards__item {
  background-color: #f3f3f3;
}
.dual-cards.theme-grey {
  background-color: #f3f3f3;
}

.dual-cards-hero {
  padding-top: 80px;
  padding-bottom: 80px;
}
.dual-cards-hero .dual-cards-hero__item {
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem;
}
.dual-cards-hero .dual-cards-hero__item-number {
  font-size: 3.1rem;
  line-height: 4rem;
  display: block;
}
.dual-cards-hero .dual-cards-hero__item-desc {
  font-size: 0.9rem;
  line-height: 1rem;
}
.dual-cards-hero--dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.dual-cards-hero--dark .font-white {
  color: #fff;
}
.dual-cards-hero--white {
  background-color: #fff;
}
.dual-cards-hero--white .dual-cards-hero__item {
  background-color: #f3f3f3;
}
.dual-cards-hero--grey {
  background-color: #f3f3f3;
}

.heading-description-link {
  padding: 4rem 0;
}
.heading-description-link.theme-dark {
  position: relative;
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.heading-description-link.theme-dark h2,
.heading-description-link.theme-dark h3,
.heading-description-link.theme-dark h4,
.heading-description-link.theme-dark h5,
.heading-description-link.theme-dark p,
.heading-description-link.theme-dark .heading-description-link__item,
.heading-description-link.theme-dark .button--fake {
  color: #fff !important;
}
.heading-description-link.theme-dark .heading-description-link__item {
  display: block;
}
.heading-description-link.theme-dark .heading-description-link__item:hover:not(.has-no-link) h3,
.heading-description-link.theme-dark .heading-description-link__item:hover:not(.has-no-link) h4,
.heading-description-link.theme-dark .heading-description-link__item:hover:not(.has-no-link) h5,
.heading-description-link.theme-dark .heading-description-link__item:hover:not(.has-no-link) p,
.heading-description-link.theme-dark .heading-description-link__item:hover:not(.has-no-link) a,
.heading-description-link.theme-dark .heading-description-link__item:hover:not(.has-no-link) .button {
  color: #000 !important;
}
.heading-description-link__inner {
  height: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 66em) {
  .heading-description-link__inner {
    width: auto;
    display: flex;
  }
}
.heading-description-link__inner .heading-description-link__item {
  border-radius: 20px;
  padding: 2rem;
  width: 100%;
  text-decoration: none;
}
.heading-description-link__inner .heading-description-link__item img {
  max-width: 50px;
}
.heading-description-link__inner .heading-description-link__item .button--underline {
  color: #000;
}
.heading-description-link__inner .heading-description-link__item:hover {
  background-color: #fff;
}
.heading-description-link__inner .heading-description-link__item:hover .button--underline:after {
  background: -webkit-linear-gradient(left, #bd30f2 0%, #e311a8 50%);
}
.heading-description-link__inner .heading-description-link__item:not(:last-child) {
  margin-right: 1rem;
}
.heading-description-link__inner .heading-description-link__item.has-no-link {
  padding: 0;
  padding-right: 1rem;
}
.heading-description-link__inner .heading-description-link__item.has-no-link:hover {
  background-color: transparent;
}
.heading-description-link__inner .heading-description-link__item.has-link .heading-description-link__icon + h3 {
  margin-top: 10px !important;
}
.heading-description-link__inner .heading-description-link__item.has-link h3 {
  margin-top: -12px !important;
}
.heading-description-link__footer {
  border-top: 1px solid #4f4f4f;
  margin-top: 50px;
  padding-top: 25px;
}
@media (min-width: 66em) {
  .heading-description-link__footer {
    text-align: right;
  }
}
.heading-description-link__footer h4 {
  display: inline-block;
}

.heading-description-link__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.heading-description-link__footer p {
  margin-bottom: 0;
}

.heading-description-link__inner.has-plus-four-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 66em) {
  .heading-description-link__inner.has-plus-four-items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 20px;
  }
}

.has-plus-four-items .heading-description-link__item {
  grid-column: span 1/span 1;
}

.heading-description-link__item {
  position: relative;
}

.heading-description-link .button {
  padding: 0 !important;
  display: inline !important;
}

.hero {
  padding: 40px 0;
}
@media (min-width: 66em) {
  .hero {
    padding: 100px 0;
  }
}

.hero__heading {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 35px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 0;
}
@media (min-width: 66em) {
  .hero__heading {
    font-size: 48px;
  }
}

@media (min-width: 66em) {
  .hero p {
    padding-right: 40px;
  }
}

.hero__eyebrow-heading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}

.intro {
  padding-top: 160px;
  padding-bottom: 160px;
}
.intro h2 {
  margin-top: 0;
}
.intro img {
  width: 100%;
}
@media (min-width: 66em) {
  .intro img {
    float: right;
    width: auto;
  }
}

.jobs {
  padding-top: 160px;
  padding-bottom: 160px;
}
.jobs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jobs ul li {
  background-color: #fff;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}
.jobs ul li a {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 24px;
  justify-content: space-between;
}
.jobs__categories {
  text-align: right;
}
.jobs__categories a {
  margin-left: 10px;
}

.text-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text-cta img {
  border-radius: 5px;
}
.text-cta h2 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text-cta .order-1--m {
    order: 1;
  }
  .text-cta .order-2--m {
    order: 2;
  }
  .text-cta .text-cta__copy {
    text-align: center;
  }
}
.text-cta .text-cta__copy--single {
  border-top: 1px solid #ff9626;
  padding-top: 40px;
  margin-top: 80px;
}
.text-cta .text-cta__copy--single h3 {
  margin-top: 0;
}
.text-cta .button {
  margin-bottom: 20px;
}

.button,
.btn-success {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #060708 0, #120d3d 50%);
  min-width: 275px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  border-radius: 40px;
  color: white;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 0 10px;
}
@media (min-width: 66em) {
  .button,
.btn-success {
    min-width: 295px;
    font-size: 14px;
  }
}
.button:hover,
.btn-success:hover {
  cursor: pointer;
  opacity: 0.8;
}
.button--inline,
.btn-success--inline {
  display: inline-block;
  padding: 20px;
  width: 275px;
  text-align: center;
}
.button--white,
.btn-success--white {
  background: none;
  background-color: #fff;
  color: #000;
}
.button--text,
.btn-success--text {
  height: auto;
  background: none;
  text-align: left;
  width: auto;
  display: inline-block;
  border-radius: 0;
}
.button--underline,
.btn-success--underline {
  position: relative;
}
.button--underline-black:after,
.btn-success--underline-black:after {
  background: #000 !important;
}
.button--underline-black:after:hover,
.btn-success--underline-black:after:hover {
  background: -webkit-linear-gradient(left, #bd30f2 0%, #e311a8 50%) !important;
}
.button--underline:after,
.btn-success--underline:after {
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  bottom: -6px;
  width: 100%;
}
.button--underline:after:hover,
.btn-success--underline:after:hover {
  background: -webkit-linear-gradient(left, #bd30f2 0%, #e311a8 50%);
}
.button--icon,
.btn-success--icon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.button--icon-back,
.btn-success--icon-back {
  background-image: url("/wp-content/themes/healthcode/assets/images/icon-back.svg");
}

.button--alpha {
  background: linear-gradient(to right, #ea1b1b 0, #ff9626 50%);
  color: white;
}

.button--grey-to-alpha {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.button--grey-to-alpha:hover {
  background: white !important;
  color: black !important;
  opacity: 1;
}

.button--black {
  color: #000;
}

.button--fullwidth {
  background: transparent;
  color: black;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0 40px;
}

.inline-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 66em) {
  .inline-button-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 66em) {
  .inline-button-wrapper > .button {
    margin-right: 15px;
  }
}

.link {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 10px;
}
.link:after {
  content: "";
  background: -webkit-linear-gradient(left, #bd30f2 0%, #e311a8 50%);
  display: block;
  height: 2px;
  position: absolute;
  bottom: -3px;
  width: 100%;
}

.link--white {
  color: white;
}

.link-group {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  overflow-x: scroll;
}
.link-group.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.link-group.theme-dark .button {
  background: #fff;
  color: #000;
}
.link-group .link-group__inner {
  display: block;
}
@media (min-width: 66em) {
  .link-group .link-group__inner {
    display: flex;
    height: 100%;
    width: 1200px;
    padding-right: 1rem;
  }
}
.link-group .link-group__inner .link-group_item {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}
.link-group .link-group__inner .link-group_item .button {
  width: auto;
}
.link-group .link-group__inner .link-group_item:nth-child(odd) {
  margin-right: 3%;
}
@media (min-width: 66em) {
  .link-group .link-group__inner .link-group_item {
    width: 100%;
    margin-bottom: 0;
  }
  .link-group .link-group__inner .link-group_item:not(:last-child) {
    margin-right: 1rem;
  }
}

.link-group .link-group__inner .link-group_item .button  {
  min-width: 182px;
  color: white;
}

.link-group.theme-dark .h4 {
  color: #fff;
  margin: 40px 0;
}

.logo_wall {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.logo_wall h3 {
  margin-top: 0;
}
.logo_wall.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.logo_wall.theme-dark h3 {
  color: #fff;
}

.article-picker {
  padding: 65px 0;
  background-color: white;
}
@media (min-width: 66em) {
  .article-picker {
    padding: 100px 0;
  }
}
.article-picker--related {
  background-color: transparent;
}
.article-picker__heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
  margin-top: 0;
}
@media (min-width: 66em) {
  .article-picker__heading {
    margin-bottom: 90px;
  }
}
.article-picker.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.article-picker.theme-dark .article__heading,
.article-picker.theme-dark .article-picker__heading,
.article-picker.theme-dark p,
.article-picker.theme-dark a {
  color: #fff;
}
.article-picker--stories .customer-stories__heading {
  font-size: 38px;
  margin: 0;
}

.page-id-449 .article-picker__heading {
  margin-bottom: 0;
}

.article__media {
  margin-bottom: 30px;
}
.article__media img {
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 66em) {
  .article__media {
    margin-bottom: 0;
  }
}

.article__heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}

.article__details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gradient-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #bd30f2 0, #e311a8 50%);
}

.gradient-line--as-top-border::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #bd30f2 0, #e311a8 50%);
}

.gradient-line--as-bottom-border::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #bd30f2 0, #e311a8 50%);
}

.accordion__outer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.accordion__heading {
  margin-top: 0;
}

.accordion__description {
  margin-bottom: 30px;
}
@media (min-width: 66em) {
  .accordion__description {
    padding-right: 100px;
    margin-bottom: 60px;
  }
}

@media (min-width: 66em) {
  .accordion__inner {
    padding-right: 100px;
  }
}

.accordion-instance {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: white;
}

.accordion-instance__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  padding: 24px 30px 24px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}

.accordion-instance__panel {
  display: none;
  padding: 0 30px 24px;
  font-size: 14px;
}

.accordion-chevron {
  margin-top: -2px;
}

.accordion-instance.is-active .accordion-instance__panel {
  display: block;
}

.accordion-chevron-up {
  display: none;
}

.accordion-instance.is-active .accordion-chevron-up {
  display: block;
}

.accordion-instance.is-active .accordion-chevron-down {
  display: none;
}

.accordion-media {
  border-radius: 25px;
  margin-bottom: 20px;
}

.accordion-order-mobile {
  order: -1;
}
@media (min-width: 66em) {
  .accordion-order-mobile {
    order: 2;
  }
}

@media (min-width: 66em) {
  .accordion--single .accordion__inner {
    padding-right: 0;
  }
}

.out-of-service {
  background-color: #120D3D;
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 66em) {
  .out-of-service {
    position: fixed;
  }
}
.out-of-service p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.out-of-service p, .out-of-service a {
  color: #fff;
}

@media (min-width: 66em) {
  .out-of-service ~ .site-header {
    margin-top: 60px;
  }
}

.pricing-cta {
  background-color: white;
  padding: 60px 0;
}
@media (min-width: 74em) {
  .pricing-cta {
    padding: 160px 0;
  }
}

.pricing-cta__left-wrapper {
  max-width: 460px;
}

.pricing-cta__heading {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 74em) {
  .pricing-cta__heading {
    margin-top: 0;
  }
}

.pricing-cta__left-wrapper p {
  margin-bottom: 25px;
}

.pricing-cta--align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 74em) {
  .pricing-cta--align-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.pricing-cta--order-1-mob {
  order: -1;
}
@media (min-width: 74em) {
  .pricing-cta--order-1-mob {
    order: 2;
  }
}

.pricing-cta__features-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 74em) {
  .pricing-cta__features-list {
    flex-direction: row;
  }
}

.pricing-cta__list-item {
  display: flex;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.pricing-cta__list-item span {
  display: block;
}

.pricing-cta__list-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 124px;
  background: white;
  border-radius: 25px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.pricing-cta__list-item-inner--gradient {
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #ff576e 0, #bd30f2 25%, #e311a8 50%, #00c98c 75%) border-box;
}

.pricing-cta__list-item-inner--dark {
  background-color: #120d3d;
  color: white;
}

.pricing-cta__list-item--first {
  margin-bottom: 15px;
}
@media (min-width: 66em) {
  .pricing-cta__list-item--first {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.pricing-cta__list-header {
  font-weight: 500;
  font-size: 18px;
}

.pricing-cta__list-bottom {
  font-size: 14px;
}

.pricing-cta__bottom {
  margin-bottom: 0;
}

.feature-tables {
  position: relative;
  display: flex;
  flex-direction: column;
}

.feature-tables__intro {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.feature-tables__heading {
  margin-top: 0;
}

.feature-tables__tables {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: auto;
}
@media (min-width: 74em) {
  .feature-tables__tables {
    flex-direction: row;
  }
}

.feature-table {
  flex: 1;
  padding: 20px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (min-width: 66em) {
  .feature-table {
    padding: 60px 55px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.feature-table__heading {
  margin-top: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}

.feature-table ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.feature-table ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.icon-tick-circle {
  min-width: 20px;
  min-height: 20px;
  margin-right: 10px;
}

.feature-table .button {
  margin-bottom: 30px;
}

@media (min-width: 66em) {
  .feature-tables.tables-count-1 {
    flex-direction: row;
  }
  .feature-tables.tables-count-1 .feature-tables__intro {
    width: 50%;
    margin-left: 0;
    text-align: left;
  }
  .feature-tables.tables-count-1 .feature-tables__tables {
    width: 50%;
  }
}
.custom-cards {
  padding: 80px 0;
}
@media (min-width: 66em) {
  .custom-cards {
    padding: 160px 0;
  }
}

.custom-cards__heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 500;
}

.custom-card__outer {
  background-color: white;
  padding: 40px 30px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.custom-cards__wrapper {
  margin-bottom: 40px;
}
@media (min-width: 66em) {
  .custom-cards__wrapper {
    margin-bottom: 80px;
  }
}

.custom-cards__link-wrapper {
  align-items: center;
  display: flex;
  text-decoration: none;
}
.custom-cards__link-wrapper p {
  margin-bottom: 0;
  padding-right: 35px;
}
.custom-cards__link-wrapper svg {
  width: 15px;
  height: 15px;
  fill: white;
}

.promo-box {
  border-radius: 25px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 10px 2px #eee;
  position: relative;
  margin-top: 2rem;
}
.promo-box .button {
  font-size: 0.7rem;
  position: absolute;
  right: 2rem;
  top: 2.1rem;
}
.promo-box.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
  box-shadow: none;
  color: #fff;
}
.promo-box.theme-dark .button {
  color: #fff;
}
.promo-box.theme-dark .button:after {
  background: #fff !important;
}

.quote-slider {
  padding-top: 160px;
  padding-bottom: 5px;
}

.quote-slider .callout-2 {
  padding-bottom: 5px;
}

.quote-slider__navigation {
  list-style-type: none;
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}

.quote-slider__navigation-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.quote-slider__navigation-button svg {
  width: 35px;
  height: 35px;
}

.quote-slider .swiper-slide {
  height: auto;
}

.standards {
  padding-top: 160px;
  padding-bottom: 160px;
}
.standards .standards__heading {
  margin-top: 0;
}
.standards .standards__panel {
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 10px 2px #eee;
}
.standards .standards__panel-item {
  margin-bottom: 20px;
}
.standards .standards__panel-item:not(:first-child) {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-bottom: 0;
}

.steps {
  margin-top: 80px;
  margin-bottom: 80px;
}
.steps h3 {
  font-weight: 500;
}

.toggle-menu {
  padding: 40px 20px;
  box-shadow: 0px 0px 10px 2px #eee;
  border-radius: 25px;
}
.toggle-menu ul {
  list-style: none;
  margin: 0;
}
.toggle-menu ul > li {
  margin-bottom: 10px;
}
.toggle-menu ul > li > a {
  font-weight: bold;
  text-decoration: none;
}

.autocomplete__wrapper {
  position: relative;
}

.autocomplete__hint,
.autocomplete__input {
  -webkit-appearance: none;
  border: 1px solid #0b0c0c;
  border-radius: 0;
  /* Safari 10 on iOS adds implicit border rounding. */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  /* BUG: Safari 10 on macOS seems to add an implicit margin. */
  width: 100%;
}

.autocomplete__input {
  background-color: transparent;
  position: relative;
  height: 42px;
}
@media (min-width: 66em) {
  .autocomplete__input {
    width: 400px;
  }
}

.autocomplete__hint {
  color: #b1b4b6;
  position: absolute;
}

.autocomplete__input--default {
  padding: 5px;
}

.autocomplete__input--focused {
  outline: 3px solid #36dbff;
  box-shadow: 0px 0px 0px 4px #083d48;
  text-decoration: none;
  outline-offset: 2px;
}

.autocomplete__input--show-all-values {
  padding: 5px 34px 5px 5px;
  /* Space for arrow. Other padding should match .autocomplete__input--default. */
  cursor: pointer;
}

.autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px;
}

.autocomplete__menu {
  background-color: #fff;
  border-top: 0;
  color: #0b0c0c;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  margin-top: 5px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.05);
}

.autocomplete__menu--visible {
  display: block;
}

.autocomplete__menu--hidden {
  display: none;
}

.autocomplete__menu--overlay {
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
}

.autocomplete__menu--inline {
  position: relative;
}

.autocomplete__option {
  padding-left: 15px !important;
  border-bottom: solid #f1f4fd;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
  color: #131313;
  font-size: 12px !important;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.autocomplete__option > * {
  pointer-events: none;
}

.autocomplete__option:first-of-type {
  border-top-width: 0;
}

.autocomplete__option:last-of-type {
  border-bottom-width: 0;
}

.autocomplete__option--odd {
  background-color: #fafafa;
}

.autocomplete__option--focused,
.autocomplete__option:hover {
  background-color: #f1f4fd;
  border-color: #f1f4fd;
  color: #131313;
  outline: none;
}

.autocomplete__option--no-results {
  background-color: #fafafa;
  color: #f1f4fd;
  cursor: not-allowed;
}

.autocomplete__hint,
.autocomplete__input,
.autocomplete__option {
  font-size: 16px;
  line-height: 1.25;
}

.autocomplete__hint,
.autocomplete__option {
  padding: 5px;
}

@media (min-width: 641px) {
  .autocomplete__hint,
.autocomplete__input,
.autocomplete__option {
    font-size: 16px;
    line-height: 1.31579;
  }
}
@media (min-width: 66em) {
  .site-search {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
}
@media (min-width: 74em) {
  .site-search {
    width: auto;
  }
}

.site-search__main {
  display: none;
}
@media (min-width: 66em) {
  .site-search__main {
    display: flex;
    width: 100%;
  }
}

.site-search__wrapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 2px #eee;
  position: relative;
}
@media (min-width: 66em) {
  .site-search__wrapper {
    padding-right: 170px;
  }
}
.site-search__wrapper .autocomplete__input {
  border: none;
  border-radius: 25px;
  padding-left: 15px;
}

.site-header .icon-search {
  color: transparent;
  width: 20px;
  height: 20px;
}

.search-toggle {
  background-color: transparent;
  border: 0;
  color: white;
  height: 52px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 5px;
}
@media (min-width: 66em) {
  .search-toggle {
    display: none;
  }
}

.search-toggle__desc {
  font-size: 13px;
  text-transform: lowercase;
}

.search-toggle .icon-close {
  display: none;
}

.search-toggle.is-expanded .icon-close {
  display: block;
  margin-top: -6px;
}

.search-toggle.is-expanded .icon-search {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-search__main.is-visible {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .site-search__inner {
    pointer-events: all;
    background-color: #0f6274;
    margin-top: 142px;
    height: calc(100vh - 142px);
    justify-content: flex-start;
    padding: 20px 30px 30px;
    border-top: 2px solid #083d48;
    width: 100%;
  }
}
@media (min-width: 66em) {
  .site-search__inner {
    width: 100%;
  }
}

.site-search label {
  color: white;
  margin-bottom: 10px;
  display: block;
}

.site-search input,
.site-search select {
  height: 63px;
  width: 100%;
  background-color: white;
  border-color: white;
  border: 0;
  padding: 10px;
}
@media (min-width: 66em) {
  .site-search input,
.site-search select {
    height: 42px;
    width: 130px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1380px) {
  .site-search input,
.site-search select {
    width: 280px;
  }
}

@media (min-width: 66em) {
  .search-form {
    display: flex;
  }
}

.search-form__input {
  border-radius: 1px;
}
@media (min-width: 66em) {
  .search-form__input {
    min-width: 200px;
  }
}
@media (min-width: 74em) {
  .search-form__input {
    min-width: 140px;
    width: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .search-form__input {
    min-width: 170px;
    width: 170px;
  }
}

@media (min-width: 66em) {
  .search-form__select {
    min-width: 110px;
    width: 110px;
  }
}
@media screen and (min-width: 1230px) {
  .search-form__select {
    min-width: 140px;
    width: 140px;
  }
}

.site-search__submit {
  background-color: black;
  color: white;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  margin-top: 15px;
  cursor: pointer;
}
@media (min-width: 66em) {
  .site-search__submit {
    margin-top: 0;
    min-width: 150px;
    width: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
  }
}
.site-search__submit:focus {
  outline: 3px solid #36dbff;
  box-shadow: 0px 0px 0px 4px #083d48;
  text-decoration: none;
  outline-offset: 2px;
}

.autocomplete__input--default:focus,
.site-search__input:focus,
.site-search__input--no-js:focus {
  outline: 3px solid #36dbff;
  box-shadow: 0px 0px 0px 4px #083d48;
  text-decoration: none;
  outline-offset: 2px;
}

.contact-cards {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-cards.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}
.contact-cards.theme-dark .contact-cards__main-heading {
  color: #fff;
}
.contact-cards.theme-dark .contact-cards__wrapper {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.contact-cards.theme-dark .contact-cards__wrapper .contact-cards__heading,
.contact-cards.theme-dark .contact-cards__wrapper p {
  color: #fff;
}

.contact-cards__wrapper {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: white;
}

.contact-cards__item {
  padding: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.contact-cards__item:hover, .contact-cards__item:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contact-cards__item img {
  display: block;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
.contact-cards__item p {
  font-size: 16px;
  margin-bottom: 0;
}

.contact-cards__main-heading {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}

.contact-cards__heading {
  position: relative;
  font-size: 18px;
}

.schedule-call {
  padding: 40px;
  width: 100%;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: white;
}

.schedule-call__content {
  display: flex;
  align-content: center;
  margin-bottom: 20px;
}
.schedule-call__content p {
  font-size: 14px;
  margin-bottom: 0;
}

.schedule-call__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.schedule-call__link {
  width: 240px;
  height: 48px;
}

.parallax-component {
  position: relative;
  z-index: 1;
}

.parallax {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media (min-width: 66em) {
  .parallax {
    height: 80vh;
    margin-bottom: 0;
  }
}

.parallax__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 66em) {
  .parallax__logo {
    margin-bottom: 0;
  }
}

.parallax__logo--1 {
  height: 84px;
}

.parallax__logo--2 {
  height: 44px;
}

.parallax__logo--3 {
  height: 48px;
}

.parallax__logo--4 {
  height: 48px;
}

.parallax__cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 66em) {
  .parallax__cta {
    justify-content: center;
  }
}

.parallax__heading {
  margin-top: 0;
}

.parallax p,
.parallax__heading {
  text-align: center;
}
@media (min-width: 66em) {
  .parallax p,
.parallax__heading {
    text-align: left;
  }
}

.related-products {
  padding-top: 160px;
  padding-bottom: 160px;
}
.related-products__heading {
  margin-top: 0;
}
.related-products__upper img {
  width: 100%;
}
@media (min-width: 66em) {
  .related-products__upper img {
    float: right;
    width: auto;
  }
}
.related-products__item {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 2px #eee;
  padding: 2rem;
  text-decoration: none;
}
.related-products__item img {
  max-width: 48px;
}
.related-products__item .button {
  width: 240px;
}
.related-products__item-heading {
  font-weight: 500;
}
.related-products__item-description {
  font-size: 14px;
  line-height: 22px;
}
.related-products.theme-dark {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
}

canvas {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.canvas-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.animation-video-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .canvas-wrapper {
      -webkit-filter: blur(90px);
              filter: blur(90px);
    }
  }
}
/* --------------------------------------------------------------
 * # Layout
 * -------------------------------------------------------------- */
/* Menu toggle */
.no-js .menu-toggle {
  display: none;
}

.menu-toggle {
  display: flex;
  width: 55px;
  height: 30px;
  position: relative;
  z-index: 10;
  border: 0;
  margin: 0 0 0 auto;
  background-color: transparent;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 5px;
  color: black;
}
.menu-toggle > * {
  pointer-events: none;
}
@media (min-width: 74em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .icon {
  width: 23px;
}
.menu-toggle .icon-close {
  display: none;
}
.menu-toggle.is-expanded .icon-close {
  display: inline-block;
}
.menu-toggle.is-expanded .icon-bars {
  display: none;
}

.menu-toggle__text {
  font-size: 13px;
  color: white;
  text-transform: lowercase;
}

.primary-menu {
  display: none;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 13px;
  list-style-type: none;
}
@media (min-width: 74em) {
  .primary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.primary-menu.is-visible,
.no-js .primary-menu {
  display: flex;
}

.sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.primary-menu .sub-menu .menu-item a {
  padding: 20px 15px;
  color: black;
  font-size: 13px;
  line-height: 1.3;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}

/* Mobile menu styling */
.primary-menu .menu-item {
  border-top: 0;
}
@media (min-width: 74em) {
  .primary-menu .menu-item {
    border-bottom: 0;
  }
}
.primary-menu .menu-item:last-child {
  border-bottom: 0;
  margin-left: 0px;
}
.primary-menu .menu-item a,
.primary-menu .menu-item button {
  background-color: transparent;
  border: 0;
  display: block;
  padding: 16px 0;
  border-bottom: 0;
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
@media (min-width: 74em) {
  .primary-menu .menu-item a,
.primary-menu .menu-item button {
    font-size: 10px;
    text-transform: uppercase;
    padding: 12px 18px;
    width: initial;
  }
}
.primary-menu .sub-menu .menu-item {
  border-bottom: 0;
}
.primary-menu .sub-menu .menu-item li:hover {
  opacity: 0.8;
}
@media (min-width: 66em) {
  .primary-menu .sub-menu .menu-item a {
    padding-left: 0;
  }
}
.primary-menu .sub-menu .menu-item a:hover {
  opacity: 0.8;
}
.primary-menu .sub-menu .menu-item a.not-a-link {
  background: transparent;
  padding: 0;
  margin-top: 26px;
  font-size: 16px;
}
@media (min-width: 66em) {
  .primary-menu .sub-menu .menu-item a.not-a-link {
    margin-top: 0;
  }
}
.primary-menu .sub-menu .menu-item a.not-a-link:hover {
  background: transparent;
}

/* Menu tablets and up */
@media (min-width: 74em) {
  .primary-menu {
    /* Submenus */
  }
  .primary-menu .icon {
    display: inline-block;
  }
  .primary-menu .icon-arrow-down {
    margin-left: 2px;
  }
  .primary-menu .menu-item {
    display: inline-block;
    height: 100%;
    padding: 0;
    border-top: 0;
    vertical-align: middle;
    zoom: 1;
  }
  .primary-menu .menu-item a {
    display: inline-block;
    text-decoration: none;
  }
  .primary-menu .menu-item button,
.primary-menu .menu-item a,
.primary-menu .menu-item.focus a {
    padding: 12px;
    color: black;
  }
  .primary-menu .menu-item button:hover,
.primary-menu .menu-item a:hover,
.primary-menu .menu-item.focus a:hover {
    color: currentColor;
    text-decoration: none;
  }
  .primary-menu .menu-item button:focus,
.primary-menu .menu-item a:focus,
.primary-menu .menu-item.focus a:focus {
    color: currentColor;
    text-decoration: none;
  }
  .primary-menu .menu-item button:focus {
    outline: 3px solid #36dbff;
    box-shadow: 0px 0px 0px 4px #083d48;
    text-decoration: none;
    outline-offset: 2px;
  }
  .primary-menu .menu-item.healthcode-for-you a:hover, .primary-menu .menu-item.healthcode-for-you a:focus,
.primary-menu .menu-item.healthcode-for-you.focus a:hover,
.primary-menu .menu-item.healthcode-for-you.focus a:focus {
    text-decoration: underline;
  }
  .primary-menu .menu-item.menu-item-788 a:focus {
    color: black !important;
  }
  .primary-menu .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: black;
    max-width: 1440px;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 45px;
    padding-bottom: 85px;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    margin-top: 40px;
    display: none;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fff;
    color: #444;
  }
  .primary-menu .sub-menu.is-visible {
    display: grid;
  }
  .primary-menu .sub-menu::before, .primary-menu .sub-menu::after {
    content: "";
    position: absolute;
    width: 100vw;
    left: 0;
    background: linear-gradient(to bottom, #060708 0, #120d3d 50%);
    height: 100%;
    z-index: -1;
  }
  .primary-menu .sub-menu::after {
    top: 0;
    right: 0;
    left: auto;
  }
  .primary-menu .sub-menu a {
    display: block;
  }
  .primary-menu .sub-menu .icon-arrow-down {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-left: -5px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .primary-menu .sub-menu .menu-item {
    position: relative;
    left: 0;
    display: block;
    color: #fff;
    border-radius: 5px;
    padding: 0;
  }
  .primary-menu .sub-menu .menu-item a {
    padding: 20px 15px;
    color: black;
    font-size: 13px;
    line-height: 1.3;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
  }
  .primary-menu .sub-menu .menu-item a:hover, .primary-menu .sub-menu .menu-item a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .primary-menu .sub-menu .menu-item a:focus {
    color: black;
  }
  .primary-menu .sub-menu .menu-item .sub-menu {
    top: -999rem;
    left: -999rem;
  }
  .primary-menu .sub-menu .menu-item:hover > .sub-menu,
.primary-menu .sub-menu .menu-item.focus > .sub-menu {
    top: -1px;
    right: 100%;
    left: auto;
  }
}
@media screen and (max-width: 1164px) {
  .primary-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: linear-gradient(to bottom, #060708 0, #120d3d 50%);
    pointer-events: none;
    z-index: 9;
  }
}

@media screen and (max-width: 1164px) {
  .main-navigation.is-visible .primary-menu-wrapper {
    display: block;
  }

  .main-navigation.is-visible .primary-menu {
    display: block;
  }

  .main-navigation.is-visible .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0;
  }
  .main-navigation.is-visible .menu-item button,
.main-navigation.is-visible .menu-item a {
    color: white;
  }

  .main-navigation.is-visible .sub-menu .menu-item {
    border-bottom: 0;
    margin-bottom: 5px;
  }

  .submenu-item-content-rows {
    margin-bottom: 10px;
  }

  .main-navigation.is-visible .sub-menu {
    display: none;
  }

  .main-navigation.is-visible .sub-menu.is-visible {
    display: block;
  }
}
@media screen and (max-width: 1164px) {
  .primary-menu {
    pointer-events: all;
    background-color: transparent;
    margin-top: 71px;
    height: calc(100vh - 71px);
    justify-content: flex-start;
    padding: 20px;
    overflow-y: scroll;
  }
}

.primary-menu .icon-right-arrow {
  display: block;
}

@media (min-width: 74em) {
  .home .current-menu-item {
    display: none;
  }
}

.sub-menu-layout-1 .menu-order-3 {
  grid-column: 3;
  grid-row: 1/span 2;
}

.sub-menu-layout-1 .menu-order-4 {
  grid-column: 4;
  grid-row: 1/span 2;
}

.headroom {
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}

.headroom--pinned {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 66em) {
  .headroom--unpinned {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.site-header.is-dark .menu-item a,
.site-header.is-dark .menu-item button {
  color: white;
  cursor: pointer;
}

.sub-menu .content-wrapper-top {
  text-transform: none;
}

.content-wrapper-top .icon-chevron {
  fill: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 74em) {
  .content-wrapper-top .icon-chevron {
    display: none;
  }
}

.is-active .content-wrapper-top .icon-chevron {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.sub-menu .content-wrapper-top {
  display: flex;
  letter-spacing: 0;
  font-size: 16px;
}
.sub-menu .content-wrapper-top img {
  margin-right: 3px;
  margin-top: -2px;
  width: 20px;
  height: 20px;
}
@media (min-width: 66em) {
  .sub-menu .content-wrapper-top {
    margin-bottom: 8px;
  }
}

.sub-menu .description {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

button .content-wrapper-top {
  pointer-events: none;
}

.menu-item button {
  position: relative;
}

@media (min-width: 74em) {
  .menu-item button.is-active::after {
    content: "";
    background: -webkit-linear-gradient(left, #bd30f2 0%, #e311a8 50%);
    display: block;
    height: 2px;
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 74em) {
  .primary-menu .menu-item.menu-item--register a {
    background: black;
    border-radius: 30px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-item--login a {
    position: relative;
  }
  .menu-item--login a::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .primary-menu .menu-item.menu-item--login {
    padding-left: 15px;
  }
  .primary-menu .menu-item.menu-item--login a {
    padding-left: 35px;
  }
}
.menu-order-1 {
  order: 1;
}

.menu-order-2 {
  order: 2;
}

.menu-order-3 {
  order: 3;
}

.menu-order-4 {
  order: 4;
}

.menu-order-5 {
  order: 5;
}

.menu-order-6 {
  order: 6;
}

.menu-order-7 {
  order: 7;
}

.menu-order-8 {
  order: 8;
}

.sub-menu.sub-menu-layout-2 {
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sub-menu-layout-2 .menu-order-1 {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}

.sub-menu-layout-2 .menu-order-4 {
  grid-column: 5;
  grid-row: 1/span 2;
}

.sub-menu-layout-2 .menu-order-5 {
  grid-column: 6/span 2;
  grid-row: 1/span 2;
}

.sub-menu.sub-menu-layout-3 {
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sub-menu-layout-3 .menu-order-1 {
  grid-column: 1;
  grid-row: 1/span 2;
}

.sub-menu-layout-3 .menu-order-2 {
  grid-column: 2;
  grid-row: 1/span 2;
}

.sub-menu-layout-3 .menu-order-3 {
  grid-column: 3;
  grid-row: 1/span 2;
}

.sub-menu-layout-3 .menu-order-4 {
  grid-column: 4/span 2;
  grid-row: 1/span 2;
}

.sub-menu-layout-3 .menu-order-5 {
  grid-column: 6/span 2;
  grid-row: 1/span 2;
}

.submenu-item-content-rows ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.submenu-item-content-rows li {
  margin-top: 10px;
}

.primary-menu .menu-item .submenu-item-content-rows a {
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}

.primary-menu .sub-menu .menu-item a:focus {
  color: white !important;
}

.chevron-empty svg {
  fill: transparent;
}

.is-active .chevron-empty {
  display: inline-block;
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px);
}

.primary-menu .menu-item button {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 66em) {
  .chevron-empty {
    display: none !important;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (min-width: 66em) {
  .nav-links {
    margin-top: 100px;
    margin-bottom: 144px;
  }
}

.page-numbers.current {
  font-weight: 700;
}

.page-numbers {
  margin: 15px;
  font-size: 14px;
  font-weight: 500;
}

/* --------------------------------------------------------------
  * ## Header
  * -------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: white;
  padding: 25px 0;
}
@media (min-width: 66em) {
  .site-header {
    padding: 40px 0;
  }
}

.site-header .logo-white {
  display: none;
}

@media screen and (max-width: 1164px) {
  .site-header.is-dark-mobile .logo-regular {
    display: none;
  }

  .site-header.is-dark-mobile .logo-white {
    display: block;
  }
}
@media (min-width: 66em) {
  .site-header.is-dark {
    background-color: #060708;
  }

  .site-header.is-dark .logo-regular {
    display: none;
  }

  .site-header.is-dark .logo-white {
    display: block;
  }
}
.site-branding {
  position: relative;
  z-index: 10;
}

.site-title a:focus {
  display: inline-block;
}

.logo-regular img,
.logo-white img {
  max-width: 125px;
}
@media (min-width: 66em) {
  .logo-regular img,
.logo-white img {
    max-width: initial;
  }
}

/* --------------------------------------------------------------
  * ## Footer
  * -------------------------------------------------------------- */
.site-footer {
  position: relative;
  z-index: 2;
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
  color: #fff;
}
.site-footer p,
.site-footer li,
.site-footer a {
  color: #fff;
}
.site-footer__lower .site-legal ul:not(.legal-menu) {
  display: inline;
}
.site-footer__lower .site-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__lower .site-legal ul li {
  font-size: 13px;
}
@media (min-width: 66em) {
  .site-footer__lower .site-legal ul li {
    display: inline-block;
    padding-right: 10px;
  }
  .site-footer__lower .site-legal ul li a {
    text-decoration: none;
  }
  .site-footer__lower .site-legal ul li a:hover {
    text-decoration: underline;
  }
}
.site-footer__lower .footer-menu-wrapper {
  display: inline-block;
}
.site-footer__middle {
  padding-top: 80px;
  padding-bottom: 80px;
}
.site-footer__lower {
  padding-bottom: 25px;
}
.site-footer__lower > .grid__cell {
  border-top: 1px solid rgba(170, 153, 170, 0.6);
  padding-top: 25px;
}
.site-footer .site-branding {
  width: auto;
}
.site-footer .site-branding svg {
  width: 171px;
  height: 31px;
}
@media (min-width: 66em) {
  .site-footer .site-info {
    text-align: right;
  }
}
.site-footer .site-info ul {
  margin: 0;
  padding: 0;
}
.site-footer .site-info ul li {
  display: inline-block;
  margin-left: 0.5rem;
}
.site-footer .site-info ul li a {
  color: transparent;
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  width: 20px;
  background-size: contain;
  margin-right: 0.5rem;
  background-position: center;
  overflow: hidden;
}
.site-footer .site-info ul li a.site-info__social-item--twitter {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-twitter.svg");
}
.site-footer .site-info ul li a.site-info__social-item--linkedin {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-linkedin.svg");
}
.site-footer .site-info ul li a.site-info__social-item--youtube {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-youtube.svg");
}
.site-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 15px;
}
@media (min-width: 66em) {
  .site-footer .footer-menu > li {
    width: 24%;
  }
}
.site-footer .footer-menu > li > a,
.site-footer .footer-menu > li span {
  font-weight: bold;
  font-size: 14px;
}
.site-footer .footer-menu > li ul li {
  margin-top: 10px;
}
.site-footer .footer-menu > li a,
.site-footer .footer-menu > li span {
  text-decoration: none;
  font-size: 13px;
}
.site-footer .footer-menu > li a:hover,
.site-footer .footer-menu > li span:hover {
  text-decoration: underline;
}
.site-footer .footer-menu > li span {
  font-weight: 700;
}
.site-footer .footer-secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-secondary-menu li {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.site-footer .footer-secondary-menu li a {
  font-size: 11px;
  text-decoration: none;
}

.footer-menu li span {
  font-weight: 700;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.grid__container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.grid__cell {
  grid-column: span 12/span 12;
}

.grid__cell--1 {
  grid-column: span 1/span 1;
}

.grid__cell--2 {
  grid-column: span 2/span 2;
}

.grid__cell--3 {
  grid-column: span 3/span 3;
}

.grid__cell--4 {
  grid-column: span 4/span 4;
}

.grid__cell--5 {
  grid-column: span 5/span 5;
}

.grid__cell--6 {
  grid-column: span 6/span 6;
}

.grid__cell--7 {
  grid-column: span 7/span 7;
}

.grid__cell--8 {
  grid-column: span 8/span 8;
}

.grid__cell--9 {
  grid-column: span 9/span 9;
}

.grid__cell--10 {
  grid-column: span 10/span 10;
}

.grid__cell--11 {
  grid-column: span 11/span 11;
}

.grid__cell--12 {
  grid-column: span 12/span 12;
}

@media (min-width: 66em) {
  .grid__cell--1\@medium {
    grid-column: span 1/span 1;
  }

  .grid__cell--2\@medium {
    grid-column: span 2/span 2;
  }

  .grid__cell--3\@medium {
    grid-column: span 3/span 3;
  }

  .grid__cell--4\@medium {
    grid-column: span 4/span 4;
  }

  .grid__cell--5\@medium {
    grid-column: span 5/span 5;
  }

  .grid__cell--6\@medium {
    grid-column: span 6/span 6;
  }

  .grid__cell--7\@medium {
    grid-column: span 7/span 7;
  }

  .grid__cell--8\@medium {
    grid-column: span 8/span 8;
  }

  .grid__cell--9\@medium {
    grid-column: span 9/span 9;
  }

  .grid__cell--10\@medium {
    grid-column: span 10/span 10;
  }

  .grid__cell--11\@medium {
    grid-column: span 11/span 11;
  }

  .grid__cell--12\@medium {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 74em) {
  .grid__cell--1\@large {
    grid-column: span 1/span 1;
  }

  .grid__cell--2\@large {
    grid-column: span 2/span 2;
  }

  .grid__cell--3\@large {
    grid-column: span 3/span 3;
  }

  .grid__cell--4\@large {
    grid-column: span 4/span 4;
  }

  .grid__cell--5\@large {
    grid-column: span 5/span 5;
  }

  .grid__cell--6\@large {
    grid-column: span 6/span 6;
  }

  .grid__cell--7\@large {
    grid-column: span 7/span 7;
  }

  .grid__cell--8\@large {
    grid-column: span 8/span 8;
  }

  .grid__cell--9\@large {
    grid-column: span 9/span 9;
  }

  .grid__cell--10\@large {
    grid-column: span 10/span 10;
  }

  .grid__cell--11\@large {
    grid-column: span 11/span 11;
  }

  .grid__cell--12\@large {
    grid-column: span 12/span 12;
  }
}
.grid__cell--end {
  grid-column-end: -1;
}

.grid__cell--start-1 {
  grid-column-start: 1;
}

.grid__cell--end-1 {
  grid-column-end: 1;
}

.grid__cell--start-2 {
  grid-column-start: 2;
}

.grid__cell--end-2 {
  grid-column-end: 2;
}

.grid__cell--start-3 {
  grid-column-start: 3;
}

.grid__cell--end-3 {
  grid-column-end: 3;
}

.grid__cell--start-4 {
  grid-column-start: 4;
}

.grid__cell--end-4 {
  grid-column-end: 4;
}

.grid__cell--start-5 {
  grid-column-start: 5;
}

.grid__cell--end-5 {
  grid-column-end: 5;
}

.grid__cell--start-6 {
  grid-column-start: 6;
}

.grid__cell--end-6 {
  grid-column-end: 6;
}

.grid__cell--start-7 {
  grid-column-start: 7;
}

.grid__cell--end-7 {
  grid-column-end: 7;
}

.grid__cell--start-8 {
  grid-column-start: 8;
}

.grid__cell--end-8 {
  grid-column-end: 8;
}

.grid__cell--start-9 {
  grid-column-start: 9;
}

.grid__cell--end-9 {
  grid-column-end: 9;
}

.grid__cell--start-10 {
  grid-column-start: 10;
}

.grid__cell--end-10 {
  grid-column-end: 10;
}

.grid__cell--start-11 {
  grid-column-start: 11;
}

.grid__cell--end-11 {
  grid-column-end: 11;
}

.grid__cell--start-12 {
  grid-column-start: 12;
}

.grid__cell--end-12 {
  grid-column-end: 12;
}

@media (min-width: 66em) {
  .grid__cell--end\@medium {
    grid-column-end: -1;
  }

  .grid__cell--start-1\@medium {
    grid-column-start: 1;
  }

  .grid__cell--end-1\@medium {
    grid-column-end: 1;
  }

  .grid__cell--start-2\@medium {
    grid-column-start: 2;
  }

  .grid__cell--end-2\@medium {
    grid-column-end: 2;
  }

  .grid__cell--start-3\@medium {
    grid-column-start: 3;
  }

  .grid__cell--end-3\@medium {
    grid-column-end: 3;
  }

  .grid__cell--start-4\@medium {
    grid-column-start: 4;
  }

  .grid__cell--end-4\@medium {
    grid-column-end: 4;
  }

  .grid__cell--start-5\@medium {
    grid-column-start: 5;
  }

  .grid__cell--end-5\@medium {
    grid-column-end: 5;
  }

  .grid__cell--start-6\@medium {
    grid-column-start: 6;
  }

  .grid__cell--end-6\@medium {
    grid-column-end: 6;
  }

  .grid__cell--start-7\@medium {
    grid-column-start: 7;
  }

  .grid__cell--end-7\@medium {
    grid-column-end: 7;
  }

  .grid__cell--start-8\@medium {
    grid-column-start: 8;
  }

  .grid__cell--end-8\@medium {
    grid-column-end: 8;
  }

  .grid__cell--start-9\@medium {
    grid-column-start: 9;
  }

  .grid__cell--end-9\@medium {
    grid-column-end: 9;
  }

  .grid__cell--start-10\@medium {
    grid-column-start: 10;
  }

  .grid__cell--end-10\@medium {
    grid-column-end: 10;
  }

  .grid__cell--start-11\@medium {
    grid-column-start: 11;
  }

  .grid__cell--end-11\@medium {
    grid-column-end: 11;
  }

  .grid__cell--start-12\@medium {
    grid-column-start: 12;
  }

  .grid__cell--end-12\@medium {
    grid-column-end: 12;
  }
}
@media (min-width: 74em) {
  .grid__cell--end\@large {
    grid-column-end: -1;
  }

  .grid__cell--start-1\@large {
    grid-column-start: 1;
  }

  .grid__cell--end-1\@large {
    grid-column-end: 1;
  }

  .grid__cell--start-2\@large {
    grid-column-start: 2;
  }

  .grid__cell--end-2\@large {
    grid-column-end: 2;
  }

  .grid__cell--start-3\@large {
    grid-column-start: 3;
  }

  .grid__cell--end-3\@large {
    grid-column-end: 3;
  }

  .grid__cell--start-4\@large {
    grid-column-start: 4;
  }

  .grid__cell--end-4\@large {
    grid-column-end: 4;
  }

  .grid__cell--start-5\@large {
    grid-column-start: 5;
  }

  .grid__cell--end-5\@large {
    grid-column-end: 5;
  }

  .grid__cell--start-6\@large {
    grid-column-start: 6;
  }

  .grid__cell--end-6\@large {
    grid-column-end: 6;
  }

  .grid__cell--start-7\@large {
    grid-column-start: 7;
  }

  .grid__cell--end-7\@large {
    grid-column-end: 7;
  }

  .grid__cell--start-8\@large {
    grid-column-start: 8;
  }

  .grid__cell--end-8\@large {
    grid-column-end: 8;
  }

  .grid__cell--start-9\@large {
    grid-column-start: 9;
  }

  .grid__cell--end-9\@large {
    grid-column-end: 9;
  }

  .grid__cell--start-10\@large {
    grid-column-start: 10;
  }

  .grid__cell--end-10\@large {
    grid-column-end: 10;
  }

  .grid__cell--start-11\@large {
    grid-column-start: 11;
  }

  .grid__cell--end-11\@large {
    grid-column-end: 11;
  }

  .grid__cell--start-12\@large {
    grid-column-start: 12;
  }

  .grid__cell--end-12\@large {
    grid-column-end: 12;
  }
}
.grid--gap {
  grid-gap: 1rem;
}

.grid--gap-medium {
  grid-gap: 20px;
}

@media (min-width: 66em) {
  .grid--gap-medium\@medium {
    grid-gap: 20px;
  }
}
@media (min-width: 74em) {
  .grid--gap-medium\@large {
    grid-gap: 20px;
  }
}
.container,
.grid__container {
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 66em) {
  .container,
.grid__container {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 74em) {
  .container,
.grid__container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.container,
.grid__container {
  max-width: 1440px;
}

.grid__container--full {
  max-width: 100%;
}

.grid__container .grid__container {
  padding-left: 0;
  padding-right: 0;
}

.test {
  position: relative;
  margin-top: 0;
}

/* --------------------------------------------------------------
 * # Templates
 * -------------------------------------------------------------- */
/* --------------------------------------------------------------
  * ## Posts and pages
  * -------------------------------------------------------------- */
.sticky-post-wrapper {
  background-color: #060708;
  padding: 30px 20px;
  border-radius: 40px;
  color: white;
  margin-bottom: 50px;
}
@media (min-width: 66em) {
  .sticky-post-wrapper {
    margin-bottom: 100px;
    padding: 120px 105px;
  }
}

.sticky__content-outer {
  display: flex;
  align-items: center;
}

.sticky__content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sticky__blog-title {
  margin-top: 0;
}

.blog-intro {
  padding: 60px 0;
}
@media (min-width: 66em) {
  .blog-intro {
    padding: 120px 0;
  }
}

.blog-intro__heading {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 66em) {
  .blog-intro__heading {
    font-size: 48px;
  }
}

.blog-intro__subheading {
  font-size: 32px;
  margin-bottom: 70px;
  font-weight: 500;
  padding-top: 60px;
}
@media (min-width: 66em) {
  .blog-intro__subheading {
    padding-top: 30px;
    padding-top: 110px;
    font-size: 48px;
  }
}

.blog-intro__subheading--smaller {
  font-size: 24px;
  margin-bottom: 50px;
}
@media (min-width: 66em) {
  .blog-intro__subheading--smaller {
    font-size: 30px;
    margin-bottom: 70px;
  }
}

.blog .category-white-papers {
  margin-bottom: 100px;
}

.single-aside__tags ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.single-aside__tags ul li {
  padding: 0.5rem 1rem;
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.single-aside__tags ul li a {
  color: #fff;
  text-decoration: none;
}

.single-aside__share-wrap {
  background: rgb(6, 7, 8);
  background: linear-gradient(180deg, rgb(6, 7, 8) 0%, rgb(18, 13, 61) 100%);
  padding: 2rem;
  border-radius: 25px;
}
.single-aside__share-wrap p {
  color: #fff;
  margin-bottom: 8px;
}
.single-aside__share-wrap ul {
  margin: 0;
  padding: 0;
}
.single-aside__share-wrap ul li {
  display: inline-block;
}
.single-aside__share-wrap ul li a {
  color: #fff;
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  width: 24px;
  background-size: contain;
  margin-right: 0.5rem;
  background-position: center;
}
.single-aside__share-wrap ul li a.single-aside__share-item--twitter {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-twitter.svg");
}
.single-aside__share-wrap ul li a.single-aside__share-item--linkedin {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-linkedin.svg");
}
.single-aside__share-wrap ul li a.single-aside__share-item--facebook {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-facebook.svg");
}
.single-aside__share-wrap ul li a.single-aside__share-item--mail {
  background-image: url("/wp-content/themes/healthcode/assets/images/social-mail.svg");
}

.text-block h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 35px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (min-width: 66em) {
  .text-block h1 {
    font-size: 48px;
  }
}

.single-hero__image img {
  border-radius: 5px;
}

.grid--gap-index-page {
  grid-gap: 80px 0;
}
@media (min-width: 66em) {
  .grid--gap-index-page {
    grid-gap: 80px 20px;
  }
}

.grid--gap-testimonials {
  grid-gap: 30px 0;
}
@media (min-width: 66em) {
  .grid--gap-testimonials {
    grid-gap: 80px 20px;
  }
}

.home-hero {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 66em) {
  .home-hero {
    padding-top: 100px;
    min-height: calc(100vh - 200px);
    position: relative;
  }
}

.home-hero__headline {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media (min-width: 66em) {
  .home-hero__headline {
    font-size: 62px;
    margin-bottom: 50px;
    text-align: left;
  }
}

.home-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 66em) {
  .home-hero__list {
    flex-direction: row;
    justify-content: left;
  }
}

.home-hero__list-item {
  margin-bottom: 15px;
}
@media (min-width: 66em) {
  .home-hero__list-item {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 66em) {
  .home-hero__description {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.home-hero__description p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 500px;
}
@media (min-width: 66em) {
  .home-hero__description p {
    font-size: 22px;
  }
}

.scroll-indicator {
  position: relative;
  margin-left: 50%;
}
@media (min-width: 66em) {
  .scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-template-search-results .article {
  margin-bottom: 60px;
}

.page-template-search-results h1 {
  font-size: 42px;
  font-weight: 500;
}

.single-help_and_support .hero > .grid__container {
  align-items: flex-end;
}

/* --------------------------------------------------------------
 * # Utils
 * -------------------------------------------------------------- */
@media (min-width: 66em) {
  .u-hidden-desktop {
    display: none;
  }
}

.u-hidden-mobile {
  display: none;
}
@media (min-width: 66em) {
  .u-hidden-mobile {
    display: block;
  }
}

/* --------------------------------------------------------------
 * # Shame
 * -------------------------------------------------------------- */
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0 !important;
}

.textarea {
  resize: none !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: -35px !important;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container_textarea textarea:focus,
.gform_button.button:focus {
  outline: 3px solid #36dbff;
  box-shadow: 0px 0px 0px 4px #083d48;
  text-decoration: none;
  outline-offset: 2px;
}

.compatible-software table td.table-cell-color-yellow {
  background-color: yellow;
}

.compatible-software table td.table-cell-color-orange {
  background-color: orange;
}

.compatible-software img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.table-filters button.is-active {
  background-color: pink;
}

.filterable-table tr.is-hidden {
  display: none;
}

.filters-wrap {
  display: flex;
  align-items: center;
}

.filters-wrap p {
  font-weight: 700;
  font-size: 18px;
  margin-top: -2px;
  margin-bottom: 0;
  margin-right: 30px;
}

.table-filters {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.table-filters li {
  margin-right: 10px;
}

.table-filters button {
  padding: 14px 24px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  background-color: #e9e9e9;
  border: 0;
  cursor: pointer;
}

.table-filters button.is-active {
  background: linear-gradient(180deg, #060708 0%, #120d3d 79.5%);
  color: white;
}

.service-keys {
  margin-top: 30px;
  margin-bottom: 60px;
}

.service-keys p {
  font-weight: 700;
  font-size: 18px;
  margin-top: -2px;
  margin-bottom: 0;
  margin-right: 30px;
  margin-bottom: 20px;
}

.service-keys-color {
  display: block;
  width: 50px;
  height: 20px;
  background-color: grey;
}

.service-keys-color--orange {
  background-color: orange;
}

.service-keys-color--yellow {
  background-color: yellow;
}

.service-keys-icon {
  display: block;
  width: 50px;
  height: 20px;
  text-align: right;
}

.service-keys-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.service-keys-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.service-keys-list li span {
  margin-right: 10px;
}

.button-theme--orange .button {
  position: relative;
  border: 1px solid #ea1b1b;
  background: transparent;
  color: black;
  font-weight: 500;
}
.button-theme--orange .button:hover {
  background: linear-gradient(96.71deg, rgba(234, 27, 27, 0.1) 48.19%, rgba(255, 150, 38, 0.1) 86.78%);
}

.button-theme--green .button {
  position: relative;
  border: 1px solid #6bf093;
  background: transparent;
  color: black;
  font-weight: 500;
}
.button-theme--green .button:hover {
  background: linear-gradient(96.21deg, rgba(107, 240, 147, 0.1) -18.04%, rgba(0, 201, 140, 0.1) 82.39%);
}

.button-theme--pink .button {
  position: relative;
  border: 1px solid #bd30f2;
  background: transparent;
  color: black;
  font-weight: 500;
}
.button-theme--pink .button:hover {
  background: linear-gradient(96.61deg, rgba(189, 48, 242, 0.1) 17.99%, rgba(227, 17, 168, 0.1) 82.38%);
}

.button-theme--blue .button {
  position: relative;
  border: 1px solid #7adbed;
  background: transparent;
  color: black;
  font-weight: 500;
}
.button-theme--blue .button:hover {
  background: linear-gradient(96.18deg, rgba(122, 219, 237, 0.1) -6.32%, rgba(122, 140, 237, 0.1) 53.46%);
}

.button-theme--blue .theme-dark .button,
.button-theme--pink .theme-dark .button,
.button-theme--orange .theme-dark .button,
.button-theme--green .theme-dark .button {
  background: white;
  border: none !important;
}
.button-theme--blue .theme-dark .button:hover,
.button-theme--pink .theme-dark .button:hover,
.button-theme--orange .theme-dark .button:hover,
.button-theme--green .theme-dark .button:hover {
  opacity: 0.8;
}

.table-logo {
  max-width: 150px;
}

/* --------------------------------------------------------------
  * # Print
  * -------------------------------------------------------------- */
/* stylelint-disable */
@media print {
  *::before, *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  [href]::after {
    content: " (' attr(href) ')";
  }

  [title]::after {
    content: " (' attr(title) ')";
  }

  [href^="#"]::after,
[href^="javascript:"]::after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #535353;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* stylelint-enable */