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

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

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

h1, h2, h3, h4, h4, h5, h6, p, a {
  margin: 0;
}

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 0;
}

cite {
  font-style: normal;
}

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

html {
  color: rgb(var(--site-text-color));
  background-color: rgb(var(--site-background-color));
  box-sizing: border-box;
  font-size: calc(var(--base) / var(--base) * 1rem);
  font-weight: normal;
  line-height: var(--line-height);
}

body {
  color: rgb(var(--site-text-color));
  font-family: var(--font-family-default);
  overflow-x: hidden;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.site-width {
  width: var(--site-width);
  max-width: 100%;
  margin: 0 auto;
  padding-left: var(--site-gutter-mobile);
  padding-right: var(--site-gutter-mobile);
}

@media (min-width: 768px) {
  .site-width {
    padding: 0 var(--site-gutter-desktop);
  }
}
img {
  width: 100%;
  height: auto;
}

img.image-defer-src {
  visibility: hidden;
}

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
}

address {
  font-style: normal;
}
address span:empty ~ br {
  display: none;
}

[data-glide-dir] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.sr-only {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link {
  background: #fff;
  border: 1px solid #000;
  font-weight: bold;
  left: 10px;
  padding: 15px 20px;
  position: absolute;
  text-decoration: none;
  top: 10px;
  z-index: 1100;
  transform: translateX(0);
}

.skip-link:not(:focus) {
  transform: translateX(-100vw);
}

.sticky-header,
.sticky-header--scroll {
  display: block;
}

.sticky-header {
  position: relative;
  width: 100%;
}

.sticky-header--scroll {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  transform: translateY(calc(var(--sticky-height) * -1));
  box-shadow: 0 0 4px rgb(198, 198, 198);
  z-index: 998;
}

.has-sticky-header #wpadminbar {
  position: fixed;
}
.has-sticky-header body {
  position: relative;
}
.has-sticky-header .sticky-header {
  width: 100%;
  z-index: 999;
}
.has-sticky-header .sticky-header.sticky-header--scroll .functional-nav,
.has-sticky-header .sticky-header.sticky-header--scroll .alert-bar {
  display: none;
}
.has-sticky-header .sticky-header.sticky-header--scroll .header {
  color: rgb(var(--color-default));
  background: rgb(var(--color-light));
}
.has-sticky-header .sticky-header.sticky-header--scroll .header .logo--alt {
  display: block;
}
.has-sticky-header .sticky-header.sticky-header--scroll .header .logo--main {
  display: none;
}
.has-sticky-header .sticky-header.sticky-header--scroll .nav {
  --level-1-color: var(--color-default);
}
.has-sticky-header .sticky-header.sticky-header--visible, .has-sticky-header .sticky-header.sticky-header--sticky[data-scroll-direction=up] {
  transition: 300ms transform ease;
}
.has-sticky-header .sticky-header.sticky-header--visible {
  transform: translateY(0);
}

html {
  box-sizing: border-box;
}

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

a {
  color: rgb(var(--color-default));
}

.rte {
  font-size: calc(var(--font-size-min) / var(--base) * 1rem);
}
@media (min-width: 992px) {
  .rte {
    font-size: calc(var(--font-size-max) / var(--base) * 1rem);
  }
}
.rte h1,
.rte .h1 {
  color: rgb(var(--color-default));
  font-family: var(--h1-font-family);
  font-size: calc(var(--h1-font-size-min) / var(--base) * 1rem);
  font-weight: calc(var(--h1-font-weight) / var(--base) * 1rem);
  line-height: var(--h1-line-height);
  margin-bottom: var(--h1-margin-bottom);
  margin-top: var(--h1-margin-top);
}
.rte h2,
.rte .h2 {
  color: rgb(var(--color-default));
  font-family: var(--h2-font-family);
  font-size: calc(var(--h2-font-size-min) / var(--base) * 1rem);
  font-weight: calc(var(--h2-font-weight) / var(--base) * 1rem);
  line-height: var(--h2-line-height);
  margin-bottom: var(--h2-margin-bottom);
  margin-top: var(--h2-margin-top);
}
.rte h3,
.rte .h3 {
  color: rgb(var(--color-default));
  font-family: var(--h3-font-family);
  font-size: calc(var(--h3-font-size-min) / var(--base) * 1rem);
  font-weight: calc(var(--h3-font-weight) / var(--base) * 1rem);
  line-height: var(--h3-line-height);
  margin-bottom: var(--h3-margin-bottom);
  margin-top: var(--h3-margin-top);
}
.rte h4,
.rte .h4 {
  color: rgb(var(--color-default));
  font-family: var(--h4-font-family);
  font-size: calc(var(--h4-font-size-min) / var(--base) * 1rem);
  font-weight: calc(var(--h4-font-weight) / var(--base) * 1rem);
  line-height: var(--h4-line-height);
  margin-bottom: var(--h4-margin-bottom);
  margin-top: var(--h4-margin-top);
}
.rte h5,
.rte .h5 {
  color: rgb(var(--color-default));
  font-family: var(--h5-font-family);
  font-size: calc(var(--h5-font-size-min) / var(--base) * 1rem);
  font-weight: calc(var(--h5-font-weight) / var(--base) * 1rem);
  line-height: var(--h5-line-height);
  margin-bottom: var(--h5-margin-bottom);
  margin-top: var(--h5-margin-top);
}
.rte h6,
.rte .h6 {
  color: rgb(var(--color-default));
  font-family: var(--h6-font-family);
  font-size: calc(var(--h6-font-size-min) / var(--base) * 1rem);
  font-weight: calc(var(--h6-font-weight) / var(--base) * 1rem);
  line-height: var(--h6-line-height);
  margin-bottom: var(--h6-margin-bottom);
  margin-top: var(--h6-margin-top);
}
@media (min-width: 992px) {
  .rte h1,
  .rte .h1 {
    font-size: calc(var(--h1-font-size-max) / var(--base) * 1rem);
  }
  .rte h2,
  .rte .h2 {
    font-size: calc(var(--h2-font-size-max) / var(--base) * 1rem);
  }
  .rte h3,
  .rte .h3 {
    font-size: calc(var(--h3-font-size-max) / var(--base) * 1rem);
  }
  .rte h4,
  .rte .h4 {
    font-size: calc(var(--h4-font-size-max) / var(--base) * 1rem);
  }
  .rte h5,
  .rte .h5 {
    font-size: calc(var(--h5-font-size-max) / var(--base) * 1rem);
  }
  .rte h6,
  .rte .h6 {
    font-size: calc(var(--h6-font-size-max) / var(--base) * 1rem);
  }
}
.rte p {
  line-height: 150%;
}
.rte p + p {
  margin-top: 20px;
}
.rte ul li {
  --font-size: calc(var(--font-size-min) / var(--base) * 1rem);
  --bullet-color: var(--color-primary);
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.rte ul li + li {
  margin-top: 10px;
}
.rte ul li:before {
  --sizeAdjust: .55;
  --size: calc( ( var(--font-size) ) * var(--sizeAdjust) );
  --offset: calc( ( ( var(--font-size) * var(--line-height) ) - var(--size)) / 2 );
  display: block;
  content: "";
  background-color: rgb(var(--bullet-color));
  height: var(--size);
  width: var(--size);
  border-radius: var(--size);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: var(--offset);
}
@media (min-width: 992px) {
  .rte ul li {
    --font-size: calc(var(--font-size-max) / var(--base) * 1rem);
  }
}

.footer {
  --padding: var(--padding-mobile);
  --logoWidth: 250px;
  background-color: rgb(var(--background-color));
  color: rgb(var(--font-color));
  padding: var(--padding);
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
}

.footer__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.footer__logo {
  max-width: var(--logoWidth);
  margin: 0 auto;
}

.footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}
.footer__social .social-links {
  --iconSize: 30px;
  --gap: 20px;
}

