*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Source Sans Pro, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  a.wf-button,
  button.wf-button {
    display: inline-block;
    background-color: #005578;
    border-color: #005578;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration-line: none;
    transition: all 0.2s ease-in-out;
  }
  a.wf-button--primary,
  button.wf-button--primary {
    background-color: #005578;
    border-color: #005578;
    color: #fff;
  }
  a.wf-button--primary:hover,
  a.wf-button--primary:focus,
  button.wf-button--primary:hover,
  button.wf-button--primary:focus {
    background-color: #fff;
    border-color: #005578;
    color: #005578;
  }

  @media (min-width: 1024px) {

  .wf-page-document {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, 1);
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity, 1));
  }
}
  .wf-page-body {
  --tw-text-opacity: 1;
  color: rgba(60, 72, 88, 1);
  color: rgba(60, 72, 88, var(--tw-text-opacity, 1));
}
  @media (min-width: 768px) {

  .wf-page-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
  @media (min-width: 1024px) {

  .wf-page-body {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, 1);
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity, 1));
  }
}
  .wf-page-body {

    /* @screen lg {*/
    /*   padding-left: 1.5rem;*/
    /*   padding-right: 1.5rem;*/
    /* }*/
  }

  @media (min-width: 1024px) {
    .wf-page-body {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  .wf-page-header {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
  @media (min-width: 1024px) {
    .wf-page-header {
      width: 30rem;
    }
  }

  .wf-page-fake-aside {
  display: none;
}

  @media (min-width: 1880px) {

  .wf-page-fake-aside {
    display: block;
  }
}

  .wf-page-fake-aside {

    /* @screen 3xl {*/
    /*   width: 30rem;*/
    /* }*/
  }
  @media (min-width: 1880px) {
    .wf-page-fake-aside {
      width: 30rem;
    }
  }

  .wf-page-main {
  width: 100%;
  max-width: 1280px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

  @media (min-width: 1024px) {

  .wf-page-main {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
}

  .wf-page-main {
    /* @screen lg {*/
    /*   width: calc(100% - 30rem);*/
    /* }*/
    /* @screen 3xl {*/
    /*   width: calc(100% - 60rem);*/
    /* };;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/
  }

  @media (min-width: 1024px) {
    .wf-page-main {
      width: calc(100% - 30rem);
    }
  }
  @media (min-width: 1880px) {
    .wf-page-main {
      width: calc(100% - 30rem);
    }
  }

  .wf-page-footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 45, 61, 1);
  background-color: rgba(31, 45, 61, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(249, 250, 252, 1);
  color: rgba(249, 250, 252, var(--tw-text-opacity, 1));
    /* @screen lg {*/
    /*   width: calc(100% + 3rem);*/
    /*   margin-left: -1.5rem;*/
    /*   margin-right: -1.5rem;*/
    /*   padding-left: 1.5rem !important;*/
    /*   padding-right: 1.5rem !important;*/
    /* }*/
}
  @media (min-width: 1024px) {
    .wf-page-footer {
      width: calc(100% + 3rem);
      flex-basis: calc(100% + 3rem);
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
  }

  .wf-page-footer__inner {
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  max-width: 1024px;
}

  @media (min-width: 1024px) {

  .wf-page-footer__inner {
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
  }
}

  .wf-page-footer__inner {
    /* @screen lg {*/
    /*   max-width: 1580px;*/
    /* }*/
    /* @apply 3xl:max-w-screen-xl;*/
  }
  @media (min-width: 1024px) {
    .wf-page-footer__inner {
      max-width: 1580px;
    }
  }
  @media (min-width: 1880px) {
    .wf-page-footer__inner {
    max-width: 1280px;
  }
  }

  .wf-header__nav-items-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 45, 61, 1);
  background-color: rgba(31, 45, 61, var(--tw-bg-opacity, 1));
  padding-right: 1.25rem;
}

  @media (min-width: 1024px) {

  .wf-header__nav-items-wrapper {
    background-color: transparent;
    padding-right: 0px;
  }
}
  .wf-header__nav-items-wrapper {
  position: fixed;
  left: -100%;
  right: 100%;
  top: 0px;
  bottom: 0px;
  z-index: 20;
}
  @media (min-width: 1024px) {

  .wf-header__nav-items-wrapper {
    position: static;
    left: 0px;
    right: 0px;
  }
}
  .wf-header__nav-items-wrapper {
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    /* @screen lg {*/
    /*   transition: none;*/
    /* }*/
  }
  @media (min-width: 1024px) {
    .wf-header__nav-items-wrapper {
      transition: none;
    }
  }

  .wf-header__nav-items-wrapper[aria-hidden="false"] {
  left: 0px;
  right: 0px;
}

  .wf-header__nav-items-wrapper > ul {
    width: 35rem;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  @media (min-width: 1024px) {

  .wf-header__nav-items-wrapper > ul {
    width: auto;
  }
}

  .wf-header__nav-button svg {
    width: 3rem;
    height: 3rem;
  }

  .wf-header__nav-button {
  padding: 0.75rem;
}

  @media (min-width: 1024px) {

  .wf-header__nav-button {
    display: none;
  }
}
  .wf-header__nav-button[data-action="open-header-nav"] {
  padding-left: 0px;
}
  .wf-header__nav-button[data-action="close-header-nav"] {
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgba(241, 245, 248, 1);
  color: rgba(241, 245, 248, var(--tw-text-opacity, 1));
  position: absolute;
  right: 0px;
  top: 0px;
}

  .wf-header__nav-item {
  border-left-width: 4px;
  border-style: solid;
  border-color: transparent;
}

  .wf-header__nav-item--ative {
  --tw-border-opacity: 1;
  border-color: rgba(60, 181, 164, 1);
  border-color: rgba(60, 181, 164, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 248, 1);
  background-color: rgba(241, 245, 248, var(--tw-bg-opacity, 1));
}

  @media (min-width: 1024px) {

  .wf-header__nav-item--ative {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  }
}

  .wf-header__nav-item-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 1.25rem;
  font-size: 1.8rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(60, 72, 88, 1);
  color: rgba(60, 72, 88, var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

  .wf-header__nav-item-link:hover {
  text-decoration-line: underline;
}

  .wf-header__nav-item-link--active {
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

  .wf-header__nav-item-link--active {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(60, 72, 88, 1);
    color: rgba(60, 72, 88, var(--tw-text-opacity, 1));
  }
}

  .wf-content-px-default {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

  @media (min-width: 1024px) {

  .wf-content-px-default {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
  .wf-content-px-default .wf-alignfull {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
  @media (min-width: 1024px) {

  .wf-content-px-default .wf-alignfull {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
  ul.wf-list-default,
  ol.wf-list-default {
  padding-left: 4rem;
}
  ul.wf-list-default {
  list-style-type: disc;
}
  ol.wf-list-default {
  list-style-type: decimal;
}

  main h1:not(.does-not-exist) + p, main h2:not(.does-not-exist) + p, main h3:not(.does-not-exist) + p, main h4:not(.does-not-exist) + p, main h5:not(.does-not-exist) + p, main h6:not(.does-not-exist) + p, main .h1 + p, main .h2 + p, main .h3 + p, main .h4 + p, main .h5 + p, main .h6 + p, main ol + p, main ul + p, main ol + ol, main ol + ul, main ul + ol, main ul + ul, main p + p, main p + ol, main p + ul, main h1:not(.does-not-exist) + ol, main h1:not(.does-not-exist) + ul, main h2:not(.does-not-exist) + ol, main h2:not(.does-not-exist) + ul, main h3:not(.does-not-exist) + ol, main h3:not(.does-not-exist) + ul, main h4:not(.does-not-exist) + ol, main h4:not(.does-not-exist) + ul, main h5:not(.does-not-exist) + ol, main h5:not(.does-not-exist) + ul, main h6:not(.does-not-exist) + ol, main h6:not(.does-not-exist) + ul, main .h1 + ol, main .h1 + ul, main .h2 + ol, main .h2 + ul, main .h3 + ol, main .h3 + ul, main .h4 + ol, main .h4 + ul, main .h5 + ol, main .h5 + ul, main .h6 + ol, main .h6 + ul, main h1:not(.does-not-exist) + table, main h2:not(.does-not-exist) + table, main h3:not(.does-not-exist) + table, main h4:not(.does-not-exist) + table, main h5:not(.does-not-exist) + table, main h6:not(.does-not-exist) + table, main .h1 + table, main .h2 + table, main .h3 + table, main .h4 + table, main .h5 + table, main .h6 + table, main ol + table, main ul + table, main p + table, main h1:not(.does-not-exist) + details, main h2:not(.does-not-exist) + details, main h3:not(.does-not-exist) + details, main h4:not(.does-not-exist) + details, main h5:not(.does-not-exist) + details, main h6:not(.does-not-exist) + details, main .h1 + details, main .h2 + details, main .h3 + details, main .h4 + details, main .h5 + details, main .h6 + details, main ol + details, main ul + details, main p + details, main details + details, main details + h1:not(.does-not-exist), main details + h2:not(.does-not-exist), main details + h3:not(.does-not-exist), main details + h4:not(.does-not-exist), main details + h5:not(.does-not-exist), main details + h6:not(.does-not-exist), main details + .h1, main details + .h2, main details + .h3, main details + .h4, main details + .h5, main details + .h6, main details + ol, main details + ul, main details + p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

  h1,
  .h1 {
  margin-top: 6rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

  h1,
  .h1 {
    font-size: 4.5rem;
  }
}

  h2,
  .h2 {
  margin-top: 5rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

  h2,
  .h2 {
    font-size: 3.5rem;
  }
}

  h3,
  .h3 {
  margin-top: 4rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

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

  h4,
  .h4 {
  margin-top: 3.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

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

  h5,
  .h5 {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

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

  h6,
  .h6 {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.-m-6 {
  margin: -1.5rem;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-4\/5 {
  width: 80%;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[25px\] {
  max-width: 25px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[358px\] {
  max-width: 358px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), -100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(0);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgba(192, 204, 218, 1);
  border-color: rgba(192, 204, 218, var(--tw-border-opacity, 1));
}
.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgba(60, 72, 88, 1);
  border-color: rgba(60, 72, 88, var(--tw-border-opacity, 1));
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 248, 1);
  border-color: rgba(241, 245, 248, var(--tw-border-opacity, 1));
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(60, 181, 164, 1);
  border-color: rgba(60, 181, 164, var(--tw-border-opacity, 1));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 204, 218, 1);
  background-color: rgba(192, 204, 218, var(--tw-bg-opacity, 1));
}
.bg-gray-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 45, 61, 1);
  background-color: rgba(31, 45, 61, var(--tw-bg-opacity, 1));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 248, 1);
  background-color: rgba(241, 245, 248, var(--tw-bg-opacity, 1));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 181, 164, 1);
  background-color: rgba(60, 181, 164, var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.65rem\] {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Source Sans Pro, sans-serif;
}
.text-base {
  font-size: 1.8rem;
}
.text-lg {
  font-size: 2rem;
}
.text-sm {
  font-size: 1.5rem;
}
.text-xl {
  font-size: 2.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgba(60, 72, 88, 1);
  color: rgba(60, 72, 88, var(--tw-text-opacity, 1));
}
.text-gray-darkest {
  --tw-text-opacity: 1;
  color: rgba(31, 45, 61, 1);
  color: rgba(31, 45, 61, var(--tw-text-opacity, 1));
}
.text-gray-lightest {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 252, 1);
  color: rgba(249, 250, 252, var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* @import "./variables/custom-media.scss";*/
/* @import "./variables/custom-selector.scss";*/
/* @import "./variables/css-properties";*/
.wf-header__nav-items-wrapper[aria-hidden="false"] {
  left: 0;
  right: 0;
}
.wf-list--icon-check,
.wf-list--icon-check > li {
  list-style: none;
}
.wf-list--icon-check > li {
  list-style-type: "✓ ";
}
/* aaux pro black - latin */
@font-face {
  font-family: "Aaux ProBlack";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/aaux-problack.woff2") format("woff2");
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/source-sans-pro-v14-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v14-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v14-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/source-sans-pro-v14-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/source-sans-pro-v14-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v14-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v14-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/source-sans-pro-v14-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  height: auto;
}
figure {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  word-wrap: break-word;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: white;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font: normal 400 1.8rem/1.6 "Roboto", Arial, sans-serif;
  font-family: Source Sans Pro, sans-serif;
}
@media (min-width: 768px) {
  main {
    width: calc(100% - 30rem);
  }
  footer {
    flex-basis: 100%;
  }
}
body > main {
  max-width: 130rem;
}
button {
  background-color: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
button:not([disabled]) {
  cursor: pointer;
}
button:hover,button:focus {
  background-color: var(--color-gray-interaction-bg);
}
p {
}
a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
main a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
/* @import "./partials/helpers.scss";*/
/* @import "../../_includes/components/Container/style.scss";*/
/* @import "../../_includes/components/Columns/style.scss";*/
/* @import "../../_includes/components/Column/style.scss";*/
/* @import "../../_includes/components/Image/style.scss";*/
/* @import "../../_includes/components/IconSVG/Icon.scss";*/
/* @import "../../_includes/components/IconList/style.scss";*/
/* @import "../../_includes/components/LinkIcon/style.scss";*/
/* @import "../../_includes/components/LinkButton/style.scss";*/
/* @import "../../_includes/components/Accordion/style.scss";*/
:--tags {
  color: red;
}
.v-product-card {
}
.compat__apspect-ratio-16_9 {
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
  --tw-aspect-h: 9;
}
.compat__apspect-ratio-16_9 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.compat__apspect-ratio-800_667 {
  position: relative;
  padding-bottom: calc(667 / 800 * 100%);
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 800;
  --tw-aspect-h: 667;
}
.compat__apspect-ratio-800_667 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hover\:bg-gray-lightest:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, 1);
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), 3rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
