@charset "UTF-8";
/*
	Theme Name: Team Nijhuis Default
	Theme URI: https://default.test
	Author: Team Nijhuis
	Author URI: https://teamnijhuis.com
	Description: Custom theme created by Team Nijhuis.
	Version: 1.0
	License: Team Nijhuis
	Text Domain: teamnijhuis
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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
   ========================================================================== */
/**
 * 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 Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding 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
   ========================================================================== */
/*
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* # Vencor SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Flexbox grid
--------------------------------------------- */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  align-items: center;
}

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

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 480px) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 640px) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1023px) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* ## Slick slider
--------------------------------------------- */
.slides {
  position: relative;
  padding: 0;
}
.slides .slick-track {
  display: flex !important;
}
.slides .slick-slide {
  height: inherit !important;
}
.slides .slide {
  position: relative;
}
.slides .slick-list {
  overflow: hidden;
}
.slides .slick-button {
  position: absolute;
  top: 50%;
  font-size: 32px;
  height: 32px;
  width: auto;
  border: 0;
  background: none;
  color: #000;
  line-height: 32px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
.slides .slick-button.slick-next {
  right: 0;
}
.slides .slick-button.slick-prev {
  left: 0;
}

ul.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  font-size: 0;
  height: 12px;
  width: 12px;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background: #000;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url("%22images%2Fui-icons_555555_256x240.png%22")&iconsHighlight=url("%22images%2Fui-icons_777620_256x240.png%22")&iconsHeader=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsError=url("%22images%2Fui-icons_cc0000_256x240.png%22")&iconsDefault=url("%22images%2Fui-icons_777777_256x240.png%22")&iconsContent=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsActive=url("%22images%2Fui-icons_ffffff_256x240.png%22")&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.875em;
  height: 0.875em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.4em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.325em;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e3e3e3;
}

.ui-widget-content {
  border: 1px solid #e3e3e3;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #D9E7F1;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #0061A1;
  background: #0061A1;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #0061A1;
  background: #0061A1;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(0, 34, 63);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0061A1;
  background: #0061A1;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* abhaya-libre-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Spacing
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

body {
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #FFFFFF;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

img:not([src]) {
  visibility: hidden;
}

.responsive-video-wrapper img.lazy {
  transition: all 0.3s ease-out 0s;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 10px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.align-center img {
  margin: 0 auto;
}

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

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

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.responsive-iframe-wrapper {
  position: relative;
  padding: 0 0 56.25% 0; /* 16:9 */
  height: 0;
  border: 1rem solid #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .responsive-iframe-wrapper {
    border: 0.5rem solid #FFF;
  }
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-square {
  padding-top: 100%;
}

.wrap-16-9 {
  padding-top: 56.25%;
}

.wrap-4-3 {
  padding-top: 75%;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  color: #fff;
  background: #EC6907;
}

::selection {
  color: #fff;
  background: #EC6907;
}

::-moz-selection {
  color: #fff;
  background: #EC6907;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px 10px -20px;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 20px 20px 20px;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  display: block;
  padding: 5px 0 0 0;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.content-row {
  padding: 3.5rem 0 3.5rem 0;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding: 2.25rem 0 2.25rem 0;
  }
}

.spacing-row {
  margin: 4rem 0 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .spacing-row {
    margin: 2.75rem 0 2.75rem 0;
  }
}

.col-2-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
.col-2-container.reverse .content {
  order: 2;
}
@media only screen and (max-width: 640px) {
  .col-2-container {
    grid-template-columns: 1fr;
  }
  .col-2-container .img {
    order: -1;
  }
}

.col-2-3-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem 3rem;
}
.col-2-3-container.reverse {
  grid-template-columns: 1fr 3fr;
}
.col-2-3-container.reverse .content {
  order: 1;
}
@media only screen and (max-width: 640px) {
  .col-2-3-container {
    grid-template-columns: 1fr;
  }
  .col-2-3-container .img {
    order: -1;
  }
  .col-2-3-container.reverse {
    grid-template-columns: 1fr;
  }
}

.col-span-2 {
  grid-column: span 2;
}

/* ## Row spacing
--------------------------------------------- */
.row.small-p {
  margin: 0 -0.5rem;
}
.row.small-p > div {
  padding: 0 0.5rem;
}
.row.medium-p {
  margin: 0 -1rem;
}
.row.medium-p > div {
  padding: 0 1rem;
}
.row.large-p {
  margin: 0 -2rem;
}
.row.large-p > div {
  padding: 0 2rem;
}
@media only screen and (max-width: 1023px) {
  .row.large-p {
    margin: 0 -1rem;
  }
  .row.large-p > div {
    padding: 0 1rem;
  }
  .row.medium-p {
    margin: 0 -0.5rem;
  }
  .row.medium-p > div {
    padding: 0 0.5rem;
  }
}

/* ## Row spacing
--------------------------------------------- */
.mt-small {
  margin-top: 0.5rem;
}

.mb-small {
  margin-bottom: 0.5rem;
}

.pt-small {
  padding-top: 0.5rem;
}

.pb-small {
  padding-bottom: 0.5rem;
}

.mt-medium {
  margin-top: 1rem;
}

.mb-medium {
  margin-bottom: 1rem;
}

.pt-medium {
  padding-top: 1rem;
}

.pb-medium {
  padding-bottom: 1rem;
}

.mt-big {
  margin-top: 2rem;
}

.mb-big {
  margin-bottom: 2rem;
}

.pt-big {
  padding-top: 2rem;
}

.pb-big {
  padding-bottom: 2rem;
}

.mt-large {
  margin-top: 3rem;
}

.mb-large {
  margin-bottom: 3rem;
}

.pt-large {
  padding-top: 3rem;
}

.pb-large {
  padding-bottom: 3rem;
}

.ptb-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.no-padding {
  padding: 0 !important;
}

.mr-tiny {
  margin-right: 0.25rem;
}

.mr-small {
  margin-right: 0.5rem;
}

.mr-medium {
  margin-right: 1rem;
}

.no-padding-b {
  padding-bottom: 0 !important;
}

/* ## Header
--------------------------------------------- */
#main-header {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 200;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.home #main-header {
  position: fixed;
}

#top-bar {
  position: relative;
}
#top-bar.blue {
  background: #0061A1;
}
#top-bar.green {
  background: #09B197;
}
#top-bar.orange {
  background: #EC6907;
}
#top-bar p:empty {
  display: none;
}
#top-bar p {
  width: 95%;
  display: block;
  margin: 0 auto;
  padding: 0.4rem 0;
  font-size: 0.8em;
  text-align: center;
  color: #FFF;
}
#top-bar a {
  color: #FFF;
}
#top-bar .clickRemoveTopBar {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  color: #fff;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  font-weight: 700;
}

.site-logo {
  display: block;
  position: relative;
  width: 258px;
  height: 56px;
  margin-right: auto;
}
.site-logo img {
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    width: 158px;
  }
}

#nav-bar {
  position: relative;
}
#nav-bar .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #nav-bar .wrap #mob-nav-button {
    order: 1;
  }
  #nav-bar .wrap .site-logo {
    order: 2;
    margin: 0 auto;
  }
  #nav-bar .wrap .mob-search-button {
    order: 3;
  }
}
#nav-bar .mob-search-button {
  width: 42px;
  text-align: right;
  font-size: 1.25rem;
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 1023px) {
  #nav-bar .navbar-content {
    display: none;
  }
}
#nav-bar .navbar-top {
  display: flex;
  padding-top: 10px;
  padding-bottom: 1rem;
  position: relative;
  justify-content: flex-end;
}
#nav-bar .top-nav-wrap .menu li {
  margin-right: 2rem;
}
#nav-bar .top-nav-wrap .menu li:last-child {
  margin-right: 0;
}
#nav-bar .top-nav-wrap .menu li a {
  font: 500 0.875em/1.25 "Noto Sans", sans-serif;
  color: #000;
  text-decoration: none;
  display: block;
  display: flex;
  align-items: center;
}
#nav-bar .top-nav-wrap .menu li a:hover {
  color: #0061A1;
}
#nav-bar .top-nav-wrap .menu li a i {
  margin-right: 8px;
  color: #0061A1;
  font-size: 1rem;
}
#nav-bar .navbar-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
}
#nav-bar .menu {
  display: flex;
  margin: 0;
  padding: 0;
}
#nav-bar .menu li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 1rem;
}
#nav-bar .menu li:before {
  display: none;
}
#nav-bar .menu li.has-megamenu {
  position: unset;
}
#nav-bar .menu li a {
  font: 700 1.125em/1.25 "Noto Sans", sans-serif;
  color: #000;
  text-decoration: none;
  display: block;
}
#nav-bar .menu li.menu-item-has-children {
  position: unset;
  padding-bottom: 20px;
}
#nav-bar .menu li.menu-item-has-children:not(.has-megamenu) a {
  cursor: default;
}
#nav-bar .menu li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease-out 0s;
  color: #EC6907;
}
#nav-bar .menu li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  top: -2px;
}
#nav-bar .menu li.menu-item-has-children .sub-menu {
  position: absolute;
  background: #FFF;
  visibility: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  top: 100%;
  flex-direction: column;
  z-index: 90;
  transition: all 0.3s ease;
  border-left: 4px solid #0061A1;
  transform-origin: left top;
  transform: scaleY(0);
  padding-bottom: 0;
}
#nav-bar .menu li.menu-item-has-children .sub-menu li {
  padding: 10px 25px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #EBEBEB;
}
#nav-bar .menu li.menu-item-has-children .sub-menu li {
  width: 100%;
}
#nav-bar .menu li.menu-item-has-children .sub-menu li a {
  text-transform: none;
  font: 400 1rem/1.25 "Noto Sans", sans-serif;
  padding: 5px 0;
  cursor: pointer;
}
#nav-bar .menu li:hover .sub-menu,
#nav-bar .menu li:hover .mega-menu-wrap {
  transform: scaleY(1);
  visibility: visible;
}
#nav-bar .menu li:hover > a {
  color: #0061A1;
}
#nav-bar .mega-menu-wrap {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top left;
  transition: all 0.3s ease-out 0s;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#nav-bar .mega-menu-wrap .application-mega-wrap {
  display: grid;
  grid-template-columns: 2fr 1.4fr;
  gap: 3rem;
}
#nav-bar .mega-menu-wrap .product-mega-wrap {
  display: flex;
  width: 100%;
}
#nav-bar .mega-menu-wrap .application-menu {
  display: grid;
  gap: 1.25rem 1rem;
  grid-template-columns: repeat(5, 1fr);
}
#nav-bar .mega-menu-wrap .application-menu .category-menu-block a {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.6;
}
#nav-bar .mega-menu-wrap .application-menu .category-menu-block.active {
  transition: all 0.2s ease-out 0s;
}
#nav-bar .mega-menu-wrap .application-menu .category-menu-block.active p {
  font-weight: 700;
  color: #0061A1;
}
#nav-bar .mega-menu-wrap .application-menu .cat-title {
  font-size: 14px;
  font-weight: 400;
  padding-top: 0.5rem;
  text-align: center;
  padding: 0;
}
#nav-bar .mega-menu-wrap .application-content a.button {
  line-height: 2;
  width: auto;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
}
#nav-bar .mega-menu-wrap .application-content p:last-child {
  padding-bottom: 0;
}
#nav-bar .mega-menu-wrap .application-content h2 {
  font-size: 1.5rem;
}
#nav-bar .mega-menu-wrap .product-cat-nav {
  padding-bottom: 0;
  padding-right: 20px;
  margin-right: 30px;
  border-right: 1px solid #EBEBEB;
  width: 350px;
}
#nav-bar .mega-menu-wrap .product-cat-nav li {
  padding-bottom: 10px;
}
#nav-bar .mega-menu-wrap .product-cat-nav li .icon-container {
  width: 52px;
  height: 52px;
  padding: 0.5rem;
  margin-right: 1rem;
}
#nav-bar .mega-menu-wrap .product-cat-nav li a {
  display: flex;
  font-weight: 400;
  font-size: 1rem;
  align-items: center;
}
#nav-bar .mega-menu-wrap .product-cat-nav li a:hover {
  color: #000;
}
#nav-bar .mega-menu-wrap .product-cat-nav li a i {
  margin-left: auto;
  color: #0061A1;
  transition: all 0.2s ease-out 0s;
}
#nav-bar .mega-menu-wrap .product-cat-nav li.active a {
  font-weight: 700;
  color: #0061A1;
}
#nav-bar .mega-menu-wrap .product-cat-nav li.active a i {
  margin-right: -5px;
}
#nav-bar .mega-menu-wrap .feature-nav {
  display: none;
  width: calc(100% - 410px);
}
#nav-bar .mega-menu-wrap .feature-nav.active {
  display: block;
}
#nav-bar .mega-menu-wrap .feature-nav .product-feature-nav li a {
  font-weight: 400;
  text-decoration: underline;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