.footer__copyright {
  text-align: center;
  margin-top: 10px;
}

.footer__menu {
  text-align: center;
}
.footer__menu h2 {
  margin-bottom: 5px;
}
.footer__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
}

@media (min-width: 576px) {
  .footer {
    --padding: var(--padding-tablet);
  }
}
@media (min-width: 992px) {
  .footer {
    --padding: var(--padding-desktop);
    --logoWidth: 300px;
  }
  .footer__row {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__menu {
    text-align: left;
  }
  .footer__menu h2 {
    margin-bottom: 15px;
  }
  .footer__menu ul {
    gap: 15px;
  }
  .footer__social {
    margin-top: auto;
    -ms-flex-pack: start;
        justify-content: start;
  }
  .footer-copyright {
    text-align: left;
    margin-top: 20px;
  }
}
.button {
  --background-color-hover: var(--color-primary);
  --border-color: var(--color-primary);
  --border-width: 2px 2px 2px 2px;
  --border-radius: 10px 10px 10px 10px;
  --font-color: var(--color-default);
  --font-color-hover: var(--color-light);
  --padding-min: 10px 15px 10px 15px;
  --padding-max: 10px 15px 10px 15px;
  --border-width-min: 2px 2px 2px 2px;
  --border-width-max: 2px 2px 2px 2px;
  --border-radius-min: 50px 50px 50px 50px;
  --border-radius-max: 50px 50px 50px 50px;
  --font-size-max: 23;
  --font-size-min: 18;
  --padding: var(--padding-min);
  background: rgb(var(--background-color));
  border-color: rgb(var(--border-color));
  border-width: var(--border-width);
  border-style: solid;
  border-radius: var(--border-radius);
  color: rgb(var(--font-color));
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: calc(var(--font-size-min) / var(--base) * 1rem);
  font-weight: 800;
  -ms-flex-pack: center;
      justify-content: center;
  padding: var(--padding);
  text-align: center;
  white-space: nowrap;
  transition: 300ms all ease;
}
@media (pointer: fine) {
  .button:hover {
    background: rgb(var(--background-color-hover));
    color: rgb(var(--font-color-hover));
  }
}

.button--style-one {
  --background-color: var(--color-secondary);
  --background-color-hover: transparent;
  --border-color: var(--color-secondary);
  --font-color: var(--color-light);
  --font-color-hover: var(--color-default);
}

@media (min-width: 992px) {
  .button {
    --padding: var(--padding-max);
    font-size: calc(var(--font-size-max) / var(--base) * 1rem);
  }
}
.social-links {
  --gap: 15px;
  --iconSize: 20px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}
.social-links svg {
  height: var(--iconSize);
  width: var(--iconSize);
}

.image img {
  display: block;
}

.kickstart-image {
  position: relative;
}
.kickstart-image:after {
  content: "";
  display: block;
}

.kickstart-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img.rounded-corner-right {
  border-radius: 0 70px 0 0;
}
img.rounded-corner-left {
  border-radius: 70px 0 0 0;
}

@media (min-width: 992px) {
  img.rounded-corner-right {
    border-radius: 0 100px 0 0;
  }
  img.rounded-corner-left {
    border-radius: 100px 0 0 0;
  }
}
