/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1170px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xs-s: 480px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable */
/*! 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 {
  box-sizing: border-box;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-padding-top: 120px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding-top: 100px;
}
body:has(.hero) {
  padding-top: 0;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 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;
  margin: 0;
  display: block;
  border: none;
}

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

:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1170px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 640px;
  --breakpoint-xs: 512px;
  --breakpoint-xs-s: 480px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
:root {
  --sk-line-height--body: 1.5;
  --sk-line-height--h1: 1.09375;
  --sk-line-height--h2: 1.5;
  --sk-line-height--h3: 1.5;
  --sk-line-height--h4: 1.5;
  --sk-line-height--h5: 1.5;
  --sk-line-height--h6: 1.5;
  --sk-text-base-size: 16px;
  --sk-text--h1-up: clamp(64px, 52.606741573px + 0.0292134831 * 100vw, 90px);
  --sk-text--h1: clamp(32px, 17.9775280899px + 0.0359550562 * 100vw, 64px);
  --sk-text--h2: clamp(22px, 17.6179775281px + 0.0112359551 * 100vw, 32px);
  --sk-text--h3: clamp(24px, 23.1235955056px + 0.002247191 * 100vw, 26px);
  --sk-text--h4: clamp(20px, 18.2471910112px + 0.004494382 * 100vw, 24px);
  --sk-text--h5: clamp(20px, 20px + 0 * 100vw, 20px);
  --sk-text--h6: clamp(18px, 18px + 0 * 100vw, 18px);
  --sk-text--3xl: clamp(22px, 17.6179775281px + 0.0112359551 * 100vw, 32px);
  --sk-text--2xl: clamp(20px, 18.2471910112px + 0.004494382 * 100vw, 24px);
  --sk-text--3xl-nochange: 32px;
  --sk-text--xl-nochange: 20px;
  --sk-text--xl: 20px;
  --sk-text--md: 18px;
  --sk-text--sm: 16px;
  --sk-text--xs: 14px;
  --sk-text--2xs: 12px;
}

@media (max-width: 768px) {
  :root {
    --sk-text--xl: 16px;
    --sk-line-height--body: 1.5;
    --sk-line-height--h1: 1.1333333333;
    --sk-line-height--h2: 1.2142857143;
    --sk-line-height--h3: 1.3333333333;
    --sk-line-height--h4: 1.6;
    --sk-line-height--h5: 1.6;
    --sk-line-height--h6: 1.4;
  }
}
/* stylelint-disable */
:root {
  --sk-font-primary: Parkinsans, sans-serif;
  --sk-font-secondary: Roboto, sans-serif;
}

/* stylelint-disable */
/**
  Generate colors https://gka.github.io/palettes
 */
:root {
  /* Main colors */
  --sk-color-black: black;
  --sk-color-white: white;
  --sk-color-white2: #F6FAFF;
  --sk-color-primary: #001F51;
  --sk-color-primary-light: #95DE64;
  --sk-color-primary-dark: #237804;
  --sk-color-second: #F288CD;
  --sk-color-second-light: #C9D2FF;
  --sk-color-second-light-2: #FCB7E1;
  --sk-color-second-dark: #0050B3;
  --sk-color-third: #001F51;
  --sk-color-third-light: #F0FEC3;
  --sk-color-third-dark: #2D3648;
  /* Background colors */
  --sk-color-bg-primary: var(--sk-color-primary);
  --sk-color-bg-second: var(--sk-color-second-light);
  /* Typography */
  --sk-color-text: #202020;
  --sk-color-text-2: #626262;
  --sk-color-text-3: #8C8C8C;
  --sk-color-text-heading: var(--sk-color-text);
  --sk-color-text-subtle: var(--sk-color-text);
  --sk-color-link: var(--sk-color-text);
  --sk-color-link-hover: var(--sk-color-text);
  --sk-color-link-visited: var(--sk-color-text);
  /* Border */
  --sk-color-border: #E1E1E1;
  --sk-color-border-light: #FFE6F7;
  /* Body */
  --sk-color-body: var(--sk-color-text);
  /* Feedback */
  --sk-color-success: green;
  --sk-color-error: red;
  --sk-color-warning: orange;
  /* Icons */
  --sk-color-icon-primary: var(--sk-color-primary);
  --sk-color-icon-secondary: var(--sk-color-second);
  --sk-color-bullet-color: #CCD2DC;
}