#nav-bar .mega-menu-wrap .feature-nav .cat-title {
  font-size: 1.15rem;
  font-weight: 700;
}
#nav-bar .mega-menu-wrap .feature-nav a.feature-title {
  text-decoration: underline;
}
#nav-bar .mega-menu-wrap .feature-nav .feature-title {
  font-weight: 700;
  padding-bottom: 1rem;
  font-size: 15px;
  line-height: 2;
}
#nav-bar .mega-menu-wrap .feature-nav .nav-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
#nav-bar .mega-menu-wrap .application-info {
  display: none;
}
#nav-bar .mega-menu-wrap .application-info.active {
  display: block;
}
#nav-bar .mega-menu-wrap .application-info .title {
  font-size: 1.25rem;
}
#nav-bar .mega-menu-wrap .application-info .text-container {
  min-height: 385px;
}
#nav-bar .mega-menu-wrap:before {
  left: -2000px;
  right: -2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFF;
  content: "";
  display: block;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
#nav-bar .cta {
  padding: 0.25rem 1rem;
  color: #FFF;
  background: #09B197;
  border-radius: 25px;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  margin-top: -12px;
}
#nav-bar .cta:hover {
  background: #EC6907;
}

#top-search {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: -12px;
}
#top-search .form-row {
  margin: 0;
  padding: 0;
  position: relative;
}
#top-search .search-form {
  display: block;
  position: absolute;
  right: 100%;
  top: -3px;
  overflow: hidden;
  width: 0;
  margin-right: 10px;
}
#top-search .search-form input {
  border: 1px solid #D9E7F1;
  border-radius: 50px;
  background: #D9E7F1;
}
#top-search .search-form label {
  display: none;
}
#top-search .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  bottom: 0;
  background: transparent;
  border-color: transparent;
  color: #0061A1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 12px;
}
#top-search .search-form button:hover {
  background: #D9E7F1;
  color: #000;
  border-color: #D9E7F1;
}
#top-search #show-top-search {
  border: 0;
  background: #D9E7F1;
  padding: 10px;
  border-radius: 50%;
  color: #0061A1;
  line-height: 16px;
  transition: all 0.3s ease;
  height: 37px;
  width: 36px;
}
#top-search #show-top-search:hover {
  background: #0061A1;
  color: #FFF;
}
#top-search #show-top-search.active {
  background: #0061A1;
}
#top-search #show-top-search.active i:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-weight: 900;
  line-height: 16px;
  color: #FFF;
}

#nav-bar .lang-select-wrap {
  margin-left: 2rem;
}
@media only screen and (max-width: 1023px) {
  #nav-bar .lang-select-wrap {
    margin-left: 0;
  }
}
#nav-bar .lang-select-wrap.show .lang-select-container {
  visibility: visible;
  transform: scaleY(1);
}
#nav-bar .lang-select-wrap.show #show-top-languages:after {
  transform: rotate(180deg);
}
#nav-bar #show-top-languages {
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  align-items: center;
}
#nav-bar #show-top-languages span {
  margin-left: 0.5rem;
}
#nav-bar #show-top-languages i {
  color: #0061A1;
}
#nav-bar #show-top-languages:after {
  content: "\f107";
  margin-left: 7px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  color: #000;
  transition: all 0.2s ease-out 0s;
}
#nav-bar .lang-select-container {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 100;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
#nav-bar .lang-select-container ul {
  padding-bottom: 0;
  flex-direction: column;
}
#nav-bar .lang-select-container ul li {
  padding: 5px 15px;
  margin-right: 0;
}
#nav-bar .lang-select-container ul li:first-child {
  display: none;
}
#nav-bar .lang-select-container ul li:before {
  display: none;
}

ul.slick-dots li button {
  border: 2px solid #0061A1;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background: #0061A1;
}

.slider-controls {
  display: flex;
  align-items: center;
}
.slider-controls .slick-prev {
  margin-left: auto;
  margin-right: 10px;
}

.slides .slick-prev,
.slides .slick-next,
.slick-prev,
.slick-next {
  text-decoration: none;
  font-size: 18px;
  background: #FFF;
  color: #0061A1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-out 0s;
}
.slides .slick-prev:hover,
.slides .slick-next:hover,
.slick-prev:hover,
.slick-next:hover {
  background: #0061A1;
  color: #FFF;
}

.slick-prev i {
  padding-left: 10px;
}

.slick-next i {
  padding-left: 10px;
}

