@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* stylelint-disable */
/* 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 */
}

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

/**
 * 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-md: 1024px;
  --breakpoint-m: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
:root {
  --sk-line-height-body: 24px;
  --sk-line-height-h1: 1.5;
  --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: 52px;
  --sk-text-h1: 48px;
  --sk-text-h2: 32px;
  --sk-text-h3: 24px;
  --sk-text-h4: 18px;
  --sk-text-h5: 16px;
  --sk-text-h6: 14px;
  --sk-text-xs: 14px;
  --sk-text-2xs: 12px;
}

/* stylelint-disable */
:root {
  --sk-font-primary: Poppins, sans-serif;
  --sk-font-secondary: Inter, sans-serif;
}

/* stylelint-disable */
/** Generate colors https://gka.github.io/palettes */
:root {
  --sk-color-text-primary: #1C1C1F;
  --sk-color-text-secondary: #000A08;
  --sk-color-text-grey: #6A6C6B;
  --sk-color-headings: #1C1C1F;
  --sk-color-links: #E41883;
  --sk-color-links-hover: #C90D6A;
  --sk-color-links-visited: #8A114C;
  --sk-header-bg: #fff;
  --sk-header-text: #000A08;
  --sk-footer-bg: #000A08;
  --sk-footer-text: #fff;
  --sk-color-primary: #10D496;
  --sk-color-secondary: #E41883;
  --sk-color-tertiary: #F1F2F1;
  --sk-color-black: #000A08;
  --sk-color-white: #FAFCFC;
  --sk-color-teal-100: #D1FAE6;
  --sk-color-teal-600: #03986C;
  --sk-color-teal-700: #03795A;
  --sk-button-bg-primary: #10D496;
  --sk-button-bg-primary-hover: #6DE8B9;
  --sk-button-text-primary: #000A08;
  --sk-button-bg-secondary: #F1F2F1;
  --sk-button-bg-secondary-hover: #E5E5E5;
  --sk-button-text-secondary: #000A08;
  --sk-button-bg-tertiary: #C90D6A;
  --sk-button-bg-tertiary-hover: #E41883;
  --sk-button-text-tertiary: #FAFCFC;
  --sk-body-bg: #FFFFFF;
  --sk-bg-teal: #ECFDF5;
  --sk-bg-grey-1: #F1F2F1;
  --sk-bg-grey-2: #F7F8F7;
  --sk-border-grey: #D0D1D0;
  --sk-border-grey-2: #E5E5E5;
  --sk-border-grey-3: #929594;
  --sk-border-black: #55022A;
  /* Feedback */
  --sk-color-success: #03986C;
  --sk-color-error: #F33C2E;
  --sk-color-warning: orange;
}

/* stylelint-disable */
html {
  scroll-behavior: smooth;
}

body {
  padding-top: 100px;
  font-size: var(--sk-text-base-size);
  font-family: var(--sk-font-secondary);
  color: var(--sk-color-text-primary);
  font-weight: 400;
  line-height: var(--sk-line-height-body);
}

main {
  min-height: 50vh;
  overflow-x: hidden;
}

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

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-headings);
  font-family: var(--sk-font-primary);
  font-weight: 600;
  margin-bottom: clamp(16px, 13.0285714286px + 0.0076190476 * 100vw, 24px);
}

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

h1,
.sk-text-h1 {
  font-size: var(--sk-text-h2);
  line-height: var(--sk-line-height-h1);
}
@media (min-width: 768px) {
  h1,
  .sk-text-h1 {
    font-size: var(--sk-text-h1);
  }
}

h2,
.sk-text-h2 {
  font-size: var(--sk-text-h3);
  line-height: var(--sk-line-height-h2);
}
@media (min-width: 768px) {
  h2,
  .sk-text-h2 {
    font-size: var(--sk-text-h2);
  }
}

h3,
.sk-text-h3 {
  font-size: var(--sk-text-h4);
  line-height: var(--sk-line-height-h3);
}
@media (min-width: 768px) {
  h3,
  .sk-text-h3 {
    font-size: var(--sk-text-h3);
  }
}

h4,
.sk-text-h4 {
  font-size: var(--sk-text-h5);
  line-height: var(--sk-line-height-h4);
}
@media (min-width: 768px) {
  h4,
  .sk-text-h4 {
    font-size: var(--sk-text-h4);
  }
}

h5,
.sk-text-h5 {
  font-size: var(--sk-text-h6);
  line-height: var(--sk-line-height-h5);
}
@media (min-width: 768px) {
  h5,
  .sk-text-h5 {
    font-size: var(--sk-text-h5);
  }
}

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

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

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

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