/* stylelint-disable */
body {
  font-size: var(--sk-text-base-size);
  font-family: var(--sk-font-primary);
  color: var(--sk-color-text);
  font-weight: 400;
  line-height: var(--sk-line-height--body);
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 768px) {
  body {
    font-size: var(--sk-text--xs);
  }
}
body > main {
  flex: 1;
}
body.top-indent {
  padding-top: 115px;
}
@media (max-width: 768px) {
  body.top-indent {
    margin-top: 100px;
  }
}

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

hr {
  width: 100%;
  background: transparent;
  margin: 30px 0;
  border: none;
  border-top: 1px solid var(--sk-color-text);
}
hr.sk-hr-dashed {
  border-top-style: dashed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sk-text--3xl,
.sk-text--h1,
.sk-text--h2,
.sk-text--h3,
.sk-text--h4,
.sk-text--h5,
.sk-text--h6,
.sk-text--2xs {
  color: var(--sk-color-text-heading);
  font-family: var(--sk-font-primary);
  font-weight: 700;
}

/* text size */
.sk-text--h1-up {
  font-size: var(--sk-text--h1-up);
}

.sk-text--h1-up {
  font-size: var(--sk-text--h1-up);
  color: var(--sk-color-text);
  line-height: var(--sk-line-height--h1);
}

h1,
.sk-text--h1 {
  font-size: var(--sk-text--h1);
  color: var(--sk-color-text);
  line-height: var(--sk-line-height--h1);
}

h2,
.sk-text--h2 {
  font-size: var(--sk-text--h2);
  color: var(--sk-color-text);
  line-height: var(--sk-line-height--h2);
}

h3,
.sk-text--h3 {
  color: var(--sk-color-text);
  font-size: var(--sk-text--h3);
  line-height: var(--sk-line-height--h3);
}

h4,
.sk-text--h4 {
  color: var(--sk-color-text);
  font-size: var(--sk-text--h4);
  line-height: var(--sk-line-height--h4);
}

h5,
.sk-text--h5 {
  color: var(--sk-color-text);
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}

h6,
.sk-text--h6 {
  color: var(--sk-color-text);
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
}

.sk-subheading {
  font-size: var(--sk-text--h6);
  color: var(--sk-color-text-subtle);
}

small, .sk-text--xs {
  font-size: var(--sk-text--xs);
  font-family: var(--sk-font-primary);
}

.sk-text--xlg {
  font-size: var(--sk-text--3xl);
}

.sk-text--lg {
  font-size: var(--sk-text--xl);
}

.sk-text--md {
  font-size: var(--sk-text-base-size);
}

.sk-text--xs {
  font-size: var(--sk-text--xs);
}

.sk-text--2xs {
  font-size: var(--sk-text--2xs);
}

p {
  line-height: var(--sk-line-height--body);
  font-family: var(--sk-font-primary);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  p {
    margin-bottom: 21px;
  }
}
p:last-child, p:only-child {
  margin-bottom: 0;
}

a {
  color: var(--sk-color-link);
  text-decoration-color: var(--sk-color-link);
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a:hover, a:active, a:focus, a:focus-within {
  color: var(--sk-color-link);
  text-decoration-color: transparent;
}

.read-more-link {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--sk-text-base-size);
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: var(--sk-color-text);
  text-decoration: none;
  transition: all 0.3s linear;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.read-more-link svg path {
  transition: all 0.3s ease-in-out;
}
.read-more-link:hover {
  color: var(--sk-color-second);
  opacity: 1;
}
.read-more-link:hover svg path {
  fill: var(--sk-color-second);
}

.sk-typo-mod-color-primary {
  color: var(--sk-color-primary);
}
.sk-typo-mod-color-second {
  color: var(--sk-color-second);
}
.sk-typo-mod-color-third {
  color: var(--sk-color-second-light);
}
.sk-typo-mod-color-white {
  color: var(--sk-color-white);
}
.sk-typo-mod-color-black {
  color: var(--sk-color-text);
}
.sk-typo-mod-bg-color-primary {
  background: var(--sk-color-primary);
}
.sk-typo-mod-bg-color-second {
  background: var(--sk-color-second);
}
.sk-typo-mod-bg-color-third {
  background: var(--sk-color-third);
}
.sk-typo-mod-font-100 {
  font-weight: 100;
}
.sk-typo-mod-font-200 {
  font-weight: 200;
}
.sk-typo-mod-font-300 {
  font-weight: 300;
}
.sk-typo-mod-font-400 {
  font-weight: 400;
}
.sk-typo-mod-font-500 {
  font-weight: 500;
}
.sk-typo-mod-font-600 {
  font-weight: 600;
}
.sk-typo-mod-font-700 {
  font-weight: 700;
}
.sk-typo-mod-font-900 {
  font-weight: 900;
}

.sk-wp-editor h1,
.sk-wp-editor .sk-text--h1 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h1,
  .sk-wp-editor .sk-text--h1 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h2,
.sk-wp-editor .sk-text--h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h2,
  .sk-wp-editor .sk-text--h2 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h3,
.sk-wp-editor .sk-text--h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h3,
  .sk-wp-editor .sk-text--h3 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h4,
.sk-wp-editor .sk-text--h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h4,
  .sk-wp-editor .sk-text--h4 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h5,
.sk-wp-editor .sk-text--h5 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h5,
  .sk-wp-editor .sk-text--h5 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor h6,
.sk-wp-editor .sk-text--h6 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor h6,
  .sk-wp-editor .sk-text--h6 {
    margin-bottom: 24px;
  }
}
.sk-wp-editor p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sk-wp-editor p {
    margin-bottom: 24px;
  }
}
.sk-wp-editor p + h1, .sk-wp-editor p + h2, .sk-wp-editor p + h3, .sk-wp-editor p + h4, .sk-wp-editor p + h5, .sk-wp-editor p + h6 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sk-wp-editor p + h1, .sk-wp-editor p + h2, .sk-wp-editor p + h3, .sk-wp-editor p + h4, .sk-wp-editor p + h5, .sk-wp-editor p + h6 {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .sk-wp-editor br {
    display: none;
  }
}
.sk-wp-editor ul {
  padding-left: 20px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .sk-wp-editor ul {
    margin: 30px 0;
  }
}

