img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }[consent-id]:not(.rcb-content-blocker):not([consent-transaction-complete]):not([consent-visual-use-parent^="children:"]):not([consent-confirm]){opacity:0!important;}
.rcb-content-blocker+.rcb-content-blocker-children-fallback~*{display:none!important;}/*!
Theme Name: The Sceleton theme
Theme URI: https://www.tigerton.se
Author: Jonathan de Jong @ Tigerton
Author URI: https://www.tigerton.se
Description: "bony framework of the body", a theme for quick and modern development with Tigerton!
Text Domain: sceleton
Version: 2.0
*/
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/**
 * Let's clear some floats
 */
.clearfix:after, .wrapper:after, .inner-wrapper:after, .mid-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/**
 * Accessibility
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  float: left;
}

/**
 * WordPress specific css
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
  height: auto;
}

.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}

.alignleft,
.left {
  float: left;
}

.alignright,
.right {
  float: right;
}

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

/**
 * Responsive image hack
 */
img {
  max-width: 100%;
  height: auto;
}

/**
 * Media query mixin.
 */
/* Smooth transition */
/* Columns for sections */
/**
 * Breakpoints
 */
/**
 * Our Grid system using Flexbox.
 * Based on: https://philipwalton.github.io/solved-by-flexbox/demos/grids/
 * Codebase: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/grid.css
 */
.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-item {
  flex: 1;
}

.grid--flexcells > .grid-item {
  display: flex;
}

.grid--top {
  align-items: flex-start;
}

.grid--bottom {
  align-items: flex-end;
}

.grid--center {
  align-items: center;
}

.grid--justify-center {
  justify-content: center;
}

.grid-item--top {
  align-self: flex-start;
}

.grid-item--bottom {
  align-self: flex-end;
}

.grid-item--center {
  align-self: center;
}

.grid-item--auto-size {
  flex: none;
}

.grid--fit > .grid-item {
  flex: 1;
}

.grid--full > .grid-item {
  flex: 0 0 100%;
}

.grid--1of2 > .grid-item {
  flex: 0 0 50%;
}

.grid--1of3 > .grid-item {
  flex: 0 0 33.3333%;
}

.grid--1of4 > .grid-item {
  flex: 0 0 25%;
}

/**/
/**
 * Grid
 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row__gutters {
  margin-left: -25px;
  margin-right: -25px;
}
.row__gutters > .col {
  padding-left: 25px;
  padding-right: 25px;
}
.row__gutters--sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row__gutters--sm > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.row__gutters--lg {
  margin-left: -35px;
  margin-right: -35px;
}
.row__gutters--lg > .col {
  padding-left: 35px;
  padding-right: 35px;
}

.hide {
  display: none;
}
@media (max-width: 1399px) {
  .hide-xl {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hide-lg {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
@media (max-width: 479px) {
  .hide-xs {
    display: none;
  }
}

.show {
  display: block;
}
@media (max-width: 1399px) {
  .show-xl {
    display: block;
  }
}
@media (max-width: 1199px) {
  .show-lg {
    display: block;
  }
}
@media (max-width: 1023px) {
  .show-md {
    display: block;
  }
}
@media (max-width: 767px) {
  .show-sm {
    display: block;
  }
}
@media (max-width: 479px) {
  .show-xs {
    display: block;
  }
}

/* columns */
.col {
  margin-bottom: 1.5rem;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

/* columns responsive */
@media (max-width: 1399px) {
  .col--xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1399px) {
  .col--xl-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
}
@media (max-width: 1399px) {
  .col--xl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
}
@media (max-width: 1399px) {
  .col--xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1399px) {
  .col--xl-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media (max-width: 1399px) {
  .col--xl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media (max-width: 1399px) {
  .col--xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1399px) {
  .col--xl-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
}
@media (max-width: 1399px) {
  .col--xl-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1399px) {
  .col--xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 1399px) {
  .col--xl-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
}
@media (max-width: 1399px) {
  .col--xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
}
@media (max-width: 1199px) {
  .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .col--lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
}
@media (max-width: 1199px) {
  .col--lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
}
@media (max-width: 1199px) {
  .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1199px) {
  .col--lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media (max-width: 1199px) {
  .col--lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media (max-width: 1199px) {
  .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .col--lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
}
@media (max-width: 1199px) {
  .col--lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1199px) {
  .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .col--lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
}
@media (max-width: 1199px) {
  .col--lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
}
@media (max-width: 1023px) {
  .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .col--md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
}
@media (max-width: 1023px) {
  .col--md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
}
@media (max-width: 1023px) {
  .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1023px) {
  .col--md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media (max-width: 1023px) {
  .col--md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media (max-width: 1023px) {
  .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .col--md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
}
@media (max-width: 1023px) {
  .col--md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .col--md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
}
@media (max-width: 1023px) {
  .col--md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
}
@media (max-width: 767px) {
  .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .col--sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
}
@media (max-width: 767px) {
  .col--sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
}
@media (max-width: 767px) {
  .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .col--sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media (max-width: 767px) {
  .col--sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media (max-width: 767px) {
  .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .col--sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
}
@media (max-width: 767px) {
  .col--sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .col--sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
}
@media (max-width: 767px) {
  .col--sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
}
@media (max-width: 479px) {
  .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .col--xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
}
@media (max-width: 479px) {
  .col--xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
}
@media (max-width: 479px) {
  .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 479px) {
  .col--xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media (max-width: 479px) {
  .col--xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media (max-width: 479px) {
  .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .col--xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
}
@media (max-width: 479px) {
  .col--xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 479px) {
  .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 479px) {
  .col--xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
}
@media (max-width: 479px) {
  .col--xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
}

/* vertical alignment */
.row.align-items-start  {
  align-items: flex-start;
}
.row.align-items-center {
  align-items: center;
}
.row.align-items-end {
  align-items: flex-end;
}
.row .col.align-self-start {
  align-self: flex-start;
}
.row .col.align-self-center {
  align-self: center;
}
.row .col.align-self-end {
  align-self: flex-end;
}

/* horizontal alignment */
.row.justify-content-start {
  justify-content: flex-start;
}
.row.justify-content-center {
  justify-content: center;
}
.row.justify-content-end {
  justify-content: flex-end;
}
.row.justify-content-around {
  justify-content: space-around;
}
.row.justify-content-between {
  justify-content: space-between;
}

body {
  font-family: "MiloOffc-regular", sans-serif;
  color: #333333;
  font-size: 1.0625rem;
}
@media (max-width: 480px) {
  body {
    font-size: 0.9375rem;
  }
}

/**
 * Basics
 */
/**
 * Font icons
 */
/* - fonastic */
@font-face {font-display:swap;
  font-family: "safeteamwp";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/safeteamwp.eot");
  src: url("/wp-content/themes/sceleton/fonts/safeteamwp.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/safeteamwp.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/safeteamwp.ttf") format("truetype"), url("/wp-content/themes/sceleton/fonts/safeteamwp.svg#safeteamwp") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-plus:before {
  content: "a";
}

.icon-minus:before {
  content: "b";
}

.icon-angle-left:before {
  content: "c";
}

.icon-angle-right:before {
  content: "d";
}

.icon-headset:before {
  content: "f";
}

.icon-headset-filled:before {
  content: "g";
}

.icon-laptop:before {
  content: "h";
}

.icon-laptop-filled:before {
  content: "i";
}

.icon-mail:before {
  content: "j";
}

.icon-mail-filled:before {
  content: "k";
}

.icon-phone:before {
  content: "l";
}

.icon-phone-filled:before {
  content: "m";
}

.icon-quote:before {
  content: "n";
}

.icon-quote-filled:before {
  content: "o";
}

.icon-search-1:before {
  content: "p";
}

.icon-search-filled:before {
  content: "q";
}

.icon-instagram-round:before {
  content: "e";
}

.icon-facebook-round:before {
  content: "r";
}

.icon-twitter-round:before {
  content: "s";
}

.icon-arrow-right-alt:before {
  content: "t";
}

.icon-content-41:before {
  content: "u";
}

.icon-briefcase:before {
  content: "v";
}

.icon-envelope-solid:before {
  content: "w";
}

.icon-laptop-1:before {
  content: "x";
}

.icon-phone-solid:before {
  content: "y";
}

/* - webfont app */
@font-face {font-display:swap;
  font-family: "safeteam";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/safeteam.eot");
  src: url("/wp-content/themes/sceleton/fonts/safeteam.eot?rb6gch#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/safeteam.woff2?rb6gch") format("woff2"), url("/wp-content/themes/sceleton/fonts/safeteam.woff?rb6gch") format("woff"), url("/wp-content/themes/sceleton/fonts/safeteam.ttf?rb6gch") format("truetype"), url("/wp-content/themes/sceleton/fonts/safeteam.svg?rb6gch#safeteam") format("svg");
  font-style: normal;
  font-weight: 400;
}
.icon {
  display: inline-block;
  font-family: "safeteam" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down::before {
  content: "\ea01";
}

.icon-angle-left::before {
  content: "\ea02";
}

.icon-angle-right::before {
  content: "\ea03";
}

.icon-angle-up::before {
  content: "\ea04";
}

.icon-arrow-down::before {
  content: "\ea05";
}

.icon-arrow-left::before {
  content: "\ea06";
}

.icon-arrow-right::before {
  content: "\ea07";
}

.icon-arrow-up::before {
  content: "\ea08";
}

.icon-cross::before {
  content: "\ea09";
}

.icon-envelope::before {
  content: "\ea0a";
}

.icon-exclamation-mark::before {
  content: "\ea0b";
}

.icon-exclamation-mark-circle::before {
  content: "\ea0c";
}

.icon-facebook::before {
  content: "\ea0d";
}

.icon-google::before {
  content: "\ea0e";
}

.icon-instagram::before {
  content: "\ea0f";
}

.icon-linkedin::before {
  content: "\ea10";
}

.icon-minus::before {
  content: "\ea11";
}

.icon-paper-plane::before {
  content: "\ea12";
}

.icon-paper-plane-2::before {
  content: "\ea13";
}

.icon-phone::before {
  content: "\ea14";
}

.icon-phone-2::before {
  content: "\ea15";
}

.icon-play::before {
  content: "\ea16";
}

.icon-plus::before {
  content: "\ea17";
}

.icon-quote::before {
  content: "\ea18";
}

.icon-search::before {
  content: "\ea19";
}

.icon-twitter::before {
  content: "\ea1a";
}

.icon-youtube::before {
  content: "\ea1b";
}

/**
 * Fonts
 */
@font-face {font-display:swap;
  font-family: "MiloOffc-bold";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Bold.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Bold.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Bold.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Bold.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloOffc-bolditalic";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-BoldItalic.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-BoldItalic.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-BoldItalic.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloOffc-italic";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Italic.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Italic.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Italic.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Italic.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloOffc-medium";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Medium.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Medium.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Medium.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Medium.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloOffc-mediumitalic";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-MediumItalic.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-MediumItalic.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-MediumItalic.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloOffc-regular";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Regular.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Regular.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Regular.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloOffcW01-Regular.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloSCO-bold";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Bold.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Bold.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Bold.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Bold.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloSCO-italic";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Italic.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Italic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Italic.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Italic.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Italic.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloSCO-medium";
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Medium.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Medium.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Medium.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Medium.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloSCO-mediumitalic";
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-MediumItalic.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-MediumItalic.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-MediumItalic.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "MiloSCO-regular";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Regular.eot");
  src: url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Regular.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Regular.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W01/MiloSCOffcW01-Regular.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "Milo-light";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-Light.eot");
  src: url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-Light.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-Light.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-Light.ttf") format("truetype");
}
@font-face {font-display:swap;
  font-family: "Milo-lightitalic";
  font-display: swap;
  src: url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-LightIta.eot");
  src: url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-LightIta.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-LightIta.woff2") format("woff2"), url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-LightIta.woff") format("woff"), url("/wp-content/themes/sceleton/fonts/W04/MiloWebW04-LightIta.ttf") format("truetype");
}
a {
  font-size: 1.0625rem;
  font-weight: normal;
  color: #005EB8;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  a {
    font-size: 0.9375rem;
  }
}

p {
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 1rem;
}
@media (max-width: 480px) {
  p {
    font-size: 0.9375rem;
  }
}
p.label, p.label-white {
  font-family: "MiloOffc-medium", sans-serif;
  font-weight: normal;
  font-size: 1.1875rem;
  margin: 0.5rem 0 -0.5rem;
  color: #0070D9;
}
p.label-white {
  color: #FFFFFF;
}
p.mega {
  font-size: 10.9375rem;
}
@media (max-width: 768px) {
  p.mega {
    font-size: 9.375rem;
  }
}
@media (max-width: 480px) {
  p.mega {
    font-size: 7.8125rem;
  }
}

strong, b {
  font-family: "MiloOffc-bold", sans-serif;
  font-weight: normal;
}

h1 {
  font-family: "MiloOffc-regular", sans-serif;
  font-size: 2.8125rem;
  line-height: 1.1;
  margin: 1.25rem 0 1.5rem;
  font-weight: normal;
}
@media (max-width: 1180px) {
  h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
}
h1.big {
  font-size: 3.75rem;
}
@media (max-width: 1400px) {
  h1.big {
    font-size: 3.375rem;
  }
}
@media (max-width: 1180px) {
  h1.big {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  h1.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 930px) {
  h1.big {
    font-size: 2.375rem;
  }
}
@media (max-width: 480px) {
  h1.big {
    font-size: 2.125rem;
  }
}

h2,
h3.h2-similar {
  font-family: "MiloOffc-regular", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 1024px) {
  h2,
  h3.h2-similar {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  h2,
  h3.h2-similar {
    font-size: 1.5625rem;
    margin: 1rem 0;
  }
}
h2.margin-top,
h3.h2-similar.margin-top {
  margin: 30px 0 15px;
}
h2.big,
h3.h2-similar.big {
  font-size: 2.375rem;
  line-height: 45px;
}
@media (max-width: 1024px) {
  h2.big,
  h3.h2-similar.big {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  h2.big,
  h3.h2-similar.big {
    font-size: 2.125rem;
    line-height: 1.25;
  }
}
h2.section-title,
h3.h2-similar.section-title {
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "MiloOffc-medium", sans-serif;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 1.35;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 930px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-family: "MiloOffc-medium", sans-serif;
  font-weight: normal;
  font-size: 1.5625rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
h4.ordered-list {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  color: #0070D9;
  font-family: "MiloOffc-regular", sans-serif;
}

h5 {
  font-family: "MiloOffc-regular", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
  margin: 0 0 0.4rem;
}

blockquote {
  margin: 2rem 0;
  padding: 0 0 0 5rem;
  position: relative;
  font-style: italic;
}
@media (max-width: 480px) {
  blockquote {
    margin: 1.5rem 0;
    padding: 0 0 0 3.5rem;
  }
}
blockquote:before {
  content: "\ea18";
  font-family: "safeteam";
  color: #0070D9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  font-style: normal;
}
@media (max-width: 480px) {
  blockquote:before {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  blockquote p  {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
blockquote.chat-bubble.angle-down {
  padding: 0 0 35px 0;
  font-style: italic;
  color: #FFFFFF;
}
blockquote.chat-bubble.angle-down p {
  background-color: #0070D9;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 !important;
}
blockquote.chat-bubble.angle-down:before {
  content: none;
}
blockquote.chat-bubble.angle-down:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid #0070D9;
  border-right: 40px solid transparent;
  position: absolute;
  left: 0;
  bottom: 1px;
}
blockquote.chat-bubble.angle-up {
  font-style: italic;
  padding: 35px 0 0 0;
  color: #FFFFFF;
}
blockquote.chat-bubble.angle-up p {
  background-color: #0070D9;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 !important;
}
blockquote.chat-bubble.angle-up:before {
  content: none;
}
blockquote.chat-bubble.angle-up:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 35px solid #0070D9;
  border-right: 40px solid transparent;
  position: absolute;
  left: 0;
  top: 1px;
}

/**
 * Wrappers
 */
.wrapper, .inner-wrapper, .mid-wrapper {
  max-width: 1600px;
  width: 92%;
  margin: 0 auto;
}

.mid-wrapper {
  max-width: 1300px;
}

.inner-wrapper {
  max-width: 900px;
}

/**
 * Layout
 */
.content-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-wrap .sidebar-menu {
  width: 80px;
}
.content-wrap .header,
.content-wrap .content,
.content-wrap .footer {
  width: calc(100% - 80px);
}

/**
 * Components
 */
/**
 * Archive
 */
.archive-post {
  margin: 8rem 0 6rem;
}
@media (max-width: 768px) {
  .archive-post {
    margin: 3rem 0 2rem;
  }
}
.archive-post .archive-title {
  margin: 0 0 2rem;
}
.archive-post .post {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
}
@media (max-width: 600px) {
  .archive-post .post {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
.archive-post .post:nth-of-type(2n+2) {
  margin: 0 0 4% 0;
}
.archive-post .post:hover .thumb-img {
  opacity: 0.8;
}
.archive-post .post .thumb-img {
  float: left;
  width: 40%;
  margin-right: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .archive-post .post .thumb-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 0;
    margin: 0 0 1rem;
  }
}
.archive-post .post .summary {
  float: right;
  width: 55%;
  padding: 0;
}
@media (max-width: 1024px) {
  .archive-post .post .summary {
    width: 100%;
  }
}
.archive-post .post .summary h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.3rem;
  color: #0070D9;
}
.archive-post .post .summary .date {
  font-size: 0.8rem;
  margin: 0 0 1rem;
  display: block;
  color: #a0a0a0;
}
.archive-post .post .summary p {
  font-size: 0.85rem;
  color: #333333;
}

/* - hero */
.hero .post-title {
  font-size: 2.1875rem;
  line-height: 1.1;
}

.hero .inner .link {
  color: #000000;
}
.hero .inner .link:hover {
  color: #0070D9;
}

/**
 * Pagination
 */
.pagination {
  width: 100%;
  float: left;
  text-align: center;
  margin: 3rem 0 0 !important;
}
.pagination .page-numbers {
  font-size: 1rem;
  padding: 0.5rem 0.4rem;
  display: inline-block;
  background: transparent !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #333333;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #0070D9;
}
.pagination .next {
  float: right;
}
.pagination .prev {
  float: left;
}

/**
 * Archive / Magasin
 */
body.post-type-archive-magasin,
body.tax-topics {
  background-color: #005EB8;
  /* pagination */
}
body.post-type-archive-magasin #content > section:nth-child(1),
body.tax-topics #content > section:nth-child(1) {
  padding-top: 80px;
}
@media (max-width: 768px) {
  body.post-type-archive-magasin #content > section:nth-child(1),
  body.tax-topics #content > section:nth-child(1) {
    padding-top: 141.78px;
  }
}
@media (max-width: 480px) {
  body.post-type-archive-magasin #content > section:nth-child(1),
  body.tax-topics #content > section:nth-child(1) {
    padding-top: 128.59px;
  }
}
body.post-type-archive-magasin section#subscribe,
body.tax-topics section#subscribe {
  background-color: #005EB8 !important;
  color: #FFFFFF;
  padding: 0;
  padding-bottom: 2rem;
}
body.post-type-archive-magasin .taxonomy__header,
body.tax-topics .taxonomy__header {
  overflow: hidden;
  display: block;
  background-color: #005EB8;
  padding: 2rem 0 0;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
body.post-type-archive-magasin .taxonomy__header a,
body.tax-topics .taxonomy__header a {
  color: #FFFFFF;
}
body.post-type-archive-magasin .taxonomy__header .title,
body.tax-topics .taxonomy__header .title {
  margin: 0 0 2rem;
}
body.post-type-archive-magasin .taxonomy__header .taxonomy__inner,
body.tax-topics .taxonomy__header .taxonomy__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
body.post-type-archive-magasin .archive__header,
body.tax-topics .archive__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 2rem 0;
}
body.post-type-archive-magasin .archive__header > div,
body.tax-topics .archive__header > div {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .archive__header > div,
  body.tax-topics .archive__header > div {
    flex-basis: auto;
  }
}
body.post-type-archive-magasin .archive__header .archive-desc,
body.tax-topics .archive__header .archive-desc {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .archive__header .archive-desc,
  body.tax-topics .archive__header .archive-desc {
    margin-bottom: 2rem;
  }
}
body.post-type-archive-magasin .archive__header .kunskapsmagasinet-logo,
body.tax-topics .archive__header .kunskapsmagasinet-logo {
  max-width: 300px;
  margin-bottom: 2rem;
}
@media (max-width: 490px) {
  body.post-type-archive-magasin .archive__header .kunskapsmagasinet-logo,
  body.tax-topics .archive__header .kunskapsmagasinet-logo {
    max-width: 230px;
  }
}
body.post-type-archive-magasin .archive__header .archive-subscribe-button,
body.tax-topics .archive__header .archive-subscribe-button {
  margin: 1rem 0 0 0;
}
body.post-type-archive-magasin .archive__header .archive-subscribe-button a,
body.tax-topics .archive__header .archive-subscribe-button a {
  background-color: #EF3340;
  margin: 0;
}
body.post-type-archive-magasin .archive__header .archive-subscribe-button a:hover,
body.tax-topics .archive__header .archive-subscribe-button a:hover {
  background-color: #D62D38;
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .archive__header .archive-subscribe-button,
  body.tax-topics .archive__header .archive-subscribe-button {
    width: 100%;
    margin: 0;
  }
}
body.post-type-archive-magasin .archive-title,
body.tax-topics .archive-title {
  color: #FFFFFF;
  margin: 0 0 1.5rem;
}
body.post-type-archive-magasin .filters-select-wrapper,
body.tax-topics .filters-select-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
body.post-type-archive-magasin .filters-select-wrapper:after,
body.tax-topics .filters-select-wrapper:after {
  content: "\ea01";
  font-family: "safeteam";
  position: absolute;
  color: #FFFFFF;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
body.post-type-archive-magasin select.filters-select,
body.tax-topics select.filters-select {
  outline: none;
  border: 1px solid #FFFFFF;
  padding: 0.75rem;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  z-index: 1;
  font-family: "MiloOffc-regular", sans-serif;
  min-width: 220px;
  float: right;
}
@media (max-width: 767px) {
  body.post-type-archive-magasin select.filters-select,
  body.tax-topics select.filters-select {
    float: left;
  }
}
body.post-type-archive-magasin select.filters-select option,
body.tax-topics select.filters-select option {
  color: #000000;
}
body.post-type-archive-magasin .magasin-list,
body.tax-topics .magasin-list {
  list-style: none;
  padding: 0;
}
body.post-type-archive-magasin .magasin-item,
body.tax-topics .magasin-item {
  float: none;
  margin: 0;
  margin-bottom: 2rem;
  min-height: 650px;
}
@media (max-width: 1399px) {
  body.post-type-archive-magasin .magasin-item,
  body.tax-topics .magasin-item {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .magasin-item,
  body.tax-topics .magasin-item {
    min-height: 0;
  }
}
body.post-type-archive-magasin .magasin-item:hover .magasin-item__image,
body.tax-topics .magasin-item:hover .magasin-item__image {
  transform: scale(1.02);
}
body.post-type-archive-magasin .magasin-item__inner,
body.tax-topics .magasin-item__inner {
  background-color: #DFE5EB;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  min-height: 650px;
}
@media (max-width: 1399px) {
  body.post-type-archive-magasin .magasin-item__inner,
  body.tax-topics .magasin-item__inner {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .magasin-item__inner,
  body.tax-topics .magasin-item__inner {
    min-height: 0;
  }
}
body.post-type-archive-magasin .magasin-item__content,
body.tax-topics .magasin-item__content {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
body.post-type-archive-magasin .magasin-item__terms,
body.tax-topics .magasin-item__terms {
  font-weight: normal;
  font-size: 1.1875rem;
  margin: 0 0 0.75rem 0;
  color: #0070D9;
}
body.post-type-archive-magasin .magasin-item__link,
body.tax-topics .magasin-item__link {
  display: block;
  overflow: hidden;
}
body.post-type-archive-magasin .magasin-item__image,
body.tax-topics .magasin-item__image {
  height: 250px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #DFE5EB;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.post-type-archive-magasin .magasin-item__excerpt,
body.tax-topics .magasin-item__excerpt {
  color: #000000;
}
body.post-type-archive-magasin .magasin-item__title,
body.tax-topics .magasin-item__title {
  margin-top: 0;
  color: #000000;
}
body.post-type-archive-magasin .magasin-item:nth-child(1),
body.tax-topics .magasin-item:nth-child(1) {
  max-width: 66.66%;
  width: 100%;
}
@media (max-width: 1023px) {
  body.post-type-archive-magasin .magasin-item:nth-child(1),
  body.tax-topics .magasin-item:nth-child(1) {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .magasin-item:nth-child(1),
  body.tax-topics .magasin-item:nth-child(1) {
    max-width: 100%;
  }
}
body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__inner,
body.tax-topics .magasin-item:nth-child(1) .magasin-item__inner {
  background-color: transparent;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1399px) {
  body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__inner,
  body.tax-topics .magasin-item:nth-child(1) .magasin-item__inner {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__inner,
  body.tax-topics .magasin-item:nth-child(1) .magasin-item__inner {
    min-height: 0;
  }
}
body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__content,
body.tax-topics .magasin-item:nth-child(1) .magasin-item__content {
  background-color: #DFE5EB;
  border-radius: 2px;
  max-width: 600px;
  margin: 1.5rem;
  position: relative;
  z-index: 1;
}
body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__image,
body.tax-topics .magasin-item:nth-child(1) .magasin-item__image {
  min-height: 650px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1399px) {
  body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__image,
  body.tax-topics .magasin-item:nth-child(1) .magasin-item__image {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-magasin .magasin-item:nth-child(1) .magasin-item__image,
  body.tax-topics .magasin-item:nth-child(1) .magasin-item__image {
    min-height: 0;
  }
}
body.post-type-archive-magasin .pagination .page-numbers,
body.tax-topics .pagination .page-numbers {
  color: #FFFFFF;
}
body.post-type-archive-magasin .pagination .page-numbers.current,
body.post-type-archive-magasin .pagination .page-numbers:hover,
body.tax-topics .pagination .page-numbers.current,
body.tax-topics .pagination .page-numbers:hover {
  color: #0070D9;
}

/**
 * Header
 */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 98;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: solid 1px transparent;
  background-color: #F3F3F3;
}
.header > .wrapper, .header > .mid-wrapper, .header > .inner-wrapper {
  padding: 0.5rem 0;
}
.header > .wrapper:after, .header > .mid-wrapper:after, .header > .inner-wrapper:after {
  display: none;
}
.header .header-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .header .header-center {
    justify-content: flex-start;
  }
}
.header .header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 700px) {
  .header .header-right {
    justify-content: center;
  }
}
.header .header-right > * {
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .header .header-right > * {
    margin-right: 1rem;
  }
}
.header .header-right .header-right-ul {
  margin-left: 0;
  padding-left: 0;
}
.header .header-right > *:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header .header-right a {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .header .header-right a {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .header .header-right a {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .header .header-right a {
    font-size: 0.75rem;
  }
}
.header .header-right .button, .header .header-right .button-register, .header .header-right .button-register-white, .header .header-right .button-white {
  display: flex;
  align-items: center;
  float: left;
}
@media (max-width: 480px) {
  .header .header-right .button, .header .header-right .button-register, .header .header-right .button-register-white, .header .header-right .button-white {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
.header .header-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/**
 * Top menu
 */
.top-menu {
  background-color: rgba(255, 255, 255, 0.7);
}
.top-menu > .wrapper, .top-menu > .mid-wrapper, .top-menu > .inner-wrapper {
  overflow: hidden;
  padding: 0.05rem 0;
}
.top-menu > .wrapper:after, .top-menu > .mid-wrapper:after, .top-menu > .inner-wrapper:after {
  display: none;
}
.top-menu .col {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top-menu .col.col50 {
    width: auto;
  }
}
.top-menu .button-search,
.top-menu .button-mail,
.top-menu .button-phone {
  color: #000000;
  background-color: #F3F3F3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-menu .button-search:before,
.top-menu .button-mail:before,
.top-menu .button-phone:before {
  vertical-align: middle;
  line-height: 1.5;
}
.top-menu .top-menu-main-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top-menu .top-menu-main-list li {
  display: inline-block;
  margin: 0.5rem 0.75rem;
}
@media (max-width: 480px) {
  .top-menu .top-menu-main-list li.menu-item {
    display: none;
  }
}
.top-menu .top-menu-main-list li:nth-last-child(1) {
  margin-right: 0;
}
.top-menu .top-menu-main-list a {
  color: #000000;
  font-size: 0.9375rem;
}
.top-menu .top-menu-left {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-menu .top-menu-left li {
  display: inline-block;
  margin: 0.5rem 0.25rem;
}
.top-menu .top-menu-left a {
  color: #005EB8;
}

/**
 * Logotype
 */
.logotype {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .logotype {
    max-width: 175px;
  }
}
@media (max-width: 768px) {
  .logotype {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .logotype {
    max-width: 125px;
  }
}
.logotype .img {
  width: 100%;
}
.logotype.inv {
  display: block;
}

.header.sticky .logotype.inv {
  display: none;
}
.header.sticky .header-right .button, .header.sticky .header-right .button-register, .header.sticky .header-right .button-register-white, .header.sticky .header-right .button-white {
  padding: 0.5rem 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .header.sticky .header-right .button, .header.sticky .header-right .button-register, .header.sticky .header-right .button-register-white, .header.sticky .header-right .button-white {
    font-size: 0.75rem;
    padding: 0.5rem 1rem !important;
  }
}
.header.sticky .logotype {
  display: block;
  margin: 0;
  max-width: 150px;
}
@media (max-width: 480px) {
  .header.sticky .logotype {
    max-width: 125px;
  }
}
.header.sticky .top-menu .button-search,
.header.sticky .top-menu .button-mail,
.header.sticky .top-menu .button-phone {
  font-size: 0.95rem;
  width: 30px;
  height: 30px;
}

.header.dark .logotype {
  display: block;
}
.header.dark .logotype.inv {
  display: none;
}

/**
 * Menu
 */
.menu-main {
  float: left;
  margin: 0 0 0 auto;
  display: block;
}
@media (max-width: 1300px) {
  .menu-main {
    display: none;
  }
}

.menu-main-list {
  margin: 0;
  padding: 0;
}

.menu-main-list li {
  display: inline-block;
  margin: 0 1rem;
}
.menu-main-list li.current-menu-item > a {
  color: #005EB8;
}
.menu-main-list li.button, .menu-main-list li.button-register, .menu-main-list li.button-register-white, .menu-main-list li.button-white {
  margin-left: 5rem;
  margin-right: 0;
}
.menu-main-list li.lang-item {
  margin-right: 0;
  margin-left: 0;
}
.menu-main-list li.lang-item.lang-item-first {
  margin-left: 1rem;
}
.menu-main-list li.lang-item:nth-last-child(2) {
  margin-right: 1rem;
}
.menu-main-list li.menu-item-has-children > a:after, .menu-main-list li.mega > a:after {
  content: "\ea02";
  font-family: "safeteam";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
  transform: rotate(-90deg);
  color: #005EB8;
  font-size: 0.9375rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-main-list li.menu-item-has-children > a.open:after, .menu-main-list li.mega > a.open:after {
  transform: rotate(90deg);
}
.menu-main-list li.responsive {
  display: none;
}
@media (max-width: 1300px) {
  .menu-main-list li.responsive {
    display: inline-block;
  }
}

.menu-main-list a {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0;
  display: block;
  position: relative;
}
.menu-main-list a:hover {
  color: #005EB8;
}

.menu-main-list li.button, .menu-main-list li.button-register, .menu-main-list li.button-register-white, .menu-main-list li.button-white {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 2rem;
}
.menu-main-list li.button a, .menu-main-list li.button-register a, .menu-main-list li.button-register-white a, .menu-main-list li.button-white a {
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border: 2px solid;
  border-color: #000000;
  padding: 0.75rem 2.5rem;
  display: inline-block;
  background: linear-gradient(to right, #000000 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.menu-main-list li.button a:hover, .menu-main-list li.button-register a:hover, .menu-main-list li.button-register-white a:hover, .menu-main-list li.button-white a:hover {
  color: #FFFFFF;
  background-position: left bottom;
}

.menu-main-list > li > a.open:before {
  bottom: -1.5rem;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(223, 229, 235, 0);
  border-bottom-color: #DFE5EB;
  border-width: 12px;
  margin-left: -12px;
}

/**
* Submenu
*/
.menu-main .sub-menu-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1.5rem 0 0 0;
  width: 90%;
  max-width: 1200px;
  z-index: 9998;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap {
    width: 100%;
  }
}

.menu-main .sub-menu-wrap .sub-menu {
  overflow: hidden;
  background: #ffffff;
  padding: 3rem 3rem 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  position: relative;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu {
    padding: 2rem 2rem 1rem;
  }
}

.menu-main .sub-menu-wrap .sub-menu > li {
  margin: 0 6% 2rem 0;
  float: left;
  width: 29.333%;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li {
    margin: 0 6% 2rem 0;
    width: 47%;
  }
}

.menu-main .sub-menu-wrap .sub-menu > li:nth-of-type(3n + 3) {
  margin: 0 0 2rem 0;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li:nth-of-type(3n + 3) {
    margin: 0 6% 2rem 0;
  }
}

.menu-main .sub-menu-wrap .sub-menu > li:nth-of-type(3n + 4) {
  clear: both;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li:nth-of-type(3n + 4) {
    clear: none;
  }
}

@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li:nth-of-type(2n + 2) {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li:nth-of-type(2n + 3) {
    clear: both;
  }
}

.menu-main .sub-menu-wrap .sub-menu > li > a .menu-item-title {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li > a .menu-item-title {
    font-size: 1.1rem;
  }
}

.menu-main .sub-menu-wrap .sub-menu > li > a .menu-item-description {
  display: none;
  font-size: 0.9rem;
  max-width: 260px;
  width: 100%;
}
@media (max-width: 900px) {
  .menu-main .sub-menu-wrap .sub-menu > li > a .menu-item-description {
    font-size: 0.85rem;
  }
}

.menu-main .sub-menu-wrap .sub-menu a {
  color: #333333;
  font-weight: 400;
  padding: 0;
}

.menu-main .sub-menu a:hover > .menu-item-title,
.menu-main .sub-menu li.current-menu-item > a > .menu-item-title {
  color: #005EB8;
}

.menu-main .sub-menu .sub-menu-wrap {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}

.menu-main .sub-menu .sub-menu-wrap .sub-menu {
  overflow: hidden;
  padding: 0;
}

.menu-main .sub-menu .sub-menu-wrap .sub-menu > li {
  margin: 0;
  float: none;
  width: 100%;
}

.menu-main .sub-menu .sub-menu-wrap .sub-menu li a .menu-item-title {
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.menu-main .sub-menu .sub-menu a:hover > .menu-item-title::after,
.menu-main .sub-menu .sub-menu li.-menu-item > a > .menu-item-title::after {
  display: none;
}

/**
 * Mega/walker menu
 */
.mega-sub-menu {
  display: none;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1.25rem);
  margin: 0 auto 0;
  width: 90%;
  max-width: 1200px;
  z-index: 9998;
  -webkit-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 5px;
}
.mega-sub-menu .description {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: block;
  margin-top: 0.25rem;
  font-weight: normal;
  font-family: "MiloOffc-regular", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mega-sub-menu ul.mega-menu-items {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.mega-sub-menu ul.mega-menu-items > li {
  width: 22%;
  margin-right: 4%;
}
.mega-sub-menu ul.mega-menu-items > li:nth-child(4n+4) {
  margin-right: 0;
}
.mega-sub-menu ul.mega-menu-items > li:nth-child(4n+5) {
  clear: both;
}
.mega-sub-menu .mega-menu-items > li > a:after {
  content: "\ea03";
  font-family: "safeteam";
  margin-left: 0.5rem;
  vertical-align: middle;
  opacity: 0;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mega-sub-menu .mega-menu-items > li > a:hover:after {
  opacity: 1;
}
.mega-sub-menu.industries ul.mega-menu-items > li {
  width: 48%;
  margin-right: 4%;
}
.mega-sub-menu.industries ul.mega-menu-items > li:nth-child(2n+2) {
  margin-right: 0;
}
.mega-sub-menu.industries ul.mega-menu-items > li:nth-child(2n+3) {
  clear: both;
}

ul.mega-menu-items ul.sub-menu {
  padding: 0;
}
ul.mega-menu-items ul.sub-menu li.current-menu-item > a {
  color: #005EB8;
}
ul.mega-menu-items ul.sub-menu a {
  color: #555555;
}
ul.mega-menu-items ul.sub-menu a:hover {
  color: #005EB8;
}

.mega-sub-menu ul li {
  padding: 0;
  width: 100%;
}
.mega-sub-menu ul li a {
  display: block;
  margin: 0.5rem 0 0.25rem;
  font-size: 1rem;
}
.mega-sub-menu ul li a:hover {
  color: #005EB8;
}
.mega-sub-menu ul li a:hover .description {
  color: #005EB8;
}

.mega-sub-menu .cols {
  background-color: #DFE5EB;
  padding: 3rem;
  max-width: 25rem;
}
.mega-sub-menu .cols .col {
  display: inline-block;
  margin: 0 3rem 0 0;
  padding: 0 3rem 0 0;
  flex-basis: 100%;
  border-right: 2px solid;
  border-color: #005EB8;
}
.mega-sub-menu .cols .col:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.mega-sub-inner {
  display: flex;
}

.mega-menu-items > li {
  margin-bottom: 2rem;
  display: inline-block;
}
.mega-menu-items > li > a {
  font-size: 1.1875rem !important;
  font-family: "MiloOffc-medium", sans-serif;
}

/**
 * Mega menu / Info
 */
.mega-sub-menu.info .cols,
.mega-sub-menu.kontakt .cols {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.mega-sub-menu.info .cols .col,
.mega-sub-menu.kontakt .cols .col {
  margin: 0;
  flex-basis: 33.33%;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 3rem 3rem;
}
.mega-sub-menu.info .cols .col .button, .mega-sub-menu.info .cols .col .button-register, .mega-sub-menu.info .cols .col .button-register-white, .mega-sub-menu.info .cols .col .button-white,
.mega-sub-menu.kontakt .cols .col .button,
.mega-sub-menu.kontakt .cols .col .button-register,
.mega-sub-menu.kontakt .cols .col .button-register-white,
.mega-sub-menu.kontakt .cols .col .button-white {
  background-color: #0070D9;
}
.mega-sub-menu.info .cols .col .button:hover, .mega-sub-menu.info .cols .col .button-register:hover, .mega-sub-menu.info .cols .col .button-register-white:hover, .mega-sub-menu.info .cols .col .button-white:hover,
.mega-sub-menu.kontakt .cols .col .button:hover,
.mega-sub-menu.kontakt .cols .col .button-register:hover,
.mega-sub-menu.kontakt .cols .col .button-register-white:hover,
.mega-sub-menu.kontakt .cols .col .button-white:hover {
  background-color: #014e99;
}
.mega-sub-menu.info .cols .col:nth-child(2),
.mega-sub-menu.kontakt .cols .col:nth-child(2) {
  background: #005EB8;
  color: #FFFFFF;
}
.mega-sub-menu.info .cols .col:nth-child(3),
.mega-sub-menu.kontakt .cols .col:nth-child(3) {
  background: #FFFFFF;
}
.mega-sub-menu.info .cols .col p:nth-last-child(1),
.mega-sub-menu.kontakt .cols .col p:nth-last-child(1) {
  align-self: flex-end;
  margin-top: 3rem;
}

/**
* Infomenu
*/
.info-menu {
  position: relative;
  float: right;
}
@media (max-width: 768px) {
  .info-menu {
    margin-top: 0.65rem;
  }
}
@media (max-width: 480px) {
  .info-menu {
    margin-top: 0.6rem;
  }
}

.info-menu a {
  display: block;
  float: left;
  padding: 0.4rem 0;
  background: #0070D9;
  margin: 0 0 0 0.5rem;
  position: relative;
  min-width: 55px;
  min-height: 55px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .info-menu a {
    margin: 0 0 0 0.3rem;
    min-width: 45px;
    min-height: 45px;
  }
}
@media (max-width: 480px) {
  .info-menu a {
    padding: 0.25rem 0;
    min-width: 38px;
    min-height: 38px;
  }
}

.info-menu a .icon {
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .info-menu a .icon {
    font-size: 1.05rem;
  }
}
@media (max-width: 480px) {
  .info-menu a .icon {
    font-size: 0.9rem;
  }
}

.info-menu a.cart-btn {
  background: #043245;
}

.info-menu a.cart-btn .icon {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .info-menu a.cart-btn .icon {
    font-size: 1.45rem;
  }
}
@media (max-width: 480px) {
  .info-menu a.cart-btn .icon {
    font-size: 1.3rem;
  }
}

.info-menu .cart-item {
  position: absolute;
  top: -6px;
  left: -6px;
  background: #11a540;
  color: #043245;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.info-menu a:hover {
  background: #fde049;
}

/**
 * Mobile menu
 */
.menu-btn {
  display: none;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 1300px) {
  .menu-btn {
    display: inline-block;
  }
}
.menu-btn.close {
  margin: 0.25rem 2rem;
  padding: 0.5rem 0;
  float: right;
}

.bar1,
.bar2 {
  width: 45px;
  height: 2px;
  background-color: #005EB8;
  margin: 8px 0;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .bar1,
  .bar2 {
    width: 40px;
  }
}

.header.transparent .menu-btn .bar1,
.header.transparent .menu-btn .bar2 {
  background-color: #FFFFFF;
}

.header.transparent .menu-btn.open .bar1,
.header.transparent .menu-btn.open .bar2,
.header.transparent.sticky .menu-btn .bar1,
.header.transparent.sticky .menu-btn .bar2 {
  background-color: #000000;
}

.menu-btn.close .bar1,
.menu-btn.close .bar1 {
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
}

.menu-btn.close .bar2,
.menu-btn.close .bar2 {
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.menu-btn.close .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}

.menu-btn.close .bar2 {
  -webkit-transform: rotate(45deg) translate(-2px, -4px);
  transform: rotate(45deg) translate(-2px, -4px);
}
@media (max-width: 768px) {
  .menu-btn.close .bar2 {
    -webkit-transform: rotate(45deg) translate(-3px, -3px);
    transform: rotate(45deg) translate(-3px, -3px);
  }
}

.mobile-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  width: 100%;
  overflow-y: scroll;
}

.mobile-main-wrapper.open .mobile-inner {
  right: 0;
  box-shadow: -7px 0 8px rgba(0, 0, 0, 0.05);
}

.close-mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: none;
  transform: none;
  display: none;
  cursor: pointer;
  z-index: 2;
}

.mobile-main-wrapper .close-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
  width: calc(100% - 450px);
  margin-right: 450px;
  -webkit-transform: none;
  transform: none;
  display: none;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 768px) {
  .mobile-main-wrapper .close-menu {
    width: 10%;
    margin-right: auto;
  }
}

.mobile-main-wrapper.open .close-menu,
body.mega-industries-open .close-mega-menu,
body.mega-services-open .close-mega-menu,
body.mega-info-open .close-mega-menu {
  display: block;
}

.mobile-inner {
  display: inline-block;
  float: right;
  position: fixed;
  background-color: #FFFFFF;
  right: -450px;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 98;
  transition: all 0.5s;
  width: 450px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 768px) {
  .mobile-inner {
    right: -90%;
    width: 90%;
  }
}

.mobile-inner .mobile-inner-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 2rem 0;
  background-color: #333333;
}

.mobile-main {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding-top: 1rem;
  overflow-y: scroll;
  margin-bottom: 5rem;
}

.mobile-main-list {
  margin: 0;
  padding: 0;
}

.mobile-main-list li {
  display: block;
  overflow: hidden;
}

.mobile-main-list li.icon {
  display: inline-block;
  padding-right: 0;
  margin-top: 2rem;
}
.mobile-main-list li.icon:nth-of-type(1n + 2) {
  margin-left: 0;
}

.mobile-main-list li a {
  display: inline-block;
  padding: 0.25rem 0;
  color: #FFFFFF;
}
.mobile-main-list li a:hover {
  color: #005EB8;
}

.mobile-main-list > li {
  padding: 0.25rem 2rem;
}
.mobile-main-list > li:nth-last-child(1) {
  border-bottom: none;
}

.mobile-main-list > li > a .menu-item-title {
  font-size: 1rem;
  display: inline-block;
}

.mobile-main-list > li > a .menu-item-description {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 0.75rem;
}

.mobile-main-list .sub-menu {
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.mobile-main-list .sub-menu li {
  border-bottom: none;
  padding: 0;
}
.mobile-main-list .sub-menu li a {
  padding: 0.2rem 0;
  font-size: 0.925rem;
}

.mobile-main-list > li.mobile {
  display: none;
}

.mobile-main-list > li.current-menu-item > a .menu-item-title,
.mobile-main-list .sub-menu li.current-menu-item > a {
  color: #005EB8;
}

.mobile-main-list > li.current-menu-item > a .menu-item-title:after,
.mobile-main-list .sub-menu li.current-menu-item > a:after {
  display: block;
}

/**
* Call popup, Chat popup
*/
/* Outer */
.popup,
.popup-chat,
.popup-mail,
.popup-call {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
@media (max-width: 768px) {
  .popup,
  .popup-chat,
  .popup-mail,
  .popup-call {
    overflow-y: scroll;
  }
}

/* Inner */
.popup-inner {
  max-width: 800px;
  width: 90%;
  height: 90%;
  overflow-y: scroll;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background-color: #F3F3F3;
}
@media (max-width: 768px) {
  .popup-inner {
    top: 1.5rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.popup-inner p {
  margin-bottom: 11px;
}

.popup-chat .popup-inner a {
  color: #0070d9;
}

.popup-mail .gform_wrapper form {
  padding: 1.125em;
}

.popup-contact-boxes {
  overflow: hidden;
  padding: 2rem;
  margin: 0;
}

.popup-contact-boxes li {
  float: left;
  width: 49%;
  margin: 0 2% 2% 0;
  overflow: hidden;
  border: solid 1px #d4d4d4;
  background: #0070d9;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #005eb8;
  border-right: 1px solid #005eb8;
  text-align: center;
}

.popup-contact-boxes li:nth-child(2n+2) {
  margin: 0 0 2% 0;
}

.popup-contact-boxes li:nth-child(n+3) {
  margin-bottom: 0;
}

.popup-contact-boxes li:nth-child(n+5) {
  margin: 2% 2% 2% 0;
}

.popup-contact-boxes li h5.title {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .popup-contact-boxes li h5.title {
    font-size: 1.125rem;
  }
}

.popup-contact-boxes li a {
  display: block;
  overflow: hidden;
  padding: 1.2rem 1.4rem;
  color: #FFFFFF;
}

.popup-contact-boxes li span {
  display: block;
  width: 100%;
  margin: 0.3rem 0 0 0;
  font-family: "MiloOffc-medium", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .popup-contact-boxes li span {
    font-size: 1.25rem;
  }
}

/* Password protected form */
.post-password-required {
  padding: 2rem;
  background: #F3F3F3;
  border: 1px solid #0070D9;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  color: #333333 !important;
  border-radius: 100%;
  line-height: 1.3;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgb(0, 0, 0);
  color: #FFFFFF !important;
  text-decoration: none;
  line-height: 1.3;
}

/**
 * Floating contact
 */
.floating-contact {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 96;
}

.floating-contact .button-mail,
.floating-contact .button-phone {
  color: #000000;
  background-color: #F3F3F3;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.65rem 0.5rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.floating-contact .button-mail:before,
.floating-contact .button-phone:before {
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #005EB8;
}

/**
 * Info banner
 */
.info-banner {
  background-color: #ef3340;
  color: #FFFFFF;
}
.info-banner > .inner-wrapper {
  padding: 1rem 0;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.info-banner p,
.info-banner a {
  font-size: 0.875rem;
}
.info-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.info-banner .info-banner-icon:before {
  font-size: 1.5rem;
}

.info-banner-inner > *:nth-last-child(1) {
  margin-bottom: 0;
}

/**
 * Gerenal
 */
img {
  max-width: 100%;
  height: auto;
}

.clearfix:after, .wrapper:after, .mid-wrapper:after, .inner-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.gradient {
  position: relative;
}
.gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.5;
}

/**
 * Breadcrumbs
 */
.breadcrumbs {
  color: #a9a9a9;
  border-bottom: solid 1px #d9d9d9;
  font-size: 0.8125rem;
  margin: 2rem 0 60px;
  padding: 0 0 5px;
}
@media (max-width: 480px) {
  .breadcrumbs {
    margin: 1rem 0 1rem;
  }
}
.breadcrumbs a {
  color: #a9a9a9;
  font-size: 0.8125rem;
  margin: 0 0 60px;
  padding: 0 0 5px;
}
.breadcrumbs a:hover {
  color: #005EB8;
}

section.breadcrumbs {
  overflow: initial !important;
  padding-bottom: 0;
  margin: 0;
  border: 0;
}

/**
 * Box shadow
 */
.box-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

/**
 * Lists
 */
.block-text-bild ul {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}
.block-text-bild ul li {
  line-height: 150%;
  position: relative;
  padding: 0 0 0 15px;
}
.block-text-bild ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  font-family: "MiloOffc-bold", sans-serif;
}

ul.border-bottom {
  margin: 1.5rem 0;
  padding: 0;
}
ul.border-bottom li {
  border-bottom: 1px solid;
  border-color: rgba(0, 94, 184, 0.25);
  padding: 0.65rem 0;
}
ul.border-bottom li a {
  color: #000000;
  margin: 0;
}

li {
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media (max-width: 480px) {
  li {
    font-size: 0.9375rem;
  }
}
li a {
  font-size: 1.0625rem;
}
@media (max-width: 480px) {
  li a {
    font-size: 0.9375rem;
  }
}

/**
 * Buttons
 */
.button, .button-register, .button-register-white, .button-white,
button,
a.fasc-button {
  font-family: 1.0625rem;
  border: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0.85rem 2rem;
  font-weight: normal;
  background: #005EB8;
  color: #FFFFFF;
  margin: 0.75rem 0 0.75rem 0;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .button, .button-register, .button-register-white, .button-white,
  button,
  a.fasc-button {
    font-size: 0.9375rem;
  }
}
.button a, .button-register a, .button-register-white a, .button-white a,
button a,
a.fasc-button a {
  color: #FFFFFF;
}
.button:hover, .button-register:hover, .button-register-white:hover, .button-white:hover,
button:hover,
a.fasc-button:hover {
  background: #0070D9;
}

.button-white {
  color: #005EB8;
  background-color: #FFFFFF;
}

.button-register:before, .button-register-white:before {
  content: "\ea17";
  font-family: "safeteam";
  margin-right: 1rem;
  vertical-align: middle;
}

.button-register-white {
  color: #FFFFFF;
}

.button-play, .button-play-white {
  font-family: "MiloOffc-medium", sans-serif;
  font-weight: normal;
  font-size: 1.1875rem;
}
@media (max-width: 480px) {
  .button-play, .button-play-white {
    font-size: 0.9375rem;
  }
}
.button-play:after, .button-play-white:after {
  content: "\ea16";
  font-family: "safeteam";
  margin-left: 1rem;
  font-size: 2.1875rem;
  vertical-align: middle;
}

.button-play-white {
  color: #FFFFFF;
}

.read-more {
  margin-top: 0.75rem;
}
.read-more:after {
  content: "\ea07";
  font-family: "safeteam";
  vertical-align: middle;
  margin-left: 0.5rem;
  font-size: 1.0625rem;
}

/**
 * Circle backdrop
 */
.circle-backdrop, .circle-backdrop-center {
  position: relative;
  padding: 0.5rem 0 0.45rem 17.5px;
  color: #005EB8;
  text-align: left !important;
  line-height: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.circle-backdrop:after, .circle-backdrop-center:after {
  content: "";
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.circle-backdrop:hover, .circle-backdrop-center:hover {
  color: #FFFFFF;
}
.circle-backdrop:hover:after, .circle-backdrop-center:hover:after {
  background-color: #005EB8;
}

.circle-backdrop-center {
  text-align: center !important;
  padding: 0.5rem 0 0.45rem 0;
}
.circle-backdrop-center:after {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/**
 * Flexbox
 */
.flex {
  display: flex;
}
@media (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.align-center {
  align-items: center;
}
.flex.align-flex-end {
  align-items: flex-end;
}
.flex.row-reverse {
  flex-direction: row-reverse;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-space-between {
  justify-content: space-between;
}

.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/**
 * Text align
 */
.text-align-left {
  text-align: left;
}

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

.text-align-right {
  text-align: right;
}

/**
 * Responsive videos
 */
.video-container {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .video-container {
    padding-bottom: 580px;
  }
}

.video-container-50 {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .video-container-50 {
    padding-bottom: 550px;
  }
}

.kunskapswebinar-container {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .kunskapswebinar-container {
    padding-bottom: 790px;
  }
}
@media (max-width: 500px) {
  .kunskapswebinar-container {
    padding-bottom: 970px;
  }
}

.ebok-form-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .ebok-form-container {
    padding-bottom: 550px;
  }
}
@media (max-width: 500px) {
  .ebok-form-container {
    padding-bottom: 750px;
  }
}

.video-container iframe,
.video-container-50 iframe,
.kunskapswebinar-container iframe,
.ebok-form-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .entry-content img,
.video-container .entry-content iframe,
.video-container .entry-content object,
.video-container .entry-content embed {
  max-width: 100%;
}

/**
 * Accessibility
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  float: left;
}

/**
 * WordPress specific CSS
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
  height: auto;
}

.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}

.alignleft,
.left {
  float: left;
}

.alignright,
.right {
  float: right;
}

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

.nowrap {
  white-space: nowrap;
}

/**
 * Hero
 */
.flex-container {
  width: 100%;
  height: auto;
  overflow: visible;
}

.flexslider {
  margin: 0 !important;
  border: none !important;
  position: relative;
  overflow: visible;
  border-radius: 0 !important;
  z-index: 1;
  background-color: transparent !important;
}

.flexslider .slides {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.flexslider .slides li {
  position: relative;
  max-height: 540px;
}
.flexslider .slides li img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.flexslider .slides .video {
  min-height: 540px;
}
@media (max-width: 960px) {
  .flexslider .slides .video {
    min-height: unset;
    max-height: unset;
  }
}

.flex-control-nav {
  max-width: 88%;
  padding: 0 0.8rem 0 0 !important;
  box-sizing: border-box;
  z-index: 999;
  bottom: 15px !important;
}
.flex-control-nav li {
  float: right;
}
.flex-control-nav a {
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  vertical-align: middle;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5% 0 0 !important;
  text-align: left;
  padding: 0;
  position: relative;
  text-decoration: none;
  background: #FFFFFF !important;
}
.flex-control-nav a h4 {
  text-transform: uppercase;
}

.flex-control-nav a .flex-control-nav a p {
  margin-bottom: 0;
}

.flex-control-nav .flex-active, .flex-control-nav a:hover {
  background: none !important;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.flex-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
}
.flex-caption .inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1.6rem 1rem;
  position: relative;
  box-sizing: border-box;
}

.flex-caption.video {
  height: 100%;
}
.flex-caption.video .inner {
  height: 100%;
}

@media (max-width: 1200px) {
  .home .video-wrapper {
    width: 100%;
    height: 100%;
    min-height: unset !important;
  }
  .home .video-wrapper video {
    width: 100%;
  }
}
.video-wrapper #close-extra-video {
  display: none;
  background: #005EB8;
  color: #FFFFFF;
  position: absolute;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  width: 35px;
  height: 35px;
  left: 10px;
  top: 0;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 960px) {
  .video-wrapper #close-extra-video {
    left: 10px;
  }
}

.video-wrapper #close-extra-video:before {
  vertical-align: middle;
  line-height: 1;
}

.video-wrapper.bigvideo #close-extra-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.video-wrapper.bigvideo #video {
  min-height: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .video-wrapper.bigvideo #video {
    min-height: auto;
    height: 56.25vw;
  }
}
@media (max-width: 480px) {
  .video-wrapper.bigvideo #video {
    height: 100%;
    top: 0;
  }
}

.videolinkbox {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0.5rem;
  right: 0;
}

.flex-container.fixed .video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 960px;
  z-index: 2;
  pointer-events: auto;
  overflow: hidden;
  min-height: 540px;
  display: block;
}
@media (max-width: 960px) {
  .flex-container.fixed .video-wrapper {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
.flex-container.fixed .video-wrapper iframe {
  width: 100%;
  height: 100%;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.flex-container.fixed .image-wrapper {
  height: 540px;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .flex-container.fixed .image-wrapper {
    height: unset;
    max-height: 540px;
  }
}
.flex-container.fixed .image-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.flex-container.fixed .flex-caption.video {
  text-align: center;
}
@media (max-width: 960px) {
  .flex-container.fixed .flex-caption.video {
    position: unset;
    transform: unset;
  }
}
.flex-container.fixed .flex-caption.video .inner {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  .flex-container.fixed .flex-caption.video .inner {
    padding: 2.6rem 1rem;
    background-color: unset;
    color: #333333;
  }
  .flex-container.fixed .flex-caption.video .inner #extra-video-link {
    color: #0070D9;
  }
}

.flex-container.full .video-wrapper {
  display: block;
  float: right;
  height: calc(100% + 2rem - 20px);
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  width: 60%;
  margin-bottom: -2rem;
  position: relative;
}
.flex-container.full .video-wrapper.gradient:after {
  z-index: 3;
}
.flex-container.full .video-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 480px) {
  .flex-container.full .video-wrapper iframe {
    min-height: 100%;
    top: auto;
    transform: translateX(-50%);
    min-width: 100vh;
  }
}
.flex-container.full .play {
  display: inline-block;
}
.flex-container.full .play:before {
  text-align: center;
  vertical-align: none;
  padding: 10px;
  font-size: 10px;
  top: 0;
  bottom: -50%;
  left: 0;
  right: 0;
  overflow: hidden;
  color: #FFFFFF;
  margin: 0 10px 0 0;
}

/**
 * Slider - full
 */
@media (max-width: 1200px) {
  .flex-container.full .flex-caption {
    position: initial;
    transform: none;
    display: block;
    overflow: hidden;
    max-width: 550px;
    margin: 0 auto;
  }
}
.flex-container.full .flexslider {
  position: relative;
}
.flex-container.full .flexslider > ul li {
  max-height: 540px;
  height: 540px;
}
@media (max-width: 1200px) {
  .flex-container.full .flexslider > ul li {
    max-height: none;
    height: auto;
    min-height: 0;
  }
}
.flex-container.full .flexslider > ul li .video-wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .flex-container.full .flexslider > ul li .video-wrapper {
    width: 100%;
    margin: 0;
    float: none;
    overflow: hidden;
    height: 400px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .flex-container.full .flexslider > ul li .video-wrapper {
    background-color: #F3F3F3;
    min-height: 255px;
    height: 100%;
  }
}
.flex-container.full .flexslider > ul li .image-wrapper {
  display: block;
  float: right;
  width: 60%;
  height: calc(100% + 2rem - 10px);
  overflow: hidden;
  position: relative;
  margin-bottom: -2rem;
  margin-top: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .flex-container.full .flexslider > ul li .image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .flex-container.full .flexslider > ul li .image-wrapper {
    height: auto;
  }
}
.flex-container.full .flexslider > ul li .image-wrapper img {
  min-height: 100%;
  min-width: 100%;
  height: auto !important;
  width: auto !important;
  position: absolute;
  max-width: none;
  max-height: none;
}
@media (max-width: 1200px) {
  .flex-container.full .flexslider > ul li .image-wrapper img {
    position: initial;
    min-width: 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .flex-container.full .flexslider > ul li .image-wrapper img {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
  }
}
@media (max-width: 1200px) {
  .flex-container.full .flex-caption.video {
    width: 100%;
    position: initial;
    overflow: hidden;
    transform: none;
    min-height: 0;
  }
}
.flex-container.full .flex-caption .inner {
  max-width: 100%;
  padding: 0 3rem;
  color: #000000;
  box-sizing: border-box;
  float: left;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .flex-container.full .flex-caption .inner {
    width: 100%;
    margin: 2rem 0;
    padding: 0;
  }
}
.flex-container.full .inner-container {
  position: relative;
}
.flex-container.full .inner-container.padding-bottom {
  padding-bottom: 8rem;
}

.flexslider .flex-direction-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9998;
  position: absolute;
}

.flexslider .flex-direction-nav li {
  line-height: 1;
}

.flexslider .flex-direction-nav a {
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3) !important;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
  z-index: 10;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 2rem;
}

.flexslider .flex-direction-nav .flex-next {
  right: 2rem;
}

.flexslider .flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 2rem !important;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 2rem !important;
  opacity: 1;
}

/* Hero */
.hero {
  position: relative;
  overflow: visible !important;
  background-color: #F3F3F3;
  margin-bottom: 2rem;
  padding-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .hero {
    margin-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .hero {
    padding: 6rem 0 2rem;
  }
}
.hero .wrapper, .hero .mid-wrapper, .hero .inner-wrapper {
  position: relative;
}
@media (max-width: 1180px) {
  .hero .wrapper, .hero .mid-wrapper, .hero .inner-wrapper {
    margin-right: 4%;
    width: 92%;
  }
}
.hero .thumb {
  float: right;
  width: calc(100% - 540px);
  margin-bottom: -2rem;
  position: relative;
  margin-top: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .hero .thumb {
    width: calc(100% - 475px);
  }
}
@media (max-width: 1200px) {
  .hero .thumb {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    box-shadow: none;
  }
}
.hero .thumb img {
  width: 100%;
  height: auto;
}
.hero .thumb .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 2rem;
  z-index: 2;
}
.hero .text {
  float: left;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 9rem;
  position: relative;
}
@media (max-width: 1280px) {
  .hero .text {
    margin: 0 75px 0 0;
  }
}
@media (max-width: 1200px) {
  .hero .text {
    width: 100%;
    max-width: 700px;
    margin: 2rem auto;
  }
}
.hero .text p {
  font-size: 1.0625rem;
}
.hero .text a {
  color: #0070D9;
}

/* icon arrow down */
.hero .anchor-link {
  position: absolute;
  bottom: 1rem;
  left: 0;
  color: #005EB8;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  font-size: 1.0625rem;
}
.hero .anchor-link:after {
  font-family: "safeteam";
  content: "\ea05";
  display: block;
  margin-top: 1rem;
  font-size: 1.25rem;
}

.bounce {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/* - map */
.hero .thumb.map {
  width: 100%;
  box-shadow: none;
}

/**
 * Footer
 */
.footer {
  padding: 5rem 0 4rem;
  background: #F3F3F3;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0 3rem;
  }
}
.footer .logotype {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .footer .logotype {
    max-width: 175px;
  }
}
@media (max-width: 900px) {
  .footer .logotype {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer .logotype {
    max-width: 150px;
  }
}
.footer .logotype img {
  z-index: 1;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer .logotype img {
    margin-bottom: 2rem;
  }
}
.footer .footer-cols {
  width: 100%;
  overflow: hidden;
}
.footer .footer-cols .col > *:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
}

/* - sharing box */
@media (max-width: 1600px) {
  .footer .sharing-box {
    margin: 0;
    left: 20px;
    top: auto;
    bottom: 20px;
  }
}

/* - sub footer */
.sub-footer {
  margin-top: 4rem;
  padding: 1.5rem 0 0 0;
  font-size: 0.8rem;
}
.sub-footer ul {
  margin: 0;
  padding: 0;
}
.sub-footer ul li {
  margin-right: 1.5rem;
  float: left;
  display: inline-block;
}
.sub-footer a {
  color: #555555;
}
.sub-footer .copyright {
  float: left;
  display: inline-block;
  color: #555555;
}
.sub-footer .copyright p {
  margin: 0;
}

@media only screen and (max-width: 1800px) {
  /* Hero */
  .hero-info .info-inner {
    padding: 3rem 0;
  }
  .hero-info .info-inner .title {
    margin: 0 0 2.5rem;
  }
  .hero-info .info-box .link {
    padding: 1.5rem;
  }
  .hero-info .info-box .icon {
    max-width: 50px;
    max-height: 50px;
  }
  .hero-info .info-box .box-title {
    font-size: 1.25rem;
  }
  .hero-info .info-box p {
    font-size: 0.875rem;
    margin: 0.5rem 0;
  }
}
@media only screen and (max-width: 1600px) {
  /* Hero */
  .hero-info .info-inner {
    padding: 2rem 0;
  }
  .hero-info .info-inner .title {
    margin: 0 0 2rem;
  }
  .hero-info .info-box .link {
    padding: 1rem;
  }
  .hero-info .info-box .icon {
    max-width: 40px;
    max-height: 40px;
  }
  .hero-info .info-box .box-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1400px) {
  /* Hero */
  .hero {
    padding: 6rem 0 3rem;
  }
  .hero-info .info-inner {
    padding: 2rem 0;
  }
  .hero-info .info-inner .title {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
  .hero-info .info-box .link {
    padding: 1rem;
  }
  .hero-info .info-box .icon {
    max-width: 30px;
    max-height: 30px;
  }
  .hero-info .info-box .box-title {
    font-size: 1rem;
  }
  .hero-info .info-box p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  /* Hero */
  .hero-info .info-inner {
    padding: 1.5rem 0;
  }
  .hero-info .info-inner .title {
    font-size: 1.375rem;
    margin: 0 0 1.2rem;
  }
  .hero-info .info-box .link {
    padding: 0.5rem;
  }
  .hero-info .info-box .icon {
    max-width: 25px;
    max-height: 25px;
  }
  .hero-info .info-box .box-title {
    font-size: 0.9375rem;
  }
  .hero-info .info-box p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1180px) {
  /* Hero */
  .hero-info {
    position: fixed;
    z-index: 9999;
  }
  .hero-info .close {
    display: block;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
  }
  .hero-info .info-inner .title {
    font-size: 1.625rem;
    margin: 0 0 3rem;
  }
  .hero-info .info-box .link {
    padding: 2.5rem;
  }
  .hero-info .info-box .icon {
    max-width: 70px;
    max-height: 70px;
  }
  .hero-info .info-box .box-title {
    font-size: 1.125rem;
  }
  .hero-info .info-box p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* Header */
  .quick-links .action {
    margin: 0 0 0 1rem;
    font-size: 0.65rem;
  }
  .quick-links .icon {
    font-size: 1.6rem;
    line-height: 27px;
  }
  .quick-links .email-btn .icon {
    font-size: 1.2rem;
    line-height: 27px;
  }
  /* Hero */
  .hero .inner p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 930px) {
  /* Hero */
  .hero {
    padding: 6rem 0 0.5rem;
  }
  .hero .inner p {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 830px) {
  /* Hero */
  .hero .hero-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .hero .acf-map-wrapper .acf-map {
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  /* Popup */
  .popup-contact-boxes li {
    width: 100%;
    margin: 0 0 1rem !important;
  }
  .popup-contact-boxes li a {
    padding: 0.5rem 1.4rem;
  }
  .popup-contact-boxes li h5, .popup-contact-boxes li span {
    margin: 0;
  }
  /* Hero */
  .hero-info .info-box .link {
    padding: 1rem;
  }
  .hero-info .info-box .icon {
    max-width: 50px;
    max-height: 50px;
  }
  .hero-info .info-box .box-title {
    font-size: 1rem;
  }
  .hero-info .info-box p {
    font-size: 0.8125rem;
  }
  /* Footer */
}
@media only screen and (max-width: 660px) {
  /* Footer */
}
@media only screen and (max-width: 600px) {
  /* Layout */
  .content-wrap .sidebar-menu {
    width: 60px;
  }
  /* Header */
  .quick-links .action {
    margin: 0 0 0 1.2rem;
    font-size: 0.6rem;
  }
  .quick-links .icon {
    font-size: 1.5rem;
    line-height: 30px;
  }
  .quick-links .email-btn .icon {
    font-size: 1.2rem;
  }
  .actionmenu {
    left: 60px;
    width: calc(100% - 60px);
  }
  .actionmenu .inner {
    padding: 3rem 5%;
  }
  .actionmenus .close-menu {
    display: none !important;
  }
  .search-faq {
    margin: 2rem 0 0 0;
  }
  .search-faq .title {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
  }
  .search-faq .faqs li {
    width: 100%;
    margin: 0;
  }
  /* Jour */
  .oncall-menu .jour-boxes .box {
    width: 100%;
    margin: 0 0 1rem;
  }
  /* Hero */
  .hero {
    padding: 4.8rem 0 0.5rem;
  }
  .hero-info .info-inner .title {
    font-size: 1.375rem;
    margin: 0 0 1.5rem;
  }
  .hero-info .info-box .link {
    padding: 0.5rem;
  }
  .hero-info .info-box .icon {
    max-width: 30px;
    max-height: 30px;
  }
  .hero-info .info-box .box-title {
    font-size: 0.875rem;
  }
  .hero-info .info-box p {
    font-size: 0.75rem;
  }
  /* Sections */
  /* - slick slider */
}
@media only screen and (max-width: 480px) {
  .sidebar-menu.headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }
  .sidebar-menu.headroom--pinned {
    transform: translateY(0%);
  }
  .sidebar-menu.headroom--unpinned {
    transform: translateY(-100%);
  }
  .sidebar-menu.open.headroom {
    transition: none;
  }
  .sidebar-menu.open.headroom--pinned {
    transform: none;
  }
  .sidebar-menu.open.headroom--unpinned {
    transform: none;
  }
  .content-wrap {
    margin-top: 44px;
  }
  .content-wrap .sidebar-menu {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar-menu .action {
    padding: 0.5rem 0.8rem;
    margin: 0;
    display: inline-block;
    width: auto;
    display: flex;
    align-items: center;
  }
  .sidebar-menu .action .icon {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1;
  }
  .sidebar-menu .search-btn .icon {
    font-size: 1.1rem;
  }
  .sidebar-menu .action .name {
    display: inline-block;
    vertical-align: middle;
  }
  .sidebar-menu .action.open .icon {
    margin: 0;
  }
  .sidebar-menu .menu-icon .bar1, .sidebar-menu .menu-icon .bar2 {
    margin: 5px auto;
    width: 25px;
    height: 2px;
  }
  .sidebar-menu .main-btn.open .bar1 {
    transform: rotate(45deg) translate(3px, 3px);
    -webkit-transform: rotate(45deg) translate(3px, 3px);
  }
  .sidebar-menu .main-btn.open .bar2 {
    transform: rotate(-45deg) translate(2px, -2px);
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
  }
  .actionmenu {
    left: 0;
    top: 44px;
    width: 100%;
  }
  .content-wrap .header, .content-wrap .content, .content-wrap .footer {
    width: 100%;
  }
  /* Typography */
  p.over {
    font-weight: 400;
    font-size: 0.625rem;
  }
  /* Header */
  .quick-links .action {
    margin: 0 0 0 0.8rem;
    font-size: 0.6rem;
  }
  .quick-links .icon {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .quick-links .email-btn .icon {
    font-size: 1rem;
    line-height: 25px;
  }
  /* Sidebar menu */
  /* Menu */
  .main-menu .menu-main-list > li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .main-menu .menu-main-list > li > a {
    font-size: 1.1875rem;
    margin: 0 0 0.5rem;
  }
  .main-menu .menu-main-list a {
    padding: 0.2rem 1rem;
    font-size: 0.9375rem;
  }
  /* Hero */
  .hero-info .info-box {
    width: 50%;
  }
  .hero-info .info-box .link {
    padding: 1rem 0.5rem;
  }
  .hero-info .info-box .icon {
    max-width: 35px;
    max-height: 35px;
  }
  .hero-info .info-box .box-title {
    font-size: 0.9375rem;
  }
  .hero-info .info-box p {
    display: none;
  }
  /* Sections */
  h4.ordered-list {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
  /* Block News */
  /* Footer */
}
/**
 * Search
 */
.search-wrap {
  padding: 6rem 0;
  background: #F3F3F3;
}

.search-post {
  padding: 1.5rem 2rem;
  margin: 0 0 1.5rem;
  background-color: #FFFFFF;
}
.search-post .post-title {
  margin-top: 1rem;
}

.search-post a {
  color: #000000;
  text-decoration: none;
}

.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}

.search-form input {
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  background-color: #000000;
  padding: 0.8rem 2.6rem 0.8rem 1rem;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  background: transparent;
  font-size: 1.25rem;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "safeteam";
  margin: 0;
  padding: 0.5rem 1rem;
}

.search-form .search-submit:before {
  vertical-align: middle;
  position: relative;
  line-height: 1.5;
}

.search-form ::-webkit-input-placeholder {
  color: #FFFFFF;
}

.search-form ::-moz-placeholder {
  color: #FFFFFF;
}

.search-form :-ms-input-placeholder {
  color: #FFFFFF;
}

.search-form :-moz-placeholder {
  color: #FFFFFF;
}

.search-btn {
  padding: 0.4rem 0 0.4rem 0.6rem;
}

.search-btn span {
  font-size: 1.1rem;
  vertical-align: middle;
}

.search-foldout {
  display: none;
  float: left;
  width: 100%;
  background-color: #005EB8;
  color: #FFFFFF;
  padding: 1rem 0;
  margin: 0;
  text-align: center;
  z-index: 99;
}

.search-foldout .search-form input {
  background: transparent;
  outline: none;
}

/**
 * Single
 */
.single-post-wrap {
  margin: 0 auto 4rem;
}
@media (max-width: 480px) {
  .single-post-wrap {
    margin: 0 auto 4rem;
  }
}
.single-post-wrap .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-post-wrap .embed-container.iframe {
  padding-bottom: 0;
}
.single-post-wrap .embed-container iframe,
.single-post-wrap .embed-container object,
.single-post-wrap .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post-wrap .thumb-img {
  max-height: 540px;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .single-post-wrap .thumb-img {
    margin-bottom: 1.25rem;
  }
}
.single-post-wrap .thumb-img img {
  width: 100%;
}
.single-post-wrap h1.post-title {
  float: left;
  width: 60%;
  font-size: 2.625rem;
  line-height: 1.1;
}
@media (max-width: 880px) {
  .single-post-wrap h1.post-title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-post-wrap h1.post-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 600px) {
  .single-post-wrap h1.post-title {
    font-size: 2.1rem;
  }
}
.single-post-wrap .left {
  width: 65%;
  margin-right: 10%;
}
@media (max-width: 880px) {
  .single-post-wrap .left {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.single-post-wrap .left p a {
  color: #0070D9;
}
.single-post-wrap .left p a:hover {
  opacity: 0.8;
}
.single-post-wrap .left ul {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
}
.single-post-wrap .left ul li {
  line-height: 150%;
  position: relative;
  padding: 0 0 0 15px;
}
.single-post-wrap .left ul li:after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.single-post-wrap .left ul li a {
  color: #0070D9;
}
.single-post-wrap .left ul li a:hover {
  opacity: 0.8;
}
.single-post-wrap .right {
  width: 25%;
}
@media (max-width: 880px) {
  .single-post-wrap .right {
    width: 100%;
  }
}
.single-post-wrap .right p {
  margin: 0 0 0.8rem;
}
.single-post-wrap .right img {
  margin: 0 0 1rem;
}
.single-post-wrap .right ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.single-post-wrap .right ul li {
  line-height: 150%;
}
.single-post-wrap .right ul li:before {
  content: ">";
  margin: 0 5px 0 0;
}
.single-post-wrap .right ul a {
  color: #0070D9;
}
.single-post-wrap .right a {
  color: #0070D9;
}
.single-post-wrap .right a:hover {
  opacity: 0.8;
}
.single-post-wrap .right ol {
  padding: 0 0 0 1rem;
  counter-reset: ol-counter;
}
.single-post-wrap .right ol li {
  line-height: 150%;
}
.single-post-wrap .right ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  margin: 0 5px 0 0;
}

.single-post-wrap .right a.button, .single-post-wrap .right a.button-white, .single-post-wrap .right a.button-register, .single-post-wrap .right a.button-register-white {
  color: #ffffff;
}

.moreposts {
  padding: 4rem 0 2rem;
  border-top: solid 1px #d9d9d9;
}
@media (max-width: 768px) {
  .moreposts {
    padding: 3rem 0 1rem;
  }
}
.moreposts .sec-title {
  margin: 0 0 2rem;
}
.moreposts .posts {
  overflow: hidden;
  margin: 0 0 2rem;
  padding: 0;
}
.moreposts .posts li {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .moreposts .posts li {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.moreposts .posts li:nth-child(2n+2) {
  margin: 0 0 4% 0;
}
.moreposts .posts li:hover img {
  opacity: 0.85;
}
.moreposts .posts li .left {
  width: 24%;
  margin: 0 4% 0 0;
  overflow: hidden;
}
.moreposts .posts li .left img {
  float: left;
}
.moreposts .posts li .right {
  width: 72%;
}
.moreposts .posts li .right .inner h3 {
  font-size: 16px;
  margin: 0 0 0.5rem;
  line-height: 20px;
  color: #005EB8;
}
.moreposts .posts li .right .inner p {
  font-size: 14px;
  line-height: 20px;
}
.moreposts .posts li .right .inner .terms {
  color: #d9d9d9;
}

.single .block-contact {
  margin: 0;
  padding: 4rem 0;
  border-top: solid 1px #d9d9d9;
}
@media (max-width: 768px) {
  .single .block-contact {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .single .block-contact {
    padding: 2rem 0;
  }
}

/* subscription form with lime newsletter */
iframe.subscribe {
  width: 355px;
  height: 510px;
  margin-bottom: 1.5rem;
  padding: 0;
}
iframe.subscribe body {
  background-color: transparent;
}

/**
 * Single / Magasin
 */
body.single-magasin {
  /* Filters */
  /* subscribe form */
}
body.single-magasin .single-post__header {
  overflow: hidden;
  display: block;
  background-color: #005EB8;
  padding: 2rem 0 0;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  body.single-magasin .single-post__header {
    padding: 1.25rem 0 0;
  }
}
body.single-magasin .single-post__header a {
  color: #FFFFFF;
}
body.single-magasin .single-post__header .title {
  margin: 0 0 2rem;
}
@media (max-width: 480px) {
  body.single-magasin .single-post__header .title {
    margin: 0 0.5rem 1.1rem 0;
    font-size: 1.35rem;
  }
}
body.single-magasin .single-post__header .kunskapsmagasinet-logo {
  max-width: 150px;
}
@media (max-width: 960px) {
  body.single-magasin .single-post__header .kunskapsmagasinet-logo {
    max-width: 120px;
  }
}
@media (max-width: 490px) {
  body.single-magasin .single-post__header .kunskapsmagasinet-logo {
    max-width: 100px;
  }
}
body.single-magasin .single-post__header .single-post__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
body.single-magasin .single-post-wrap {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
}
body.single-magasin .single-post-wrap .left,
body.single-magasin .single-post-wrap .right {
  margin-bottom: 2rem;
}
body.single-magasin .right .subscribe-wrapper {
  background-color: #005EB8;
  color: #fff;
  padding: 2rem 1.75rem;
  margin-bottom: 1.5rem;
}
body.single-magasin .right .subscribe-wrapper .button, body.single-magasin .right .subscribe-wrapper .button-white, body.single-magasin .right .subscribe-wrapper .button-register, body.single-magasin .right .subscribe-wrapper .button-register-white {
  background-color: #ef3340;
}
body.single-magasin .right .subscribe-wrapper .button:hover, body.single-magasin .right .subscribe-wrapper .button-white:hover, body.single-magasin .right .subscribe-wrapper .button-register:hover, body.single-magasin .right .subscribe-wrapper .button-register-white:hover {
  opacity: 1;
  background-color: #ee4d58;
}
body.single-magasin .share {
  background-color: #005EB8;
  color: #FFFFFF;
  padding: 0;
  padding-top: 5rem;
}
@media (max-width: 480px) {
  body.single-magasin .share {
    padding-top: 3rem;
  }
}
body.single-magasin .moreposts {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
}
body.single-magasin .moreposts > .inner-wrapper {
  padding: 4rem 0 2rem;
}
body.single-magasin .moreposts__image {
  margin-bottom: 1rem;
  display: block;
}
body.single-magasin .moreposts__terms {
  margin: 0 0 0.5rem;
}
body.single-magasin .moreposts__terms a {
  font-size: 16px;
  line-height: 1;
  font-family: "MiloOffc-medium", sans-serif;
}
body.single-magasin .moreposts ul.posts li {
  margin: 0;
}
body.single-magasin .moreposts ul.posts li h3 {
  font-size: 16px;
  margin: 0 0 0.5rem;
  line-height: 20px;
  color: #000000;
}
body.single-magasin .moreposts ul.posts li p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
body.single-magasin .filters-select-wrapper {
  position: relative;
  margin-bottom: 2rem;
  float: right;
}
@media (max-width: 480px) {
  body.single-magasin .filters-select-wrapper {
    margin-bottom: 1.25rem;
  }
}
body.single-magasin .filters-select-wrapper:after {
  content: "\ea01";
  font-family: "safeteam";
  position: absolute;
  color: #FFFFFF;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
body.single-magasin select.filters-select {
  outline: none;
  border: 1px solid #FFFFFF;
  padding: 0.75rem;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #FFFFFF;
  z-index: 1;
  font-family: "MiloOffc-regular", sans-serif;
  min-width: 220px;
}
@media (max-width: 480px) {
  body.single-magasin select.filters-select {
    min-width: 0;
    padding: 0.65rem;
  }
}
body.single-magasin select.filters-select option {
  color: #000000;
}
body.single-magasin .gform_wrapper ul.gform_fields {
  width: calc(100% - 150px);
  float: left;
}
@media (max-width: 768px) {
  body.single-magasin .gform_wrapper ul.gform_fields {
    width: 100%;
    float: none;
  }
}
body.single-magasin .gform_wrapper .gform_footer {
  width: 150px;
  float: left;
  clear: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  body.single-magasin .gform_wrapper .gform_footer {
    width: 100%;
    float: none;
    clear: both;
  }
}
body.single-magasin .gform_wrapper .gform_button {
  padding: 0.8rem !important;
}

/**
 * Slider
 */
.slick-slider {
  padding: 0;
  margin: 0;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "\ea02";
  font-family: "safeteam";
  text-transform: none;
  font-size: 1.71875rem;
  line-height: 1;
  color: #005EB8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-next:before {
  content: "\ea03";
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #FFFFFF;
}

.slick-slide img {
  width: 100%;
  position: relative;
}

/**
 * Social media
 */
.social-media.icons {
  line-height: 1.6;
  margin: 1rem 0;
}

.social-media.icons a {
  margin-right: 0.5rem;
  display: inline-block;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.social-media.icons a:hover {
  color: #000000;
}
.social-media.icons a:before {
  font-family: "safeteam";
}

.social-media.icons.share a {
  color: #FFFFFF;
}
.social-media.icons.share a:hover {
  color: #DFE5EB;
}

#tribe-tickets {
  margin: 0 auto;
  max-width: none;
}
#tribe-tickets .tribe-tickets__item {
  width: 90%;
}
#tribe-tickets .tribe-tickets__footer {
  width: 90%;
}
#tribe-tickets .tribe-tickets__footer {
  justify-content: center !important;
}
#tribe-tickets .woocommerce-form-login-toggle {
  display: none !important;
}

.tribe-common-c-btn {
  background-color: #005EB8 !important;
  text-transform: uppercase !important;
}

#tribe-tickets .tribe-common-c-btn.tribe-tickets__buy {
  background-color: #ef3340;
  color: #FFFFFF;
  width: 200px;
  height: auto;
  padding: 1rem 2rem !important;
  border: none;
  font-size: 20px !important;
  outline: 0;
}

.tribe-common .tribe-dialog__wrapper {
  z-index: 999;
}

.tribe-common div.tribe-dialog {
  z-index: 9999;
}

.tribe-tickets__tickets-item-extra-price {
  height: 16px;
}

.woocommerce-checkout .wrapper .woocommerce, .woocommerce-checkout .mid-wrapper .woocommerce, .woocommerce-checkout .inner-wrapper .woocommerce,
.woocommerce-cart .wrapper .woocommerce,
.woocommerce-cart .mid-wrapper .woocommerce,
.woocommerce-cart .inner-wrapper .woocommerce {
  padding: 0 200px 0 0;
  max-width: 96%;
}
.woocommerce-checkout .wrapper .woocommerce .woocommerce-message, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-message, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-message,
.woocommerce-cart .wrapper .woocommerce .woocommerce-message,
.woocommerce-cart .mid-wrapper .woocommerce .woocommerce-message,
.woocommerce-cart .inner-wrapper .woocommerce .woocommerce-message {
  border-top-color: #0070D9;
}
.woocommerce-checkout .wrapper .woocommerce .woocommerce-message:before, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-message:before, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-message:before,
.woocommerce-cart .wrapper .woocommerce .woocommerce-message:before,
.woocommerce-cart .mid-wrapper .woocommerce .woocommerce-message:before,
.woocommerce-cart .inner-wrapper .woocommerce .woocommerce-message:before {
  color: #0070D9;
}
.woocommerce-checkout .wrapper .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-cart .wrapper .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-cart .mid-wrapper .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-cart .inner-wrapper .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .wrapper .woocommerce .woocommerce-billing-fields h3, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-billing-fields h3, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-billing-fields h3,
.woocommerce-cart .wrapper .woocommerce .woocommerce-billing-fields h3,
.woocommerce-cart .mid-wrapper .woocommerce .woocommerce-billing-fields h3,
.woocommerce-cart .inner-wrapper .woocommerce .woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-checkout .wrapper .woocommerce .woocommerce-billing-fields .form-row, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-billing-fields .form-row, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-billing-fields .form-row,
.woocommerce-cart .wrapper .woocommerce .woocommerce-billing-fields .form-row,
.woocommerce-cart .mid-wrapper .woocommerce .woocommerce-billing-fields .form-row,
.woocommerce-cart .inner-wrapper .woocommerce .woocommerce-billing-fields .form-row {
  width: 32%;
}
@media all and (max-width: 550px) {
  .woocommerce-checkout .wrapper .woocommerce .woocommerce-billing-fields .form-row, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-billing-fields .form-row, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-billing-fields .form-row,
  .woocommerce-cart .wrapper .woocommerce .woocommerce-billing-fields .form-row,
  .woocommerce-cart .mid-wrapper .woocommerce .woocommerce-billing-fields .form-row,
  .woocommerce-cart .inner-wrapper .woocommerce .woocommerce-billing-fields .form-row {
    width: 48%;
  }
}
.woocommerce-checkout .wrapper .woocommerce .woocommerce-billing-fields .form-row input, .woocommerce-checkout .mid-wrapper .woocommerce .woocommerce-billing-fields .form-row input, .woocommerce-checkout .inner-wrapper .woocommerce .woocommerce-billing-fields .form-row input,
.woocommerce-cart .wrapper .woocommerce .woocommerce-billing-fields .form-row input,
.woocommerce-cart .mid-wrapper .woocommerce .woocommerce-billing-fields .form-row input,
.woocommerce-cart .inner-wrapper .woocommerce .woocommerce-billing-fields .form-row input {
  padding: 8px;
}
@media all and (max-width: 1024px) {
  .woocommerce-checkout .wrapper .woocommerce, .woocommerce-checkout .mid-wrapper .woocommerce, .woocommerce-checkout .inner-wrapper .woocommerce,
  .woocommerce-cart .wrapper .woocommerce,
  .woocommerce-cart .mid-wrapper .woocommerce,
  .woocommerce-cart .inner-wrapper .woocommerce {
    max-width: 100%;
    padding: 0;
  }
}

body.single-tribe_events .tribe-events-divider,
body.single-tribe_events .tribe-events-cost {
  display: none !important;
}

.tribe-tickets__item__extra__price,
.tribe-tickets__tickets-footer-total {
  display: none !important;
}

#customer_details .col-1 {
  width: 100%;
  max-width: 100%;
}

#customer_details .col-2 {
  display: none !important;
}

.cart-subtotal,
.checkout .product-total,
.checkout tfoot {
  display: none !important;
}

.tribe-tickets__item__total__wrap {
  display: none !important;
  width: 1px;
}

.woocommerce table.cart td:nth-of-type(4),
.woocommerce table.cart th:nth-of-type(4) {
  display: none !important;
}

.woocommerce table.cart td:nth-of-type(6),
.woocommerce table.cart th:nth-of-type(6) {
  display: none !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals table {
  display: none !important;
}

.woocommerce .wc-proceed-to-checkout {
  float: right !important;
}
.woocommerce .wc-proceed-to-checkout a {
  background: #ef3340 !important;
  font-size: 20px !important;
  border-radius: 0;
  padding: 1rem 2rem !important;
  outline: 0;
  font-weight: bold !important;
  text-transform: uppercase;
}

.woocommerce a.remove {
  color: black !important;
}

.woocommerce a.remove:hover {
  background: black !important;
}

.update_cart {
  display: none;
}

.woocommerce .shop_table button {
  background: #0070D9;
  opacity: 1 !important;
  color: white !important;
  font-size: 20px !important;
  outline: 0;
  border-radius: 0;
}
.woocommerce .shop_table button:hover {
  background: #0070D9 !important;
  opacity: 0.8 !important;
}

.tribe-events-single {
  margin: 0 auto;
}

.block__tickets__item__attendee__fields__footer__divider,
.block__tickets__item__attendee__fields__footer_submit {
  display: none !important;
}

#order_review_heading {
  display: none !important;
}

#order_review .place-order {
  background: white;
  padding: 0 !important;
}
#order_review .place-order button {
  float: left !important;
  background: #ef3340;
  border-radius: 0;
  padding: 20px;
  text-transform: uppercase;
  outline: 0;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none !important;
}

.woocommerce-order .woocommerce-customer-details {
  display: none !important;
}

.woocommerce-order .woocommerce-order-details__title {
  display: none !important;
}

.woocommerce-order table.woocommerce-table--order-details td:nth-of-type(2),
.woocommerce table.woocommerce-table--order-details th:nth-of-type(2) {
  display: none !important;
}

.woocommerce table.woocommerce-table--order-details .tribe-attendee-meta {
  display: none;
}

.woocommerce-notices-wrapper ul li {
  padding: 10px 60px !important;
}
.woocommerce-notices-wrapper ul li::before {
  content: "";
}
.woocommerce-notices-wrapper ul li a {
  background-color: #0070D9 !important;
}

.tribe-link-view-attendee {
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px 30px 10px;
}

.tribe-checkout-backlink {
  font-size: 22px;
  margin-bottom: 1.25em !important;
}

.tribe-tickets__item__attendee__fields__footer {
  display: none;
}

#tribe-block-tickets-item-5895 {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

body .hustle-popup .hustle-popup-content {
  overflow: hidden !important;
}
body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout button.hustle-button-close {
  top: 32px;
  color: #fff;
}
body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout button.hustle-button-close:hover {
  color: #fff;
  background-color: #0070d9;
}
body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content h2:not([class*=forminator-]) {
  font-size: 2.4rem;
}
@media (max-width: 500px) {
  body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content h2:not([class*=forminator-]) {
    font-size: 1.8rem;
  }
}
body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content .cmplz-placeholder-parent {
  width: 100%;
  max-width: 744px;
  height: 440px; /* Match the iframe height */
  overflow: hidden;
  padding: 0;
  margin: 0;
}
@media (max-width: 500px) {
  body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content .cmplz-placeholder-parent {
    height: 520px;
  }
}
body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content .cmplz-placeholder-parent iframe {
  width: 100%;
  height: 100%;
  border: none;
  /* Hide scrollbars */
  overflow: hidden; /* Ensures no content triggers scrolls */
  scrollbar-width: none; /* Firefox */
  /* Special Safari treatment */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile, without default scrollbars */
}
@media (max-width: 500px) {
  body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content .cmplz-placeholder-parent iframe {
    height: 100% !important;
  }
}
body .hustle-popup .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-group-content .cmplz-placeholder-parent iframe::-webkit-scrollbar {
  display: none; /* Hides scrollbars in Chrome, Edge, and Safari */
}

/* - sections */
/**
 * Section - Pagelinks
 */
/**
 * Section - Scroll slider
 */
section.scroll-slider {
  position: relative;
  /* dark background color */
}
section.scroll-slider .read-more {
  font-size: 1.15rem;
  padding: 12px;
}
section.scroll-slider .slides,
section.scroll-slider .slides-news,
section.scroll-slider .slides-main {
  max-width: 100%;
  padding: 0 65px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  section.scroll-slider .slides,
  section.scroll-slider .slides-news,
  section.scroll-slider .slides-main {
    padding-bottom: 1rem;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  section.scroll-slider .slides,
  section.scroll-slider .slides-news,
  section.scroll-slider .slides-main {
    position: relative;
    max-width: none;
    padding: 0 25px 1rem 25px;
  }
}
section.scroll-slider .slide {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  position: relative;
}
section.scroll-slider .slide-inner {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100% - 1rem);
  display: block;
  height: 450px;
  margin: 0 1.25rem 0.75rem 0;
  position: relative;
  border-radius: 1%;
  overflow: hidden;
}
@media (max-width: 900px) {
  section.scroll-slider .slide-inner {
    height: 440px;
  }
}
@media (max-width: 768px) {
  section.scroll-slider .slide-inner {
    height: 400px;
  }
}
section.scroll-slider .slide-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.75;
}
section.scroll-slider img {
  position: relative;
}
section.scroll-slider .content {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 2rem;
}
section.scroll-slider .content > *:nth-child(1) {
  margin-top: 0;
}
section.scroll-slider .content > *:nth-last-child(1) {
  margin-bottom: 0;
}
section.scroll-slider .content .title {
  margin-top: 0;
}
section.scroll-slider .content .meta {
  margin-bottom: 0.5rem;
}
section.scroll-slider .slick-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  margin: 0.75rem 0 0.75rem 0;
}
@media (max-width: 1024px) {
  section.scroll-slider .slick-prev {
    bottom: -45px;
    top: auto;
    transform: none;
    left: calc(50% - 45px - 0.5rem);
    right: auto;
    margin: 0.75rem auto;
  }
}
section.scroll-slider .slick-next {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  margin: 0.75rem 0 0.75rem 0;
}
@media (max-width: 1024px) {
  section.scroll-slider .slick-next {
    bottom: -45px;
    top: auto;
    transform: none;
    right: calc(50% - 45px - 0.5rem);
    left: auto;
    margin: 0.75rem auto;
  }
}
section.scroll-slider .slides-news .slide a.slide-inner,
section.scroll-slider .slides-news .slide .slide-inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
section.scroll-slider .slides-news .slide .thumb {
  background-position: center center;
  background-size: cover;
  height: 50%;
  position: relative;
}
section.scroll-slider .slides-news .img-background {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  min-height: auto;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 1600px) {
  section.scroll-slider .slides-news .img-background {
    min-height: 100%;
  }
}
@media (max-width: 1200px) {
  section.scroll-slider .slides-news .img-background {
    min-height: auto;
  }
}
@media (max-width: 1280px) {
  section.scroll-slider .slides-news .img-background {
    width: 100%;
  }
}
section.scroll-slider .slides-news .magasin-item__terms {
  font-weight: normal;
  font-size: 1.1875rem;
  margin: 0 0 0.75rem 0;
  color: #0070D9;
}
section.scroll-slider .slides-news .magasin-item__excerpt {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}
section.scroll-slider .slides-news .magasin-item__title {
  margin-top: 0;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.3;
}
section.scroll-slider .slides-news .slide-inner {
  height: 100%;
  min-height: 625px;
}
section.scroll-slider .slides-news .magasin-item__excerpt {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}
section.scroll-slider .slides-news .slide .content {
  background-color: #FFFFFF;
  color: #a0a0a0;
  height: 50%;
}
section.scroll-slider .slides-news .slide .content .title {
  color: #0070D9;
}
section.scroll-slider .slides-cases a.slide-inner {
  overflow: hidden;
}
section.scroll-slider .slides-cases .slide-inner:after {
  z-index: 2;
}
section.scroll-slider .slides-cases .img-background {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  height: 600px;
  min-height: auto;
  z-index: 1;
}
@media (max-width: 1600px) {
  section.scroll-slider .slides-cases .img-background {
    min-height: 100%;
    height: 660px;
  }
}
@media (max-width: 1200px) {
  section.scroll-slider .slides-cases .img-background {
    min-height: auto;
    height: 600px;
  }
}
section.scroll-slider .slides-cases .content {
  z-index: 3;
}
section.scroll-slider .slides-cases .slide-inner {
  height: 600px;
}
@media (max-width: 768px) {
  section.scroll-slider .slides-cases .slide-inner {
    height: 400px;
  }
}
section.scroll-slider .slides-magasin .magasin-item__terms,
section.scroll-slider .slides-news .magasin-item__terms {
  font-weight: normal;
  font-size: 1.1875rem;
  margin: 0 0 0.75rem 0;
  color: #0070D9;
}
section.scroll-slider .slides-magasin .magasin-item__excerpt,
section.scroll-slider .slides-news .magasin-item__excerpt {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
}
section.scroll-slider .slides-magasin .magasin-item__title,
section.scroll-slider .slides-news .magasin-item__title {
  margin-top: 0;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.3;
}
section.scroll-slider .slides-magasin .slide .thumb,
section.scroll-slider .slides-news .slide .thumb {
  height: 200px;
  overflow: hidden;
}
section.scroll-slider .slides-magasin .slide .content,
section.scroll-slider .slides-news .slide .content {
  height: calc(100% - 200px);
}
section.scroll-slider .slides-magasin .slide-inner,
section.scroll-slider .slides-news .slide-inner {
  height: 100%;
  min-height: 625px;
}
section.scroll-slider.dark .read-more {
  color: inherit;
}
section.scroll-slider.dark .slick-prev,
section.scroll-slider.dark .slick-next {
  background-color: #005EB8;
  color: #FFFFFF;
}
section.scroll-slider.dark .slick-prev:before,
section.scroll-slider.dark .slick-next:before {
  color: #FFFFFF;
}
section.scroll-slider.dark .slick-prev:hover,
section.scroll-slider.dark .slick-next:hover {
  background-color: #FFFFFF;
  color: #005EB8;
}
section.scroll-slider.dark .slick-prev:hover:before,
section.scroll-slider.dark .slick-next:hover:before {
  color: #005EB8;
}
section.scroll-slider.mid-dark .read-more {
  color: inherit;
}
section.scroll-slider.mid-dark .slick-prev,
section.scroll-slider.mid-dark .slick-next {
  background-color: #014e99;
  color: #FFFFFF;
}
section.scroll-slider.mid-dark .slick-prev:before,
section.scroll-slider.mid-dark .slick-next:before {
  color: #FFFFFF;
}
section.scroll-slider.mid-dark .slick-prev:hover,
section.scroll-slider.mid-dark .slick-next:hover {
  background-color: #FFFFFF;
  color: #014e99;
}
section.scroll-slider.mid-dark .slick-prev:hover:before,
section.scroll-slider.mid-dark .slick-next:hover:before {
  color: #014e99;
}

/**
 * Sections - General
 */
#content > section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#content > section:nth-child(1) {
  padding-top: 180px;
}
@media (max-width: 480px) {
  #content > section:nth-child(1) {
    padding-top: 157.6px;
  }
}

#content.info-banner-active > section:nth-child(1) {
  padding-top: 190.78px;
}
@media (max-width: 1542px) {
  #content.info-banner-active > section:nth-child(1) {
    padding-top: 207.78px;
  }
}
@media (max-width: 788px) {
  #content.info-banner-active > section:nth-child(1) {
    padding-top: 228.78px;
  }
}
@media (max-width: 530px) {
  #content.info-banner-active > section:nth-child(1) {
    padding-top: 249.78px;
  }
}
@media (max-width: 480px) {
  #content.info-banner-active > section:nth-child(1) {
    padding-top: 194.59px;
  }
}
@media (max-width: 399px) {
  #content.info-banner-active > section:nth-child(1) {
    padding-top: 257.59px;
  }
}
@media (max-width: 323px) {
  #content.info-banner-active > section:nth-child(1) {
    padding-top: 278.59px;
  }
}

section.section {
  width: 100%;
  overflow: hidden;
  padding: 6rem 0 5rem;
}
@media (max-width: 1024px) {
  section.section {
    padding: 4rem 0 3rem;
  }
}
@media (max-width: 480px) {
  section.section {
    padding: 3.5rem 0 3.5rem;
  }
}
section.section.margin-top-less {
  padding-top: 0;
}
section.section.margin-top-more {
  padding-top: 8rem;
}
@media (max-width: 1200px) {
  section.section.margin-top-more {
    padding-top: 5rem;
  }
}
section.section.margin-bottom-less {
  padding-bottom: 0;
}
section.section.margin-bottom-more {
  padding-bottom: 8rem;
}
@media (max-width: 1200px) {
  section.section.margin-bottom-more {
    padding-bottom: 5rem;
  }
}
section.section.notop {
  padding-top: 0;
}
section.section.nobottom {
  padding-bottom: 0;
}

/**
 *  Block columns
 */
.block-columns {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .block-columns {
    margin: 3rem 0;
  }
}
@media (max-width: 480px) {
  .block-columns {
    margin: 2rem 0;
  }
}
.block-columns.background {
  margin: 0;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .block-columns.background {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .block-columns.background {
    padding: 2rem 0;
  }
}
.block-columns.verticalalign .mid-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-columns.margins-medium-up {
  margin-top: 2rem;
}
.block-columns.margins-medium-up.background {
  margin-top: 0;
  padding-top: 2rem;
}

.block-columns.margins-large-up {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .block-columns.margins-large-up {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .block-columns.margins-large-up {
    margin-top: 2rem;
  }
}
.block-columns.margins-large-up.background {
  margin-top: 0;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .block-columns.margins-large-up.background {
    padding-top: 3rem;
  }
}
@media (max-width: 480px) {
  .block-columns.margins-large-up.background {
    padding-top: 2rem;
  }
}

.block-columns.margins-none-up {
  margin-top: 0rem;
}
.block-columns.margins-none-up.background {
  padding-top: 0;
}

.block-columns.margins-medium-down {
  margin-bottom: 2rem;
}
.block-columns.margins-medium-down.background {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.block-columns.margins-large-down {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .block-columns.margins-large-down {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .block-columns.margins-large-down {
    margin-bottom: 2rem;
  }
}
.block-columns.margins-large-down.background {
  margin-bottom: 0;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .block-columns.margins-large-down.background {
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .block-columns.margins-large-down.background {
    padding-bottom: 2rem;
  }
}

.block-columns.margins-none-down {
  margin-bottom: 0rem;
}
.block-columns.margins-none-down.background {
  padding-bottom: 0;
}

.child {
  display: block;
  float: left;
  width: 10%;
  box-sizing: border-box;
  margin: 0 6% 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .child {
    margin: 0 4% 0 0;
  }
}
.child:first-child:nth-last-child(1) {
  width: 100%;
}
.child:first-child:nth-last-child(2), .child:first-child:nth-last-child(2) ~ .child {
  width: 47%;
}
@media (max-width: 768px) {
  .child:first-child:nth-last-child(2), .child:first-child:nth-last-child(2) ~ .child {
    width: 100%;
    margin: 0 0 4%;
  }
}
.child:first-child:nth-last-child(3), .child:first-child:nth-last-child(3) ~ .child {
  width: 29.333%;
}
@media (max-width: 768px) {
  .child:first-child:nth-last-child(3), .child:first-child:nth-last-child(3) ~ .child {
    width: 100%;
    margin: 0 0 4%;
  }
}
.child:first-child:nth-last-child(4), .child:first-child:nth-last-child(4) ~ .child {
  width: 20.5%;
}
@media (max-width: 768px) {
  .child:first-child:nth-last-child(4), .child:first-child:nth-last-child(4) ~ .child {
    width: 100%;
    margin: 0 0 4%;
  }
}
.child:first-child:nth-last-child(5), .child:first-child:nth-last-child(5) ~ .child {
  width: 15.2%;
}
@media (max-width: 768px) {
  .child:first-child:nth-last-child(5), .child:first-child:nth-last-child(5) ~ .child {
    width: 100%;
    margin: 0 0 4%;
  }
}
.child:first-child:nth-last-child(6), .child:first-child:nth-last-child(6) ~ .child {
  width: 11.6%;
}
@media (max-width: 768px) {
  .child:first-child:nth-last-child(6), .child:first-child:nth-last-child(6) ~ .child {
    width: 100%;
    margin: 0 0 4%;
  }
}
.child:last-child {
  margin: 0;
}
.child.col3070 {
  width: 34% !important;
  margin: 0 0 0 0;
  float: left;
}
@media (max-width: 768px) {
  .child.col3070 {
    width: 100% !important;
    margin: 0 !important;
  }
}
.child.col3070:nth-of-type(2n+2) {
  width: 60% !important;
  margin: 0 0 0 6%;
}
@media (max-width: 768px) {
  .child.col3070:nth-of-type(2n+2) {
    width: 100% !important;
    margin: 0 !important;
  }
}
.child.col3070:nth-of-type(2n+3) {
  clear: left;
}
.child.col7030 {
  width: 60% !important;
  margin: 0 0 0 0;
  float: left;
}
@media (max-width: 768px) {
  .child.col7030 {
    width: 100% !important;
    margin: 0 !important;
  }
}
.child.col7030:nth-of-type(2n+2) {
  width: 34% !important;
  margin: 0 0 0 6%;
}
@media (max-width: 768px) {
  .child.col7030:nth-of-type(2n+2) {
    width: 100% !important;
    margin: 0 !important;
  }
}
.child.col7030:nth-of-type(2n+3) {
  clear: left;
}

/* - textbild */
.block-text-bild.border {
  border: 1px solid #ddd;
  padding: 2rem;
}
.block-text-bild.border .text-bild > *:nth-child(1) {
  margin-top: 0;
}
.block-text-bild.border .text-bild > *:nth-last-child(1) {
  margin-bottom: 0;
}
.block-text-bild .background {
  padding: 1.2rem 2rem 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.block-text-bild hr {
  border-color: transparent;
  height: 2px;
  background-color: #0070D9;
  margin: 2rem 0 2rem;
}
.block-text-bild a {
  color: #0070D9;
}
.block-text-bild a:hover {
  opacity: 0.8;
}
.block-text-bild a.button, .block-text-bild a.button-white, .block-text-bild a.button-register, .block-text-bild a.button-register-white {
  color: #FFFFFF;
}
.block-text-bild a.button-white {
  color: #005EB8;
}

/* - blue lines */
.blue-lines {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0.5rem !important;
}
@media (max-width: 768px) {
  .blue-lines {
    margin: 0 auto !important;
  }
}
.blue-lines.standard {
  border-top: solid 3px #0070D9;
  border-bottom: solid 3px #0070D9;
  margin-bottom: 3px;
}
.blue-lines.under {
  border-bottom: solid 3px #0070D9;
  margin-bottom: 3px;
}
.blue-lines.over {
  border-top: solid 3px #0070D9;
}
.blue-lines.small {
  max-width: 540px;
  width: 100%;
}
.blue-lines .text-bild {
  padding: 30px 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .blue-lines .text-bild {
    padding: 30px 15px;
  }
}

/* - link-list */
@media (max-width: 768px) {
  .link-list-wrap {
    margin: 0 0 2rem;
  }
}
.link-list-wrap .sec-title {
  color: #0070D9;
  margin: 0 0 2rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .link-list-wrap .sec-title {
    font-size: 1.375rem;
    margin: 0 0 1.5rem;
  }
}
.link-list-wrap .link-list {
  margin: 0;
  padding: 0;
}
.link-list-wrap .link-list li {
  list-style: none;
  float: right;
  clear: both;
  max-width: 350px;
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
  padding: 1rem;
}
.link-list-wrap .link-list li:nth-child(1) {
  border-top: solid 1px #d9d9d9;
}
.link-list-wrap .link-list li a {
  display: block;
  padding: 0;
}
.link-list-wrap .link-list li a:after {
  content: "\ea07";
  font-family: "safeteam";
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-list-wrap .link-list li a:hover:after {
  opacity: 1;
}

/* - get post */
.block-get-post p {
  color: #000000;
}

/* - linkboxes */
.linkboxes-block .sec-title {
  color: #0070D9;
  margin: 0 0 2rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .linkboxes-block .sec-title {
    font-size: 1.375rem;
    margin: 0 0 1.5rem;
  }
}
.linkboxes-block .boxes {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .linkboxes-block .boxes {
    margin: 0 0 2rem;
  }
}
.linkboxes-block .boxes li {
  list-style: none;
  float: left;
  width: 32%;
  margin: 0 2% 1rem 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .linkboxes-block .boxes li {
    width: 48%;
    margin: 0 4% 1.2rem 0;
  }
}
@media (max-width: 480px) {
  .linkboxes-block .boxes li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.linkboxes-block .boxes li > a {
  display: block;
  overflow: hidden;
  padding: 2rem 1.5rem;
}
.linkboxes-block .boxes li:nth-of-type(3n+3) {
  margin: 0 0 1rem 0;
}
@media (max-width: 1024px) {
  .linkboxes-block .boxes li:nth-of-type(3n+3) {
    margin: 0 4% 1.2rem 0;
  }
}
@media (max-width: 1024px) {
  .linkboxes-block .boxes li:nth-of-type(2n+2) {
    margin: 0 0 1.2rem 0;
  }
}
.linkboxes-block .boxes li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  box-shadow: 0px 10px 10px #c4c4c4;
}
.linkboxes-block .boxes .title {
  color: #0070D9;
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
}
.linkboxes-block .boxes p {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
}

/* - calendar */
.block-calendar .calendar-post {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .block-calendar .calendar-post {
    margin: 1rem 0;
  }
}
.block-calendar .calendar-post a {
  color: #333333;
}
.block-calendar .calendar-post .thumb {
  float: left;
  width: 120px;
  margin: 0 30px 0 0;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .block-calendar .calendar-post .thumb {
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .block-calendar .calendar-post .thumb {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 600px) {
  .block-calendar .calendar-post .thumb {
    margin: 0 0 1.5rem;
  }
}
.block-calendar .calendar-post .thumb img {
  width: 100%;
  height: auto;
}
.block-calendar .calendar-post .thumb .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0070D9;
  opacity: 0.6;
}
.block-calendar .calendar-post .updated {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  text-align: center;
  padding: 0 1rem;
  color: #FFFFFF;
  line-height: 1;
}
.block-calendar .calendar-post .updated .day {
  font-size: 1.5rem;
  margin: 0 0 0.2rem;
  display: block;
}
.block-calendar .calendar-post .updated .month {
  font-size: 1rem;
  font-weight: 300;
  display: block;
}
.block-calendar .calendar-post .inner {
  float: left;
  width: calc(100% - 150px);
}
@media (max-width: 1024px) {
  .block-calendar .calendar-post .inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .block-calendar .calendar-post .inner {
    width: calc(100% - 150px);
  }
}
@media (max-width: 600px) {
  .block-calendar .calendar-post .inner {
    width: 100%;
  }
}
.block-calendar .calendar-post .inner p {
  font-size: 0.84375rem;
}
.block-calendar .calendar-post:nth-of-type(2) .thumb .overlay {
  background: #ef3340;
}

@media (max-width: 1455px) {
  .block-calendar li .updated .day {
    font-size: 2.1875rem;
  }
}
@media (max-width: 1200px) {
  .block-calendar li .updated .day {
    font-size: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .block-calendar li .updated .day {
    font-size: 1.25rem;
    line-height: 25px;
  }
}

@media (max-width: 1024px) {
  .block-calendar li .updated .month {
    font-size: 0.9375rem;
    line-height: 20px;
  }
}

/* - Contactbox */
.block-contactbox {
  border: solid 1px #d9d9d9;
  max-width: 480px;
  margin: 2rem auto 0 !important;
}
.block-contactbox a {
  color: #0070D9;
}
.block-contactbox h5 {
  padding: 0.7rem 1rem;
  background-color: #0070D9;
  color: #fff;
  text-align: center;
  margin: 0;
  border: 1px solid #005EB8;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.block-contactbox .inner {
  display: block;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
@media (max-width: 480px) {
  .block-contactbox .right,
  .block-contactbox .left {
    float: none;
  }
}

/* - FAQ-list */
.block-faq-list .faq-list {
  margin: 0;
  padding: 0;
}
.block-faq-list .faq-list li {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0.6rem 0;
}
@media (max-width: 600px) {
  .block-faq-list .faq-list li {
    padding: 0.4rem 0;
  }
}
.block-faq-list .faq-list li .faq-question {
  cursor: pointer;
  font-size: 1.0625rem;
  color: #000000;
  position: relative;
  margin: 0;
  padding: 0 0 0 1.8rem;
  box-sizing: border-box;
  font-family: "MiloOffc-medium", sans-serif;
}
@media (max-width: 600px) {
  .block-faq-list .faq-list li .faq-question {
    font-size: 0.875rem;
    padding: 0 0 0 1.3rem;
  }
}
.block-faq-list .faq-list li .faq-question:before {
  content: "a";
  font-family: "safeteamwp";
  font-size: 1rem;
  line-height: 1;
  color: #0070D9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .block-faq-list .faq-list li .faq-question:before {
    font-size: 0.75rem;
  }
}
.block-faq-list .faq-list li .faq-question.open:before {
  content: "b";
}
.block-faq-list .faq-list li .faq-answer {
  margin: 0.5rem 0 0 1.8rem;
  display: none;
}
@media (max-width: 600px) {
  .block-faq-list .faq-list li .faq-answer {
    margin: 0.5rem 0 0 1.3rem;
  }
}
.block-faq-list .faq-list li .faq-answer a {
  color: #0070D9;
}
@media (max-width: 600px) {
  .block-faq-list .faq-list li .faq-answer p {
    font-size: 0.8125rem;
  }
}

/* - squares */
.squares-list-wrap .squares-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.squares-list-wrap .squares-list li {
  flex: 1 1 20%;
  margin: 0 0.5% 0.6rem;
  float: left;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 6.5rem;
  max-width: 210px;
}
@media (max-width: 768px) {
  .squares-list-wrap .squares-list li {
    flex: 1 1 30%;
  }
}
@media (max-width: 600px) {
  .squares-list-wrap .squares-list li {
    flex: 1 1 49%;
    margin: 0 0.5% 0.2rem;
  }
}
@media (max-width: 480px) {
  .squares-list-wrap .squares-list li {
    flex: 1 1 100%;
    width: 100%;
  }
}
.squares-list-wrap.color .squares-list li {
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
  min-height: 280px;
}
.squares-list-wrap.color .squares-list li a {
  color: #FFFFFF;
}
.squares-list-wrap.color .squares-list li p {
  font-size: 0.8rem;
}
.squares-list-wrap.color .squares-list li.blue-box {
  background: #0070D9;
  background: -webkit-linear-gradient(#0070D9, #0057a9);
  background: -o-linear-gradient(#0070D9, #0057a9);
  background: -moz-linear-gradient(#0070D9, #0057a9);
  background: linear-gradient(#0070D9, #0057a9);
}
.squares-list-wrap.color .squares-list li.red-box {
  background: #ef3340;
  background: -webkit-linear-gradient(#ef3340, #d62d39);
  background: -o-linear-gradient(#ef3340, #d62d39);
  background: -moz-linear-gradient(#ef3340, #d62d39);
  background: linear-gradient(#ef3340, #d62d39);
}
.squares-list-wrap.color .squares-list li .icon {
  width: 100%;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.squares-list-wrap.standard {
  overflow: hidden;
}
.squares-list-wrap.standard .squares-list {
  display: block;
  overflow: hidden;
  margin: 1.5rem 0 0;
  padding: 0;
}
.squares-list-wrap.standard .squares-list li {
  list-style: none;
  flex: 0 0 auto;
  margin: 0;
  max-width: 100%;
  padding: 1rem;
  width: 20%;
}
@media (max-width: 1280px) {
  .squares-list-wrap.standard .squares-list li {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .squares-list-wrap.standard .squares-list li {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .squares-list-wrap.standard .squares-list li:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .squares-list-wrap.standard .squares-list li:nth-child(3n+4) {
    clear: none;
  }
}
@media (max-width: 768px) {
  .squares-list-wrap.standard .squares-list li:nth-child(2n+3) {
    clear: both;
  }
}
.squares-list-wrap.standard .squares-list li img {
  margin: 0 0 1rem;
}
.squares-list-wrap.standard .squares-list li p {
  font-size: 0.875rem;
}
.squares-list-wrap.standard .squares-list li p a {
  color: #0070D9;
  font-size: 0.875rem;
}

/**
 * Block Imagelinks
 */
.block-imagelinks {
  width: 100%;
  overflow: hidden;
}
.block-imagelinks ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-imagelinks li {
  flex: 1 1 18%;
  margin: 0 1%;
  display: flex;
  text-align: center;
  align-self: flex-end;
}
.block-imagelinks li a {
  display: block;
  width: 100%;
  text-align: center;
}
.block-imagelinks li img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
}
@media (max-width: 1200px) {
  .block-imagelinks li img {
    max-width: 100%;
  }
}

/**
 * Block contact
 */
.block-contact {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .block-contact {
    margin: 3rem 0;
  }
}
.block-contact.background {
  margin: 0;
  padding: 5rem 0;
}
.block-contact .top-textfield {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 2.5rem;
}
.block-contact .block-contact-forms {
  padding: 0;
  margin: 0;
}

/**
 * Block Pagelinks
 */
.block-pagelinks {
  margin: 5rem 0;
}
@media (max-width: 930px) {
  .block-pagelinks {
    margin: 3rem 0;
  }
}
@media (max-width: 480px) {
  .block-pagelinks {
    margin: 2rem 0;
  }
}
.block-pagelinks .block-top-textfield {
  width: 100%;
  margin: 0 auto 2.5rem;
  max-width: 750px;
}
@media (max-width: 480px) {
  .block-pagelinks .block-top-textfield {
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 480px) {
  .block-pagelinks .block-top-textfield p, .block-pagelinks .block-top-textfield h1, .block-pagelinks .block-top-textfield h2, .block-pagelinks .block-top-textfield h3, .block-pagelinks .block-top-textfield h4 {
    text-align: left !important;
  }
}
.block-pagelinks ul.box {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.block-pagelinks ul.box li {
  overflow: hidden;
  border: 1px solid #c2c2c2;
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
}
.block-pagelinks ul.box li:nth-child(4n+4) {
  margin: 0 0 2% 0;
}
.block-pagelinks ul.box li:nth-child(4n+5) {
  clear: both;
}
.block-pagelinks ul.box li.six {
  width: 15%;
}
@media (max-width: 1280px) {
  .block-pagelinks ul.box li.six {
    width: 23.5%;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.six {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.six {
    width: 49%;
  }
}
.block-pagelinks ul.box li.six:nth-child(4n+4) {
  margin: 0 2% 2% 0;
}
@media (max-width: 1280px) {
  .block-pagelinks ul.box li.six:nth-child(4n+4) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.six:nth-child(4n+4) {
    margin: 0 2% 2% 0;
  }
}
.block-pagelinks ul.box li.six:nth-child(4n+5) {
  clear: none;
}
.block-pagelinks ul.box li.six:nth-child(6n+6) {
  margin: 0 0 2% 0;
}
@media (max-width: 1280px) {
  .block-pagelinks ul.box li.six:nth-child(6n+6) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.six:nth-child(3n+3) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.six:nth-child(3n+3) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.six:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.six:nth-child(3n+4) {
    clear: none;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.six:nth-child(2n+2) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.six:nth-child(2n+3) {
    clear: both;
  }
}
.block-pagelinks ul.box li.six .text a,
.block-pagelinks ul.box li.six .text p {
  font-size: 0.75rem;
}
.block-pagelinks ul.box li div {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-pagelinks ul.box li div img {
  float: left;
}
.block-pagelinks ul.box li div .text {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 889;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.block-pagelinks ul.box li div .text a {
  display: block;
  position: relative;
  z-index: 890;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
}
.block-pagelinks ul.box li div .text a .p-wrap {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.block-pagelinks ul.box li div .text a .p-wrap p {
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .block-pagelinks ul.box li div .text a .p-wrap p {
    font-size: 0.7rem !important;
  }
}
.block-pagelinks ul.box li div:hover .text {
  display: block;
  color: #FFFFFF;
}
.block-pagelinks ul.box li div:hover:before {
  position: absolute;
  background: #0070D9;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 888;
  content: " ";
}
@media (max-width: 1024px) {
  .block-pagelinks ul.box li div:hover:before {
    top: 49px;
  }
}
@media (max-width: 830px) {
  .block-pagelinks ul.box li div:hover:before {
    top: 0;
  }
}
.block-pagelinks ul.box li .title {
  display: block;
  background: #f2f2f2;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-family: "MiloOffc-regular", sans-serif;
  font-weight: 400;
  margin: 0;
}
.block-pagelinks ul.box li .title a {
  background-color: #0070D9;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.6rem 0.5rem 0.5rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .block-pagelinks ul.box li .title a {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .block-pagelinks ul.box li .title a {
    font-size: 0.78rem;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.four {
    width: 48%;
  }
}
@media (max-width: 830px) {
  .block-pagelinks ul.box li.four {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.four {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .block-pagelinks ul.box li.four {
    width: 100%;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.four:nth-child(2n+2) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.four:nth-child(2n+2) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 480px) {
  .block-pagelinks ul.box li.four:nth-child(2n+2) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.four:nth-child(3n+3) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 830px) {
  .block-pagelinks ul.box li.four:nth-child(3n+3) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.box li.four:nth-child(3n+3) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 480px) {
  .block-pagelinks ul.box li.four:nth-child(3n+3) {
    margin: 0 0 2% 0;
  }
}
@media (max-width: 830px) {
  .block-pagelinks ul.box li.four:nth-child(4n+4) {
    margin: 0 2% 2% 0;
  }
}
@media (max-width: 830px) {
  .block-pagelinks ul.box li.four div:hover:before {
    top: 0;
  }
}
.block-pagelinks ul.box li.four .text p {
  font-size: 0.7rem;
}
.block-pagelinks ul.box li.four .text p a {
  padding: 0;
}
.block-pagelinks ul.box li.four .title a {
  font-size: 1.1rem;
}
@media (max-width: 930px) {
  .block-pagelinks ul.box li.four .title a {
    font-size: 0.9rem;
  }
}
.block-pagelinks ul.boxpil {
  overflow: hidden;
  margin: 45px 0 0 0;
  padding: 0;
}
.block-pagelinks ul.boxpil li {
  float: left;
  width: 48.937%;
  margin: 0 2.12% 1rem 0;
  background-color: #0070D9;
  color: #FFFFFF;
  position: relative;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .block-pagelinks ul.boxpil li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 660px) {
  .block-pagelinks ul.boxpil li {
    position: relative;
    width: 100%;
    margin: 0 0 1rem !important;
  }
}
.block-pagelinks ul.boxpil li a {
  float: left;
}
.block-pagelinks ul.boxpil li:nth-child(2n+2) {
  margin: 0 0 1rem 0;
}
.block-pagelinks ul.boxpil li > div {
  width: 100%;
}
.block-pagelinks ul.boxpil li h3 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}
.block-pagelinks ul.boxpil li p {
  font-size: 0.8125rem;
  color: #FFFFFF;
}
@media (max-width: 1455px) {
  .block-pagelinks ul.boxpil li p {
    font-size: 1rem;
    line-height: 18px;
  }
}
@media (max-width: 1280px) {
  .block-pagelinks ul.boxpil li p {
    font-size: 0.7rem;
    margin: 0 0 0.6rem;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .block-pagelinks ul.boxpil li p {
    font-size: 0.75rem;
  }
}
@media (max-width: 660px) {
  .block-pagelinks ul.boxpil li p {
    display: none;
  }
}
.block-pagelinks ul.boxpil li .inner-content {
  float: left;
  padding: 1.2rem 0 0 1.5rem;
  box-sizing: border-box;
  width: 56%;
}
@media (max-width: 1200px) {
  .block-pagelinks ul.boxpil li .inner-content {
    width: 50%;
    padding: 1rem 0 0 1rem;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.boxpil li .inner-content {
    width: 70%;
  }
}
@media (max-width: 880px) {
  .block-pagelinks ul.boxpil li .inner-content {
    width: 60%;
    padding: 0 0 0 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.boxpil li .inner-content {
    width: 70%;
  }
}
@media (max-width: 660px) {
  .block-pagelinks ul.boxpil li .inner-content {
    width: 70%;
    padding: 1rem 0 1rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: 0;
  }
}
@media (max-width: 480px) {
  .block-pagelinks ul.boxpil li .inner-content {
    padding: 0.5rem 0 0.5rem 0.8rem;
  }
}
.block-pagelinks ul.boxpil li .inner-content .icon {
  width: 16%;
  margin: 0 4% 0 0;
}
@media (max-width: 1280px) {
  .block-pagelinks ul.boxpil li .inner-content .icon {
    width: 18%;
  }
}
@media (max-width: 880px) {
  .block-pagelinks ul.boxpil li .inner-content .icon {
    margin: 0 6% 0 0;
  }
}
@media (max-width: 660px) {
  .block-pagelinks ul.boxpil li .inner-content .icon {
    width: 16%;
  }
}
.block-pagelinks ul.boxpil li .inner-content .icon img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .block-pagelinks ul.boxpil li .inner-content .icon img {
    max-width: 40px;
  }
}
.block-pagelinks ul.boxpil li .inner-content .right {
  width: 76%;
}
@media (max-width: 1280px) {
  .block-pagelinks ul.boxpil li .inner-content .right {
    width: 78%;
  }
}
@media (max-width: 880px) {
  .block-pagelinks ul.boxpil li .inner-content .right {
    width: 76%;
  }
}
@media (max-width: 660px) {
  .block-pagelinks ul.boxpil li .inner-content .right {
    width: 78%;
  }
}
@media (max-width: 1280px) {
  .block-pagelinks ul.boxpil li .inner-content .right .title {
    font-size: 0.9rem;
    margin: 0 0 0.3rem;
  }
}
@media (max-width: 1200px) {
  .block-pagelinks ul.boxpil li .inner-content .right .title {
    font-size: 1.1rem;
  }
}
@media (max-width: 660px) {
  .block-pagelinks ul.boxpil li .inner-content .right .title {
    font-size: 1rem;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .block-pagelinks ul.boxpil li .inner-content .right .title {
    font-size: 0.85rem;
  }
}
@media (max-width: 880px) {
  .block-pagelinks ul.boxpil li .title {
    font-size: 1.3rem;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .block-pagelinks ul.boxpil li .text {
    display: none;
  }
}
.block-pagelinks ul.boxpil li .inner-image {
  float: right;
  width: 44%;
  position: relative;
  background-clip: content-box;
  overflow: hidden;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media (max-width: 1280px) {
  .block-pagelinks ul.boxpil li .inner-image {
    width: 50%;
  }
}
@media (max-width: 930px) {
  .block-pagelinks ul.boxpil li .inner-image {
    width: 30%;
  }
}
@media (max-width: 880px) {
  .block-pagelinks ul.boxpil li .inner-image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .block-pagelinks ul.boxpil li .inner-image {
    width: 30%;
  }
}
.block-pagelinks ul.boxpil li .inner-image img {
  float: left;
}
.block-pagelinks ul.boxpil li .inner-image:after {
  content: "";
  position: absolute;
  top: 52%;
  left: -35%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #0070D9;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
}

.block-pagelinks.background {
  background-color: #DFE5EB;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .block-pagelinks.background {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  .block-pagelinks.background {
    padding: 2rem 0;
  }
}
.block-pagelinks.background h2.headline {
  text-align: center;
}
.block-pagelinks.background .pagelinks-textfield {
  text-align: center;
  margin: 0 0 2rem;
}

.productlist {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.productlist li {
  float: left;
  width: 25%;
  padding: 1.5rem 2% 1.5rem 0;
  box-sizing: border-box;
  list-style: none;
}
@media (max-width: 1024px) {
  .productlist li {
    width: 33.333%;
  }
}
@media (max-width: 930px) {
  .productlist li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .productlist li {
    width: 100%;
    margin: 0;
  }
}
.productlist li:nth-child(4n+5) {
  clear: both;
}
@media (max-width: 1024px) {
  .productlist li:nth-child(4n+5) {
    clear: none;
  }
}
@media (max-width: 1024px) {
  .productlist li:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 930px) {
  .productlist li:nth-child(3n+4) {
    clear: none;
  }
}
@media (max-width: 930px) {
  .productlist li:nth-child(2n+3) {
    clear: both;
  }
}
.productlist li.textbox-background {
  background-color: #cbd6e0;
  min-height: 150px;
}
@media (max-width: 600px) {
  .productlist li.textbox-background {
    padding: 1rem;
    min-height: 0;
  }
}
.productlist li .inner-image {
  float: left;
  width: 65px;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .productlist li .inner-image {
    width: 25%;
  }
}
.productlist li .inner-image img {
  max-width: 100%;
  float: right;
}
@media (max-width: 600px) {
  .productlist li .inner-image img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.productlist li .inner-content {
  float: right;
  width: calc(100% - 80px);
}
@media (max-width: 600px) {
  .productlist li .inner-content {
    width: 75%;
  }
}
.productlist li .inner-content h3.title {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0.5rem;
  color: #005eb8;
}
.productlist li .inner-content .text a, .productlist li .inner-content .text p {
  font-size: 13px;
  line-height: 18px;
}
.productlist li .inner-content.textbox-layout {
  color: #333333 !important;
}
@media (max-width: 600px) {
  .productlist li .inner-content.textbox-layout {
    width: 100%;
  }
}
.productlist li .inner-content.textbox-layout h3 {
  color: #333333;
}

.framedbutton {
  overflow: hidden;
}
.framedbutton li {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.framedbutton li:nth-child(4n+4) {
  margin: 0 0 2% 0;
}
.framedbutton li a {
  margin: 0;
}

@media (max-width: 1024px) {
  .touchevents .block-pagelinks ul.box li div:hover .text {
    display: none;
  }
}
@media (max-width: 1024px) {
  .touchevents .block-pagelinks ul.box li div:hover:before {
    content: none;
  }
}

/**
 * Block Combinations
 */
.block-combinations {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .block-combinations {
    margin: 3rem 0;
  }
}
@media (max-width: 480px) {
  .block-combinations {
    margin: 2rem 0;
  }
}
.block-combinations .block-top-textfield {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.block-combinations .block-top-textfield p {
  margin: 0 0 1.1rem;
}
@media (max-width: 480px) {
  .block-combinations .block-top-textfield p {
    text-align: left !important;
  }
}
@media (max-width: 480px) {
  .block-combinations .block-top-textfield h1, .block-combinations .block-top-textfield h2, .block-combinations .block-top-textfield h3, .block-combinations .block-top-textfield h4 {
    text-align: left !important;
  }
}
.block-combinations div > ul {
  border-top: solid 3px #0070D9;
  border-bottom: solid 3px #0070D9;
  padding: 1.5rem 0;
  overflow: hidden;
  margin: 45px 0 0 0;
}
@media (max-width: 1024px) {
  .block-combinations div > ul {
    padding: 1rem 0;
  }
}
@media (max-width: 660px) {
  .block-combinations div > ul {
    padding: 1rem 0;
    border-top: solid 2px #005EB8;
    border-bottom: solid 2px #005EB8;
  }
}
.block-combinations div > ul > li {
  width: 50%;
  float: left;
  padding: 1.5rem 1rem;
  margin: 0 !important;
  box-sizing: border-box;
  border-right: solid 2px #F3F3F3;
}
@media (max-width: 660px) {
  .block-combinations div > ul > li {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #106fce;
  }
}
.block-combinations div > ul > li:nth-child(3n+2) {
  border-right: none;
}
.block-combinations div > ul > li:nth-child(3n+3) {
  clear: both;
}
@media (max-width: 660px) {
  .block-combinations div > ul > li:nth-last-child(1) {
    border-bottom: none;
  }
}
.block-combinations div > ul li {
  overflow: hidden;
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.block-combinations ul ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  float: right;
  padding: 0;
}
@media (max-width: 1024px) {
  .block-combinations ul ul {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .block-combinations ul ul {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .block-combinations ul ul {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.block-combinations ul ul li {
  padding: 0 1%;
  width: 33.333%;
  text-align: center;
  position: relative;
}
@media (max-width: 660px) {
  .block-combinations ul ul li {
    display: inline-block;
    width: auto;
  }
}
.block-combinations ul ul li .inner-combination {
  float: left;
  width: 100%;
}
@media (max-width: 660px) {
  .block-combinations ul ul li .inner-combination {
    padding: 0 0.5rem;
  }
}
.block-combinations ul ul li .inner-combination a:hover img {
  opacity: 0.8;
}
.block-combinations ul ul li .inner-combination img {
  clear: both;
  width: 40px;
  max-width: 100%;
}
@media (max-width: 660px) {
  .block-combinations ul ul li .inner-combination img {
    width: 30px;
  }
}
.block-combinations ul ul li .inner-combination p {
  clear: both;
  font-size: 0.7rem;
}
.block-combinations .border {
  width: 100%;
  display: block;
  clear: both;
  border-bottom: solid 2px #F3F3F3;
}
@media (max-width: 660px) {
  .block-combinations .border {
    display: none;
  }
}
.block-combinations .combination-text {
  width: 47%;
  margin-right: 4%;
  float: right;
  flex: 1;
}
@media (max-width: 1024px) {
  .block-combinations .combination-text {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}
@media (max-width: 768px) {
  .block-combinations .combination-text {
    margin-right: 0;
  }
}
.block-combinations .combination-text h5 {
  color: #0070D9;
  margin: 0 0 0.3rem;
}
.block-combinations .combination-text p {
  font-size: 0.8rem;
}

/**
 * Block News
 */
.block-news {
  padding: 5rem 0;
  background: #DFE5EB;
}
@media (max-width: 768px) {
  .block-news {
    padding: 3rem 0;
  }
}
@media (max-width: 1455px) {
  .block-news ul.news {
    padding: 0 30px;
  }
}
.block-news .headline {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.block-news .section-title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.block-news .news-carousel {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 1455px) {
  .block-news .news-carousel {
    margin: 0 0.5rem;
  }
}
@media (max-width: 800px) {
  .block-news .news-carousel {
    padding: 0 45px;
    margin: 0;
  }
}
.block-news .news-carousel .slick-list {
  overflow: hidden;
}
.block-news .news-carousel .slick-track {
  display: flex !important;
}
.block-news .news-carousel .slick-track:before {
  content: none;
}
.block-news .news-carousel .carousel-posts {
  float: left;
  margin: 0 0.7rem;
  background: #FFFFFF;
  outline: none;
  height: inherit !important;
}
.block-news .news-carousel .carousel-posts img {
  width: 100%;
  height: auto;
}
.block-news .news-carousel .carousel-posts:hover img {
  opacity: 0.85;
}
.block-news .news-carousel .carousel-posts .inner {
  padding: 1.5rem;
}
@media (max-width: 480px) {
  .block-news .news-carousel .carousel-posts .inner {
    padding: 1rem;
  }
}
.block-news .news-carousel .carousel-posts .inner .title {
  font-size: 1.25rem;
  color: #0070D9;
  margin: 0 0 0.5rem;
}
@media (max-width: 480px) {
  .block-news .news-carousel .carousel-posts .inner .title {
    font-size: 1rem;
  }
}
.block-news .news-carousel .carousel-posts .inner p {
  color: #333333;
}
@media (max-width: 480px) {
  .block-news .news-carousel .carousel-posts .inner p {
    font-size: 0.8rem;
  }
}
.block-news .categories {
  overflow: hidden;
  margin: 30px 0 0;
  list-style: none;
}
.block-news .categories.hide-cat {
  display: none;
}
.block-news .categories h2 {
  display: none;
}
.block-news .categories ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-news .categories ul li {
  display: inline-block;
  list-style-type: none;
}
.block-news .categories ul a {
  display: block;
  min-width: 87px;
  padding: 10px 20px;
  margin: 0 -0.12rem;
  text-align: center;
  line-height: 1.5rem;
  color: #FFFFFF;
  background: #0070D9;
  border: 1px solid #0070D9;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.block-news .categories ul a:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid #0070D9;
  border-top: 1px solid #0070D9;
}

/* - slick slider */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #005EB8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.slick-prev:before,
.slick-next:before {
  font-family: "safeteamwp";
  font-size: 35px;
  line-height: 0.89;
  opacity: 1;
  color: #005EB8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "c";
  padding-right: 0.15rem;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "d";
  padding-left: 0.3rem;
}

/**
 * Block fullsize img
 */
.wrapper-img-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 1;
  overflow: hidden;
  min-height: 750px;
}
@media (max-width: 480px) {
  .wrapper-img-background {
    min-height: 500px;
  }
}

.img-background {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 1500px) {
  .img-background {
    min-height: 750px;
  }
}
@media (max-width: 480px) {
  .img-background {
    min-height: 500px;
  }
}

.block-fullsizeimg {
  position: relative;
  min-height: 750px;
  display: flex;
  align-items: flex-end;
  overflow: visible !important;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .block-fullsizeimg {
    min-height: 500px;
  }
}
.block-fullsizeimg > .wrapper, .block-fullsizeimg > .mid-wrapper, .block-fullsizeimg > .inner-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .block-fullsizeimg .button, .block-fullsizeimg .button-white, .block-fullsizeimg .button-register, .block-fullsizeimg .button-register-white {
    bottom: 1rem;
    left: 0;
    right: auto;
  }
}
.block-fullsizeimg .caption {
  color: #FFFFFF;
  z-index: 1;
}
@media (max-width: 1024px) {
  .block-fullsizeimg .caption {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .block-fullsizeimg .caption {
    width: 100%;
    bottom: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .block-fullsizeimg .image {
    width: 150%;
    margin-left: -25%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .block-fullsizeimg .image {
    width: 180%;
    margin-left: -40%;
  }
}
@media (max-width: 600px) {
  .block-fullsizeimg .image {
    width: 200%;
    margin-left: -50%;
  }
}
@media (max-width: 480px) {
  .block-fullsizeimg .image {
    width: 220%;
    margin-left: -60%;
  }
}
.block-fullsizeimg .col {
  z-index: 1;
}
.block-fullsizeimg .col.link {
  display: flex;
  justify-content: flex-end;
}
.block-fullsizeimg.gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 0;
}
.block-fullsizeimg .links {
  z-index: 1;
  background-color: #005EB8;
  padding: 1.75rem 2rem;
  column-count: 2;
  position: absolute;
  right: 0;
  bottom: -2rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .block-fullsizeimg .links {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .block-fullsizeimg .links {
    position: initial;
    column-count: 2;
    margin-bottom: -2rem;
  }
}
@media (max-width: 480px) {
  .block-fullsizeimg .links {
    padding: 1rem 1rem;
  }
}
.block-fullsizeimg .links .link {
  color: #FFFFFF;
  font-size: 1.25rem;
  display: block;
  padding: 0.75rem 1rem;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 1024px) {
  .block-fullsizeimg .links .link {
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .block-fullsizeimg .links .link {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .block-fullsizeimg .links .link {
    font-size: 0.9375rem;
  }
}
.block-fullsizeimg .links .link:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
.block-fullsizeimg .links .link:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea07";
  font-family: "safeteam";
  float: right;
  opacity: 0;
}
.block-fullsizeimg .links .link:hover:after {
  opacity: 1;
}

/**
 * Block customer portals
 */
.block-customer-portals {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.block-customer-portals li {
  float: left;
  width: 22%;
  margin: 0 4% 1.5rem 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .block-customer-portals li {
    width: 23.5%;
    margin: 0 2% 2rem 0;
  }
}
@media (max-width: 1024px) {
  .block-customer-portals li {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .block-customer-portals li {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .block-customer-portals li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.block-customer-portals li:nth-child(4n+4) {
  margin: 0 0 1.5rem 0;
}
.block-customer-portals li .content-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.block-customer-portals li .content-wrap .main {
  display: block;
  width: 100%;
  background: #0070D9;
  color: #FFFFFF;
  padding: 2rem 2rem 4rem;
  box-sizing: border-box;
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .block-customer-portals li .content-wrap .main {
    padding: 1rem 1rem 3rem;
  }
}
@media (max-width: 480px) {
  .block-customer-portals li .content-wrap .main {
    padding: 2rem 1rem 1rem;
  }
}
.block-customer-portals li .content-wrap .icon {
  max-width: 80px;
  margin: 1.5rem 0 0;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .block-customer-portals li .content-wrap .icon {
    bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .block-customer-portals li .content-wrap .icon {
    bottom: 5rem;
  }
}
.block-customer-portals li .content-wrap .triangle-down {
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 50%;
  overflow: hidden;
  display: block;
}
.block-customer-portals li .content-wrap .triangle-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 500px solid #0070D9;
}
.block-customer-portals li .login {
  background-color: #ef3340;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 0.6rem 1rem;
  margin: 1.5rem 0 0;
  border: 1px solid #9c9a9a;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/**
 * Block - contactfields for staff and offices
 */
.block-contactfields {
  margin: 5rem 0;
}
@media (max-width: 480px) {
  .block-contactfields {
    margin: 3rem 0;
  }
}
.block-contactfields ul.contact-fields-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.block-contactfields ul.contact-fields-list li {
  float: left;
  text-align: center;
}
.block-contactfields ul.contact-fields-list li img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

.acf-map-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.acf-map-wrapper .acf-map {
  width: 100%;
  height: 600px;
}
@media (max-width: 830px) {
  .acf-map-wrapper .acf-map {
    height: 360px;
  }
}
.acf-map-wrapper .acf-map .gm-style-iw {
  width: 400px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
}
.acf-map-wrapper .acf-map .gm-style-iw > div {
  width: 400px !important;
  max-width: 400px !important;
}
.acf-map-wrapper .acf-map .stores-content-wrapper {
  width: 400px !important;
}
.acf-map-wrapper .acf-map .stores-content-wrapper h5 {
  padding: 0.7rem 1rem;
  margin: 0 !important;
  background: #0070D9;
  color: #fff;
  text-align: center;
  border: 1px solid #005EB8;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.acf-map-wrapper .acf-map .stores-content-wrapper .inner {
  display: block;
  overflow: hidden;
  padding: 1rem;
  font-size: 10px !important;
}
.acf-map-wrapper .acf-map .left,
.acf-map-wrapper .acf-map .right {
  width: 49% !important;
}
.acf-map-wrapper .acf-map .left p,
.acf-map-wrapper .acf-map .right p {
  font-size: 12px !important;
  line-height: 15px;
}
.acf-map-wrapper .acf-map img {
  max-width: inherit !important;
}
.acf-map-wrapper .menu-sidemenu {
  top: 0;
}

.scrolloff {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative !important;
}

.scrolloff:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(239, 239, 239, 0.3);
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* - custom contactboxes */
.block-contactfields ul.contact-fields-list.contact-boxes li {
  width: 23.5%;
  margin: 2% 2% 0 0;
  overflow: hidden;
  border: solid 1px #D4D4D4;
  background: #0070D9;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #005EB8;
  border-right: 1px solid #005EB8;
}
@media (max-width: 1400px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li {
    width: 30.666%;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li {
    width: 100%;
    margin-right: 0;
  }
}
.block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(4n+4) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(4n+4) {
    margin-right: 0;
  }
}
.block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(4n+5) {
  clear: both;
}
@media (max-width: 1400px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(4n+5) {
    clear: none;
  }
}
@media (max-width: 1400px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(3n+3) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1400px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li:nth-child(2n+3) {
    clear: both;
  }
}
.block-contactfields ul.contact-fields-list.contact-boxes li h5.title {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li h5.title {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li h5.title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li h5 {
    font-size: 15px;
    line-height: 15px;
    margin: 0;
  }
}
.block-contactfields ul.contact-fields-list.contact-boxes li a {
  color: #FFFFFF;
}
.block-contactfields ul.contact-fields-list.contact-boxes li .icon-phone:before,
.block-contactfields ul.contact-fields-list.contact-boxes li .icon-envelope:before {
  display: none;
  font-family: "safeteam";
  vertical-align: middle;
  margin-right: 0.5rem;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-contactfields ul.contact-fields-list.contact-boxes li .contactfields-phone,
.block-contactfields ul.contact-fields-list.contact-boxes li .contactfields-mail {
  display: block;
  width: 100%;
  margin: 0.3rem 0 0 0;
  font-family: "MiloOffc-bold", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px) {
  .block-contactfields ul.contact-fields-list.contact-boxes li .contactfields-phone,
  .block-contactfields ul.contact-fields-list.contact-boxes li .contactfields-mail {
    font-size: 1.25rem;
  }
}

/* - custom stafflist */
.block-contactfields ul.contact-fields-list {
  margin: 2rem 0 0;
}

.block-contactfields ul.contact-fields-list.staff-list li {
  list-style: none;
  width: 15%;
  margin: 0 2% 4rem 0;
  position: relative;
}
@media (max-width: 1200px) {
  .block-contactfields ul.contact-fields-list.staff-list li {
    width: 18.4%;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.staff-list li {
    width: 23.5%;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.staff-list li {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .block-contactfields ul.contact-fields-list.staff-list li {
    width: 49%;
  }
}
.block-contactfields ul.contact-fields-list.staff-list li:nth-child(6n+6) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(6n+6) {
    margin-right: 2%;
  }
}
.block-contactfields ul.contact-fields-list.staff-list li:nth-child(6n+7) {
  clear: both;
}
@media (max-width: 1200px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(6n+7) {
    clear: none;
  }
}
@media (max-width: 1200px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(5n+5) {
    margin-right: 2%;
  }
}
@media (max-width: 1200px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(5n+6) {
    clear: both;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(5n+6) {
    clear: none;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(4n+4) {
    margin-right: 2%;
  }
}
@media (max-width: 1024px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(4n+5) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(4n+5) {
    clear: none;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(3n+3) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .block-contactfields ul.contact-fields-list.staff-list li:nth-child(2n+3) {
    clear: both;
  }
}
.block-contactfields ul.contact-fields-list.staff-list li h4 {
  font-size: 1rem;
  margin: 0;
}
.block-contactfields ul.contact-fields-list.staff-list li h5 {
  font-size: 0.8rem;
}
.block-contactfields ul.contact-fields-list.staff-list li .icon-phone {
  font-family: "safeteam";
}
.block-contactfields ul.contact-fields-list.staff-list li .icon-envelope {
  font-family: "safeteam";
}
.block-contactfields ul.contact-fields-list.staff-list li .icon-phone:before,
.block-contactfields ul.contact-fields-list.staff-list li .icon-envelope:before {
  font-family: "safeteam";
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-phone,
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-mail {
  color: #FFFFFF;
  padding: 0.45rem 0.5rem;
  display: inline-block;
  margin: 1rem 0 0 0;
  font-size: 1.3rem;
  line-height: 1;
  min-width: 37px;
  text-align: center;
}
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-phone {
  background-color: #ef3340;
}
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-phone.open span {
  display: block;
  border: 1px solid #eee;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0.1rem 0.5rem;
  font-size: 0.9rem;
  color: #aaa;
  position: absolute;
  width: 98%;
}
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-mail {
  background-color: #0070D9;
}
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-phone span,
.block-contactfields ul.contact-fields-list.staff-list li .contactfields-mail span {
  display: none;
}

/**
 * Custom storeslist
 */
.store-wrapper {
  margin: 4rem 0;
}

.stores-list {
  overflow: hidden;
  padding: 0;
}
.stores-list > li {
  clear: both;
  overflow: hidden;
  margin: 0 0 3rem;
  width: 100%;
}
@media (max-width: 930px) {
  .stores-list > li {
    margin: 0 0 1rem;
  }
}
.stores-list > li .store-title {
  color: #005EB8;
}
.stores-list > li .stores {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  padding: 0;
}
.stores-list > li .stores li {
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  float: left;
  margin: 0 0.2rem 0.5rem;
  width: calc(33.333% - 0.4rem);
  border: solid 1px #d9d9d9;
}
@media (max-width: 1180px) {
  .stores-list > li .stores li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 1024px) {
  .stores-list > li .stores li {
    width: 50%;
  }
}
@media (max-width: 930px) {
  .stores-list > li .stores li {
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media (max-width: 1024px) {
  .stores-list > li .stores li:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 1024px) {
  .stores-list > li .stores li:nth-child(2n+2) {
    border-right: solid 1px #ddd;
  }
}
.stores-list > li .stores li .stores-content-wrapper {
  display: block;
  border-top: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stores-list > li .stores li .stores-content-wrapper p {
  font-size: 0.875rem;
  line-height: 1.45;
}
.stores-list > li .stores li .stores-content-wrapper a {
  font-size: inherit;
  color: #0070D9;
}
.stores-list > li .stores li .stores-content-wrapper a:hover {
  opacity: 0.8;
}
.stores-list > li .stores li h5 {
  padding: 0.5rem 1rem;
  margin: 0;
  background-color: #0070D9;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #005EB8;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.stores-list > li .stores li .inner {
  display: block;
  overflow: hidden;
  padding: 0.8rem 1rem;
  flex: 1;
}
.stores-list > li .stores li .inner .right,
.stores-list > li .stores li .inner .left {
  width: 50%;
  padding: 0.5rem;
  word-break: break-word;
}
@media (max-width: 600px) {
  .stores-list > li .stores li .inner .right,
  .stores-list > li .stores li .inner .left {
    width: 100%;
    margin: 0;
  }
}
.stores-list > li .stores li .extra-info {
  display: block;
  background-color: #DFE5EB;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
  border-top: solid 1px #ddd;
  min-height: 150px;
}
@media (max-width: 1400px) {
  .stores-list > li .stores li .extra-info {
    min-height: 175px;
  }
}
@media (max-width: 600px) {
  .stores-list > li .stores li .extra-info {
    min-height: 0;
  }
}
.stores-list > li .stores li .extra-info .right,
.stores-list > li .stores li .extra-info .left {
  width: 50%;
  padding: 0.5rem;
  word-break: break-word;
}
@media (max-width: 600px) {
  .stores-list > li .stores li .extra-info .right,
  .stores-list > li .stores li .extra-info .left {
    width: 100%;
    margin: 0;
  }
}
.stores-list > li .stores li .extra-info h3 {
  font-size: 0.9rem;
}
.stores-list > li .stores li .extra-info p {
  font-size: 0.875rem;
  line-height: 1.45;
}
.stores-list > li .stores li .extra-info a {
  color: #0070D9;
}
.stores-list > li .stores li .extra-info a:hover {
  opacity: 0.8;
}

.break {
  border-top: solid 2px #ddd;
  display: block;
  margin: 40px auto 50px;
}

.office-wrapper:first-of-type {
  border-top: solid 3px #d9d9d9;
}

.stores-list > li .stores li:nth-child(3n+3) .stores-content-wrapper, .stores-list > li .stores li:last-child .stores-content-wrapper {
  border-right: solid 1px #d9d9d9;
}

/**
 * Columns
 */
.col {
  float: left;
  margin-right: 4%;
  margin-bottom: 1.5rem;
}
.col.border-above {
  border-top: 3px solid;
  border-color: #0070D9;
  padding: 30px;
}
.col.border-below {
  border-bottom: 3px solid;
  border-color: #0070D9;
  padding: 30px;
}

/* - col20 */
.col20 {
  width: 16.8%;
}

.col20:nth-of-type(5n+5) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col20:nth-of-type(5n+5) {
    margin-right: 4%;
  }
}

.col20:nth-of-type(5n+6) {
  clear: both;
}
@media (max-width: 1200px) {
  .col20:nth-of-type(5n+6) {
    clear: none;
  }
}

/* - col25 */
.col25 {
  width: 22%;
}
@media (max-width: 1400px) {
  .col25 {
    width: 30.666%;
  }
}
@media (max-width: 1024px) {
  .col25 {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .col25 {
    width: 100%;
    margin-right: 0;
  }
}

.col25:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .col25:nth-child(4n+4) {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .col25:nth-child(4n+4) {
    margin-right: 0;
  }
}

.col25:nth-child(4n+5) {
  clear: both;
}
@media (max-width: 1400px) {
  .col25:nth-child(4n+5) {
    clear: none;
  }
}

@media (max-width: 1400px) {
  .col25:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .col25:nth-child(3n+3) {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .col25:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 1400px) {
  .col25:nth-child(3n+4) {
    clear: both;
  }
}

@media (max-width: 1024px) {
  .col25:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .col25:nth-child(2n+3) {
    clear: both;
  }
}

/* - col33 */
.col33 {
  width: 30.666%;
}
@media (max-width: 1024px) {
  .col33 {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .col33 {
    width: 100%;
    margin-right: 0;
  }
}

.col33:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .col33:nth-child(3n+3) {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .col33:nth-child(3n+3) {
    margin-right: 0;
  }
}

.col33:nth-child(3n+4) {
  clear: both;
}
@media (max-width: 1024px) {
  .col33:nth-child(3n+4) {
    clear: none;
  }
}

@media (max-width: 1024px) {
  .col33:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .col33:nth-child(2n+3) {
    clear: both;
  }
}

/* - col3366 */
.col3366 {
  width: 31.3333333333%;
}
@media (max-width: 1200px) {
  .col3366 {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .col3366 {
    width: 100%;
    margin-right: 0;
  }
}
.col3366:nth-child(2n+2) {
  width: 64.6666666666%;
}
@media (max-width: 1200px) {
  .col3366:nth-child(2n+2) {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .col3366:nth-child(2n+2) {
    width: 100%;
  }
}

.col3366:nth-of-type(2n+2) {
  margin-right: 0;
}

.col3366:nth-of-type(2n+3) {
  clear: both;
}

/* - col50 */
.col50 {
  width: 48%;
}
@media (max-width: 768px) {
  .col50 {
    width: 100%;
    margin-right: 0;
  }
}

.col50:nth-of-type(2n+2) {
  margin-right: 0;
}

.col50:nth-of-type(2n+3) {
  clear: both;
}

/* - col100 */
.col100 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 1.5rem;
  float: none;
}
@media (max-width: 768px) {
  .col100 {
    margin: 0 auto 1rem;
  }
}

.col > *:nth-child(1) {
  margin-top: 0;
}

.col.background {
  padding: 3.5rem 3rem;
}

/* - row reverse */
.row-reverse {
  /* - col3366 */
  /* - col50 */
}
.row-reverse .col3366:nth-of-type(2n+2) {
  margin-right: 4%;
}
@media (max-width: 768px) {
  .row-reverse .col3366:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.row-reverse .col3366:nth-of-type(2n+1) {
  margin-right: 0;
}
.row-reverse .col50:nth-of-type(2n+2) {
  margin-right: 4%;
}
@media (max-width: 768px) {
  .row-reverse .col50:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.row-reverse .col50:nth-of-type(2n+1) {
  margin-right: 0;
}

/**
 * Section - Services
 */
section.servicesblock .services {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  section.servicesblock .services {
    width: 100%;
    margin-right: 0 !important;
  }
}
section.servicesblock .service {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 2%;
  margin-bottom: 2rem;
  position: relative;
  transition: all 1s;
}
@media (max-width: 768px) {
  section.servicesblock .service {
    padding: 1.5rem;
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 480px) {
  section.servicesblock .service {
    padding: 2rem 1.25rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  section.servicesblock .service:nth-child(3n+3) {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  section.servicesblock .service:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  section.servicesblock .service:nth-child(2n+3) {
    clear: both;
  }
}
section.servicesblock .service:hover {
  transform: translateY(-0.5rem);
  z-index: 1;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.125);
}
section.servicesblock .service > *:nth-last-child(1) {
  margin-bottom: 0;
}
section.servicesblock .service img {
  padding: 0 1rem;
  max-width: 75px;
  max-height: 75px;
  width: 100%;
  margin: 1.5rem auto 1rem !important;
}
@media (max-width: 480px) {
  section.servicesblock .service img {
    margin: 0.5rem auto 0 !important;
  }
}
section.servicesblock .service .title {
  text-align: center;
  width: 100%;
  font-weight: normal;
  margin-top: 1rem;
  font-size: 1.0625rem;
  font-family: "MiloOffc-medium", sans-serif;
}
@media (max-width: 480px) {
  section.servicesblock .service .title {
    font-size: 0.9375rem;
  }
}
section.servicesblock .service .info {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.8125rem;
  color: #005EB8;
}

body.home div#content section#subscribe-section {
  background-color: #005EB8 !important;
  color: #FFFFFF;
}

/**
 * Print
 */
.kunskapswebinar-container iframe,
.ebok-form-container iframe
 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kunskapswebinar-container {
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
}

@media (max-width: 1300px) {
	.kunskapswebinar-container {
		padding-bottom: 790px;
	}
}

@media (max-width: 500px) {
	.kunskapswebinar-container {
		padding-bottom: 970px;
	}
}

.ebok-form-container {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

@media (max-width: 1300px) {
	.ebok-form-container {
		padding-bottom: 550px;
	}
}

@media (max-width: 500px) {
	.ebok-form-container {
		padding-bottom: 750px;
	}
}/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {font-display:swap;
  font-family: 'flexslider-icon';
  src: url('/wp-content/themes/sceleton/css/fonts/flexslider-icon.eot');
  src: url('/wp-content/themes/sceleton/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/sceleton/css/fonts/flexslider-icon.woff') format('woff'), url('/wp-content/themes/sceleton/css/fonts/flexslider-icon.ttf') format('truetype'), url('/wp-content/themes/sceleton/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**
 * Slick slider
 */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.kntnt-popup{box-sizing:border-box;display:none;font-family:inherit}.kntnt-popup.is-open{display:block}.kntnt-popup__overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000}.kntnt-popup:not(.kntnt-popup--modal) .kntnt-popup__overlay{background:transparent!important;pointer-events:none}.kntnt-popup__dialog{background-color:#fff;border-radius:4px;box-shadow:0 10px 30px rgba(0,0,0,.2);box-sizing:border-box;overflow-y:auto;pointer-events:auto;position:relative}.kntnt-popup:not(.kntnt-popup--modal) .kntnt-popup__dialog{pointer-events:auto}.kntnt-popup__close-button{align-items:center;background:transparent;border:0;color:#555;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;line-height:1;min-height:2rem;min-width:2rem;padding:0;position:absolute;right:.5rem;top:.5rem;transition:color .2s ease;z-index:10}.kntnt-popup__close-button:hover{color:#000}.kntnt-popup__content{color:#333;line-height:1.6;margin-top:0}.kntnt-popup__content h1,.kntnt-popup__content h2,.kntnt-popup__content h3{color:#111;margin-bottom:.8em;margin-top:0}.kntnt-popup__content p{margin-bottom:1em}.kntnt-popup__content>:first-child{margin-top:0}.kntnt-popup__content>:last-child{margin-bottom:0}.kntnt-popup__overlay.kntnt-popup--pos-top{align-items:flex-start;justify-content:center}.kntnt-popup__overlay.kntnt-popup--pos-top .kntnt-popup__dialog{margin-top:2vh}.kntnt-popup__overlay.kntnt-popup--pos-top-right{align-items:flex-start;justify-content:flex-end}.kntnt-popup__overlay.kntnt-popup--pos-top-right .kntnt-popup__dialog{margin-right:2vw;margin-top:2vh}.kntnt-popup__overlay.kntnt-popup--pos-top-left{align-items:flex-start;justify-content:flex-start}.kntnt-popup__overlay.kntnt-popup--pos-top-left .kntnt-popup__dialog{margin-left:2vw;margin-top:2vh}.kntnt-popup__overlay.kntnt-popup--pos-right{align-items:center;justify-content:flex-end}.kntnt-popup__overlay.kntnt-popup--pos-right .kntnt-popup__dialog{margin-right:2vw}.kntnt-popup__overlay.kntnt-popup--pos-left{align-items:center;justify-content:flex-start}.kntnt-popup__overlay.kntnt-popup--pos-left .kntnt-popup__dialog{margin-left:2vw}.kntnt-popup__overlay.kntnt-popup--pos-bottom{align-items:flex-end;justify-content:center}.kntnt-popup__overlay.kntnt-popup--pos-bottom .kntnt-popup__dialog{margin-bottom:2vh}.kntnt-popup__overlay.kntnt-popup--pos-bottom-right{align-items:flex-end;justify-content:flex-end}.kntnt-popup__overlay.kntnt-popup--pos-bottom-right .kntnt-popup__dialog{margin-bottom:2vh;margin-right:2vw}.kntnt-popup__overlay.kntnt-popup--pos-bottom-left{align-items:flex-end;justify-content:flex-start}.kntnt-popup__overlay.kntnt-popup--pos-bottom-left .kntnt-popup__dialog{margin-bottom:2vh;margin-left:2vw}:root{--kntnt-popup-open-duration-default:300ms;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-open-animation] .kntnt-popup__dialog{animation-duration:var(--kntnt-popup-open-duration,var(--kntnt-popup-open-duration-default));animation-fill-mode:forwards}.kntnt-popup[data-close-animation] .kntnt-popup__dialog{animation-duration:var(--kntnt-popup-close-duration,var(--kntnt-popup-close-duration-default));animation-fill-mode:forwards}.kntnt-popup[data-open-animation=tada] .kntnt-popup__dialog{animation-name:kntnt-tada;--kntnt-popup-open-duration-default:400ms}.kntnt-popup[data-open-animation=fade-in] .kntnt-popup__dialog{animation-name:kntnt-fade-in;--kntnt-popup-open-duration-default:200ms}.kntnt-popup[data-open-animation=fade-in-top] .kntnt-popup__dialog{animation-name:kntnt-fade-in-top;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=fade-in-right] .kntnt-popup__dialog{animation-name:kntnt-fade-in-right;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=fade-in-bottom] .kntnt-popup__dialog{animation-name:kntnt-fade-in-bottom;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=fade-in-left] .kntnt-popup__dialog{animation-name:kntnt-fade-in-left;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=slide-in-top] .kntnt-popup__dialog{animation-name:kntnt-slide-in-top;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=slide-in-right] .kntnt-popup__dialog{animation-name:kntnt-slide-in-right;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=slide-in-bottom] .kntnt-popup__dialog{animation-name:kntnt-slide-in-bottom;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-open-animation=slide-in-left] .kntnt-popup__dialog{animation-name:kntnt-slide-in-left;--kntnt-popup-open-duration-default:300ms}.kntnt-popup[data-close-animation=fade-out] .kntnt-popup__dialog{animation-name:kntnt-fade-out;--kntnt-popup-close-duration-default:150ms}.kntnt-popup[data-close-animation=fade-out-top] .kntnt-popup__dialog{animation-name:kntnt-fade-out-top;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=fade-out-right] .kntnt-popup__dialog{animation-name:kntnt-fade-out-right;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=fade-out-bottom] .kntnt-popup__dialog{animation-name:kntnt-fade-out-bottom;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=fade-out-left] .kntnt-popup__dialog{animation-name:kntnt-fade-out-left;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=slide-out-top] .kntnt-popup__dialog{animation-name:kntnt-slide-out-top;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=slide-out-right] .kntnt-popup__dialog{animation-name:kntnt-slide-out-right;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=slide-out-bottom] .kntnt-popup__dialog{animation-name:kntnt-slide-out-bottom;--kntnt-popup-close-duration-default:200ms}.kntnt-popup[data-close-animation=slide-out-left] .kntnt-popup__dialog{animation-name:kntnt-slide-out-left;--kntnt-popup-close-duration-default:200ms}@keyframes kntnt-fade-in{0%{opacity:0}to{opacity:1}}@keyframes kntnt-fade-out{0%{opacity:1}to{opacity:0}}@keyframes kntnt-fade-in-top{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes kntnt-fade-out-top{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-15px)}}@keyframes kntnt-fade-in-right{0%{opacity:0;transform:translateX(15px)}to{opacity:1;transform:translateX(0)}}@keyframes kntnt-fade-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(15px)}}@keyframes kntnt-fade-in-bottom{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes kntnt-fade-out-bottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@keyframes kntnt-fade-in-left{0%{opacity:0;transform:translateX(-15px)}to{opacity:1;transform:translateX(0)}}@keyframes kntnt-fade-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-15px)}}@keyframes kntnt-slide-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes kntnt-slide-out-top{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes kntnt-slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes kntnt-slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes kntnt-slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes kntnt-slide-out-bottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes kntnt-slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes kntnt-slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes kntnt-tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.95,.95,.95) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.02,1.02,1.02) rotate(3deg)}40%,60%,80%{transform:scale3d(1.02,1.02,1.02) rotate(-3deg)}to{transform:scaleX(1)}}.screen-reader-text{border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-wrap:normal!important}@media (max-width:600px){.kntnt-popup__close-button{right:5px;top:5px}}
            .asenha-admin-logo .ab-item, 
            .asenha-admin-logo a {
                line-height: 28px !important;
                display: flex;
                align-items: center;
            }

            .asenha-admin-logo img {
                vertical-align: middle;
                height: 20px !important;
            }
            
            @media screen and (max-width: 782px) {
                #wpadminbar li#wp-admin-bar-asenha-admin-bar-logo {
                    display: block;
                }
                
                #wpadminbar li#wp-admin-bar-asenha-admin-bar-logo a {
                    display: flex;
                    margin-left: 8px;
                }
            }
        
			/* Scroll */

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(200px + var(--wp-admin--admin-bar--height, 0));
}

/* Unhide topbar */

body {
  padding-top: var(--wp-admin--admin-bar--height, 0);
}

.admin-bar .header {
  top: var(--wp-admin--admin-bar--height, 0);
}

/* Kontorssidan ("Här finns vi") */

.page-id-242 .rcb-content-blocker {
  margin-top: 179px;
}

/* White text on blue text */

.kntnt-on-blue :not(.wsf-alert) p {
  color: white !important;
}

.kntnt-on-blue a:link,
.kntnt-on-blue a:visited,
.kntnt-on-blue a:hover,
.kntnt-on-blue a:link {
  color: white !important;
  text-decoration: underline !important;
}

.kntnt-on-blue .wsf-invalid-feedback {
  color: #fcc !important;
}

/* WS FORM */

.wsf-form,
.wsf-form + div > .wsf-alert {
  max-width: 900px;
  margin: 0 auto;
}

.wsf-form .wsf-field-wrapper {
  margin: calc(var(--wsf-form-grid-gap) / 2) 0;
}

.wsf-form .wsf-field-wrapper[data-type=texteditor] p:last-of-type {
  margin-bottom: 0;
}

[role=radiogroup] .wsf-inline input[type="radio"].wsf-field.wsf-button + label.wsf-label {
  padding: var(--wsf-field-button-padding-vertical) var(--wsf-field-button-padding-horizontal);
}

.kntnt-form-target-group-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

/* Lead form */

.customer-type-selector > div {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;		
}

.store-selector > div {
	justify-content: center;	
}

/* Global Popup Leads */

#global-popup-lead .kntnt-popup__dialog {
  background-color: #005eb8;
}

#global-popup-lead .kntnt-popup__close-button {
    color:white;
}

#global-popup-lead :not(form):not(form *):not(.wsf-alert *) {
	color: white;
}

/* E-mail + button */

@media (min-width: 576px) {

  [data-id="3"].wsf-form .wsf-field-wrapper,
  [data-id="4"].wsf-form .wsf-field-wrapper {
    display: flex;
    position: relative;
  }

  [data-id="3"].wsf-form .wsf-field-wrapper .wsf-invalid-feedback,
  [data-id="4"].wsf-form .wsf-field-wrapper .wsf-invalid-feedback {
    position: absolute;
    top: 100%;
    left: calc(var(--wsf-form-grid-gap) / 2);
  }
  
}

/* Utilities */

.kntnt-flexbox-center > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
		.wsf-form {
  -webkit-tap-highlight-color: transparent;
  accent-color: var(--wsf-form-color-accent);
  background-color: var(--wsf-form-color-background);
  border: var(--wsf-form-border-width) var(--wsf-form-border-style) var(--wsf-form-border-color);
  border-radius: var(--wsf-form-border-radius);
  box-sizing: border-box;
  color: var(--wsf-form-color-base);
  font-family: var(--wsf-form-font-family);
  font-size: var(--wsf-form-font-size);
  font-style: var(--wsf-form-font-style);
  font-weight: var(--wsf-form-font-weight);
  letter-spacing: var(--wsf-form-letter-spacing);
  line-height: var(--wsf-form-line-height);
  padding: var(--wsf-form-padding-vertical) var(--wsf-form-padding-horizontal);
  -webkit-text-decoration: var(--wsf-form-text-decoration);
          text-decoration: var(--wsf-form-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-form-text-transform);
  width: 100%;
}
.wsf-form *,
.wsf-form *::before,
.wsf-form *::after {
  box-sizing: inherit;
}
.wsf-form a:active, .wsf-form a:focus, .wsf-form a:hover, .wsf-form a:link, .wsf-form a:visited {
  color: var(--wsf-form-color-accent);
}
.wsf-form .wsf-section,
.wsf-form .wsf-fieldset {
  border: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.wsf-form .wsf-section {
  background-color: var(--wsf-section-color-background);
}
.wsf-form .wsf-section.wsf-sticky {
  align-self: flex-start;
  height: auto;
  margin-top: calc(-1 * var(--wsf-form-grid-gap));
  padding-top: var(--wsf-form-grid-gap);
  position: sticky;
  top: 0;
  z-index: 2;
}
.wsf-form .wsf-section > legend {
  background-color: var(--wsf-section-legend-color-background);
  border: 0;
  color: var(--wsf-section-legend-color);
  font-family: var(--wsf-section-legend-font-family);
  font-size: var(--wsf-section-legend-font-size);
  font-style: var(--wsf-section-legend-font-style);
  font-weight: var(--wsf-section-legend-font-weight);
  letter-spacing: var(--wsf-section-legend-letter-spacing);
  line-height: var(--wsf-section-legend-line-height);
  -webkit-text-decoration: var(--wsf-section-legend-text-decoration);
          text-decoration: var(--wsf-section-legend-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-section-legend-text-transform);
  margin: 0 0 var(--wsf-section-legend-gap) 0;
  padding: 0;
}
.wsf-form .wsf-section .wsf-section-icons a {
  cursor: pointer;
}
.wsf-form .wsf-section .wsf-section-icons a svg.wsf-section-icon {
  height: var(--wsf-section-icon-size);
}
.wsf-form .wsf-section .wsf-section-icons a svg.wsf-section-icon path {
  fill: var(--wsf-section-icon-color);
}
.wsf-form .wsf-section .wsf-section-icons a svg.wsf-section-icon {
  width: var(--wsf-section-icon-size);
}
.wsf-form .wsf-section .wsf-section-icons a span.wsf-section-icon-text {
  color: var(--wsf-section-icon-color);
}
.wsf-form .wsf-section .wsf-section-icons a[data-action=wsf-section-drag-icon] {
  cursor: move;
}
.wsf-form .wsf-section .wsf-section-icons a.wsf-section-icon-disabled {
  cursor: not-allowed;
}
.wsf-form .wsf-section .wsf-section-icons a.wsf-section-icon-disabled svg.wsf-section-icon path {
  fill: var(--wsf-section-icon-color-disabled);
}
.wsf-form .wsf-section .wsf-section-icons a.wsf-section-icon-disabled span.wsf-section-icon-text {
  color: var(--wsf-section-icon-color-disabled);
}
.wsf-form .wsf-fieldset > legend {
  background: var(--wsf-field-fieldset-legend-color-background);
  border: 0;
  color: var(--wsf-field-fieldset-legend-color);
  font-family: var(--wsf-field-fieldset-legend-font-family);
  font-size: var(--wsf-field-fieldset-legend-font-size);
  font-style: var(--wsf-field-fieldset-legend-font-style);
  font-weight: var(--wsf-field-fieldset-legend-font-weight);
  letter-spacing: var(--wsf-field-fieldset-legend-letter-spacing);
  line-height: var(--wsf-field-fieldset-legend-line-height);
  margin: 0 0 var(--wsf-field-fieldset-legend-gap) 0;
  padding: 0;
  -webkit-text-decoration: var(--wsf-field-fieldset-legend-text-decoration);
          text-decoration: var(--wsf-field-fieldset-legend-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-fieldset-legend-text-transform);
}
.wsf-form .wsf-field-wrapper {
  margin-bottom: var(--wsf-form-grid-gap);
}
.wsf-form .wsf-field-wrapper.wsf-sticky {
  align-self: flex-start;
  background-color: var(--wsf-form-color-background);
  height: auto;
  margin-bottom: 0;
  margin-top: calc(-1 * var(--wsf-form-grid-gap));
  padding-bottom: var(--wsf-form-grid-gap);
  padding-top: var(--wsf-form-grid-gap);
  position: sticky;
  top: 0;
  z-index: 2;
}
.wsf-form .wsf-field-wrapper[data-type=texteditor], .wsf-form .wsf-field-wrapper[data-type=html], .wsf-form .wsf-field-wrapper[data-type=divider], .wsf-form .wsf-field-wrapper[data-type=message] {
  margin-bottom: 0;
}
.wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] p, .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h1, .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h2, .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h3, .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h4, .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h5, .wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h6 {
  color: var(--wsf-field-texteditor-color);
  font-family: var(--wsf-field-texteditor-font-family);
  font-style: var(--wsf-field-texteditor-font-style);
  font-weight: var(--wsf-field-texteditor-font-weight);
  letter-spacing: var(--wsf-field-texteditor-letter-spacing);
  line-height: var(--wsf-field-texteditor-line-height);
  -webkit-text-decoration: var(--wsf-field-texteditor-text-decoration);
          text-decoration: var(--wsf-field-texteditor-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-texteditor-text-transform);
}
.wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] p {
  font-size: var(--wsf-field-texteditor-font-size);
  margin-bottom: var(--wsf-field-texteditor-p-margin-bottom);
}
.wsf-form .wsf-tile {
  padding-left: calc(var(--wsf-form-grid-gap) / 2);
  padding-right: calc(var(--wsf-form-grid-gap) / 2);
}
.wsf-form .wsf-grid {
  margin-left: calc(-1 * var(--wsf-form-grid-gap) / 2);
  margin-right: calc(-1 * var(--wsf-form-grid-gap) / 2);
}
.wsf-form .wsf-inline {
  display: inline-block;
  flex-direction: column;
  -webkit-margin-end: var(--wsf-field-padding-horizontal);
  margin-inline-end: var(--wsf-field-padding-horizontal);
}
.wsf-form input[type=date].wsf-field,
.wsf-form input[type=datetime-local].wsf-field,
.wsf-form input[type=file].wsf-field,
.wsf-form input[type=month].wsf-field,
.wsf-form input[type=password].wsf-field,
.wsf-form input[type=search].wsf-field,
.wsf-form input[type=time].wsf-field,
.wsf-form input[type=week].wsf-field,
.wsf-form input[type=email].wsf-field,
.wsf-form input[type=number].wsf-field,
.wsf-form input[type=tel].wsf-field,
.wsf-form input[type=text].wsf-field,
.wsf-form input[type=url].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
  -webkit-appearance: none;
  background-color: var(--wsf-field-color-background);
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  color: var(--wsf-field-color);
  display: inline-block;
  font-family: var(--wsf-field-font-family);
  font-size: var(--wsf-field-font-size);
  font-style: var(--wsf-field-font-style);
  font-weight: var(--wsf-field-font-weight);
  height: auto;
  letter-spacing: var(--wsf-field-letter-spacing);
  line-height: var(--wsf-field-line-height);
  margin: 0;
  max-width: none;
  min-height: auto;
  opacity: 1;
  padding: var(--wsf-field-padding);
  -webkit-text-decoration: var(--wsf-field-text-decoration);
          text-decoration: var(--wsf-field-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-text-transform);
  touch-action: manipulation;
  width: 100%;
}
.wsf-form input[type=date].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=datetime-local].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=file].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=month].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=password].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=search].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=time].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=week].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=email].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=number].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=tel].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=text].wsf-field::-webkit-input-placeholder,
.wsf-form input[type=url].wsf-field::-webkit-input-placeholder,
.wsf-form select.wsf-field::-webkit-input-placeholder,
.wsf-form textarea.wsf-field::-webkit-input-placeholder {
  color: var(--wsf-field-color-placeholder);
  opacity: 1;
}
.wsf-form input[type=date].wsf-field::-moz-placeholder,
.wsf-form input[type=datetime-local].wsf-field::-moz-placeholder,
.wsf-form input[type=file].wsf-field::-moz-placeholder,
.wsf-form input[type=month].wsf-field::-moz-placeholder,
.wsf-form input[type=password].wsf-field::-moz-placeholder,
.wsf-form input[type=search].wsf-field::-moz-placeholder,
.wsf-form input[type=time].wsf-field::-moz-placeholder,
.wsf-form input[type=week].wsf-field::-moz-placeholder,
.wsf-form input[type=email].wsf-field::-moz-placeholder,
.wsf-form input[type=number].wsf-field::-moz-placeholder,
.wsf-form input[type=tel].wsf-field::-moz-placeholder,
.wsf-form input[type=text].wsf-field::-moz-placeholder,
.wsf-form input[type=url].wsf-field::-moz-placeholder,
.wsf-form select.wsf-field::-moz-placeholder,
.wsf-form textarea.wsf-field::-moz-placeholder {
  color: var(--wsf-field-color-placeholder);
  opacity: 1;
}
.wsf-form input[type=date].wsf-field::-ms-input-placeholder,
.wsf-form input[type=datetime-local].wsf-field::-ms-input-placeholder,
.wsf-form input[type=file].wsf-field::-ms-input-placeholder,
.wsf-form input[type=month].wsf-field::-ms-input-placeholder,
.wsf-form input[type=password].wsf-field::-ms-input-placeholder,
.wsf-form input[type=search].wsf-field::-ms-input-placeholder,
.wsf-form input[type=time].wsf-field::-ms-input-placeholder,
.wsf-form input[type=week].wsf-field::-ms-input-placeholder,
.wsf-form input[type=email].wsf-field::-ms-input-placeholder,
.wsf-form input[type=number].wsf-field::-ms-input-placeholder,
.wsf-form input[type=tel].wsf-field::-ms-input-placeholder,
.wsf-form input[type=text].wsf-field::-ms-input-placeholder,
.wsf-form input[type=url].wsf-field::-ms-input-placeholder,
.wsf-form select.wsf-field::-ms-input-placeholder,
.wsf-form textarea.wsf-field::-ms-input-placeholder {
  color: var(--wsf-field-color-placeholder);
  opacity: 1;
}
.wsf-form input[type=date].wsf-field::placeholder,
.wsf-form input[type=datetime-local].wsf-field::placeholder,
.wsf-form input[type=file].wsf-field::placeholder,
.wsf-form input[type=month].wsf-field::placeholder,
.wsf-form input[type=password].wsf-field::placeholder,
.wsf-form input[type=search].wsf-field::placeholder,
.wsf-form input[type=time].wsf-field::placeholder,
.wsf-form input[type=week].wsf-field::placeholder,
.wsf-form input[type=email].wsf-field::placeholder,
.wsf-form input[type=number].wsf-field::placeholder,
.wsf-form input[type=tel].wsf-field::placeholder,
.wsf-form input[type=text].wsf-field::placeholder,
.wsf-form input[type=url].wsf-field::placeholder,
.wsf-form select.wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
  color: var(--wsf-field-color-placeholder);
  opacity: 1;
}
.wsf-form input[type=date].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=datetime-local].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=file].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=month].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=password].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=search].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=time].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=week].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=email].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=number].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=tel].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=text].wsf-field:hover:enabled:not(:focus),
.wsf-form input[type=url].wsf-field:hover:enabled:not(:focus),
.wsf-form select.wsf-field:hover:enabled:not(:focus),
.wsf-form textarea.wsf-field:hover:enabled:not(:focus) {
  background-color: var(--wsf-field-color-background-hover);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color-hover);
}
.wsf-form input[type=date].wsf-field:focus,
.wsf-form input[type=datetime-local].wsf-field:focus,
.wsf-form input[type=file].wsf-field:focus,
.wsf-form input[type=month].wsf-field:focus,
.wsf-form input[type=password].wsf-field:focus,
.wsf-form input[type=search].wsf-field:focus,
.wsf-form input[type=time].wsf-field:focus,
.wsf-form input[type=week].wsf-field:focus,
.wsf-form input[type=email].wsf-field:focus,
.wsf-form input[type=number].wsf-field:focus,
.wsf-form input[type=tel].wsf-field:focus,
.wsf-form input[type=text].wsf-field:focus,
.wsf-form input[type=url].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
  background-color: var(--wsf-field-color-background-focus);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
  color: var(--wsf-field-color-focus);
  outline: 0;
}
.wsf-form input[type=date].wsf-field.wsf-field:disabled,
.wsf-form input[type=datetime-local].wsf-field.wsf-field:disabled,
.wsf-form input[type=file].wsf-field.wsf-field:disabled,
.wsf-form input[type=month].wsf-field.wsf-field:disabled,
.wsf-form input[type=password].wsf-field.wsf-field:disabled,
.wsf-form input[type=search].wsf-field.wsf-field:disabled,
.wsf-form input[type=time].wsf-field.wsf-field:disabled,
.wsf-form input[type=week].wsf-field.wsf-field:disabled,
.wsf-form input[type=email].wsf-field.wsf-field:disabled,
.wsf-form input[type=number].wsf-field.wsf-field:disabled,
.wsf-form input[type=tel].wsf-field.wsf-field:disabled,
.wsf-form input[type=text].wsf-field.wsf-field:disabled,
.wsf-form input[type=url].wsf-field.wsf-field:disabled,
.wsf-form select.wsf-field.wsf-field:disabled,
.wsf-form textarea.wsf-field.wsf-field:disabled {
  background-color: var(--wsf-field-color-background-disabled);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color-disabled);
  color: var(--wsf-field-color-disabled);
  -webkit-text-fill-color: var(--wsf-field-color-disabled);
  cursor: not-allowed;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wsf-form input[type=date].wsf-field::-moz-focus-inner,
.wsf-form input[type=datetime-local].wsf-field::-moz-focus-inner,
.wsf-form input[type=file].wsf-field::-moz-focus-inner,
.wsf-form input[type=month].wsf-field::-moz-focus-inner,
.wsf-form input[type=password].wsf-field::-moz-focus-inner,
.wsf-form input[type=search].wsf-field::-moz-focus-inner,
.wsf-form input[type=time].wsf-field::-moz-focus-inner,
.wsf-form input[type=week].wsf-field::-moz-focus-inner,
.wsf-form input[type=email].wsf-field::-moz-focus-inner,
.wsf-form input[type=number].wsf-field::-moz-focus-inner,
.wsf-form input[type=tel].wsf-field::-moz-focus-inner,
.wsf-form input[type=text].wsf-field::-moz-focus-inner,
.wsf-form input[type=url].wsf-field::-moz-focus-inner,
.wsf-form select.wsf-field::-moz-focus-inner,
.wsf-form textarea.wsf-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wsf-form .wsf-label-wrapper label.wsf-label {
  padding: calc(var(--wsf-field-padding-vertical) + var(--wsf-field-border-width)) 0;
  margin-bottom: 0;
}
.wsf-form label.wsf-label {
  background-color: var(--wsf-field-label-color-background);
  display: block;
  color: var(--wsf-field-label-color);
  font-family: var(--wsf-field-label-font-family);
  font-size: var(--wsf-field-label-font-size);
  font-weight: var(--wsf-field-label-font-weight);
  line-height: var(--wsf-field-label-line-height);
  margin-bottom: var(--wsf-field-label-gap);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.wsf-form .wsf-field + label.wsf-label,
.wsf-form select.wsf-field ~ .select2-container + label.wsf-label,
.wsf-form input[type=text].wsf-field ~ .dropzone + label.wsf-label,
.wsf-form input[type=text].wsf-field ~ canvas + label.wsf-label,
.wsf-form .wsf-input-group-append + label.wsf-label {
  margin-bottom: 0;
  margin-top: var(--wsf-field-label-gap);
}
.wsf-form .wsf-invalid-feedback {
  background-color: var(--wsf-field-invalid-feedback-color-background);
  color: var(--wsf-field-invalid-feedback-color);
  display: none;
  font-family: var(--wsf-field-invalid-feedback-font-family);
  font-size: var(--wsf-field-invalid-feedback-font-size);
  font-style: var(--wsf-field-invalid-feedback-font-style);
  font-weight: var(--wsf-field-invalid-feedback-font-weight);
  letter-spacing: var(--wsf-field-invalid-feedback-letter-spacing);
  line-height: var(--wsf-field-invalid-feedback-line-height);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: var(--wsf-field-invalid-feedback-gap);
  padding: 0;
  -webkit-text-decoration: var(--wsf-field-invalid-feedback-text-decoration);
          text-decoration: var(--wsf-field-invalid-feedback-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-invalid-feedback-text-transform);
}
.wsf-form [data-select-min-max],
.wsf-form [data-checkbox-min-max] {
  display: none;
}
.wsf-form .wsf-help {
  background-color: var(--wsf-field-help-color-background);
  color: var(--wsf-field-help-color);
  display: block;
  font-family: var(--wsf-field-help-font-family);
  font-size: var(--wsf-field-help-font-size);
  font-style: var(--wsf-field-help-font-style);
  font-weight: var(--wsf-field-help-font-weight);
  letter-spacing: var(--wsf-field-help-letter-spacing);
  line-height: var(--wsf-field-help-line-height);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: var(--wsf-field-help-gap);
  padding: 0;
  -webkit-text-decoration: var(--wsf-field-help-text-decoration);
          text-decoration: var(--wsf-field-help-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-help-text-transform);
}
.wsf-form .wsf-help-pre {
  margin-bottom: var(--wsf-field-help-gap);
  margin-top: 0;
}
.wsf-form .wsf-label-position-inside .wsf-help-pre {
  margin-bottom: var(--wsf-field-help-gap);
}
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder]::-webkit-input-placeholder,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]::-webkit-input-placeholder {
  color: transparent !important;
}
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder]::-moz-placeholder,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]::-moz-placeholder {
  color: transparent !important;
}
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder]::-ms-input-placeholder,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]::-ms-input-placeholder {
  color: transparent !important;
}
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder]::placeholder,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]::placeholder {
  color: transparent !important;
}
.wsf-form .wsf-label-position-inside canvas.wsf-field + label,
.wsf-form .wsf-label-position-inside canvas.wsf-field + .wsf-input-group-append + label,
.wsf-form .wsf-label-position-inside select.wsf-field ~ label,
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder] + label,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder] + label,
.wsf-form .wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder] + .wsf-input-group-append + label,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder] + .wsf-input-group-append + label {
  left: calc(var(--wsf-form-grid-gap) / 2 + var(--wsf-field-padding-horizontal) + var(--wsf-field-border-width));
  line-height: var(--wsf-field-line-height);
  margin-top: 0;
  position: absolute;
  top: var(--wsf-field-padding-vertical);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside canvas.wsf-field + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside canvas.wsf-field + .wsf-input-group-append + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside select.wsf-field ~ label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside input.wsf-field[placeholder]:focus + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside input.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-form:not(.wsf-label-position-inside-hide) .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label {
  background-color: var(--wsf-field-color-background);
  display: block;
  -webkit-margin-start: calc(-1 * var(--wsf-field-font-size) / 4);
  margin-inline-start: calc(-1 * var(--wsf-field-font-size) / 4);
  padding-left: calc(var(--wsf-field-font-size) / 4);
  padding-right: calc(var(--wsf-field-font-size) / 4);
  -webkit-transform: translate(0, var(--wsf-field-label-inside-offset)) scale(var(--wsf-field-label-inside-scale));
          transform: translate(0, var(--wsf-field-label-inside-offset)) scale(var(--wsf-field-label-inside-scale));
}
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside canvas.wsf-field + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside canvas.wsf-field + .wsf-input-group-append + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside select.wsf-field ~ label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside input.wsf-field[placeholder]:focus + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside input.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-form.wsf-label-position-inside-hide .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label {
  display: none;
}
.wsf-form [data-wsf-tooltip=""]:before,
.wsf-form [data-wsf-tooltip=""]:after {
  opacity: 0 !important;
}
.wsf-form [data-wsf-tooltip] {
  cursor: help;
  position: relative;
}
.wsf-form [data-wsf-tooltip] svg {
  display: inline-block;
  vertical-align: text-bottom;
}
.wsf-form [data-wsf-tooltip]::before, .wsf-form [data-wsf-tooltip]::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
  z-index: 1000;
}
.wsf-form [data-wsf-tooltip]:focus {
  outline: 0;
}
.wsf-form [data-wsf-tooltip]:hover:before,
.wsf-form [data-wsf-tooltip]:hover:after,
.wsf-form [data-wsf-tooltip]:focus:before,
.wsf-form [data-wsf-tooltip]:focus:after {
  opacity: 1;
  visibility: visible;
}
.wsf-form [data-wsf-tooltip]:before {
  border: 5px solid transparent;
  border-top-color: var(--wsf-field-tooltip-color-background);
  bottom: calc(100% - 5px);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wsf-form [data-wsf-tooltip]:after {
  background-color: var(--wsf-field-tooltip-color-background);
  border-radius: var(--wsf-field-tooltip-border-radius);
  bottom: calc(100% + var(--wsf-field-tooltip-gap));
  color: var(--wsf-field-tooltip-color);
  content: attr(data-wsf-tooltip);
  font-family: var(--wsf-field-tooltip-font-family);
  font-size: var(--wsf-field-tooltip-font-size);
  font-weight: var(--wsf-field-tooltip-font-weight);
  left: 50%;
  line-height: var(--wsf-field-tooltip-line-height);
  max-width: 320px;
  min-width: 180px;
  padding: var(--wsf-field-padding);
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wsf-form .wsf-input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wsf-form .wsf-input-group > label.wsf-label,
.wsf-form .wsf-input-group > .wsf-invalid-feedback,
.wsf-form .wsf-input-group > .wsf-help {
  width: 100%;
}
.wsf-form .wsf-input-group > .wsf-field,
.wsf-form .wsf-input-group > select.wsf-field ~ .select2-container,
.wsf-form .wsf-input-group > input[type=text].wsf-field ~ .dropzone,
.wsf-form .wsf-input-group > input[type=text].wsf-field ~ canvas {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1% !important;
}
.wsf-form .wsf-input-group-has-prepend > .wsf-field,
.wsf-form .wsf-input-group-has-prepend > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form .wsf-input-group-has-prepend > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-form .wsf-input-group-has-prepend > .dropzone {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.wsf-form .wsf-input-group-has-append > .wsf-field,
.wsf-form .wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form .wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-form .wsf-input-group-has-append > .dropzone {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wsf-form .wsf-input-group-prepend,
.wsf-form .wsf-input-group-append {
  align-items: center;
  background-color: var(--wsf-field-prefix-suffix-color-background);
  border: var(--wsf-field-border);
  color: var(--wsf-field-prefix-suffix-color);
  display: flex;
  font-family: var(--wsf-field-prefix-suffix-font-family);
  font-size: var(--wsf-field-prefix-suffix-font-size);
  font-style: var(--wsf-field-prefix-suffix-font-style);
  font-weight: var(--wsf-field-prefix-suffix-font-weight);
  letter-spacing: var(--wsf-field-prefix-suffix-letter-spacing);
  line-height: var(--wsf-field-prefix-suffix-line-height);
  padding: var(--wsf-field-padding);
  -webkit-text-decoration: var(--wsf-field-prefix-suffix-text-decoration);
          text-decoration: var(--wsf-field-prefix-suffix-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-prefix-suffix-text-transform);
}
.wsf-form .wsf-input-group-prepend {
  -webkit-border-end: none;
  border-bottom-left-radius: var(--wsf-field-border-radius);
  border-inline-end: none;
  border-top-left-radius: var(--wsf-field-border-radius);
}
.wsf-form .wsf-input-group-append {
  -webkit-border-start: none;
  border-bottom-right-radius: var(--wsf-field-border-radius);
  border-inline-start: none;
  border-top-right-radius: var(--wsf-field-border-radius);
}
.wsf-form .wsf-text-primary {
  color: var(--wsf-form-color-primary);
}
.wsf-form .wsf-text-secondary {
  color: var(--wsf-form-color-secondary);
}
.wsf-form .wsf-text-success {
  color: var(--wsf-form-color-success);
}
.wsf-form .wsf-text-information {
  color: var(--wsf-form-color-info);
}
.wsf-form .wsf-text-warning {
  color: var(--wsf-form-color-warning);
}
.wsf-form .wsf-text-danger {
  color: var(--wsf-form-color-danger);
}
.wsf-form .wsf-text-left {
  text-align: left;
}
.wsf-form .wsf-text-center {
  text-align: center;
}
.wsf-form .wsf-text-right {
  text-align: right;
}
.wsf-form .wsf-hidden {
  display: none !important;
}
.wsf-form input[type=date].wsf-field,
.wsf-form input[type=datetime-local].wsf-field,
.wsf-form input[type=file].wsf-field,
.wsf-form input[type=month].wsf-field,
.wsf-form input[type=password].wsf-field,
.wsf-form input[type=search].wsf-field,
.wsf-form input[type=time].wsf-field,
.wsf-form input[type=week].wsf-field,
.wsf-form input[type=email].wsf-field,
.wsf-form input[type=number].wsf-field,
.wsf-form input[type=tel].wsf-field,
.wsf-form input[type=text].wsf-field,
.wsf-form input[type=url].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
  transition: background-color var(--wsf-form-transition), background-image var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form .wsf-label-position-inside canvas.wsf-field + label,
.wsf-form .wsf-label-position-inside canvas.wsf-field + .wsf-input-group-append + label,
.wsf-form .wsf-label-position-inside select.wsf-field + label,
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder] + label,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder] + label,
.wsf-form .wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-form .wsf-label-position-inside input.wsf-field[placeholder] + .wsf-input-group-append + label,
.wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder] + .wsf-input-group-append + label {
  transition: -webkit-transform var(--wsf-form-transition-speed);
  transition: transform var(--wsf-form-transition-speed);
  transition: transform var(--wsf-form-transition-speed), -webkit-transform var(--wsf-form-transition-speed);
}
.wsf-form canvas.wsf-field + label,
.wsf-form select.wsf-field + label,
.wsf-form input.wsf-field[placeholder] + label,
.wsf-form textarea.wsf-field[placeholder] + label,
.wsf-form canvas.wsf-field + .wsf-input-group-append + label,
.wsf-form select.wsf-field + .wsf-input-group-append + label,
.wsf-form input.wsf-field[placeholder] + .wsf-input-group-append + label,
.wsf-form textarea.wsf-field[placeholder] + .wsf-input-group-append + label {
  transition: -webkit-transform var(--wsf-form-transition-speed);
  transition: transform var(--wsf-form-transition-speed);
  transition: transform var(--wsf-form-transition-speed), -webkit-transform var(--wsf-form-transition-speed);
}
.wsf-form [data-wsf-tooltip]::before, .wsf-form [data-wsf-tooltip]::after {
  transition: opacity var(--wsf-form-transition), visibility var(--wsf-form-transition);
}
.wsf-form.wsf-rtl .wsf-input-group-has-prepend > .wsf-field,
.wsf-form.wsf-rtl .wsf-input-group-has-prepend > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form.wsf-rtl .wsf-input-group-has-prepend > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-form.wsf-rtl .wsf-input-group-has-prepend > .dropzone {
  border-top-left-radius: var(--wsf-field-border-radius) !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: var(--wsf-field-border-radius) !important;
  border-bottom-right-radius: 0 !important;
}
.wsf-form.wsf-rtl .wsf-input-group-has-prepend.wsf-input-group-has-append > .wsf-field,
.wsf-form.wsf-rtl .wsf-input-group-has-prepend.wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form.wsf-rtl .wsf-input-group-has-prepend.wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-form.wsf-rtl .wsf-input-group-has-prepend.wsf-input-group-has-append > .dropzone {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wsf-form.wsf-rtl .wsf-input-group-has-append > .wsf-field,
.wsf-form.wsf-rtl .wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form.wsf-rtl .wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-form.wsf-rtl .wsf-input-group-has-append > .dropzone {
  border-top-left-radius: 0 !important;
  border-top-right-radius: var(--wsf-field-border-radius) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: var(--wsf-field-border-radius) !important;
}
.wsf-form.wsf-rtl .wsf-input-group-prepend {
  border-top-left-radius: 0;
  border-top-right-radius: var(--wsf-field-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--wsf-field-border-radius);
}
.wsf-form.wsf-rtl .wsf-input-group-append {
  border-top-left-radius: var(--wsf-field-border-radius);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--wsf-field-border-radius);
  border-bottom-right-radius: 0;
}
.wsf-form.wsf-rtl .wsf-label-position-inside canvas.wsf-field + label,
.wsf-form.wsf-rtl .wsf-label-position-inside canvas.wsf-field + .wsf-input-group-append + label,
.wsf-form.wsf-rtl .wsf-label-position-inside select.wsf-field + label,
.wsf-form.wsf-rtl .wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-form.wsf-rtl .wsf-label-position-inside input.wsf-field[placeholder] + label,
.wsf-form.wsf-rtl .wsf-label-position-inside input.wsf-field[placeholder] + .wsf-input-group-append + label,
.wsf-form.wsf-rtl .wsf-label-position-inside textarea.wsf-field[placeholder] + label,
.wsf-form.wsf-rtl .wsf-label-position-inside textarea.wsf-field[placeholder] + .wsf-input-group-append + label {
  left: auto;
  right: calc(var(--wsf-form-grid-gap) / 2 + var(--wsf-field-padding-horizontal) + var(--wsf-field-border-width));
}
.wsf-form.wsf-validated input[type=date].wsf-field:invalid,
.wsf-form.wsf-validated input[type=datetime-local].wsf-field:invalid,
.wsf-form.wsf-validated input[type=file].wsf-field:invalid,
.wsf-form.wsf-validated input[type=month].wsf-field:invalid,
.wsf-form.wsf-validated input[type=password].wsf-field:invalid,
.wsf-form.wsf-validated input[type=search].wsf-field:invalid,
.wsf-form.wsf-validated input[type=time].wsf-field:invalid,
.wsf-form.wsf-validated input[type=week].wsf-field:invalid,
.wsf-form.wsf-validated input[type=email].wsf-field:invalid,
.wsf-form.wsf-validated input[type=number].wsf-field:invalid,
.wsf-form.wsf-validated input[type=tel].wsf-field:invalid,
.wsf-form.wsf-validated input[type=text].wsf-field:invalid,
.wsf-form.wsf-validated input[type=url].wsf-field:invalid,
.wsf-form.wsf-validated select.wsf-field:invalid,
.wsf-form.wsf-validated textarea.wsf-field:invalid,
.wsf-form .wsf-validated input[type=date].wsf-field:invalid,
.wsf-form .wsf-validated input[type=datetime-local].wsf-field:invalid,
.wsf-form .wsf-validated input[type=file].wsf-field:invalid,
.wsf-form .wsf-validated input[type=month].wsf-field:invalid,
.wsf-form .wsf-validated input[type=password].wsf-field:invalid,
.wsf-form .wsf-validated input[type=search].wsf-field:invalid,
.wsf-form .wsf-validated input[type=time].wsf-field:invalid,
.wsf-form .wsf-validated input[type=week].wsf-field:invalid,
.wsf-form .wsf-validated input[type=email].wsf-field:invalid,
.wsf-form .wsf-validated input[type=number].wsf-field:invalid,
.wsf-form .wsf-validated input[type=tel].wsf-field:invalid,
.wsf-form .wsf-validated input[type=text].wsf-field:invalid,
.wsf-form .wsf-validated input[type=url].wsf-field:invalid,
.wsf-form .wsf-validated select.wsf-field:invalid,
.wsf-form .wsf-validated textarea.wsf-field:invalid {
  background-color: var(--wsf-field-color-background-invalid);
  border-color: var(--wsf-field-border-color-invalid);
}
.wsf-form.wsf-validated input[type=date].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=datetime-local].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=file].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=month].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=password].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=search].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=time].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=week].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=email].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=number].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=tel].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=text].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated input[type=url].wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated select.wsf-field:invalid:focus:not(:hover),
.wsf-form.wsf-validated textarea.wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=date].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=datetime-local].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=file].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=month].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=password].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=search].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=time].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=week].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=email].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=number].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=tel].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=text].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated input[type=url].wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated select.wsf-field:invalid:focus:not(:hover),
.wsf-form .wsf-validated textarea.wsf-field:invalid:focus:not(:hover) {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form.wsf-validated input[type=date].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=datetime-local].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=file].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=month].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=password].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=search].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=time].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=week].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=email].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=number].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=tel].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=text].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated input[type=url].wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated select.wsf-field:-moz-ui-invalid,
.wsf-form.wsf-validated textarea.wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=date].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=datetime-local].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=file].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=month].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=password].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=search].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=time].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=week].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=email].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=number].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=tel].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=text].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated input[type=url].wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated select.wsf-field:-moz-ui-invalid,
.wsf-form .wsf-validated textarea.wsf-field:-moz-ui-invalid {
  box-shadow: none;
}
.wsf-form.wsf-validated .wsf-field:invalid ~ .wsf-invalid-feedback,
.wsf-form.wsf-validated .wsf-field.wsf-invalid ~ .wsf-invalid-feedback,
.wsf-form.wsf-validated fieldset[data-wsf-invalid] ~ .wsf-invalid-feedback,
.wsf-form.wsf-validated [role=\"radiogroup\"][data-wsf-invalid] ~ .wsf-invalid-feedback,
.wsf-form.wsf-validated [data-select-min-max]:invalid ~ .wsf-invalid-feedback,
.wsf-form.wsf-validated [data-checkbox-min-max]:invalid ~ .wsf-invalid-feedback,
.wsf-form.wsf-validated .wsf-input-group:has(.iti .wsf-field:invalid) ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated .wsf-field:invalid ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated .wsf-field.wsf-invalid ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated fieldset[data-wsf-invalid] ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated [role=\"radiogroup\"][data-wsf-invalid] ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated [data-select-min-max]:invalid ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated [data-checkbox-min-max]:invalid ~ .wsf-invalid-feedback,
.wsf-form .wsf-validated .wsf-input-group:has(.iti .wsf-field:invalid) ~ .wsf-invalid-feedback {
  display: block;
}
.wsf-form.wsf-field-border-placement-bottom [data-wsf-legal].wsf-field,
.wsf-form.wsf-field-border-placement-bottom input.wsf-field[type=text] ~ canvas,
.wsf-form.wsf-field-border-placement-bottom input.wsf-field:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),
.wsf-form.wsf-field-border-placement-bottom select.wsf-field,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-form.wsf-field-border-placement-bottom textarea.wsf-field {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.wsf-form.wsf-field-border-placement-bottom [data-wsf-legal].wsf-field:hover:enabled:not(:focus), .wsf-form.wsf-field-border-placement-bottom [data-wsf-legal].wsf-field:focus, .wsf-form.wsf-field-border-placement-bottom [data-wsf-legal].wsf-field:disabled,
.wsf-form.wsf-field-border-placement-bottom input.wsf-field[type=text] ~ canvas:hover:enabled:not(:focus),
.wsf-form.wsf-field-border-placement-bottom input.wsf-field[type=text] ~ canvas:focus,
.wsf-form.wsf-field-border-placement-bottom input.wsf-field[type=text] ~ canvas:disabled,
.wsf-form.wsf-field-border-placement-bottom input.wsf-field:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]):hover:enabled:not(:focus),
.wsf-form.wsf-field-border-placement-bottom input.wsf-field:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]):focus,
.wsf-form.wsf-field-border-placement-bottom input.wsf-field:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]):disabled,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field:hover:enabled:not(:focus),
.wsf-form.wsf-field-border-placement-bottom select.wsf-field:focus,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field:disabled,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--single:hover:enabled:not(:focus),
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--single:focus,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--single:disabled,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--multiple:hover:enabled:not(:focus),
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--multiple:focus,
.wsf-form.wsf-field-border-placement-bottom select.wsf-field ~ .select2-container .select2-selection--multiple:disabled,
.wsf-form.wsf-field-border-placement-bottom textarea.wsf-field:hover:enabled:not(:focus),
.wsf-form.wsf-field-border-placement-bottom textarea.wsf-field:focus,
.wsf-form.wsf-field-border-placement-bottom textarea.wsf-field:disabled {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.wsf-form.wsf-field-border-placement-bottom .wsf-input-group span {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] {
  --wsf-form-color-accent: var(--wsf-form-color-accent-alt);
  background-color: var(--wsf-form-color-background-alt);
  color: var(--wsf-form-color-base-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-section.wsf-sticky {
  background-color: var(--wsf-section-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-section > legend {
  background-color: var(--wsf-section-legend-background-color-alt);
  color: var(--wsf-section-legend-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-section .wsf-section-icons a svg.wsf-section-icon path {
  fill: var(--wsf-section-icon-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-section .wsf-section-icons a span.wsf-section-icon-text {
  color: var(--wsf-section-icon-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-section .wsf-section-icons a.wsf-section-icon-disabled svg.wsf-section-icon path {
  fill: var(--wsf-section-icon-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-section .wsf-section-icons a.wsf-section-icon-disabled span.wsf-section-icon-text {
  color: var(--wsf-section-icon-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-fieldset > legend {
  background-color: var(--wsf-field-fieldset-legend-background-color-alt);
  color: var(--wsf-field-fieldset-legend-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper.wsf-sticky {
  background-color: var(--wsf-form-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] p, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h1, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h2, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h3, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h4, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h5, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-field-wrapper[data-type=texteditor] [data-text-editor] h6 {
  color: var(--wsf-field-texteditor-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field {
  background-color: var(--wsf-field-color-background-alt);
  border: var(--wsf-field-border-alt);
  color: var(--wsf-field-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field::-webkit-input-placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field::-moz-placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field::-ms-input-placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field::placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:hover:enabled:not(:focus),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field:hover:enabled:not(:focus) {
  background-color: var(--wsf-field-color-background-hover-alt);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:focus,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field:focus {
  background-color: var(--wsf-field-color-background-focus-alt);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color-focus-alt);
  box-shadow: var(--wsf-field-box-shadow-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=date].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=datetime-local].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=file].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=month].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=password].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=search].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=time].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=week].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=email].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=number].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=tel].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=text].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=url].wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field.wsf-field:disabled,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] textarea.wsf-field.wsf-field:disabled {
  background-color: var(--wsf-field-color-background-disabled-alt);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color-disabled-alt);
  color: var(--wsf-field-color-disabled-alt);
  -webkit-text-fill-color: var(--wsf-field-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] label.wsf-label {
  background-color: var(--wsf-field-label-background-color-alt);
  color: var(--wsf-field-label-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-invalid-feedback {
  background-color: var(--wsf-field-invalid-feedback-background-color-alt);
  color: var(--wsf-field-invalid-feedback-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-help {
  background-color: var(--wsf-field-help-color-background-alt);
  color: var(--wsf-field-help-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]::-webkit-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]::-webkit-input-placeholder {
  color: transparent !important;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]::-moz-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]::-moz-placeholder {
  color: transparent !important;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]::-ms-input-placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]::-ms-input-placeholder {
  color: transparent !important;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]::placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]::placeholder {
  color: transparent !important;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside canvas.wsf-field + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside canvas.wsf-field + .wsf-input-group-append + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside select.wsf-field + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]:focus + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + .wsf-input-group-append + label, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-label-position-inside:not(.wsf-label-position-inside-hide) textarea.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label {
  background-color: var(--wsf-field-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] [data-wsf-tooltip]:before {
  border-top-color: var(--wsf-field-tooltip-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] [data-wsf-tooltip]:after {
  background-color: var(--wsf-field-tooltip-color-background-alt);
  color: var(--wsf-field-tooltip-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-input-group-prepend,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-input-group-append {
  background-color: var(--wsf-field-prefix-suffix-color-background-alt);
  border: var(--wsf-field-border-alt);
  color: var(--wsf-field-prefix-suffix-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=date].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=datetime-local].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=file].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=month].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=password].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=search].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=time].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=week].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=email].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=number].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=tel].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=text].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=url].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated textarea.wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=date].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=datetime-local].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=file].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=month].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=password].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=search].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=time].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=week].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=email].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=number].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=tel].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=text].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=url].wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated textarea.wsf-field:invalid {
  background-color: var(--wsf-field-color-background-invalid-alt);
  border-color: var(--wsf-field-border-color-invalid-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=date].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=datetime-local].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=file].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=month].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=password].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=search].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=time].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=week].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=email].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=number].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=tel].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=text].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=url].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated textarea.wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=date].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=datetime-local].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=file].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=month].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=password].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=search].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=time].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=week].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=email].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=number].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=tel].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=text].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=url].wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid:focus:not(:hover),
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated textarea.wsf-field:invalid:focus:not(:hover) {
  box-shadow: var(--wsf-field-box-shadow-alt);
}

.pac-container {
  z-index: 1401;
}

.elementor-element .wsf-form .wp-editor-tools button {
  background-color: inherit !important;
}

.wsf-alert {
  background-color: var(--wsf-field-message-color-background);
  -webkit-border-start: calc(var(--wsf-field-border-width) * 4) solid var(--wsf-field-message-border-color);
  border-inline-start: calc(var(--wsf-field-border-width) * 4) solid var(--wsf-field-message-border-color);
  border-radius: var(--wsf-field-border-radius);
  color: var(--wsf-field-message-color);
  font-family: var(--wsf-field-font-family);
  font-size: var(--wsf-field-font-size);
  font-weight: var(--wsf-field-font-weight);
  line-height: var(--wsf-field-line-height);
  padding: var(--wsf-field-padding);
  margin-bottom: var(--wsf-form-grid-gap);
}
.wsf-alert > p {
  color: var(--wsf-field-message-color);
}
.wsf-alert > p a,
.wsf-alert > p a:hover,
.wsf-alert > p a:focus {
  color: var(--wsf-field-message-anchor-color);
  text-decoration: underline;
}
.wsf-alert > :first-child {
  margin-top: 0;
}
.wsf-alert > :last-child {
  margin-bottom: 0;
}
.wsf-alert.wsf-alert-success {
  background-color: var(--wsf-field-message-success-color-background);
  border-color: var(--wsf-field-message-success-border-color);
  color: var(--wsf-field-message-success-color);
}
.wsf-alert.wsf-alert-success > p {
  color: var(--wsf-field-message-success-color);
}
.wsf-alert.wsf-alert-success > p a,
.wsf-alert.wsf-alert-success > p a:hover,
.wsf-alert.wsf-alert-success > p a:focus {
  color: var(--wsf-field-message-success-anchor-color);
}
.wsf-alert.wsf-alert-information {
  background-color: var(--wsf-field-message-info-color-background);
  border-color: var(--wsf-field-message-info-border-color);
  color: var(--wsf-field-message-info-color);
}
.wsf-alert.wsf-alert-information > p {
  color: var(--wsf-field-message-info-color);
}
.wsf-alert.wsf-alert-information > p a,
.wsf-alert.wsf-alert-information > p a:hover,
.wsf-alert.wsf-alert-information > p a:focus {
  color: var(--wsf-field-message-info-anchor-color);
}
.wsf-alert.wsf-alert-warning {
  background-color: var(--wsf-field-message-warning-color-background);
  border-color: var(--wsf-field-message-warning-border-color);
  color: var(--wsf-field-message-warning-color);
}
.wsf-alert.wsf-alert-warning > p {
  color: var(--wsf-field-message-warning-color);
}
.wsf-alert.wsf-alert-warning > p a,
.wsf-alert.wsf-alert-warning > p a:hover,
.wsf-alert.wsf-alert-warning > p a:focus {
  color: var(--wsf-field-message-warning-anchor-color);
}
.wsf-alert.wsf-alert-danger {
  background-color: var(--wsf-field-message-danger-color-background);
  border-color: var(--wsf-field-message-danger-border-color);
  color: var(--wsf-field-message-danger-color);
}
.wsf-alert.wsf-alert-danger > p {
  color: var(--wsf-field-message-danger-color);
}
.wsf-alert.wsf-alert-danger > p a,
.wsf-alert.wsf-alert-danger > p a:hover,
.wsf-alert.wsf-alert-danger > p a:focus {
  color: var(--wsf-field-message-danger-anchor-color);
}.wsf-form button.wsf-button {
  -webkit-appearance: none;
  background-color: var(--wsf-field-button-color-background);
  border-color: var(--wsf-field-button-border-color);
  border-radius: var(--wsf-field-button-border-radius);
  border-style: var(--wsf-field-button-border-style);
  border-width: var(--wsf-field-button-border-width);
  color: var(--wsf-field-button-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--wsf-field-button-font-family);
  font-size: var(--wsf-field-button-font-size);
  font-style: var(--wsf-field-button-font-style);
  font-weight: var(--wsf-field-button-font-weight);
  letter-spacing: var(--wsf-field-button-letter-spacing);
  line-height: var(--wsf-field-button-line-height);
  margin: 0;
  min-height: auto;
  max-width: none;
  padding: var(--wsf-field-button-padding);
  text-align: center;
  -webkit-text-decoration: var(--wsf-field-button-text-decoration);
          text-decoration: var(--wsf-field-button-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-button-text-transform);
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wsf-form button.wsf-button.wsf-button-full {
  width: var(--wsf-field-button-width);
}
.wsf-form button.wsf-button::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
.wsf-form button.wsf-button:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-color-background-hover);
  border-color: var(--wsf-field-button-border-color-hover);
  color: var(--wsf-field-button-color-hover);
}
.wsf-form button.wsf-button:focus, .wsf-form button.wsf-button:active {
  background-color: var(--wsf-field-button-color-background-focus);
  border-color: var(--wsf-field-button-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
  color: var(--wsf-field-button-color-focus);
  outline: 0;
}
.wsf-form button.wsf-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transition: none;
}
.wsf-form button.wsf-button.wsf-button-primary {
  background-color: var(--wsf-field-button-primary-color-background);
  border-color: var(--wsf-field-button-primary-border-color);
  color: var(--wsf-field-button-primary-color);
}
.wsf-form button.wsf-button.wsf-button-primary:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-primary-color-background-hover);
  border-color: var(--wsf-field-button-primary-border-color-hover);
  color: var(--wsf-field-button-primary-color-hover);
}
.wsf-form button.wsf-button.wsf-button-primary:focus, .wsf-form button.wsf-button.wsf-button-primary:active {
  background-color: var(--wsf-field-button-primary-color-background-focus);
  border-color: var(--wsf-field-button-primary-border-color-focus);
  color: var(--wsf-field-button-primary-color-focus);
}
.wsf-form button.wsf-button.wsf-button-secondary {
  background-color: var(--wsf-field-button-secondary-color-background);
  border-color: var(--wsf-field-button-secondary-border-color);
  color: var(--wsf-field-button-secondary-color);
}
.wsf-form button.wsf-button.wsf-button-secondary:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-secondary-color-background-hover);
  border-color: var(--wsf-field-button-secondary-border-color-hover);
  color: var(--wsf-field-button-secondary-color-hover);
}
.wsf-form button.wsf-button.wsf-button-secondary:focus, .wsf-form button.wsf-button.wsf-button-secondary:active {
  background-color: var(--wsf-field-button-secondary-color-background-focus);
  border-color: var(--wsf-field-button-secondary-border-color-focus);
  color: var(--wsf-field-button-secondary-color-focus);
}
.wsf-form button.wsf-button.wsf-button-success {
  background-color: var(--wsf-field-button-success-color-background);
  border-color: var(--wsf-field-button-success-border-color);
  color: var(--wsf-field-button-success-color);
}
.wsf-form button.wsf-button.wsf-button-success:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-success-color-background-hover);
  border-color: var(--wsf-field-button-success-border-color-hover);
  color: var(--wsf-field-button-success-color-hover);
}
.wsf-form button.wsf-button.wsf-button-success:focus, .wsf-form button.wsf-button.wsf-button-success:active {
  background-color: var(--wsf-field-button-success-color-background-focus);
  border-color: var(--wsf-field-button-success-border-color-focus);
  color: var(--wsf-field-button-success-color-focus);
}
.wsf-form button.wsf-button.wsf-button-information {
  background-color: var(--wsf-field-button-info-color-background);
  border-color: var(--wsf-field-button-info-border-color);
  color: var(--wsf-field-button-info-color);
}
.wsf-form button.wsf-button.wsf-button-information:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-info-color-background-hover);
  border-color: var(--wsf-field-button-info-border-color-hover);
  color: var(--wsf-field-button-info-color-hover);
}
.wsf-form button.wsf-button.wsf-button-information:focus, .wsf-form button.wsf-button.wsf-button-information:active {
  background-color: var(--wsf-field-button-info-color-background-focus);
  border-color: var(--wsf-field-button-info-border-color-focus);
  color: var(--wsf-field-button-info-color-focus);
}
.wsf-form button.wsf-button.wsf-button-warning {
  background-color: var(--wsf-field-button-warning-color-background);
  border-color: var(--wsf-field-button-warning-border-color);
  color: var(--wsf-field-button-warning-color);
}
.wsf-form button.wsf-button.wsf-button-warning:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-warning-color-background-hover);
  border-color: var(--wsf-field-button-warning-border-color-hover);
  color: var(--wsf-field-button-warning-color-hover);
}
.wsf-form button.wsf-button.wsf-button-warning:focus, .wsf-form button.wsf-button.wsf-button-warning:active {
  background-color: var(--wsf-field-button-warning-color-background-focus);
  border-color: var(--wsf-field-button-warning-border-color-focus);
  color: var(--wsf-field-button-warning-color-focus);
}
.wsf-form button.wsf-button.wsf-button-danger {
  background-color: var(--wsf-field-button-danger-color-background);
  border-color: var(--wsf-field-button-danger-border-color);
  color: var(--wsf-field-button-danger-color);
}
.wsf-form button.wsf-button.wsf-button-danger:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-danger-color-background-hover);
  border-color: var(--wsf-field-button-danger-border-color-hover);
  color: var(--wsf-field-button-danger-color-hover);
}
.wsf-form button.wsf-button.wsf-button-danger:focus, .wsf-form button.wsf-button.wsf-button-danger:active {
  background-color: var(--wsf-field-button-danger-color-background-focus);
  border-color: var(--wsf-field-button-danger-border-color-focus);
  color: var(--wsf-field-button-danger-color-focus);
}
.wsf-form.wsf-form-post-lock-progress button.wsf-button {
  cursor: progress;
}
.wsf-form button.wsf-button {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}

html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button {
  background-color: var(--wsf-field-button-color-background-alt);
  border-color: var(--wsf-field-button-border-color-alt);
  color: var(--wsf-field-button-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-color-background-hover-alt);
  border-color: var(--wsf-field-button-border-color-hover-alt);
  color: var(--wsf-field-button-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button:active {
  background-color: var(--wsf-field-button-color-background-focus-alt);
  border-color: var(--wsf-field-button-border-color-focus-alt);
  color: var(--wsf-field-button-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-primary {
  background-color: var(--wsf-field-button-primary-color-background-alt);
  border-color: var(--wsf-field-button-primary-border-color-alt);
  color: var(--wsf-field-button-primary-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-primary:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-primary-color-background-hover-alt);
  border-color: var(--wsf-field-button-primary-border-color-hover-alt);
  color: var(--wsf-field-button-primary-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-primary:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-primary:active {
  background-color: var(--wsf-field-button-primary-color-background-focus-alt);
  border-color: var(--wsf-field-button-primary-border-color-focus-alt);
  color: var(--wsf-field-button-primary-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-secondary {
  background-color: var(--wsf-field-button-secondary-color-background-alt);
  border-color: var(--wsf-field-button-secondary-border-color-alt);
  color: var(--wsf-field-button-secondary-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-secondary:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-secondary-color-background-hover-alt);
  border-color: var(--wsf-field-button-secondary-border-color-hover-alt);
  color: var(--wsf-field-button-secondary-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-secondary:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-secondary:active {
  background-color: var(--wsf-field-button-secondary-color-background-focus-alt);
  border-color: var(--wsf-field-button-secondary-border-color-focus-alt);
  color: var(--wsf-field-button-secondary-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-success {
  background-color: var(--wsf-field-button-success-color-background-alt);
  border-color: var(--wsf-field-button-success-border-color-alt);
  color: var(--wsf-field-button-success-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-success:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-success-color-background-hover-alt);
  border-color: var(--wsf-field-button-success-border-color-hover-alt);
  color: var(--wsf-field-button-success-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-success:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-success:active {
  background-color: var(--wsf-field-button-success-color-background-focus-alt);
  border-color: var(--wsf-field-button-success-border-color-focus-alt);
  color: var(--wsf-field-button-success-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-information {
  background-color: var(--wsf-field-button-info-color-background-alt);
  border-color: var(--wsf-field-button-info-border-color-alt);
  color: var(--wsf-field-button-info-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-information:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-info-color-background-hover-alt);
  border-color: var(--wsf-field-button-info-border-color-hover-alt);
  color: var(--wsf-field-button-info-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-information:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-information:active {
  background-color: var(--wsf-field-button-info-color-background-focus-alt);
  border-color: var(--wsf-field-button-info-border-color-focus-alt);
  color: var(--wsf-field-button-info-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-warning {
  background-color: var(--wsf-field-button-warning-color-background-alt);
  border-color: var(--wsf-field-button-warning-border-color-alt);
  color: var(--wsf-field-button-warning-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-warning:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-warning-color-background-hover-alt);
  border-color: var(--wsf-field-button-warning-border-color-hover-alt);
  color: var(--wsf-field-button-warning-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-warning:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-warning:active {
  background-color: var(--wsf-field-button-warning-color-background-focus-alt);
  border-color: var(--wsf-field-button-warning-border-color-focus-alt);
  color: var(--wsf-field-button-warning-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-danger {
  background-color: var(--wsf-field-button-danger-color-background-alt);
  border-color: var(--wsf-field-button-danger-border-color-alt);
  color: var(--wsf-field-button-danger-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-danger:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-button-danger-color-background-hover-alt);
  border-color: var(--wsf-field-button-danger-border-color-hover-alt);
  color: var(--wsf-field-button-danger-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-danger:focus, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] button.wsf-button.wsf-button-danger:active {
  background-color: var(--wsf-field-button-danger-color-background-focus-alt);
  border-color: var(--wsf-field-button-danger-border-color-focus-alt);
  color: var(--wsf-field-button-danger-color-focus-alt);
}.wsf-form input[type=checkbox].wsf-field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: var(--wsf-field-checkbox-color-background);
  border-radius: var(--wsf-field-checkbox-border-radius);
  bottom: auto;
  border: var(--wsf-field-border);
  display: block;
  height: var(--wsf-field-checkbox-size);
  margin: 0;
  min-height: var(--wsf-field-checkbox-size);
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: left;
  top: auto;
  vertical-align: middle;
  width: var(--wsf-field-checkbox-size);
}
.wsf-form input[type=checkbox].wsf-field:checked {
  background-color: var(--wsf-field-checkbox-checked-color-background);
  border-color: var(--wsf-field-checkbox-checked-color-background);
}
.wsf-form input[type=checkbox].wsf-field:checked::after {
  background: none;
  border-color: var(--wsf-field-checkbox-checkmark-color);
  border-style: solid;
  border-width: 0 var(--wsf-field-checkbox-check-size) var(--wsf-field-checkbox-check-size) 0;
  content: "";
  display: block;
  height: var(--wsf-field-checkbox-check-height);
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(calc(var(--wsf-field-checkbox-size) / 2 - var(--wsf-field-checkbox-check-width) / 2 - var(--wsf-field-border-width)), calc(var(--wsf-field-checkbox-size) / 2 - var(--wsf-field-checkbox-check-height) / 2 - (var(--wsf-field-border-width) + 1px))) rotate(45deg);
          transform: translate(calc(var(--wsf-field-checkbox-size) / 2 - var(--wsf-field-checkbox-check-width) / 2 - var(--wsf-field-border-width)), calc(var(--wsf-field-checkbox-size) / 2 - var(--wsf-field-checkbox-check-height) / 2 - (var(--wsf-field-border-width) + 1px))) rotate(45deg);
  transition: none;
  width: var(--wsf-field-checkbox-check-width);
}
.wsf-form input[type=checkbox].wsf-field::before {
  display: none !important;
}
.wsf-form input[type=checkbox].wsf-field + label.wsf-label {
  display: inline-block;
  margin-left: calc(var(--wsf-field-checkbox-size) + var(--wsf-field-checkbox-gap-horizontal));
  margin-top: 0;
  vertical-align: top;
}
.wsf-form input[type=checkbox].wsf-field:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=checkbox].wsf-field:focus {
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=checkbox].wsf-field:disabled + label.wsf-label {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button, .wsf-form input[type=checkbox].wsf-field.wsf-switch, .wsf-form input[type=checkbox].wsf-field.wsf-swatch {
  background: none;
  border: none;
  bottom: auto;
  left: auto;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: auto;
  top: auto;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label, .wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label, .wsf-form input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label {
  margin: 0;
  padding: 0;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label::before {
  background-color: var(--wsf-field-color-background);
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: var(--wsf-field-checkbox-size);
  left: 0;
  position: absolute;
  vertical-align: top;
  width: var(--wsf-field-checkbox-size);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label::after, .wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after, .wsf-form input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label::after {
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: var(--wsf-field-checkbox-size);
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: var(--wsf-field-checkbox-size);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label + .wsf-invalid-feedback, .wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label + .wsf-invalid-feedback, .wsf-form input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label + .wsf-invalid-feedback {
  margin-bottom: var(--wsf-field-invalid-feedback-gap);
  margin-top: calc(-1 * var(--wsf-field-invalid-feedback-gap));
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:hover:not(:focus):not(:checked) + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-switch:hover:not(:focus):not(:checked) + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-swatch:hover:not(:focus):not(:checked) + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:focus + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-switch:focus + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-swatch:focus + label.wsf-label::before {
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label, .wsf-form input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label, .wsf-form input[type=checkbox].wsf-field.wsf-swatch:disabled + label.wsf-label {
  color: var(--wsf-field-checkbox-button-color);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label::before, .wsf-form input[type=checkbox].wsf-field.wsf-swatch:disabled + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-disabled);
  border-color: var(--wsf-field-border-color-disabled);
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label::after, .wsf-form input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label::after, .wsf-form input[type=checkbox].wsf-field.wsf-swatch:disabled + label.wsf-label::after {
  cursor: not-allowed;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label {
  background-color: var(--wsf-field-checkbox-button-color-background);
  border-color: var(--wsf-field-checkbox-button-color-background);
  border-radius: var(--wsf-field-border-radius);
  color: var(--wsf-field-checkbox-button-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--wsf-field-font-family);
  font-size: var(--wsf-field-font-size);
  font-weight: var(--wsf-field-font-weight);
  line-height: var(--wsf-field-line-height);
  padding: var(--wsf-field-padding);
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label::before {
  display: none;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label::after {
  display: none;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:focus + label.wsf-label {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:checked + label.wsf-label {
  background-color: var(--wsf-field-checkbox-checked-button-color-background);
  border-color: var(--wsf-field-checkbox-checked-button-color-background);
  color: var(--wsf-field-checkbox-checked-button-color);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button:checked:focus + label.wsf-label {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button.wsf-button-full + label.wsf-label {
  display: block;
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch {
  width: var(--wsf-field-checkbox-switch-width);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label {
  position: relative;
  -webkit-padding-start: calc(var(--wsf-field-checkbox-switch-width) + var(--wsf-field-checkbox-gap-horizontal));
  padding-inline-start: calc(var(--wsf-field-checkbox-switch-width) + var(--wsf-field-checkbox-gap-horizontal));
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::before {
  border-radius: calc(var(--wsf-field-checkbox-size) / 2);
  width: var(--wsf-field-checkbox-switch-width);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after {
  background-color: var(--wsf-field-checkbox-switch-color);
  border: none;
  border-radius: 50%;
  height: var(--wsf-field-checkbox-switch-size);
  left: calc((var(--wsf-field-checkbox-size) - var(--wsf-field-checkbox-switch-size)) / 2);
  top: calc((var(--wsf-field-checkbox-size) - var(--wsf-field-checkbox-switch-size)) / 2);
  width: var(--wsf-field-checkbox-switch-size);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch:focus + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-focus);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-disabled);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label::before {
  background-color: var(--wsf-field-checkbox-checked-switch-color-background);
  border-color: var(--wsf-field-checkbox-checked-switch-color-background);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label::after {
  background-color: var(--wsf-field-checkbox-checked-switch-color);
  left: calc(var(--wsf-field-checkbox-switch-width) - var(--wsf-field-checkbox-switch-size) - (var(--wsf-field-checkbox-size) - var(--wsf-field-checkbox-switch-size)) / 2);
}
.wsf-form input[type=checkbox].wsf-field.wsf-color {
  display: none;
}
.wsf-form input[type=checkbox].wsf-field.wsf-color + label.wsf-label {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.wsf-form input[type=checkbox].wsf-field.wsf-color + label.wsf-label::before {
  display: none;
}
.wsf-form input[type=checkbox].wsf-field.wsf-color + label.wsf-label::after {
  display: none;
}
.wsf-form input[type=checkbox].wsf-field.wsf-color + label.wsf-label > span {
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  cursor: pointer;
  display: inline-block;
  height: var(--wsf-field-height);
  vertical-align: middle;
  width: var(--wsf-field-height);
}
.wsf-form input[type=checkbox].wsf-field.wsf-color.wsf-circle + label.wsf-label > span {
  border-radius: 50%;
}
.wsf-form input[type=checkbox].wsf-field.wsf-color:hover:enabled:not(:checked):not(:focus) + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=checkbox].wsf-field.wsf-color:focus + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-focus);
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field.wsf-color:disabled + label.wsf-label > span {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=checkbox].wsf-field.wsf-color:checked + label.wsf-label > span {
  border-color: var(--wsf-field-checkbox-checked-swatch-border-color);
  box-shadow: inset 0 0 0 2px var(--wsf-field-checkbox-checked-swatch-box-shadow-color);
}
.wsf-form input[type=checkbox].wsf-field.wsf-image {
  display: none;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image + label.wsf-label {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image + label.wsf-label > img {
  background-color: var(--wsf-field-color-background);
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  cursor: pointer;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 2px;
  vertical-align: middle;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image + label.wsf-label .wsf-image-caption {
  color: var(--wsf-field-help-color);
  display: block;
  font-size: var(--wsf-form-font-size-small);
  line-height: var(--wsf-field-line-height);
  margin-top: var(--wsf-form-caption-gap);
}
.wsf-form input[type=checkbox].wsf-field.wsf-image.wsf-circle + label.wsf-label > img {
  border-radius: 50%;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image.wsf-responsive + label.wsf-label > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image.wsf-image-full + label.wsf-label {
  width: 100%;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image:hover:enabled:not(:checked):not(:focus) + label.wsf-label > img {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=checkbox].wsf-field.wsf-image:focus + label.wsf-label > img {
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field.wsf-image:disabled + label.wsf-label > img {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=checkbox].wsf-field.wsf-image:checked + label.wsf-label > img {
  background-color: var(--wsf-field-checkbox-checked-image-border-color);
  border-color: var(--wsf-field-checkbox-checked-image-border-color);
}
.wsf-form [data-type=checkbox] .wsf-grid.wsf-fields .wsf-label-wrapper label.wsf-label {
  padding: 0;
}
.wsf-form [data-row-checkbox] {
  margin-bottom: var(--wsf-field-checkbox-gap-vertical);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="1"] {
  -webkit-margin-start: var(--wsf-field-checkbox-size);
  margin-inline-start: var(--wsf-field-checkbox-size);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="2"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 2);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 2);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="3"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 3);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 3);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="4"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 4);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 4);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="5"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 5);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 5);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="6"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 6);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 6);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="7"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 7);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 7);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="8"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 8);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 8);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="9"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 9);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 9);
}
.wsf-form [data-row-checkbox][data-wsf-hierarchy="10"] {
  -webkit-margin-start: calc(var(--wsf-field-checkbox-size) * 10);
  margin-inline-start: calc(var(--wsf-field-checkbox-size) * 10);
}
.wsf-form.wsf-validated input[type=checkbox].wsf-field:invalid,
.wsf-form .wsf-validated input[type=checkbox].wsf-field:invalid {
  border-color: var(--wsf-field-border-color-invalid);
}
.wsf-form.wsf-validated input[type=checkbox].wsf-field:invalid:focus,
.wsf-form .wsf-validated input[type=checkbox].wsf-field:invalid:focus {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=checkbox].wsf-field + label.wsf-label {
  transition: color var(--wsf-form-transition);
}
.wsf-form input[type=checkbox].wsf-field + label.wsf-label::before {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form input[type=checkbox].wsf-field.wsf-button + label.wsf-label {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition), color var(--wsf-form-transition);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::before {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition);
}
.wsf-form input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), left var(--wsf-form-transition);
}
.wsf-form input[type=checkbox].wsf-field.wsf-color + label.wsf-label > span {
  transition: border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form input[type=checkbox].wsf-field.wsf-image + label.wsf-label > img {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field + label.wsf-label {
  margin-right: calc(var(--wsf-field-checkbox-size) + var(--wsf-field-checkbox-gap-horizontal));
  margin-left: 0;
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-button + label.wsf-label, .wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch + label.wsf-label, .wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label {
  margin-right: 0;
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-button + label.wsf-label::before, .wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::before, .wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label::before {
  left: auto;
  right: 0;
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-button + label.wsf-label::after, .wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after, .wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label::after {
  left: auto;
  right: 0;
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch + label.wsf-label {
  -webkit-padding-end: calc(var(--wsf-field-checkbox-switch-width) + var(--wsf-field-checkbox-gap-horizontal));
  padding-inline-end: calc(var(--wsf-field-checkbox-switch-width) + var(--wsf-field-checkbox-gap-horizontal));
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after {
  right: calc((var(--wsf-field-checkbox-size) - var(--wsf-field-checkbox-switch-size)) / 2);
  left: calc((var(--wsf-field-checkbox-size) - var(--wsf-field-checkbox-switch-size)) / 2);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label::after {
  left: 0;
  right: calc(var(--wsf-field-checkbox-switch-width) - var(--wsf-field-checkbox-switch-size) - (var(--wsf-field-checkbox-size) - var(--wsf-field-checkbox-switch-size)) / 2);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-color + label.wsf-label {
  margin-right: 0;
  padding-right: 0;
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-image + label.wsf-label {
  margin-right: 0;
  padding-right: 0;
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="1"] {
  -webkit-margin-end: var(--wsf-field-checkbox-size);
  margin-inline-end: var(--wsf-field-checkbox-size);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="2"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 2);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 2);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="3"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 3);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 3);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="4"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 4);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 4);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="5"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 5);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 5);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="6"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 6);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 6);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="7"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 7);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 7);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="8"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 8);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 8);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="9"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 9);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 9);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field [data-wsf-hierarchy="10"] {
  -webkit-margin-end: calc(var(--wsf-field-checkbox-size) * 10);
  margin-inline-end: calc(var(--wsf-field-checkbox-size) * 10);
}
.wsf-form.wsf-rtl input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after {
  transition: background-color var(--wsf-form-transition-speed), border-color var(--wsf-form-transition-speed), right var(--wsf-form-transition-speed);
}

html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field {
  background-color: var(--wsf-field-checkbox-color-background-alt);
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field:checked {
  background-color: var(--wsf-field-checkbox-checked-color-background-alt);
  border-color: var(--wsf-field-checkbox-checked-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field:checked::after {
  border-color: var(--wsf-field-checkbox-checkmark-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field:focus {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-swatch + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-alt);
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button:hover:not(:focus):not(:checked) + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:hover:not(:focus):not(:checked) + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-swatch:hover:not(:focus):not(:checked) + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button:focus + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:focus + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-swatch:focus + label.wsf-label::before {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-swatch:disabled + label.wsf-label {
  color: var(--wsf-field-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-swatch:disabled + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-disabled-alt);
  border-color: var(--wsf-field-border-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button + label.wsf-label {
  background-color: var(--wsf-field-checkbox-button-color-background-alt);
  border-color: var(--wsf-field-checkbox-button-color-background-alt);
  color: var(--wsf-field-checkbox-button-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-button:checked + label.wsf-label {
  background-color: var(--wsf-field-checkbox-checked-button-color-background-alt);
  border-color: var(--wsf-field-checkbox-checked-button-color-background-alt);
  color: var(--wsf-field-checkbox-checked-button-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch + label.wsf-label::after {
  background-color: var(--wsf-field-checkbox-switch-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:focus + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label::before {
  background-color: var(--wsf-field-checkbox-checked-switch-color-background-alt);
  border-color: var(--wsf-field-checkbox-checked-switch-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label::after {
  background-color: var(--wsf-field-checkbox-checked-switch-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-color + label.wsf-label > span {
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-color:hover:enabled:not(:checked):not(:focus) + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-color:focus + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-focus-alt);
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-color:checked + label.wsf-label > span {
  border-color: var(--wsf-field-checkbox-checked-swatch-border-color-alt);
  box-shadow: inset 0 0 0 2px var(--wsf-field-checkbox-checked-swatch-box-shadow-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-image + label.wsf-label > img {
  background-color: var(--wsf-field-color-background-alt);
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-image + label.wsf-label .wsf-image-caption {
  color: var(--wsf-field-help-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-image:hover:enabled:not(:checked):not(:focus) + label.wsf-label > img {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-image:focus + label.wsf-label > img {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=checkbox].wsf-field.wsf-image:checked + label.wsf-label > img {
  background-color: var(--wsf-field-checkbox-checked-image-border-color-alt);
  border-color: var(--wsf-field-checkbox-checked-image-border-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=checkbox].wsf-field:invalid + label.wsf-label::before,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=checkbox].wsf-field:invalid + label.wsf-label::before {
  border-color: var(--wsf-field-border-color-invalid-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=checkbox].wsf-field:invalid + label.wsf-label::before:focus + label.wsf-label::before,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=checkbox].wsf-field:invalid + label.wsf-label::before:focus + label.wsf-label::before {
  box-shadow: var(--wsf-field-box-shadow-alt);
}.wsf-form input[type=radio].wsf-field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: var(--wsf-field-radio-color-background);
  border-radius: 50%;
  border: var(--wsf-field-border);
  bottom: auto;
  display: block;
  height: var(--wsf-field-radio-size);
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: left;
  top: auto;
  vertical-align: middle;
  width: var(--wsf-field-radio-size);
}
.wsf-form input[type=radio].wsf-field:checked::after {
  background: none;
  background-color: var(--wsf-field-radio-checked-color);
  border: none;
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--wsf-field-radio-checked-size);
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-checked-size) - var(--wsf-field-border-width) * 2) / 2), calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-checked-size) - var(--wsf-field-border-width) * 2) / 2));
          transform: translate(calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-checked-size) - var(--wsf-field-border-width) * 2) / 2), calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-checked-size) - var(--wsf-field-border-width) * 2) / 2));
  transition: none;
  width: var(--wsf-field-radio-checked-size);
}
.wsf-form input[type=radio].wsf-field::before {
  display: none !important;
}
.wsf-form input[type=radio].wsf-field + label.wsf-label {
  display: inline-block;
  margin-left: calc(var(--wsf-field-radio-size) + var(--wsf-field-radio-gap-horizontal));
  margin-top: 0;
  vertical-align: top;
}
.wsf-form input[type=radio].wsf-field:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=radio].wsf-field:focus {
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=radio].wsf-field:disabled + label.wsf-label {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=radio].wsf-field.wsf-circle:not(.wsf-color):not(.wsf-image) {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-circle:not(.wsf-color):not(.wsf-image) + label.wsf-label {
  aspect-ratio: 1;
  background-color: var(--wsf-field-radio-circle-color-background);
  border: 1px solid #000;
  border-radius: 50%;
  color: var(--wsf-field-radio-circle-color);
  cursor: pointer;
  font-family: var(--wsf-field-radio-circle-font-family);
  font-size: var(--wsf-field-radio-circle-font-size);
  font-weight: var(--wsf-field-radio-circle-font-weight);
  line-height: var(--wsf-field-radio-circle-line-height);
  height: calc(var(--wsf-field-radio-circle-padding-vertical) * 2 + var(--wsf-field-radio-circle-font-size));
  line-height: 1;
  margin: 0;
  padding: var(--wsf-field-radio-circle-padding-vertical) 0;
  text-align: center;
}
.wsf-form input[type=radio].wsf-field.wsf-circle:not(.wsf-color):not(.wsf-image):disabled + label.wsf-label {
  background-color: var(--wsf-field-radio-circle-color-background-disabled);
  color: var(--wsf-field-radio-circle-color-disabled);
}
.wsf-form input[type=radio].wsf-field.wsf-circle:not(.wsf-color):not(.wsf-image):hover + label.wsf-label {
  background-color: var(--wsf-field-radio-circle-color-background-hover);
  color: var(--wsf-field-radio-circle-color-hover);
}
.wsf-form input[type=radio].wsf-field.wsf-circle:not(.wsf-color):not(.wsf-image):checked + label.wsf-label {
  background: var(--wsf-field-radio-checked-circle-color-background);
  color: var(--wsf-field-radio-checked-circle-color);
}
.wsf-form input[type=radio].wsf-field.wsf-button, .wsf-form input[type=radio].wsf-field.wsf-switch, .wsf-form input[type=radio].wsf-field.wsf-swatch {
  background: none;
  border: none;
  bottom: auto;
  left: auto;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: auto;
  top: auto;
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label, .wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label, .wsf-form input[type=radio].wsf-field.wsf-swatch + label.wsf-label {
  margin: 0;
  padding: 0;
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label::before, .wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label::before, .wsf-form input[type=radio].wsf-field.wsf-swatch + label.wsf-label::before {
  background-color: var(--wsf-field-color-background);
  border: var(--wsf-field-border);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: var(--wsf-field-radio-size);
  left: 0;
  position: absolute;
  vertical-align: top;
  width: var(--wsf-field-radio-size);
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label::after, .wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label::after, .wsf-form input[type=radio].wsf-field.wsf-swatch + label.wsf-label::after {
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: var(--wsf-field-radio-size);
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: var(--wsf-field-radio-size);
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label + .wsf-invalid-feedback, .wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label + .wsf-invalid-feedback, .wsf-form input[type=radio].wsf-field.wsf-swatch + label.wsf-label + .wsf-invalid-feedback {
  margin-bottom: var(--wsf-field-invalid-feedback-gap);
  margin-top: calc(-1 * var(--wsf-field-invalid-feedback-gap));
}
.wsf-form input[type=radio].wsf-field.wsf-button:hover:enabled:not(:checked):not(:focus) + label.wsf-label::before, .wsf-form input[type=radio].wsf-field.wsf-switch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::before, .wsf-form input[type=radio].wsf-field.wsf-swatch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=radio].wsf-field.wsf-button:focus + label.wsf-label::before, .wsf-form input[type=radio].wsf-field.wsf-switch:focus + label.wsf-label::before, .wsf-form input[type=radio].wsf-field.wsf-swatch:focus + label.wsf-label::before {
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label {
  background-color: var(--wsf-field-radio-button-color-background);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-radio-button-color-background);
  border-radius: var(--wsf-field-border-radius);
  color: var(--wsf-field-radio-button-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--wsf-field-font-family);
  font-size: var(--wsf-field-font-size);
  font-weight: var(--wsf-field-font-weight);
  line-height: var(--wsf-field-line-height);
  padding: var(--wsf-field-padding);
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label::before {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label::after {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-button.wsf-button-full + label.wsf-label {
  display: block;
}
.wsf-form input[type=radio].wsf-field.wsf-button:focus + label.wsf-label {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field.wsf-button:disabled + label.wsf-label {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=radio].wsf-field.wsf-button:checked + label.wsf-label {
  background-color: var(--wsf-field-radio-checked-button-color-background);
  border-color: var(--wsf-field-radio-checked-button-color-background);
  color: var(--wsf-field-radio-checked-button-color);
}
.wsf-form input[type=radio].wsf-field.wsf-button:checked:focus + label.wsf-label {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field.wsf-switch {
  width: var(--wsf-field-radio-switch-width);
}
.wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label {
  position: relative;
  -webkit-padding-start: calc(var(--wsf-field-radio-switch-width) + var(--wsf-field-radio-gap-horizontal));
  padding-inline-start: calc(var(--wsf-field-radio-switch-width) + var(--wsf-field-radio-gap-horizontal));
}
.wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label::before {
  border-radius: calc(var(--wsf-field-radio-size) / 2);
  position: absolute;
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition);
  width: var(--wsf-field-radio-switch-width);
}
.wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label::after {
  background-color: var(--wsf-field-radio-switch-color);
  border: none;
  border-radius: 50%;
  height: var(--wsf-field-radio-switch-size);
  left: calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-switch-size)) / 2);
  top: calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-switch-size)) / 2);
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), left var(--wsf-form-transition);
  width: var(--wsf-field-radio-switch-size);
}
.wsf-form input[type=radio].wsf-field.wsf-switch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=radio].wsf-field.wsf-switch:focus + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-focus);
}
.wsf-form input[type=radio].wsf-field.wsf-switch:disabled + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-disabled);
}
.wsf-form input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label::before {
  background-color: var(--wsf-field-radio-checked-switch-color-background);
  border-color: var(--wsf-field-radio-checked-switch-color-background);
}
.wsf-form input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label::after {
  background-color: var(--wsf-field-radio-checked-switch-color);
  left: calc(var(--wsf-field-radio-switch-width) - var(--wsf-field-radio-switch-size) - (var(--wsf-field-radio-size) - var(--wsf-field-radio-switch-size)) / 2);
}
.wsf-form input[type=radio].wsf-field.wsf-color {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-color + label.wsf-label {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.wsf-form input[type=radio].wsf-field.wsf-color + label.wsf-label::before {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-color + label.wsf-label::after {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-color + label.wsf-label > span {
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  cursor: pointer;
  display: inline-block;
  height: var(--wsf-field-height);
  vertical-align: middle;
  width: var(--wsf-field-height);
}
.wsf-form input[type=radio].wsf-field.wsf-color.wsf-circle + label.wsf-label > span {
  border-radius: 50%;
}
.wsf-form input[type=radio].wsf-field.wsf-color:hover:enabled:not(:checked):not(:focus) + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=radio].wsf-field.wsf-color:focus + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-focus);
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field.wsf-color:disabled + label.wsf-label > span {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=radio].wsf-field.wsf-color:checked + label.wsf-label > span {
  border-color: var(--wsf-field-radio-checked-swatch-border-color);
  box-shadow: inset 0 0 0 2px var(--wsf-field-radio-checked-swatch-box-shadow-color);
}
.wsf-form input[type=radio].wsf-field.wsf-image {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-image + label.wsf-label {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.wsf-form input[type=radio].wsf-field.wsf-image + label.wsf-label::before {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-image + label.wsf-label::after {
  display: none;
}
.wsf-form input[type=radio].wsf-field.wsf-image + label.wsf-label > img {
  background-color: var(--wsf-field-color-background);
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  cursor: pointer;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 2px;
  vertical-align: middle;
}
.wsf-form input[type=radio].wsf-field.wsf-image + label.wsf-label .wsf-image-caption {
  color: var(--wsf-field-help-color);
  display: block;
  font-size: var(--wsf-form-font-size-small);
  line-height: var(--wsf-field-line-height);
  margin-top: var(--wsf-form-caption-gap);
}
.wsf-form input[type=radio].wsf-field.wsf-image.wsf-circle + label.wsf-label > img {
  border-radius: 50%;
}
.wsf-form input[type=radio].wsf-field.wsf-image.wsf-responsive + label.wsf-label > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.wsf-form input[type=radio].wsf-field.wsf-image.wsf-image-full + label.wsf-label {
  width: 100%;
}
.wsf-form input[type=radio].wsf-field.wsf-image:hover:enabled:not(:checked):not(:focus) + label.wsf-label > img {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
}
.wsf-form input[type=radio].wsf-field.wsf-image:focus + label.wsf-label > img {
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field.wsf-image:disabled + label.wsf-label > img {
  cursor: not-allowed;
  opacity: 0.5;
}
.wsf-form input[type=radio].wsf-field.wsf-image:checked + label.wsf-label > img {
  background-color: var(--wsf-field-radio-checked-image-border-color);
  border-color: var(--wsf-field-radio-checked-image-border-color);
}
.wsf-form [data-type=radio] .wsf-grid.wsf-fields .wsf-label-wrapper label.wsf-label {
  padding: 0;
}
.wsf-form [data-row-radio] {
  margin-bottom: var(--wsf-field-radio-gap-vertical);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="1"] {
  -webkit-margin-start: var(--wsf-field-radio-size);
  margin-inline-start: var(--wsf-field-radio-size);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="2"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 2);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 2);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="3"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 3);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 3);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="4"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 4);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 4);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="5"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 5);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 5);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="6"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 6);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 6);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="7"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 7);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 7);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="8"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 8);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 8);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="9"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 9);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 9);
}
.wsf-form [data-row-radio][data-wsf-hierarchy="10"] {
  -webkit-margin-start: calc(var(--wsf-field-radio-size) * 10);
  margin-inline-start: calc(var(--wsf-field-radio-size) * 10);
}
.wsf-form.wsf-validated input[type=radio].wsf-field:invalid,
.wsf-form .wsf-validated input[type=radio].wsf-field:invalid {
  border-color: var(--wsf-field-border-color-invalid);
}
.wsf-form.wsf-validated input[type=radio].wsf-field:invalid:focus,
.wsf-form .wsf-validated input[type=radio].wsf-field:invalid:focus {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form input[type=radio].wsf-field + label.wsf-label {
  transition: color var(--wsf-form-transition);
}
.wsf-form input[type=radio].wsf-field + label.wsf-label::before {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form input[type=radio].wsf-field.wsf-button + label.wsf-label {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition), color var(--wsf-form-transition);
}
.wsf-form input[type=radio].wsf-field.wsf-switch + label.wsf-label::before {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition);
}
.wsf-form input[type=radio].wsf-field.wsf-color + label.wsf-label > span {
  transition: border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form input[type=radio].wsf-field.wsf-image + label.wsf-label > img {
  transition: background-color var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field:checked::after {
  -webkit-transform: translate(calc(-1 * var(--wsf-field-radio-size) / 3), calc(var(--wsf-field-radio-size) / 10)) rotate(45deg);
          transform: translate(calc(-1 * var(--wsf-field-radio-size) / 3), calc(var(--wsf-field-radio-size) / 10)) rotate(45deg);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field + label.wsf-label {
  margin-right: calc(var(--wsf-field-radio-size) + var(--wsf-field-radio-gap-horizontal));
  margin-left: 0;
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-button + label.wsf-label, .wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch + label.wsf-label, .wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-swatch + label.wsf-label {
  margin-right: 0;
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-button + label.wsf-label::before, .wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch + label.wsf-label::before, .wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-swatch + label.wsf-label::before {
  left: auto;
  right: 0;
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-button + label.wsf-label::after, .wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch + label.wsf-label::after, .wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-swatch + label.wsf-label::after {
  left: auto;
  right: 0;
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch + label.wsf-label {
  -webkit-padding-end: calc(var(--wsf-field-radio-switch-width) + var(--wsf-field-radio-gap-horizontal));
  padding-inline-end: calc(var(--wsf-field-radio-switch-width) + var(--wsf-field-radio-gap-horizontal));
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch + label.wsf-label::after {
  right: calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-switch-size)) / 2);
  left: calc((var(--wsf-field-radio-size) - var(--wsf-field-radio-switch-size)) / 2);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label::after {
  left: 0;
  right: calc(var(--wsf-field-radio-switch-width) - var(--wsf-field-radio-switch-size) - (var(--wsf-field-radio-size) - var(--wsf-field-radio-switch-size)) / 2);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-color + label.wsf-label {
  margin-left: auto;
  margin-right: 0;
  padding-left: auto;
  padding-right: 0;
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-image + label.wsf-label {
  margin-left: auto;
  margin-right: 0;
  padding-left: auto;
  padding-right: 0;
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="1"] {
  -webkit-margin-end: var(--wsf-field-radio-size);
  margin-inline-end: var(--wsf-field-radio-size);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="2"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 2);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 2);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="3"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 3);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 3);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="4"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 4);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 4);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="5"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 5);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 5);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="6"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 6);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 6);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="7"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 7);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 7);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="8"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 8);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 8);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="9"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 9);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 9);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field [data-wsf-hierarchy="10"] {
  -webkit-margin-end: calc(var(--wsf-field-radio-size) * 10);
  margin-inline-end: calc(var(--wsf-field-radio-size) * 10);
}
.wsf-form.wsf-rtl input[type=radio].wsf-field.wsf-switch + label.wsf-label::after {
  transition: background-color var(--wsf-form-transition-speed), border-color var(--wsf-form-transition-speed), right var(--wsf-form-transition-speed);
}

html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field {
  background-color: var(--wsf-field-radio-color-background-alt);
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field:checked::after {
  background-color: var(--wsf-field-radio-checked-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field:hover:enabled:not(:checked):not(:focus) {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field:focus {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-swatch + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-alt);
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button:hover:enabled:not(:checked):not(:focus) + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-swatch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button:focus + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:focus + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-swatch:focus + label.wsf-label::before {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button:disabled + label.wsf-label, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:disabled + label.wsf-label, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-swatch:disabled + label.wsf-label {
  color: var(--wsf-field-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button:disabled + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:disabled + label.wsf-label::before, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-swatch:disabled + label.wsf-label::before {
  background-color: var(--wsf-field-color-background-disabled-alt);
  border-color: var(--wsf-field-border-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button + label.wsf-label {
  background-color: var(--wsf-field-radio-button-color-background-alt);
  border: var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-radio-button-color-background-alt);
  color: var(--wsf-field-radio-button-color);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-button:checked + label.wsf-label {
  background-color: var(--wsf-field-radio-checked-button-color-background-alt);
  border-color: var(--wsf-field-radio-checked-button-color-background-alt);
  color: var(--wsf-field-radio-checked-button-color);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch + label.wsf-label::after {
  background-color: var(--wsf-field-radio-switch-color);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:hover:enabled:not(:checked):not(:focus) + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:focus + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:disabled + label.wsf-label::after {
  border-color: var(--wsf-field-border-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label::before {
  background-color: var(--wsf-field-radio-checked-switch-color-background-alt);
  border-color: var(--wsf-field-radio-checked-switch-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label::after {
  background-color: var(--wsf-field-radio-checked-switch-color);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-color + label.wsf-label > span {
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-color:hover:enabled:not(:checked):not(:focus) + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-color:focus + label.wsf-label > span {
  background-color: var(--wsf-field-color-background-focus-alt);
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-color:checked + label.wsf-label > span {
  border-color: var(--wsf-field-radio-checked-swatch-border-color-alt);
  box-shadow: inset 0 0 0 2px var(--wsf-field-radio-checked-swatch-box-shadow-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-image + label.wsf-label > img {
  background-color: var(--wsf-field-color-background-alt);
  border: var(--wsf-field-border-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-image + label.wsf-label .wsf-image-caption {
  color: var(--wsf-field-help-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-image:hover:enabled:not(:checked):not(:focus) + label.wsf-label > img {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-image:focus + label.wsf-label > img {
  border-color: var(--wsf-field-border-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] input[type=radio].wsf-field.wsf-image:checked + label.wsf-label > img {
  background-color: var(--wsf-field-radio-checked-image-border-color-alt);
  border-color: var(--wsf-field-radio-checked-image-border-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated input[type=radio].wsf-field:invalid + label.wsf-label::before,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated input[type=radio].wsf-field:invalid + label.wsf-label::before {
  border-color: var(--wsf-field-border-color-invalid-alt);
}.wsf-form select.wsf-field {
  background-image: none !important;
  display: inline-block !important;
}
.wsf-form select.wsf-field[size], .wsf-form select.wsf-field.wsf-field[multiple]:not([size]) {
  height: auto;
}
.wsf-form select.wsf-field:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
}
.wsf-form select.wsf-field[data-wsf-select2]:not([multiple]):not([size]) {
  -webkit-padding-end: var(--wsf-field-select-padding-right);
  padding-inline-end: var(--wsf-field-select-padding-right);
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]) + span.wsf-select-arrow {
  align-self: center;
  border-color: var(--wsf-field-select-arrow-color) transparent transparent transparent;
  border-style: solid;
  border-width: var(--wsf-field-select-arrow-height) calc(var(--wsf-field-select-arrow-width) / 2) 0 calc(var(--wsf-field-select-arrow-width) / 2);
  display: inline-block !important;
  margin-left: calc(-1 * var(--wsf-field-select-arrow-width));
  position: relative;
  pointer-events: none;
  right: var(--wsf-field-padding-horizontal);
  top: -1px;
  vertical-align: middle;
  width: 0;
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):hover:not(:focus) + span {
  color: var(--wsf-field-color-hover);
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):focus + span {
  color: var(--wsf-field-color-focus);
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):disabled {
  border-color: var(--wsf-field-border-color-disabled);
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):disabled + span {
  color: var(--wsf-field-color-disabled);
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])::-ms-expand {
  display: none;
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.wsf-form select.wsf-field optgroup {
  font-weight: bold;
}
.wsf-form select.wsf-field option {
  font-family: var(--wsf-field-font-family);
  font-size: var(--wsf-field-font-size);
  font-weight: var(--wsf-field-font-weight);
}
.wsf-form select.wsf-field option:disabled {
  color: var(--wsf-field-color-disabled);
}
.wsf-form select.wsf-field ~ .select2-container {
  display: block;
  width: 100% !important;
}
.wsf-form select.wsf-field ~ .select2-container:focus {
  outline: none;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple {
  background-color: var(--wsf-field-color-background);
  border: var(--wsf-field-border);
  border-radius: var(--wsf-field-border-radius);
  font-size: var(--wsf-field-font-size);
  height: auto;
  min-height: var(--wsf-field-height);
  outline: 0;
  padding: var(--wsf-field-padding);
  touch-action: manipulation;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single {
  -webkit-padding-end: calc(var(--wsf-field-padding-horizontal) * 2 + var(--wsf-field-select-arrow-width));
  padding-inline-end: calc(var(--wsf-field-padding-horizontal) * 2 + var(--wsf-field-select-arrow-width));
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__arrow {
  height: var(--wsf-field-height);
  margin-top: -2px;
  top: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__arrow b {
  background: none;
  border-color: var(--wsf-field-select-arrow-color) transparent transparent transparent;
  border-style: solid;
  border-width: var(--wsf-field-select-arrow-height) calc(var(--wsf-field-select-arrow-width) / 2) 0 calc(var(--wsf-field-select-arrow-width) / 2);
  height: 16px;
  left: 50%;
  margin-left: calc(-1 * var(--wsf-field-select-arrow-width));
  margin-top: -2px;
  right: var(--wsf-field-padding-horizontal);
  vertical-align: middle;
  width: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single:hover .select2-selection__arrow {
  border-color: var(--wsf-field-color-hover) transparent transparent transparent;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single:focus .select2-selection__arrow {
  border-color: var(--wsf-field-color-focus) transparent transparent transparent;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple {
  padding-bottom: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--wsf-field-select-select2-choice-color-background);
  border-radius: var(--wsf-field-select-select2-choice-border-radius);
  color: var(--wsf-field-select-select2-choice-color);
  font-family: var(--wsf-field-select-select2-choice-font-family);
  font-size: var(--wsf-field-select-select2-choice-font-size);
  font-style: var(--wsf-field-select-select2-choice-font-style);
  font-weight: var(--wsf-field-select-select2-choice-font-weight);
  letter-spacing: var(--wsf-field-select-select2-choice-letter-spacing);
  line-height: var(--wsf-field-select-select2-choice-line-height);
  margin: 0 0 var(--wsf-field-select-select2-choice-gap);
  -webkit-text-decoration: var(--wsf-field-select-select2-choice-text-decoration);
          text-decoration: var(--wsf-field-select-select2-choice-text-decoration);
  text-transform: var(--wsf-field-select-select2-choice-text-transform);
  -webkit-margin-end: var(--wsf-field-select-select2-choice-gap);
  margin-inline-end: var(--wsf-field-select-select2-choice-gap);
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__clear {
  margin-right: 0;
  margin-top: -1px;
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--wsf-field-select-select2-choice-color-remove);
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--wsf-field-select-select2-choice-color);
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__rendered,
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__rendered {
  color: var(--wsf-field-color);
  font-weight: inherit;
  line-height: var(--wsf-field-line-height) !important;
  padding: 0;
  font-weight: inherit;
}
.wsf-form select.wsf-field ~ .select2-container .select2-container--disabled .select2-selection--single .select2-selection__arrow {
  border-color: var(--wsf-field-color-disabled) transparent transparent transparent;
}
.wsf-form select.wsf-field ~ .select2-container .select2-container--disabled .select2-selection--single,
.wsf-form select.wsf-field ~ .select2-container .select2-container--disabled .select2-selection--multiple {
  background-color: var(--wsf-field-color-background-disabled);
  border-color: var(--wsf-field-border-color-disabled);
  cursor: not-allowed;
}
.wsf-form select.wsf-field ~ .select2-container.select2-container--focus:not(.select2-container--disabled) .select2-selection--single, .wsf-form select.wsf-field ~ .select2-container.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple {
  background-color: var(--wsf-field-color-background-focus);
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
  color: var(--wsf-field-color-focus);
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__placeholder,
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: var(--wsf-field-color);
}
.wsf-form select.wsf-field ~ .select2-container .select2-search--inline {
  margin: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field {
  background-color: var(--wsf-field-color-background);
  color: var(--wsf-field-color);
  font-family: var(--wsf-field-font-family);
  font-size: var(--wsf-field-font-size);
  font-style: var(--wsf-field-font-style);
  font-weight: var(--wsf-field-font-weight);
  letter-spacing: var(--wsf-field-letter-spacing);
  line-height: var(--wsf-field-line-height);
  margin-top: 0;
  -webkit-text-decoration: var(--wsf-field-text-decoration);
          text-decoration: var(--wsf-field-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-text-transform);
}
.wsf-form select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: var(--wsf-field-color-placeholder);
}
.wsf-form select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--wsf-field-color-placeholder);
}
.wsf-form select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: var(--wsf-field-color-placeholder);
}
.wsf-form select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: var(--wsf-field-color-placeholder);
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__rendered .select2-search--inline,
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin-bottom: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown {
  background-color: var(--wsf-field-color-background);
  margin-bottom: 0;
  z-index: 10000;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown.select2-dropdown--above {
  border: var(--wsf-field-border);
  border-top-left-radius: var(--wsf-field-border-radius);
  border-top-right-radius: var(--wsf-field-border-radius);
  box-shadow: none;
  overflow-x: hidden;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown.select2-dropdown--below {
  border: var(--wsf-field-border);
  border-top: none;
  border-bottom-left-radius: var(--wsf-field-border-radius);
  border-bottom-right-radius: var(--wsf-field-border-radius);
  box-shadow: none;
  overflow-x: hidden;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field {
  background-color: var(--wsf-form-color-background);
  color: var(--wsf-form-color-base);
  font-family: var(--wsf-form-font-family);
  font-size: var(--wsf-form-font-size);
  font-style: var(--wsf-form-font-style);
  font-weight: var(--wsf-form-font-weight);
  letter-spacing: var(--wsf-form-letter-spacing);
  line-height: var(--wsf-form-line-height);
  margin: 0;
  padding: var(--wsf-field-padding);
  -webkit-text-decoration: var(--wsf-form-text-decoration);
          text-decoration: var(--wsf-form-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-form-text-transform);
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field:hover:enabled {
  background-color: var(--wsf-field-color-background-hover);
  border-color: var(--wsf-field-border-color-hover);
  color: var(--wsf-field-color-hover);
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field:focus {
  background-color: var(--wsf-field-color-background-focus);
  border-color: var(--wsf-field-border-color-focus);
  box-shadow: var(--wsf-field-box-shadow);
  color: var(--wsf-field-color-focus);
  outline: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results {
  line-height: var(--wsf-field-line-height);
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__options {
  margin: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option {
  background-color: var(--wsf-field-select-select2-result-color-background);
  border-top: var(--wsf-field-border);
  color: var(--wsf-field-select-select2-result-color);
  font-family: var(--wsf-field-select-select2-result-font-family);
  font-size: var(--wsf-field-select-select2-result-font-size);
  font-style: var(--wsf-field-select-select2-result-font-style);
  font-weight: var(--wsf-field-select-select2-result-font-weight);
  letter-spacing: var(--wsf-field-select-select2-result-letter-spacing);
  line-height: var(--wsf-field-select-select2-result-line-height);
  margin: 0;
  padding: var(--wsf-field-select-select2-result-padding);
  -webkit-text-decoration: var(--wsf-field-select-select2-result-text-decoration);
          text-decoration: var(--wsf-field-select-select2-result-text-decoration);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: var(--wsf-field-select-select2-result-text-transform);
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option[role=group] {
  padding: 0;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option[aria-disabled=true] {
  color: var(--wsf-field-color-disabled);
  cursor: not-allowed;
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: var(--wsf-field-select-select2-result-color-background-selected);
  color: var(--wsf-field-select-select2-result-color-selected);
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: var(--wsf-field-select-select2-result-color-background-highlighted);
  color: var(--wsf-field-select-select2-result-color-highlighted);
}
.wsf-form.wsf-validated select.wsf-field:invalid:not([multiple]):not([size]):invalid,
.wsf-form .wsf-validated select.wsf-field:invalid:not([multiple]):not([size]):invalid {
  border-color: var(--wsf-field-border-color-invalid);
}
.wsf-form.wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--single,
.wsf-form.wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--multiple,
.wsf-form .wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--single,
.wsf-form .wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--multiple {
  border-color: var(--wsf-field-border-color-invalid);
}
.wsf-form.wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--single,
.wsf-form.wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--multiple,
.wsf-form .wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--single,
.wsf-form .wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--multiple {
  box-shadow: var(--wsf-field-box-shadow);
}
.wsf-form select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple {
  transition: background-color var(--wsf-form-transition), background-image var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field {
  transition: background-color var(--wsf-form-transition), background-image var(--wsf-form-transition), border-color var(--wsf-form-transition), box-shadow var(--wsf-form-transition);
}
.wsf-form.wsf-rtl select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]) + span.wsf-select-arrow {
  margin-right: calc(-1 * var(--wsf-field-select-arrow-width));
  right: calc(-1 * var(--wsf-field-padding-horizontal));
}
.wsf-form.wsf-rtl select.wsf-field ~ .select2-container .select2-selection--single {
  -webkit-padding-end: calc(var(--wsf-field-padding-horizontal) * 2 + var(--wsf-field-select-arrow-width));
  padding-inline-end: calc(var(--wsf-field-padding-horizontal) * 2 + var(--wsf-field-select-arrow-width));
}
.wsf-form.wsf-rtl select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-right: calc(-1 * var(--wsf-field-select-arrow-width));
}
.wsf-form.wsf-rtl select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__clear {
  float: left;
}

html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]) + span.wsf-select-arrow {
  border-color: var(--wsf-field-select-arrow-color-alt) transparent transparent transparent;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):hover:not(:focus) + span {
  color: var(--wsf-field-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):focus + span {
  color: var(--wsf-field-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):disabled {
  border-color: var(--wsf-field-border-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]):disabled + span {
  color: var(--wsf-field-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field option:disabled {
  color: var(--wsf-field-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--multiple {
  background-color: var(--wsf-field-color-background-alt);
  border: var(--wsf-field-border-alt);
  color: var(--wsf-field-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__arrow {
  height: var(--wsf-field-height);
  top: 0;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--wsf-field-select-arrow-color-alt) transparent transparent transparent;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single:hover .select2-selection__arrow {
  border-color: var(--wsf-field-color-hover) transparent transparent transparent;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single:focus .select2-selection__arrow {
  border-color: var(--wsf-field-color-focus) transparent transparent transparent;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--wsf-field-select-select2-choice-color-background-alt);
  color: var(--wsf-field-select-select2-choice-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--wsf-field-select-select2-choice-color-remove-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--wsf-field-select-select2-choice-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__rendered,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__rendered {
  color: var(--wsf-field-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-container--disabled .select2-selection--single .select2-selection__arrow {
  border-color: var(--wsf-field-color-disabled-alt) transparent transparent transparent;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-container--disabled .select2-selection--single,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-container--disabled .select2-selection--multiple {
  background-color: var(--wsf-field-color-background-disabled-alt);
  border-color: var(--wsf-field-border-color-disabled-alt);
  cursor: not-allowed;
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container.select2-container--focus:not(.select2-container--disabled) .select2-selection--single, html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple {
  background-color: var(--wsf-field-color-background-focus-alt);
  border-color: var(--wsf-field-border-color-focus-alt);
  box-shadow: var(--wsf-field-box-shadow-alt);
  color: var(--wsf-field-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--single .select2-selection__placeholder,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: var(--wsf-field-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field {
  background-color: var(--wsf-form-color-background-alt);
  color: var(--wsf-form-color-base-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: var(--wsf-field-color-placeholder-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown {
  background-color: var(--wsf-field-color-background-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field {
  background-color: var(--wsf-field-color-background-alt);
  color: var(--wsf-field-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field:hover:enabled {
  background-color: var(--wsf-field-color-background-hover-alt);
  border-color: var(--wsf-field-border-color-hover-alt);
  color: var(--wsf-field-color-hover-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-search__field:focus {
  background-color: var(--wsf-field-color-background-focus-alt);
  border-color: var(--wsf-field-border-color-focus-alt);
  color: var(--wsf-field-color-focus-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option {
  background-color: var(--wsf-field-select-select2-result-color-background-alt);
  color: var(--wsf-field-select-select2-result-color-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option[aria-disabled=true] {
  color: var(--wsf-field-color-disabled-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: var(--wsf-field-select-select2-result-color-background-selected-alt);
  color: var(--wsf-field-select-select2-result-color-selected-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: var(--wsf-field-select-select2-result-color-background-highlighted-alt);
  color: var(--wsf-field-select-select2-result-color-highlighted-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid:not([multiple]):not([size]):invalid,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid:not([multiple]):not([size]):invalid {
  border-color: var(--wsf-field-border-color-invalid-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--single,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--multiple,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--single,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid ~ .select2-container .select2-selection--multiple {
  border-color: var(--wsf-field-border-color-invalid-alt);
}
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--single,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt].wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--multiple,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--single,
html.wsf-styler-scheme-alt .wsf-form[data-wsf-style-has-alt] .wsf-validated select.wsf-field:invalid ~ .select2-container.select2-container--focus .select2-selection--multiple {
  box-shadow: var(--wsf-field-box-shadow-alt);
}.wsf-form textarea.wsf-field {
  height: auto;
  min-height: var(--wsf-field-height);
  overflow: auto;
  resize: vertical;
}
.wsf-form textarea.wsf-field[data-textarea-type=tinymce] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wsf-form textarea.wsf-field[data-wsf-field-sizing-content] {
  field-sizing: content;
}
.wsf-form [data-type=textarea] .wp-editor-tabs {
  box-sizing: content-box;
}
.wsf-form [data-type=textarea] .mce-btn.mce-active button,
.wsf-form [data-type=textarea] .mce-btn.mce-active:hover button,
.wsf-form [data-type=textarea] .mce-btn.mce-active i,
.wsf-form [data-type=textarea] .mce-btn.mce-active:hover i {
  color: #000;
}.wsf-invalid-feedback,[data-select-min-max], [data-checkbox-min-max]{display:none}.wsf-validated .wsf-field:invalid ~ .wsf-invalid-feedback,.wsf-validated .wsf-field.wsf-invalid ~ .wsf-invalid-feedback,.wsf-validated [role="radiogroup"][data-wsf-invalid] ~ .wsf-invalid-feedback,.wsf-validated [data-select-min-max]:invalid ~ .wsf-invalid-feedback,.wsf-validated [data-checkbox-min-max]:invalid ~ .wsf-invalid-feedback,.wsf-validated .wsf-input-group:has(.iti .wsf-field:invalid) ~ .wsf-invalid-feedback{display:block}.wsf-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wsf-tile{position:relative;width:100%;box-sizing:border-box}.wsf-extra-small-1{-webkit-box-flex:0 !important;-ms-flex:0 0 8.333333% !important;flex:0 0 8.333333% !important;max-width:8.333333% !important}.wsf-extra-small-2{-webkit-box-flex:0 !important;-ms-flex:0 0 16.666667% !important;flex:0 0 16.666667% !important;max-width:16.666667% !important}.wsf-extra-small-3{-webkit-box-flex:0 !important;-ms-flex:0 0 25% !important;flex:0 0 25% !important;max-width:25% !important}.wsf-extra-small-4{-webkit-box-flex:0 !important;-ms-flex:0 0 33.333333% !important;flex:0 0 33.333333% !important;max-width:33.333333% !important}.wsf-extra-small-5{-webkit-box-flex:0 !important;-ms-flex:0 0 41.666667% !important;flex:0 0 41.666667% !important;max-width:41.666667% !important}.wsf-extra-small-6{-webkit-box-flex:0 !important;-ms-flex:0 0 50% !important;flex:0 0 50% !important;max-width:50% !important}.wsf-extra-small-7{-webkit-box-flex:0 !important;-ms-flex:0 0 58.333333% !important;flex:0 0 58.333333% !important;max-width:58.333333% !important}.wsf-extra-small-8{-webkit-box-flex:0 !important;-ms-flex:0 0 66.666667% !important;flex:0 0 66.666667% !important;max-width:66.666667% !important}.wsf-extra-small-9{-webkit-box-flex:0 !important;-ms-flex:0 0 75% !important;flex:0 0 75% !important;max-width:75% !important}.wsf-extra-small-10{-webkit-box-flex:0 !important;-ms-flex:0 0 83.333333% !important;flex:0 0 83.333333% !important;max-width:83.333333% !important}.wsf-extra-small-11{-webkit-box-flex:0 !important;-ms-flex:0 0 91.666667% !important;flex:0 0 91.666667% !important;max-width:91.666667% !important}.wsf-extra-small-12{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}@media (min-width:576px){.wsf-small-1{-webkit-box-flex:0 !important;-ms-flex:0 0 8.333333% !important;flex:0 0 8.333333% !important;max-width:8.333333% !important}.wsf-small-2{-webkit-box-flex:0 !important;-ms-flex:0 0 16.666667% !important;flex:0 0 16.666667% !important;max-width:16.666667% !important}.wsf-small-3{-webkit-box-flex:0 !important;-ms-flex:0 0 25% !important;flex:0 0 25% !important;max-width:25% !important}.wsf-small-4{-webkit-box-flex:0 !important;-ms-flex:0 0 33.333333% !important;flex:0 0 33.333333% !important;max-width:33.333333% !important}.wsf-small-5{-webkit-box-flex:0 !important;-ms-flex:0 0 41.666667% !important;flex:0 0 41.666667% !important;max-width:41.666667% !important}.wsf-small-6{-webkit-box-flex:0 !important;-ms-flex:0 0 50% !important;flex:0 0 50% !important;max-width:50% !important}.wsf-small-7{-webkit-box-flex:0 !important;-ms-flex:0 0 58.333333% !important;flex:0 0 58.333333% !important;max-width:58.333333% !important}.wsf-small-8{-webkit-box-flex:0 !important;-ms-flex:0 0 66.666667% !important;flex:0 0 66.666667% !important;max-width:66.666667% !important}.wsf-small-9{-webkit-box-flex:0 !important;-ms-flex:0 0 75% !important;flex:0 0 75% !important;max-width:75% !important}.wsf-small-10{-webkit-box-flex:0 !important;-ms-flex:0 0 83.333333% !important;flex:0 0 83.333333% !important;max-width:83.333333% !important}.wsf-small-11{-webkit-box-flex:0 !important;-ms-flex:0 0 91.666667% !important;flex:0 0 91.666667% !important;max-width:91.666667% !important}.wsf-small-12{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}}@media (min-width:768px){.wsf-medium-1{-webkit-box-flex:0 !important;-ms-flex:0 0 8.333333% !important;flex:0 0 8.333333% !important;max-width:8.333333% !important}.wsf-medium-2{-webkit-box-flex:0 !important;-ms-flex:0 0 16.666667% !important;flex:0 0 16.666667% !important;max-width:16.666667% !important}.wsf-medium-3{-webkit-box-flex:0 !important;-ms-flex:0 0 25% !important;flex:0 0 25% !important;max-width:25% !important}.wsf-medium-4{-webkit-box-flex:0 !important;-ms-flex:0 0 33.333333% !important;flex:0 0 33.333333% !important;max-width:33.333333% !important}.wsf-medium-5{-webkit-box-flex:0 !important;-ms-flex:0 0 41.666667% !important;flex:0 0 41.666667% !important;max-width:41.666667% !important}.wsf-medium-6{-webkit-box-flex:0 !important;-ms-flex:0 0 50% !important;flex:0 0 50% !important;max-width:50% !important}.wsf-medium-7{-webkit-box-flex:0 !important;-ms-flex:0 0 58.333333% !important;flex:0 0 58.333333% !important;max-width:58.333333% !important}.wsf-medium-8{-webkit-box-flex:0 !important;-ms-flex:0 0 66.666667% !important;flex:0 0 66.666667% !important;max-width:66.666667% !important}.wsf-medium-9{-webkit-box-flex:0 !important;-ms-flex:0 0 75% !important;flex:0 0 75% !important;max-width:75% !important}.wsf-medium-10{-webkit-box-flex:0 !important;-ms-flex:0 0 83.333333% !important;flex:0 0 83.333333% !important;max-width:83.333333% !important}.wsf-medium-11{-webkit-box-flex:0 !important;-ms-flex:0 0 91.666667% !important;flex:0 0 91.666667% !important;max-width:91.666667% !important}.wsf-medium-12{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}}@media (min-width:992px){.wsf-large-1{-webkit-box-flex:0 !important;-ms-flex:0 0 8.333333% !important;flex:0 0 8.333333% !important;max-width:8.333333% !important}.wsf-large-2{-webkit-box-flex:0 !important;-ms-flex:0 0 16.666667% !important;flex:0 0 16.666667% !important;max-width:16.666667% !important}.wsf-large-3{-webkit-box-flex:0 !important;-ms-flex:0 0 25% !important;flex:0 0 25% !important;max-width:25% !important}.wsf-large-4{-webkit-box-flex:0 !important;-ms-flex:0 0 33.333333% !important;flex:0 0 33.333333% !important;max-width:33.333333% !important}.wsf-large-5{-webkit-box-flex:0 !important;-ms-flex:0 0 41.666667% !important;flex:0 0 41.666667% !important;max-width:41.666667% !important}.wsf-large-6{-webkit-box-flex:0 !important;-ms-flex:0 0 50% !important;flex:0 0 50% !important;max-width:50% !important}.wsf-large-7{-webkit-box-flex:0 !important;-ms-flex:0 0 58.333333% !important;flex:0 0 58.333333% !important;max-width:58.333333% !important}.wsf-large-8{-webkit-box-flex:0 !important;-ms-flex:0 0 66.666667% !important;flex:0 0 66.666667% !important;max-width:66.666667% !important}.wsf-large-9{-webkit-box-flex:0 !important;-ms-flex:0 0 75% !important;flex:0 0 75% !important;max-width:75% !important}.wsf-large-10{-webkit-box-flex:0 !important;-ms-flex:0 0 83.333333% !important;flex:0 0 83.333333% !important;max-width:83.333333% !important}.wsf-large-11{-webkit-box-flex:0 !important;-ms-flex:0 0 91.666667% !important;flex:0 0 91.666667% !important;max-width:91.666667% !important}.wsf-large-12{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}}@media (min-width:1200px){.wsf-extra-large-1{-webkit-box-flex:0 !important;-ms-flex:0 0 8.333333% !important;flex:0 0 8.333333% !important;max-width:8.333333% !important}.wsf-extra-large-2{-webkit-box-flex:0 !important;-ms-flex:0 0 16.666667% !important;flex:0 0 16.666667% !important;max-width:16.666667% !important}.wsf-extra-large-3{-webkit-box-flex:0 !important;-ms-flex:0 0 25% !important;flex:0 0 25% !important;max-width:25% !important}.wsf-extra-large-4{-webkit-box-flex:0 !important;-ms-flex:0 0 33.333333% !important;flex:0 0 33.333333% !important;max-width:33.333333% !important}.wsf-extra-large-5{-webkit-box-flex:0 !important;-ms-flex:0 0 41.666667% !important;flex:0 0 41.666667% !important;max-width:41.666667% !important}.wsf-extra-large-6{-webkit-box-flex:0 !important;-ms-flex:0 0 50% !important;flex:0 0 50% !important;max-width:50% !important}.wsf-extra-large-7{-webkit-box-flex:0 !important;-ms-flex:0 0 58.333333% !important;flex:0 0 58.333333% !important;max-width:58.333333% !important}.wsf-extra-large-8{-webkit-box-flex:0 !important;-ms-flex:0 0 66.666667% !important;flex:0 0 66.666667% !important;max-width:66.666667% !important}.wsf-extra-large-9{-webkit-box-flex:0 !important;-ms-flex:0 0 75% !important;flex:0 0 75% !important;max-width:75% !important}.wsf-extra-large-10{-webkit-box-flex:0 !important;-ms-flex:0 0 83.333333% !important;flex:0 0 83.333333% !important;max-width:83.333333% !important}.wsf-extra-large-11{-webkit-box-flex:0 !important;-ms-flex:0 0 91.666667% !important;flex:0 0 91.666667% !important;max-width:91.666667% !important}.wsf-extra-large-12{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}}.wsf-offset-extra-small-0{-webkit-margin-start:0% !important;margin-inline-start:0% !important}.wsf-offset-extra-small-1{-webkit-margin-start:8.3333333333333% !important;margin-inline-start:8.3333333333333% !important}.wsf-offset-extra-small-2{-webkit-margin-start:16.666666666667% !important;margin-inline-start:16.666666666667% !important}.wsf-offset-extra-small-3{-webkit-margin-start:25% !important;margin-inline-start:25% !important}.wsf-offset-extra-small-4{-webkit-margin-start:33.333333333333% !important;margin-inline-start:33.333333333333% !important}.wsf-offset-extra-small-5{-webkit-margin-start:41.666666666667% !important;margin-inline-start:41.666666666667% !important}.wsf-offset-extra-small-6{-webkit-margin-start:50% !important;margin-inline-start:50% !important}.wsf-offset-extra-small-7{-webkit-margin-start:58.333333333333% !important;margin-inline-start:58.333333333333% !important}.wsf-offset-extra-small-8{-webkit-margin-start:66.666666666667% !important;margin-inline-start:66.666666666667% !important}.wsf-offset-extra-small-9{-webkit-margin-start:75% !important;margin-inline-start:75% !important}.wsf-offset-extra-small-10{-webkit-margin-start:83.333333333333% !important;margin-inline-start:83.333333333333% !important}.wsf-offset-extra-small-11{-webkit-margin-start:91.666666666667% !important;margin-inline-start:91.666666666667% !important}.wsf-offset-extra-small-12{-webkit-margin-start:100% !important;margin-inline-start:100% !important}@media (min-width:576px){.wsf-offset-small-0{-webkit-margin-start:0% !important;margin-inline-start:0% !important}.wsf-offset-small-1{-webkit-margin-start:8.3333333333333% !important;margin-inline-start:8.3333333333333% !important}.wsf-offset-small-2{-webkit-margin-start:16.666666666667% !important;margin-inline-start:16.666666666667% !important}.wsf-offset-small-3{-webkit-margin-start:25% !important;margin-inline-start:25% !important}.wsf-offset-small-4{-webkit-margin-start:33.333333333333% !important;margin-inline-start:33.333333333333% !important}.wsf-offset-small-5{-webkit-margin-start:41.666666666667% !important;margin-inline-start:41.666666666667% !important}.wsf-offset-small-6{-webkit-margin-start:50% !important;margin-inline-start:50% !important}.wsf-offset-small-7{-webkit-margin-start:58.333333333333% !important;margin-inline-start:58.333333333333% !important}.wsf-offset-small-8{-webkit-margin-start:66.666666666667% !important;margin-inline-start:66.666666666667% !important}.wsf-offset-small-9{-webkit-margin-start:75% !important;margin-inline-start:75% !important}.wsf-offset-small-10{-webkit-margin-start:83.333333333333% !important;margin-inline-start:83.333333333333% !important}.wsf-offset-small-11{-webkit-margin-start:91.666666666667% !important;margin-inline-start:91.666666666667% !important}.wsf-offset-small-12{-webkit-margin-start:100% !important;margin-inline-start:100% !important}}@media (min-width:768px){.wsf-offset-medium-0{-webkit-margin-start:0% !important;margin-inline-start:0% !important}.wsf-offset-medium-1{-webkit-margin-start:8.3333333333333% !important;margin-inline-start:8.3333333333333% !important}.wsf-offset-medium-2{-webkit-margin-start:16.666666666667% !important;margin-inline-start:16.666666666667% !important}.wsf-offset-medium-3{-webkit-margin-start:25% !important;margin-inline-start:25% !important}.wsf-offset-medium-4{-webkit-margin-start:33.333333333333% !important;margin-inline-start:33.333333333333% !important}.wsf-offset-medium-5{-webkit-margin-start:41.666666666667% !important;margin-inline-start:41.666666666667% !important}.wsf-offset-medium-6{-webkit-margin-start:50% !important;margin-inline-start:50% !important}.wsf-offset-medium-7{-webkit-margin-start:58.333333333333% !important;margin-inline-start:58.333333333333% !important}.wsf-offset-medium-8{-webkit-margin-start:66.666666666667% !important;margin-inline-start:66.666666666667% !important}.wsf-offset-medium-9{-webkit-margin-start:75% !important;margin-inline-start:75% !important}.wsf-offset-medium-10{-webkit-margin-start:83.333333333333% !important;margin-inline-start:83.333333333333% !important}.wsf-offset-medium-11{-webkit-margin-start:91.666666666667% !important;margin-inline-start:91.666666666667% !important}.wsf-offset-medium-12{-webkit-margin-start:100% !important;margin-inline-start:100% !important}}@media (min-width:992px){.wsf-offset-large-0{-webkit-margin-start:0% !important;margin-inline-start:0% !important}.wsf-offset-large-1{-webkit-margin-start:8.3333333333333% !important;margin-inline-start:8.3333333333333% !important}.wsf-offset-large-2{-webkit-margin-start:16.666666666667% !important;margin-inline-start:16.666666666667% !important}.wsf-offset-large-3{-webkit-margin-start:25% !important;margin-inline-start:25% !important}.wsf-offset-large-4{-webkit-margin-start:33.333333333333% !important;margin-inline-start:33.333333333333% !important}.wsf-offset-large-5{-webkit-margin-start:41.666666666667% !important;margin-inline-start:41.666666666667% !important}.wsf-offset-large-6{-webkit-margin-start:50% !important;margin-inline-start:50% !important}.wsf-offset-large-7{-webkit-margin-start:58.333333333333% !important;margin-inline-start:58.333333333333% !important}.wsf-offset-large-8{-webkit-margin-start:66.666666666667% !important;margin-inline-start:66.666666666667% !important}.wsf-offset-large-9{-webkit-margin-start:75% !important;margin-inline-start:75% !important}.wsf-offset-large-10{-webkit-margin-start:83.333333333333% !important;margin-inline-start:83.333333333333% !important}.wsf-offset-large-11{-webkit-margin-start:91.666666666667% !important;margin-inline-start:91.666666666667% !important}.wsf-offset-large-12{-webkit-margin-start:100% !important;margin-inline-start:100% !important}}@media (min-width:1200px){.wsf-offset-extra-large-0{-webkit-margin-start:0% !important;margin-inline-start:0% !important}.wsf-offset-extra-large-1{-webkit-margin-start:8.3333333333333% !important;margin-inline-start:8.3333333333333% !important}.wsf-offset-extra-large-2{-webkit-margin-start:16.666666666667% !important;margin-inline-start:16.666666666667% !important}.wsf-offset-extra-large-3{-webkit-margin-start:25% !important;margin-inline-start:25% !important}.wsf-offset-extra-large-4{-webkit-margin-start:33.333333333333% !important;margin-inline-start:33.333333333333% !important}.wsf-offset-extra-large-5{-webkit-margin-start:41.666666666667% !important;margin-inline-start:41.666666666667% !important}.wsf-offset-extra-large-6{-webkit-margin-start:50% !important;margin-inline-start:50% !important}.wsf-offset-extra-large-7{-webkit-margin-start:58.333333333333% !important;margin-inline-start:58.333333333333% !important}.wsf-offset-extra-large-8{-webkit-margin-start:66.666666666667% !important;margin-inline-start:66.666666666667% !important}.wsf-offset-extra-large-9{-webkit-margin-start:75% !important;margin-inline-start:75% !important}.wsf-offset-extra-large-10{-webkit-margin-start:83.333333333333% !important;margin-inline-start:83.333333333333% !important}.wsf-offset-extra-large-11{-webkit-margin-start:91.666666666667% !important;margin-inline-start:91.666666666667% !important}.wsf-offset-extra-large-12{-webkit-margin-start:100% !important;margin-inline-start:100% !important}}.wsf-bottom{align-self:flex-end !important}.wsf-top{align-self:flex-start !important}.wsf-middle{align-self:center !important}:where([data-wsf-style-id="3"]){--wsf-form-color-background:transparent;--wsf-form-color-base:#000000;--wsf-form-color-base-contrast:#ffffff;--wsf-form-color-accent:#005eb8;--wsf-form-color-neutral:#005eb8;--wsf-form-color-primary:#ef3340;--wsf-form-color-secondary:#5b616b;--wsf-form-color-success:#2e8540;--wsf-form-color-info:#02bfe7;--wsf-form-color-warning:#fdb81e;--wsf-form-color-danger:#bb0000;--wsf-form-border-color:transparent;--wsf-form-border-radius:0px;--wsf-form-border-width:0px;--wsf-form-border-style:solid;--wsf-form-grid-gap:20px;--wsf-form-padding-horizontal:0px;--wsf-form-padding-vertical:0px;--wsf-form-transition-enabled:1;--wsf-form-transition-speed:200ms;--wsf-form-transition-timing-function:ease-in-out;--wsf-form-font-family:inherit;--wsf-form-font-size:17px;--wsf-form-font-size-small:16px;--wsf-form-font-size-large:18px;--wsf-form-font-style:inherit;--wsf-form-font-weight:inherit;--wsf-form-letter-spacing:inherit;--wsf-form-line-height:1.4;--wsf-form-text-decoration:inherit;--wsf-form-text-transform:inherit;--wsf-group-li-color-background:transparent;--wsf-group-li-color-background-active:var(--wsf-form-color-base-contrast);--wsf-group-li-color-background-focus:var(--wsf-form-color-base-contrast);--wsf-group-li-color-background-disabled:var(--wsf-form-color-neutral-light-60);--wsf-group-li-border-radius:4px;--wsf-group-li-border-width:1px;--wsf-group-li-border-style:solid;--wsf-group-li-border-color:transparent;--wsf-group-li-border-color-active:var(--wsf-form-color-neutral-light-60);--wsf-group-li-border-color-focus:var(--wsf-form-color-neutral-light-60);--wsf-group-li-border-color-disabled:var(--wsf-form-color-neutral-light-60);--wsf-group-ul-border-color:var(--wsf-form-color-neutral-light-60);--wsf-group-ul-border-width:1px;--wsf-group-ul-border-style:solid;--wsf-group-li-gap:0px;--wsf-group-li-padding-horizontal:16px;--wsf-group-li-padding-vertical:8px;--wsf-group-li-color:var(--wsf-form-color-base);--wsf-group-li-color-active:var(--wsf-form-color-base);--wsf-group-li-color-focus:var(--wsf-form-color-base);--wsf-group-li-color-disabled:var(--wsf-form-color-neutral);--wsf-group-li-steps-color-background:var(--wsf-form-color-base-contrast);--wsf-group-li-steps-color-background-active:var(--wsf-form-color-base-contrast);--wsf-group-li-steps-color-background-complete:var(--wsf-form-color-primary);--wsf-group-li-steps-border-color:var(--wsf-form-color-neutral-light-60);--wsf-group-li-steps-border-color-active:var(--wsf-form-color-primary);--wsf-group-li-steps-border-color-complete:var(--wsf-form-color-primary);--wsf-group-li-steps-size:var(--wsf-field-height);--wsf-group-li-steps-color:var(--wsf-form-color-base);--wsf-group-li-steps-color-active:var(--wsf-form-color-base);--wsf-group-li-steps-color-complete:var(--wsf-form-color-base-contrast);--wsf-group-li-steps-font-family:var(--wsf-form-font-family);--wsf-group-li-steps-font-size:var(--wsf-form-font-size);--wsf-group-li-steps-font-style:var(--wsf-form-font-style);--wsf-group-li-steps-font-weight:700;--wsf-group-li-steps-letter-spacing:var(--wsf-form-letter-spacing);--wsf-group-li-steps-line-height:var(--wsf-field-height);--wsf-group-li-steps-text-decoration:var(--wsf-form-text-decoration);--wsf-group-li-steps-text-transform:var(--wsf-form-text-transform);--wsf-group-li-font-family:var(--wsf-form-font-family);--wsf-group-li-font-size:var(--wsf-form-font-size);--wsf-group-li-font-style:var(--wsf-form-font-style);--wsf-group-li-font-weight:var(--wsf-form-font-weight);--wsf-group-li-letter-spacing:var(--wsf-form-letter-spacing);--wsf-group-li-line-height:var(--wsf-form-line-height);--wsf-group-li-text-decoration:var(--wsf-form-text-decoration);--wsf-group-li-text-transform:var(--wsf-form-text-transform);--wsf-section-color-background:transparent;--wsf-section-legend-color-background:transparent;--wsf-section-legend-color:var(--wsf-form-color-base);--wsf-section-legend-font-family:var(--wsf-form-font-family);--wsf-section-legend-font-size:var(--wsf-form-font-size-large);--wsf-section-legend-font-style:var(--wsf-form-font-style);--wsf-section-legend-font-weight:var(--wsf-form-font-weight);--wsf-section-legend-letter-spacing:var(--wsf-form-letter-spacing);--wsf-section-legend-line-height:var(--wsf-form-line-height);--wsf-section-legend-text-decoration:var(--wsf-form-text-decoration);--wsf-section-legend-text-transform:var(--wsf-form-text-transform);--wsf-section-legend-gap:10px;--wsf-section-icon-color:var(--wsf-form-color-base);--wsf-section-icon-color-disabled:var(--wsf-form-color-neutral-light-60);--wsf-section-icon-size:24px;--wsf-field-color-background:var(--wsf-form-color-base-contrast);--wsf-field-color-background-hover:var(--wsf-field-color-background);--wsf-field-color-background-focus:var(--wsf-field-color-background);--wsf-field-color-background-disabled:var(--wsf-form-color-neutral-light-80);--wsf-field-color-background-invalid:var(--wsf-field-color-background);--wsf-field-border-color:var(--wsf-form-color-base);--wsf-field-border-color-hover:var(--wsf-form-color-base);--wsf-field-border-color-focus:var(--wsf-form-color-primary);--wsf-field-border-color-disabled:var(--wsf-form-color-neutral-light-60);--wsf-field-border-color-invalid:var(--wsf-form-color-danger);--wsf-field-border-placement:all;--wsf-field-border-radius:4px;--wsf-field-border-width:1px;--wsf-field-border-style:solid;--wsf-field-box-shadow-color-focus:var(--wsf-form-color-primary);--wsf-field-box-shadow-width-focus:2px;--wsf-field-fieldset-legend-color-background:transparent;--wsf-field-fieldset-legend-color:var(--wsf-form-color-base);--wsf-field-fieldset-legend-font-family:var(--wsf-form-font-family);--wsf-field-fieldset-legend-font-size:var(--wsf-form-font-size);--wsf-field-fieldset-legend-font-style:var(--wsf-form-font-style);--wsf-field-fieldset-legend-font-weight:var(--wsf-form-font-weight);--wsf-field-fieldset-legend-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-fieldset-legend-line-height:var(--wsf-form-line-height);--wsf-field-fieldset-legend-text-decoration:var(--wsf-form-text-decoration);--wsf-field-fieldset-legend-text-transform:var(--wsf-form-text-transform);--wsf-field-fieldset-legend-gap:10px;--wsf-field-help-color-background:transparent;--wsf-field-help-color:var(--wsf-form-color-base);--wsf-field-help-font-family:var(--wsf-form-font-family);--wsf-field-help-font-size:var(--wsf-form-font-size-small);--wsf-field-help-font-style:var(--wsf-form-font-style);--wsf-field-help-font-weight:var(--wsf-form-font-weight);--wsf-field-help-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-help-line-height:var(--wsf-form-line-height);--wsf-field-help-text-decoration:var(--wsf-form-text-decoration);--wsf-field-help-text-transform:var(--wsf-form-text-transform);--wsf-field-help-gap:5px;--wsf-field-invalid-feedback-color-background:transparent;--wsf-field-invalid-feedback-color:var(--wsf-form-color-danger);--wsf-field-invalid-feedback-font-family:var(--wsf-form-font-family);--wsf-field-invalid-feedback-font-size:var(--wsf-form-font-size-small);--wsf-field-invalid-feedback-font-style:var(--wsf-form-font-style);--wsf-field-invalid-feedback-font-weight:var(--wsf-form-font-weight);--wsf-field-invalid-feedback-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-invalid-feedback-line-height:var(--wsf-form-line-height);--wsf-field-invalid-feedback-text-decoration:var(--wsf-form-text-decoration);--wsf-field-invalid-feedback-text-transform:var(--wsf-form-text-transform);--wsf-field-invalid-feedback-gap:5px;--wsf-field-label-color-background:transparent;--wsf-field-label-color:var(--wsf-form-color-base);--wsf-field-label-font-family:var(--wsf-form-font-family);--wsf-field-label-font-size:var(--wsf-form-font-size);--wsf-field-label-font-style:var(--wsf-form-font-style);--wsf-field-label-font-weight:var(--wsf-form-font-weight);--wsf-field-label-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-label-line-height:var(--wsf-form-line-height);--wsf-field-label-text-decoration:var(--wsf-form-text-decoration);--wsf-field-label-text-transform:var(--wsf-form-text-transform);--wsf-field-label-gap:5px;--wsf-field-label-inside-mode:move;--wsf-field-label-inside-offset:-20px;--wsf-field-label-inside-scale:0.9;--wsf-field-padding-horizontal:10px;--wsf-field-padding-vertical:8.5px;--wsf-field-color-placeholder:var(--wsf-form-color-neutral);--wsf-field-prefix-suffix-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-prefix-suffix-color:var(--wsf-form-color-base);--wsf-field-prefix-suffix-font-family:var(--wsf-form-font-family);--wsf-field-prefix-suffix-font-size:var(--wsf-form-font-size);--wsf-field-prefix-suffix-font-style:var(--wsf-form-font-style);--wsf-field-prefix-suffix-font-weight:var(--wsf-form-font-weight);--wsf-field-prefix-suffix-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-prefix-suffix-line-height:var(--wsf-form-line-height);--wsf-field-prefix-suffix-text-decoration:var(--wsf-form-text-decoration);--wsf-field-prefix-suffix-text-transform:var(--wsf-form-text-transform);--wsf-field-color:var(--wsf-form-color-base);--wsf-field-color-hover:var(--wsf-form-color-base);--wsf-field-color-focus:var(--wsf-form-color-base);--wsf-field-color-disabled:var(--wsf-form-color-neutral);--wsf-field-color-invalid:var(--wsf-form-color-danger);--wsf-field-tooltip-color-background:var(--wsf-form-color-neutral);--wsf-field-tooltip-color:var(--wsf-form-color-base);--wsf-field-tooltip-font-family:var(--wsf-form-font-family);--wsf-field-tooltip-font-size:var(--wsf-form-font-size-small);--wsf-field-tooltip-font-weight:var(--wsf-form-font-weight);--wsf-field-tooltip-line-height:var(--wsf-form-line-height);--wsf-field-tooltip-border-radius:var(--wsf-field-border-radius);--wsf-field-tooltip-gap:5px;--wsf-field-font-family:var(--wsf-form-font-family);--wsf-field-font-size:var(--wsf-form-font-size);--wsf-field-font-style:var(--wsf-form-font-style);--wsf-field-font-weight:var(--wsf-form-font-weight);--wsf-field-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-line-height:var(--wsf-form-line-height);--wsf-field-text-decoration:var(--wsf-form-text-decoration);--wsf-field-text-transform:var(--wsf-form-text-transform);--wsf-field-button-color-background:var(--wsf-form-color-neutral-light-60);--wsf-field-button-color-background-hover:var(--wsf-form-color-neutral-light-40);--wsf-field-button-color-background-focus:var(--wsf-form-color-neutral-light-40);--wsf-field-button-primary-color-background:var(--wsf-form-color-primary);--wsf-field-button-primary-color-background-hover:var(--wsf-form-color-primary-dark-20);--wsf-field-button-primary-color-background-focus:var(--wsf-form-color-primary-dark-40);--wsf-field-button-secondary-color-background:var(--wsf-form-color-secondary);--wsf-field-button-secondary-color-background-hover:var(--wsf-form-color-secondary-dark-20);--wsf-field-button-secondary-color-background-focus:var(--wsf-form-color-secondary-dark-40);--wsf-field-button-success-color-background:var(--wsf-form-color-success);--wsf-field-button-success-color-background-hover:var(--wsf-form-color-success-dark-20);--wsf-field-button-success-color-background-focus:var(--wsf-form-color-success-dark-40);--wsf-field-button-info-color-background:var(--wsf-form-color-info);--wsf-field-button-info-color-background-hover:var(--wsf-form-color-info-dark-20);--wsf-field-button-info-color-background-focus:var(--wsf-form-color-info-dark-40);--wsf-field-button-warning-color-background:var(--wsf-form-color-warning);--wsf-field-button-warning-color-background-hover:var(--wsf-form-color-warning-dark-20);--wsf-field-button-warning-color-background-focus:var(--wsf-form-color-warning-dark-40);--wsf-field-button-danger-color-background:var(--wsf-form-color-danger);--wsf-field-button-danger-color-background-hover:var(--wsf-form-color-danger-dark-20);--wsf-field-button-danger-color-background-focus:var(--wsf-form-color-danger-dark-40);--wsf-field-button-border-color:var(--wsf-form-color-neutral-light-60);--wsf-field-button-border-color-hover:var(--wsf-form-color-neutral-light-40);--wsf-field-button-border-color-focus:var(--wsf-form-color-neutral-light-40);--wsf-field-button-primary-border-color:var(--wsf-form-color-primary);--wsf-field-button-primary-border-color-hover:var(--wsf-form-color-primary-dark-20);--wsf-field-button-primary-border-color-focus:var(--wsf-form-color-primary-dark-40);--wsf-field-button-secondary-border-color:var(--wsf-form-color-secondary);--wsf-field-button-secondary-border-color-hover:var(--wsf-form-color-secondary-dark-20);--wsf-field-button-secondary-border-color-focus:var(--wsf-form-color-secondary-dark-40);--wsf-field-button-success-border-color:var(--wsf-form-color-success);--wsf-field-button-success-border-color-hover:var(--wsf-form-color-success-dark-20);--wsf-field-button-success-border-color-focus:var(--wsf-form-color-success-dark-40);--wsf-field-button-info-border-color:var(--wsf-form-color-info);--wsf-field-button-info-border-color-hover:var(--wsf-form-color-info-dark-20);--wsf-field-button-info-border-color-focus:var(--wsf-form-color-info-dark-40);--wsf-field-button-warning-border-color:var(--wsf-form-color-warning);--wsf-field-button-warning-border-color-hover:var(--wsf-form-color-warning-dark-20);--wsf-field-button-warning-border-color-focus:var(--wsf-form-color-warning-dark-40);--wsf-field-button-danger-border-color:var(--wsf-form-color-danger);--wsf-field-button-danger-border-color-hover:var(--wsf-form-color-danger-dark-20);--wsf-field-button-danger-border-color-focus:var(--wsf-form-color-danger-dark-40);--wsf-field-button-border-radius:var(--wsf-field-border-radius);--wsf-field-button-border-style:solid;--wsf-field-button-border-width:1px;--wsf-field-button-padding-horizontal:2rem;--wsf-field-button-padding-vertical:0.85rem;--wsf-field-button-width:100%;--wsf-field-button-color:var(--wsf-form-color-base);--wsf-field-button-color-hover:var(--wsf-form-color-base);--wsf-field-button-color-focus:var(--wsf-form-color-base);--wsf-field-button-primary-color:var(--wsf-form-color-base-contrast);--wsf-field-button-primary-color-hover:var(--wsf-field-button-primary-color);--wsf-field-button-primary-color-focus:var(--wsf-field-button-primary-color);--wsf-field-button-secondary-color:var(--wsf-form-color-base-contrast);--wsf-field-button-secondary-color-hover:var(--wsf-field-button-secondary-color);--wsf-field-button-secondary-color-focus:var(--wsf-field-button-secondary-color);--wsf-field-button-success-color:var(--wsf-form-color-base-contrast);--wsf-field-button-success-color-hover:var(--wsf-field-button-success-color);--wsf-field-button-success-color-focus:var(--wsf-field-button-success-color);--wsf-field-button-info-color:var(--wsf-form-color-base-contrast);--wsf-field-button-info-color-hover:var(--wsf-form-color-base-contrast);--wsf-field-button-info-color-focus:var(--wsf-form-color-base-contrast);--wsf-field-button-warning-color:var(--wsf-form-color-base);--wsf-field-button-warning-color-hover:var(--wsf-form-color-base);--wsf-field-button-warning-color-focus:var(--wsf-form-color-base);--wsf-field-button-danger-color:var(--wsf-form-color-base-contrast);--wsf-field-button-danger-color-hover:var(--wsf-field-button-danger-color);--wsf-field-button-danger-color-focus:var(--wsf-field-button-danger-color);--wsf-field-button-font-family:var(--wsf-form-font-family);--wsf-field-button-font-size:var(--wsf-form-font-size);--wsf-field-button-font-style:var(--wsf-form-font-style);--wsf-field-button-font-weight:var(--wsf-form-font-weight);--wsf-field-button-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-button-line-height:var(--wsf-form-line-height);--wsf-field-button-text-decoration:var(--wsf-form-text-decoration);--wsf-field-button-text-transform:var(--wsf-form-text-transform);--wsf-field-checkbox-color-background:var(--wsf-field-color-background);--wsf-field-checkbox-checked-color-background:var(--wsf-form-color-accent);--wsf-field-checkbox-checkmark-color:var(--wsf-form-color-base-contrast);--wsf-field-checkbox-border-radius:var(--wsf-field-border-radius);--wsf-field-checkbox-gap-horizontal:6px;--wsf-field-checkbox-gap-vertical:10px;--wsf-field-checkbox-button-color-background:var(--wsf-form-color-neutral-light-60);--wsf-field-checkbox-button-color:var(--wsf-form-color-base);--wsf-field-checkbox-checked-button-color-background:var(--wsf-form-color-accent);--wsf-field-checkbox-checked-button-color:var(--wsf-form-color-base-contrast);--wsf-field-checkbox-switch-color:var(--wsf-form-color-neutral-light-60);--wsf-field-checkbox-checked-switch-color-background:var(--wsf-form-color-accent);--wsf-field-checkbox-checked-switch-color:var(--wsf-form-color-base-contrast);--wsf-field-checkbox-checked-swatch-border-color:var(--wsf-form-color-primary);--wsf-field-checkbox-checked-swatch-box-shadow-color:var(--wsf-form-color-base-contrast);--wsf-field-checkbox-checked-image-border-color:var(--wsf-form-color-primary);--wsf-field-checkbox-checked-image-box-shadow-color:var(--wsf-form-color-base-contrast);--wsf-field-datetime-calendar-color-background:var(--wsf-form-color-neutral-light-90);--wsf-field-datetime-calendar-today-color-background:var(--wsf-form-color-neutral-light-70);--wsf-field-datetime-calendar-current-color-background:var(--wsf-form-color-primary);--wsf-field-datetime-calendar-hover-color-background:var(--wsf-form-color-primary);--wsf-field-datetime-calendar-border-color:var(--wsf-form-color-neutral-light-60);--wsf-field-datetime-calendar-border-style:var(--wsf-field-border-style);--wsf-field-datetime-calendar-border-width:var(--wsf-field-border-width);--wsf-field-datetime-calendar-color:var(--wsf-form-color-base);--wsf-field-datetime-calendar-today-color:var(--wsf-form-color-base);--wsf-field-datetime-calendar-current-color:var(--wsf-form-color-base-contrast);--wsf-field-datetime-calendar-hover-color:var(--wsf-form-color-base-contrast);--wsf-field-datetime-calendar-disabled-color:var(--wsf-form-color-base-light-80);--wsf-field-datetime-calendar-font-family:var(--wsf-form-font-family);--wsf-field-datetime-calendar-font-size:var(--wsf-form-font-size);--wsf-field-datetime-calendar-font-style:var(--wsf-form-font-style);--wsf-field-datetime-calendar-font-weight:700;--wsf-field-datetime-calendar-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-datetime-calendar-line-height:var(--wsf-form-line-height);--wsf-field-datetime-calendar-text-decoration:var(--wsf-form-text-decoration);--wsf-field-datetime-calendar-text-transform:var(--wsf-form-text-transform);--wsf-field-datetime-calendar-padding-horizontal:4px;--wsf-field-datetime-calendar-padding-vertical:4px;--wsf-field-datetime-calendar-heading-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-datetime-calendar-heading-color:var(--wsf-form-color-base);--wsf-field-datetime-nav-current-color-background:var(--wsf-form-color-primary);--wsf-field-datetime-nav-hover-color-background:var(--wsf-form-color-primary);--wsf-field-datetime-nav-border-color:var(--wsf-form-color-neutral-light-60);--wsf-field-datetime-nav-border-style:var(--wsf-field-border-style);--wsf-field-datetime-nav-border-width:var(--wsf-field-border-width);--wsf-field-datetime-nav-icon-color:var(--wsf-form-color-base);--wsf-field-datetime-nav-icon-gap:8px;--wsf-field-datetime-nav-icon-size:var(--wsf-form-font-size);--wsf-field-datetime-nav-color:var(--wsf-form-color-base);--wsf-field-datetime-nav-current-color:var(--wsf-form-color-base-contrast);--wsf-field-datetime-nav-hover-color:var(--wsf-form-color-base-contrast);--wsf-field-datetime-nav-font-family:var(--wsf-form-font-family);--wsf-field-datetime-nav-font-size:var(--wsf-form-font-size);--wsf-field-datetime-nav-font-style:var(--wsf-form-font-style);--wsf-field-datetime-nav-font-weight:700;--wsf-field-datetime-nav-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-datetime-nav-line-height:var(--wsf-form-line-height);--wsf-field-datetime-nav-text-decoration:var(--wsf-form-text-decoration);--wsf-field-datetime-nav-text-transform:var(--wsf-form-text-transform);--wsf-field-datetime-padding-horizontal:10px;--wsf-field-datetime-padding-vertical:10px;--wsf-field-file-button-color:var(--wsf-form-color-base);--wsf-field-file-button-color-hover:var(--wsf-form-color-base);--wsf-field-file-button-color-focus:var(--wsf-form-color-base);--wsf-field-file-button-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-file-button-color-background-hover:var(--wsf-form-color-neutral-light-60);--wsf-field-file-button-color-background-focus:var(--wsf-form-color-neutral-light-60);--wsf-field-file-dropzonejs-color-background:var(--wsf-field-color-background);--wsf-field-file-dropzonejs-border-color:var(--wsf-field-border-color);--wsf-field-file-dropzonejs-border-style:dashed;--wsf-field-file-dropzonejs-border-width:var(--wsf-field-border-width);--wsf-field-file-dropzonejs-border-radius:var(--wsf-field-border-radius);--wsf-field-file-dropzonejs-padding-horizontal:var(--wsf-form-grid-gap);--wsf-field-file-dropzonejs-padding-vertical:var(--wsf-form-grid-gap);--wsf-field-file-dropzonejs-progress-color-background:var(--wsf-form-color-neutral);--wsf-field-file-dropzonejs-progress-color-background-bar:var(--wsf-form-color-primary);--wsf-field-file-dropzonejs-progress-color-background-complete:var(--wsf-form-color-success);--wsf-field-file-dropzonejs-progress-border-radius:var(--wsf-field-border-radius);--wsf-field-file-dropzonejs-progress-gap:5px;--wsf-field-file-dropzonejs-progress-height:10px;--wsf-field-media-capture-control-color-background:#000000aa;--wsf-field-media-capture-control-color:#ffffff;--wsf-field-media-capture-control-color-record:#ff6161;--wsf-field-media-capture-control-color-level:#2db94d;--wsf-field-media-capture-control-level-width:60px;--wsf-field-media-capture-control-size:40px;--wsf-field-media-capture-control-gap:12px;--wsf-field-media-capture-control-padding-horizontal:10px;--wsf-field-media-capture-control-padding-vertical:10px;--wsf-field-media-capture-control-box-shadow-color:#ffffff99;--wsf-field-media-capture-control-box-shadow-width:2px;--wsf-field-media-capture-countdown-color-background:#000000aa;--wsf-field-media-capture-countdown-color:#ffffff;--wsf-field-media-capture-countdown-font-family:var(--wsf-form-font-family);--wsf-field-media-capture-countdown-font-size:120px;--wsf-field-media-capture-countdown-font-style:var(--wsf-form-font-style);--wsf-field-media-capture-countdown-font-weight:700;--wsf-field-media-capture-countdown-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-media-capture-countdown-line-height:var(--wsf-field-height);--wsf-field-media-capture-countdown-text-decoration:var(--wsf-form-text-decoration);--wsf-field-media-capture-countdown-text-transform:var(--wsf-form-text-transform);--wsf-field-media-capture-settings-color-background:#000000aa;--wsf-field-media-capture-settings-color:#ffffff;--wsf-field-media-capture-settings-font-family:var(--wsf-form-font-family);--wsf-field-media-capture-settings-font-size:var(--wsf-field-font-size);--wsf-field-media-capture-settings-font-style:var(--wsf-form-font-style);--wsf-field-media-capture-settings-font-weight:var(--wsf-field-font-weight);--wsf-field-media-capture-settings-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-media-capture-settings-line-height:var(--wsf-field-height);--wsf-field-media-capture-settings-text-decoration:var(--wsf-form-text-decoration);--wsf-field-media-capture-settings-text-transform:var(--wsf-form-text-transform);--wsf-field-message-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-message-color:var(--wsf-form-color-base);--wsf-field-message-anchor-color:var(--wsf-form-color-base);--wsf-field-message-border-color:var(--wsf-form-color-neutral-light-60);--wsf-field-message-success-color-background:var(--wsf-form-color-success-light-80);--wsf-field-message-success-color:var(--wsf-form-color-success-dark-40);--wsf-field-message-success-anchor-color:var(--wsf-form-color-success-dark-60);--wsf-field-message-success-border-color:var(--wsf-form-color-success-light-40);--wsf-field-message-info-color-background:var(--wsf-form-color-info-light-80);--wsf-field-message-info-color:var(--wsf-form-color-info-dark-40);--wsf-field-message-info-anchor-color:var(--wsf-form-color-info-dark-60);--wsf-field-message-info-border-color:var(--wsf-form-color-info-light-40);--wsf-field-message-warning-color-background:var(--wsf-form-color-warning-light-80);--wsf-field-message-warning-color:var(--wsf-form-color-warning-dark-40);--wsf-field-message-warning-anchor-color:var(--wsf-form-color-warning-dark-60);--wsf-field-message-warning-border-color:var(--wsf-form-color-warning-light-40);--wsf-field-message-danger-color-background:var(--wsf-form-color-danger-light-80);--wsf-field-message-danger-color:var(--wsf-form-color-danger-dark-40);--wsf-field-message-danger-anchor-color:var(--wsf-form-color-danger-dark-60);--wsf-field-message-danger-border-color:var(--wsf-form-color-danger-light-40);--wsf-field-meter-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-meter-color-background-optimum:var(--wsf-form-color-success);--wsf-field-meter-color-background-sub-optimum:var(--wsf-form-color-warning);--wsf-field-meter-color-background-even-less-good:var(--wsf-form-color-danger);--wsf-field-password-icon-color:var(--wsf-form-color-base);--wsf-field-password-strength-meter-disc-color:var(--wsf-form-color-neutral-light-60);--wsf-field-password-strength-meter-disc-color-danger:var(--wsf-form-color-danger);--wsf-field-password-strength-meter-disc-color-warning:var(--wsf-form-color-warning);--wsf-field-password-strength-meter-disc-color-success:var(--wsf-form-color-success);--wsf-field-progress-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-progress-color-background-bar:var(--wsf-form-color-accent);--wsf-field-progress-color-background-complete:var(--wsf-form-color-success);--wsf-field-radio-color-background:var(--wsf-field-color-background);--wsf-field-radio-checked-color:var(--wsf-form-color-accent);--wsf-field-radio-gap-horizontal:6px;--wsf-field-radio-gap-vertical:10px;--wsf-field-radio-button-color-background:var(--wsf-form-color-primary);--wsf-field-radio-button-color:var(--wsf-form-color-base-contrast);--wsf-field-radio-checked-button-color-background:var(--wsf-form-color-accent);--wsf-field-radio-checked-button-color:var(--wsf-form-color-base-contrast);--wsf-field-radio-circle-color-background:var(--wsf-form-color-base-contrast);--wsf-field-radio-circle-color-background-hover:var(--wsf-form-color-neutral-light-60);--wsf-field-radio-checked-circle-color-background:var(--wsf-form-color-accent);--wsf-field-radio-color-background-disabled:var(--wsf-form-color-neutral-light-60);--wsf-field-radio-circle-color:var(--wsf-form-color-base);--wsf-field-radio-circle-color-hover:var(--wsf-form-color-base);--wsf-field-radio-checked-circle-color:var(--wsf-form-color-base-contrast);--wsf-field-radio-color-disabled:var(--wsf-form-color-neutral);--wsf-field-radio-circle-padding-vertical:var(--wsf-field-padding-vertical);--wsf-field-radio-circle-font-family:var(--wsf-form-font-family);--wsf-field-radio-circle-font-size:var(--wsf-form-font-size);--wsf-field-radio-circle-font-style:var(--wsf-form-font-style);--wsf-field-radio-circle-font-weight:var(--wsf-form-font-weight);--wsf-field-radio-circle-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-radio-circle-line-height:var(--wsf-form-line-height);--wsf-field-radio-circle-text-decoration:var(--wsf-form-text-decoration);--wsf-field-radio-circle-text-transform:var(--wsf-form-text-transform);--wsf-field-radio-checked-image-border-color:var(--wsf-form-color-primary);--wsf-field-radio-checked-image-box-shadow-color:var(--wsf-form-color-base-contrast);--wsf-field-radio-checked-swatch-border-color:var(--wsf-form-color-primary);--wsf-field-radio-checked-swatch-box-shadow-color:var(--wsf-form-color-base-contrast);--wsf-field-radio-switch-color:var(--wsf-form-color-neutral-light-60);--wsf-field-radio-checked-switch-color-background:var(--wsf-form-color-accent);--wsf-field-radio-checked-switch-color:var(--wsf-form-color-base-contrast);--wsf-field-range-track-border-radius:var(--wsf-field-border-radius);--wsf-field-range-track-color:var(--wsf-form-color-neutral-light-80);--wsf-field-range-track-lower-color:var(--wsf-form-color-accent);--wsf-field-range-track-upper-color:var(--wsf-form-color-neutral-light-80);--wsf-field-range-thumb-color:var(--wsf-form-color-accent);--wsf-field-range-tickmark-color:var(--wsf-field-help-color);--wsf-field-range-tickmark-label-color:var(--wsf-field-help-color);--wsf-field-range-tickmark-label-font-family:var(--wsf-form-font-family);--wsf-field-range-tickmark-label-font-size:var(--wsf-form-font-size);--wsf-field-range-tickmark-label-font-style:var(--wsf-form-font-style);--wsf-field-range-tickmark-label-font-weight:var(--wsf-form-font-weight);--wsf-field-range-tickmark-label-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-range-tickmark-label-line-height:var(--wsf-form-line-height);--wsf-field-range-tickmark-label-text-decoration:var(--wsf-form-text-decoration);--wsf-field-range-tickmark-label-text-transform:var(--wsf-form-text-transform);--wsf-field-select-arrow-color:var(--wsf-field-color);--wsf-field-select-arrow-width:12px;--wsf-field-select-arrow-height:6px;--wsf-field-select-select2-choice-border-radius:var(--wsf-field-border-radius);--wsf-field-select-select2-choice-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-select-select2-choice-color:var(--wsf-form-color-base);--wsf-field-select-select2-choice-color-remove:var(--wsf-form-color-base);--wsf-field-select-select2-choice-gap:5px;--wsf-field-select-select2-choice-font-family:var(--wsf-form-font-family);--wsf-field-select-select2-choice-font-size:var(--wsf-form-font-size-small);--wsf-field-select-select2-choice-font-style:var(--wsf-form-font-style);--wsf-field-select-select2-choice-font-weight:var(--wsf-form-font-weight);--wsf-field-select-select2-choice-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-select-select2-choice-line-height:var(--wsf-form-line-height);--wsf-field-select-select2-choice-text-decoration:var(--wsf-form-text-decoration);--wsf-field-select-select2-choice-text-transform:var(--wsf-form-text-transform);--wsf-field-select-select2-result-color-background:var(--wsf-form-color-base-contrast);--wsf-field-select-select2-result-color-background-selected:var(--wsf-form-color-neutral-light-80);--wsf-field-select-select2-result-color-background-highlighted:var(--wsf-form-color-primary);--wsf-field-select-select2-result-color:var(--wsf-form-color-base);--wsf-field-select-select2-result-color-selected:var(--wsf-form-color-base);--wsf-field-select-select2-result-color-highlighted:var(--wsf-form-color-base-contrast);--wsf-field-select-select2-result-font-family:var(--wsf-form-font-family);--wsf-field-select-select2-result-font-size:var(--wsf-form-font-size);--wsf-field-select-select2-result-font-style:var(--wsf-form-font-style);--wsf-field-select-select2-result-font-weight:var(--wsf-form-font-weight);--wsf-field-select-select2-result-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-select-select2-result-line-height:var(--wsf-form-line-height);--wsf-field-select-select2-result-text-decoration:var(--wsf-form-text-decoration);--wsf-field-select-select2-result-text-transform:var(--wsf-form-text-transform);--wsf-field-select-select2-result-padding-horizontal:7px;--wsf-field-select-select2-result-padding-vertical:5px;--wsf-field-signature-color-background:var(--wsf-field-color-background);--wsf-field-summary-border-color:transparent;--wsf-field-summary-border-radius:0px;--wsf-field-summary-border-width:0px;--wsf-field-summary-border-style:solid;--wsf-field-summary-color-background:var(--wsf-field-color-background);--wsf-field-summary-color:var(--wsf-field-color);--wsf-field-summary-form-label-color:var(--wsf-field-summary-color);--wsf-field-summary-form-label-font-family:var(--wsf-form-font-family);--wsf-field-summary-form-label-font-size:22px;--wsf-field-summary-form-label-font-style:var(--wsf-form-font-style);--wsf-field-summary-form-label-font-weight:700;--wsf-field-summary-form-label-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-form-label-line-height:var(--wsf-form-line-height);--wsf-field-summary-form-label-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-form-label-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-group-label-color:var(--wsf-field-summary-color);--wsf-field-summary-group-label-font-family:var(--wsf-form-font-family);--wsf-field-summary-group-label-font-size:20px;--wsf-field-summary-group-label-font-style:var(--wsf-form-font-style);--wsf-field-summary-group-label-font-weight:700;--wsf-field-summary-group-label-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-group-label-line-height:var(--wsf-form-line-height);--wsf-field-summary-group-label-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-group-label-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-section-label-color:var(--wsf-field-summary-color);--wsf-field-summary-section-label-font-family:var(--wsf-form-font-family);--wsf-field-summary-section-label-font-size:18px;--wsf-field-summary-section-label-font-style:var(--wsf-form-font-style);--wsf-field-summary-section-label-font-weight:700;--wsf-field-summary-section-label-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-section-label-line-height:var(--wsf-form-line-height);--wsf-field-summary-section-label-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-section-label-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-field-label-color:var(--wsf-field-summary-color);--wsf-field-summary-field-label-font-family:var(--wsf-form-font-family);--wsf-field-summary-field-label-font-size:var(--wsf-field-font-size);--wsf-field-summary-field-label-font-style:var(--wsf-form-font-style);--wsf-field-summary-field-label-font-weight:700;--wsf-field-summary-field-label-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-field-label-line-height:var(--wsf-form-line-height);--wsf-field-summary-field-label-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-field-label-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-field-label-horizontal-width:30%;--wsf-field-summary-field-value-color:var(--wsf-field-summary-color);--wsf-field-summary-field-value-font-family:var(--wsf-form-font-family);--wsf-field-summary-field-value-font-size:var(--wsf-form-font-size);--wsf-field-summary-field-value-font-style:var(--wsf-form-font-style);--wsf-field-summary-field-value-font-weight:var(--wsf-form-font-weight);--wsf-field-summary-field-value-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-field-value-line-height:var(--wsf-form-line-height);--wsf-field-summary-field-value-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-field-value-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-gap:var(--wsf-form-grid-gap);--wsf-field-summary-padding-horizontal:0px;--wsf-field-summary-padding-vertical:0px;--wsf-field-summary-table-gap:1px;--wsf-field-summary-table-padding-horizontal:4px;--wsf-field-summary-table-padding-vertical:4px;--wsf-field-summary-thead-color-background:var(--wsf-form-color-neutral-light-80);--wsf-field-summary-thead-color:var(--wsf-field-summary-color);--wsf-field-summary-thead-font-family:var(--wsf-form-font-family);--wsf-field-summary-thead-font-size:var(--wsf-field-font-size);--wsf-field-summary-thead-font-style:var(--wsf-form-font-style);--wsf-field-summary-thead-font-weight:700;--wsf-field-summary-thead-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-thead-line-height:var(--wsf-form-line-height);--wsf-field-summary-thead-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-thead-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-tbody-color-background:var(--wsf-form-color-neutral-light-90);--wsf-field-summary-tbody-color:var(--wsf-field-summary-color);--wsf-field-summary-tbody-font-family:var(--wsf-form-font-family);--wsf-field-summary-tbody-font-size:var(--wsf-form-font-size);--wsf-field-summary-tbody-font-style:var(--wsf-form-font-style);--wsf-field-summary-tbody-font-weight:var(--wsf-form-font-weight);--wsf-field-summary-tbody-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-tbody-line-height:var(--wsf-form-line-height);--wsf-field-summary-tbody-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-tbody-text-transform:var(--wsf-form-text-transform);--wsf-field-summary-font-family:var(--wsf-form-font-family);--wsf-field-summary-font-size:var(--wsf-form-font-size);--wsf-field-summary-font-style:var(--wsf-form-font-style);--wsf-field-summary-font-weight:var(--wsf-form-font-weight);--wsf-field-summary-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-summary-line-height:var(--wsf-form-line-height);--wsf-field-summary-text-decoration:var(--wsf-form-text-decoration);--wsf-field-summary-text-transform:var(--wsf-form-text-transform);--wsf-field-texteditor-color:var(--wsf-form-color-base);--wsf-field-texteditor-font-family:var(--wsf-form-font-family);--wsf-field-texteditor-font-size:var(--wsf-form-font-size);--wsf-field-texteditor-font-style:var(--wsf-form-font-style);--wsf-field-texteditor-font-weight:var(--wsf-form-font-weight);--wsf-field-texteditor-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-texteditor-line-height:var(--wsf-form-line-height);--wsf-field-texteditor-text-decoration:var(--wsf-form-text-decoration);--wsf-field-texteditor-text-transform:var(--wsf-form-text-transform);--wsf-field-texteditor-p-margin-bottom:1em;--wsf-field-validate-border-color:var(--wsf-field-border-color-invalid);--wsf-field-validate-border-radius:var(--wsf-field-border-radius);--wsf-field-validate-border-width:var(--wsf-field-border-width);--wsf-field-validate-border-style:var(--wsf-field-border-style);--wsf-field-validate-color-background:var(--wsf-field-color-background);--wsf-field-validate-color:var(--wsf-field-color-invalid);--wsf-field-validate-li-gap:0px;--wsf-field-validate-padding-horizontal:16px;--wsf-field-validate-padding-vertical:16px;--wsf-field-validate-font-family:var(--wsf-form-font-family);--wsf-field-validate-font-size:var(--wsf-form-font-size);--wsf-field-validate-font-style:var(--wsf-form-font-style);--wsf-field-validate-font-weight:var(--wsf-form-font-weight);--wsf-field-validate-letter-spacing:var(--wsf-form-letter-spacing);--wsf-field-validate-line-height:var(--wsf-form-line-height);--wsf-field-validate-text-decoration:var(--wsf-form-text-decoration);--wsf-field-validate-text-transform:var(--wsf-form-text-transform);--wsf-conversational-width-max:800px;--wsf-conversational-padding-horizontal:40px;--wsf-conversational-color-background:#efeff4;--wsf-conversational-nav-color-background:#585858;--wsf-conversational-nav-color:#ffffff;--wsf-conversational-section-opacity-inactive:0.25;--wsf-form-color-base-dark-90:color-mix(in oklab, var(--wsf-form-color-base), #000 90%);--wsf-form-color-base-dark-80:color-mix(in oklab, var(--wsf-form-color-base), #000 80%);--wsf-form-color-base-dark-70:color-mix(in oklab, var(--wsf-form-color-base), #000 70%);--wsf-form-color-base-dark-60:color-mix(in oklab, var(--wsf-form-color-base), #000 60%);--wsf-form-color-base-dark-50:color-mix(in oklab, var(--wsf-form-color-base), #000 50%);--wsf-form-color-base-dark-40:color-mix(in oklab, var(--wsf-form-color-base), #000 40%);--wsf-form-color-base-dark-30:color-mix(in oklab, var(--wsf-form-color-base), #000 30%);--wsf-form-color-base-dark-20:color-mix(in oklab, var(--wsf-form-color-base), #000 20%);--wsf-form-color-base-dark-10:color-mix(in oklab, var(--wsf-form-color-base), #000 10%);--wsf-form-color-base-light-10:color-mix(in oklab, var(--wsf-form-color-base), #fff 10%);--wsf-form-color-base-light-20:color-mix(in oklab, var(--wsf-form-color-base), #fff 20%);--wsf-form-color-base-light-30:color-mix(in oklab, var(--wsf-form-color-base), #fff 30%);--wsf-form-color-base-light-40:color-mix(in oklab, var(--wsf-form-color-base), #fff 40%);--wsf-form-color-base-light-50:color-mix(in oklab, var(--wsf-form-color-base), #fff 50%);--wsf-form-color-base-light-60:color-mix(in oklab, var(--wsf-form-color-base), #fff 60%);--wsf-form-color-base-light-70:color-mix(in oklab, var(--wsf-form-color-base), #fff 70%);--wsf-form-color-base-light-80:color-mix(in oklab, var(--wsf-form-color-base), #fff 80%);--wsf-form-color-base-light-90:color-mix(in oklab, var(--wsf-form-color-base), #fff 90%);--wsf-form-color-base-contrast-dark-90:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 90%);--wsf-form-color-base-contrast-dark-80:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 80%);--wsf-form-color-base-contrast-dark-70:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 70%);--wsf-form-color-base-contrast-dark-60:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 60%);--wsf-form-color-base-contrast-dark-50:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 50%);--wsf-form-color-base-contrast-dark-40:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 40%);--wsf-form-color-base-contrast-dark-30:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 30%);--wsf-form-color-base-contrast-dark-20:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 20%);--wsf-form-color-base-contrast-dark-10:color-mix(in oklab, var(--wsf-form-color-base-contrast), #000 10%);--wsf-form-color-base-contrast-light-10:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 10%);--wsf-form-color-base-contrast-light-20:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 20%);--wsf-form-color-base-contrast-light-30:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 30%);--wsf-form-color-base-contrast-light-40:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 40%);--wsf-form-color-base-contrast-light-50:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 50%);--wsf-form-color-base-contrast-light-60:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 60%);--wsf-form-color-base-contrast-light-70:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 70%);--wsf-form-color-base-contrast-light-80:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 80%);--wsf-form-color-base-contrast-light-90:color-mix(in oklab, var(--wsf-form-color-base-contrast), #fff 90%);--wsf-form-color-accent-dark-90:color-mix(in oklab, var(--wsf-form-color-accent), #000 90%);--wsf-form-color-accent-dark-80:color-mix(in oklab, var(--wsf-form-color-accent), #000 80%);--wsf-form-color-accent-dark-70:color-mix(in oklab, var(--wsf-form-color-accent), #000 70%);--wsf-form-color-accent-dark-60:color-mix(in oklab, var(--wsf-form-color-accent), #000 60%);--wsf-form-color-accent-dark-50:color-mix(in oklab, var(--wsf-form-color-accent), #000 50%);--wsf-form-color-accent-dark-40:color-mix(in oklab, var(--wsf-form-color-accent), #000 40%);--wsf-form-color-accent-dark-30:color-mix(in oklab, var(--wsf-form-color-accent), #000 30%);--wsf-form-color-accent-dark-20:color-mix(in oklab, var(--wsf-form-color-accent), #000 20%);--wsf-form-color-accent-dark-10:color-mix(in oklab, var(--wsf-form-color-accent), #000 10%);--wsf-form-color-accent-light-10:color-mix(in oklab, var(--wsf-form-color-accent), #fff 10%);--wsf-form-color-accent-light-20:color-mix(in oklab, var(--wsf-form-color-accent), #fff 20%);--wsf-form-color-accent-light-30:color-mix(in oklab, var(--wsf-form-color-accent), #fff 30%);--wsf-form-color-accent-light-40:color-mix(in oklab, var(--wsf-form-color-accent), #fff 40%);--wsf-form-color-accent-light-50:color-mix(in oklab, var(--wsf-form-color-accent), #fff 50%);--wsf-form-color-accent-light-60:color-mix(in oklab, var(--wsf-form-color-accent), #fff 60%);--wsf-form-color-accent-light-70:color-mix(in oklab, var(--wsf-form-color-accent), #fff 70%);--wsf-form-color-accent-light-80:color-mix(in oklab, var(--wsf-form-color-accent), #fff 80%);--wsf-form-color-accent-light-90:color-mix(in oklab, var(--wsf-form-color-accent), #fff 90%);--wsf-form-color-neutral-dark-90:color-mix(in oklab, var(--wsf-form-color-neutral), #000 90%);--wsf-form-color-neutral-dark-80:color-mix(in oklab, var(--wsf-form-color-neutral), #000 80%);--wsf-form-color-neutral-dark-70:color-mix(in oklab, var(--wsf-form-color-neutral), #000 70%);--wsf-form-color-neutral-dark-60:color-mix(in oklab, var(--wsf-form-color-neutral), #000 60%);--wsf-form-color-neutral-dark-50:color-mix(in oklab, var(--wsf-form-color-neutral), #000 50%);--wsf-form-color-neutral-dark-40:color-mix(in oklab, var(--wsf-form-color-neutral), #000 40%);--wsf-form-color-neutral-dark-30:color-mix(in oklab, var(--wsf-form-color-neutral), #000 30%);--wsf-form-color-neutral-dark-20:color-mix(in oklab, var(--wsf-form-color-neutral), #000 20%);--wsf-form-color-neutral-dark-10:color-mix(in oklab, var(--wsf-form-color-neutral), #000 10%);--wsf-form-color-neutral-light-10:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 10%);--wsf-form-color-neutral-light-20:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 20%);--wsf-form-color-neutral-light-30:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 30%);--wsf-form-color-neutral-light-40:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 40%);--wsf-form-color-neutral-light-50:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 50%);--wsf-form-color-neutral-light-60:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 60%);--wsf-form-color-neutral-light-70:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 70%);--wsf-form-color-neutral-light-80:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 80%);--wsf-form-color-neutral-light-90:color-mix(in oklab, var(--wsf-form-color-neutral), #fff 90%);--wsf-form-color-primary-dark-90:color-mix(in oklab, var(--wsf-form-color-primary), #000 90%);--wsf-form-color-primary-dark-80:color-mix(in oklab, var(--wsf-form-color-primary), #000 80%);--wsf-form-color-primary-dark-70:color-mix(in oklab, var(--wsf-form-color-primary), #000 70%);--wsf-form-color-primary-dark-60:color-mix(in oklab, var(--wsf-form-color-primary), #000 60%);--wsf-form-color-primary-dark-50:color-mix(in oklab, var(--wsf-form-color-primary), #000 50%);--wsf-form-color-primary-dark-40:color-mix(in oklab, var(--wsf-form-color-primary), #000 40%);--wsf-form-color-primary-dark-30:color-mix(in oklab, var(--wsf-form-color-primary), #000 30%);--wsf-form-color-primary-dark-20:color-mix(in oklab, var(--wsf-form-color-primary), #000 20%);--wsf-form-color-primary-dark-10:color-mix(in oklab, var(--wsf-form-color-primary), #000 10%);--wsf-form-color-primary-light-10:color-mix(in oklab, var(--wsf-form-color-primary), #fff 10%);--wsf-form-color-primary-light-20:color-mix(in oklab, var(--wsf-form-color-primary), #fff 20%);--wsf-form-color-primary-light-30:color-mix(in oklab, var(--wsf-form-color-primary), #fff 30%);--wsf-form-color-primary-light-40:color-mix(in oklab, var(--wsf-form-color-primary), #fff 40%);--wsf-form-color-primary-light-50:color-mix(in oklab, var(--wsf-form-color-primary), #fff 50%);--wsf-form-color-primary-light-60:color-mix(in oklab, var(--wsf-form-color-primary), #fff 60%);--wsf-form-color-primary-light-70:color-mix(in oklab, var(--wsf-form-color-primary), #fff 70%);--wsf-form-color-primary-light-80:color-mix(in oklab, var(--wsf-form-color-primary), #fff 80%);--wsf-form-color-primary-light-90:color-mix(in oklab, var(--wsf-form-color-primary), #fff 90%);--wsf-form-color-secondary-dark-90:color-mix(in oklab, var(--wsf-form-color-secondary), #000 90%);--wsf-form-color-secondary-dark-80:color-mix(in oklab, var(--wsf-form-color-secondary), #000 80%);--wsf-form-color-secondary-dark-70:color-mix(in oklab, var(--wsf-form-color-secondary), #000 70%);--wsf-form-color-secondary-dark-60:color-mix(in oklab, var(--wsf-form-color-secondary), #000 60%);--wsf-form-color-secondary-dark-50:color-mix(in oklab, var(--wsf-form-color-secondary), #000 50%);--wsf-form-color-secondary-dark-40:color-mix(in oklab, var(--wsf-form-color-secondary), #000 40%);--wsf-form-color-secondary-dark-30:color-mix(in oklab, var(--wsf-form-color-secondary), #000 30%);--wsf-form-color-secondary-dark-20:color-mix(in oklab, var(--wsf-form-color-secondary), #000 20%);--wsf-form-color-secondary-dark-10:color-mix(in oklab, var(--wsf-form-color-secondary), #000 10%);--wsf-form-color-secondary-light-10:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 10%);--wsf-form-color-secondary-light-20:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 20%);--wsf-form-color-secondary-light-30:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 30%);--wsf-form-color-secondary-light-40:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 40%);--wsf-form-color-secondary-light-50:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 50%);--wsf-form-color-secondary-light-60:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 60%);--wsf-form-color-secondary-light-70:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 70%);--wsf-form-color-secondary-light-80:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 80%);--wsf-form-color-secondary-light-90:color-mix(in oklab, var(--wsf-form-color-secondary), #fff 90%);--wsf-form-color-success-dark-90:color-mix(in oklab, var(--wsf-form-color-success), #000 90%);--wsf-form-color-success-dark-80:color-mix(in oklab, var(--wsf-form-color-success), #000 80%);--wsf-form-color-success-dark-70:color-mix(in oklab, var(--wsf-form-color-success), #000 70%);--wsf-form-color-success-dark-60:color-mix(in oklab, var(--wsf-form-color-success), #000 60%);--wsf-form-color-success-dark-50:color-mix(in oklab, var(--wsf-form-color-success), #000 50%);--wsf-form-color-success-dark-40:color-mix(in oklab, var(--wsf-form-color-success), #000 40%);--wsf-form-color-success-dark-30:color-mix(in oklab, var(--wsf-form-color-success), #000 30%);--wsf-form-color-success-dark-20:color-mix(in oklab, var(--wsf-form-color-success), #000 20%);--wsf-form-color-success-dark-10:color-mix(in oklab, var(--wsf-form-color-success), #000 10%);--wsf-form-color-success-light-10:color-mix(in oklab, var(--wsf-form-color-success), #fff 10%);--wsf-form-color-success-light-20:color-mix(in oklab, var(--wsf-form-color-success), #fff 20%);--wsf-form-color-success-light-30:color-mix(in oklab, var(--wsf-form-color-success), #fff 30%);--wsf-form-color-success-light-40:color-mix(in oklab, var(--wsf-form-color-success), #fff 40%);--wsf-form-color-success-light-50:color-mix(in oklab, var(--wsf-form-color-success), #fff 50%);--wsf-form-color-success-light-60:color-mix(in oklab, var(--wsf-form-color-success), #fff 60%);--wsf-form-color-success-light-70:color-mix(in oklab, var(--wsf-form-color-success), #fff 70%);--wsf-form-color-success-light-80:color-mix(in oklab, var(--wsf-form-color-success), #fff 80%);--wsf-form-color-success-light-90:color-mix(in oklab, var(--wsf-form-color-success), #fff 90%);--wsf-form-color-info-dark-90:color-mix(in oklab, var(--wsf-form-color-info), #000 90%);--wsf-form-color-info-dark-80:color-mix(in oklab, var(--wsf-form-color-info), #000 80%);--wsf-form-color-info-dark-70:color-mix(in oklab, var(--wsf-form-color-info), #000 70%);--wsf-form-color-info-dark-60:color-mix(in oklab, var(--wsf-form-color-info), #000 60%);--wsf-form-color-info-dark-50:color-mix(in oklab, var(--wsf-form-color-info), #000 50%);--wsf-form-color-info-dark-40:color-mix(in oklab, var(--wsf-form-color-info), #000 40%);--wsf-form-color-info-dark-30:color-mix(in oklab, var(--wsf-form-color-info), #000 30%);--wsf-form-color-info-dark-20:color-mix(in oklab, var(--wsf-form-color-info), #000 20%);--wsf-form-color-info-dark-10:color-mix(in oklab, var(--wsf-form-color-info), #000 10%);--wsf-form-color-info-light-10:color-mix(in oklab, var(--wsf-form-color-info), #fff 10%);--wsf-form-color-info-light-20:color-mix(in oklab, var(--wsf-form-color-info), #fff 20%);--wsf-form-color-info-light-30:color-mix(in oklab, var(--wsf-form-color-info), #fff 30%);--wsf-form-color-info-light-40:color-mix(in oklab, var(--wsf-form-color-info), #fff 40%);--wsf-form-color-info-light-50:color-mix(in oklab, var(--wsf-form-color-info), #fff 50%);--wsf-form-color-info-light-60:color-mix(in oklab, var(--wsf-form-color-info), #fff 60%);--wsf-form-color-info-light-70:color-mix(in oklab, var(--wsf-form-color-info), #fff 70%);--wsf-form-color-info-light-80:color-mix(in oklab, var(--wsf-form-color-info), #fff 80%);--wsf-form-color-info-light-90:color-mix(in oklab, var(--wsf-form-color-info), #fff 90%);--wsf-form-color-warning-dark-90:color-mix(in oklab, var(--wsf-form-color-warning), #000 90%);--wsf-form-color-warning-dark-80:color-mix(in oklab, var(--wsf-form-color-warning), #000 80%);--wsf-form-color-warning-dark-70:color-mix(in oklab, var(--wsf-form-color-warning), #000 70%);--wsf-form-color-warning-dark-60:color-mix(in oklab, var(--wsf-form-color-warning), #000 60%);--wsf-form-color-warning-dark-50:color-mix(in oklab, var(--wsf-form-color-warning), #000 50%);--wsf-form-color-warning-dark-40:color-mix(in oklab, var(--wsf-form-color-warning), #000 40%);--wsf-form-color-warning-dark-30:color-mix(in oklab, var(--wsf-form-color-warning), #000 30%);--wsf-form-color-warning-dark-20:color-mix(in oklab, var(--wsf-form-color-warning), #000 20%);--wsf-form-color-warning-dark-10:color-mix(in oklab, var(--wsf-form-color-warning), #000 10%);--wsf-form-color-warning-light-10:color-mix(in oklab, var(--wsf-form-color-warning), #fff 10%);--wsf-form-color-warning-light-20:color-mix(in oklab, var(--wsf-form-color-warning), #fff 20%);--wsf-form-color-warning-light-30:color-mix(in oklab, var(--wsf-form-color-warning), #fff 30%);--wsf-form-color-warning-light-40:color-mix(in oklab, var(--wsf-form-color-warning), #fff 40%);--wsf-form-color-warning-light-50:color-mix(in oklab, var(--wsf-form-color-warning), #fff 50%);--wsf-form-color-warning-light-60:color-mix(in oklab, var(--wsf-form-color-warning), #fff 60%);--wsf-form-color-warning-light-70:color-mix(in oklab, var(--wsf-form-color-warning), #fff 70%);--wsf-form-color-warning-light-80:color-mix(in oklab, var(--wsf-form-color-warning), #fff 80%);--wsf-form-color-warning-light-90:color-mix(in oklab, var(--wsf-form-color-warning), #fff 90%);--wsf-form-color-danger-dark-90:color-mix(in oklab, var(--wsf-form-color-danger), #000 90%);--wsf-form-color-danger-dark-80:color-mix(in oklab, var(--wsf-form-color-danger), #000 80%);--wsf-form-color-danger-dark-70:color-mix(in oklab, var(--wsf-form-color-danger), #000 70%);--wsf-form-color-danger-dark-60:color-mix(in oklab, var(--wsf-form-color-danger), #000 60%);--wsf-form-color-danger-dark-50:color-mix(in oklab, var(--wsf-form-color-danger), #000 50%);--wsf-form-color-danger-dark-40:color-mix(in oklab, var(--wsf-form-color-danger), #000 40%);--wsf-form-color-danger-dark-30:color-mix(in oklab, var(--wsf-form-color-danger), #000 30%);--wsf-form-color-danger-dark-20:color-mix(in oklab, var(--wsf-form-color-danger), #000 20%);--wsf-form-color-danger-dark-10:color-mix(in oklab, var(--wsf-form-color-danger), #000 10%);--wsf-form-color-danger-light-10:color-mix(in oklab, var(--wsf-form-color-danger), #fff 10%);--wsf-form-color-danger-light-20:color-mix(in oklab, var(--wsf-form-color-danger), #fff 20%);--wsf-form-color-danger-light-30:color-mix(in oklab, var(--wsf-form-color-danger), #fff 30%);--wsf-form-color-danger-light-40:color-mix(in oklab, var(--wsf-form-color-danger), #fff 40%);--wsf-form-color-danger-light-50:color-mix(in oklab, var(--wsf-form-color-danger), #fff 50%);--wsf-form-color-danger-light-60:color-mix(in oklab, var(--wsf-form-color-danger), #fff 60%);--wsf-form-color-danger-light-70:color-mix(in oklab, var(--wsf-form-color-danger), #fff 70%);--wsf-form-color-danger-light-80:color-mix(in oklab, var(--wsf-form-color-danger), #fff 80%);--wsf-form-color-danger-light-90:color-mix(in oklab, var(--wsf-form-color-danger), #fff 90%);--wsf-field-border:var(--wsf-field-border-width) var(--wsf-field-border-style) var(--wsf-field-border-color);--wsf-field-box-shadow:0 0 0 var(--wsf-field-box-shadow-width-focus) var(--wsf-field-box-shadow-color-focus);--wsf-field-button-padding:var(--wsf-field-button-padding-vertical) var(--wsf-field-button-padding-horizontal);--wsf-field-checkbox-check-height:calc(var(--wsf-field-checkbox-size) / 1.6);--wsf-field-checkbox-check-size:calc(var(--wsf-field-checkbox-size) / 6);--wsf-field-checkbox-check-width:calc(var(--wsf-field-checkbox-size) / 3.3);--wsf-field-checkbox-size:calc(var(--wsf-field-font-size) * var(--wsf-field-line-height));--wsf-field-checkbox-switch-size:calc(var(--wsf-field-checkbox-size) * 0.8);--wsf-field-checkbox-switch-width:calc(var(--wsf-field-checkbox-size) * 1.8);--wsf-field-color-swatch-border-radius:50%;--wsf-field-color-swatch-size:calc(var(--wsf-field-height) * 0.7);--wsf-field-datetime-calendar-padding:var(--wsf-field-datetime-calendar-padding-vertical) var(--wsf-field-datetime-calendar-padding-horizontal);--wsf-field-datetime-padding:var(--wsf-field-datetime-padding-vertical) var(--wsf-field-datetime-padding-horizontal);--wsf-field-file-dropzonejs-padding:var(--wsf-field-file-dropzonejs-padding-vertical) var(--wsf-field-file-dropzonejs-padding-horizontal);--wsf-field-height:calc((var(--wsf-field-font-size) * var(--wsf-field-line-height)) + (var(--wsf-field-padding-vertical) * 2) + (var(--wsf-field-border-width) * 2));--wsf-field-media-capture-control-box-shadow:0 0 0 var(--wsf-field-media-capture-control-box-shadow-width) var(--wsf-field-media-capture-control-box-shadow-color);--wsf-field-meter-size:calc(var(--wsf-field-height) / 2);--wsf-field-padding:var(--wsf-field-padding-vertical) var(--wsf-field-padding-horizontal);--wsf-field-password-strength-meter-disc-gap:calc((var(--wsf-field-height) / 3) * (4 / 13));--wsf-field-password-strength-meter-disc-size:calc((var(--wsf-field-height) / 3) * (7 / 13));--wsf-field-progress-size:calc(var(--wsf-field-height) / 2);--wsf-field-radio-checked-size:calc(var(--wsf-field-radio-size) * 0.7);--wsf-field-radio-size:calc(var(--wsf-field-font-size) * var(--wsf-field-line-height));--wsf-field-radio-switch-size:calc(var(--wsf-field-radio-size) * 0.8);--wsf-field-radio-switch-width:calc(var(--wsf-field-radio-size) * 1.8);--wsf-field-range-thumb-size:calc(var(--wsf-field-height) / 2);--wsf-field-range-tickmark-height:var(--wsf-field-range-thumb-size);--wsf-field-range-tickmark-width:var(--wsf-field-border-width);--wsf-field-range-track-size:calc(var(--wsf-field-range-thumb-size) / 2);--wsf-field-select-padding-right:calc((var(--wsf-field-padding-horizontal) * 2) + var(--wsf-field-select-arrow-width));--wsf-field-select-select2-result-padding:var(--wsf-field-select-select2-result-padding-vertical) var(--wsf-field-select-select2-result-padding-horizontal);--wsf-field-summary-table-padding:var(--wsf-field-summary-table-padding-vertical) var(--wsf-field-summary-table-padding-horizontal);--wsf-form-caption-gap:calc(var(--wsf-form-grid-gap) / 4);--wsf-form-transition:calc(var(--wsf-form-transition-speed) * var(--wsf-form-transition-enabled)) var(--wsf-form-transition-timing-function);--wsf-group-li-padding:var(--wsf-group-li-padding-vertical) var(--wsf-group-li-padding-horizontal);--wsf-group-li-steps-gap:calc(var(--wsf-field-height) / 2)}