/* ## Main
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
}
.wrap {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}
.wrap.full-width {
  width: 100%;
  max-width: 1920px;
}

.inner-wrap {
  max-width: 1020px;
}

.text-wrap {
  max-width: 860px;
}

.watermark-wrap {
  margin: 0 auto;
  max-width: 1860px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .home .logo-alt {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .home #main-header {
    background: rgba(37, 35, 41, 0.7019607843);
    transition: all 0.2s ease-out 0s;
  }
  .home #main-header #nav-bar .logo {
    visibility: collapse;
  }
  .home #main-header #nav-bar .menu li a.top-level,
  .home #main-header #nav-bar .top-nav-wrap .menu li a {
    color: #FFF;
  }
  .home #main-header #nav-bar #show-top-languages {
    color: #FFF;
  }
  .home #main-header #nav-bar #show-top-languages:after {
    color: #FFF;
  }
  .home #main-header #nav-bar .lang-select-container .menu li a {
    color: #000;
  }
  .home.scrolled #main-header {
    background: #fff;
  }
  .home.scrolled #main-header #nav-bar .logo {
    visibility: visible;
  }
  .home.scrolled #main-header #nav-bar .logo-alt {
    visibility: collapse;
  }
  .home.scrolled #main-header #nav-bar .menu li a.top-level,
  .home.scrolled #main-header #nav-bar .top-nav-wrap .menu li a {
    color: #000;
  }
  .home.scrolled #main-header #nav-bar #show-top-languages {
    color: #000;
  }
  .home.scrolled #main-header #nav-bar #show-top-languages:after {
    color: #000;
  }
}
.home #main {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .home #main {
    margin-top: 56px;
  }
}
.home .page-header {
  position: relative;
  background-color: #0f191d;
}
.home .page-header video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .page-header .bg-img {
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .home .page-header .bg-img {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .home .page-header .button-wrap {
    justify-content: center;
  }
}
.home .page-header .img-wrap {
  display: none;
  max-width: 240px;
  margin: 0 auto;
  padding: 2rem 0;
}
.home .page-header .content {
  position: relative;
  z-index: 2;
  padding-right: 0;
  padding: 14rem 0 9.5rem 0;
}
.home .page-header .content h1, .home .page-header .content p {
  color: #FFF;
}
.home .page-header .content p:last-of-type {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .home .page-header .content {
    text-align: center;
    padding: 2rem 0 1.75rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .home .page-header {
    background: rgb(0, 95, 154);
    background: radial-gradient(circle, rgb(0, 95, 154) 0%, rgb(0, 68, 116) 100%);
  }
  .home .page-header .content {
    padding-top: 0;
  }
  .home .page-header .img-wrap {
    display: block;
  }
  .home .page-header video {
    display: none;
  }
}

#search-form {
  display: block;
  position: relative;
}
#search-form input {
  height: 100%;
}
#search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  width: auto;
  border: 0;
}
#search-form button i {
  padding: 0 0.5rem;
}
#search-form button:before {
  display: none;
}

.page-template-page-contact .page-header {
  padding-bottom: 2.75rem;
}
.page-template-page-contact .page-header h1 {
  font-size: 2.125rem;
}

.contact-details {
  position: relative;
  overflow: hidden;
}
.contact-details:before {
  content: "";
  position: absolute;
  background: #D9E7F1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .contact-details:before {
    display: none;
  }
}
.contact-details .wrap > .col-2-container {
  gap: 0;
}
.contact-details .wrap > .col-2-container .first-block {
  padding-right: 50px;
}
.contact-details .wrap > .col-2-container .second-block {
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .contact-details .wrap > .col-2-container .second-block {
    padding: 3rem 0;
  }
  .contact-details .wrap > .col-2-container .second-block h2 {
    position: relative;
  }
  .contact-details .wrap > .col-2-container .second-block:before {
    content: "";
    background: #D9E7F1;
    position: absolute;
    height: 100%;
    right: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-details .wrap > .col-2-container {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .contact-details .wrap > .col-2-container .first-block,
  .contact-details .wrap > .col-2-container .second-block {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-details .wrap > .col-2-container .content {
    order: 2;
  }
}
.contact-details .gform_wrapper .button {
  width: 100%;
  background: #09B197;
}
.contact-details .gform_wrapper .button:hover, .contact-details .gform_wrapper .button:focus {
  background: #EC6907;
}
@media only screen and (max-width: 1023px) {
  .contact-details {
    padding-top: 0;
  }
}

.local-contact-form .select-wrap {
  max-width: 360px;
}
@media only screen and (max-width: 640px) {
  .local-contact-form .select-wrap {
    max-width: 300px;
  }
}

.location-picker {
  display: flex;
  align-items: center;
}
.location-picker label {
  font-size: 1.25rem;
  padding: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 1023px) {
  .location-picker label {
    font-size: 1.3rem;
  }
}
.location-picker select {
  background: transparent;
  font-size: 1.25rem;
  border: 0;
  color: #0061A1;
  padding: 0 3rem 0 0;
  text-decoration: underline;
  font-weight: 700;
  border-radius: 0;
}
.location-picker .select-wrap:before {
  top: 17px;
  color: #0061A1;
  font-size: 1.1rem;
  right: 28px;
}
@media only screen and (max-width: 1023px) {
  .location-picker {
    flex-direction: column;
    align-items: flex-start;
  }
}

.interactive-map .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .interactive-map .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.interactive-map .section-header h2 {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .interactive-map .section-header h2 {
    padding-bottom: 0.5rem;
  }
}
.interactive-map .section-header .legend {
  display: flex;
  align-items: center;
}
.interactive-map .section-header .legend p {
  padding: 0;
  color: #FFF;
}
.interactive-map .section-header .legend .dot {
  height: 11px;
  width: 11px;
  display: inline-block;
  border-radius: 50%;
}
.interactive-map .map-container {
  padding-top: 3rem;
}
@media only screen and (max-width: 1023px) {
  .interactive-map .map-container {
    padding-top: 1rem;
  }
}
.interactive-map .wrap-4-3 {
  padding: 0 0 43.67% 0;
}

#location-container,
#local-contact-container {
  padding-top: 2rem;
  min-height: 412px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  #location-container,
  #local-contact-container {
    min-height: unset;
  }
}

@media only screen and (max-width: 1023px) {
  #local-contact-container {
    min-height: 396px;
  }
}

.local-contact,
.location-content {
  margin-right: auto;
}

.local-contact {
  margin-bottom: 2rem;
}

.select2-results__options li:before {
  display: none;
}

.select2.select2-container--default {
  padding: 10px 20px;
  font: 400 15px/1.5 "Noto Sans", sans-serif, sans-serif;
  color: #000;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  background: #fff;
}
.select2.select2-container--default .select2-selection {
  border: 0;
}
.select2.select2-container--default .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border-color: #e1e1e1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0061A1;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.page-header {
  position: relative;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .page-header {
    padding-top: 0;
  }
  .page-header .button-wrap p {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 480px) {
  .page-header .button-wrap p {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .content {
    padding-bottom: 0;
  }
  .page-header .content p:last-child {
    padding-bottom: 0;
  }
  .page-header.lightblue-bg .content, .page-header.darkblue-bg .content, .page-header.bluegradient-bg .content {
    padding-bottom: 2.25rem;
  }
}
.page-header.fixed-height-header {
  height: 460px;
}
@media only screen and (max-width: 1280px) {
  .page-header.fixed-height-header {
    height: unset;
  }
}
.page-header h2 {
  margin-top: -10px;
  font-weight: 400;
}
.page-header .bg-img {
  left: unset;
  right: 0;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .page-header .bg-img {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .bg-img-wrap {
    position: relative;
  }
  .page-header .bg-img-wrap .overlay:before {
    display: block;
    content: "";
    position: absolute;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    background: linear-gradient(180deg, rgba(41, 35, 35, 0), #FFF);
    z-index: 3;
  }
}
.page-header .content {
  padding-top: 1rem;
  padding-bottom: 3.25rem;
}
@media only screen and (max-width: 1023px) {
  .page-header .content {
    padding-right: 0;
    padding-top: 0.35rem;
  }
}
.page-header .card {
  z-index: 10;
}
.page-header .col-lg-12 .content {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1rem;
}
.page-header.bluegradient-bg #breadcrumbs p,
.page-header.bluegradient-bg #breadcrumbs a {
  color: #FFF;
}
.page-header.darkblue-bg #breadcrumbs p,
.page-header.darkblue-bg #breadcrumbs a {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .page-header.darkblue-bg .overlay:before {
    background: #0061A1;
    background: linear-gradient(180deg, rgba(41, 35, 35, 0), #0061A1);
  }
}
@media only screen and (max-width: 1023px) {
  .page-header.lightblue-bg .overlay:before {
    background: #D9E7F1;
    background: linear-gradient(180deg, rgba(41, 35, 35, 0), #D9E7F1);
  }
}
.page-header.right #breadcrumbs p,
.page-header.right #breadcrumbs a {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .page-header.right #breadcrumbs p,
  .page-header.right #breadcrumbs a {
    color: #000;
  }
}
.page-header.right .content {
  padding-right: 0;
  padding-left: 3rem;
}
@media only screen and (max-width: 1023px) {
  .page-header.right .content {
    padding-left: 0;
  }
}
.page-header.right .col-lg-6 {
  margin-left: 50%;
}
@media only screen and (max-width: 1023px) {
  .page-header.right .col-lg-6 {
    margin-left: 0;
  }
}
.page-header.right .bg-img {
  left: 0;
  right: unset;
}
.page-header.has-form.lightblue-bg .content, .page-header.has-form.darkblue-bg .content, .page-header.has-form.bluegradient-bg .content {
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .page-header.has-form.lightblue-bg .content, .page-header.has-form.darkblue-bg .content, .page-header.has-form.bluegradient-bg .content {
    padding-bottom: 0;
  }
}
.page-header.has-form .card {
  margin-bottom: -291px;
}
@media only screen and (max-width: 1023px) {
  .page-header.has-form .card {
    margin-bottom: -100px;
    margin-top: 60px;
  }
}
.page-header.has-form .form-profile {
  position: relative;
  padding-right: 195px;
}
.page-header.has-form .form-profile h2 {
  padding-bottom: 0.5rem;
  font-weight: 400;
  color: #000;
}
.page-header.has-form .form-profile p {
  color: #000;
}
.page-header.has-form .form-profile .feat-img {
  position: absolute;
  height: 172px;
  width: 172px;
  right: 0;
  top: -60px;
  border-radius: 50%;
  padding: 3rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
@media only screen and (max-width: 1023px) {
  .page-header.has-form .form-profile .feat-img {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header.has-form .form-profile {
    padding-right: 0;
    padding-top: 65px;
  }
}
.page-header.img-full-width {
  padding-bottom: 400px;
}
.page-header.img-full-width .bg-img {
  left: 0;
  width: 100%;
}
.page-header.img-full-width #breadcrumbs p,
.page-header.img-full-width #breadcrumbs a {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .page-header.img-full-width {
    padding-bottom: 0;
  }
  .page-header.img-full-width #breadcrumbs p,
  .page-header.img-full-width #breadcrumbs a {
    color: #000;
  }
}

.extra-info-header {
  color: #000;
}
.extra-info-header .content {
  padding-right: 3rem;
}
@media only screen and (max-width: 1023px) {
  .extra-info-header .content {
    padding-right: 0;
  }
  .extra-info-header .content p:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .extra-info-header {
    margin-top: 105px;
  }
}

.text-text .content p:last-child {
  padding-bottom: 0;
}
.text-text.has-line .first-block {
  padding-left: 95px;
}
.text-text.has-line .first-block:before {
  content: "";
  width: 75px;
  height: 1px;
  background: #000;
  display: block;
  top: 16px;
  left: -95px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .text-text.has-line .first-block {
    padding-left: 0;
  }
  .text-text.has-line .first-block:before {
    display: none;
  }
}
.text-text.orange h2 {
  color: #EC6907;
}
.text-text.orange .first-block:before {
  background: #EC6907;
}

@media only screen and (max-width: 1023px) {
  .cta-block {
    margin-top: 4.5rem;
  }
}
.cta-block .card {
  max-width: 824px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 1023px) {
  .cta-block .card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
}
.cta-block .feat-img {
  width: 172px;
  height: 172px;
  margin: 0 auto;
}
.cta-block .feat-img img {
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .cta-block .feat-img {
    margin-top: -50px;
  }
}
.cta-block.has-line .first-block {
  padding-left: 125px;
}
@media only screen and (max-width: 1023px) {
  .cta-block.has-line .first-block {
    padding-left: 0;
  }
}
.cta-block.has-line .content:before {
  content: "";
  width: 75px;
  height: 1px;
  background: #FFF;
  display: block;
  top: 16px;
  left: -95px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cta-block.has-line {
    padding-left: 0;
  }
  .cta-block.has-line:before {
    display: none;
  }
}
.cta-block.orange .first-block .content:before {
  background: #EC6907;
}

.highlight-row .title {
  text-transform: uppercase;
  color: #0061A1;
  font-size: 14px;
  padding-bottom: 0;
  font-weight: 500;
}
.highlight-row .title i {
  margin-right: 5px;
}
.highlight-row .highlight-container {
  padding: 1rem;
  border: 1px dashed #0061A1;
}
.highlight-row .content p:last-child {
  padding-bottom: 0;
}
.highlight-row.has-bg .highlight-container {
  border: 0;
}
@media only screen and (max-width: 1023px) {
  .highlight-row .content {
    padding-top: 1.5rem;
  }
}

.img-text .row,
.text-img .row {
  z-index: 5;
  position: relative;
}
.img-text .wrap,
.text-img .wrap {
  position: relative;
}
.img-text .ptb-large,
.text-img .ptb-large {
  padding: 3.5rem 0;
}
@media only screen and (max-width: 640px) {
  .img-text .ptb-large,
  .text-img .ptb-large {
    padding: 0;
  }
}
.img-text .bg-img,
.text-img .bg-img {
  right: unset;
  width: 50%;
  left: 1rem;
}
@media only screen and (max-width: 640px) {
  .img-text .bg-img,
  .text-img .bg-img {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.img-text.content-box p:last-child,
.text-img.content-box p:last-child {
  padding-bottom: 0;
}
.img-text.content-box .content,
.text-img.content-box .content {
  padding: 2rem;
}
@media only screen and (max-width: 640px) {
  .img-text.content-box .content,
  .text-img.content-box .content {
    padding: 1.25rem;
  }
}

.text-img .bg-img {
  right: 1rem;
  left: unset;
}
.text-img.has-line .content {
  padding-left: 95px;
}
.text-img.has-line .content:before {
  content: "";
  width: 75px;
  height: 1px;
  background: #FFF;
  display: block;
  top: 16px;
  left: -95px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .text-img.has-line .content {
    padding-left: 0;
  }
  .text-img.has-line .content:before {
    display: none;
  }
}
.text-img.has-slider .col-2-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 640px) {
  .text-img.has-slider .col-2-container {
    grid-template-columns: minmax(0, 1fr);
  }
}
.text-img.has-slider .white-text i {
  color: #0061A1;
}
.text-img.has-slider .white-text .slick-next:hover i,
.text-img.has-slider .white-text .slick-prev:hover i {
  color: #FFF;
}
.text-img.has-slider .slide {
  padding: 60px;
}
@media only screen and (max-width: 640px) {
  .text-img.has-slider .slide {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  .text-img.has-slider {
    padding-top: 3.5rem;
  }
}
.text-img.orange h2 {
  color: #EC6907;
}
.text-img.orange .content:before {
  background: #EC6907;
}

.newsletter .content {
  background: #D9E7F1;
  padding: 2rem;
}
@media only screen and (max-width: 640px) {
  .newsletter .content {
    padding: 1.25rem;
  }
}
.newsletter .content .button {
  background: #09B197;
}
.newsletter .content .button:hover {
  background: #0061A1;
}
.newsletter img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 41.66666667% !important;
  left: 0 !important;
}
@media only screen and (max-width: 640px) {
  .newsletter img {
    width: 100% !important;
  }
}

.cta-blocks .block-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .cta-blocks .block-container {
    grid-template-columns: 1fr;
  }
}
.cta-blocks.align-center {
  text-align: center;
}
.cta-blocks .section-title {
  padding-bottom: 2rem;
}

.cta-block-multiple {
  border-radius: 5px;
  background: #FFF;
  padding: 25px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .cta-block-multiple {
    padding: 1.25rem;
  }
}
.cta-block-multiple p:last-child {
  padding-bottom: 0;
  margin-top: auto;
}
.cta-block-multiple p.responsive-iframe-wrapper {
  padding: 0 0 56.25% 0;
  /* 16:9 */
}
.cta-block-multiple h2,
.cta-block-multiple h3,
.cta-block-multiple h4 {
  font-weight: 400;
  font-size: 1.25rem;
}