ul,
ol {
  margin-bottom: clamp(16px, 13.0285714286px + 0.0076190476 * 100vw, 24px);
}

p {
  line-height: var(--sk-line-height-body);
  font-family: var(--sk-font-secondary);
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: clamp(16px, 13.0285714286px + 0.0076190476 * 100vw, 24px);
}

a:not(.sk-btn) {
  color: var(--sk-color-links);
  text-decoration: none;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a:not(.sk-btn) * {
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a:not(.sk-btn):hover {
  color: var(--sk-color-links-hover);
  text-decoration: underline;
}
a:not(.sk-btn):hover * {
  color: var(--sk-color-links-hover);
}

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

.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-third);
}
.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 h2,
.sk-wp-editor h3,
.sk-wp-editor h4,
.sk-wp-editor h5,
.sk-wp-editor h6 {
  margin-bottom: clamp(16px, 13.0285714286px + 0.0076190476 * 100vw, 24px);
}
.sk-wp-editor h2 {
  padding-bottom: 16px;
  position: relative;
}
.sk-wp-editor h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background-color: var(--sk-color-secondary);
}
.sk-wp-editor h2.plain {
  padding-bottom: 0;
}
.sk-wp-editor h2.plain::after {
  display: none;
}
.sk-wp-editor p:not(:last-child) {
  margin-bottom: clamp(16px, 13.0285714286px + 0.0076190476 * 100vw, 24px);
}
@media (max-width: 991px) {
  .sk-wp-editor br {
    display: none;
  }
}
.sk-wp-editor .wp-block-table {
  border: 1px solid var(--sk-color-secondary);
  border-radius: 8px;
  padding: 10px;
  margin: 40px 0;
}
.sk-wp-editor .wp-block-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .sk-wp-editor .wp-block-table table {
    width: 100%;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.sk-wp-editor .wp-block-table table tbody tr {
  position: relative;
}
.sk-wp-editor .wp-block-table table tbody tr:nth-child(odd) {
  background-color: var(--sk-bg-grey-1);
}
.sk-wp-editor .wp-block-table table tbody tr:nth-child(even) {
  background-color: var(--sk-bg-grey-2);
}
.sk-wp-editor .wp-block-table table tbody tr td {
  border: 0;
  padding: 18px 16px;
}
.sk-wp-editor .wp-block-table table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.sk-wp-editor .wp-block-table table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.sk-wp-editor .wp-block-table table thead {
  border-bottom: 0;
}
.sk-wp-editor .wp-block-table table thead tr {
  background-color: #fff;
}
.sk-wp-editor .wp-block-table table thead tr th {
  border: 0;
  padding: 18px 16px;
}

/* stylelint-disable */
:root {
  --sk-container-padding: 30px;
  --sk-container-width-lg: calc(1280px + var(--sk-container-padding) * 2);
  --sk-container-width-md: calc(950px + var(--sk-container-padding) * 2);
  --sk-container-width-sm: calc(600px + var(--sk-container-padding) * 2);
}

@media (max-width: 1023px) {
  :root {
    --sk-container-padding: 15px;
  }
}
.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%;
}

.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;
}