/* stylelint-disable */
:root {
  --sk-container-padding: 64px;
  --sk-container-width-lg: calc(1208px + var(--sk-container-padding) * 2);
  --sk-container-width--md: calc(1128px + var(--sk-container-padding) * 2);
  --sk-container-width--sm: calc(1064px + var(--sk-container-padding) * 2);
}

@media (max-width: 1024px) {
  :root {
    --sk-container-padding: 16px;
  }
}
.sk-container {
  max-width: var(--sk-container-width-lg);
  margin: 0 auto;
  width: 100%;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
.sk-container--md {
  max-width: var(--sk-container-width--md);
}
.sk-container--sm {
  max-width: var(--sk-container-width--sm);
}
.sk-container--fl {
  max-width: 100%;
  width: 100%;
}

.content-wrapper > *:not(section) {
  max-width: var(--sk-container-width-lg);
  margin: 0 auto;
}

.sk-wrapper {
  display: flex;
}
.sk-wrapper--wrap {
  flex-wrap: wrap;
}
.sk-wrapper--jc-sb {
  justify-content: space-between;
}
.sk-wrapper--jc-c {
  justify-content: center;
}
.sk-wrapper--column {
  flex-direction: column;
  align-items: flex-start;
}
.sk-wrapper--al-c {
  align-items: center;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sk-image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .sk-only-d {
    display: none;
  }
}

@media (min-width: 769px) {
  .sk-only-m {
    display: none;
  }
}

.disable-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 16px 0 16px;
  z-index: 12;
  will-change: background-color;
  transition: background-color 0.3s ease-in-out;
  height: var(--header-height);
}
@media (max-width: 768px) {
  .header {
    transform: translateY(0) !important;
    display: flex;
    align-items: center;
    padding: 12px 0;
  }
  .header .sk-container {
    padding: 0 16px;
  }
}
.header.show .nav-main {
  top: 0;
}
.header-logo {
  width: 157px;
  height: 36px;
}
@media (max-width: 1024px) {
  .header-logo {
    width: 157px;
    height: 34px;
  }
}
@media (max-width: 992px) {
  .header-logo {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .header-logo {
    width: 154px;
  }
}
.header-logo svg {
  width: 100%;
  height: 100%;
}
.header-logo svg path {
  transition: fill 0.3s ease-in-out;
}
.header-logo::before, .header-logo::after {
  content: none !important;
}
.header-logo:hover svg path {
  fill: var(--sk-color-second);
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--sk-color-primary);
  padding: 12px 16px;
  border-radius: 9999px;
  box-shadow: 0 6px 9.8px 0 rgba(201, 210, 255, 0.1);
}
@media (max-width: 768px) {
  .header-wrapper {
    align-items: center;
  }
}
.header .nav-main {
  display: flex;
  align-items: center;
  font-size: var(--sk-text--xs);
  line-height: 24px;
}
@media (max-width: 768px) {
  .header .nav-main {
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -100vh;
    background-color: var(--sk-color-primary);
    height: 100vh;
    overflow-y: scroll;
    will-change: top;
    transition-property: top;
    padding: 120px 40px 120px;
    transition: 0.4s;
    transition-timing-function: ease-in-out;
  }
  .header .nav-main .sk-btn, .header .nav-main input[type=submit] {
    width: 100%;
    max-width: 310px;
    font-size: 20px;
    line-height: 28px;
    margin: auto 0 0 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .header .nav-main .sk-btn, .header .nav-main input[type=submit] {
    max-width: 100%;
  }
}
.header .nav-main ul {
  list-style: none;
  display: flex;
  margin: 0 16px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .header .nav-main ul {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
}
.header .nav-main ul li {
  margin-right: 16px;
  line-height: 1;
  z-index: 1;
  position: relative;
}
.header .nav-main ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .header .nav-main ul li {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.header .nav-main ul li a {
  color: var(--sk-color-second-light);
  text-decoration: none;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px;
}
@media (max-width: 1170px) {
  .header .nav-main ul li a {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .header .nav-main ul li a {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header .nav-main ul li a {
    display: inline-block;
    font-size: 24px;
  }
}
.header .nav-main ul li a:hover {
  color: var(--sk-color-second);
}
.header .nav-main ul li.current-menu-item a, .header .nav-main ul li.current_page_item a {
  color: var(--sk-color-second);
}
.header .nav-main .sk-btn, .header .nav-main input[type=submit] {
  padding: 8px 10px;
  font-size: var(--sk-text--xs);
  min-width: 100px;
}
.header .nav-main .sk-btn:hover, .header .nav-main input[type=submit]:hover {
  border-color: var(--sk-color-second-light-2);
}
.header .nav-toggler {
  display: none;
}
@media (max-width: 768px) {
  .header .nav-toggler {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: var(--sk-color-primary);
    padding: 8px 10px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid var(--sk-color-second-light);
    box-shadow: 2px 2px 4px 1px rgba(0, 31, 81, 0.15);
  }
  .header .nav-toggler .menu-title {
    font-size: var(--sk-text--xs);
    color: var(--sk-color-second-light);
    font-weight: 700;
    margin-right: 6px;
  }
  .header .nav-toggler .menu-icon {
    width: 16px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .nav-toggler .menu-icon__line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--sk-color-second-light);
    transform-origin: left;
    transition: 0.4s;
    transition-timing-function: ease-in-out;
  }
  .header .nav-toggler:hover {
    cursor: pointer;
  }
  .header .nav-toggler:hover .menu-icon__line.small {
    width: 100%;
  }
  .header .nav-toggler.menu-open .menu-title {
    color: var(--sk-color-second-light);
  }
  .header .nav-toggler.menu-open .menu-icon__line {
    background-color: var(--sk-color-second-light);
  }
  .header .nav-toggler.menu-open .menu-icon__line.small {
    width: 100%;
    transform: rotate(45deg) translateY(-1px);
  }
  .header .nav-toggler.menu-open .menu-icon__line:nth-child(2) {
    display: none;
  }
  .header .nav-toggler.menu-open .menu-icon__line:nth-child(3) {
    transform: rotate(-45deg) translateY(1px);
  }
}

.footer {
  padding: 32px 0;
  background-color: var(--sk-color-bg-second);
  color: var(--sk-color-primary);
}
@media (max-width: 768px) {
  .footer {
    padding: 24px 0;
  }
}
.footer .sk-container {
  padding: 0 32px;
}
@media (max-width: 768px) {
  .footer .sk-container {
    padding: 0 16px;
  }
}
.footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer .footer-wrapper {
    gap: 40px;
  }
}
.footer .footer-main,
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .footer-main,
  .footer .footer-bottom {
    align-items: flex-start;
    gap: 32px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer .footer-main {
    gap: 12px;
  }
}
.footer .footer-socials__wrapper, .footer .footer-socials__list {
  display: flex;
  align-items: center;
}
.footer .footer-socials__label {
  margin-bottom: 0;
}
.footer .footer-socials__wrapper {
  gap: 8px;
}
.footer .footer-socials__list {
  list-style: none;
  font-size: var(--sk-text--xl);
  gap: 4px;
  margin: 0;
  padding: 0;
}
.footer .footer-socials__list a {
  color: var(--sk-color-primary);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer .footer-socials__list a:hover {
  color: var(--sk-color-second);
}
.footer .footer-bottom {
  gap: 24px;
  font-size: var(--sk-text--xs);
}
@media (max-width: 992px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
}
.footer .nav-footer ul {
  display: flex;
  list-style: none;
  gap: 32px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .footer .nav-footer ul {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .footer .nav-footer ul {
    gap: 16px;
  }
}
.footer .nav-footer ul li {
  margin-right: 10px;
}
.footer .nav-footer ul li a {
  color: var(--sk-color-primary);
  text-decoration: none;
}
.footer .nav-footer ul li a:hover {
  color: var(--sk-color-second);
}
.footer .nav-footer ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer .footer-copyright--desktop {
    display: none;
  }
}
.footer .footer-copyright--mobile {
  margin-bottom: 28px;
  font-size: var(--sk-text--xs);
}
@media (min-width: 769px) {
  .footer .footer-copyright--mobile {
    display: none;
  }
}

input,
textarea {
  height: 48px;
  width: 100%;
  margin-bottom: 30px;
  padding: 12px;
  font-weight: 400;
  border: 1px solid var(--sk-color-black);
  background: var(--sk-color-white);
  color: var(--sk-color-black);
  font-size: var(--sk-text--xs);
  transition: border-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  input,
  textarea {
    font-size: var(--sk-text-base-size);
  }
}
input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.6);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

textarea {
  min-height: 180px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid var(--sk-color-black);
}

.gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-size: var(--sk-text-base-size);
  margin-bottom: 8px;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_body .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
  gap: 24px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  height: 180px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_consent {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_consent {
    font-size: var(--sk-text--xs);
  }
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_consent input {
  margin-top: 2px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_consent input:focus {
  outline: revert;
  outline-offset: 2px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_consent .gform-field-label {
  font-family: var(--sk-font-secondary);
  line-height: 1.5;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container_consent .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_validation_message {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer.gform-footer {
  padding-top: 24px;
  margin-top: 16px;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_footer.gform-footer .gform_button {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer.gform-footer .gform_button {
    width: 100%;
  }
}

.single .breadcrumbs-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .single .breadcrumbs-wrapper {
    margin-bottom: 60px;
  }
}
.single .content-wrapper {
  margin-bottom: 40px;
}
.single .post-type-tribe_events .single__title {
  margin-bottom: 8px;
  font-size: 32px;
}
.single .post-type-tribe_events .event-item__info {
  font-size: var(--sk-text--2xs);
  margin-bottom: 40px;
}
.single .post-type-tribe_events .event-item__info .event-item__sep {
  margin: 0 6px;
}
@media (max-width: 768px) {
  .single .post-type-tribe_events .event-item__info {
    margin-bottom: 24px;
  }
}
.single .post-type-tribe_events .single__article {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single .post-type-tribe_events .single__article {
    margin-bottom: 24px;
  }
}
.single .post-type-tribe_events .sk-btn, .single .post-type-tribe_events input[type=submit] {
  min-width: 195px;
}
.single #tribe-events-pg-template {
  margin: 0;
  padding: 0;
}

.archive.post-type-archive-tribe_events {
  background-image: url("../img/background-events.png");
}
.archive .tribe-events .tribe-common-l-container {
  padding: 0;
  margin: 34px 0 80px;
}
@media (max-width: 768px) {
  .archive .tribe-events .tribe-common-l-container {
    margin-top: 26px;
    margin-bottom: 40px;
  }
}
.archive .tribe-events .tribe-common-l-container .events__title {
  margin-bottom: 40px;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list {
    grid-template-columns: 1fr;
  }
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row {
  margin: 0;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event {
  height: 100%;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a {
  text-decoration: none;
  border: 1px solid var(--sk-color-border);
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a:hover {
  background-color: var(--sk-color-bg-second);
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a:hover .read-more-link {
  font-weight: 700;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-info {
  display: flex;
  font-size: var(--sk-text--2xs);
  color: var(--sk-color-third-dark);
  margin-bottom: 4px;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-info .sep {
  margin: 0 6px;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-date-tag {
  width: -moz-fit-content;
  width: fit-content;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-date-tag-datetime {
  display: block;
  padding-top: 0;
  text-align: left;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-venue {
  margin-bottom: 0;
}
.archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description {
  margin-bottom: 30px;
  margin-top: 4px;
  max-width: 500px;
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 768px) {
  .archive .tribe-events .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event a .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description {
    max-width: 100%;
  }
}

blockquote.sk-blockquote {
  position: relative;
  margin: 0;
  max-width: 890px;
}
blockquote.sk-blockquote::before, blockquote.sk-blockquote::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 32px;
}
@media (max-width: 1024px) {
  blockquote.sk-blockquote::before, blockquote.sk-blockquote::after {
    width: 60px;
    height: 60px;
  }
}
blockquote.sk-blockquote::before {
  background-image: url("../img/blockquote-start.svg");
  top: 0;
  left: -78px;
}
@media (max-width: 1024px) {
  blockquote.sk-blockquote::before {
    left: 0;
    top: -70px;
  }
}
blockquote.sk-blockquote::after {
  background-image: url("../img/blockquote-end.svg");
  bottom: -10px;
  right: -78px;
}
@media (max-width: 1024px) {
  blockquote.sk-blockquote::after {
    right: 0;
    bottom: -70px;
  }
}

a.sk-btn,
button.sk-btn,
.sk-btn,
input[type=submit] {
  font-family: var(--sk-font-primary);
  background: var(--sk-color-primary);
  color: var(--sk-color-white);
  border-radius: 9999px;
  min-width: 140px;
  height: 44px;
  padding: 9px 24px;
  border: 1px solid var(--sk-color-border);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 24px;
  font-size: var(--sk-text-base-size);
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  box-shadow: 2px 2px 4px 1px rgba(0, 31, 81, 0.15);
  outline-offset: 3px;
}
a.sk-btn span,
button.sk-btn span,
.sk-btn span,
input[type=submit] span {
  position: relative;
  z-index: 1;
}
a.sk-btn::after,
button.sk-btn::after,
.sk-btn::after,
input[type=submit]::after {
  content: "";
  position: absolute;
  width: 300%;
  aspect-ratio: 1/1;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%) scale(0);
  background-color: var(--sk-color-second-light-2);
  border-radius: 50%;
  transition: transform 0.35s ease-in-out;
}
a.sk-btn:hover::after,
button.sk-btn:hover::after,
.sk-btn:hover::after,
input[type=submit]:hover::after {
  transform: translate(-50%, 50%) scale(1);
}
a.sk-btn,
button.sk-btn,
.sk-btn,
input[type=submit] {
  transition: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 512px) {
  a.sk-btn,
  button.sk-btn,
  .sk-btn,
  input[type=submit] {
    width: 100%;
  }
}
a.sk-btn--primary,
button.sk-btn--primary,
.sk-btn--primary,
input[type=submit] {
  background: var(--sk-color-primary);
}
a.sk-btn--primary:hover, a.sk-btn--primary:active,
button.sk-btn--primary:hover,
button.sk-btn--primary:active,
.sk-btn--primary:hover,
input[type=submit]:hover,
.sk-btn--primary:active,
input[type=submit]:active {
  color: var(--sk-color-primary);
}
a.sk-btn--primary:hover.with-icon svg path, a.sk-btn--primary:active.with-icon svg path,
button.sk-btn--primary:hover.with-icon svg path,
button.sk-btn--primary:active.with-icon svg path,
.sk-btn--primary:hover.with-icon svg path,
input[type=submit]:hover.with-icon svg path,
.sk-btn--primary:active.with-icon svg path,
input[type=submit]:active.with-icon svg path {
  fill: var(--sk-color-primary);
}
a.sk-btn--secondary,
button.sk-btn--secondary,
.sk-btn--secondary {
  background: var(--sk-color-second-light);
  border-color: var(--sk-color-second-light);
  color: var(--sk-color-primary);
}
a.sk-btn--secondary:hover,
button.sk-btn--secondary:hover,
.sk-btn--secondary:hover {
  background: var(--sk-color-second);
}
a.sk-btn--third,
button.sk-btn--third,
.sk-btn--third {
  background: var(--sk-color-primary);
  color: var(--sk-color-white);
}
a.sk-btn--third:hover,
button.sk-btn--third:hover,
.sk-btn--third:hover {
  color: var(--sk-color-primary);
}
a.sk-btn--four,
button.sk-btn--four,
.sk-btn--four {
  background: var(--sk-color-white);
  color: var(--sk-color-primary);
  border-color: var(--sk-color-primary);
}
a.sk-btn--four:hover,
button.sk-btn--four:hover,
.sk-btn--four:hover {
  border-color: var(--sk-color-second-light);
}
a.sk-btn--disabled, a.sk-btn[disabled], a.sk-btn[readonly],
button.sk-btn--disabled,
button.sk-btn[disabled],
button.sk-btn[readonly],
.sk-btn--disabled,
.sk-btn[disabled],
input[disabled][type=submit],
.sk-btn[readonly],
input[readonly][type=submit] {
  opacity: 0.6;
  cursor: not-allowed;
}
a.sk-btn--lg,
button.sk-btn--lg,
.sk-btn--lg,
input[type=submit] {
  font-size: var(--sk-text-base-size);
  width: 195px;
  height: 45px;
}
a.sk-btn--md,
button.sk-btn--md,
.sk-btn--md {
  font-size: var(--sk-text--xs);
  width: 150px;
  height: 50px;
}
a.sk-btn--sm,
button.sk-btn--sm,
.sk-btn--sm {
  font-size: var(--sk-text-base-size);
  width: 110px;
  height: 45px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  a.sk-btn--sm,
  button.sk-btn--sm,
  .sk-btn--sm {
    width: 120px;
    height: 40px;
  }
}
a.sk-btn--auto,
button.sk-btn--auto,
.sk-btn--auto {
  max-width: inherit;
  width: auto;
}
a.sk-btn--full-w,
button.sk-btn--full-w,
.sk-btn--full-w {
  width: 100%;
}
a.sk-btn--rectangle,
button.sk-btn--rectangle,
.sk-btn--rectangle {
  border-radius: 15px;
}
a.sk-btn.with-icon svg,
a.sk-btn.with-icon img,
button.sk-btn.with-icon svg,
button.sk-btn.with-icon img,
.sk-btn.with-icon svg,
input.with-icon[type=submit] svg,
.sk-btn.with-icon img,
input.with-icon[type=submit] img {
  margin-left: 4px;
  width: 20px;
  height: auto;
  position: relative;
  z-index: 1;
}
a.sk-btn.with-icon svg path,
a.sk-btn.with-icon img path,
button.sk-btn.with-icon svg path,
button.sk-btn.with-icon img path,
.sk-btn.with-icon svg path,
input.with-icon[type=submit] svg path,
.sk-btn.with-icon img path,
input.with-icon[type=submit] img path {
  transition: fill 0.35s ease-in-out;
}

.sk-list {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.sk-list > li {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 10px;
}
.sk-list > li::before {
  content: "~";
  margin: 0 8px;
}
.sk-list > li::after {
  content: "";
}
.sk-list > li:last-child::after {
  display: none !important;
}

.sk-button-group__label {
  margin-bottom: 8px;
  font-size: var(--sk-text--xs);
}

.breadcrumbs-wrapper .breadcrumbs {
  padding: 6px 0;
  font-size: var(--sk-text-base-size);
  color: var(--sk-color-white);
  line-height: 1.4;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top-indent .breadcrumbs-wrapper .breadcrumbs, .post-type-archive-tribe_events .breadcrumbs-wrapper .breadcrumbs, .single .breadcrumbs-wrapper .breadcrumbs {
  color: var(--sk-color-primary);
}
.breadcrumbs-wrapper .breadcrumbs a {
  flex-shrink: 0;
  color: inherit;
  text-decoration: none;
}
.breadcrumbs-wrapper .breadcrumbs .sep {
  display: inline-block;
  margin: 0 4px;
  min-width: 5px;
  color: currentColor;
}
.breadcrumbs-wrapper .breadcrumbs span[aria-current=page] {
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--sk-color-second);
  font-weight: 700;
}

.section-header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    row-gap: 20px;
  }
}
.section-header__top {
  display: flex;
  flex: 1;
}
.section-header--white .section-header__title {
  color: var(--sk-color-white);
}
@media (max-width: 768px) {
  .section-header__title {
    flex: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.section-header__separator {
  height: 2px;
  background-color: var(--sk-color-border);
  flex: 1;
  margin: 26px 20px 0 30px;
  display: block;
  min-width: 50px;
}
.section-header--white .section-header__separator {
  background-color: var(--sk-color-border-light);
}
@media (max-width: 768px) {
  .section-header__separator {
    margin: 14px 0 0 20px;
  }
}
.section-header__description {
  font-size: var(--sk-text--xl);
  max-width: 632px;
  letter-spacing: -0.01em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .section-header__description {
    margin-top: 0;
  }
}
.section-header__description--small {
  font-size: var(--sk-text-base-size);
  margin-top: 14px;
}
@media (max-width: 768px) {
  .section-header__description--small {
    margin-top: 0;
  }
}
.section-header__description--short {
  max-width: 425px;
}
@media (max-width: 1280px) {
  .section-header__description {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .section-header__description {
    font-size: var(--sk-text-base-size);
  }
}
@media (max-width: 768px) {
  .section-header__description {
    width: 100%;
    flex: auto;
  }
}