.video {
  position: relative;
}
.video.content-row {
  padding: 4.5rem 0 5rem 0;
}
@media only screen and (max-width: 1023px) {
  .video.content-row {
    padding: 2.25rem 0 2.25rem 0;
  }
}
.video .content {
  padding-bottom: 1rem;
}
.video.watermark {
  padding-bottom: 7rem;
}
@media only screen and (max-width: 1023px) {
  .video.watermark {
    padding-bottom: 4rem;
  }
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(0, 97, 161, 0.7490196078);
  display: block;
  border-radius: 50%;
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button i {
  position: relative;
  font-size: 1rem;
  color: #fff;
  border: 6px solid #FFF;
  padding: 10px;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.timeline {
  position: relative;
  padding-bottom: 7rem;
}
@media only screen and (max-width: 1023px) {
  .timeline {
    padding-bottom: 4rem;
  }
}
.timeline:before {
  content: "";
  background: #D9E7F1;
  width: calc(25% + 10px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.timeline .watermark-wrap {
  z-index: 2;
}
.timeline .wrap {
  z-index: 2;
}
.timeline h2 {
  z-index: 5;
  position: relative;
}
.timeline .slick-list {
  overflow: visible;
  padding: 0 22% 0 10% !important;
}
@media only screen and (max-width: 1023px) {
  .timeline .slick-list {
    overflow: hidden;
    padding: 0 !important;
  }
}
.timeline .timeline-navigation {
  position: relative;
  z-index: 5;
  margin: 1rem 0 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .timeline .timeline-navigation {
    margin-bottom: 1.4rem;
  }
}
.timeline .slider-controls .slick-prev {
  margin-left: unset;
}
.timeline .slick-slide > div {
  padding: 0 10px;
}
.timeline .timeline-card {
  padding: 1rem;
}
.timeline .timeline-card h3 {
  font-size: 1.35rem;
  margin-top: 0.75rem;
}
.timeline .year-slider {
  margin-bottom: 16px;
}
.timeline .year-slider .slick-slide {
  text-align: center;
}
.timeline .year-slider .slick-slide div {
  padding: 0;
}
.timeline .year-slider .slick-slide .dots {
  margin: 16px 0;
  text-align: center;
  height: 2px;
  background: repeating-linear-gradient(to right, #0061A1 0, #0061A1 5px, transparent 5px, transparent 7px);
}
.timeline .year-slider .slick-slide .dots .radio {
  display: inline-block;
  position: relative;
  top: -8px;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #000;
  border-radius: 16px;
}
.timeline .year-slider .slick-slide.slick-current .dots .radio {
  background-color: #0061A1;
  border-color: #0061A1;
}

@media only screen and (max-width: 750px) {
  .our-customers.spacing-row {
    margin: 50px 0;
  }
}
.our-customers .col {
  padding: 1rem 3rem;
}
@media only screen and (max-width: 1023px) {
  .our-customers .col {
    padding: 1rem 2rem;
  }
}
.our-customers .col a {
  position: relative;
  display: block;
}
.our-customers .col img {
  margin: 0 auto;
  align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.request-quote-block .form-profile {
  display: grid;
  grid-template-areas: "avatar info";
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.75rem;
}
.request-quote-block .form-profile .feat-img {
  padding: 3rem;
  background-color: #FFF;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .request-quote-block .form-profile .feat-img {
    padding: 2rem;
  }
}
.request-quote-block .form-profile h2 {
  padding-bottom: 0.5rem;
  font-weight: 400;
}
.request-quote-block .form-profile p {
  padding: 0;
}
.request-quote-block .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1023px) {
  .request-quote-block .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
  }
}
.request-quote-block .gform_footer {
  text-align: right;
}

.product-slider-row,
.application-slider-row,
.employee-slider-row {
  overflow: hidden;
  position: relative;
}
.product-slider-row.no-margin-bottom,
.application-slider-row.no-margin-bottom,
.employee-slider-row.no-margin-bottom {
  margin-bottom: -4rem;
}
@media only screen and (max-width: 1023px) {
  .product-slider-row.no-margin-bottom,
  .application-slider-row.no-margin-bottom,
  .employee-slider-row.no-margin-bottom {
    margin-bottom: -2.75rem;
  }
}
.product-slider-row .slider-container,
.application-slider-row .slider-container,
.employee-slider-row .slider-container {
  position: relative;
}
.product-slider-row .inner-slider,
.application-slider-row .inner-slider,
.employee-slider-row .inner-slider {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .product-slider-row .inner-slider,
  .application-slider-row .inner-slider,
  .employee-slider-row .inner-slider {
    flex-direction: column;
  }
  .product-slider-row .inner-slider .slider-info,
  .application-slider-row .inner-slider .slider-info,
  .employee-slider-row .inner-slider .slider-info {
    width: 100%;
  }
}
.product-slider-row .inner-slider .slider-info,
.application-slider-row .inner-slider .slider-info,
.employee-slider-row .inner-slider .slider-info {
  width: 380px;
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-slider-row .inner-slider .slider-info:before,
.application-slider-row .inner-slider .slider-info:before,
.employee-slider-row .inner-slider .slider-info:before {
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  background: #FFF;
  content: "";
  height: 100%;
  width: calc(100% + 50vw - 740px);
  z-index: -1;
}
@media only screen and (max-width: 1580px) {
  .product-slider-row .inner-slider .slider-info:before,
  .application-slider-row .inner-slider .slider-info:before,
  .employee-slider-row .inner-slider .slider-info:before {
    left: -40px;
    width: calc(100% + 80px);
  }
}
@media only screen and (max-width: 1023px) {
  .product-slider-row .inner-slider .slider-info:before,
  .application-slider-row .inner-slider .slider-info:before,
  .employee-slider-row .inner-slider .slider-info:before {
    display: none;
  }
}
.product-slider-row .inner-slider .application-slider,
.product-slider-row .inner-slider .employee-slider,
.product-slider-row .inner-slider .product-slider,
.application-slider-row .inner-slider .application-slider,
.application-slider-row .inner-slider .employee-slider,
.application-slider-row .inner-slider .product-slider,
.employee-slider-row .inner-slider .application-slider,
.employee-slider-row .inner-slider .employee-slider,
.employee-slider-row .inner-slider .product-slider {
  width: calc(100% - 380px);
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .product-slider-row .inner-slider .application-slider,
  .product-slider-row .inner-slider .employee-slider,
  .product-slider-row .inner-slider .product-slider,
  .application-slider-row .inner-slider .application-slider,
  .application-slider-row .inner-slider .employee-slider,
  .application-slider-row .inner-slider .product-slider,
  .employee-slider-row .inner-slider .application-slider,
  .employee-slider-row .inner-slider .employee-slider,
  .employee-slider-row .inner-slider .product-slider {
    width: 100%;
    padding-left: 0;
  }
}
.product-slider-row .slick-list,
.application-slider-row .slick-list,
.employee-slider-row .slick-list {
  overflow: visible;
  padding: 0 5% 0 0 !important;
}
@media only screen and (max-width: 1023px) {
  .product-slider-row .slick-list,
  .application-slider-row .slick-list,
  .employee-slider-row .slick-list {
    overflow: hidden;
    padding: 0 !important;
  }
}
.product-slider-row.lightblue-bg .slider-info:before,
.application-slider-row.lightblue-bg .slider-info:before,
.employee-slider-row.lightblue-bg .slider-info:before {
  background: #D9E7F1;
}
.product-slider-row.darkblue-bg .slider-info:before,
.application-slider-row.darkblue-bg .slider-info:before,
.employee-slider-row.darkblue-bg .slider-info:before {
  background: #0061A1;
}
.product-slider-row.bluegradient-bg .slider-info:before,
.application-slider-row.bluegradient-bg .slider-info:before,
.employee-slider-row.bluegradient-bg .slider-info:before {
  background: rgb(0, 95, 154);
  background: radial-gradient(circle, rgb(0, 95, 154) 0%, rgb(0, 68, 116) 100%);
}
.product-slider-row .slick-slide > div,
.application-slider-row .slick-slide > div,
.employee-slider-row .slick-slide > div {
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .product-slider-row .slick-slide > div,
  .application-slider-row .slick-slide > div,
  .employee-slider-row .slick-slide > div {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .product-slider-row .slider-controls,
  .application-slider-row .slider-controls,
  .employee-slider-row .slider-controls {
    margin-bottom: 2rem;
  }
  .product-slider-row .slider-controls .button,
  .application-slider-row .slider-controls .button,
  .employee-slider-row .slider-controls .button {
    width: auto;
  }
}

.product-slider-row .slider-block .title,
.application-slider-row .slider-block .title {
  padding-top: 2px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 0;
}

.product-slider-row .slider-block .wrap-square {
  background: #D9E7F1;
}

.employee-slider-row .inner-slider .slider-info:before {
  background-color: #D9E7F1;
}
.employee-slider-row .employee-summary p {
  padding-bottom: 0;
}
.employee-slider-row .slider-controls .slick-prev {
  margin-left: unset;
}
@media only screen and (max-width: 1023px) {
  .employee-slider-row .slider-controls {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  .custom-slider-row.content-row {
    padding-top: 4rem;
  }
}
.custom-slider-row .watermark-wrap {
  top: -8px;
  bottom: unset;
}
@media only screen and (max-width: 1023px) {
  .custom-slider-row .watermark-wrap {
    top: -3px;
  }
}
.custom-slider-row .slick-slide > div:first-child {
  height: 100%;
}
.custom-slider-row .slick-slide > div:first-child .slide {
  height: 100%;
}
.custom-slider-row .slick-slide > div:first-child .slide > div {
  height: 100%;
}
.custom-slider-row .slick-slide > div:first-child .slide > div .col-2-container {
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .custom-slider-row .slick-slide > div:first-child .slide > div .col-2-container {
    height: auto;
  }
}
.custom-slider-row .card .content {
  padding: 0 2rem;
}
@media only screen and (max-width: 1023px) {
  .custom-slider-row .card .content {
    padding: 0 0.5rem;
  }
}
.custom-slider-row .slick-prev {
  position: absolute;
  top: 50%;
  left: -22px;
  z-index: 5;
  transform: translateY(-100%);
}
.custom-slider-row .slick-next {
  position: absolute;
  top: 50%;
  right: -22px;
  z-index: 5;
  transform: translateY(-100%);
}
.custom-slider-row .slick-list {
  padding-bottom: 6px;
}
.custom-slider-row .slick-slide {
  padding: 0 5px;
}
.custom-slider-row .slick-dots {
  margin-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .custom-slider-row .slick-next,
  .custom-slider-row .slick-prev {
    display: none !important;
  }
  .custom-slider-row .col-2-container .img {
    order: 1;
  }
  .custom-slider-row .col-2-container .content {
    position: unset;
  }
}

.latest-news {
  overflow: hidden;
  position: relative;
}
.latest-news h2 {
  padding-bottom: 3rem;
}
.latest-news .slick-slide > div:first-child {
  height: 100%;
}
.latest-news .slick-slide > div:first-child .slide {
  height: 100%;
}
.latest-news .slick-slide > div:first-child .slide > article {
  height: 100%;
}
.latest-news .slick-list {
  overflow: visible;
  padding: 0 25% 0 25% !important;
}
@media only screen and (max-width: 1023px) {
  .latest-news .slick-list {
    overflow: hidden;
    padding: 0 !important;
  }
}
.latest-news .slick-slide > div {
  padding: 0 5%;
}
@media only screen and (max-width: 1023px) {
  .latest-news .slick-slide > div {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .latest-news .latest-news-slider {
    padding: 0 1rem;
    margin: 0 auto;
  }
}
.latest-news .latest-news-slider .slick-prev,
.latest-news .latest-news-slider .slick-next {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 5;
  left: -15px;
}
.latest-news .latest-news-slider .slick-next {
  right: -15px;
  left: unset;
}
.latest-news .latest-news-slider .slick-current .slick-prev,
.latest-news .latest-news-slider .slick-current .slick-next {
  display: block !important;
}
@media only screen and (max-width: 1023px) {
  .latest-news .latest-news-slider .slick-current .slick-prev,
  .latest-news .latest-news-slider .slick-current .slick-next {
    display: none !important;
  }
}

.contact-row .gform_wrapper .button,
.page-header .gform_wrapper .button {
  background: #09B197;
  width: 100%;
}
.contact-row .gform_wrapper .button:hover,
.page-header .gform_wrapper .button:hover {
  background: #EC6907;
}

.contact-row .content p {
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .contact-row .pt-big {
    padding-top: 0;
  }
}

.download-row .download-container {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .download-row .download-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .download-row .download-container {
    grid-template-columns: 1fr;
  }
}

.col-span-2 {
  grid-column: span 2;
}

.product-finder .filter-notice {
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: auto;
}
@media only screen and (max-width: 480px) {
  .product-finder .filter-notice {
    text-align: center;
    padding-top: 1rem;
    margin-left: unset;
    display: block;
    width: 100%;
  }
}
.product-finder__filter {
  position: relative;
}
.product-finder__overlay {
  display: none;
  background: #FFF;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.product-finder__filter-item {
  position: relative;
  /* Firefox */
}
.product-finder__filter-item input::-webkit-outer-spin-button,
.product-finder__filter-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-finder__filter-item input[type=number] {
  -moz-appearance: textfield;
}
.product-finder__filter-item label {
  padding-bottom: 0.25rem;
  font-weight: 600;
}
.product-finder__filter-item .ui-slider {
  margin-top: 0.5rem;
}
.product-finder__filter-item .ui-slider-label {
  position: relative;
  top: 0.5rem !important;
  font-size: 0.75rem;
  color: #FFF;
  background: #0061A1;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
}
.product-finder__filter-item .ui-slider-label:empty {
  display: none;
}
.product-finder__load-img {
  display: none;
  padding-top: 3rem;
}
.product-finder__no-items-found {
  grid-column: span 3;
  padding-left: 1rem;
}
.product-finder .slider-range-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  margin-top: 1rem;
}
.product-finder .slider-range-group input {
  padding: 0.25rem 1.25rem;
  font-size: 0.875rem;
}
.product-finder__form {
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 1rem 1rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
}
.product-finder__form .reset-filter {
  display: none;
}
.product-finder__form select {
  border-radius: 5px;
}
.product-finder__select-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  .product-finder__select-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-finder__slider-container {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
@media only screen and (max-width: 1280px) {
  .product-finder__slider-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .product-finder__slider-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .product-finder__slider-container {
    grid-template-columns: 1fr;
  }
}
.product-finder__slider-container:empty {
  display: none;
}
.product-finder__radio-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-finder__radio-container:empty {
  display: none;
}
.product-finder__radio-container label {
  margin-right: 2rem;
  padding-bottom: 0;
}
.product-finder__radio-container input[type=checkbox] + span {
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .product-finder__radio-container label {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

.product-grid #applications-container {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .product-grid #applications-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .product-grid #applications-container {
    grid-template-columns: 1fr;
  }
}

.content-block.with-bg .wrap {
  padding: 2rem;
}
.content-block .content p:last-child {
  padding-bottom: 0;
}

/* ## Footer
--------------------------------------------- */
#footer-nav {
  padding: 4rem 0 0 0;
}
@media only screen and (max-width: 1023px) {
  #footer-nav {
    padding: 3rem 0 0 0;
  }
}
#footer-nav .wrap {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1.25fr 0.75fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 1280px) {
  #footer-nav .wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #footer-nav .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  #footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}
#footer-nav .footer-first-block p:last-child {
  padding-bottom: 0;
}
#footer-nav .footer-first-block a:hover {
  font-weight: 400;
  text-decoration: underline;
}
#footer-nav .footer-first-block a:before {
  display: none;
}
#footer-nav ul {
  padding: 0;
}
#footer-nav ul li {
  padding: 0;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}