/**
 * 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: 767px) {
  .sk-only-d {
    display: none;
  }
}

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

/* stylelint-disable selector-class-pattern */
body.admin-bar .header {
  top: 32px !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid var(--sk-border-grey);
  background-color: var(--sk-header-bg);
}
.header__logo {
  line-height: 0;
  max-width: 230px;
  padding: 10px 0;
}
.header__logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__container {
  position: relative;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1280px) {
  .header__wrapper.grid {
    grid-template-columns: 10% 1fr 10%;
  }
}
.header__menu-wrapper {
  display: flex;
  justify-content: center;
  align-self: stretch;
}
@media (min-width: 1280px) {
  .header__menu-wrapper {
    position: relative;
    align-items: center;
  }
}
.header__mobile-opener {
  background-color: transparent;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--sk-header-text);
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .header__mobile-opener {
    display: none;
  }
}
.header__mobile-opener svg {
  pointer-events: none;
}
.header__mobile-opener svg path {
  stroke: var(--sk-header-text);
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-main {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media (min-width: 1280px) {
  .nav-main {
    visibility: visible;
    opacity: 1;
    position: static;
  }
}
.nav-main.opened {
  opacity: 1;
  visibility: visible;
  top: 100%;
  right: 0;
  background: var(--sk-header-bg);
  border-radius: 0 0 8px 8px;
  min-width: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.nav-main.opened.center {
  left: 50%;
  transform: translateX(-50%);
}
.nav-main ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  margin: 0;
  gap: 0;
}
@media (min-width: 1280px) {
  .nav-main ul {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 0;
  }
}
.nav-main a {
  color: var(--sk-header-text);
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1280px) {
  .nav-main a {
    font-size: 16px;
  }
}
.nav-main li.level-0 {
  padding: 10px 16px;
  width: 100%;
  position: relative;
}
@media (min-width: 1280px) {
  .nav-main li.level-0 {
    padding: 24px 0;
    width: auto;
  }
}
.nav-main li.level-1, .nav-main li.level-2 {
  width: 100%;
  padding: 0 24px;
  position: relative;
}
.nav-main li.level-1 a, .nav-main li.level-2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .nav-main li.level-1, .nav-main li.level-2 {
    position: static;
  }
  .nav-main li.level-1:hover > a, .nav-main li.level-1:focus > a, .nav-main li.level-2:hover > a, .nav-main li.level-2:focus > a {
    background-color: var(--sk-bg-grey-1);
    color: var(--sk-header-text);
    text-decoration: none;
  }
}
.nav-main li.menu-item-has-children:first-child:not(.level-0) {
  margin-top: 9px;
}
@media (min-width: 1280px) {
  .nav-main li.menu-item-has-children:first-child:not(.level-0) {
    margin-top: 0;
  }
}
.nav-main li.menu-item-has-children ul {
  max-height: 0;
  visibility: hidden;
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
  background: var(--sk-header-bg);
  transition: all 0.2s ease-in-out;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .nav-main li.menu-item-has-children ul {
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    max-height: unset;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1607843137);
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: 0;
    padding: 24px 0;
    border-radius: 8px;
  }
}
.nav-main li.menu-item-has-children ul a {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  .nav-main li.menu-item-has-children:hover > ul, .nav-main li.menu-item-has-children:focus > ul {
    visibility: visible;
    opacity: 1;
  }
}
.nav-main li.menu-item-has-children.opened > ul {
  max-height: none;
  visibility: visible;
}
@media (min-width: 1280px) {
  .nav-main li.menu-item-has-children.level-0::after {
    content: url("../img/chevron.svg");
    right: 5px;
    color: var(--sk-header-text);
  }
  .nav-main li.menu-item-has-children.level-0:has(.menu-item-has-children:hover) > ul {
    border-radius: 8px 0 0 8px;
  }
}
.nav-main li.menu-item-has-children.level-1 ul {
  left: 100%;
  top: 0;
  border-radius: 0 8px 8px 0;
}
@media (min-width: 1280px) {
  .nav-main li.menu-item-has-children.level-1 > a::after, .nav-main li.menu-item-has-children.level-2 > a::after {
    content: url("../img/chevron.svg");
    transform: rotate(-90deg);
    right: 5px;
    color: var(--sk-header-text);
  }
}

.js-mobile-accordion-toggler {
  position: absolute;
  right: 20px;
  top: 5px;
  border: 1px solid lightgray;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  color: var(--sk-header-text);
  line-height: 1;
  padding: 5px 10px;
}
@media (min-width: 1280px) {
  .js-mobile-accordion-toggler {
    display: none;
  }
}

