@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Vary";
  src: url("../webfont/Vary-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html, button, datalist, input, select, textarea, .base, .text-base, .link-text-base:focus, .link-text-base:hover, .link-text-base:active {
  color: #173142;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; /* font-smoothing: antialiased; text-rendering: optimizeLegibility;*/
}

* {
  box-sizing: border-box;
}

html {
  background-color: #ffffff !important;
}

html, .text {
  font-family: "Signika", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

html {
  background-color: #ffffff;
  font-size: 1rem;
}

body {
  color: #173142;
  height: auto;
  min-height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Signika", sans-serif;
}

h1, h2, h3, h4, h5, h6, .title, .title--sub, .title--subsub {
  color: var(--textcolor);
  font-weight: 800;
  position: relative;
  z-index: 1;
}

h1, .title {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 16px;
  font-weight: 400;
}
@media only screen and (min-width: 600px) {
  h1, .title {
    font-size: 2.5rem;
  }
}

h2, .title--sub {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0.4375rem 0 16px;
  font-weight: 400;
  color: inherit !important;
}
@media only screen and (min-width: 600px) {
  h2, .title--sub {
    font-size: 2rem;
  }
}

h3, h4, .title--subsub {
  font-weight: normal;
  margin-top: 1.3125rem;
  font-size: 1.5rem;
  line-height: 1.2 !important;
}

p, ol, ul, blockquote, img, table, form, fieldset, pre, iframe, object, embed, video, audio, figure, figcaption, canvas, .par, .paragraph, h4, .ui-dialog-buttonset {
  margin-top: 0.875rem;
}

p, ol, ul, blockquote, img, table, form, fieldset, pre, iframe, object, embed, video, audio, figure, figcaption, canvas, .par, .paragraph {
  margin-bottom: 0.875rem;
}

li {
  margin-bottom: 0.4375rem;
  margin-top: 0.4375rem;
}

a, a:before a:after, button, button:before, button:after, datalist, input, select, textarea, label, .trans {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.1s;
}

a, .underline, .link-underline:focus, .link-underline:hover {
  text-decoration: underline;
}

a, :link {
  color: var(--primary-color);
}

a:visited {
  color: var(--primary-color);
}

a:hover, a:active {
  background-color: var(--bg-color-fill);
  text-decoration: none;
  text-shadow: none;
}

a:active, button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, input:active + label, input + label:active { /*box-shadow: inset 0 0 1em rgba(0, 0, 0, .2);*/ }

button, datalist, input, select, textarea, legend, label, .label {
  line-height: normal;
}

button, datalist, input, select, textarea, .input, .js .js-placeholder .form-label, .cke_contents .cke_wysiwyg_div {
  border-radius: 0;
  padding: 0.6em 1em;
  text-transform: none;
}

button {
  background-color: #8A07BF;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

button:hover, button:active {
  background-color: #66058e;
}

datalist, input, select, textarea, .input, .sp-replacer {
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: none;
  color: #173142;
  line-height: normal;
}

textarea {
  min-height: 8em;
}

:first-child, .section:first-child {
  margin-top: 0;
}

:last-child, .section:last-child {
  margin-bottom: 0;
}

input:focus {
  background-color: #fdfdfe;
  outline: none;
}

input[type=file] {
  border-width: 0;
}

select {
  height: 37px;
}

.o-page {
  padding: 0 40px;
}

@media only screen and (min-width: 900px) {
  .o-page--desktop {
    padding: 0 40px;
  }
}

.o-content {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.o-content--large {
  max-width: 1340px;
}

.o-segment-main {
  padding-bottom: calc(2.75rem/1.175);
  padding-top: calc(2.75rem/1.175);
}
@media only screen and (min-width: 900px) {
  .o-segment-main {
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
}

.o-section-main {
  margin-bottom: calc(2.75rem/1.175);
  margin-top: calc(2.75rem/1.175);
}
@media only screen and (min-width: 900px) {
  .o-section-main {
    margin-bottom: 2.75rem;
    margin-top: 2.75rem;
  }
}

.o-section-sub {
  margin-bottom: calc(2.75rem/2.5);
  margin-top: calc(2.75rem/2.5);
}

.o-section-subsub {
  margin-bottom: calc(2.75rem/4);
  margin-top: calc(2.75rem/4);
}

.o-section-start {
  margin-top: 0 !important;
}

.o-section-end {
  margin-bottom: 0 !important;
}

.o-segment-start {
  padding-top: 0 !important;
}

.o-segment-end {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .mt-0-mobile {
    margin-top: 0 !important;
  }
  .mx-0-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .mt-0-tablet {
    margin-top: 0 !important;
  }
  .mx-0-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mt-0-desktop {
    margin-top: 0 !important;
  }
  .mx-0-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .mt-0-widescreen {
    margin-top: 0 !important;
  }
  .mx-0-widescreen {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-widescreen {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.mt-1 {
  margin-top: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .mt-1-mobile {
    margin-top: 0.25rem !important;
  }
  .mx-1-mobile {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-mobile {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .mt-1-tablet {
    margin-top: 0.25rem !important;
  }
  .mx-1-tablet {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-tablet {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-1-desktop {
    margin-top: 0.25rem !important;
  }
  .mx-1-desktop {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-desktop {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .mt-1-widescreen {
    margin-top: 0.25rem !important;
  }
  .mx-1-widescreen {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-widescreen {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.mt-2 {
  margin-top: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .mt-2-mobile {
    margin-top: 0.5rem !important;
  }
  .mx-2-mobile {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-mobile {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .mt-2-tablet {
    margin-top: 0.5rem !important;
  }
  .mx-2-tablet {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-tablet {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-2-desktop {
    margin-top: 0.5rem !important;
  }
  .mx-2-desktop {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-desktop {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .mt-2-widescreen {
    margin-top: 0.5rem !important;
  }
  .mx-2-widescreen {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-widescreen {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.mt-3 {
  margin-top: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .mt-3-mobile {
    margin-top: 0.75rem !important;
  }
  .mx-3-mobile {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-mobile {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .mt-3-tablet {
    margin-top: 0.75rem !important;
  }
  .mx-3-tablet {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-tablet {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-3-desktop {
    margin-top: 0.75rem !important;
  }
  .mx-3-desktop {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-desktop {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .mt-3-widescreen {
    margin-top: 0.75rem !important;
  }
  .mx-3-widescreen {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-widescreen {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
.mt-4 {
  margin-top: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .mt-4-mobile {
    margin-top: 1rem !important;
  }
  .mx-4-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .mt-4-tablet {
    margin-top: 1rem !important;
  }
  .mx-4-tablet {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-tablet {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-4-desktop {
    margin-top: 1rem !important;
  }
  .mx-4-desktop {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .mt-4-widescreen {
    margin-top: 1rem !important;
  }
  .mx-4-widescreen {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-widescreen {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.mt-5 {
  margin-top: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .mt-5-mobile {
    margin-top: 1.5rem !important;
  }
  .mx-5-mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .mt-5-tablet {
    margin-top: 1.5rem !important;
  }
  .mx-5-tablet {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-tablet {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-5-desktop {
    margin-top: 1.5rem !important;
  }
  .mx-5-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-desktop {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .mt-5-widescreen {
    margin-top: 1.5rem !important;
  }
  .mx-5-widescreen {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-widescreen {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.mt-6 {
  margin-top: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .mt-6-mobile {
    margin-top: 3rem !important;
  }
  .mx-6-mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-mobile {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .mt-6-tablet {
    margin-top: 3rem !important;
  }
  .mx-6-tablet {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-tablet {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-6-desktop {
    margin-top: 3rem !important;
  }
  .mx-6-desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .mt-6-widescreen {
    margin-top: 3rem !important;
  }
  .mx-6-widescreen {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-widescreen {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .mr-0-mobile {
    margin-right: 0 !important;
  }
  .mx-0-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .mr-0-tablet {
    margin-right: 0 !important;
  }
  .mx-0-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mr-0-desktop {
    margin-right: 0 !important;
  }
  .mx-0-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .mr-0-widescreen {
    margin-right: 0 !important;
  }
  .mx-0-widescreen {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-widescreen {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .mr-1-mobile {
    margin-right: 0.25rem !important;
  }
  .mx-1-mobile {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-mobile {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .mr-1-tablet {
    margin-right: 0.25rem !important;
  }
  .mx-1-tablet {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-tablet {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mr-1-desktop {
    margin-right: 0.25rem !important;
  }
  .mx-1-desktop {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-desktop {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .mr-1-widescreen {
    margin-right: 0.25rem !important;
  }
  .mx-1-widescreen {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-widescreen {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .mr-2-mobile {
    margin-right: 0.5rem !important;
  }
  .mx-2-mobile {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-mobile {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .mr-2-tablet {
    margin-right: 0.5rem !important;
  }
  .mx-2-tablet {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-tablet {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mr-2-desktop {
    margin-right: 0.5rem !important;
  }
  .mx-2-desktop {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-desktop {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .mr-2-widescreen {
    margin-right: 0.5rem !important;
  }
  .mx-2-widescreen {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-widescreen {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.mr-3 {
  margin-right: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .mr-3-mobile {
    margin-right: 0.75rem !important;
  }
  .mx-3-mobile {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-mobile {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .mr-3-tablet {
    margin-right: 0.75rem !important;
  }
  .mx-3-tablet {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-tablet {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mr-3-desktop {
    margin-right: 0.75rem !important;
  }
  .mx-3-desktop {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-desktop {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .mr-3-widescreen {
    margin-right: 0.75rem !important;
  }
  .mx-3-widescreen {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-widescreen {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
.mr-4 {
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .mr-4-mobile {
    margin-right: 1rem !important;
  }
  .mx-4-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .mr-4-tablet {
    margin-right: 1rem !important;
  }
  .mx-4-tablet {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-tablet {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mr-4-desktop {
    margin-right: 1rem !important;
  }
  .mx-4-desktop {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .mr-4-widescreen {
    margin-right: 1rem !important;
  }
  .mx-4-widescreen {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-widescreen {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.mr-5 {
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .mr-5-mobile {
    margin-right: 1.5rem !important;
  }
  .mx-5-mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .mr-5-tablet {
    margin-right: 1.5rem !important;
  }
  .mx-5-tablet {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-tablet {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mr-5-desktop {
    margin-right: 1.5rem !important;
  }
  .mx-5-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-desktop {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .mr-5-widescreen {
    margin-right: 1.5rem !important;
  }
  .mx-5-widescreen {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-widescreen {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.mr-6 {
  margin-right: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .mr-6-mobile {
    margin-right: 3rem !important;
  }
  .mx-6-mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-mobile {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .mr-6-tablet {
    margin-right: 3rem !important;
  }
  .mx-6-tablet {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-tablet {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mr-6-desktop {
    margin-right: 3rem !important;
  }
  .mx-6-desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .mr-6-widescreen {
    margin-right: 3rem !important;
  }
  .mx-6-widescreen {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-widescreen {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  .mx-0-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .mb-0-tablet {
    margin-bottom: 0 !important;
  }
  .mx-0-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mb-0-desktop {
    margin-bottom: 0 !important;
  }
  .mx-0-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .mb-0-widescreen {
    margin-bottom: 0 !important;
  }
  .mx-0-widescreen {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-widescreen {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .mb-1-mobile {
    margin-bottom: 0.25rem !important;
  }
  .mx-1-mobile {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-mobile {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .mb-1-tablet {
    margin-bottom: 0.25rem !important;
  }
  .mx-1-tablet {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-tablet {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-1-desktop {
    margin-bottom: 0.25rem !important;
  }
  .mx-1-desktop {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-desktop {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .mb-1-widescreen {
    margin-bottom: 0.25rem !important;
  }
  .mx-1-widescreen {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-widescreen {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .mb-2-mobile {
    margin-bottom: 0.5rem !important;
  }
  .mx-2-mobile {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-mobile {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .mb-2-tablet {
    margin-bottom: 0.5rem !important;
  }
  .mx-2-tablet {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-tablet {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-2-desktop {
    margin-bottom: 0.5rem !important;
  }
  .mx-2-desktop {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-desktop {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .mb-2-widescreen {
    margin-bottom: 0.5rem !important;
  }
  .mx-2-widescreen {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-widescreen {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .mb-3-mobile {
    margin-bottom: 0.75rem !important;
  }
  .mx-3-mobile {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-mobile {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .mb-3-tablet {
    margin-bottom: 0.75rem !important;
  }
  .mx-3-tablet {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-tablet {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-3-desktop {
    margin-bottom: 0.75rem !important;
  }
  .mx-3-desktop {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-desktop {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .mb-3-widescreen {
    margin-bottom: 0.75rem !important;
  }
  .mx-3-widescreen {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-widescreen {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
.mb-4 {
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .mb-4-mobile {
    margin-bottom: 1rem !important;
  }
  .mx-4-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .mb-4-tablet {
    margin-bottom: 1rem !important;
  }
  .mx-4-tablet {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-tablet {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-4-desktop {
    margin-bottom: 1rem !important;
  }
  .mx-4-desktop {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .mb-4-widescreen {
    margin-bottom: 1rem !important;
  }
  .mx-4-widescreen {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-widescreen {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .mb-5-mobile {
    margin-bottom: 1.5rem !important;
  }
  .mx-5-mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .mb-5-tablet {
    margin-bottom: 1.5rem !important;
  }
  .mx-5-tablet {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-tablet {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-5-desktop {
    margin-bottom: 1.5rem !important;
  }
  .mx-5-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-desktop {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .mb-5-widescreen {
    margin-bottom: 1.5rem !important;
  }
  .mx-5-widescreen {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-widescreen {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.mb-6 {
  margin-bottom: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .mb-6-mobile {
    margin-bottom: 3rem !important;
  }
  .mx-6-mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-mobile {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .mb-6-tablet {
    margin-bottom: 3rem !important;
  }
  .mx-6-tablet {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-tablet {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-6-desktop {
    margin-bottom: 3rem !important;
  }
  .mx-6-desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .mb-6-widescreen {
    margin-bottom: 3rem !important;
  }
  .mx-6-widescreen {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-widescreen {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .ml-0-mobile {
    margin-left: 0 !important;
  }
  .mx-0-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .ml-0-tablet {
    margin-left: 0 !important;
  }
  .mx-0-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .ml-0-desktop {
    margin-left: 0 !important;
  }
  .mx-0-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .ml-0-widescreen {
    margin-left: 0 !important;
  }
  .mx-0-widescreen {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0-widescreen {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .ml-1-mobile {
    margin-left: 0.25rem !important;
  }
  .mx-1-mobile {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-mobile {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .ml-1-tablet {
    margin-left: 0.25rem !important;
  }
  .mx-1-tablet {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-tablet {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .ml-1-desktop {
    margin-left: 0.25rem !important;
  }
  .mx-1-desktop {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-desktop {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .ml-1-widescreen {
    margin-left: 0.25rem !important;
  }
  .mx-1-widescreen {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-1-widescreen {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}
.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .ml-2-mobile {
    margin-left: 0.5rem !important;
  }
  .mx-2-mobile {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-mobile {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .ml-2-tablet {
    margin-left: 0.5rem !important;
  }
  .mx-2-tablet {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-tablet {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .ml-2-desktop {
    margin-left: 0.5rem !important;
  }
  .mx-2-desktop {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-desktop {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .ml-2-widescreen {
    margin-left: 0.5rem !important;
  }
  .mx-2-widescreen {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-2-widescreen {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .ml-3-mobile {
    margin-left: 0.75rem !important;
  }
  .mx-3-mobile {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-mobile {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .ml-3-tablet {
    margin-left: 0.75rem !important;
  }
  .mx-3-tablet {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-tablet {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .ml-3-desktop {
    margin-left: 0.75rem !important;
  }
  .mx-3-desktop {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-desktop {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .ml-3-widescreen {
    margin-left: 0.75rem !important;
  }
  .mx-3-widescreen {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-3-widescreen {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .ml-4-mobile {
    margin-left: 1rem !important;
  }
  .mx-4-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .ml-4-tablet {
    margin-left: 1rem !important;
  }
  .mx-4-tablet {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-tablet {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .ml-4-desktop {
    margin-left: 1rem !important;
  }
  .mx-4-desktop {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .ml-4-widescreen {
    margin-left: 1rem !important;
  }
  .mx-4-widescreen {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-4-widescreen {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .ml-5-mobile {
    margin-left: 1.5rem !important;
  }
  .mx-5-mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .ml-5-tablet {
    margin-left: 1.5rem !important;
  }
  .mx-5-tablet {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-tablet {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .ml-5-desktop {
    margin-left: 1.5rem !important;
  }
  .mx-5-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-desktop {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .ml-5-widescreen {
    margin-left: 1.5rem !important;
  }
  .mx-5-widescreen {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-5-widescreen {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .ml-6-mobile {
    margin-left: 3rem !important;
  }
  .mx-6-mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-mobile {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .ml-6-tablet {
    margin-left: 3rem !important;
  }
  .mx-6-tablet {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-tablet {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .ml-6-desktop {
    margin-left: 3rem !important;
  }
  .mx-6-desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .ml-6-widescreen {
    margin-left: 3rem !important;
  }
  .mx-6-widescreen {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-6-widescreen {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pt-0-mobile {
    padding-top: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .pt-0-tablet {
    padding-top: 0 !important;
  }
  .px-0-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pt-0-desktop {
    padding-top: 0 !important;
  }
  .px-0-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .pt-0-widescreen {
    padding-top: 0 !important;
  }
  .px-0-widescreen {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-widescreen {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pt-1 {
  padding-top: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .pt-1-mobile {
    padding-top: 0.25rem !important;
  }
  .px-1-mobile {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-mobile {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .pt-1-tablet {
    padding-top: 0.25rem !important;
  }
  .px-1-tablet {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-tablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-1-desktop {
    padding-top: 0.25rem !important;
  }
  .px-1-desktop {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-desktop {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .pt-1-widescreen {
    padding-top: 0.25rem !important;
  }
  .px-1-widescreen {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-widescreen {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
.pt-2 {
  padding-top: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .pt-2-mobile {
    padding-top: 0.5rem !important;
  }
  .px-2-mobile {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-mobile {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .pt-2-tablet {
    padding-top: 0.5rem !important;
  }
  .px-2-tablet {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-tablet {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-2-desktop {
    padding-top: 0.5rem !important;
  }
  .px-2-desktop {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pt-2-widescreen {
    padding-top: 0.5rem !important;
  }
  .px-2-widescreen {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-widescreen {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.pt-3 {
  padding-top: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .pt-3-mobile {
    padding-top: 0.75rem !important;
  }
  .px-3-mobile {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-mobile {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .pt-3-tablet {
    padding-top: 0.75rem !important;
  }
  .px-3-tablet {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-tablet {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-3-desktop {
    padding-top: 0.75rem !important;
  }
  .px-3-desktop {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-desktop {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .pt-3-widescreen {
    padding-top: 0.75rem !important;
  }
  .px-3-widescreen {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-widescreen {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
.pt-4 {
  padding-top: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .pt-4-mobile {
    padding-top: 1rem !important;
  }
  .px-4-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .pt-4-tablet {
    padding-top: 1rem !important;
  }
  .px-4-tablet {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-4-desktop {
    padding-top: 1rem !important;
  }
  .px-4-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .pt-4-widescreen {
    padding-top: 1rem !important;
  }
  .px-4-widescreen {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-widescreen {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.pt-5 {
  padding-top: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .pt-5-mobile {
    padding-top: 1.5rem !important;
  }
  .px-5-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-mobile {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .pt-5-tablet {
    padding-top: 1.5rem !important;
  }
  .px-5-tablet {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-tablet {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-5-desktop {
    padding-top: 1.5rem !important;
  }
  .px-5-desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pt-5-widescreen {
    padding-top: 1.5rem !important;
  }
  .px-5-widescreen {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-widescreen {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.pt-6 {
  padding-top: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .pt-6-mobile {
    padding-top: 3rem !important;
  }
  .px-6-mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-mobile {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .pt-6-tablet {
    padding-top: 3rem !important;
  }
  .px-6-tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-tablet {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-6-desktop {
    padding-top: 3rem !important;
  }
  .px-6-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .pt-6-widescreen {
    padding-top: 3rem !important;
  }
  .px-6-widescreen {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-widescreen {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pr-0-mobile {
    padding-right: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .pr-0-tablet {
    padding-right: 0 !important;
  }
  .px-0-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pr-0-desktop {
    padding-right: 0 !important;
  }
  .px-0-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .pr-0-widescreen {
    padding-right: 0 !important;
  }
  .px-0-widescreen {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-widescreen {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pr-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .pr-1-mobile {
    padding-right: 0.25rem !important;
  }
  .px-1-mobile {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-mobile {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .pr-1-tablet {
    padding-right: 0.25rem !important;
  }
  .px-1-tablet {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-tablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pr-1-desktop {
    padding-right: 0.25rem !important;
  }
  .px-1-desktop {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-desktop {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .pr-1-widescreen {
    padding-right: 0.25rem !important;
  }
  .px-1-widescreen {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-widescreen {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
.pr-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .pr-2-mobile {
    padding-right: 0.5rem !important;
  }
  .px-2-mobile {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-mobile {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .pr-2-tablet {
    padding-right: 0.5rem !important;
  }
  .px-2-tablet {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-tablet {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pr-2-desktop {
    padding-right: 0.5rem !important;
  }
  .px-2-desktop {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pr-2-widescreen {
    padding-right: 0.5rem !important;
  }
  .px-2-widescreen {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-widescreen {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.pr-3 {
  padding-right: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .pr-3-mobile {
    padding-right: 0.75rem !important;
  }
  .px-3-mobile {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-mobile {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .pr-3-tablet {
    padding-right: 0.75rem !important;
  }
  .px-3-tablet {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-tablet {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pr-3-desktop {
    padding-right: 0.75rem !important;
  }
  .px-3-desktop {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-desktop {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .pr-3-widescreen {
    padding-right: 0.75rem !important;
  }
  .px-3-widescreen {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-widescreen {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
.pr-4 {
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .pr-4-mobile {
    padding-right: 1rem !important;
  }
  .px-4-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .pr-4-tablet {
    padding-right: 1rem !important;
  }
  .px-4-tablet {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pr-4-desktop {
    padding-right: 1rem !important;
  }
  .px-4-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .pr-4-widescreen {
    padding-right: 1rem !important;
  }
  .px-4-widescreen {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-widescreen {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.pr-5 {
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .pr-5-mobile {
    padding-right: 1.5rem !important;
  }
  .px-5-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-mobile {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .pr-5-tablet {
    padding-right: 1.5rem !important;
  }
  .px-5-tablet {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-tablet {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pr-5-desktop {
    padding-right: 1.5rem !important;
  }
  .px-5-desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pr-5-widescreen {
    padding-right: 1.5rem !important;
  }
  .px-5-widescreen {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-widescreen {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.pr-6 {
  padding-right: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .pr-6-mobile {
    padding-right: 3rem !important;
  }
  .px-6-mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-mobile {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .pr-6-tablet {
    padding-right: 3rem !important;
  }
  .px-6-tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-tablet {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pr-6-desktop {
    padding-right: 3rem !important;
  }
  .px-6-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .pr-6-widescreen {
    padding-right: 3rem !important;
  }
  .px-6-widescreen {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-widescreen {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pb-0-mobile {
    padding-bottom: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .pb-0-tablet {
    padding-bottom: 0 !important;
  }
  .px-0-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pb-0-desktop {
    padding-bottom: 0 !important;
  }
  .px-0-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .pb-0-widescreen {
    padding-bottom: 0 !important;
  }
  .px-0-widescreen {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-widescreen {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .pb-1-mobile {
    padding-bottom: 0.25rem !important;
  }
  .px-1-mobile {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-mobile {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .pb-1-tablet {
    padding-bottom: 0.25rem !important;
  }
  .px-1-tablet {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-tablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pb-1-desktop {
    padding-bottom: 0.25rem !important;
  }
  .px-1-desktop {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-desktop {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .pb-1-widescreen {
    padding-bottom: 0.25rem !important;
  }
  .px-1-widescreen {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-widescreen {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .pb-2-mobile {
    padding-bottom: 0.5rem !important;
  }
  .px-2-mobile {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-mobile {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .pb-2-tablet {
    padding-bottom: 0.5rem !important;
  }
  .px-2-tablet {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-tablet {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb-2-desktop {
    padding-bottom: 0.5rem !important;
  }
  .px-2-desktop {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pb-2-widescreen {
    padding-bottom: 0.5rem !important;
  }
  .px-2-widescreen {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-widescreen {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .pb-3-mobile {
    padding-bottom: 0.75rem !important;
  }
  .px-3-mobile {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-mobile {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .pb-3-tablet {
    padding-bottom: 0.75rem !important;
  }
  .px-3-tablet {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-tablet {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pb-3-desktop {
    padding-bottom: 0.75rem !important;
  }
  .px-3-desktop {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-desktop {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .pb-3-widescreen {
    padding-bottom: 0.75rem !important;
  }
  .px-3-widescreen {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-widescreen {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
.pb-4 {
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .pb-4-mobile {
    padding-bottom: 1rem !important;
  }
  .px-4-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .pb-4-tablet {
    padding-bottom: 1rem !important;
  }
  .px-4-tablet {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pb-4-desktop {
    padding-bottom: 1rem !important;
  }
  .px-4-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .pb-4-widescreen {
    padding-bottom: 1rem !important;
  }
  .px-4-widescreen {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-widescreen {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.pb-5 {
  padding-bottom: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .pb-5-mobile {
    padding-bottom: 1.5rem !important;
  }
  .px-5-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-mobile {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .pb-5-tablet {
    padding-bottom: 1.5rem !important;
  }
  .px-5-tablet {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-tablet {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pb-5-desktop {
    padding-bottom: 1.5rem !important;
  }
  .px-5-desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pb-5-widescreen {
    padding-bottom: 1.5rem !important;
  }
  .px-5-widescreen {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-widescreen {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.pb-6 {
  padding-bottom: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .pb-6-mobile {
    padding-bottom: 3rem !important;
  }
  .px-6-mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-mobile {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .pb-6-tablet {
    padding-bottom: 3rem !important;
  }
  .px-6-tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-tablet {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pb-6-desktop {
    padding-bottom: 3rem !important;
  }
  .px-6-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .pb-6-widescreen {
    padding-bottom: 3rem !important;
  }
  .px-6-widescreen {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-widescreen {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pl-0-mobile {
    padding-left: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .pl-0-tablet {
    padding-left: 0 !important;
  }
  .px-0-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pl-0-desktop {
    padding-left: 0 !important;
  }
  .px-0-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1216px) {
  .pl-0-widescreen {
    padding-left: 0 !important;
  }
  .px-0-widescreen {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0-widescreen {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

@media (max-width: 768px) {
  .pl-1-mobile {
    padding-left: 0.25rem !important;
  }
  .px-1-mobile {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-mobile {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 769px) {
  .pl-1-tablet {
    padding-left: 0.25rem !important;
  }
  .px-1-tablet {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-tablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .pl-1-desktop {
    padding-left: 0.25rem !important;
  }
  .px-1-desktop {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-desktop {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1216px) {
  .pl-1-widescreen {
    padding-left: 0.25rem !important;
  }
  .px-1-widescreen {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-1-widescreen {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
  .pl-2-mobile {
    padding-left: 0.5rem !important;
  }
  .px-2-mobile {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-mobile {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 769px) {
  .pl-2-tablet {
    padding-left: 0.5rem !important;
  }
  .px-2-tablet {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-tablet {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pl-2-desktop {
    padding-left: 0.5rem !important;
  }
  .px-2-desktop {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-desktop {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pl-2-widescreen {
    padding-left: 0.5rem !important;
  }
  .px-2-widescreen {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-2-widescreen {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

@media (max-width: 768px) {
  .pl-3-mobile {
    padding-left: 0.75rem !important;
  }
  .px-3-mobile {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-mobile {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 769px) {
  .pl-3-tablet {
    padding-left: 0.75rem !important;
  }
  .px-3-tablet {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-tablet {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .pl-3-desktop {
    padding-left: 0.75rem !important;
  }
  .px-3-desktop {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-desktop {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1216px) {
  .pl-3-widescreen {
    padding-left: 0.75rem !important;
  }
  .px-3-widescreen {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-3-widescreen {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .pl-4-mobile {
    padding-left: 1rem !important;
  }
  .px-4-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 769px) {
  .pl-4-tablet {
    padding-left: 1rem !important;
  }
  .px-4-tablet {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .pl-4-desktop {
    padding-left: 1rem !important;
  }
  .px-4-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1216px) {
  .pl-4-widescreen {
    padding-left: 1rem !important;
  }
  .px-4-widescreen {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-4-widescreen {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .pl-5-mobile {
    padding-left: 1.5rem !important;
  }
  .px-5-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-mobile {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 769px) {
  .pl-5-tablet {
    padding-left: 1.5rem !important;
  }
  .px-5-tablet {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-tablet {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .pl-5-desktop {
    padding-left: 1.5rem !important;
  }
  .px-5-desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1216px) {
  .pl-5-widescreen {
    padding-left: 1.5rem !important;
  }
  .px-5-widescreen {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-5-widescreen {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .pl-6-mobile {
    padding-left: 3rem !important;
  }
  .px-6-mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-mobile {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 769px) {
  .pl-6-tablet {
    padding-left: 3rem !important;
  }
  .px-6-tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-tablet {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .pl-6-desktop {
    padding-left: 3rem !important;
  }
  .px-6-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1216px) {
  .pl-6-widescreen {
    padding-left: 3rem !important;
  }
  .px-6-widescreen {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-6-widescreen {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.main {
  margin-top: 0;
}

.o-columns {
  margin-left: calc(-1.875rem/2);
  margin-right: calc(-1.875rem/2);
  margin-top: calc(-1.875rem/2);
  margin-bottom: calc(-1.875rem/2);
  font-family: monospace;
  letter-spacing: -0.65em;
  text-align: left;
}
.o-columns--equal {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: -1.875rem;
}
.o-columns--equal .o-column {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 0;
}
.o-columns--equal .o-column .o-column__inner {
  padding: 2.5rem;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  border: calc(1.875rem/2) solid #ffffff;
  border-bottom: none;
  border-top: 1.875rem solid #ffffff;
}

.o-column {
  margin-bottom: calc(1.875rem/2);
  margin-top: calc(1.875rem/2);
  font-family: "Signika", sans-serif;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  padding: 0 calc(1.875rem/2);
  width: 100%;
}
.o-column .o-column__inner {
  padding: 1.25rem;
}
.o-column--1 {
  width: calc(100% / (12 / 1));
}
.o-column--2 {
  width: calc(100% / (12 / 2));
}
.o-column--3 {
  width: calc(100% / (12 / 3));
}
.o-column--4 {
  width: calc(100% / (12 / 4));
}
.o-column--5 {
  width: calc(100% / (12 / 5));
}
.o-column--6 {
  width: calc(100% / (12 / 6));
}
.o-column--7 {
  width: calc(100% / (12 / 7));
}
.o-column--8 {
  width: calc(100% / (12 / 8));
}
.o-column--9 {
  width: calc(100% / (12 / 9));
}
.o-column--10 {
  width: calc(100% / (12 / 10));
}
.o-column--11 {
  width: calc(100% / (12 / 11));
}
.o-column--12 {
  width: calc(100% / (12 / 12));
}
@media only screen and (min-width: 600px) {
  .o-column--M-1 {
    width: calc(100% / (12 / 1));
  }
  .o-column--M-2 {
    width: calc(100% / (12 / 2));
  }
  .o-column--M-3 {
    width: calc(100% / (12 / 3));
  }
  .o-column--M-4 {
    width: calc(100% / (12 / 4));
  }
  .o-column--M-5 {
    width: calc(100% / (12 / 5));
  }
  .o-column--M-6 {
    width: calc(100% / (12 / 6));
  }
  .o-column--M-7 {
    width: calc(100% / (12 / 7));
  }
  .o-column--M-8 {
    width: calc(100% / (12 / 8));
  }
  .o-column--M-9 {
    width: calc(100% / (12 / 9));
  }
  .o-column--M-10 {
    width: calc(100% / (12 / 10));
  }
  .o-column--M-11 {
    width: calc(100% / (12 / 11));
  }
  .o-column--M-12 {
    width: calc(100% / (12 / 12));
  }
}
@media only screen and (min-width: 900px) {
  .o-column--L-1 {
    width: calc(100% / (12 / 1));
  }
  .o-column--L-2 {
    width: calc(100% / (12 / 2));
  }
  .o-column--L-3 {
    width: calc(100% / (12 / 3));
  }
  .o-column--L-4 {
    width: calc(100% / (12 / 4));
  }
  .o-column--L-5 {
    width: calc(100% / (12 / 5));
  }
  .o-column--L-6 {
    width: calc(100% / (12 / 6));
  }
  .o-column--L-7 {
    width: calc(100% / (12 / 7));
  }
  .o-column--L-8 {
    width: calc(100% / (12 / 8));
  }
  .o-column--L-9 {
    width: calc(100% / (12 / 9));
  }
  .o-column--L-10 {
    width: calc(100% / (12 / 10));
  }
  .o-column--L-11 {
    width: calc(100% / (12 / 11));
  }
  .o-column--L-12 {
    width: calc(100% / (12 / 12));
  }
}

main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 0s 0.3s;
}

.is-activeNav main:before {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.is-activeNav .c-nav {
  transform: translateX(0);
}
.is-activeNav .c-nav-toggle, .is-activeNav .c-nav-toggle:visited {
  border-radius: 100%;
  padding: calc(1.25rem/2);
  background-color: var(--primary-color);
}
.is-activeNav .c-nav-toggle:hover, .is-activeNav .c-nav-toggle:visited:hover {
  background-color: var(--primary-color--dark);
}
.is-activeNav .c-nav-toggle:after, .is-activeNav .c-nav-toggle:visited:after {
  display: none;
}
.is-activeNav .c-nav-toggle:before, .is-activeNav .c-nav-toggle:visited:before {
  display: block;
  background-image: url("../icons/ic_close.svg");
  height: 1.25em;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-nav-toggle, .c-nav-toggle:visited {
  background-color: #f3f7f8;
  position: fixed;
  top: calc(1.25rem/2);
  right: calc(1.25rem/2);
  z-index: 1000;
  font-weight: 100;
  text-decoration: none;
  color: #173142;
  padding: 0.5rem calc(1.25rem/2);
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 1;
}
.c-nav-toggle:hover, .c-nav-toggle:visited:hover {
  background-color: #f3f7f8;
  color: #173142;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.c-nav-toggle:before, .c-nav-toggle:visited:before {
  margin: 0 auto;
  content: "";
  display: inline-block;
  background-image: url("../icons/ic_menu.svg");
  width: 1.25em;
  height: 1em;
  background-size: cover;
  vertical-align: middle;
  background-position: center center;
}
.c-nav-toggle:after, .c-nav-toggle:visited:after {
  content: "menu";
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  .c-nav-toggle, .c-nav-toggle:visited {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .c-nav-bg {
    overflow: scroll;
    height: 100vh;
  }
}

.c-nav-logo {
  margin-left: -1.175rem;
  display: inline-block;
  padding: 1.175rem;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.c-nav-logo:hover {
  background-color: #0d1014;
}

.c-nav {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #f3f7f8;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 999;
  transform: translateX(100%);
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  .c-nav {
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 770px) {
  .c-nav {
    position: relative;
    background-color: transparent;
    max-width: none;
    transform: translateX(0);
    bottom: auto;
  }
}

.c-nav__list {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 770px) {
  .c-nav__list {
    display: inline-block;
  }
  .c-nav__list.c-nav__list--alt {
    float: right;
  }
}

.c-nav__item {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 770px) {
  .c-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.c-nav__logo {
  display: inline-block;
  padding: 1em;
}

.c-nav__link--active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.c-nav__link--active span {
  color: var(--primary-color) !important;
}

.c-subNav {
  text-align: left;
  border-radius: 4px;
  background-color: white;
  min-width: 250px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-subNav .c-btn span {
  color: var(--textcolor) !important;
}
.c-subNav .c-nav__link {
  padding: 0.5em 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 770px) {
  .c-subNav {
    position: absolute;
    margin-left: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .c-subNav .c-nav__link {
    padding-left: 1.25rem;
  }
}

.c-subNav .c-nav__link, .c-subNav .c-nav__link:visited {
  color: var(--primary-color) !important;
}

.has-subNav:hover .c-nav__link {
  background-color: transparent;
}
.has-subNav:hover .c-nav__link, .has-subNav:hover .c-nav__link:visited {
  color: var(--primary-color);
}
@media only screen and (min-width: 770px) {
  .has-subNav:hover .c-subNav {
    height: auto;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    top: calc(100% - 0.5rem);
  }
  .has-subNav:hover .c-nav__link--main:after {
    transform: rotateX(180deg);
  }
}

.has-subNav {
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (max-width: 770px) {
  .has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
    font-size: 1.25rem !important;
    text-align: left;
  }
}
@media only screen and (min-width: 770px) {
  .has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
    border-bottom: none !important;
  }
  .has-subNav .c-nav__link--main:after, .has-subNav .c-nav__link--main:visited:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("../icons/ic_keyboard_arrow_down.svg");
    background-size: contain;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}
.has-subNav .c-nav__link--main, .has-subNav .c-nav__link--main:visited {
  border-bottom: none;
  color: #212933;
}
.has-subNav .c-nav__item {
  display: block;
}
.has-subNav:hover .c-nav__link, .has-subNav:hover .c-nav__link:visited {
  color: var(--primary-color);
}
.has-subNav:hover .c-nav__link:hover span, .has-subNav:hover .c-nav__link:visited:hover span {
  color: var(--primary-color);
  padding-bottom: 5px;
}

.c-nav__link, .c-nav__link:visited {
  display: block;
  padding: 0.75rem 10px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: unset;
  font-weight: normal;
  border-bottom: none;
}
@media only screen and (min-width: 1000px) {
  .c-nav__link, .c-nav__link:visited {
    padding: 1.25rem 12px;
  }
}
.c-nav__link:hover, .c-nav__link:visited:hover {
  color: var(--primary-color);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-nav__link:hover span, .c-nav__link:visited:hover span {
  padding-bottom: 5px;
  color: var(--primary-color);
}
@media only screen and (min-width: 770px) {
  .c-nav__link, .c-nav__link:visited {
    color: var(--textcolor) !important;
  }
  .c-nav__link span, .c-nav__link:visited span {
    border-color: var(--textcolor) !important;
  }
}
@media only screen and (min-width: 1000px) {
  .c-nav__link, .c-nav__link:visited {
    font-size: 16px;
    color: var(--textcolor) !important;
  }
}

.c-nav__meta .c-nav__item {
  display: inline-block;
  align-items: center;
}
@media only screen and (min-width: 770px) {
  .c-nav__meta {
    position: absolute;
    top: 0.25rem;
    right: 0;
    margin-right: 0;
  }
  .c-nav__meta .c-nav__link {
    padding: 0 !important;
    line-height: 0;
  }
  .c-nav__meta .c-nav__link img {
    margin: 0;
  }
}

.c-nav__item {
  text-align: left;
}
.c-nav__item a {
  color: #173142;
  text-decoration: none;
}
.c-nav__item a:hover {
  color: #8A07BF;
}

footer {
  font-size: 14px;
}

.grid-item .overlay span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  padding: 2rem;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #d4d1cc;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item .overlay:hover span {
  opacity: 1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item .overlay:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.is-grid {
  display: grid;
  grid-auto-flow: dense;
  gap: 16px;
}

.is-grid .grid-item {
  padding-bottom: 100%;
  overflow: hidden;
}

.is-grid {
  display: grid;
  grid-auto-flow: dense;
  gap: 16px;
}

.is-grid .grid-item {
  padding-bottom: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .is-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: dense;
    gap: 16px;
  }
  .is-grid .grid-item:nth-child(2) {
    grid-column: span 2;
    padding-bottom: 50%;
  }
}
.radiobuttonlist {
  margin-bottom: 1.5rem;
}

input:not([type=checkbox], [type=submit], [type=radio]) {
  width: 100%;
  display: block;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
input:not([type=checkbox], [type=submit], [type=radio])::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212933;
  opacity: 1; /* Firefox */
}
input:not([type=checkbox], [type=submit], [type=radio]):-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #212933;
}
input:not([type=checkbox], [type=submit], [type=radio])::-ms-input-placeholder { /* Microsoft Edge */
  color: #212933;
}

textarea {
  width: 100%;
}

fieldset {
  padding: 0;
}

.umbraco-forms-tooltip {
  display: block;
  margin-bottom: 0.5rem;
}

input[type=checkbox], input[type=radio] {
  vertical-align: top;
  line-height: 1.3;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  text-align: left !important;
}

.umbraco-forms-field-wrapper label {
  text-align: left;
  font-weight: 300;
}

label.umbraco-forms-label {
  font-weight: 300;
}

.umbraco-forms-field {
  text-align: left;
}

.dataconsent {
  margin-top: 1rem;
}

footer a, footer a:visited {
  text-decoration: none;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: normal !important;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
footer a:hover, footer a:visited:hover {
  text-decoration: underline;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.u-overflow--hidden {
  overflow: hidden;
}

.c-popup {
  z-index: 99;
  position: fixed;
  top: calc(100% + 25px);
  transform: translateY(0%);
  right: 0;
  left: 0;
  background-color: var(--primary-color);
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-popup .columns {
  margin-bottom: 0 !important;
}
.c-popup.js-popup--show {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(calc(-100% - 25px)) !important;
}
.c-popup figure {
  border-radius: 0 0 15px;
  overflow: hidden;
}
.c-popup .c-btn--close {
  top: 0;
  z-index: 3;
  transform: translate(0%, -50%);
  position: absolute;
  right: 0;
  background-color: var(--btn-color) !important;
  font-weight: 100;
  text-decoration: none;
  color: #ffffff !important;
  padding: 0.75rem;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 100%;
  line-height: 1.3;
  letter-spacing: 0 !important;
}

.columns:last-child {
  margin-bottom: -0.75rem !important;
  margin-top: -0.75rem !important;
}

.columns:first-child {
  margin-bottom: -0.75rem !important;
  margin-top: -0.75rem !important;
}

.umbraco-forms-hidden {
  display: none;
}

.c-card__date {
  padding-bottom: 100%;
  min-height: 100%;
  position: relative;
}
.c-card__date .c-card__date-txt {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.umbraco-forms-form.umbraco-forms-form fieldset {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .is-two-seventh-tablet {
    width: 27.94% !important;
    flex: none;
  }
  .is-five-seventh-tablet {
    width: 72.06% !important;
    flex: none;
  }
}
.py-625 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.umbraco-forms-navigation {
  text-align: right;
}

.field-validation-error {
  position: relative;
  color: tomato;
  display: block;
  width: 100%;
}

blockquote {
  color: var(--secondary-color) !important;
  line-height: 1.1 !important;
}

.is-sticky {
  position: absolute;
}

.c-zoeken {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 20;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-zoeken.is-open {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 0%;
  bottom: auto;
}

.u-primary-bg *:not(.u-secondary-bg--light) h1:not(.u-primary), .u-primary-bg *:not(.u-secondary-bg--light) h2:not(.u-primary), .u-primary-bg *:not(.u-secondary-bg--light) h3:not(.u-primary), .u-primary-bg *:not(.u-secondary-bg--light) h4:not(.u-primary), .u-primary-bg *:not(.u-secondary-bg--light) h5:not(.u-primary) {
  color: #ffffff !important;
}

.c-person__name {
  flex: 1;
}

.c-person__title {
  flex: 1;
}

.btn {
  margin-top: 1rem;
}

button, .c-btn, .c-btn:visited, .btn.primary {
  --bg-size: 0% 100%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 20px !important;
  padding: 0.6rem 1rem;
  color: #173142;
  text-decoration: none;
  background-color: var(--btn-color) !important;
  background-image: linear-gradient(90deg, var(--btn-color--light), var(--btn-color--light));
  background-size: var(--bg-size);
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: auto;
  white-space: nowrap;
  position: relative;
  border-radius: 4px;
}
button span, .c-btn span, .c-btn:visited span, .btn.primary span {
  vertical-align: middle;
}
button:hover, .c-btn:hover, .c-btn:visited:hover, .btn.primary:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #173142 !important;
  background-color: var(--btn-color);
  --bg-size: 100% 100%;
  background-size: var(--bg-size);
  background-image: linear-gradient(90deg, var(--btn-color--light), var(--btn-color--light));
}
button.c-btn--primary, .c-btn.c-btn--primary, .c-btn:visited.c-btn--primary, .btn.primary.c-btn--primary {
  color: white !important;
}
button.c-btn--primary:hover, .c-btn.c-btn--primary:hover, .c-btn:visited.c-btn--primary:hover, .btn.primary.c-btn--primary:hover {
  color: #173142 !important;
}
button.c-btn--secondary, .c-btn.c-btn--secondary, .c-btn:visited.c-btn--secondary, .btn.primary.c-btn--secondary {
  --btn-color--light: var(--primary-color--light);
  --btn-color: var(--primary-color);
  color: white !important;
}
button.c-btn--secondary:hover, .c-btn.c-btn--secondary:hover, .c-btn:visited.c-btn--secondary:hover, .btn.primary.c-btn--secondary:hover {
  color: var(--textcolor) !important;
}
button.c-btn--tertiary, .c-btn.c-btn--tertiary, .c-btn:visited.c-btn--tertiary, .btn.primary.c-btn--tertiary {
  --btn-color--light: var(--tertiary-color--light) !important;
  --btn-color: var(--tertiary-color) !important;
  color: white !important;
}
button.c-btn--tertiary:hover, .c-btn.c-btn--tertiary:hover, .c-btn:visited.c-btn--tertiary:hover, .btn.primary.c-btn--tertiary:hover {
  color: var(--textcolor) !important;
}
button.c-btn--dark, .c-btn.c-btn--dark, .c-btn:visited.c-btn--dark, .btn.primary.c-btn--dark {
  --btn-color--light: #000000;
  --btn-color: #333333;
}
button.c-btn--outline, .c-btn.c-btn--outline, .c-btn:visited.c-btn--outline, .btn.primary.c-btn--outline {
  --btn-color: #212933;
  background-color: transparent !important;
  border: 1px solid var(--btn-color) !important;
  color: var(--btn-color);
  background-image: linear-gradient(90deg, var(--btn-color), var(--btn-color));
  padding: calc(0.6rem - 1px) calc(1rem - 1px);
}
button.c-btn--outline:hover, .c-btn.c-btn--outline:hover, .c-btn:visited.c-btn--outline:hover, .btn.primary.c-btn--outline:hover {
  color: #ffffff;
}

p:has(.c-btn) {
  margin-top: 2rem;
}

span.c-btn.c-btn {
  padding: 0 !important;
}
span.c-btn.c-btn::after {
  left: calc(-1rem*1.5);
}
span.c-btn.c-btn a, span.c-btn.c-btn a:visited {
  font-size: 16px;
  line-height: 20px !important;
  padding: 0.6rem 1rem;
  color: var(--textcolor) !important;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}
span.c-btn.c-btn a:hover, span.c-btn.c-btn a:visited:hover {
  background-color: transparent !important;
}
span.c-btn.c-btn.c-btn--mail a, span.c-btn.c-btn.c-btn--phone a {
  padding: calc(1rem/1.325) 1rem !important;
  padding-left: 3.75rem !important;
}
span.c-btn.c-btn.c-btn--mail::before, span.c-btn.c-btn.c-btn--phone::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}

.c-btn-group {
  font-family: monospace;
  letter-spacing: -0.65em;
  text-align: left;
  margin-bottom: calc(-0.875rem/2);
  margin-top: calc(-0.875rem/2);
  margin-left: -0.875rem;
}
.c-btn-group .c-btn {
  margin-bottom: calc(0.875rem/2);
  margin-top: calc(0.875rem/2);
  font-family: "Signika", sans-serif;
  letter-spacing: normal;
  vertical-align: top;
  vertical-align: top;
  margin-left: 0.875rem;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfont/fa-brands-400.woff2") format("woff2"), url("../webfont/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.c-image-card {
  margin-left: calc( -2.5rem / 2 );
  margin-top: calc( -2.5rem / 2 );
  margin-right: calc( -2.5rem / 2 );
}
.c-image-card .c-image-card__wrapper {
  padding-bottom: 45%;
}

.c-card-title {
  margin-top: 0.875rem;
}

.c-card, .c-card:visited {
  background-color: #ffffff;
  text-transform: none;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  color: var(--textcolor);
  font-size: 1rem;
}
.c-card.c-card--not100, .c-card:visited.c-card--not100 {
  height: auto !important;
}
.c-card.c-card--not100:last-of-type, .c-card:visited.c-card--not100:last-of-type {
  margin-bottom: 0 !important;
}
.c-card .c-card__date, .c-card .c-card__location, .c-card:visited .c-card__date, .c-card:visited .c-card__location {
  font-weight: normal;
  letter-spacing: normal;
  font-size: 0.75rem;
}
.c-card h3, .c-card:visited h3 {
  font-size: 1.1875rem;
  letter-spacing: normal;
}
.c-card p, .c-card:visited p {
  font-weight: normal;
  letter-spacing: normal;
}
.c-card img, .c-card:visited img {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-card .u-image, .c-card:visited .u-image {
  overflow: hidden;
}
.c-card:hover, .c-card:visited:hover {
  background-color: #ffffff;
  color: var(--primary-color);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-card:hover h3, .c-card:visited:hover h3 {
  color: var(--primary-color);
}
.c-card:hover img, .c-card:visited:hover img {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-card--event .c-event__title {
  font-size: 1.5rem;
  line-height: 1.1 !important;
}
.c-card--event .c-event__title.c-event__title--alt {
  font-size: 1.125rem;
}

.c-event__info .c-card__date, .c-event__info .c-card__location {
  margin-top: 0.5rem;
}
.c-event__info .c-card__date span, .c-event__info .c-card__location span {
  display: inline-block;
  max-width: 90%;
}
.c-event__info .c-card__date:before, .c-event__info .c-card__location:before {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}
.c-event__info .c-card__date:before {
  background-image: url("../icons/Icon-agenda.svg");
}
.c-event__info .c-card__location:before {
  background-image: url("../icons/Icon-locatie.svg");
}

.c-card--external figure:after {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  padding: 1.5rem;
  border: 1px solid #bfbfbf;
  border-radius: 100%;
  background-position: center center;
  background-size: 40%;
  background-color: #f3f7f8;
  background-image: url("../icons/Icon-extern.svg");
}

.c-card.u-shadow {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-card:hover {
  background-color: white;
}
.c-card:hover.u-shadow {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1), 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-card__content {
  padding: 1.5rem;
}

.c-socials {
  font-family: "Font Awesome 6 Brands";
  margin-left: -0.25em;
  margin-right: -0.25em;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 0;
}

.c-socials__item, .c-socials__item:visited {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 0.25em;
}

.c-socials__link {
  text-decoration: none !important;
  font-style: normal;
  padding: 1rem;
  position: relative;
  display: inline-block;
  background-color: white;
  border-radius: 6px;
}
.c-socials__link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-style: normal;
  color: var(--primary-color);
}
.c-socials__link:hover {
  background-color: var(--primary-color);
}
.c-socials__link:hover i {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #ffffff;
}

::-ms-input-placeholder { /* Edge 12-18 */ }

::placeholder {
  margin-left: -1.5rem !important;
  padding: 0 !important;
}

.c-faq__question {
  background-color: #ffffff;
  border-top: 1px solid #E3F1F7;
  padding: 20px 0;
  cursor: pointer;
}
.c-faq__question:last-child {
  border-bottom: 1px solid #E3F1F7;
}
.c-faq__question dt {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  font-weight: bold;
}
.c-faq__question dt span {
  display: inline-block;
  max-width: calc(100% - 30px - 0.5rem);
}
.c-faq__question dt:after {
  color: #8A07BF;
  font-family: "Material Symbols Outlined";
  font-size: 1.875rem;
  display: inline-block;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 1rem;
  text-align: right;
  vertical-align: top;
  content: "\e313";
  margin-right: 0.5rem;
}
.c-faq__question dd {
  display: none;
  margin-top: 1rem;
}
.c-faq__question.active dd {
  display: block;
}
.c-faq__question.active dt:after {
  content: "\e316";
}

.c-faq__questionsList {
  margin-top: 0;
}

.c-faq__question:last-child {
  margin-bottom: 0.5rem;
}

.js-faq--topic {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem;
}
@media screen and (min-width: 769px) {
  .js-faq--topic {
    display: block;
  }
}

.js-faq--topic {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: normal;
}

.js-faq--topic.active, .js-faq--topic:hover {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: bold;
}

.js-lightbox .js-lightbox__inner:hover {
  cursor: pointer;
}

.c-lightbox {
  z-index: -1;
  opacity: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 0;
}
.c-lightbox .c-lightbox__inner {
  position: relative;
  display: inline-block;
  left: 50%;
  height: 100vh;
  transform: translateX(-50%);
}
.c-lightbox .c-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
}
@media only screen and (min-width: 900px) {
  .c-lightbox .c-lightbox__close {
    left: 100%;
    top: 0;
    right: unset;
  }
}
.c-lightbox .c-lightbox__close:after {
  content: "";
  display: block;
  background-image: url(../icons/ic_close.svg);
  height: 1.25em;
  width: 1.25em;
  background-size: cover;
}
.c-lightbox .c-lightbox__image {
  margin: 0;
  width: 100%;
  max-width: 72.5rem;
  max-height: calc(100vh - 2.5rem);
}
.c-lightbox .c-lightbox__video {
  width: 100vw;
  max-width: 72.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-lightbox .c-lightbox__imgwrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.u-is-visible {
  opacity: 1;
  z-index: 999999;
}

.kineo {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
}
.kineo h1, .kineo h2, .kineo h3, .kineo h4, .kineo h5 {
  font-family: "Vary";
}
.kineo .c-agenda--item {
  background-color: var(--tertiary-color--light);
  --primary-color--light: var(--tertiary-color--light);
  --primary-color: var(--tertiary-color);
  --label-color: var(--tertiary-color);
}
.kineo .c-agenda--item .c-label {
  color: #173142;
}
.kineo .c-vacature--item {
  background-color: var(--secondary-color--light);
  --label-color: var(--secondary-color);
}
.kineo .c-vacature--item .c-label {
  color: #173142;
}
.kineo blockquote {
  color: var(--primary-color) !important;
}
.kineo .c-btn.c-btn--tertiary.c-btn--tertiary {
  --btn-color--light: var(--secondary-color--light) !important;
  --btn-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}
.kineo .c-btn.c-btn--tertiary.c-btn--tertiary:hover {
  color: var(--textcolor) !important;
}
.kineo footer .u-tertiary-bg {
  background-color: var(--btn-color);
}
.kineo footer .u-tertiary-bg .has-text-white {
  color: var(--primary-color) !important;
}
.kineo .main {
  overflow: hidden;
}
.kineo .main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1)::before {
  display: none;
}
.kineo .main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3)::after {
  display: none;
}
.kineo .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-3) {
  /* Style for the 1st and 2nd sections in every group of 4 */
  position: relative;
}
.kineo .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-3):before {
  content: "";
  display: none;
  width: 252px;
  height: 908px;
  position: absolute;
  left: 0;
  background-image: url("../img/kp-circle-body-1.png");
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-position: right;
}
.kineo .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-1) {
  /* Style for the 3rd and 4th sections in every group of 4 */
  position: relative;
}
.kineo .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-1):after {
  content: "";
  width: 252px;
  height: 908px;
  position: absolute;
  right: 0;
  background-image: url("../img/kp-circle-body-2.png");
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  z-index: -1;
}
.kineo .main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1):before, .kineo .main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3):after {
  display: none;
}
.kineo .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-1)::after {
  background-image: url("../img/kineo/shape_1.svg") !important;
}
.kineo .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-1)::before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  top: 50%;
  z-index: -1;
  background-position: right;
  background-image: url("../img/kineo/shape_2.svg") !important;
}
.kineo footer {
  position: relative;
}
.kineo footer::before {
  content: "";
  display: block;
  width: 252px;
  height: 300px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  bottom: 100%;
  z-index: -1;
  background-position: right;
  background-image: url("../img/kineo/shape_3.svg") !important;
}
@media only screen and (min-width: 1000px) {
  .kineo .c-nav__link, .kineo .c-nav__link:visited {
    font-size: 14px;
    color: var(--textcolor) !important;
  }
}

.polderbrug .main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1)::before {
  display: none !important;
}
.polderbrug .main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1)::before, .polderbrug .main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3)::after {
  display: none;
}
.polderbrug .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1)::before {
  display: none;
}
.polderbrug .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3)::after {
  display: none;
}

.kaskade {
  font-family: "Quicksand", sans-serif !important;
  background-color: #edf4ed;
}
.kaskade body,
.kaskade button,
.kaskade input,
.kaskade optgroup,
.kaskade select,
.kaskade textarea {
  font-family: "Quicksand", sans-serif !important;
}
.kaskade .u-primary-bg *:not(.u-secondary-bg--light) h1:not(.u-primary), .kaskade .u-primary-bg *:not(.u-secondary-bg--light) h2:not(.u-primary), .kaskade .u-primary-bg *:not(.u-secondary-bg--light) h3:not(.u-primary), .kaskade .u-primary-bg *:not(.u-secondary-bg--light) h4:not(.u-primary), .kaskade .u-primary-bg *:not(.u-secondary-bg--light) h5:not(.u-primary) {
  color: #ffffff !important;
}
.kaskade .u-primary-light-bg * {
  color: var(--primary-color) !important;
}
.kaskade .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-1)::after {
  display: none;
}
.kaskade .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-3)::before {
  display: none;
}
.kaskade .c-card:hover, .kaskade .c-card:visited:hover {
  background-color: #ffffff;
  color: var(--secondary-color);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.kaskade .c-card:hover h3, .kaskade .c-card:visited:hover h3 {
  color: var(--secondary-color);
}
.kaskade .c-card, .kaskade .c-card:visited {
  background-color: transparent !important;
}

.u-accessibility, .js .js-accessibility {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.umbraco-forms-field-wrapper label {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}

.u-accessibility:focus, .u-accessibility:active {
  clip: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  width: auto;
}

.u-light {
  color: #ffffff;
}

.u-secondary {
  color: var(--secondary-color);
}

.u-tertiary.u-tertiary {
  color: var(--tertiary-color) !important;
}

.u-quiet-bg {
  background-color: #F7F7F7;
}

.u-primary-bg {
  background-color: var(--primary-color);
}
.u-primary-bg h2, .u-primary-bg h3, .u-primary-bg p, .u-primary-bg span:not(.c-btn) a {
  color: white !important;
}

.u-white-bg {
  background-color: #ffffff;
}

.u-secondary-bg {
  color: var(--textcolor);
  background-color: var(--secondary-color);
}

.u-tertiary-bg {
  background-color: var(--tertiary-color);
}
.u-tertiary-bg h2, .u-tertiary-bg h3, .u-tertiary-bg p, .u-tertiary-bg span:not(.c-btn) a {
  color: white !important;
}

.u-primary.u-primary {
  color: var(--primary-color) !important;
}

.u-line--30 {
  line-height: 1.875rem;
}

p {
  line-height: 1.625;
}

.u-emph {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

strong {
  color: inherit;
}

.u-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.u-shadow--alt {
  box-shadow: 0px 0px 21px #C2C2C2;
}

.u-radius {
  border-radius: 10px;
  overflow: hidden;
}

.u-radius--6 {
  border-radius: 6px;
  overflow: hidden;
}

.u-radius--25 {
  border-radius: 25px;
  overflow: hidden;
}

.u-radius-top-0 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media screen and (min-width: 769px) {
  .u-radius--desktop--top {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .u-radius--desktop--bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .u-radius--desktop {
    border-radius: 10px;
    overflow: hidden;
  }
  .u-radius--25-desktop {
    border-radius: 25px;
    overflow: hidden;
  }
}
.u-radius--10-25 {
  border-radius: 10px 10px 25px 25px;
  overflow: hidden;
}

.u-circle {
  overflow: hidden;
  border-radius: 100%;
}

.u-block {
  display: block;
}

.u-border--fat {
  border: 25px solid var(--primary-color);
}

.u-image__wrapper {
  max-width: 50%;
  margin: 0 auto;
}

.u-image--blank {
  background-color: transparent !important;
}

.u-accent {
  font-size: 1.25rem;
}

.u-rel {
  position: relative;
}

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

.main {
  margin-top: 0;
}

.u-video {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}

.u-image {
  margin: 0;
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  background-color: #D8D8D8;
}

.u-image--alt {
  height: 100%;
}

.u-image--56 {
  padding-bottom: 56%;
}

.u-image--50 {
  padding-bottom: 50%;
}

.u-image--full {
  padding-bottom: 138%;
}
@media screen and (min-width: 769px) {
  .u-image--full {
    padding-bottom: 138%;
    height: 100%;
  }
}

.u-image--66 {
  padding-bottom: 66.79%;
}

.u-image--72 {
  padding-bottom: 72.019%;
}

.u-image--78 {
  padding-bottom: 78.78%;
}

.u-image--83 {
  padding-bottom: 83%;
}

.u-image--122 {
  padding-bottom: 122%;
}

.u-image--150 {
  padding-bottom: 150%;
}

.u-video iframe, .u-video video, .u-maps iframe, .u-video object, .u-video embed, .u-image img {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-readable {
  max-width: 50em;
}

.u-relative {
  position: relative;
}

.u-mod--mobile {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media screen and (min-width: 769px) {
  .u-bg--full {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }
  .u-mod--mobile {
    margin: 0 !important;
  }
  .u-absolute--desktop {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .u-mod {
    margin-left: calc(-1.25rem * 2);
    margin-right: calc(-1.25rem * 2);
  }
  .u-mod--large {
    margin-left: calc(-1.25rem * 4);
    margin-right: calc(-1.25rem * 4);
  }
}
.u-left {
  text-align: left;
}

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

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

*:focus-visible {
  outline: none;
}

.u-accessable-mode *:focus-visible {
  outline: 2px solid blue !important;
}

h3:not(.c-card h3):not(.c-vacature--item h3):not(.c-agenda--item h3) {
  color: var(--secondary-color);
  font-size: 1.5rem;
}

.u-rich {
  font-size: 1rem;
}
.u-rich .u-light a, .u-rich .u-light a:visited {
  color: #f3f7f8;
}
.u-rich a, .u-rich a:visited {
  color: var(--primary-color);
}
.u-rich p {
  line-height: 1.375;
}
.u-rich sub {
  font-weight: bold;
  font-size: 1.25rem;
}
.u-rich h3 {
  font-size: 1.5rem;
}
.u-rich ul {
  padding-left: 1.5rem;
  list-style: none;
}
.u-rich ul li::before {
  content: "•";
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  margin-left: -1em;
}
.u-rich ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.u-height--100 {
  min-height: 100%;
}

.u-maps {
  background-color: #000;
  display: block;
  padding-bottom: 83%;
  position: relative;
}

.u-bold {
  font-weight: bold;
}

.u-reg {
  font-weight: normal;
}

.is-offset-right-1 {
  margin-right: 8.88%;
}

.u-10 {
  font-size: 10px;
  display: block;
  line-height: 1.2 !important;
}
.u-10 * {
  display: block;
  line-height: 1.2;
}

.c-cta {
  position: relative;
}
.c-cta:before {
  background-image: url("/img/beeld-4.svg");
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 648px;
  height: 815px;
}

.u-rel {
  position: relative;
}

.c-cards-end {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 1218px;
  height: 495;
}

.u-clean {
  text-decoration: none;
}

.page-item {
  display: inline-block;
  line-height: 0;
  margin: 0 0.5rem;
  background-color: var(--btn-color--light);
  border-radius: 100%;
  color: var(--primary-color);
  vertical-align: middle;
  font-weight: bold;
}
.page-item.disabled {
  background-color: var(--btn-color);
}
.page-item.disabled a, .page-item.disabled a:visited {
  color: white !important;
}
.page-item a {
  display: block;
  padding: 1rem 1.25rem;
  width: 45px;
  height: 45px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.page-item a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.is-size-8 {
  font-size: 14px !important;
}

.u-line-height--1 {
  line-height: 1.15;
}

.c-sport-link {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-sport-link:hover {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-sport-link:hover p {
  color: var(--primary-color);
}

.c-header {
  position: relative;
}
.c-header:before {
  content: "";
  display: block;
  width: 439px;
  height: 454px;
  position: absolute;
  left: 0;
  background-image: url("../img/kindparnters/Header-circels-linksboven.svg");
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}
.c-header:after {
  content: "";
  display: block;
  width: 942px;
  height: 450px;
  position: absolute;
  right: 0;
  background-image: url("../img/kindparnters/Header-circels-rechts.svg");
  background-repeat: no-repeat;
  bottom: 0;
  z-index: -1;
  background-size: contain;
}

.werken .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1) {
  /* Style for the 1st and 2nd sections in every group of 4 */
  position: relative;
}
.werken .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1):before {
  content: "";
  display: block;
  width: 252px;
  height: 908px;
  right: calc(100% + (100vw - 100%) / 2 - 252px) !important;
  position: absolute;
  background-image: url("../img/kp-circle-body-1.png");
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-position: right;
}
.werken .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3) {
  /* Style for the 3rd and 4th sections in every group of 4 */
  position: relative;
}
.werken .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3):after {
  content: "";
  display: block;
  width: 252px;
  height: 908px;
  position: absolute;
  left: calc(100% + (100vw - 100%) / 2 - 252px) !important;
  background-image: url("../img/kp-circle-body-2.png");
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  z-index: -1;
}

.main {
  overflow: hidden;
}
.main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1) {
  /* Style for the 1st and 2nd sections in every group of 4 */
  position: relative;
}
.main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1):before {
  content: "";
  display: block;
  width: 252px;
  height: 908px;
  right: calc(100% + (100vw - 100%) / 2 - 252px) !important;
  position: absolute;
  background-image: url("../img/kp-circle-body-1.png");
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-position: right;
}
.main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3) {
  /* Style for the 3rd and 4th sections in every group of 4 */
  position: relative;
}
.main .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3):after {
  content: "";
  display: block;
  width: 252px;
  height: 908px;
  position: absolute;
  left: calc(100% + (100vw - 100%) / 2 - 252px) !important;
  background-image: url("../img/kp-circle-body-2.png");
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  z-index: -1;
}
.main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1) {
  /* Style for the 1st and 2nd sections in every group of 4 */
  position: relative;
}
.main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1):before {
  content: "";
  display: block;
  width: 252px;
  height: 908px;
  right: calc(133% + (100vw - 100%) / 2 - 252px) !important;
  position: absolute;
  background-image: url("../img/kp-circle-body-1.png");
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-position: right;
}
.main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3) {
  /* Style for the 3rd and 4th sections in every group of 4 */
  position: relative;
}
.main .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3):after {
  content: "";
  display: block;
  width: 252px;
  height: 908px;
  position: absolute;
  left: calc(100% + (100vw - 100%) / 2 - 252px) !important;
  background-image: url("../img/kp-circle-body-2.png");
  background-repeat: no-repeat;
  background-position: left;
  top: 0;
  z-index: -1;
}

.werken:has(.bg-balls) .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+3):after {
  display: none !important;
}
.werken:has(.bg-balls) .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n+1)::before {
  display: none !important;
}
.werken:has(.bg-balls) .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(8n+1) {
  position: relative;
}
.werken:has(.bg-balls) .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(8n+1):before {
  content: "";
  display: block !important;
  right: calc(100% + (100vw - 100%) / 2 - 252px) !important;
}
.werken:has(.bg-balls) .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(8n+3) {
  position: relative;
}
.werken:has(.bg-balls) .column.is-8 .o-section-main:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(8n+3):after {
  content: "";
  display: block !important;
  left: calc(100% + (100vw - 100%) / 2 - 252px) !important;
}
.werken:has(.bg-balls) .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(odd)::after {
  display: none;
}

.c-nav {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.btn-whatsapp.btn-whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  --btn-color--dark: #218838;
  --btn-color: #28a745;
  color: white !important;
  z-index: 99;
}
.btn-whatsapp.btn-whatsapp i {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  margin-right: 0.25rem;
  vertical-align: middle;
  color: white !important;
}
.btn-whatsapp.btn-whatsapp:hover {
  color: white !important;
  text-decoration: none;
}

.is-rich p {
  font-size: 16px;
}

.c-card {
  background-color: #ffffff;
  border-radius: 6px;
}
.c-card ul {
  padding: 1.5rem;
  padding-top: 0;
}
.c-card ul a, .c-card ul a:visited {
  text-decoration: none;
}
.c-card ul a:hover, .c-card ul a:visited:hover {
  background-color: var(--primary-color);
  color: white;
}
.c-card ul ul {
  padding: 0;
  padding-left: 0rem;
}
.c-card ul ul li::before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 1em;
}

.u-height--100 {
  height: 100%;
}

.u-secondary-bg--light, .u-secondary-light-bg {
  background-color: var(--secondary-color--light);
  --label-color: var(--secondary-color);
}
.u-secondary-bg--light h2, .u-secondary-bg--light h3, .u-secondary-bg--light p, .u-secondary-bg--light span:not(.c-btn) a, .u-secondary-light-bg h2, .u-secondary-light-bg h3, .u-secondary-light-bg p, .u-secondary-light-bg span:not(.c-btn) a {
  color: var(--primary-color) !important;
}

.u-primary-bg--light, .u-primary-light-bg {
  background-color: var(--primary-color--light);
  --label-color: var(--primary-color);
}

.c-label--primary {
  --label-color: var(--primary-color);
}

.c-label--alt {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.c-label--alt.c-label--opvang {
  --label-color: var(--btn-color);
  color: var(--textcolor) !important;
}
.c-label--alt.c-label--onderwijs {
  --label-color: var(--secondary-color);
  color: var(--textcolor) !important;
}

.c-vacature--item {
  text-decoration: none;
  --label-color: var(--primary-color);
  --bg-size: 0% 100%;
  background-color: var(--secondary-color--light) !important;
  background-image: linear-gradient(90deg, var(--secondary-color), var(--secondary-color));
  background-size: var(--bg-size);
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-vacature--item p {
  color: #173142;
}
.c-vacature--item:hover {
  --bg-size: 100% 100%;
  color: #ffffff !important;
  --label-color: #ffffff;
}
.c-vacature--item:hover .c-label {
  color: var(--primary-color);
}
.c-vacature--item .is-flex:after {
  text-align: right;
  align-self: flex-end;
  justify-content: flex-end;
  display: inline-block;
  padding: 0.75rem;
  background-color: white;
  border-radius: 100%;
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1;
  justify-self: flex-end;
  margin-left: auto;
}

.c-agenda--item {
  text-decoration: none;
  --label-color: var(--primary-color);
  --bg-size: 0% 100%;
  background-color: var(--primary-color--light) !important;
  background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
  background-size: var(--bg-size);
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-agenda--item p {
  color: #173142;
}
.c-agenda--item:hover {
  --bg-size: 100% 100%;
  color: #ffffff !important;
  --label-color: #ffffff;
}
.c-agenda--item:hover .c-label {
  color: var(--primary-color);
}
.c-agenda--item:hover h3, .c-agenda--item:hover p {
  color: #ffffff;
}
.c-agenda--item .is-flex:after {
  text-align: right;
  align-self: flex-end;
  justify-content: flex-end;
  display: inline-block;
  padding: 0.75rem;
  background-color: white;
  border-radius: 100%;
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
}

.c-label {
  padding: 5px 14px;
  background-color: var(--label-color);
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
}

.c-snellnaar a, .c-snellnaar a:visited {
  text-decoration: none !important;
  color: var(--primary-color);
}

.c-snelnaarsub a:before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 1em;
}

.u-image--header {
  padding-bottom: 27.48%;
}

.u-image--56 {
  padding-bottom: 56.15%;
}

.o-content {
  max-width: 1038px !important;
}

h1, h2 {
  color: var(--primary-color) !important;
}

blockquote, .is-blockquote.is-blockquote {
  font-size: 32px;
  color: var(--secondary-color);
  text-align: center;
  margin: 0 auto;
  max-width: 420px;
}
blockquote:before, .is-blockquote.is-blockquote:before {
  content: "“";
  display: inline;
}
blockquote:after, .is-blockquote.is-blockquote:after {
  content: "”";
  display: inline;
}

.c-downloads {
  border-top: 1px solid #979797;
}

.c-downloads__item {
  border-bottom: 1px solid #979797;
  margin: 0;
}

.c-downloads__link {
  padding: 1rem 0;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

.u-breadcrumb {
  list-style: none;
}
.u-breadcrumb li {
  display: inline-block;
}
.u-breadcrumb li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  padding: 0 0.5rem;
}
.u-breadcrumb a {
  color: white !important;
}

.has-text-white a:not(.c-btn) {
  color: white !important;
}

.c-snellnaar--wrapper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .c-snellnaar--wrapper {
    top: 0px;
    position: relative;
  }
}

.u-primary-bg--alt {
  position: relative;
}
.u-primary-bg--alt:before {
  z-index: -3;
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.umbraco-forms-form input.text.text, .umbraco-forms-form.umbraco-forms-form textarea {
  max-width: none !important;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .row-fluid {
    display: flex;
    flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-fluid .col-md-12 {
    width: 100%;
    padding: 0 0.5rem;
  }
  .row-fluid .col-md-6 {
    padding: 0 0.5rem;
    width: 50%;
  }
}
.u-partof {
  position: absolute;
  top: calc(100% - 0.75rem);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  left: 0;
  background-color: var(--secondary-color);
  padding: 0.5rem 1rem;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.u-partof:hover {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: var(--secondary-color--light);
}
.u-partof span {
  color: var(--textcolor);
}

section:not(:has(.c-snellnaar--wrapper)) .column.is-8:has(.o-mod) .o-mod {
  margin-left: -25%;
  margin-right: -25%;
}

.filter-bar {
  display: block;
}
.filter-bar li {
  display: inline-block;
}
.filter-bar li .btn--active, .filter-bar li .btn--active:visited {
  color: white !important;
}

.btn--active {
  --btn-color: var(--primary-color);
}

@media screen and (min-width: 769px) {
  .c-snellnaar__outer {
    position: relative;
    top: calc(-2.75rem - 65px);
  }
  .pr-50 {
    padding-right: 50px;
  }
}
.polderbrug .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-1)::after {
  display: none;
}
.polderbrug .main section:not(.c-header, .u-primary-bg, .c-nav-bg):nth-child(4n-3)::before {
  display: none;
}

table th,
table td {
  padding: 0.5rem;
  vertical-align: middle;
}

/* Include animations */
.js .js-fadein, .js .js-fadein-up, .js .js-fadein-down, .js .js-fadein-left, .js .js-fadein-right {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.js .js-fadein.js-fadein-delay, .js .js-fadein-up.js-fadein-delay, .js .js-fadein-down.js-fadein-delay, .js .js-fadein-left.js-fadein-delay, .js .js-fadein-right.js-fadein-delay {
  transition-delay: 0.8s;
}

.js .js-fadein:not(.show), .js .js-fadein-up:not(.show), .js .js-fadein-down:not(.show), .js .js-fadein-left:not(.show), .js .js-fadein-right:not(.show) {
  cursor: default;
}

.js .js-fadein.show, .js .js-fadein-up.show, .js .js-fadein-down.show, .js .js-fadein-left.show, .js .js-fadein-right.show {
  opacity: 1;
}

.js .js-fadein.fadeout, .js .js-fadein-up.fadeout, .js .js-fadein-down.fadeout, .js .js-fadein-left.fadeout, .js .js-fadein-right.fadeout {
  opacity: 0;
}

.js .js-fadein-up, .js .js-fadein-left, .js .js-fadein-right {
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.js .js-fadein-down {
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.js .js-fadein-up.show, .js .js-fadein-down.show, .js .js-fadein-left.show, .js .js-fadein-right.show {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 600px) {
  .js .js-fadein-left {
    -ms-transform: translateX(320px);
    transform: translateX(320px);
  }
  .js .js-fadein-right {
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .js .js-fadein-left.show, .js .js-fadein-right.show {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}