#footer-nav ul li:before {
  display: none;
}
#footer-nav ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  #footer-nav ul li {
    font-size: 0.95rem;
  }
  #footer-nav ul li a {
    padding: 0.25rem 0;
  }
}
#footer-nav h2 {
  font-size: 1rem;
  color: #FFF;
}
#footer-nav p {
  color: #FFF;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1023px) {
  #footer-nav p {
    font-size: 0.925rem;
  }
}
#footer-nav a {
  text-decoration: none;
  color: #FFF;
}
#footer-nav a:before {
  border-radius: 0;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  color: #FFF;
  font-size: 13px;
  display: inline-block;
  margin-right: 6px;
  transition: all 0.2s ease-out 0s;
}
#footer-nav a:hover {
  color: #FFF;
  font-weight: 600;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
#footer-nav a:hover:before {
  margin-right: 4px;
  padding-left: 6px;
}

#footer-bar {
  padding: 3rem 0 2rem 0;
}
#footer-bar .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #footer-bar .wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #footer-bar .wrap .first-block {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  #footer-bar .wrap .second-block {
    text-align: center;
  }
}
#footer-bar .first-block,
#footer-bar .second-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer-bar .first-block p,
#footer-bar .second-block p {
  padding: 0;
  font-weight: 700;
  color: white;
  margin-right: 1rem;
}
@media only screen and (max-width: 1023px) {
  #footer-bar .first-block p,
  #footer-bar .second-block p {
    padding-bottom: 0.25rem;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#footer-bar .certificate-link {
  padding: 0;
  font-weight: 700;
  color: white;
  margin-right: 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  #footer-bar .certificate-link {
    margin-top: 0.5rem;
    padding-bottom: 0.25rem;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#footer-bar .pill-container {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  #footer-bar .pill-container {
    margin-inline: auto;
    margin-top: 0.4rem;
  }
}
@media only screen and (max-width: 480px) {
  #footer-bar .pill-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
#footer-bar .pill {
  background: #FFF;
  border-radius: 25px;
  padding: 0 1rem;
  width: 100px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-bar .pill:last-child {
  margin-right: 0;
}
#footer-bar .pill img {
  max-height: 24px;
}
#footer-bar .sm-icons li {
  margin-right: 1rem;
}
#footer-bar .sm-icons li a {
  background: #FFF;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0061A1;
  font-size: 1.25rem;
  transition: all 0.2s ease-out 0s;
}
#footer-bar .sm-icons li a:hover {
  background: #D9E7F1;
}
#footer-bar .sm-icons li img {
  border-radius: 50%;
  overflow: hidden;
}

#copyright {
  padding-bottom: 10px;
}
#copyright .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #copyright .wrap {
    flex-direction: column;
  }
  #copyright .wrap a {
    font-size: 0.925rem;
    padding: 0.25rem 0;
    display: block;
  }
  #copyright .wrap p.smaller {
    padding-top: 1rem;
    font-size: 0.925rem;
  }
}
@media only screen and (max-width: 1023px) {
  #copyright .wrap {
    flex-wrap: wrap;
  }
  #copyright .wrap .footer-nav-wrap {
    order: -1;
    width: 100%;
  }
  #copyright .wrap .footer-nav-wrap .menu {
    justify-content: center;
  }
}
#copyright p {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 0.7rem;
}
#copyright a {
  color: #FFF;
  text-decoration: none;
  font-size: 0.7rem;
}
#copyright a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #copyright {
    text-align: center;
  }
}