.footer {
  padding: 24px 0 57px;
  border-top: 1px solid rgba(28, 28, 31, 0.2);
  margin-top: 30px;
  background-color: var(--sk-footer-bg);
  color: var(--sk-footer-text);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  background: url("../img/footer-background-left.png") no-repeat left top;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer::after {
  content: "";
  position: absolute;
  background: url("../img/footer-background-right.png") no-repeat right bottom;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: clamp(30px, 18.8571428571px + 0.0285714286 * 100vw, 60px);
}
@media (min-width: 1280px) {
  .footer__wrapper {
    flex-direction: row;
  }
}
.footer__menu-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .footer__menu-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .footer__menu-wrapper {
    grid-template-columns: repeat(6, 1fr);
    min-width: 80%;
  }
}
.footer__bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1280px) {
  .footer__bottom-wrapper {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.footer__logo {
  padding-right: 30px;
}
.footer__regulations {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__regulations img {
  max-height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.footer__regulations-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .footer__regulations-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .footer__disclaimer {
    max-width: 500px;
  }
}
.footer__disclaimer p {
  color: var(--sk-footer-text);
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer__disclaimer p:not(:last-child) {
  margin-bottom: 12px;
}
.footer__disclaimer-title {
  color: var(--sk-footer-text);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__copyright {
  color: var(--sk-footer-text);
  opacity: 0.8;
  font-size: 12px;
  line-height: 24px;
}

.nav-footer ul {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 6.2857142857px + 0.0095238095 * 100vw, 20px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-footer ul li.title a {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-footer ul a {
  color: var(--sk-footer-text);
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

input,
textarea,
select {
  padding: 16px;
  height: auto;
  font-size: var(--sk-text-base-size);
  line-height: 23px;
  border: 1px solid var(--sk-color-teal-600);
  border-radius: 8px;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--sk-button-text-secondary);
  opacity: 0.9;
  font-size: var(--sk-text-base-size);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--sk-button-text-secondary);
  opacity: 0.9;
  font-size: var(--sk-text-base-size);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("../img/chevron.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

textarea {
  min-height: 200px;
  resize: none;
}

.sk-form {
  background: #fff;
  padding: 0;
  margin-bottom: 40px;
}
.sk-form form {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sk-form form {
    width: 100%;
  }
}
.sk-form form fieldset {
  width: 100%;
}
.sk-form-field {
  width: 100%;
}
.sk-form-field label {
  width: 100%;
}
.sk-form-field label span {
  color: var(--sk-color-primary);
  font-size: var(--sk-text-h5);
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
.sk-form-field:last-child input {
  margin-bottom: 38px;
}

/* stylelint-disable selector-class-pattern */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
.sk-wp-editor .gform_wrapper.gravity-theme input,
.sk-wp-editor .gform_wrapper.gravity-theme textarea,
.sk-wp-editor .gform_wrapper.gravity-theme select {
  padding: 16px !important;
  height: auto;
  font-size: var(--sk-text-base-size);
  line-height: 23px;
  border: 1px solid var(--sk-color-teal-600);
  border-radius: 8px;
}
.sk-wp-editor .gform_wrapper.gravity-theme input::-moz-placeholder, .sk-wp-editor .gform_wrapper.gravity-theme textarea::-moz-placeholder, .sk-wp-editor .gform_wrapper.gravity-theme select::-moz-placeholder {
  color: var(--sk-button-text-secondary);
  opacity: 0.9;
  font-size: var(--sk-text-base-size);
}
.sk-wp-editor .gform_wrapper.gravity-theme input::placeholder,
.sk-wp-editor .gform_wrapper.gravity-theme textarea::placeholder,
.sk-wp-editor .gform_wrapper.gravity-theme select::placeholder {
  color: var(--sk-button-text-secondary);
  opacity: 0.9;
  font-size: var(--sk-text-base-size);
}
.sk-wp-editor .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("../img/chevron.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.sk-wp-editor .gform_wrapper.gravity-theme input[type=submit] {
  width: 100%;
}
.sk-wp-editor .gform_wrapper.gravity-theme .gfield_validation_message {
  padding: 0;
  margin-top: 0;
  border: none;
  background: none;
  font-size: 12px;
  color: var(--sk-color-error);
}
.sk-wp-editor .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: var(--sk-color-error);
}
.sk-wp-editor .gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: #fff;
  border-color: var(--sk-color-error);
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 16px;
  outline: none;
}
.sk-wp-editor .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  color: var(--sk-color-error);
  font-weight: 400;
}

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: 1023px) {
  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: 1023px) {
  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: 1023px) {
  blockquote.sk-blockquote::after {
    right: 0;
    bottom: -70px;
  }
}

a.sk-btn,
button.sk-btn,
.sk-btn,
.sk-wp-editor .gform_wrapper.gravity-theme input[type=submit] {
  border-radius: 8px;
  min-width: 135px;
  border: none;
  padding: 10px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 23px;
  font-family: var(--sk-font-secondary);
  font-size: var(--sk-text-base-size);
  font-weight: 600;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
a.sk-btn--primary,
button.sk-btn--primary,
.sk-btn--primary,
.sk-wp-editor .gform_wrapper.gravity-theme input[type=submit] {
  border: 2px solid var(--sk-button-bg-primary);
  background: var(--sk-button-bg-primary);
  color: var(--sk-button-text-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,
.sk-wp-editor .gform_wrapper.gravity-theme input[type=submit]:hover,
.sk-btn--primary:active,
.sk-wp-editor .gform_wrapper.gravity-theme input[type=submit]:active {
  background-color: var(--sk-button-bg-primary-hover);
  border-color: var(--sk-button-bg-primary-hover);
}
a.sk-btn--primary:focus,
button.sk-btn--primary:focus,
.sk-btn--primary:focus,
.sk-wp-editor .gform_wrapper.gravity-theme input[type=submit]:focus {
  outline: none;
  border: 2px solid var(--sk-color-teal-700);
}
a.sk-btn--secondary,
button.sk-btn--secondary,
.sk-btn--secondary {
  background: var(--sk-button-bg-secondary);
  color: var(--sk-button-text-secondary);
  border: 2px solid var(--sk-button-bg-secondary);
}
a.sk-btn--secondary:hover, a.sk-btn--secondary:active,
button.sk-btn--secondary:hover,
button.sk-btn--secondary:active,
.sk-btn--secondary:hover,
.sk-btn--secondary:active {
  background-color: var(--sk-button-bg-secondary-hover);
  border-color: var(--sk-button-bg-secondary-hover);
}
a.sk-btn--secondary:focus,
button.sk-btn--secondary:focus,
.sk-btn--secondary:focus {
  outline: none;
  border: 2px solid var(--sk-border-grey-3);
}
a.sk-btn--tertiary,
button.sk-btn--tertiary,
.sk-btn--tertiary {
  background: var(--sk-button-bg-tertiary);
  color: var(--sk-button-text-tertiary);
  border: 2px solid var(--sk-button-bg-tertiary);
}
a.sk-btn--tertiary:hover, a.sk-btn--tertiary:active,
button.sk-btn--tertiary:hover,
button.sk-btn--tertiary:active,
.sk-btn--tertiary:hover,
.sk-btn--tertiary:active {
  background-color: var(--sk-button-bg-tertiary-hover);
  border-color: var(--sk-button-bg-tertiary-hover);
}
a.sk-btn--tertiary:focus,
button.sk-btn--tertiary:focus,
.sk-btn--tertiary:focus {
  outline: none;
  border: 2px solid var(--sk-border-black);
}
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],
.sk-wp-editor .gform_wrapper.gravity-theme input[disabled][type=submit],
.sk-btn[readonly],
.sk-wp-editor .gform_wrapper.gravity-theme input[readonly][type=submit] {
  opacity: 0.6;
  cursor: not-allowed;
}

.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;
}

.news-card__image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.news-card__title {
  font-size: var(--sk-text-h4);
  margin-bottom: 10px;
  line-height: 25px;
}
.news-card__title:hover {
  color: var(--sk-color-links-hover);
}
.news-card__date {
  color: var(--sk-color-text-grey);
  font-size: 14px;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pagination .btn {
  border-radius: 4px;
  height: 37px;
  border: 1px solid var(--sk-border-grey-2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .btn a,
.pagination .btn button,
.pagination .btn span {
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 15px;
  color: var(--sk-color-text-primary);
  text-decoration: none;
  display: flex;
  border-radius: 4px;
  line-height: inherit;
}
.pagination .btn:not(.current):hover {
  background-color: var(--sk-border-grey-2);
}
.pagination .btn.current:not(:has(.dots)) {
  background-color: var(--sk-button-bg-primary);
  border-color: var(--sk-button-bg-primary);
}
.pagination .btn.disabled button {
  background: transparent;
  cursor: not-allowed;
  border: none;
}
.pagination .btn.next a,
.pagination .btn.next button, .pagination .btn.prev a,
.pagination .btn.prev button {
  padding: 6px 10px;
}

.sk-breadcrumbs {
  margin-bottom: clamp(16px, 13.0285714286px + 0.0076190476 * 100vw, 24px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--sk-color-text-grey);
}
.sk-breadcrumbs a {
  color: var(--sk-color-text-grey);
}
.sk-breadcrumbs a:hover {
  text-decoration: underline;
  color: var(--sk-color-links-hover);
}
.sk-breadcrumbs span, .sk-breadcrumbs a {
  font-size: 14px;
}
.sk-breadcrumbs span {
  color: var(--sk-color-teal-700);
}

.related-posts__list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.related-posts__item {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--sk-border-grey);
}
.related-posts__item-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts__item-title {
  font-size: var(--sk-text-h5);
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 4px;
}
.related-posts__item-date {
  font-size: var(--sk-text-xs);
  color: var(--sk-color-text-grey);
}

.related-casinos__list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.related-casinos__item {
  display: flex;
  border: 1px solid var(--sk-border-grey);
  border-radius: 8px;
  overflow: hidden;
}
.related-casinos__item-image {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-casinos__item-link {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.related-casinos__item-title {
  font-size: var(--sk-text-xs);
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 0;
}

.post-author {
  display: flex;
  flex-direction: column;
  background-color: var(--sk-bg-teal);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: clamp(16px, 10.0571428571px + 0.0152380952 * 100vw, 32px);
}
.post-author__content {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.post-author__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-author__name {
  margin-bottom: 2px;
}
.post-author__position, .post-author__description {
  margin-bottom: 0;
}