.footer-nav-wrap {
  position: relative;
}
.footer-nav-wrap .menu {
  display: flex;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-nav-wrap .menu li {
  padding: 0;
  margin: 0;
}
.footer-nav-wrap .menu li:before {
  display: none;
}
.footer-nav-wrap .menu li:after {
  display: inline-block;
  padding: 0 10px;
  content: "|";
  color: #FFF;
}
.footer-nav-wrap .menu li:last-child:after {
  display: none;
}
.footer-nav-wrap .menu li a {
  text-decoration: none;
  color: #000;
}
.footer-nav-wrap .menu li a:hover {
  text-decoration: underline;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .footer-nav-wrap .menu {
    display: block;
  }
  .footer-nav-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-nav-wrap .menu li:after {
    display: none;
  }
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
}

p,
label,
address,
td,
th,
li {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000;
  margin: 0;
  padding: 0 0 1.5rem 0;
}

figure {
  margin: 0;
}

.smaller,
small {
  font-size: 0.875em;
}

.bigger {
  font-size: 1.25em;
}

.with-icon {
  padding-left: 25px;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

ul,
ol {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
ul li:before,
ol li:before {
  position: absolute;
  left: 0;
}
ul.no-list-style li,
ol.no-list-style li {
  padding: 0;
}
ul.no-list-style li:before,
ol.no-list-style li:before {
  display: none;
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.green-checks,
ol.green-checks {
  padding-bottom: 25px;
}
ul.green-checks li,
ol.green-checks li {
  padding-left: 25px;
  padding-bottom: 5px;
}
ul.green-checks li:before,
ol.green-checks li:before {
  top: 1px;
  border-radius: 0;
  background: none;
  height: auto;
  width: auto;
  color: green;
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
}
ul.with-arrows li,
ol.with-arrows li {
  padding-left: 20px;
}
ul.with-arrows li:before,
ol.with-arrows li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  background: none !important;
  font-weight: 900;
  top: 0;
  border-radius: 0;
}

ul li {
  padding-left: 20px;
}
ul li:before {
  display: block;
  height: 6px;
  width: 6px;
  background: #0061A1;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
}

ol li {
  counter-increment: step-counter;
  padding-left: 34px;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: #0061A1;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before, blockquote p:after {
  display: block;
  position: absolute;
  font-size: 1em;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

.view-webinar {
  color: #0061A1;
  font-weight: 700;
}

table {
  margin: 0 0 30px 0;
  width: 100%;
}

td,
th {
  text-align: left;
  padding: 10px;
}

th {
  font-weight: 700;
}

.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a,
.white-text td,
.white-text th {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

.star-container {
  display: inline-block;
}
.star-container .star {
  display: inline-block;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 600 2.85rem/1.2 "Noto Sans", sans-serif;
  color: #000;
  padding: 0 0 1.25rem 0;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font: 400 1.85rem/1.4 "Noto Sans", sans-serif;
  color: #000;
  padding: 0 0 1.25rem 0;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font: 400 1.65rem/1.25 "Noto Sans", sans-serif;
  color: #000;
  padding: 0 0 0.75rem 0;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font: 700 1rem/2 "Noto Sans", sans-serif;
  padding: 0;
}

.subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #0061A1;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 0;
}

/* ## Blocks
--------------------------------------------- */
.block {
  position: relative;
}

.with-border-radius {
  border-radius: 5px;
}

.with-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.card {
  padding: 2rem;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  position: relative;
}
.card .content p:last-child {
  padding-bottom: 0;
}
.card.with-border {
  border: 1px solid #EBEBEB;
}
.card.no-shadow {
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  .card {
    padding: 1.25rem;
  }
}

.icon-container {
  padding: 0.5rem;
  border: 1px solid #EBEBEB;
  text-align: center;
  width: 68px;
  height: 68px;
  border-radius: 5px;
}
.icon-container img {
  margin: 0 auto;
}

/* ## Forms styling
--------------------------------------------- */
label {
  display: block;
  padding-bottom: 0.5rem;
  position: relative;
}

abbr[title] {
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  font: 400 15px/1.5 "Noto Sans", sans-serif;
  color: #000;
  margin: 0;
  border: 1px solid #E1E1E1;
  border-radius: 50px;
  background: #FFF;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #0061A1;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
  line-height: 1.5;
  font-weight: 600;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  font-family: "Font Awesome 6 Free";
  padding: 0;
  color: #EC6907;
  top: 5px;
  left: 0;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
}

input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before {
  top: 2px;
}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  color: #EC6907;
  font-family: "Font Awesome 6 Free";
  left: 2px;
  top: 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
  top: 5px;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #EC6907;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #E1E1E1;
}

.ginput_container_select,
.ginput_container_multiselect,
.select-wrap,
.woocommerce-ordering {
  display: block;
  position: relative;
}
.ginput_container_select:before,
.ginput_container_multiselect:before,
.select-wrap:before,
.woocommerce-ordering:before {
  font-family: "Font Awesome 6 Free";
  color: #000;
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.2s ease-out 0s;
}

textarea {
  height: 175px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
  border-radius: 20px;
}

fieldset {
  padding: 0;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: #e3394b;
}

.gform_wrapper {
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
}
.gform_wrapper .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .charleft {
  display: none;
}
.gform_wrapper ul {
  margin: 0 -10px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.gform_wrapper ul .ginput_complex:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.gform_wrapper ul li {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 10px 20px 10px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.gform_wrapper ul li:before {
  display: none;
}
.gform_wrapper ul li.hidden_label > label {
  display: none;
}
.gform_wrapper ul li .hidden_sub_label, .gform_wrapper ul li.gfield_visibility_hidden, .gform_wrapper ul li.hidden-field, .gform_wrapper ul li.gform_hidden {
  display: none;
}
.gform_wrapper ul li.col-2-field {
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper ul li.col-2-field {
    flex-basis: 100%;
    max-width: 100%;
    float: none;
  }
}
.gform_wrapper ul li .gf_name_has_2 > span {
  width: 50%;
  display: block;
  float: left;
}
.gform_wrapper ul li .gf_name_has_2 > span:first-child {
  padding-right: 10px;
}
.gform_wrapper ul li .gf_name_has_2 > span:last-child {
  padding-left: 10px;
}
.gform_wrapper ul li .gf_name_has_2:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper ul li .gf_name_has_2 > span {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gform_wrapper ul li .gf_name_has_2 > span:first-child {
    padding-bottom: 20px;
  }
}

.gform_footer {
  padding-top: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .gform_footer button {
    width: 100%;
  }
}

body img.gform_ajax_spinner {
  padding: 40px;
  height: auto !important;
  width: auto !important;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  background: #FFF;
  z-index: 1000;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.gfield_required {
  display: inline-block;
  margin-left: 5px;
}

.ginput_container_fileupload {
  display: block;
  position: relative;
  background: transparent;
  border: 0;
  text-align: center;
  border-radius: 5px;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ginput_container_fileupload .screen-reader-text {
  display: block;
  font-style: italic;
}
.ginput_container_fileupload .gform_drop_instructions {
  display: none;
}
.ginput_container_fileupload .gform_fileupload_rules {
  display: block;
  margin-left: 10px;
}
.ginput_container_fileupload .gform_button_select_files.button {
  background: #D9D9D9;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.ginput_container_fileupload .gform_button_select_files.button:hover, .ginput_container_fileupload .gform_button_select_files.button:focus {
  background: #09B197;
  color: #FFF;
}
.ginput_container_fileupload .validation_message {
  margin: 0;
  margin-top: 1rem;
}
.ginput_container_fileupload .validation_message li {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 0.8rem;
  color: #721c24;
}
.ginput_container_fileupload .validation_message:empty {
  display: none;
}

.ginput_preview {
  padding-top: 1rem;
}
.ginput_preview strong {
  font-size: 0.75rem;
}

.gform_delete_file {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.gform_delete_file .dashicons-trash {
  color: #721c24;
}
.gform_delete_file .screen-reader-text {
  display: none;
}

.inline-form_wrapper form {
  margin: 0 -10px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.inline-form_wrapper form > div {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 10px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: unset;
  max-width: unset;
}
.inline-form_wrapper ul li {
  flex-basis: unset;
  max-width: unset;
}

.gform_required_legend {
  display: none;
}

.validation_message {
  margin-top: 0.5rem;
  border-radius: 50px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: none;
}

.gform_validation_errors {
  margin-bottom: 20px;
}
.gform_validation_errors p {
  border-radius: 5px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 0.5rem 0.5rem 0.5rem 1rem !important;
}

.gform_confirmation_message {
  border-radius: 5px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 1rem;
}

.gform_hidden {
  display: none;
}

.gform_fields {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gform_wrapper .gfield {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.gform_wrapper .gfield.hidden_label label {
  display: none;
}

.gform_wrapper .gfield--width-half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--width-half {
    width: 100%;
    display: block;
  }
}

.hbspt-form form {
  display: grid;
  grid-template-columns: 100%;
}
.hbspt-form form fieldset:last-of-type {
  margin-bottom: 0 !important;
}
.hbspt-form .hs-richtext p {
  padding-bottom: 16px;
}
.hbspt-form ul {
  padding-bottom: 10px;
}
.hbspt-form ul li {
  padding-left: 0;
}
.hbspt-form ul li span {
  margin-left: 0 !important;
}
.hbspt-form ul li label {
  padding-bottom: 0;
}
.hbspt-form ul li:before {
  display: none;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form .input {
  margin-right: 0 !important;
}
.hbspt-form .input .hs-input {
  width: 100% !important;
}
.hbspt-form .form-columns-1 {
  margin-bottom: 0.5rem;
}
.hbspt-form .form-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.hbspt-form .form-columns-2 .hs-form-field {
  float: unset !important;
  width: 100% !important;
}
@media only screen and (max-width: 1023px) {
  .hbspt-form .form-columns-2 {
    grid-template-columns: 1fr;
  }
}
.hbspt-form .hs-error-msgs {
  padding-bottom: 0;
}
.hbspt-form .hs-error-msgs li {
  margin-top: 0.5rem;
  border-radius: 25px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.hbspt-form .hs-error-msgs li label {
  font-size: 0.75rem;
  padding-bottom: 0;
  display: block;
}
.hbspt-form .hs-error-msgs li:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.black-bg {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.white-bg {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.lightblue-bg {
  background: #D9E7F1;
}

.darkblue-bg {
  background: #0061A1;
}

.bluegradient-bg {
  background: rgb(0, 95, 154);
  background: radial-gradient(circle, rgb(0, 95, 154) 0%, rgb(0, 68, 116) 100%);
}

.bluegradient-color {
  color: rgb(0, 95, 154);
}

.orange-color {
  color: #EC6907;
}

.darkblue-color {
  color: #0061A1;
}

.lightblue-color {
  color: #D9E7F1;
}

.darkorange-bg {
  background: #EC6907;
}

.lightgreen-bg {
  background: #80DE23;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  font: 500 16px/2 "Noto Sans", sans-serif;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #EC6907;
  border-radius: 50px;
  color: #FFF;
  border: 1px solid transparent;
  transition: all 0.2s ease-out 0s;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
.button:after,
input[type=submit]:after,
button[type=submit]:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.button:hover, .button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:focus {
  background: #09B197;
  color: #FFF;
}
.button.blue,
input[type=submit].blue,
button[type=submit].blue {
  background: #0061A1;
}
.button.blue:hover, .button.blue:focus,
input[type=submit].blue:hover,
input[type=submit].blue:focus,
button[type=submit].blue:hover,
button[type=submit].blue:focus {
  background: #EC6907;
  color: #FFF;
}
.button.green,
input[type=submit].green,
button[type=submit].green {
  background: #09B197;
}
.button.green:hover, .button.green:focus,
input[type=submit].green:hover,
input[type=submit].green:focus,
button[type=submit].green:hover,
button[type=submit].green:focus {
  background: #0061A1;
  color: #FFF;
}
.button.ghost,
input[type=submit].ghost,
button[type=submit].ghost {
  color: #000;
  border-color: #D2D2D2;
}
.button.ghost:hover, .button.ghost:focus,
input[type=submit].ghost:hover,
input[type=submit].ghost:focus,
button[type=submit].ghost:hover,
button[type=submit].ghost:focus {
  background: #ECECEC;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    padding: 3px 14px;
    font-size: 15px;
  }
}

.button-wrap {
  display: flex;
}
.button-wrap.align-center {
  justify-content: center;
}
.button-wrap p {
  margin-right: 10px;
}
.button-wrap p:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .button-wrap {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .button-wrap {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .button-wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .button-wrap p {
    padding-bottom: 10px;
  }
  .button-wrap p:last-child {
    padding-bottom: 0;
  }
}

.sm-icons {
  display: flex;
  padding: 0;
}
.sm-icons li {
  padding: 0;
}
.sm-icons li:before {
  display: none;
}
.sm-share-buttons {
  display: flex;
  padding: 0;
}
.sm-share-buttons li {
  padding: 0;
  margin-right: 20px;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li:last-child {
  margin-right: 0;
}
.sm-share-buttons li a {
  color: #0061A1;
}
.sm-share-buttons li a:hover {
  color: #EC6907;
}

/* ## Heading styling
--------------------------------------------- */
#breadcrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #000;
  padding-bottom: 1.75rem;
}
#breadcrumbs a {
  text-decoration: none;
  color: #000;
}
#breadcrumbs .devider {
  padding: 0 0.125rem;
}
@media only screen and (max-width: 1023px) {
  #breadcrumbs {
    padding-top: 5px;
  }
  #breadcrumbs p {
    padding-bottom: 1rem;
  }
}

#page-404 #breadcrumbs,
#search-page #breadcrumbs {
  padding-top: 0.5rem;
}

.download-container .download-summary .download-box a.add-loading-icon:after {
  content: "";
  display: inline-block;
  background-image: url("/source/4afecf6cb204140e67f23dbf0e4c47bd/spinner.gif");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

#CybotCookiebotDialog ul li:before,
#CookiebotWidget ul li:before {
  display: none;
}
#CybotCookiebotDialog input[type=checkbox] + label:before, #CybotCookiebotDialog input[type=checkbox] + span:before, #CybotCookiebotDialog input[type=checkbox] + td:before,
#CookiebotWidget input[type=checkbox] + label:before,
#CookiebotWidget input[type=checkbox] + span:before,
#CookiebotWidget input[type=checkbox] + td:before {
  top: 4px !important;
}
#CybotCookiebotDialog input[type=checkbox]:checked + label:after, #CybotCookiebotDialog input[type=checkbox]:checked + span:after, #CybotCookiebotDialog input[type=checkbox]:checked + td:after,
#CookiebotWidget input[type=checkbox]:checked + label:after,
#CookiebotWidget input[type=checkbox]:checked + span:after,
#CookiebotWidget input[type=checkbox]:checked + td:after {
  display: none !important;
}

#CybotCookiebotDialogHeaderLogosWrapper a {
  display: none !important;
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

/* # Post type SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Post type SCSS files
---------------------------------------------------------------------------------------------------- */
.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 3rem 0 0 0;
  padding: 0;
}
.pagination .page-numbers {
  display: flex;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background: #D9E7F1;
  transition: all 0.2s ease-out 0s;
}
.pagination .page-numbers.current {
  background: #0061A1;
  color: #FFF;
}
.pagination .page-numbers:hover {
  background: #0061A1;
  color: #FFF;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}

#blog-categories {
  margin: 1rem 0;
}

#blogs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media only screen and (max-width: 640px) {
  #blogs-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.blog-summary {
  padding: 1.25rem;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  position: relative;
}
.blog-summary a {
  text-decoration: none;
}
.blog-summary img {
  transition: all 0.3s ease-in-out;
}
.blog-summary h3 {
  font-size: 1.5em;
  padding: 0.75rem 0;
}
.blog-summary p {
  padding-bottom: 0;
}
.blog-summary .button {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  .blog-summary .button {
    bottom: 0.65rem;
  }
}
.blog-summary .category {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  border-radius: 20px;
}
.blog-summary .category a {
  padding: 6px 25px;
  color: #FFF;
  display: block;
}
.blog-summary:hover img {
  transform: scale(1.1);
}
.blog-summary:hover .button {
  background: #EC6907;
  margin-left: 5px;
  right: 25px;
}
@media only screen and (max-width: 1023px) {
  .blog-summary {
    padding: 0.75rem;
    box-shadow: 0;
  }
}

#related-blogs h2,
.latest-news h2 {
  padding-bottom: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  #related-blogs h2,
  .latest-news h2 {
    padding-bottom: 2rem;
  }
}

#related-blogs {
  padding: 3.25rem 0 8rem 0;
}
#related-blogs h2 {
  text-align: center;
}

/* ## Post lay-out
--------------------------------------------- */
.publish-info p {
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.cta-blog-bar {
  padding: 20px;
  background: #0061a1;
  display: flex;
  align-items: center;
}
.cta-blog-bar p {
  margin-right: 20px;
  padding-bottom: 0;
  color: #fff;
}
.cta-blog-bar a {
  font-size: 20px;
}
.cta-blog-bar .button {
  font-size: 16px;
}
.cta-blog-bar .contact-block {
  display: flex;
  align-items: center;
}
.cta-blog-bar .contact-block .contact-options {
  margin: 0 20px;
}
.cta-blog-bar .contact-block .contact-options a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}
.cta-blog-bar .share-blog {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.cta-blog-bar .share-blog .sm-share-buttons li a {
  color: #FFF;
}
.cta-blog-bar .share-blog .sm-share-buttons li a:hover {
  color: #EC6907;
}
@media only screen and (max-width: 1023px) {
  .cta-blog-bar {
    flex-direction: column;
  }
  .cta-blog-bar .share-blog {
    margin-left: 0;
    margin-top: 1rem;
  }
  .cta-blog-bar .contact-block,
  .cta-blog-bar .share-blog {
    flex-direction: column;
  }
  .cta-blog-bar .contact-block p,
  .cta-blog-bar .share-blog p {
    margin-right: 0;
  }
  .cta-blog-bar .contact-block .button,
  .cta-blog-bar .share-blog .button {
    margin-top: 0.5rem;
  }
  .cta-blog-bar .contact-block .contact-options,
  .cta-blog-bar .share-blog .contact-options {
    display: none;
  }
}

.post-navigation a {
  text-decoration: none;
  font-weight: 500;
}
.post-navigation .prev-post {
  padding-right: 10px;
  border-right: 1px solid #0061A1;
}
.post-navigation .archive-link {
  padding: 0 10px;
}
.post-navigation .next-post {
  border-left: 1px solid #0061A1;
  padding-left: 10px;
}

/* # Post type SCSS files
---------------------------------------------------------------------------------------------------- */
#applications-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 640px) {
  #applications-container {
    grid-template-columns: 1fr;
  }
}

.application-summary {
  position: relative;
}
.application-summary .profile {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 5;
}
.application-summary .profile p {
  font-weight: 700;
  display: flex;
  color: #FFF;
  flex-direction: column;
  text-align: right;
  padding-bottom: 0;
  margin-right: 12px;
  line-height: 1.5;
}
.application-summary .profile .function {
  display: block;
  font-weight: 400;
}
.application-summary .profile img {
  display: block;
  position: relative;
  height: 46px;
  width: 46px;
  border-radius: 50%;
}
.application-summary .post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 1rem;
}
.application-summary .post-header h3 {
  color: #FFF;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .application-summary .post-header h3 {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.application-summary .post-header .button {
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .application-summary .post-header .button {
    padding: 3px 25px;
  }
}
.application-summary .post-header .description {
  height: 0;
  visibility: hidden;
  padding: 0;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .application-summary .post-header .description {
    display: none;
  }
}
.application-summary:hover .description {
  height: 100%;
  visibility: visible;
  padding-bottom: 1rem;
}
.application-summary .wrap-square:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(41, 35, 35, 0), #000);
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

/* ## Post lay-out
--------------------------------------------- */
.single-application .page-header {
  height: 460px;
}
@media only screen and (max-width: 1280px) {
  .single-application .page-header {
    height: unset;
  }
}

/* # Post type SCSS files
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .faq-archive-content.spacing-row {
    margin-top: 1.5rem;
  }
}

.faq-content .faq-title {
  font-size: 20px;
  padding-bottom: 1rem;
}
.faq-content .faq-block {
  margin-bottom: 40px;
}
.faq-content .faq-block:last-child {
  margin-bottom: 0;
}

.faq-sidebar {
  position: sticky;
  top: 159px;
}
.faq-sidebar .h2 {
  color: #0061A1;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1023px) {
  .faq-sidebar .h2 {
    font-size: 1.5rem;
  }
}
.faq-sidebar .no-list-style {
  padding-bottom: 1rem;
}
.faq-sidebar .sidebar-text .h2 {
  padding-bottom: 7px;
}
.faq-sidebar .sidebar-text .pb-small {
  padding-bottom: 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .faq-sidebar .sidebar-text {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-sidebar {
    position: relative;
    top: unset;
    margin-bottom: 1.5rem;
  }
  .faq-sidebar.product {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .faq-menu {
    position: relative;
    top: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .faq-menu li {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin-bottom: 0;
  }
  .faq-menu li.active a:before {
    display: none;
  }
  .faq-menu li a {
    font-weight: 400;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1;
  }
}
.faq-menu li {
  padding: 0;
  margin-bottom: 10px;
}
.faq-menu li.active a {
  color: #0061A1;
  font-weight: 700;
}
.faq-menu li.active a:before {
  height: 100%;
  background: #0061A1;
}
.faq-menu li:before {
  display: none;
}
.faq-menu li .mt-medium {
  margin-top: 1rem;
}
.faq-menu li a {
  text-decoration: none;
  font-size: 1rem;
  padding-left: 15px;
  line-height: 1;
  font-weight: 500;
}
.faq-menu li a:before {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 5px;
  background: 0;
  height: 0;
  content: "";
  transition: all 0.3s ease-out 0s;
}
.faq-menu li a:hover {
  color: #0061A1;
}

.product-side-menu {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .product-side-menu {
    margin-bottom: 1.25rem;
    padding-bottom: 0;
  }
}

.question-wrap {
  background: #FFF;
  padding: 10px 15px;
  border: 1px solid #EBEBEB;
  margin-bottom: 15px;
  border-radius: 5px;
}
.question-wrap:last-child {
  margin-bottom: 0;
}
.question-wrap .answer {
  display: none;
  padding-bottom: 0;
  margin-top: 10px;
  line-height: 2;
}
.question-wrap .question {
  padding-bottom: 0;
}
.question-wrap .question a {
  font-weight: 400;
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  padding-right: 30px;
}
.question-wrap .question a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  margin-left: 20px;
  font-weight: 900;
  position: absolute;
  display: inline-block;
  right: 15px;
  color: #0061A1;
  transition: all 0.2s ease-out 0s;
}
.question-wrap .question a:hover {
  color: #0061A1;
}
.question-wrap .question a:hover:after {
  right: 8px;
}

/* # Post type SCSS files
---------------------------------------------------------------------------------------------------- */
.vacancy-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}
@media only screen and (max-width: 1023px) {
  .vacancy-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .vacancy-container {
    grid-template-columns: 1fr;
  }
}

.career-intro {
  margin: 3rem 0;
}

.vacancy-summary {
  padding: 1rem;
}
.vacancy-summary .job-details {
  display: flex;
  padding-bottom: 0.5rem;
}
.vacancy-summary .job-details p {
  padding-bottom: 0;
}
.vacancy-summary h3 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

/* ## Post lay-out
--------------------------------------------- */
.single-career #flex-content > :first-child .ginput_preview {
  color: #FFF;
}

.vacancy-header {
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
}
.vacancy-header .job-info {
  margin-right: auto;
}
.vacancy-header .job-info h1 {
  padding-bottom: 0.55rem;
  font-size: 2rem;
}
.vacancy-header .job-details {
  display: flex;
}
.vacancy-header .job-details p {
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .vacancy-header .job-details {
    padding-bottom: 0.55rem;
  }
}
@media only screen and (max-width: 750px) {
  .vacancy-header {
    flex-direction: column;
  }
  .vacancy-header .button {
    align-self: flex-start;
  }
}

.vacany-content {
  margin-top: -150px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .vacany-content {
    margin-top: 0;
    padding: 0;
  }
}

.single-career .text-img {
  margin-top: 32px;
}
.single-career .share-blog {
  display: flex;
  align-items: center;
}
.single-career .share-blog p {
  padding-bottom: 0;
  margin-right: 0.75rem;
}
.single-career .share-blog .sm-share-buttons li a {
  font-size: 20px;
}

.post-type-archive-product .video .wrap {
  z-index: 2;
}
.post-type-archive-product .video .watermark-wrap {
  z-index: 1;
}
.post-type-archive-product .latest-news {
  background: #D9E7F1;
  margin-top: -80px;
  padding-top: 6rem;
  padding-bottom: 3.25rem;
}
.post-type-archive-product .latest-news h2 {
  padding-bottom: 2em;
}

.single-product .product-img-container {
  margin: 0 auto;
  max-width: 450px;
}
.single-product .flexible-content-container {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 1023px) {
  .single-product .img-block {
    order: -1;
  }
}

.product-finder-data {
  display: none;
}

.product-container,
.product-finder-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1rem;
}
@media only screen and (max-width: 1023px) {
  .product-container,
  .product-finder-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .product-container,
  .product-finder-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-summary {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-summary .product-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 1rem;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-summary .product-label {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.4rem;
  border-radius: 5px;
  font-size: 0.7rem;
  background: #EC6907;
  font-weight: 500;
  color: #FFF;
}
.product-summary h3 {
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
  margin-top: 0.6rem;
}
.product-summary .button {
  margin-top: auto;
}
@media only screen and (max-width: 640px) {
  .product-summary {
    padding: 0.75rem 0.5rem;
  }
  .product-summary h3 {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 0.75rem;
  }
  .product-summary .button {
    padding: 3px 5px;
    font-size: 0.875rem;
  }
}

.product-flex-content h2,
.product-flex-content .h2 {
  font-size: 1.5rem;
}
.product-flex-content .spacing-row {
  margin: 3rem 0;
}
.product-flex-content .spacing-row:first-of-type {
  margin-top: 0;
}
.product-flex-content .spacing-row:last-of-type {
  margin-bottom: 0;
}
.product-flex-content .video-wrapper {
  margin-top: 0;
}
.product-flex-content .text p:last-child,
.product-flex-content .text-img p:last-child,
.product-flex-content .img-text p:last-child {
  padding-bottom: 0;
}
.product-flex-content .text p.responsive-iframe-wrapper,
.product-flex-content .text-img p.responsive-iframe-wrapper,
.product-flex-content .img-text p.responsive-iframe-wrapper {
  padding: 0 0 56.25% 0;
}
.product-flex-content .content-block.with-bg .inner-container {
  padding: 2rem;
}
@media only screen and (max-width: 1023px) {
  .product-flex-content .content-block.with-bg .inner-container {
    padding: 1rem;
  }
}
.product-flex-content .content-block.teaser .inner-container {
  max-width: 720px;
  margin: 0 auto;
}

.download-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
}
@media only screen and (max-width: 640px) {
  .download-container {
    grid-template-columns: 1fr;
  }
}

.download-modal {
  border-radius: 5px;
  min-width: 600px;
}
.download-modal .carousel__button {
  background-color: #0061A1;
}
.download-modal .carousel__button.is-close {
  top: -16px;
}
.download-modal .carousel__button {
  background-color: #0061A1;
}
@media only screen and (max-width: 1023px) {
  .download-modal {
    min-width: unset;
  }
}

.download-summary {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
}
.download-summary .download-title {
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.25;
  display: block;
  padding-bottom: 0.25rem;
}
.download-summary .download-box {
  margin-top: auto;
}

.media-type-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.download-box {
  display: flex;
  align-items: center;
}
.download-box .button {
  margin-right: 1rem;
}

.download-lang-select {
  display: flex;
  align-items: center;
  min-width: 82px;
}
.download-lang-select select {
  background: transparent;
  padding-left: 0.5rem;
  border: 0;
  padding-right: 25px;
  position: relative;
  z-index: 6;
}

.single-download #archive-content {
  margin: 0;
}
.single-download #archive-content .faq-sidebar {
  max-width: 15rem;
}
.single-download #archive-content .faq-sidebar .sidebar-text {
  margin-bottom: 1rem;
}
.single-download #archive-content .faq-sidebar .sidebar-text:last-child {
  margin-bottom: 0;
}
.single-download #archive-content .gform_wrapper p {
  padding-bottom: 0;
}
.single-download #archive-content .content-header {
  margin-bottom: 2.5rem;
}
.single-download #archive-content .content-header .download-box {
  padding-bottom: 4px;
}
.single-download #archive-content .content-header .content-header-container {
  display: grid;
  gap: 2rem 3rem;
}
.single-download #archive-content .content-header .content-header-container.reverse .content-header-container__left {
  order: 0;
}
.single-download #archive-content .content-header__subtitle {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 400;
  color: black;
  margin-bottom: 0.625rem;
  padding-bottom: 0;
}
.single-download #archive-content .content-header__title {
  font-size: 3.25rem;
  line-height: 3.75rem;
  color: black;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.single-download #archive-content .content-header .pb-small {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.single-download #archive-content .content-body .alignright {
  padding-left: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .single-download #archive-content .content-body .alignright {
    padding-left: 0;
    padding-bottom: 1.5rem;
    float: unset;
    width: 100%;
    display: block;
  }
}
.single-download #archive-content .content-body .alignleft {
  padding-right: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .single-download #archive-content .content-body .alignleft {
    padding-right: 20px;
    padding-bottom: 1.5rem;
    float: unset;
    width: 100%;
    display: block;
  }
}
.single-download #archive-content .content-body__full {
  margin-bottom: 0.5rem;
}
.single-download #archive-content .content-body__full p:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .single-download #archive-content .content-body__full p:last-child {
    padding-bottom: 30px;
  }
}
.single-download #archive-content .content-body--flex {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.single-download #archive-content .content-body--flex .text,
.single-download #archive-content .content-body--flex .image {
  max-width: calc(50% - 1.25rem);
  flex-basis: calc(50% - 1.25rem);
}
.single-download #archive-content .content-body--flex .text {
  margin-right: 1.25rem;
}
.single-download #archive-content .content-body--flex .image {
  margin-left: 1.25rem;
}
.single-download #archive-content .content-related {
  margin-top: 2rem;
}
.single-download #archive-content .content-related__title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: black;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
.single-download #archive-content .content-related__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.single-download #archive-content .content-related__cards article {
  flex-basis: calc(50% - 2.5rem);
  max-width: calc(50% - 2.5rem);
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  .single-download #archive-content .content-header__subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0rem;
  }
  .single-download #archive-content .content-header__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 0.5rem;
  }
  .single-download #archive-content .content-body--flex {
    flex-direction: column;
  }
  .single-download #archive-content .content-body--flex .text,
  .single-download #archive-content .content-body--flex .image {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .single-download #archive-content .content-related {
    margin-top: 2.5rem;
  }
  .single-download #archive-content .content-related__cards {
    flex-direction: column;
    margin: 0;
  }
  .single-download #archive-content .content-related__cards article {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .single-download #archive-content .content-header__title {
    font-size: 1.6rem;
  }
}

#video-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
#video-container .cta-block-multiple .h4 {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  #video-container {
    grid-template-columns: 1fr;
  }
}

/* # Mobile SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Mobile navigation
--------------------------------------------- */
#show-mob-nav {
  float: right;
  height: 42px;
  width: 26px;
  text-align: center;
  background: none;
  padding: 0;
  border: 0;
}
#show-mob-nav span {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  border-radius: 8px;
  background: #000;
  transition: all 0.2s ease-out 0s;
}
#show-mob-nav span:last-child {
  margin-bottom: 0;
}
#show-mob-nav.active span:last-child {
  visibility: hidden;
  opacity: 0;
}
#show-mob-nav.active span:first-child {
  transform: rotate(45deg);
  top: 8px;
}
#show-mob-nav.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}

#mobile-navigation {
  position: fixed;
  padding-bottom: 20px;
  top: 56px;
  left: -100%;
  bottom: 0;
  z-index: 550;
  visibility: hidden;
  background: #FFF;
  transform-origin: center left;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  overflow: auto;
}
#mobile-navigation.open {
  visibility: visible;
  left: 0;
}
#mobile-navigation .wrap {
  overflow-x: hidden;
}
#mobile-navigation .mob-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: none;
}
#mobile-navigation .mob-nav-header #mobile-cta-buttons {
  margin-left: unset;
}
#mobile-navigation .mob-nav-header #mobile-cta-buttons .search {
  display: none;
}
#mobile-navigation .mega-menu-wrap {
  display: none;
  padding-bottom: 0;
}
#mobile-navigation .mega-menu-wrap .wrap {
  padding: 0;
}
#mobile-navigation .mega-menu-wrap li:first-child {
  border-top: 1px solid #EBEBEB;
}
#mobile-navigation .mega-menu-wrap li:last-child {
  border-bottom: 0;
}
#mobile-navigation .lang-select-container .menu {
  margin: 0;
  display: flex;
  background: #D9E7F1;
}
#mobile-navigation .lang-select-container .menu li {
  text-bottom: 0;
  border-bottom: 0;
}
#mobile-navigation .lang-select-container .menu li.active a {
  background: #0061A1;
  color: #FFF;
}
#mobile-navigation .lang-select-container .menu li:last-child {
  border-right: 0;
}
#mobile-navigation .lang-select-container .menu li a {
  padding: 5px 8px 5px 8px;
}
#mobile-navigation .mobile-nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
#mobile-navigation .menu {
  display: block;
  margin: 0 -20px;
  padding-bottom: 0;
}
#mobile-navigation .menu li {
  display: block;
  margin: 0;
  padding: 0;
  font: 700 15px/1 "Noto Sans", sans-serif;
  border-bottom: 1px solid #EBEBEB;
}
#mobile-navigation .menu li .top-level.active {
  background: #0061A1;
  color: #FFF;
}
#mobile-navigation .menu li .top-level.active .expand i {
  color: #FFF;
  transform: rotate(180deg);
}
#mobile-navigation .menu li.cta {
  background: #09B197;
}
#mobile-navigation .menu li.cta a {
  color: #FFF;
  position: relative;
}
#mobile-navigation .menu li.cta a:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 0;
  padding: 5px 30px 10px 0;
  transition: all 0.2s ease-out 0s;
  color: #FFF;
}
#mobile-navigation .menu li:before {
  display: none;
}
#mobile-navigation .menu li a,
#mobile-navigation .menu li button {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  text-align: left;
}
#mobile-navigation .menu li button {
  background-color: transparent;
  border: 0;
  width: 100%;
  font: 700 15px/1 "Noto Sans", sans-serif;
}
#mobile-navigation .menu li .expand {
  position: absolute;
  top: 9px;
  right: 0;
  padding: 5px 30px 10px 0;
  color: #000;
}
#mobile-navigation .menu li .expand i {
  transition: all 0.2s ease-out 0s;
  position: relative;
  display: inline-block;
  top: 5px;
}
#mobile-navigation .menu li .expand.active i {
  transform: rotate(180deg);
}
#mobile-navigation .menu li .sub-menu {
  display: none;
  padding: 0;
}
#mobile-navigation .menu li .sub-menu li {
  font-weight: 400;
}
#mobile-navigation .menu li .sub-menu li:first-child {
  border-top: 1px solid #EBEBEB;
}
#mobile-navigation .menu li .sub-menu li:last-child {
  border-bottom: 0;
}
#mobile-navigation .menu li .sub-menu li a {
  padding-left: 30px;
  font-family: "Noto Sans", sans-serif;
}
#mobile-navigation li.application-item {
  font-weight: 400;
}
#mobile-navigation li.application-item a {
  display: flex;
  padding: 10px 20px;
  align-items: center;
}
#mobile-navigation li.application-item .icon-container {
  height: 36px;
  width: 36px;
  padding: 5px;
  margin-right: 15px;
}
#mobile-navigation .mob-nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
#mobile-navigation .sm-icons {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
#mobile-navigation .sm-icons li {
  padding: 0;
  margin-right: 1rem;
  font-size: 1.25em;
}
#mobile-navigation .sm-icons li a {
  color: #0061A1;
}
#mobile-navigation #mob-search {
  margin-left: -20px;
  margin-right: -20px;
}
#mobile-navigation #mob-search input[type=search] {
  -webkit-appearance: none;
  padding: 15px 20px;
}
#mobile-navigation #mob-search .button,
#mobile-navigation #mob-search input {
  border-radius: 0;
  border-color: #EBEBEB;
}

/* ## Mobile  CTA buttons 
--------------------------------------------- */
#mobile-cta-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #FFF;
  border-top: 1px dashed #000;
}
#mobile-cta-buttons ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#mobile-cta-buttons ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  border-right: 1px dashed #000;
}
#mobile-cta-buttons ul li:before {
  display: none;
}
#mobile-cta-buttons ul li:last-child {
  border-right: 0;
}
#mobile-cta-buttons ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  background: #FFF;
  color: #000;
  text-decoration: none;
  text-align: center;
  position: relative;
}
#mobile-cta-buttons ul li a .icon img {
  height: 16px;
  width: auto;
  display: inline-block;
}
#mobile-cta-buttons ul li .cart-button .amount {
  left: 50%;
  top: 50%;
  transform: translate(25%, -100%);
  background: #000;
}
#mobile-cta-buttons .widget_shopping_cart_content {
  display: none !important;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## General
--------------------------------------------- */
.woocommerce-message,
.woocommerce-info {
  padding: 20px 40px;
  margin: 0 0 40px 0;
  border: 1px solid #000;
  font: 400 0.875em/1 "Noto Sans", sans-serif;
  color: #000;
}
.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  margin-top: -8px;
  margin-bottom: -10px;
}
.woocommerce-message:after,
.woocommerce-info:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-message,
  .woocommerce-info {
    padding: 20px;
    margin-bottom: 20px;
  }
  .woocommerce-message .button,
  .woocommerce-info .button {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}

.col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
@media only screen and (max-width: 750px) {
  .col2-set {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 640px) {
  table.shop_table_responsive {
    display: block;
    width: 100%;
  }
  table.shop_table_responsive thead,
  table.shop_table_responsive tbody,
  table.shop_table_responsive th,
  table.shop_table_responsive td,
  table.shop_table_responsive tr {
    display: block;
    width: 100%;
  }
  table.shop_table_responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.shop_table_responsive td {
    position: relative;
  }
  table.shop_table_responsive td:before {
    content: attr(data-title) ": ";
  }
}
/* ## Archive
--------------------------------------------- */
#product-archive-wrap,
.account-dashboard-wrap {
  display: grid;
  grid-template-areas: "sidebar content";
  grid-template-columns: 0.85fr 3fr;
  gap: 3em;
  margin-bottom: 50px;
}
#product-archive-wrap #products-sidebar,
#product-archive-wrap .menu,
.account-dashboard-wrap #products-sidebar,
.account-dashboard-wrap .menu {
  grid-area: sidebar;
}
#product-archive-wrap #products-overview,
#product-archive-wrap .dashboard,
.account-dashboard-wrap #products-overview,
.account-dashboard-wrap .dashboard {
  grid-area: content;
}
@media only screen and (max-width: 1023px) {
  #product-archive-wrap,
  .account-dashboard-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "sidebar";
    gap: 0;
  }
}

#archive-view-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#archive-view-bar .woocommerce-result-count {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #archive-view-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  #archive-view-bar .woocommerce-result-count {
    padding-bottom: 0.5rem;
  }
}

ul.products {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  clear: both;
}
@media only screen and (max-width: 1280px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
ul.products > li {
  padding-left: 0;
}
ul.products > li:before {
  display: none;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}
.woocommerce-pagination .page-numbers li {
  padding: 0 5px;
}
.woocommerce-pagination .page-numbers li:before {
  display: none;
}
.woocommerce-pagination .page-numbers li span.current {
  color: #000;
}
.woocommerce-pagination .page-numbers li a {
  padding: 0;
  text-decoration: none;
}

/* ## Single
--------------------------------------------- */
/* ## Checkout
--------------------------------------------- */
.woocommerce-terms-and-conditions-checkbox-text a {
  position: relative;
  z-index: 5;
}

.payment_box {
  position: relative;
  z-index: 5;
}

.wc_payment_methods li {
  padding-left: 0;
}
.wc_payment_methods li label {
  font-weight: 400;
}
.wc_payment_methods li > label {
  padding-right: 30px;
}
.wc_payment_methods li img {
  position: absolute;
  right: 0;
  top: 3px;
}
.wc_payment_methods li:before {
  display: none;
}
.wc_payment_methods li p {
  padding-bottom: 20px;
  font-size: 0.875em;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  position: relative;
  z-index: 5;
}

.woocommerce-error {
  display: block;
  padding: 20px 30px 20px 30px;
  margin: 0 0 30px 0;
  border: 1px solid red;
  border-radius: 5px;
}
.woocommerce-error li {
  font-weight: 400;
  padding-left: 30px;
}
.woocommerce-error li:before {
  color: red;
  content: "\f05a";
  background: none;
  border-radius: 0;
  font-family: "Font Awesome 6 Free";
  top: 0;
  font-weight: 900;
}

/* ## Account
--------------------------------------------- */
.woocommerce-password-strength {
  font-weight: 700;
}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
  color: red;
}
.woocommerce-password-strength.good {
  color: #000;
}
.woocommerce-password-strength.strong {
  color: green;
}

.woocommerce-password-hint {
  font-style: italic;
}

/* ## My account
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .account-dashboard-wrap {
    grid-template-areas: "sidebar" "content";
  }
}

.woocommerce-MyAccount-navigation ul {
  padding: 0 0 30px 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 15px 20px 15px 20px;
  font: 400 1.125em/2 "Noto Sans", sans-serif;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li:hover a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  left: -20px;
  font-weight: 900;
  top: -1px;
  background: none;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.woocommerce-Addresses .woocommerce-Address-title h3 {
  display: inline-block;
  padding: 0;
}
.woocommerce-Addresses .woocommerce-Address-title .edit {
  text-decoration: none;
}
.woocommerce-Addresses .woocommerce-Address-title .edit:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f044";
  font-size: 1rem;
  color: #000;
  margin-right: 6px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr 1fr;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .clear {
  display: none;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper p.form-row {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}
.woocommerce-address-fields .button {
  display: block;
  margin-top: 1.25rem;
}

.edit-account {
  display: grid;
  gap: 1rem;
  grid-auto-columns: 1fr 1fr;
  grid-template-areas: "fname lname" "uname email" "pass pass" "btn btn";
}
.edit-account .woocommerce-form-row {
  padding: 0;
}
.edit-account .clear {
  display: none;
}
.edit-account #account_first_name {
  grid-area: fname;
}
.edit-account #account_last_name {
  grid-area: lname;
}
.edit-account #account_user_name {
  grid-area: uname;
}
.edit-account #account_email {
  grid-area: email;
}
.edit-account span em {
  font-size: 0.875rem;
}
.edit-account fieldset {
  grid-area: pass;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.edit-account fieldset legend {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 640px) {
  .edit-account {
    gap: 1.5rem;
    grid-template-areas: "fname" "lname" "uname" "email" "pass" "btn";
  }
}

/* ## Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  display: table;
  margin: -20px 0 0 0;
  padding: 0 0 40px 0;
}
.woocommerce-thankyou-order-details li {
  display: table-cell;
  margin: 0;
  padding: 10px 20px;
  border-right: 1px dashed #000;
}
.woocommerce-thankyou-order-details li:first-child {
  border-left: 1px dashed #000;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
}
.woocommerce-thankyou-order-details li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-thankyou-order-details {
    display: block;
    border-left: 1px dashed #000;
    padding: 0;
    margin-bottom: 40px;
  }
  .woocommerce-thankyou-order-details li {
    display: block;
    border-right: 0;
  }
}
