@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --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-behavior: smooth;
}

/**
 * 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, .sk-link {
  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;
  max-width: 100%;
  height: auto;
  display: block;
}

/* 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 */
  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: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
:root {
  --sk-line-height--body: 1.625;
  --sk-line-height--extralarge: 1.1333333333;
  --sk-line-height--h1: 1.1607142857;
  --sk-line-height--h2--up: 1.0869565217;
  --sk-line-height--h2: 1.4;
  --sk-line-height--h3--up: 1.2222222222;
  --sk-line-height--h3: 1.5;
  --sk-line-height--h4: 1.4615384615;
  --sk-line-height--h5: 1.4166666667;
  --sk-line-height--h6: 1.5;
  --sk-line-height--lg: 1.4444444444;
  --sk-text-base-size: 16px;
  --sk-text--extralarge: clamp(40px, -17.1428571429px + 0.0558035714 * 100vw, 90px);
  --sk-text--h1-up: clamp(34px, 2px + 0.03125 * 100vw, 62px);
  --sk-text--h1: clamp(34px, 13.4285714286px + 0.0200892857 * 100vw, 52px);
  --sk-text--h2-up: clamp(34px, 20.2857142857px + 0.0133928571 * 100vw, 46px);
  --sk-text--h2: clamp(26px, 10px + 0.015625 * 100vw, 40px);
  --sk-text--h3-up: clamp(24px, 10.2857142857px + 0.0133928571 * 100vw, 36px);
  --sk-text--h3: clamp(24px, 17.1428571429px + 0.0066964286 * 100vw, 30px);
  --sk-text--h4: clamp(20px, 13.1428571429px + 0.0066964286 * 100vw, 26px);
  --sk-text--h5: clamp(18px, 11.1428571429px + 0.0066964286 * 100vw, 24px);
  --sk-text--h6: clamp(18px, 15.7142857143px + 0.0022321429 * 100vw, 20px);
  --sk-text--xl: clamp(20px, 15.4285714286px + 0.0044642857 * 100vw, 24px);
  --sk-text--lg: clamp(16px, 13.7142857143px + 0.0022321429 * 100vw, 18px);
  --sk-text--xs: 14px;
  --sk-text--2xs: 12px;
}

@media (max-width: 768px) {
  :root {
    --sk-line-height--h1: 1.2631578947;
    --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 */
@font-face {
  font-family: "Avenir-Pro";
  src: url("../fonts/Avenir-Pro/Avenir-Pro-Regular.woff") format("woff"), url("../fonts/Avenir-Pro/Avenir-Pro-Regular.woff2") format("woff2"), url("../fonts/Avenir-Pro/Avenir-Pro-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Pro";
  src: url("../fonts/Avenir-Pro/Avenir-Pro-Italic.woff") format("woff"), url("../fonts/Avenir-Pro/Avenir-Pro-Italic.woff2") format("woff2"), url("../fonts/Avenir-Pro/Avenir-Pro-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Pro";
  src: url("../fonts/Avenir-Pro/Avenir-Pro-Black.woff") format("woff"), url("../fonts/Avenir-Pro/Avenir-Pro-Black.woff2") format("woff2"), url("../fonts/Avenir-Pro/Avenir-Pro-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Thin.woff") format("woff"), url("../fonts/Poppins/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ThinItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-ThinItalic.ttf") format("ttf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraLight.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.woff") format("woff"), url("../fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-LightItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-LightItalic.ttf") format("ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Italic.woff") format("woff"), url("../fonts/Poppins/Poppins-Italic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-MediumItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-MediumItalic.ttf") format("ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("ttf");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-BoldItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-BoldItalic.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("ttf");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Black.woff") format("woff"), url("../fonts/Poppins/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-BlackItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/Poppins/Poppins-BlackItalic.ttf") format("ttf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mountains-of-Christmas";
  src: url("../fonts/Mountains-of-Christmas/Mountains-of-Christmas-Regular.woff") format("woff"), url("../fonts/Mountains-of-Christmas/Mountains-of-Christmas-Regular.woff2") format("woff2"), url("../fonts/Mountains-of-Christmas/Mountains-of-Christmas-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Press-Start";
  src: url("../fonts/Press-Start/Press-Start-Regular.woff") format("woff"), url("../fonts/Press-Start/Press-Start-Regular.woff2") format("woff2"), url("../fonts/Press-Start/Press-Start-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
}
:root {
  --sk-font-primary: Avenir-Pro;
  --sk-font-secondary: Poppins;
  --sk-font-christmas: Mountains-of-Christmas;
  --sk-font-counter: Press-Start;
}

/* stylelint-disable */
/**
  Generate colors https://gka.github.io/palettes
 */
:root {
  /* Main colors */
  --sk-color-black: black;
  --sk-color-white: white;
  --sk-color-grey: #b2b2b2;
  --sk-color-grey-second: #d6d6d6;
  --sk-color-grey-third: #505D70;
  --sk-color-black-two: #1C232D;
  --sk-color-black-second: #333;
  --sk-color-grey-color: #999;
  --sk-color-primary: #34fed9;
  --sk-color-primary-light: #01e7bc;
  --sk-color-primary-dark: #01b795;
  --sk-color-primary-bg: #D0FFF6;
  --sk-color-primary-white: #1d3ec3;
  --sk-color-second: #190750;
  --sk-color-second-light: #a98ffa;
  --sk-color-second-dark: #6031ed;
  --sk-color-third: #2f0d96;
  --sk-color-third-light: #edf0fc;
  --sk-color-third-dark: #0194e7;
  --sk-color-fourth: #3e5ee2;
  --sk-color-fourth-dark: #9954de;
  --sk-color-fourth-light: #7189ea;
  --sk-color-fifth: #017a64;
  --sk-color-fifth-dark: #013d32;
  /* Background colors */
  --sk-color-bg-primary: var(--sk-color-second);
  --sk-color-bg-second: #f2f6fd;
  /* Typography */
  --sk-color-text: #190750;
  --sk-color-text-heading: var(--sk-color-text);
  --sk-color-text-subtle: #8995a6;
  --sk-color-link: var(--sk-color-second);
  --sk-color-link-hover: var(--sk-color-fourth);
  --sk-color-link-visited: var(--sk-color-second);
  /* Border */
  --sk-color-border: #c8c8c8;
  --sk-color-border-second: #d4d7fA;
  --sk-color-border-third: #dce2fa;
  /* 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-green: #00C389;
  --sk-blue: #00b2ff;
  --sk-red: #fd2f58;
  --sk-blue-two: #4112ce;
  --sk-blue-light: #0AADFF;
  --sk-blue-light-bg: #EBF8FF;
  --sk-purple: #7526c5;
  --sk-purple-bg: #F5EEFC;
  --sk-violet: #B887E8;
  --sk-purple-two: #7D56F0;
  --sk-orange: #EE624D;
  --sk-indicator: #a6b5f2;
  --sk-bg-gradient: linear-gradient(173.44deg, rgb(62, 94, 223) -12.87%, rgb(41, 3, 112) 94.84%);
  --sk-bg-gradient-two: linear-gradient(202deg, rgb(27, 45, 203) 4.39%, rgb(26, 7, 83) 82.02%);
  --sk-bg-gradient-three: linear-gradient(186deg, rgb(48, 102, 248) 10.75%, rgb(41, 3, 112) 86.14%);
  --sk-bg-gradient-four: linear-gradient(rgb(25, 7, 80) 24.81%, rgb(23, 7, 71) 45.72%, rgb(38, 11, 122) 90.67%);
  --sk-bg-gradient-header: linear-gradient(180deg, #190750 0%, #2F0D96 100%);
  --sk-bullet: #00a7c0;
  --sk--subheading: #879eff;
  --sk-meta: #4e5f77;
  --sk-input: #f8feff;
  --sk-input-color-placeholder: #505d7080;
  --sk-mobile-unactive: #d7d8db;
}

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

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-secondary);
  font-weight: 700;
}

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

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

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

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

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

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

.sk-text--xl {
  font-size: var(--sk-text--xl);
  line-height: 1;
  font-family: var(--sk-font-secondary);
}

.sk-text--lg, .facetwp-checkbox, .facetwp-radio, .footer .footer-col.first p {
  font-size: var(--sk-text--lg);
  line-height: var(--sk-line-height--lg);
  font-family: var(--sk-font-secondary);
}

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

.sk-text--body {
  font-size: var(--sk-text-base-size);
  font-family: var(--sk-font-primary);
  font-weight: 400;
  line-height: var(--sk-line-height--body);
}

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

p {
  line-height: var(--sk-line-height--body);
  font-family: var(--sk-font-secondary);
  margin: 0 0 1.25rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p a, p .sk-link {
  text-decoration: underline;
}

li,
th,
td {
  font-family: var(--sk-font-secondary);
}

a, .sk-link {
  color: var(--sk-color-link);
  text-decoration: none;
  transition: 0.3s;
  transition-timing-function: ease;
}
a:hover, .sk-link:hover, a:active, .sk-link:active, a:focus, .sk-link:focus, a:focus-within, .sk-link:focus-within {
  color: var(--sk-color-link-hover);
}

.sk-link {
  color: var(--sk-color-text);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
.sk-link {
  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;
}

.wp-block-heading {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.sk-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  margin-left: 0.25rem;
  width: 1.5rem;
  transition: 0.3s;
  transition-timing-function: ease;
}

ol.no-m-p,
ul.no-m-p {
  padding: 0;
  margin: 0;
}
ol.no-m-p-ls,
ul.no-m-p-ls {
  padding: 0;
  margin: 0;
  list-style: none;
}

.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-color-fourth {
  color: var(--sk-color-fourth);
}
.sk-typo-mod-color-white {
  color: var(--sk-color-white);
}
.sk-typo-mod-color-grey {
  color: var(--sk-color-grey);
}
.sk-typo-mod-color-text {
  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-bg-color-blue {
  background: var(--sk-color-third-light);
}
.sk-typo-mod-bg-color-white {
  background: var(--sk-color-white);
}
.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-800 {
  font-weight: 800;
}
.sk-typo-mod-font-900 {
  font-weight: 900;
}
.sk-typo-mod-font-italic {
  font-style: italic;
}
.sk-typo-mod-font-uppercase {
  text-transform: uppercase;
}
.sk-typo-mod-font-primary, .sk-typo-mod-font-primary p, .sk-typo-mod-font-primary li, .sk-typo-mod-font-primary a, .sk-typo-mod-font-primary .sk-link {
  font-family: var(--sk-font-primary);
}
.sk-typo-mod-font-secondary, .sk-typo-mod-font-secondary p, .sk-typo-mod-font-secondary li, .sk-typo-mod-font-secondary a, .sk-typo-mod-font-secondary .sk-link {
  font-family: var(--sk-font-secondary);
}

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

:root {
  --sk-container-padding: 16px;
  --sk-container-width--xl: calc(1520px + var(--sk-container-padding) * 2);
  --sk-container-width-lg: calc(1440px + var(--sk-container-padding) * 2);
  --sk-container-width--md: calc(1280px + var(--sk-container-padding) * 2);
  --sk-container-width--sm: calc(1024px + 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);
}
@media (max-width: 1600px) {
  .sk-container {
    max-width: var(--sk-container-width--md);
  }
}
.sk-container--md {
  max-width: var(--sk-container-width--md);
}
.sk-container--sm {
  max-width: var(--sk-container-width--sm);
}
.sk-container--xl {
  max-width: var(--sk-container-width--xl);
}
@media (max-width: 1600px) {
  .sk-container--xl {
    max-width: var(--sk-container-width--sm);
  }
}
.sk-container--fl {
  max-width: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
}

.disabled-scroll {
  overflow: hidden;
}

.to-right-edge {
  margin-right: calc((var(--sk-container-width-lg) - 100vw) / 2 - var(--sk-container-padding));
}
@media (max-width: 1600px) {
  .to-right-edge {
    margin-right: calc((var(--sk-container-width--md) - 100vw) / 2 - var(--sk-container-padding));
  }
}
@media (max-width: 1440px) {
  .to-right-edge {
    margin-right: calc((var(--sk-container-width--sm) - 100vw) / 2 - var(--sk-container-padding));
  }
}
@media (max-width: 1024px) {
  .to-right-edge {
    margin-right: 0;
  }
}
.to-right-edge--md {
  margin-right: calc((var(--sk-container-width--md) - 100vw) / 2 - var(--sk-container-padding));
}
@media (max-width: 1280px) {
  .to-right-edge--md {
    margin-right: -16px;
  }
}

.larger-on-small .sk-container {
  max-width: var(--sk-container-width--xl);
}
.larger-on-small .sk-container .hero-form {
  max-width: 100%;
  padding: 2.1875rem;
}

.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--al-c {
  align-items: center;
}
.sk-wrapper--column {
  flex-direction: column;
  align-items: flex-start;
}
.sk-wrapper--reverse {
  display: flex;
  flex-direction: row-reverse;
}

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

.sk-image-contain {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sk-image-right {
  -o-object-position: right;
     object-position: right;
}

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

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

.w-h-100 {
  width: 100%;
  height: 100%;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.position-absolute {
  position: absolute;
}
.position-absolute-left-top {
  top: 0;
  left: 0;
}
.position-absolute-left-center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.position-absolute-left-bottom {
  left: 0;
  bottom: 0;
}
.position-absolute-right-top {
  top: 0;
  right: 0;
}
.position-absolute-right-center {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.position-absolute-right-bottom {
  right: 0;
  bottom: 0;
}
.position-absolute-center {
  top: 50%;
  left: 50%;
}
.position-absolute-center-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.position-absolute-center-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .mobile-nowrap {
    display: flex;
    margin-right: -16px;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-nowrap::-webkit-scrollbar {
    display: none;
  }
}

.sk-display-block {
  display: block;
}
.sk-display-none {
  display: none;
}

.sk-bg-100-top {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
.sk-bg-cover-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.sk-bg-blue {
  background-color: var(--sk-color-fourth);
}

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

.sk-flex {
  display: flex;
}
.sk-flex-center {
  display: flex;
  align-items: center;
}
.sk-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-flex-jc-between {
  display: flex;
  justify-content: space-between;
}
.sk-flex-column-jc-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sk-br-shd {
  border-radius: 20px;
  box-shadow: 0 4px 60px 0 rgba(13, 0, 92, 0.1);
  background: var(--sk-color-white);
}

.sk-no-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  .archive:not(.post-type-archive-foodtrends):not(.tax-foodtrend-category) .hero--new .sk-section--background {
    background-image: none !important;
  }
}

.sk-section--background + .sk-container {
  z-index: 1;
  position: relative;
}

section.sk-section-hide,
section .sk-section-hide {
  display: none !important;
}

.sk-medium-grey {
  color: #3d3d3d;
}

.sk-medium-blue {
  color: #3e5ee2;
}

.sk-dark-blue {
  color: #190750;
}

.sk-bright-green {
  color: #34fed9;
}

@media (min-width: 1024px) {
  .sk-desktop-mr-auto {
    margin-right: auto;
  }
}

.sk-dt-pt-60 {
  padding-top: 3.75rem;
}
@media (max-width: 1024px) {
  .sk-dt-pt-60 {
    padding-top: 1.875rem;
  }
}

@media (max-width: 1024px) {
  .sk-mobile-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .sk-mobile-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sk-bg-grey-meduim {
  background-color: #d6d6d6;
}

.sk-bg-blue-meduim {
  background-color: #3e5ee2;
}

.sk-bg-blue-light {
  background-color: #dce2fa;
}

.wp-block-cover {
  padding: 3.125rem;
}
.wp-block-cover > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-cover > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-cover .wp-block-columns {
  margin: 0;
}
.wp-block-cover .wp-block-columns h2 {
  margin-bottom: 0;
}
.wp-block-cover p.position-absolute a, .wp-block-cover p.position-absolute .sk-link {
  width: 100%;
  height: 100%;
  display: block;
}
.wp-block-buttons {
  margin-bottom: 1.25rem;
}
.wp-block-button .wp-block-button__link {
  font-family: var(--sk-font-secondary);
  background: var(--sk-color-primary);
  color: var(--sk-color-second);
  border-radius: 36px;
  min-height: 56px;
  border: 1px solid var(--sk-color-primary);
  padding: 12px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  font-size: var(--sk-text--lg);
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  transition: 0.3s;
  transition-timing-function: ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  background: var(--sk-color-primary-dark);
  border-color: var(--sk-color-primary-dark);
}
.wp-block-button.secondary .wp-block-button__link {
  background: transparent;
  border-color: var(--sk-color-primary);
}
.wp-block-button.secondary .wp-block-button__link:hover, .wp-block-button.secondary .wp-block-button__link:focus, .wp-block-button.secondary .wp-block-button__link:active {
  border-color: var(--sk-color-second);
}
@media (min-width: 1024px) {
  .wp-block-image {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 1024px) {
  .sk-container .wp-block-columns.sk-container {
    padding: 0;
  }
  .sk-container .wp-block-columns.sk-container .wp-block-columns {
    gap: 0;
  }
}

.sk-pd-80 {
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .sk-pd-80 {
    padding: 5rem 0;
  }
}
.sk-pd-75 {
  padding: 2.1875rem 0;
}
@media (min-width: 1024px) {
  .sk-pd-75 {
    padding: 4.6875rem 0;
  }
}
.sk-pd-50 {
  padding: 2.1875rem 0.75rem;
}
@media (min-width: 1024px) {
  .sk-pd-50 {
    padding: 3.125rem 0.75rem;
  }
}
.sk-pd-46 {
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .sk-pd-46 {
    padding: 2.875rem 0;
  }
}
.sk-pd-40-44 {
  padding: 1.875rem 2rem;
}
@media (min-width: 1024px) {
  .sk-pd-40-44 {
    padding: 2.5rem 2.75rem;
  }
}
.sk-pd-40 {
  padding: 1.875rem;
}
@media (min-width: 1024px) {
  .sk-pd-40 {
    padding: 2.5rem;
  }
}
.sk-pd-38 {
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .sk-pd-38 {
    padding: 2.375rem;
  }
}
.sk-pd-36-24 {
  padding: 1.125rem 0.75rem;
}
@media (min-width: 1024px) {
  .sk-pd-36-24 {
    padding: 2.25rem 1.5rem;
  }
}
.sk-pd-35 {
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .sk-pd-35 {
    padding: 2.1875rem;
  }
}
.sk-pd-30-40 {
  padding: 1.875rem 2rem;
}
@media (min-width: 1024px) {
  .sk-pd-30-40 {
    padding: 2.5rem 2.75rem;
  }
}
.sk-pd-24 {
  padding: 1.375rem;
}
@media (min-width: 1024px) {
  .sk-pd-24 {
    padding: 1.5rem;
  }
}
.sk-pd-20-24 {
  padding: 1.25rem 1.375rem;
}
@media (min-width: 1024px) {
  .sk-pd-20-24 {
    padding: 1.25rem 1.5rem;
  }
}
.sk-pd-t-b-20 {
  padding: 1.25rem 0;
}
.sk-pd-20 {
  padding: 1.25rem;
}
.sk-pd-15 {
  padding: 0.9375rem;
}
.sk-pd-14 {
  padding: 0.875rem;
}
.sk-pd-12-14 {
  padding: 0.75rem 0.875rem;
}
.sk-pd-10 {
  padding: 0.625rem;
}
.sk-pd-8 {
  padding: 0.5rem;
}
.sk-pd-t-24 {
  padding-top: 1.5rem;
}
.sk-pd-b-0 {
  padding-bottom: 0 !important;
}

.sk-mg-t-80 {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-80 {
    margin-top: 5rem;
  }
}
.sk-mg-t-64 {
  margin-top: 1.75rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-64 {
    margin-top: 4rem;
  }
}
.sk-mg-t-60 {
  margin-top: 1.625rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-60 {
    margin-top: 3.75rem;
  }
}
.sk-mg-t-56 {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-56 {
    margin-top: 3.5rem;
  }
}
.sk-mg-t-40 {
  margin-top: 1.375rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-40 {
    margin-top: 2.5rem;
  }
}
.sk-mg-t-36 {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-36 {
    margin-top: 2.25rem;
  }
}
.sk-mg-t-34 {
  margin-top: 1.125rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-34 {
    margin-top: 2.125rem;
  }
}
.sk-mg-t-32 {
  margin-top: 1.125rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-32 {
    margin-top: 2rem;
  }
}
.sk-mg-t-28 {
  margin-top: 0.875rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-28 {
    margin-top: 1.75rem;
  }
}
.sk-mg-t-24, .sk-mg-t-24.sk-section.dark {
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-24, .sk-mg-t-24.sk-section.dark {
    margin-top: 1.5rem;
  }
}
.sk-mg-t-20 {
  margin-top: 1.25rem;
}
.sk-mg-t-16 {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-16 {
    margin-top: 1rem;
  }
}
.sk-mg-t-14 {
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-14 {
    margin-top: 0.875rem;
  }
}
.sk-mg-t-10 {
  margin-top: 0.3125rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-10 {
    margin-top: 0.625rem;
  }
}
.sk-mg-t-8 {
  margin-top: 0.25rem;
}
@media (min-width: 1024px) {
  .sk-mg-t-8 {
    margin-top: 0.5rem;
  }
}
.sk-mg-t-0 {
  margin-top: 0;
}
.sk-mg-b-80 {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-80 {
    margin-bottom: 5rem;
  }
}
.sk-mg-b-74 {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-74 {
    margin-bottom: 4.625rem;
  }
}
.sk-mg-b-56, .sk-mg-b-56:last-of-type {
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-56, .sk-mg-b-56:last-of-type {
    margin-bottom: 3.5rem;
  }
}
.sk-mg-b-50 {
  margin-bottom: 1.625rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-50 {
    margin-bottom: 3.125rem;
  }
}
.sk-mg-b-48, .sk-mg-b-48:last-of-type {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-48, .sk-mg-b-48:last-of-type {
    margin-bottom: 3rem;
  }
}
.sk-mg-b-40, .sk-mg-b-40:last-of-type {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-40, .sk-mg-b-40:last-of-type {
    margin-bottom: 2.5rem;
  }
}
.sk-mg-b-36, .sk-mg-b-36:last-of-type {
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-36, .sk-mg-b-36:last-of-type {
    margin-bottom: 2.25rem;
  }
}
.sk-mg-b-32, .sk-mg-b-32:last-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-32, .sk-mg-b-32:last-of-type {
    margin-bottom: 2rem;
  }
}
.sk-mg-b-30 {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-30 {
    margin-bottom: 1.875rem;
  }
}
.sk-mg-b-28, .sk-mg-b-28:last-of-type {
  margin-bottom: 0.875rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-28, .sk-mg-b-28:last-of-type {
    margin-bottom: 1.75rem;
  }
}
.sk-mg-b-26, .sk-mg-b-26:last-of-type {
  margin-bottom: 0.8125rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-26, .sk-mg-b-26:last-of-type {
    margin-bottom: 1.625rem;
  }
}
.sk-mg-b-24, .sk-mg-b-24:last-of-type {
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-24, .sk-mg-b-24:last-of-type {
    margin-bottom: 1.5rem;
  }
}
.sk-mg-b-20, .sk-mg-b-20:last-of-type {
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-20, .sk-mg-b-20:last-of-type {
    margin-bottom: 1.25rem;
  }
}
.sk-mg-b-18, .sk-mg-b-18:last-of-type {
  margin-bottom: 0.5625rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-18, .sk-mg-b-18:last-of-type {
    margin-bottom: 1.125rem;
  }
}
.sk-mg-b-16, .sk-mg-b-16:last-of-type {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-16, .sk-mg-b-16:last-of-type {
    margin-bottom: 1rem;
  }
}
.sk-mg-b-14, .sk-mg-b-14:last-of-type {
  margin-bottom: 0.4375rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-14, .sk-mg-b-14:last-of-type {
    margin-bottom: 0.875rem;
  }
}
.sk-mg-b-12, .sk-mg-b-12:last-of-type {
  margin-bottom: 0.4375rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-12, .sk-mg-b-12:last-of-type {
    margin-bottom: 0.75rem;
  }
}
.sk-mg-b-10 {
  margin-bottom: 0.375rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-10 {
    margin-bottom: 0.625rem;
  }
}
.sk-mg-b-8 {
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .sk-mg-b-8 {
    margin-bottom: 0.5rem;
  }
}
.sk-mg-b-4 {
  margin-bottom: 0.25rem;
}
.sk-mg-l-auto {
  margin-left: auto;
}
.sk-mg-no {
  margin: 0 !important;
}

.sk-title-h2 {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .sk-title-h2 {
    margin-bottom: 3.5rem;
  }
}

.sk-section:not(.dark), .sk-section.dark.two-step-form-hubspot {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .sk-section:not(.dark), .sk-section.dark.two-step-form-hubspot {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sk-section.dark:not(.two-step-form-hubspot) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .sk-section.dark:not(.two-step-form-hubspot) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.sk-section.sk-no-mg-t-b {
  margin-top: 0;
  margin-bottom: 0;
}
.sk-section--medium {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 1024px) {
  .sk-section--medium {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.sk-section--medium.light {
  margin: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 1024px) {
  .sk-section--medium.light {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sk-section--small {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .sk-section--small {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.sk-section--small.white {
  margin: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .sk-section--small.white {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.sk-section.ab-test-hide {
  display: none;
}

.marquee-container + .sk-section.dark {
  margin-top: 10rem;
}

.marquee-container + .sk-section--medium,
.marquee-container + .sk-section--small {
  margin-top: 8.75rem;
}

.marquee-container + .sk-section-p-t.dark {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .marquee-container + .sk-section-p-t.dark {
    padding-top: 8.75rem;
    padding-bottom: 0;
  }
}

.sk-border-rad-100pc {
  border-radius: 100%;
}
.sk-border-rad-40 {
  border-radius: 2.5rem;
}
.sk-border-rad-32 {
  border-radius: 2rem;
}
.sk-border-rad-24 {
  border-radius: 1.5rem;
}
.sk-border-rad-20 {
  border-radius: 1.25rem;
}
.sk-border-rad-16 {
  border-radius: 1rem;
}
.sk-border-rad-14 {
  border-radius: 0.875rem;
}
.sk-border-rad-12 {
  border-radius: 0.75rem;
}
.sk-border-rad-10 {
  border-radius: 0.625rem;
}
.sk-border-rad-8 {
  border-radius: 0.5rem;
}
.sk-border-color-purple {
  border: 1px solid var(--sk-purple-two);
}
.sk-border-color-grey {
  border: 1px solid #e7e9ec;
}
.sk-border-none {
  border: none;
}
.sk-border-color-blue-medium {
  border: 1px solid #3e5ee2;
}
.sk-border-width-3px {
  border-width: 3px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--sk-color-white);
  z-index: 100;
  box-shadow: 0 7px 28.605px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition-timing-function: ease;
}
.header.hidden {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.header-logo {
  width: 7.875rem;
  height: 1.75rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header-logo {
    width: 8.875rem;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .header-logo {
    width: 11.375rem;
  }
}
.header-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-logo svg {
  width: 100%;
  height: 100%;
  color: var(--sk-color-white);
}
.header-buttons {
  display: none;
}
@media (min-width: 1024px) {
  .header-buttons {
    display: flex;
  }
  .header-buttons .sk-btn, .header-buttons .facetwp-load-more, .header-buttons .facetwp-reset, .header-buttons input[type=submit] {
    margin-left: 0.625rem;
  }
}
.header-buttons .sk-btn, .header-buttons .facetwp-load-more, .header-buttons .facetwp-reset, .header-buttons input[type=submit] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.header-buttons .sk-btn--secondary {
  color: var(--sk-color-second);
  border-color: var(--sk-color-second);
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header-wrapper {
    padding: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .header .nav-main {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 4.5rem 0 0;
    background: var(--sk-color-white);
    height: 100vh;
  }
  .header .nav-main.openned {
    display: block;
  }
}
.header .nav-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .header .nav-main ul.menu-level-0 {
    margin-bottom: 1.25rem;
    max-height: calc(100% - 11rem);
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  .header .nav-main ul {
    display: flex;
  }
}
.header .nav-main ul li {
  font-size: var(--sk-text-base-size);
  line-height: 1;
  font-family: var(--sk-font-secondary);
}
.header .nav-main ul li.menu-item-level-0 {
  margin-right: 1.25rem;
  padding: 1.875rem 0;
}
@media (max-width: 1280px) {
  .header .nav-main ul li.menu-item-level-0 {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .header .nav-main ul li.menu-item-level-0 {
    margin-right: 0;
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 1024px) {
  .header .nav-main ul li.menu-item-level-0 a, .header .nav-main ul li.menu-item-level-0 .sk-link {
    display: flex;
  }
}
.header .nav-main ul li.menu-item-level-0 > a:hover, .header .nav-main ul li.menu-item-level-0 > .sk-link:hover {
  font-weight: 700;
}
.header .nav-main ul li.menu-item-level-0.menu-item-has-children > a, .header .nav-main ul li.menu-item-level-0.menu-item-has-children > .sk-link {
  position: relative;
}
.header .nav-main ul li.menu-item-level-0.menu-item-has-children > a::after, .header .nav-main ul li.menu-item-level-0.menu-item-has-children > .sk-link::after {
  content: "";
  position: absolute;
  height: 0.375rem;
  width: 100%;
  top: 100%;
  left: 0;
  border-radius: 1.875rem;
  transition: 0.3s;
  transition-timing-function: ease;
}
.header .nav-main ul li.menu-item-level-0:nth-of-type(3) > .sk-submenu.submenu-level-0, .header .nav-main ul li.menu-item-level-0:nth-of-type(5) > .sk-submenu.submenu-level-0 {
  max-width: 50rem;
}
@media (min-width: 1024px) {
  .header .nav-main ul li.menu-item-level-0:nth-of-type(3) > .sk-submenu.submenu-level-0 .menu-item-level-1:has(.sk-submenu-highlight), .header .nav-main ul li.menu-item-level-0:nth-of-type(5) > .sk-submenu.submenu-level-0 .menu-item-level-1:has(.sk-submenu-highlight) {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .header .nav-main ul li {
    font-size: var(--sk-text-base-size);
  }
}
@media (max-width: 1280px) {
  .header .nav-main ul li {
    font-size: var(--sk-text--xs);
  }
}
@media (max-width: 1024px) {
  .header .nav-main ul li {
    font-size: var(--sk-text-base-size);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header .nav-main ul li:last-child {
  margin-right: 0;
}
.header .nav-main ul li a, .header .nav-main ul li .sk-link {
  color: var(--sk-color-text);
}
.header .nav-main ul li a:hover, .header .nav-main ul li .sk-link:hover {
  color: var(--sk-color-fourth);
}
.header .nav-main ul li.hidden {
  display: none;
}
.header .nav-main ul li.menu-item-has-children a, .header .nav-main ul li.menu-item-has-children .sk-link {
  display: flex;
}
.header .nav-main ul li.menu-item-has-children a svg, .header .nav-main ul li.menu-item-has-children .sk-link svg {
  color: var(--sk-color-text);
}
.header .nav-main ul li.menu-item-has-children a svg.arrow-mobile, .header .nav-main ul li.menu-item-has-children .sk-link svg.arrow-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header .nav-main ul li.menu-item-has-children a, .header .nav-main ul li.menu-item-has-children .sk-link {
    position: relative;
  }
  .header .nav-main ul li.menu-item-has-children a .sk-dropdown, .header .nav-main ul li.menu-item-has-children .sk-link .sk-dropdown {
    position: absolute;
    right: 0;
  }
  .header .nav-main ul li.menu-item-has-children a .sk-dropdown .arrow-desktop, .header .nav-main ul li.menu-item-has-children .sk-link .sk-dropdown .arrow-desktop {
    display: none;
  }
  .header .nav-main ul li.menu-item-has-children a .sk-dropdown .arrow-mobile, .header .nav-main ul li.menu-item-has-children .sk-link .sk-dropdown .arrow-mobile {
    display: block;
  }
}
.header .nav-main ul li.menu-item-has-children a:hover, .header .nav-main ul li.menu-item-has-children .sk-link:hover {
  color: var(--sk-color-fourth);
}
.header .nav-main ul li.menu-item-has-children > .sk-submenu {
  display: none;
}
@media (min-width: 1024px) {
  .header .nav-main ul li.menu-item-has-children > .sk-submenu.submenu-level-0 {
    position: absolute;
    width: 100%;
    max-width: 1208px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: var(--sk-color-white);
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
  }
  .header .nav-main ul li.menu-item-has-children > .sk-submenu.submenu-level-0 .submenu-level-0-wrapper {
    flex: 1;
  }
  .header .nav-main ul li.menu-item-has-children > .sk-submenu.submenu-level-1 {
    display: block;
  }
}
.header .nav-main ul li.menu-item-has-children > .sk-submenu > ul li {
  padding: 0.625rem 1.25rem;
}
@media (max-width: 1024px) {
  .header .nav-main ul li.menu-item-has-children > .sk-submenu > ul li {
    padding: 0.5rem 0;
    border: none;
    line-height: 1.3125rem;
  }
  .header .nav-main ul li.menu-item-has-children > .sk-submenu > ul li:last-child {
    padding-bottom: 0;
  }
}
.header .nav-main ul li.menu-item-has-children.visible > a, .header .nav-main ul li.menu-item-has-children.visible > .sk-link {
  color: var(--sk-color-fourth);
  font-weight: 700;
}
.header .nav-main ul li.menu-item-has-children.visible > a::after, .header .nav-main ul li.menu-item-has-children.visible > .sk-link::after {
  background-color: #7189ea;
}
.header .nav-main ul li.menu-item-has-children.visible > a > .sk-dropdown, .header .nav-main ul li.menu-item-has-children.visible > .sk-link > .sk-dropdown {
  transform: scale(-1);
}
.header .nav-main ul li.menu-item-has-children.visible > a > .sk-dropdown svg, .header .nav-main ul li.menu-item-has-children.visible > .sk-link > .sk-dropdown svg {
  color: var(--sk-color-fourth);
}
.header .nav-main ul li.menu-item-has-children.visible > .sk-submenu {
  display: block;
}
.header .nav-main .sk-login,
.header .nav-main .sk-trial {
  margin: 1rem auto 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .header .nav-main .sk-login,
  .header .nav-main .sk-trial {
    display: none;
  }
}
.header .nav-main .sk-link--mob {
  display: flex;
  margin: 2rem auto 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .header .nav-main .sk-link--mob {
    display: none;
  }
}
.header .hamburger {
  background: none;
  border: none;
  z-index: 2;
}
.header .hamburger svg {
  width: 24px;
  height: 16px;
  color: var(--sk-color-fourth);
}
@media (min-width: 1024px) {
  .header .hamburger {
    display: none;
  }
}
.header .sk-submenu-main {
  display: flex;
}
@media (max-width: 1024px) {
  .header .sk-submenu-main {
    flex-direction: column;
  }
}
.header .sk-submenu-highlight {
  height: auto;
  background: var(--sk-indicator);
  padding: 1rem;
  line-height: 1.5;
  margin: 0 -1rem;
}
@media (min-width: 1024px) {
  .header .sk-submenu-highlight {
    margin: 0;
    max-width: 100%;
    flex: 1 0 18.875rem;
  }
}
.header .sk-submenu-highlight .highlight-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.header .sk-submenu-highlight .highlight-text {
  margin-bottom: 0.5rem;
}
.header .sk-submenu-highlight .highlight-image {
  height: 8.375rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.header .sk-submenu-highlight .highlight-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sk-submenu-highlight .highlight-link {
  color: var(--sk-color-fourth);
  font-weight: 700;
}
.header .sk-submenu-highlight .highlight-link .highlight-icon {
  color: var(--sk-color-fourth);
  transition: 0.3s;
  transition-timing-function: ease;
}
.header .sk-submenu-highlight .highlight-link:hover {
  font-weight: 900;
  color: var(--sk-color-white) !important;
}
.header .sk-submenu-highlight .highlight-link:hover .highlight-icon {
  color: var(--sk-color-white);
  margin-left: 0.3125rem;
}
.header .submenu-level-0 .submenu-level-1 .menu-item-level-2 a, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 .sk-link {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.header .submenu-level-0 .submenu-level-1 .menu-item-level-2 a:hover, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 .sk-link:hover, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 a:active, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 .sk-link:active, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 a:focus, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 .sk-link:focus, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 a:focus-within, .header .submenu-level-0 .submenu-level-1 .menu-item-level-2 .sk-link:focus-within {
  text-decoration-color: currentColor;
  color: var(--sk-color-text);
}
@media (min-width: 1024px) {
  .header .sk-submenu.submenu-level-0.visible .sk-submenu-highlight {
    min-height: 353px;
  }
  .header .submenu-level-0 {
    box-shadow: 0 2px 4px 0 rgba(25, 7, 80, 0.08);
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .menu-item-level-1 {
    padding: 0 1.625rem;
    border-radius: 0.75rem;
    width: 33.3333%;
    transition: 0.3s;
    transition-timing-function: ease;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .menu-item-level-1 > a, .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .menu-item-level-1 > .sk-link {
    color: var(--sk-color-fourth-light);
    font-weight: 700;
    border-bottom: 1px solid var(--sk-color-border-third);
    padding-bottom: 5px;
    cursor: default;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .menu-item-level-1 .arrow-desktop {
    display: none;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .submenu-level-1 {
    padding: 1.625rem 0 0;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .submenu-level-1 .menu-level-2 {
    display: block;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .submenu-level-1 .menu-item-level-2 {
    padding: 0.375rem 0;
    position: relative;
    border-radius: 0.75rem;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .submenu-level-1 .menu-item-level-2 a, .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .submenu-level-1 .menu-item-level-2 .sk-link {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1 .submenu-level-1 .menu-item-level-2 .menu-item-title {
    line-height: 1.5;
  }
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1:has(.sk-submenu-highlight) .menu-item-level-1:has(.sk-submenu-highlight) {
    padding: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
    height: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .submenu-level-0:has(.submenu-level-1) .menu-level-1:has(.sk-submenu-highlight) .menu-item-level-1:has(.sk-submenu-highlight) {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 {
    flex-direction: column;
  }
  .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 {
    cursor: pointer;
  }
  .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 a:not(.highlight-link), .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 .sk-link:not(.highlight-link) {
    padding: 0.5rem 1.625rem;
    text-decoration: underline;
    text-decoration-color: transparent;
    color: var(--sk-color-text);
    line-height: 1.5;
  }
  .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 a:not(.highlight-link):hover, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 .sk-link:not(.highlight-link):hover, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 a:not(.highlight-link):active, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 .sk-link:not(.highlight-link):active, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 a:not(.highlight-link):focus, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 .sk-link:not(.highlight-link):focus, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 a:not(.highlight-link):focus-within, .header .submenu-level-0:not(:has(.submenu-level-1)) .menu-level-1 .menu-item-level-1 .sk-link:not(.highlight-link):focus-within {
    text-decoration-color: currentColor;
  }
  .header .submenu-level-0 .menu-level-1 {
    padding: 1rem 0;
  }
  .header .submenu-level-0 .menu-item-level-1:has(.sk-submenu-highlight) {
    padding: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
    height: 100%;
    cursor: default !important;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .submenu-level-0 .menu-item-level-1:has(.sk-submenu-highlight) {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    padding: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .header .menu-item-text,
  .header .sk-submenu .sk-btn,
  .header .sk-submenu .facetwp-load-more,
  .header .sk-submenu .facetwp-reset,
  .header .sk-submenu input[type=submit] {
    display: none;
  }
  .header ul.menu-level-1 {
    padding: 0.625rem 0 0;
  }
  .header .menu-item-level-1 {
    padding: 0.75rem 0;
  }
  .header .menu-item-level-1.menu-item-has-children > a, .header .menu-item-level-1.menu-item-has-children > .sk-link {
    line-height: 1.3125rem;
    padding-bottom: 0.125rem;
    font-weight: 700;
    color: var(--sk-color-fourth-light) !important;
    border-bottom: 1px solid var(--sk-color-border-third);
  }
  .header ul.menu-level-2 {
    padding: 0.625rem 0 0;
  }
}
@media (min-width: 1024px) {
  .header.visible::before {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
  }
  .header.visible::after {
    opacity: 0.75;
    content: "";
    background: linear-gradient(0deg, rgba(25, 7, 80, 0.5) 0%, rgba(25, 7, 80, 0.5) 100%), #fff;
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
  .header.visible .sk-container {
    position: relative;
    z-index: 3;
  }
}

.sk-banner {
  background: var(--sk-color-white);
  padding: 0.625rem 0;
  font-weight: bold;
  font-size: var(--sk-text--lg);
  line-height: 30px;
  position: sticky;
  top: 0;
  z-index: 101;
  transition: 0.3s;
  transition-timing-function: ease;
}
.sk-banner--wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .sk-banner--wrapper {
    grid-template-columns: auto;
  }
}
.sk-banner--center {
  display: flex;
  gap: 1.5625rem;
  grid-column: 2;
}
@media (max-width: 1024px) {
  .sk-banner--center {
    grid-column: 1;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .sk-banner--center {
    grid-column: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
}
.sk-banner--text {
  margin-bottom: -4px;
  font-family: var(--sk-font-primary);
}
.sk-banner .sk-link {
  grid-column: 3;
  justify-self: end;
  font-size: var(--sk-text-base-size);
  margin-right: 0.625rem;
  margin-left: 15px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (max-width: 768px) {
  .sk-banner .sk-link {
    display: none;
  }
}
.sk-banner .sk-link:hover {
  text-decoration-color: currentColor;
}
.sk-banner p {
  font-family: var(--sk-font-primary);
}
.sk-banner p a, .sk-banner p .sk-link {
  color: var(--sk-color-text);
  text-decoration: underline;
  font-family: inherit;
}
.sk-banner p a:hover, .sk-banner p .sk-link:hover, .sk-banner p a:focus, .sk-banner p .sk-link:focus {
  color: #5c1d9a;
}

.page-title {
  padding: 2.5rem 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-title {
    padding: 5rem 1rem;
  }
}

.page-minimal .header-wrapper {
  padding: 1rem 0;
}
@media (min-width: 1024px) {
  .page-minimal .header-wrapper {
    padding: 1.75rem 0;
  }
}

.footer {
  padding: 2.1875rem 0;
  background: #dce2fa;
}
@media (min-width: 1024px) {
  .footer {
    padding: 5rem 0;
  }
}
.footer > svg {
  z-index: 1;
  max-width: 100%;
}
.footer .sk-container {
  position: relative;
  z-index: 2;
}
.footer-bg {
  border-radius: 0.5rem;
  background: var(--sk-color-white);
  padding: 1rem 0.5rem;
}
@media (min-width: 1024px) {
  .footer-bg {
    border-radius: 1.25rem;
    padding: 2.8125rem 3.75rem;
  }
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wrapper:first-child {
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
  display: none;
}
@media (min-width: 1024px) {
  .footer .footer-wrapper:first-child {
    display: flex;
    margin-bottom: 36px;
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-col:not(:last-of-type):not(.first) {
    margin-right: 3.125rem;
  }
}
.footer .footer-col.first {
  margin-right: auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 1024px) {
  .footer .footer-col.first {
    text-align: center;
    margin-bottom: 1.125rem;
    flex: 0 0 auto;
    width: 100%;
  }
}
.footer .footer-col.first p {
  font-family: var(--sk-font-primary);
}
@media (min-width: 1024px) {
  .footer .footer-col.first p {
    margin-bottom: 24px;
  }
}
.footer .footer-col.first p:last-of-type {
  font-size: 15px;
  line-height: 23px;
}
.footer .footer-col.first p:last-of-type a, .footer .footer-col.first p:last-of-type .sk-link {
  color: var(--sk-color-fourth);
  text-decoration: none;
}
.footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul.menu li {
  line-height: 20px;
  font-size: 14px;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .footer ul.menu li {
    font-family: var(--sk-font-primary);
    line-height: 28px;
    font-size: 18px;
    padding: 0;
  }
}
.footer ul.menu li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .footer ul.menu li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.footer .footer-sign-up--title,
.footer .footer-widget--title {
  display: block;
  font-family: var(--sk-font-secondary);
  font-weight: 700;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .footer .footer-sign-up--title,
  .footer .footer-widget--title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .footer .footer-widget--title {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-sign-up--title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.footer a:not(.sk-login):hover, .footer .sk-link:not(.sk-login):hover, .footer a:not(.sk-login):active, .footer .sk-link:not(.sk-login):active, .footer a:not(.sk-login):focus, .footer .sk-link:not(.sk-login):focus, .footer a:not(.sk-login):focus-within, .footer .sk-link:not(.sk-login):focus-within {
  color: var(--sk-color-link-hover);
}
.footer .footer-contact {
  display: block;
  line-height: 28px;
  font-size: 18px;
  font-family: var(--sk-font-primary);
}
@media (min-width: 1024px) {
  .footer .menu-quick-links-footer-container,
  .footer .menu-trending-queries-footer-container,
  .footer .footer-contact {
    margin-top: 2rem;
  }
}
.footer .wp-block-social-links {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  gap: 16px;
}
.footer .wp-block-social-links li {
  background: none;
}
.footer .wp-block-social-links li svg {
  width: 1.75rem;
  height: 1.75rem;
}
.footer .wp-block-social-links li:hover, .footer .wp-block-social-links li:active, .footer .wp-block-social-links li:focus, .footer .wp-block-social-links li:focus-within {
  transform: none;
  color: var(--sk-color-link-hover) !important;
}
@media (min-width: 1024px) {
  .footer .wp-block-social-links {
    margin-top: 24px;
    justify-content: flex-end;
  }
}
.footer .hs-form .hs-error-msgs {
  margin-top: 0 !important;
  position: absolute;
  top: calc(100% - 1rem);
  left: 1.75rem;
}
.footer .hs-form .hs_error_rollup {
  display: none;
}
.footer .hs-form input {
  height: 56px;
  border-radius: 2.25rem;
}
.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
  background: none;
  border: none;
  padding: 0;
  line-height: 28px;
  font-size: 18px;
  font-family: var(--sk-font-primary);
  color: var(--sk-color-text);
  display: block;
  transition: 0.3s all ease;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:hover {
  color: var(--sk-color-link-hover);
}
.footer .footer-cta {
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .footer .footer-cta {
    padding-bottom: 7rem;
  }
}
@media (max-width: 1024px) {
  .footer .footer-cta .footer-text {
    display: none;
  }
  .footer .footer-cta .sk-btn, .footer .footer-cta .facetwp-load-more, .footer .footer-cta .facetwp-reset, .footer .footer-cta input[type=submit] {
    width: auto;
  }
}
.footer .footer-cta--wrap {
  max-width: 47.9375rem;
  margin: 0 auto;
}
.footer .footer-cta--wrap .sk-btn--blue:hover, .footer .footer-cta--wrap .sk-btn--blue:active, .footer .footer-cta--wrap .sk-btn--blue:focus, .footer .footer-cta--wrap .sk-btn--blue:focus-within {
  color: var(--sk-color-white);
}

#request_demo {
  padding: 0 1.25rem;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: rgba(62, 94, 226, 0.35);
}
#request_demo .lightbox--overlay {
  background: none;
}
#request_demo .demo-lightbox {
  background: var(--sk-color-white);
  max-width: 81.25rem;
  max-height: calc(100vh - 6.25rem);
  overflow: scroll;
  padding: 1rem;
  margin: 5rem auto auto;
  border-radius: 0.625rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox {
    border-radius: 3.125rem;
    padding: 3.75rem 3.75rem;
    margin: 8.875rem auto auto;
    max-height: calc(100vh - 10.125rem);
  }
}
#request_demo .demo-lightbox--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--wrap {
    gap: 2.8125rem;
  }
}
#request_demo .demo-lightbox--form {
  text-align: center;
  padding: 1rem;
  background: #edf0fc;
  border-radius: 0.625rem;
  width: 100%;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--form {
    max-width: 33.75rem;
    flex: 33.75rem;
    padding: 3rem 2.5rem;
    border-radius: 1.75rem;
  }
}
#request_demo .demo-lightbox--form .hbspt-form form {
  display: flex;
  flex-direction: column;
}
#request_demo .demo-lightbox--form .hbspt-form form fieldset {
  position: relative;
}
@media (max-width: 1024px) {
  #request_demo .demo-lightbox--form .hbspt-form form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0;
  }
}
#request_demo .demo-lightbox--form .hbspt-form form .hs-input {
  border: none;
}
#request_demo .demo-lightbox--form .hbspt-form form .hs-fieldtype-intl-phone {
  padding: 0;
}
#request_demo .demo-lightbox--form .hbspt-form form .hs-fieldtype-intl-phone input,
#request_demo .demo-lightbox--form .hbspt-form form .hs-fieldtype-intl-phone select {
  height: 3.5rem;
}
#request_demo .demo-lightbox--form .hbspt-form form .hs_submit input[type=submit] {
  background: var(--sk-color-fourth);
  color: var(--sk-color-white);
  border-color: var(--sk-color-fourth);
}
#request_demo .demo-lightbox--form .hbspt-form form .hs_submit input[type=submit]:hover, #request_demo .demo-lightbox--form .hbspt-form form .hs_submit input[type=submit]:active, #request_demo .demo-lightbox--form .hbspt-form form .hs_submit input[type=submit]:focus, #request_demo .demo-lightbox--form .hbspt-form form .hs_submit input[type=submit]:focus-within {
  background: var(--sk-color-primary-white);
  border-color: var(--sk-color-primary-white);
}
#request_demo .demo-lightbox--form .hbspt-form form .hs-error-msgs {
  top: calc(100% - 1.25rem);
}
#request_demo .demo-lightbox--form .demo-lightbox--thank-you,
#request_demo .demo-lightbox--form .meetings-iframe-container {
  display: none;
}
#request_demo .demo-lightbox--form:has(.submitted-message) .demo-lightbox--form-title,
#request_demo .demo-lightbox--form:has(.submitted-message) .hbspt-form {
  display: none;
}
#request_demo .demo-lightbox--form:has(.submitted-message) .demo-lightbox--thank-you {
  display: block;
}
#request_demo .demo-lightbox--form.schedule .meetings-iframe-container {
  display: block;
}
#request_demo .demo-lightbox--form.schedule .demo-lightbox--thank-you {
  display: none;
}
#request_demo .demo-lightbox--content {
  width: 100%;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--content {
    max-width: calc(100% - 36.5625rem);
    flex: calc(100% - 36.5625rem);
  }
}
#request_demo .demo-lightbox--content-text strong {
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}
#request_demo .demo-lightbox--content-text ul {
  margin: 0.75rem 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--content-text ul {
    margin: 1.75rem 0;
  }
}
#request_demo .demo-lightbox--content-text ul li {
  position: relative;
  padding-left: 1.25rem;
  font-family: var(--sk-font-primary);
}
#request_demo .demo-lightbox--content-text ul li::before {
  content: "";
  background: no-repeat url("../img/checkmark-line.svg") center/contain;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--content-text ul li {
    padding-left: 1.625rem;
  }
  #request_demo .demo-lightbox--content-text ul li::before {
    width: 1rem;
    top: 0.3125rem;
    transform: none;
  }
}
#request_demo .demo-lightbox--content-text ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--logos {
    margin-top: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
#request_demo .demo-lightbox--logos-title {
  font-family: var(--sk-font-primary);
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  #request_demo .demo-lightbox--logos-title {
    text-align: center;
  }
}
#request_demo .demo-lightbox--logos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6875rem;
}
@media (max-width: 1024px) {
  #request_demo .demo-lightbox--logos-items {
    gap: 0 1.25rem;
    justify-content: center;
  }
}
#request_demo .demo-lightbox--logo {
  width: 4.0625rem;
  flex: 4.0625rem;
}
@media (max-width: 1024px) {
  #request_demo .demo-lightbox--logo {
    max-width: 33%;
  }
}
#request_demo .demo-lightbox--logo img {
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 3.75rem;
}
@media (min-width: 1024px) {
  #request_demo .demo-lightbox--logo img {
    height: 3.125rem;
  }
}
#request_demo .demo-lightbox--quote {
  padding-left: 1.25rem;
  position: relative;
  font-size: var(--sk-text--lg);
  line-height: var(--sk-line-height--lg);
  max-width: 28.125rem;
}
#request_demo .demo-lightbox--quote::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
  background: #7189ea;
}
#request_demo .demo-lightbox--quote-text {
  font-family: var(--sk-font-primary);
  font-style: italic;
  margin-bottom: 0.625rem;
}
#request_demo .demo-lightbox--quote-author {
  font-family: var(--sk-font-primary);
}
#request_demo .demo-lightbox::-webkit-scrollbar {
  display: none;
}

.tastegpt--chaser {
  position: fixed;
  width: 7.5rem;
  height: 5rem;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 1024px) {
  .tastegpt--chaser {
    width: 10.1875rem;
    height: 6.25rem;
    top: 25%;
  }
}
.tastegpt--chaser-wrap {
  width: 100%;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background: linear-gradient(82deg, #3d5cff 22.58%, #6000df 88.76%);
  padding: 0.625rem;
  transform: translateX(0);
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
  transition-timing-function: ease;
}
@media (min-width: 1024px) {
  .tastegpt--chaser-wrap {
    padding: 1.25rem;
  }
}
.tastegpt--chaser-icon {
  position: absolute;
  width: 5.3125rem;
  height: 5.9375rem;
  right: 0;
  top: -2.5rem;
  pointer-events: none;
  z-index: 2;
}
.tastegpt--chaser span {
  pointer-events: none;
  line-height: 1.08164;
}
.tastegpt--chaser.hide .tastegpt--chaser-wrap {
  transform: translateX(100%);
}

.disabled-scroll .tastegpt--chaser {
  display: none;
}

#tastegpt.lightbox--container > iframe {
  max-width: 100%;
  max-height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  margin: 0;
}

.footer .wp-block-leadin-hubspot-form-block .hs-form,
.footer .hero-content .hs-form,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form,
.blog .hero .hero-content .hs-form,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form,
.category .hero .hero-content .hs-form {
  display: flex;
  position: relative;
}
.footer .wp-block-leadin-hubspot-form-block .hs-form .hs-email,
.footer .hero-content .hs-form .hs-email,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-email,
.blog .hero .hero-content .hs-form .hs-email,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-email,
.category .hero .hero-content .hs-form .hs-email {
  width: 100%;
}
.footer .wp-block-leadin-hubspot-form-block .hs-form .hs-email input.hs-input,
.footer .hero-content .hs-form .hs-email input.hs-input,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-email input.hs-input,
.blog .hero .hero-content .hs-form .hs-email input.hs-input,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-email input.hs-input,
.category .hero .hero-content .hs-form .hs-email input.hs-input {
  border-radius: 34px !important;
  padding: 0.625rem 9.125rem 0.625rem 0.9375rem !important;
}
@media (min-width: 1024px) {
  .footer .wp-block-leadin-hubspot-form-block .hs-form .hs-email input.hs-input,
  .footer .hero-content .hs-form .hs-email input.hs-input,
  .blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-email input.hs-input,
  .blog .hero .hero-content .hs-form .hs-email input.hs-input,
  .category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-email input.hs-input,
  .category .hero .hero-content .hs-form .hs-email input.hs-input {
    border-radius: 36px !important;
    padding: 0.8125rem 11.6875rem 0.8125rem 1.75rem !important;
  }
}
.footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit,
.footer .hero-content .hs-form .hs-submit,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit,
.blog .hero .hero-content .hs-form .hs-submit,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit,
.category .hero .hero-content .hs-form .hs-submit {
  min-width: 9.125rem;
  border-radius: 2.25rem;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
@media (min-width: 1024px) {
  .footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit,
  .footer .hero-content .hs-form .hs-submit,
  .blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit,
  .blog .hero .hero-content .hs-form .hs-submit,
  .category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit,
  .category .hero .hero-content .hs-form .hs-submit {
    min-width: 11.6875rem;
  }
}
.footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit],
.footer .hero-content .hs-form .hs-submit input[type=submit],
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit],
.blog .hero .hero-content .hs-form .hs-submit input[type=submit],
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit],
.category .hero .hero-content .hs-form .hs-submit input[type=submit] {
  margin: 0;
  width: 100%;
  min-height: 50px;
  background: var(--sk-color-white);
  border-color: #b2b2b2;
  color: var(--sk-color-fourth);
}
.footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:hover, .footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:active, .footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:focus, .footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:focus-within,
.footer .hero-content .hs-form .hs-submit input[type=submit]:hover,
.footer .hero-content .hs-form .hs-submit input[type=submit]:active,
.footer .hero-content .hs-form .hs-submit input[type=submit]:focus,
.footer .hero-content .hs-form .hs-submit input[type=submit]:focus-within,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:hover,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:active,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:focus,
.blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:focus-within,
.blog .hero .hero-content .hs-form .hs-submit input[type=submit]:hover,
.blog .hero .hero-content .hs-form .hs-submit input[type=submit]:active,
.blog .hero .hero-content .hs-form .hs-submit input[type=submit]:focus,
.blog .hero .hero-content .hs-form .hs-submit input[type=submit]:focus-within,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:hover,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:active,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:focus,
.category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit]:focus-within,
.category .hero .hero-content .hs-form .hs-submit input[type=submit]:hover,
.category .hero .hero-content .hs-form .hs-submit input[type=submit]:active,
.category .hero .hero-content .hs-form .hs-submit input[type=submit]:focus,
.category .hero .hero-content .hs-form .hs-submit input[type=submit]:focus-within {
  background: var(--sk-color-fourth);
  border-color: var(--sk-color-fourth);
  color: var(--sk-color-white);
}
@media (max-width: 1024px) {
  .footer .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit],
  .footer .hero-content .hs-form .hs-submit input[type=submit],
  .blog .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit],
  .blog .hero .hero-content .hs-form .hs-submit input[type=submit],
  .category .hero .wp-block-leadin-hubspot-form-block .hs-form .hs-submit input[type=submit],
  .category .hero .hero-content .hs-form .hs-submit input[type=submit] {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }
}

.page-minimal .footer {
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .page-minimal .footer {
    padding: 5rem 0;
  }
}
.page-minimal .footer-wrapper:first-child {
  margin-bottom: 0;
}
.page-minimal .footer-minimal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1.875rem;
}
@media (min-width: 1024px) {
  .page-minimal .footer-minimal {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }
}
.page-minimal .footer-minimal figure {
  margin-bottom: 0;
}
.page-minimal .footer-minimal .menu {
  display: flex;
  grid-gap: 2rem;
}
.page-minimal .footer-minimal .menu li {
  margin-bottom: 0;
  font-size: var(--sk-text--lg);
  line-height: var(--sk-line-height--lg);
}

input:not([type=checkbox]),
textarea,
select {
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--sk-color-grey);
  background: var(--sk-input);
  color: var(--sk-color-black);
}
input:not([type=checkbox]):focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--sk-input-color-border-focus);
}
input:not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--sk-input-color-placeholder);
}
input:not([type=checkbox])::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--sk-input-color-placeholder);
}
@media (min-width: 1024px) {
  input:not([type=checkbox]),
  textarea,
  select {
    height: 60px;
  }
}

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

input[type=submit] {
  width: auto;
  display: block !important;
}
@media (min-width: 1024px) {
  input[type=submit] {
    margin: 0 auto;
  }
}

.hbspt-form .hs-form fieldset {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
    float: left !important;
  }
  .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-checkbox, .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-radio {
    width: 50%;
  }
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  padding-right: 6px;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:first-of-type {
    padding-right: 10px;
  }
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  padding-left: 6px;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    padding-left: 10px;
  }
}
.hbspt-form .hs-form fieldset .legal-consent-container p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.hbspt-form .hs-form fieldset .hs-form-field .input,
.hbspt-form .hs-form .hs-form-field .input {
  margin: 0 0 20px;
}
.hbspt-form .hs-form fieldset .hs-form-field .input input,
.hbspt-form .hs-form fieldset .hs-form-field .input .hs-input,
.hbspt-form .hs-form .hs-form-field .input input,
.hbspt-form .hs-form .hs-form-field .input .hs-input {
  width: 100%;
  padding: 12px;
  background: var(--sk-color-white);
  border: 1.5px solid var(--sk-color-grey);
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.55;
}
.hbspt-form .hs-form fieldset .hs-form-field .input input::-moz-placeholder, .hbspt-form .hs-form fieldset .hs-form-field .input .hs-input::-moz-placeholder, .hbspt-form .hs-form .hs-form-field .input input::-moz-placeholder, .hbspt-form .hs-form .hs-form-field .input .hs-input::-moz-placeholder {
  color: var(--sk-color-grey);
}
.hbspt-form .hs-form fieldset .hs-form-field .input input::placeholder,
.hbspt-form .hs-form fieldset .hs-form-field .input .hs-input::placeholder,
.hbspt-form .hs-form .hs-form-field .input input::placeholder,
.hbspt-form .hs-form .hs-form-field .input .hs-input::placeholder {
  color: var(--sk-color-grey);
}
.hbspt-form .hs-form fieldset .hs-form-field .input input.error,
.hbspt-form .hs-form fieldset .hs-form-field .input .hs-input.error,
.hbspt-form .hs-form .hs-form-field .input input.error,
.hbspt-form .hs-form .hs-form-field .input .hs-input.error {
  border-color: var(--sk-color-error);
}
@media (min-width: 1024px) {
  .hbspt-form .hs-form fieldset .hs-form-field.hs_firstname,
  .hbspt-form .hs-form .hs-form-field.hs_firstname {
    padding-right: 10px;
  }
  .hbspt-form .hs-form fieldset .hs-form-field.hs_lastname,
  .hbspt-form .hs-form .hs-form-field.hs_lastname {
    padding-left: 10px;
  }
}
.hbspt-form .hs-form .hs-error-msgs {
  margin-bottom: 0;
  margin-top: -1.25rem;
  padding: 0;
  list-style: none;
}
.hbspt-form .hs-form .hs-error-msgs label {
  display: block !important;
  font-size: var(--sk-text--xs);
  color: var(--sk-color-error);
  line-height: 1.25rem;
}
.hbspt-form .hs-form label,
.hbspt-form .hs-form legend {
  display: none !important;
}
.hbspt-form .hs-form label.hs-form-booleancheckbox-display, .hbspt-form .hs-form label.hs-form-checkbox-display, .hbspt-form .hs-form label.hs-form-radio-display,
.hbspt-form .hs-form legend.hs-form-booleancheckbox-display,
.hbspt-form .hs-form legend.hs-form-checkbox-display,
.hbspt-form .hs-form legend.hs-form-radio-display {
  display: flex !important;
}
.hbspt-form .hs-form .legal-consent-container .inputs-list,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hbspt-form .hs-form .legal-consent-container .inputs-list input.hs-input,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list input.hs-input,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list input.hs-input {
  height: 16px;
  width: 16px;
}
.hbspt-form .hs-form .legal-consent-container .inputs-list .hs-form-booleancheckbox span,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list .hs-form-booleancheckbox span,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list .hs-form-booleancheckbox span {
  display: flex;
}
.hbspt-form .hs-form .legal-consent-container .inputs-list .hs-form-checkbox-display,
.hbspt-form .hs-form .legal-consent-container .inputs-list .hs-form-radio-display,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list .hs-form-checkbox-display,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list .hs-form-radio-display,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox-display,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list .hs-form-radio-display {
  align-items: center;
}
.hbspt-form .hs-form .legal-consent-container .inputs-list .hs-form-checkbox-display span,
.hbspt-form .hs-form .legal-consent-container .inputs-list .hs-form-radio-display span,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list .hs-form-checkbox-display span,
.hbspt-form .hs-form .hs-fieldtype-radio .inputs-list .hs-form-radio-display span,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox-display span,
.hbspt-form .hs-form .hs-fieldtype-checkbox .inputs-list .hs-form-radio-display span {
  display: flex;
  margin-left: 14px;
}
.hbspt-form .hs-form .legal-consent-container p,
.hbspt-form .hs-form .hs-fieldtype-radio p,
.hbspt-form .hs-form .hs-fieldtype-checkbox p {
  font-size: var(--sk-text--2xs);
  line-height: 1;
  margin-bottom: 0;
}

.page-id-6401 .hs-form,
.page-id-6025 .hs-form {
  display: flex;
  flex-direction: column;
}
.page-id-6401 .hs-form .form-columns-0,
.page-id-6025 .hs-form .form-columns-0 {
  order: 2;
  margin-top: 1rem;
}

.ab-test-free-trial {
  padding-bottom: 5.625rem !important;
}
.ab-test-free-trial .hs-form {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ab-test-free-trial .hs-form fieldset .hs-form-field .input {
  margin-bottom: 0.625rem;
}
.ab-test-free-trial .hs-form fieldset.form-columns-2 {
  order: 0;
}
.ab-test-free-trial .hs-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  padding-right: 0.3125rem !important;
}
.ab-test-free-trial .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  padding-left: 0.3125rem !important;
}
.ab-test-free-trial .hs-form fieldset.form-columns-1 {
  order: 1;
}
.ab-test-free-trial .hs-form fieldset.form-columns-1:nth-child(2) {
  order: 2;
}
.ab-test-free-trial .hs-form fieldset.form-columns-1:last-of-type {
  order: 3;
}
.ab-test-free-trial .hs-form fieldset .legal-consent-container .hs-richtext {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  transform: translateY(100%);
}
.ab-test-free-trial .hs-form fieldset .legal-consent-container .hs-richtext p {
  margin-bottom: 0;
}
.ab-test-free-trial .hs-form fieldset .legal-consent-container .hs-richtext p:last-child {
  display: none;
}
.ab-test-free-trial .hs-form .hs-submit {
  order: 4;
}

[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step,
.hbspt-form .hsfc-Form .hsfc-Step {
  min-height: 26.25rem;
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step,
  .hbspt-form .hsfc-Form .hsfc-Step {
    min-height: 36.25rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label {
  padding-left: 2.125rem;
  position: relative;
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label,
  .hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label {
    padding-left: 3.625rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label::before,
  .hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div label::before {
    left: 1.125rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(1) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(1) label::before {
  background-image: url("../img/usa.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(2) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(2) label::before {
  background-image: url("../img/uk.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(3) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(3) label::before {
  background-image: url("../img/canada.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(4) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(4) label::before {
  background-image: url("../img/brazil.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(5) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(5) label::before {
  background-image: url("../img/mexico.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(6) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(6) label::before {
  background-image: url("../img/germany.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(7) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(7) label::before {
  background-image: url("../img/spain.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(8) label::before,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(2) .hsfc-CheckboxFieldGroup__Options div:nth-of-type(8) label::before {
  background-image: url("../img/france.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-of-type(3) .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options,
.hbspt-form .hsfc-Form .hsfc-Step:nth-of-type(3) .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
  flex-direction: column;
  align-items: center;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step .hsfc-Step__Content,
.hbspt-form .hsfc-Form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Row,
.hbspt-form .hsfc-Form .hsfc-Row {
  margin: 0;
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Row:has(.hsfc-ProgressBar),
  .hbspt-form .hsfc-Form .hsfc-Row:has(.hsfc-ProgressBar) {
    margin-bottom: 1.5rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-FieldLabel,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Heading,
.hbspt-form .hsfc-Form .hsfc-FieldLabel,
.hbspt-form .hsfc-Form .hsfc-Heading {
  font-family: var(--sk-font-secondary);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Heading,
.hbspt-form .hsfc-Form .hsfc-Heading {
  color: var(--sk-color-text);
  margin-bottom: 1.625rem;
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-FieldLabel,
.hbspt-form .hsfc-Form .hsfc-FieldLabel {
  color: #3e5ee2;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-FieldLabel:not(:last-child),
.hbspt-form .hsfc-Form .hsfc-FieldLabel:not(:last-child) {
  margin-bottom: 0;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
    gap: 1.25rem 1.625rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div {
  display: flex;
  width: 100%;
  max-width: calc(50% - 0.5rem);
  flex: calc(50% - 0.5rem);
  margin-bottom: 0;
  height: auto;
  border-radius: 0.5rem;
  border: 1.5px solid #dce2fa;
  position: relative;
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div {
    max-width: calc(50% - 0.8125rem);
    flex: calc(50% - 0.8125rem);
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div {
  transition: 0.3s;
  transition-timing-function: ease;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div::after,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div::after,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div::after,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div::after,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div::after {
  position: absolute;
  content: "";
  right: 0.75rem;
  top: 0.75rem;
  width: 1rem;
  height: 0.75rem;
  background: no-repeat center/contain url("../img/checkmark-gradient.svg");
  opacity: 0;
  pointer-events: none;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked), [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked),
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked),
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked) {
  background: #edf0fc;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked)::after,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked)::after {
  opacity: 1;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-CheckboxInput:checked) span,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div:has(.hsfc-RadioInput:checked) span {
  background: linear-gradient(180deg, #3e5edf 0%, #290370 100%);
  background-clip: text;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label {
  padding: 0.625rem 0.5rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label,
  .hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label {
    padding: 1.375rem 1.125rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label span,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label span,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options > div label span,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options > div label span,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options > div label span,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options > div label span {
  max-width: 9.0625rem;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxInput,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioInput,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxInput,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioInput,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-CheckboxInput,
.hbspt-form .hsfc-Form .hsfc-CheckboxFieldGroup .hsfc-RadioInput,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-CheckboxInput,
.hbspt-form .hsfc-Form .hsfc-RadioFieldGroup .hsfc-RadioInput {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow,
.hbspt-form .hsfc-Form .hsfc-NavigationRow {
  margin-top: auto;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons {
  flex-direction: row;
  gap: 1.125rem;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button {
  width: calc(50% - 0.5625rem);
  position: relative;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button::after,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child),
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child) {
  background: transparent;
  color: var(--sk-color-fourth);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child):not([disabled]):hover, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child):not([disabled]):focus, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child):not([disabled]):active,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child):not([disabled]):hover,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child):not([disabled]):focus,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child):not([disabled]):active {
  background-color: #edf0fc;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child)::after,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:first-child:not(:last-child)::after {
  left: 2.5rem;
  background-image: url("../img/chevron-blue.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:last-child::after,
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:last-child::after {
  right: 2.5rem;
  background-image: url("../img/chevron-white.svg");
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-NavigationRow__Buttons:has(> *:only-child),
.hbspt-form .hsfc-Form .hsfc-NavigationRow__Buttons:has(> *:only-child) {
  justify-content: center;
  width: auto;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Button,
.hbspt-form .hsfc-Form .hsfc-Button {
  font-family: var(--sk-font-secondary);
  background: var(--sk-color-fourth);
  border-color: var(--sk-color-fourth);
  color: var(--sk-color-white);
  border-radius: 36px;
  min-height: 56px;
  border: 1px solid var(--sk-color-fourth);
  padding: 12px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  font-size: var(--sk-text--lg);
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin: 0;
  transition: 0.3s;
  transition-timing-function: ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-Button:not([disabled]):hover, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Button:not([disabled]):focus, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Button:not([disabled]):active,
.hbspt-form .hsfc-Form .hsfc-Button:not([disabled]):hover,
.hbspt-form .hsfc-Form .hsfc-Button:not([disabled]):focus,
.hbspt-form .hsfc-Form .hsfc-Button:not([disabled]):active {
  transform: none;
  background-color: var(--sk-color-primary-white);
  border-color: var(--sk-color-primary-white);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput,
.hbspt-form .hsfc-Form .hsfc-DropdownInput {
  max-width: 22.5rem;
  margin: 0 auto;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownOptions,
.hbspt-form .hsfc-Form .hsfc-DropdownOptions {
  border-radius: 25px;
  border: none;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem,
.hbspt-form .hsfc-Form .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem {
  background: #fff;
  margin-bottom: 0;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput > input,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput,
.hbspt-form .hsfc-Form .hsfc-DropdownInput > input,
.hbspt-form .hsfc-Form .hsfc-TextInput {
  font-family: var(--sk-font-secondary);
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 1.375rem 1.125rem;
  border: 1px solid #a6b5f2;
  background: #fff;
  color: var(--sk-color-black);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput > input:hover, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput > input:focus,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput:hover,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput:focus,
.hbspt-form .hsfc-Form .hsfc-DropdownInput > input:hover,
.hbspt-form .hsfc-Form .hsfc-DropdownInput > input:focus,
.hbspt-form .hsfc-Form .hsfc-TextInput:hover,
.hbspt-form .hsfc-Form .hsfc-TextInput:focus {
  box-shadow: none;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput > input::-moz-placeholder, [data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput::-moz-placeholder, .hbspt-form .hsfc-Form .hsfc-DropdownInput > input::-moz-placeholder, .hbspt-form .hsfc-Form .hsfc-TextInput::-moz-placeholder {
  color: var(--sk-input-color-placeholder);
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput > input::placeholder,
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput::placeholder,
.hbspt-form .hsfc-Form .hsfc-DropdownInput > input::placeholder,
.hbspt-form .hsfc-Form .hsfc-TextInput::placeholder {
  color: var(--sk-input-color-placeholder);
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-DropdownInput > input,
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput,
  .hbspt-form .hsfc-Form .hsfc-DropdownInput > input,
  .hbspt-form .hsfc-Form .hsfc-TextInput {
    height: 60px;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-TextInput:not([type=tel]),
.hbspt-form .hsfc-Form .hsfc-TextInput:not([type=tel]) {
  margin-bottom: 1.25rem;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-PhoneInput__FlagAndCaret,
.hbspt-form .hsfc-Form .hsfc-PhoneInput__FlagAndCaret {
  height: auto;
  background: #fff;
  border-color: #a6b5f2;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-ProgressBar,
.hbspt-form .hsfc-Form .hsfc-ProgressBar {
  position: absolute;
  left: -1.625rem;
  bottom: 4.625rem;
  width: 18.75rem;
  transform: rotate(-90deg);
  transform-origin: left;
}
@media (min-width: 1024px) {
  [data-hsfc-id=Renderer] .hsfc-Form .hsfc-ProgressBar,
  .hbspt-form .hsfc-Form .hsfc-ProgressBar {
    left: -3.75rem;
    width: 29.0625rem;
  }
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-ProgressBar .hsfc-ProgressBar__Progress,
.hbspt-form .hsfc-Form .hsfc-ProgressBar .hsfc-ProgressBar__Progress {
  height: 0.5625rem;
  background: #edf0fc;
}
[data-hsfc-id=Renderer] .hsfc-Form .hsfc-ProgressBar .hsfc-ProgressBar__Progress > div,
.hbspt-form .hsfc-Form .hsfc-ProgressBar .hsfc-ProgressBar__Progress > div {
  background-color: #3e5ee2;
  height: 0.5625rem;
}
[data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content,
.hbspt-form .hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content {
  padding: 1.25rem 0;
}
[data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-RichText p,
.hbspt-form .hsfc-PostSubmit .hsfc-RichText p {
  font-family: var(--sk-font-secondary);
  color: var(--sk-color-text);
}
[data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-RichText p:last-child,
.hbspt-form .hsfc-PostSubmit .hsfc-RichText p:last-child {
  margin-bottom: 0;
}

.hero-form:has(.hsfc-Form) {
  padding: 1rem 1.875rem;
}
@media (min-width: 1024px) {
  .hero-form:has(.hsfc-Form) {
    padding: 2.375rem 4.0625rem;
  }
}

.sk-form {
  background: var(--sk-color-white);
  padding: 0;
  margin-bottom: 40px;
}
.sk-form form {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .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,
.sk-form-field:last-child textarea {
  margin-bottom: 38px;
}

#gform_1 {
  position: relative;
}

#gform_wrapper_1 input[type]:not([type=submit]),
#gform_wrapper_1 textarea,
#gform_wrapper_1 select,
.gform_wrapper.gravity-theme input[type]:not([type=submit]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  background: var(--sk-color-white);
  height: 2.5rem;
  line-height: 1.125rem;
  padding: 0.75rem 0.625rem 0.5rem;
  border-radius: 8px;
  border: 1px solid #e5e7ea;
  transition: 0.3s;
  transition-timing-function: ease;
}
#gform_wrapper_1 input[type]:not([type=submit]):hover, #gform_wrapper_1 input[type]:not([type=submit]):active, #gform_wrapper_1 input[type]:not([type=submit]):focus, #gform_wrapper_1 input[type]:not([type=submit]):focus-within,
#gform_wrapper_1 textarea:hover,
#gform_wrapper_1 textarea:active,
#gform_wrapper_1 textarea:focus,
#gform_wrapper_1 textarea:focus-within,
#gform_wrapper_1 select:hover,
#gform_wrapper_1 select:active,
#gform_wrapper_1 select:focus,
#gform_wrapper_1 select:focus-within,
.gform_wrapper.gravity-theme input[type]:not([type=submit]):hover,
.gform_wrapper.gravity-theme input[type]:not([type=submit]):active,
.gform_wrapper.gravity-theme input[type]:not([type=submit]):focus,
.gform_wrapper.gravity-theme input[type]:not([type=submit]):focus-within,
.gform_wrapper.gravity-theme textarea:hover,
.gform_wrapper.gravity-theme textarea:active,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme textarea:focus-within,
.gform_wrapper.gravity-theme select:hover,
.gform_wrapper.gravity-theme select:active,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme select:focus-within {
  border-color: var(--sk-color-fourth);
}
#gform_wrapper_1 input[type=radio],
#gform_wrapper_1 input[type=checkbox],
.gform_wrapper.gravity-theme input[type=radio],
.gform_wrapper.gravity-theme input[type=checkbox] {
  width: auto;
  height: auto;
}
#gform_wrapper_1 .gfield-choice-input + label,
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  vertical-align: baseline;
}
#gform_wrapper_1 .gfield textarea,
#gform_wrapper_1 .gfield textarea.large,
#gform_wrapper_1 .gfield textarea.small,
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield textarea.large,
.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 3.875rem;
  min-height: 2.5rem;
  display: block;
}
#gform_wrapper_1 .gform_fields,
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
  grid-row-gap: 2rem;
}
#gform_wrapper_1 .gfield--type-text.hidden-question,
.gform_wrapper.gravity-theme .gfield--type-text.hidden-question {
  display: none;
}
#gform_wrapper_1 .gform_required_legend,
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

#gform_wrapper_1 .gform_footer,
#gform_wrapper_1 .gform_page_footer,
#gform_wrapper_2 .gform_footer,
#gform_wrapper_2 .gform_page_footer {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 0;
  padding: 0;
  position: relative;
}
#gform_wrapper_1 .gform_footer input.gform_button,
#gform_wrapper_1 .gform_footer input.gform_next_button,
#gform_wrapper_1 .gform_page_footer input.gform_button,
#gform_wrapper_1 .gform_page_footer input.gform_next_button,
#gform_wrapper_2 .gform_footer input.gform_button,
#gform_wrapper_2 .gform_footer input.gform_next_button,
#gform_wrapper_2 .gform_page_footer input.gform_button,
#gform_wrapper_2 .gform_page_footer input.gform_next_button {
  background: var(--sk-color-fourth);
  color: var(--sk-color-white);
  margin-left: auto;
}
#gform_wrapper_1 .gform_footer input.gform_button,
#gform_wrapper_1 .gform_footer input.gform_next_button,
#gform_wrapper_1 .gform_footer input.gform_previous_button,
#gform_wrapper_1 .gform_page_footer input.gform_button,
#gform_wrapper_1 .gform_page_footer input.gform_next_button,
#gform_wrapper_1 .gform_page_footer input.gform_previous_button,
#gform_wrapper_2 .gform_footer input.gform_button,
#gform_wrapper_2 .gform_footer input.gform_next_button,
#gform_wrapper_2 .gform_footer input.gform_previous_button,
#gform_wrapper_2 .gform_page_footer input.gform_button,
#gform_wrapper_2 .gform_page_footer input.gform_next_button,
#gform_wrapper_2 .gform_page_footer input.gform_previous_button {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  font-family: var(--sk-font-primary);
  min-height: 2.5rem;
  padding: 0.125rem 1rem 0;
  font-weight: normal;
  cursor: pointer;
  width: auto;
  transition: 0.3s;
  transition-timing-function: ease;
}
#gform_wrapper_1 .gform_footer input.gform_button:hover, #gform_wrapper_1 .gform_footer input.gform_button:focus,
#gform_wrapper_1 .gform_footer input.gform_next_button:hover,
#gform_wrapper_1 .gform_footer input.gform_next_button:focus,
#gform_wrapper_1 .gform_footer input.gform_previous_button:hover,
#gform_wrapper_1 .gform_footer input.gform_previous_button:focus,
#gform_wrapper_1 .gform_page_footer input.gform_button:hover,
#gform_wrapper_1 .gform_page_footer input.gform_button:focus,
#gform_wrapper_1 .gform_page_footer input.gform_next_button:hover,
#gform_wrapper_1 .gform_page_footer input.gform_next_button:focus,
#gform_wrapper_1 .gform_page_footer input.gform_previous_button:hover,
#gform_wrapper_1 .gform_page_footer input.gform_previous_button:focus,
#gform_wrapper_2 .gform_footer input.gform_button:hover,
#gform_wrapper_2 .gform_footer input.gform_button:focus,
#gform_wrapper_2 .gform_footer input.gform_next_button:hover,
#gform_wrapper_2 .gform_footer input.gform_next_button:focus,
#gform_wrapper_2 .gform_footer input.gform_previous_button:hover,
#gform_wrapper_2 .gform_footer input.gform_previous_button:focus,
#gform_wrapper_2 .gform_page_footer input.gform_button:hover,
#gform_wrapper_2 .gform_page_footer input.gform_button:focus,
#gform_wrapper_2 .gform_page_footer input.gform_next_button:hover,
#gform_wrapper_2 .gform_page_footer input.gform_next_button:focus,
#gform_wrapper_2 .gform_page_footer input.gform_previous_button:hover,
#gform_wrapper_2 .gform_page_footer input.gform_previous_button:focus {
  background: #7189ea;
  color: var(--sk-color-white);
  border-color: #7189ea;
}
@media (max-width: 1024px) {
  #gform_wrapper_1 .gform_footer,
  #gform_wrapper_1 .gform_page_footer,
  #gform_wrapper_2 .gform_footer,
  #gform_wrapper_2 .gform_page_footer {
    padding-top: 3.5rem;
    margin-top: 1rem;
  }
}
#gform_wrapper_1 .gform_footer .gform_ajax_spinner,
#gform_wrapper_1 .gform_page_footer .gform_ajax_spinner,
#gform_wrapper_2 .gform_footer .gform_ajax_spinner,
#gform_wrapper_2 .gform_page_footer .gform_ajax_spinner {
  position: absolute;
  right: 4.6875rem;
  top: 50%;
  transform: translateY(-50%);
}
#gform_wrapper_1 .gform_page_footer,
#gform_wrapper_2 .gform_page_footer {
  justify-content: space-between;
}

#gform_wrapper_2 .gfield_label {
  margin-bottom: 1rem;
  font-size: var(--sk-text--lg);
  color: var(--sk-color-black-two);
}
#gform_wrapper_2 input[type],
#gform_wrapper_2 textarea,
#gform_wrapper_2 select {
  font-size: var(--sk-text--xs);
  line-height: 1.4285;
}
#gform_wrapper_2 .gf_progressbar_title {
  display: none;
}
#gform_wrapper_2 .gf_progressbar_blue {
  margin-bottom: 2.5rem;
}
#gform_wrapper_2 .gf_progressbar_blue .percentbar_blue {
  background-color: #39ab6a;
  height: 0.375rem;
}
#gform_wrapper_2 .gf_progressbar_blue .percentbar_blue span {
  display: none;
}
#gform_wrapper_2 .gfield_radio .gchoice input {
  display: none;
}
#gform_wrapper_2 .gfield_checkbox .gchoice input {
  margin-top: -3px;
  margin-right: 3px;
}
#gform_wrapper_2 .gfield_radio,
#gform_wrapper_2 .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.75rem;
}
#gform_wrapper_2 .gfield_radio .gchoice,
#gform_wrapper_2 .gfield_checkbox .gchoice {
  width: auto;
  font-size: var(--sk-text-base-size);
  line-height: var(--sk-line-height--body);
  padding: 0.25rem 0.75rem 0.125rem;
  border-radius: 1.25rem;
  border: 1px solid #e5e7ea;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: ease;
}
#gform_wrapper_2 .gfield_radio .gchoice label,
#gform_wrapper_2 .gfield_checkbox .gchoice label {
  max-width: 100%;
  cursor: pointer;
  padding-top: 0.125rem;
}
#gform_wrapper_2 .gfield_radio .gchoice:hover, #gform_wrapper_2 .gfield_radio .gchoice:active, #gform_wrapper_2 .gfield_radio .gchoice:focus, #gform_wrapper_2 .gfield_radio .gchoice:focus-within,
#gform_wrapper_2 .gfield_checkbox .gchoice:hover,
#gform_wrapper_2 .gfield_checkbox .gchoice:active,
#gform_wrapper_2 .gfield_checkbox .gchoice:focus,
#gform_wrapper_2 .gfield_checkbox .gchoice:focus-within {
  color: var(--sk-color-fourth);
  border-color: #7189ea;
  background: var(--sk-color-third-light);
}
#gform_wrapper_2 .gfield_radio .gchoice:has(.gfield-choice-input:checked),
#gform_wrapper_2 .gfield_checkbox .gchoice:has(.gfield-choice-input:checked) {
  color: var(--sk-color-fourth);
  border-color: #7189ea;
  background: var(--sk-color-third-light);
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice {
  display: flex;
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice::before {
  font-family: "NotoColorEmojiLimited", sans-serif;
  display: block;
  margin-right: 0.375rem;
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=Australia])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=Australia])::before {
  content: "🇦🇺";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=Brazil])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=Brazil])::before {
  content: "🇧🇷";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=Canada])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=Canada])::before {
  content: "🇨🇦";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=Germany])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=Germany])::before {
  content: "🇩🇪";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=France])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=France])::before {
  content: "🇫🇷";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=India])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=India])::before {
  content: "🇮🇳";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=Mexico])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=Mexico])::before {
  content: "🇲🇽";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=Spain])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=Spain])::before {
  content: "🇪🇸";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=UK])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=UK])::before {
  content: "🇬🇧";
}
#gform_wrapper_2 .gfield_radio#input_2_13 .gchoice:has(input[value=USA])::before,
#gform_wrapper_2 .gfield_checkbox#input_2_13 .gchoice:has(input[value=USA])::before {
  content: "🇺🇸";
}

#gform_confirmation_wrapper_2 {
  text-align: center;
  font-size: var(--sk-text--lg);
  line-height: var(--sk-line-height--lg);
}
#gform_confirmation_wrapper_2 img {
  margin: 0 auto;
}
#gform_confirmation_wrapper_2 br {
  display: none;
}
#gform_confirmation_wrapper_2 h3 {
  margin: 1.5rem 0;
}
#gform_confirmation_wrapper_2 .sk-btn, #gform_confirmation_wrapper_2 .facetwp-load-more, #gform_confirmation_wrapper_2 .facetwp-reset, #gform_confirmation_wrapper_2 input[type=submit] {
  margin-top: 1.5rem;
}
#gform_confirmation_wrapper_2 a:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]), #gform_confirmation_wrapper_2 .sk-link:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]) {
  text-decoration: underline;
  color: #7b8594;
  margin-top: 3.5rem;
  font-size: var(--sk-text--xs);
  display: block;
  width: auto;
  padding: 0.625rem;
}
#gform_confirmation_wrapper_2 a:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):hover, #gform_confirmation_wrapper_2 .sk-link:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):hover, #gform_confirmation_wrapper_2 a:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):active, #gform_confirmation_wrapper_2 .sk-link:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):active, #gform_confirmation_wrapper_2 a:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):focus, #gform_confirmation_wrapper_2 .sk-link:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):focus, #gform_confirmation_wrapper_2 a:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):focus-within, #gform_confirmation_wrapper_2 .sk-link:not(.sk-btn):not(.facetwp-load-more):not(.facetwp-reset):not(input[type=submit]):focus-within {
  color: var(--sk-color-fourth);
}

#gform_wrapper_1 .gfield_checkbox input,
#gform_wrapper_1 .gfield_checkbox textarea {
  width: auto;
}
#gform_wrapper_1 .gfield_checkbox .gform_fields {
  margin-top: 2rem;
}
#gform_wrapper_1 .gfield_checkbox label {
  font-size: 0.875rem !important;
  padding-top: 0.25rem;
  color: rgba(80, 93, 112, 0.7490196078) !important;
  margin-left: 0.5rem;
}
#gform_wrapper_1 .gfield_label {
  font-weight: normal;
}
#gform_wrapper_1 .gfield--width-quarter {
  border-bottom: 1px solid #e5e7ea;
  border-top: 1px solid #e5e7ea;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(6) {
    padding-right: 2.5rem;
  }
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(7) {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    position: relative;
  }
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(7)::before {
    position: absolute;
    content: "";
    display: block;
    width: 0.0625rem;
    height: calc(100% - 3.25rem);
    top: 50%;
    left: 0;
    background: #e5e7ea;
    transform: translate(-50%, -50%);
  }
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(7)::after {
    position: absolute;
    content: "";
    display: block;
    width: 0.0625rem;
    height: calc(100% - 3.25rem);
    top: 50%;
    right: 0;
    background: #e5e7ea;
    transform: translate(-50%, -50%);
  }
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(8) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(8)::after {
    position: absolute;
    content: "";
    display: block;
    width: 0.0625rem;
    height: calc(100% - 3.25rem);
    top: 50%;
    right: 0;
    background: #e5e7ea;
    transform: translate(-50%, -50%);
  }
  #gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) {
    padding-left: 2.5rem;
  }
}
#gform_wrapper_1 .gfield--width-quarter .gfield_label {
  margin-bottom: 0.25rem;
}
#gform_wrapper_1 .gfield--width-quarter .ginput_container_select,
#gform_wrapper_1 .gfield--width-quarter .gfield_label {
  padding-left: 3.875rem;
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(6) .gfield_label {
  padding-left: 0;
}
#gform_wrapper_1 .gfield--width-quarter .ginput_container_select {
  position: relative;
}
#gform_wrapper_1 .gfield--width-quarter .ginput_container_select::before {
  content: "";
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  left: 0;
  bottom: 0.5625rem;
  background-size: cover;
  border-radius: 100%;
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(7) .ginput_container_select::before {
  background-image: url("../img/category.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(8) .ginput_container_select::before {
  background-image: url("../img/survey-type.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select::before {
  background-image: url("../img/usa.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.australia::before {
  background-image: url("../img/australia.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.brazil::before {
  background-image: url("../img/brazil.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.canada::before {
  background-image: url("../img/canada.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.germany::before {
  background-image: url("../img/germany.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.france::before {
  background-image: url("../img/france.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.india::before {
  background-image: url("../img/india.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.mexico::before {
  background-image: url("../img/mexico.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.uk::before {
  background-image: url("../img/uk.png");
}
#gform_wrapper_1 .gfield--width-quarter:nth-of-type(9) .ginput_container_select.spain::before {
  background-image: url("../img/spain.png");
}
#gform_wrapper_1 .gf_progressbar_wrapper {
  display: none;
}
#gform_wrapper_1 #field_1_9 .gfield_label {
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}
#gform_wrapper_1 .gfield--type-html {
  border: 1px solid rgba(80, 93, 112, 0.05);
  background: rgba(80, 93, 112, 0.05);
  border-radius: 8px;
  padding: 2rem;
}
#gform_wrapper_1 .gfield--type-html .sk-wrapper {
  justify-content: center;
}
#gform_wrapper_1 .gfield--type-html .sk-col {
  margin-right: 1.5625rem;
  background: #52c483;
  padding: 0.625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #gform_wrapper_1 .gfield--type-html .sk-col {
    margin-top: 0;
  }
}
#gform_wrapper_1 .gfield--type-html .sk-col:nth-of-type(2) {
  background: #148eff;
}
#gform_wrapper_1 .gfield--type-html .sk-col:nth-of-type(3) {
  background: #826af9;
}
#gform_wrapper_1 .gfield--type-html .sk-col .sk-text--h2 {
  font-weight: 700;
  font-family: var(--sk-font-primary);
  line-height: 1;
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: 1/-1 !important;
  }
}

/* .gfield_repeater {
  > .gform-field-label {
    display: none !important;
  }

  .gfield_repeater_cell > .gfield_repeater_wrapper {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .gfield_repeater_item {
    color: var(--sk-color-black-two);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    padding-bottom: 0 !important;
    margin-right: 0 !important;

    &:last-child {
      border-radius: rem(8);
      border: 1px solid rgba(80, 93, 112, 0.05);
      background: rgba(80, 93, 112, 0.05);
      padding: rem(16) rem(16) 0;

      @include breakpoint-up(md) {
        padding: rem(24) rem(140) 0 rem(24);
      }

      .gfield_repeater_cell {
        @include breakpoint-up(md) {
          &:nth-of-type(1) {
            border-bottom: 1px solid #e5e7ea;
          }

          &:nth-of-type(2) {
            border-bottom: 1px solid #e5e7ea;
          }
        }
      }

      .gfield_repeater_buttons {
        width: calc(100% + rem(32));
        background: var(--sk-color-white);
        margin-left: rem(-16);
        margin-right: rem(-16);
        padding: rem(24) rem(16) !important;

        @include breakpoint-up(md) {
          width: calc(100% + rem(164));
          margin-right: rem(-140);
          margin-left: rem(-24);
          padding: rem(32) rem(24) !important;
        }
      }
    }

    &:not(:last-child) {
      border-bottom: none !important;
      margin-bottom: 0 !important;

      &.disabled {
        .gfield_repeater_items {
          .gfield_repeater_item {
            margin-bottom: 0 !important;
          }
        }
      }

      .add_repeater_item {
        display: none;
      }

      .gfield_repeater_cell {
        margin-bottom: rem(16);
        padding-bottom: 0;
      }

      input,
      textarea {
        border: none;
        padding: 0;
      }

      .gfield_repeater_buttons {
        button.remove_repeater_item {
          transition-property: background;
          top: 0;
          right: 0;
        }
      }
    }

    .gfield_repeater_items {
      .gfield_repeater_item {
        margin-bottom: rem(24) !important;
      }
    }

    .gform-field-label {
      font-size: var(--sk-text--h5) !important;
      line-height: var(--sk-line-height--h5);
      color: var(--sk-color-black-two) !important;
      font-weight: 700;
    }

    .gfield_repeater_cell {
      width: 100%;
      margin-top: 0 !important;
      padding-top: 0 !important;
      padding-bottom: rem(24);

      @include breakpoint-up(md) {
        &:nth-of-type(1) {
          flex: 75%;
          margin-bottom: rem(24);
        }

        &:nth-of-type(2) {
          flex: 25%;
          margin-bottom: rem(24);
        }

        &:nth-of-type(3) {
          flex: 100%;
        }
      }

      .gfield_repeater {
        .gfield_repeater_item:not(:last-child),
        .gfield_repeater_item {
          .add_repeater_item {
            display: block;
          }
        }
      }
    }

    .ginput_container_textarea {
      display: flex;
    }

    .gfield--type-text,
    .gfield--type-textarea {
      @include breakpoint-up(md) {
        padding-right: rem(16);
      }

      label {
        padding-top: 0 !important;
        margin-bottom: rem(10);
      }
    }

    .gfield--type-select {
      label {
        display: none;
      }
    }

    & > .gfield_repeater_buttons {
      button.add_repeater_item,
      button.remove_repeater_item {
        font-size: rem(14);
        height: rem(40);
        margin-bottom: 0;
        margin-right: 0;
        border-radius: rem(6);
        color: var(--sk-bullet);
        border-color: var(--sk-bullet);
        padding: rem(12) rem(12) rem(10) rem(30);
        position: relative;

        @include breakpoint-up(md) {
          padding: rem(12) rem(16) rem(10) rem(44);
        }

        &::before {
          content: '';
          display: block;
          background-image: url('../img/plus-square-icons.svg');
          background-size: contain;
          height: rem(16);
          width: rem(16);
          position: absolute;
          left: rem(12);
          top: rem(11);

          @include breakpoint-up(md) {
            height: rem(20);
            width: rem(20);
            left: rem(16);
            top: rem(9);
          }
        }

        &:hover,
        &:focus {
          cursor: pointer;
        }
      }

      button.remove_repeater_item {
        background: none;
        border: none;
        padding: 0;
        min-width: rem(40);
        position: absolute;
        top: rem(24);
        right: rem(24);

        &::before {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background-image: url('../img/cross-icons.svg');
        }
      }
    }

    .gfield_repeater {
      width: 100%;

      .gform-field-label {
        display: block !important;
        font-size: var(--sk-text-base-size) !important;
        line-height: 1.5;
      }

      .gfield_repeater_item {
        &:last-child {
          border-radius: 0;
          border: none;
          background: none;
          padding: 0;
        }

        .gfield--type-text,
        .gfield--type-textarea {
          padding-right: 0;

          label {
            display: none !important;
          }
        }

        .gfield_repeater_cell {
          width: 100%;
          flex: 100%;
          margin-bottom: 0;
          padding-bottom: 0;
          border: none;

          @include breakpoint-up(md) {
            width: calc(100% - rem(160));
            flex: calc(100% - rem(160));
          }
        }

        .gfield_repeater_buttons {
          padding: 0 !important;
          width: 100%;
          display: flex;
          justify-content: flex-end;
          background: none;
          margin-left: 0;
          margin-right: 0;
          margin-top: 8px;

          @include breakpoint-up(md) {
            width: rem(136);
            margin-top: 0;
          }

          button {
            position: relative;
            top: 0;
            right: 0;
            font-size: rem(20);
            min-width: rem(52);
            margin-left: rem(16);
            margin-bottom: 0;
            margin-right: 0;
            color: var(--sk-color-grey-third);
            padding: rem(2) 0 0;
            border: 1px solid rgba(80, 93, 112, 0.15);

            &::before {
              display: none;
            }
          }
        }
      }
    }
  }
} */
/* #field_1_1000 {
  >.gfield_repeater_wrapper {
    >.gfield_repeater_container {
      >.gfield_repeater_items {
        >.gfield_repeater_item {
          &:last-child {
            .btn-edit {
              display: none;
            }
          }

          &:not(:last-child) {
            padding-top: rem(40);

            >.gfield_repeater_cell {
              >.gfield--type-text,
              >.gfield--type-textarea {
                label {
                  display: none;
                }

                input,
                textarea {
                  font-size: var(--sk-text--h5);
                  line-height: rem(40);
                }
              }
            }
          }

          .btn-edit {
            background: none;
            border: none;
            color: #505d70;
            cursor: pointer;
            position: absolute;
            height: rem(40);
            top: rem(2);
            right: rem(40);
          }

          &.disabled {
            padding-top: 0;

            .gfield--type-select,
            .gfield--type-checkbox,
            legend.gfield_label,
            .gfield_repeater_item .gfield_repeater_buttons {
              display: none !important;
            }

            input,
            textarea {
              border: none;
              padding: 0;
            }

            .ginput_container_textarea {
              @include breakpoint-down(md) {
                padding-right: rem(170);
              }
            }

            .gfield_repeater_item {
              .ginput_container_text,
              .ginput_container_textarea {
                position: relative;
                padding-left: rem(32);
                padding-right: 0;

                &::before {
                  content: '';
                  display: block;
                  position: absolute;
                  left: 0;
                  top: rem(8);
                  width: rem(20);
                  height: rem(20);
                  border: 1px solid #e5e7ea;
                  border-radius: 100%;
                }

                textarea {
                  padding: rem(10) 0;
                }
              }
            }
          }
        }
      }
    }
  }
} */
@media (min-width: 1024px) {
  aside {
    padding-right: 20px;
  }
}
aside p:empty {
  display: none;
}
aside .sidebar-item {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  aside .sidebar-item {
    max-width: 310px;
    margin-left: 0;
  }
}

.menu-sticky-legal-sidebar-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-sticky-legal-sidebar-container ul li {
  margin-bottom: 0.5rem;
}
.menu-sticky-legal-sidebar-container ul li.current-menu-item a, .menu-sticky-legal-sidebar-container ul li.current-menu-item .sk-link {
  color: var(--sk-color-fourth);
}

.page-template-page-legal main {
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .page-template-page-legal main {
    padding: 5rem 0;
  }
}

.page-white,
.page-minimal {
  --sk--subheading: #3e5ee2;
}
.page-white footer,
.page-minimal footer {
  background: var(--sk-color-white);
}
.page-white footer h2,
.page-white footer h3,
.page-white footer a,
.page-white footer .sk-link,
.page-white footer .footer-col.first p,
.page-minimal footer h2,
.page-minimal footer h3,
.page-minimal footer a,
.page-minimal footer .sk-link,
.page-minimal footer .footer-col.first p {
  color: var(--sk-color-second);
}
.page-white footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.page-minimal footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  fill: #0aadff !important;
}
.page-white section:not(.hero) .sk-typo-mod-color-white,
.page-white section:not(.hero) .white,
.page-minimal section:not(.hero) .sk-typo-mod-color-white,
.page-minimal section:not(.hero) .white {
  color: var(--sk-color-second);
}
.page-white .gform_fields .sk-typo-mod-color-white,
.page-minimal .gform_fields .sk-typo-mod-color-white {
  color: var(--sk-color-white);
}
.page-white section,
.page-white section.white,
.page-minimal section,
.page-minimal section.white {
  background-image: none;
}
.page-white section.cta,
.page-white section.white.cta,
.page-minimal section.cta,
.page-minimal section.white.cta {
  background-image: url(../img/bg_cta_white.svg);
}
.page-white section.review-slider .sk-typo-mod-color-white, .page-white section.cta .sk-typo-mod-color-white, .page-white section.accordion-image .sk-typo-mod-color-white, .page-white section.columns-content .sk-typo-mod-color-white,
.page-white section.white.review-slider .sk-typo-mod-color-white,
.page-white section.white.cta .sk-typo-mod-color-white,
.page-white section.white.accordion-image .sk-typo-mod-color-white,
.page-white section.white.columns-content .sk-typo-mod-color-white,
.page-minimal section.review-slider .sk-typo-mod-color-white,
.page-minimal section.cta .sk-typo-mod-color-white,
.page-minimal section.accordion-image .sk-typo-mod-color-white,
.page-minimal section.columns-content .sk-typo-mod-color-white,
.page-minimal section.white.review-slider .sk-typo-mod-color-white,
.page-minimal section.white.cta .sk-typo-mod-color-white,
.page-minimal section.white.accordion-image .sk-typo-mod-color-white,
.page-minimal section.white.columns-content .sk-typo-mod-color-white {
  color: var(--sk-color-white);
}
.page-white header a.sk-btn--primary.sk-login, .page-white header .sk-btn--primary.sk-login.sk-link, .page-white header input.sk-login.sk-link[type=submit],
.page-minimal header a.sk-btn--primary.sk-login,
.page-minimal header .sk-btn--primary.sk-login.sk-link,
.page-minimal header input.sk-login.sk-link[type=submit] {
  background: var(--sk-color-white);
  color: var(--sk-color-primary-white);
  border-color: var(--sk-color-white);
}
.page-white .content-tabs .swiper-scrollbar-drag,
.page-minimal .content-tabs .swiper-scrollbar-drag {
  background: var(--sk--subheading);
}

.page-white header,
.page-white .nav-main ul li.menu-item-has-children ul {
  background: var(--sk-color-primary-white);
}
.page-white .content-wrapper {
  background: url(../img/page_white.svg) center top/100% no-repeat;
}

.page-minimal .nav-main,
.page-minimal .header-buttons {
  display: none;
}

.page-blue .with-form {
  padding: 2.5rem 0 5rem;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .page-blue .with-form {
    padding: 5rem 0 10rem;
  }
}
.page-blue .with-form .hero-buttons {
  grid-gap: 0;
  margin-top: 2.25rem;
}
.page-blue main a.sk-btn--primary, .page-blue main .sk-btn--primary.sk-link, .page-blue main input.sk-link[type=submit] {
  background: transparent;
  border-color: var(--sk-color-fourth);
}
@media (min-width: 1024px) {
  .page-blue main a.sk-btn--primary, .page-blue main .sk-btn--primary.sk-link, .page-blue main input.sk-link[type=submit] {
    margin-right: 1.5rem;
  }
}
.page-blue main a.sk-btn--primary:hover, .page-blue main .sk-btn--primary.sk-link:hover, .page-blue main input.sk-link[type=submit]:hover, .page-blue main a.sk-btn--primary:focus, .page-blue main .sk-btn--primary.sk-link:focus, .page-blue main input.sk-link[type=submit]:focus, .page-blue main a.sk-btn--primary:active, .page-blue main .sk-btn--primary.sk-link:active, .page-blue main input.sk-link[type=submit]:active {
  border-color: var(--sk-color-text);
  background: transparent;
}
.page-blue main a.sk-btn--secondary, .page-blue main .sk-btn--secondary.sk-link {
  background: var(--sk-color-fourth);
  border-color: var(--sk-color-fourth);
  color: var(--sk-color-white);
}
.page-blue main a.sk-btn--secondary:hover, .page-blue main .sk-btn--secondary.sk-link:hover, .page-blue main a.sk-btn--secondary:focus, .page-blue main .sk-btn--secondary.sk-link:focus, .page-blue main a.sk-btn--secondary:active, .page-blue main .sk-btn--secondary.sk-link:active {
  border-color: var(--sk-color-primary-white);
  background: var(--sk-color-primary-white);
}

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,
.facetwp-load-more,
.facetwp-reset,
input[type=submit] {
  font-family: var(--sk-font-secondary);
  background: var(--sk-color-primary);
  color: var(--sk-color-second);
  border-radius: 36px;
  min-height: 56px;
  border: 1px solid var(--sk-color-primary);
  padding: 12px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  font-size: var(--sk-text--lg);
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  transition: 0.3s;
  transition-timing-function: ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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:focus, a.sk-btn--primary:active,
button.sk-btn--primary:hover,
button.sk-btn--primary:focus,
button.sk-btn--primary:active,
.sk-btn--primary:hover,
input[type=submit]:hover,
.sk-btn--primary:focus,
input[type=submit]:focus,
.sk-btn--primary:active,
input[type=submit]:active {
  background: var(--sk-color-primary-dark);
  border-color: var(--sk-color-primary-dark);
}
a.sk-btn--secondary,
button.sk-btn--secondary,
.sk-btn--secondary {
  background: transparent;
  border-color: var(--sk-color-primary);
}
a.sk-btn--secondary:hover, a.sk-btn--secondary:focus, a.sk-btn--secondary:active,
button.sk-btn--secondary:hover,
button.sk-btn--secondary:focus,
button.sk-btn--secondary:active,
.sk-btn--secondary:hover,
.sk-btn--secondary:focus,
.sk-btn--secondary:active {
  border-color: var(--sk-color-second);
}
a.sk-btn--third,
button.sk-btn--third,
.sk-btn--third {
  background: transparent;
  color: var(--sk-color-secondary);
  border: 2px solid transparent;
  border-radius: 0;
  padding: 9px 24px;
}
a.sk-btn--third:hover, a.sk-btn--third:focus, a.sk-btn--third:active,
button.sk-btn--third:hover,
button.sk-btn--third:focus,
button.sk-btn--third:active,
.sk-btn--third:hover,
.sk-btn--third:focus,
.sk-btn--third:active {
  border-bottom: 2px solid var(--sk-color-primary);
}
a.sk-btn--borderless,
button.sk-btn--borderless,
.sk-btn--borderless {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--sk-color-fourth);
  min-height: 0;
}
a.sk-btn--borderless::after,
button.sk-btn--borderless::after,
.sk-btn--borderless::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/arrow-borderless.svg);
  background-size: 0.409375rem 0.696875rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.0625rem;
  transition: 0.3s;
  transition-timing-function: ease;
}
a.sk-btn--borderless .wp-block-button__link,
button.sk-btn--borderless .wp-block-button__link,
.sk-btn--borderless .wp-block-button__link {
  border: none;
}
a.sk-btn--borderless.sk-typo-mod-color-white,
button.sk-btn--borderless.sk-typo-mod-color-white,
.sk-btn--borderless.sk-typo-mod-color-white {
  color: var(--sk-color-white);
}
a.sk-btn--borderless.sk-typo-mod-color-white .wp-block-button__link,
button.sk-btn--borderless.sk-typo-mod-color-white .wp-block-button__link,
.sk-btn--borderless.sk-typo-mod-color-white .wp-block-button__link {
  color: var(--sk-color-white);
}
a.sk-btn--borderless.sk-typo-mod-color-white::after,
button.sk-btn--borderless.sk-typo-mod-color-white::after,
.sk-btn--borderless.sk-typo-mod-color-white::after {
  background: url(../img/arrow-right.svg);
}
a.sk-btn--borderless.sk-typo-mod-color-primary,
button.sk-btn--borderless.sk-typo-mod-color-primary,
.sk-btn--borderless.sk-typo-mod-color-primary {
  color: var(--sk-color-primary);
}
a.sk-btn--borderless.sk-typo-mod-color-primary::after,
button.sk-btn--borderless.sk-typo-mod-color-primary::after,
.sk-btn--borderless.sk-typo-mod-color-primary::after {
  background: url(../img/arrow-right-primary.svg);
}
a.sk-btn--borderless:hover, a.sk-btn--borderless:focus, a.sk-btn--borderless:active,
button.sk-btn--borderless:hover,
button.sk-btn--borderless:focus,
button.sk-btn--borderless:active,
.sk-btn--borderless:hover,
.sk-btn--borderless:focus,
.sk-btn--borderless:active {
  text-decoration: underline;
  color: var(--sk-color-text);
}
a.sk-btn--borderless:hover::after, a.sk-btn--borderless:focus::after, a.sk-btn--borderless:active::after,
button.sk-btn--borderless:hover::after,
button.sk-btn--borderless:focus::after,
button.sk-btn--borderless:active::after,
.sk-btn--borderless:hover::after,
.sk-btn--borderless:focus::after,
.sk-btn--borderless:active::after {
  margin-left: 0.25rem;
  background-image: url(../img/arrow-borderless-hover.svg);
}
a.sk-btn--simple,
button.sk-btn--simple,
.sk-btn--simple {
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline;
  min-height: 0;
}
a.sk-btn--green,
button.sk-btn--green,
.sk-btn--green {
  background: var(--sk-color-fifth);
  border-color: var(--sk-color-fifth);
  color: var(--sk-color-white);
}
a.sk-btn--green:hover, a.sk-btn--green:focus, a.sk-btn--green:active,
button.sk-btn--green:hover,
button.sk-btn--green:focus,
button.sk-btn--green:active,
.sk-btn--green:hover,
.sk-btn--green:focus,
.sk-btn--green:active {
  background: transparent;
  color: var(--sk-color-fifth);
}
a.sk-btn--blue,
button.sk-btn--blue,
.sk-btn--blue {
  background: var(--sk-color-fourth);
  border-color: var(--sk-color-fourth);
  color: var(--sk-color-white);
}
a.sk-btn--blue:hover, a.sk-btn--blue:focus, a.sk-btn--blue:active,
button.sk-btn--blue:hover,
button.sk-btn--blue:focus,
button.sk-btn--blue:active,
.sk-btn--blue:hover,
.sk-btn--blue:focus,
.sk-btn--blue:active {
  background: var(--sk-color-primary-white);
  border-color: var(--sk-color-primary-white);
}
a.sk-btn--blue-secondary,
button.sk-btn--blue-secondary,
.sk-btn--blue-secondary {
  background: transparent;
  border-color: var(--sk-color-fourth);
}
a.sk-btn--blue-secondary:hover, a.sk-btn--blue-secondary:focus, a.sk-btn--blue-secondary:active,
button.sk-btn--blue-secondary:hover,
button.sk-btn--blue-secondary:focus,
button.sk-btn--blue-secondary:active,
.sk-btn--blue-secondary:hover,
.sk-btn--blue-secondary:focus,
.sk-btn--blue-secondary:active {
  border-color: var(--sk-indicator);
}
a.sk-btn--blue-border,
button.sk-btn--blue-border,
.sk-btn--blue-border {
  background: transparent;
  color: var(--sk-color-grey-third);
  border-color: var(--sk-color-fourth);
  border-radius: 0.375rem;
  font-size: var(--sk-text--xs);
  min-height: 2.5rem;
  padding: 0.625rem;
}
a.sk-btn--blue-border:hover, a.sk-btn--blue-border:focus, a.sk-btn--blue-border:active,
button.sk-btn--blue-border:hover,
button.sk-btn--blue-border:focus,
button.sk-btn--blue-border:active,
.sk-btn--blue-border:hover,
.sk-btn--blue-border:focus,
.sk-btn--blue-border:active {
  background: var(--sk-color-fourth);
  color: var(--sk-color-white);
}
a.sk-btn--white,
button.sk-btn--white,
.sk-btn--white {
  background: var(--sk-color-white);
  border-color: var(--sk-color-white);
  color: var(--sk-color-fourth);
}
a.sk-btn--white:hover, a.sk-btn--white:focus, a.sk-btn--white:active,
button.sk-btn--white:hover,
button.sk-btn--white:focus,
button.sk-btn--white:active,
.sk-btn--white:hover,
.sk-btn--white:focus,
.sk-btn--white:active {
  color: var(--sk-color-white);
  background: var(--sk-color-text);
  border-color: var(--sk-color-text);
}
a.sk-btn--white-dark-border,
button.sk-btn--white-dark-border,
.sk-btn--white-dark-border {
  background: var(--sk-color-white);
  border-color: #3e5ee2;
  color: var(--sk-color-fourth);
}
a.sk-btn--white-dark-border:hover, a.sk-btn--white-dark-border:focus, a.sk-btn--white-dark-border:active,
button.sk-btn--white-dark-border:hover,
button.sk-btn--white-dark-border:focus,
button.sk-btn--white-dark-border:active,
.sk-btn--white-dark-border:hover,
.sk-btn--white-dark-border:focus,
.sk-btn--white-dark-border:active {
  color: var(--sk-color-white);
  background: var(--sk-color-text);
  border-color: var(--sk-color-text);
}
a.sk-btn--orange,
button.sk-btn--orange,
.sk-btn--orange {
  background: #ff6f00;
  border-color: #ff6f00;
  color: var(--sk-color-white);
}
a.sk-btn--orange:hover, a.sk-btn--orange:focus, a.sk-btn--orange:active,
button.sk-btn--orange:hover,
button.sk-btn--orange:focus,
button.sk-btn--orange:active,
.sk-btn--orange:hover,
.sk-btn--orange:focus,
.sk-btn--orange:active {
  background: #ff8e00;
  border-color: #ff8e00;
}
a.sk-btn--toggle,
button.sk-btn--toggle,
.sk-btn--toggle {
  background: none;
  border-color: transparent;
  min-height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
a.sk-btn--toggle.open-active,
button.sk-btn--toggle.open-active,
.sk-btn--toggle.open-active {
  background-color: var(--sk-color-second);
  border-color: var(--sk-color-second);
  color: #eee;
}
a.sk-btn--toggle-bar,
button.sk-btn--toggle-bar,
.sk-btn--toggle-bar {
  background: #eee;
  border-color: #eee;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 36px;
  margin: 0 auto 1.875rem;
}
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],
[disabled].facetwp-load-more,
[disabled].facetwp-reset,
input[disabled][type=submit],
.sk-btn[readonly],
[readonly].facetwp-load-more,
[readonly].facetwp-reset,
input[readonly][type=submit] {
  opacity: 0.6;
  cursor: not-allowed;
}
a.sk-btn--lg,
button.sk-btn--lg,
.sk-btn--lg {
  font-size: var(--sk-text-base-size);
  width: 245px;
  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--shadow,
button.sk-btn--shadow,
.sk-btn--shadow {
  border: unset;
  filter: drop-shadow(1px 4px 3px rgba(0, 0, 0, 0.3));
}
a.sk-btn--shadow:hover,
button.sk-btn--shadow:hover,
.sk-btn--shadow:hover {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1024px) {
  a.sk-btn,
  button.sk-btn,
  .sk-btn,
  .facetwp-load-more,
  .facetwp-reset,
  input[type=submit] {
    width: 100%;
  }
  a.sk-btn--borderless,
  button.sk-btn--borderless,
  .sk-btn--borderless {
    width: auto;
  }
}
a.sk-btn.wp-block-button,
button.sk-btn.wp-block-button,
.sk-btn.wp-block-button,
.wp-block-button.facetwp-load-more,
.wp-block-button.facetwp-reset,
input.wp-block-button[type=submit] {
  border-radius: 0;
  display: flex !important;
}
a.sk-btn.wp-block-button .wp-block-button__link,
button.sk-btn.wp-block-button .wp-block-button__link,
.sk-btn.wp-block-button .wp-block-button__link,
.wp-block-button.facetwp-load-more .wp-block-button__link,
.wp-block-button.facetwp-reset .wp-block-button__link,
input.wp-block-button[type=submit] .wp-block-button__link {
  padding: 0;
}

.swiper-slide-thumb-active .sk-btn--third {
  border-bottom: 2px solid var(--sk-color-primary);
}

.story-filter,
.facetwp-facet-stories_categories .facetwp-radio {
  display: inline-block;
  font-size: var(--sk-text-base-size);
  font-weight: 600;
  min-height: 40px;
  border: none;
  color: var(--sk-color-second);
  background-color: #f0f0f0;
  padding: 0 20px;
  border-radius: 30px;
  cursor: pointer;
  font-family: var(--sk-font-secondary);
  margin-right: 16px;
  white-space: nowrap;
  transition: 0.3s;
  transition-timing-function: ease;
}
.story-filter:nth-of-type(2n),
.facetwp-facet-stories_categories .facetwp-radio:nth-of-type(2n) {
  color: var(--sk-purple);
  background-color: var(--sk-purple-bg);
}
.story-filter:nth-of-type(3n), .story-filter[data-value=consumer-market-intelligence],
.facetwp-facet-stories_categories .facetwp-radio:nth-of-type(3n),
.facetwp-facet-stories_categories .facetwp-radio[data-value=consumer-market-intelligence] {
  color: var(--sk-color-primary-dark);
  background-color: var(--sk-color-primary-bg);
}
.story-filter:nth-of-type(4n), .story-filter[data-value=content-marketing],
.facetwp-facet-stories_categories .facetwp-radio:nth-of-type(4n),
.facetwp-facet-stories_categories .facetwp-radio[data-value=content-marketing] {
  color: var(--sk-color-fourth);
  background-color: var(--sk-color-third-light);
}
.story-filter:nth-of-type(5n), .story-filter[data-value=foodservice-execution],
.facetwp-facet-stories_categories .facetwp-radio:nth-of-type(5n),
.facetwp-facet-stories_categories .facetwp-radio[data-value=foodservice-execution] {
  color: var(--sk-blue-light);
  background-color: var(--sk-blue-light-bg);
}
.story-filter[data-value=product-innovation],
.facetwp-facet-stories_categories .facetwp-radio[data-value=product-innovation] {
  color: var(--sk-purple);
  background-color: var(--sk-purple-bg);
}
.story-filter.active, .story-filter.checked, .story-filter:hover, .story-filter:focus,
.facetwp-facet-stories_categories .facetwp-radio.active,
.facetwp-facet-stories_categories .facetwp-radio.checked,
.facetwp-facet-stories_categories .facetwp-radio:hover,
.facetwp-facet-stories_categories .facetwp-radio:focus {
  color: var(--sk-color-white);
  background-color: var(--sk-color-second);
}

#loadmore {
  display: block;
  margin: 1rem auto 0;
}
@media (min-width: 1024px) {
  #loadmore {
    margin: 2.5rem auto 0;
  }
}

.sk-banner-btn {
  background: transparent;
  font-size: var(--sk-text--xs);
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 1.25rem;
  padding: 0.1875rem 1.25rem;
  line-height: 1;
  font-family: var(--sk-font-secondary);
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.sk-banner-btn.active, .sk-banner-btn.checked, .sk-banner-btn:hover, .sk-banner-btn:focus {
  background: var(--sk-color-fourth);
  color: var(--sk-color-white) !important;
  border-color: var(--sk-color-fourth);
}

.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-card {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(13, 0, 92, 0.1) 0 16px 45px 0;
  background: var(--sk-color-white);
}
.sk-card ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.sk-card img {
  display: flex;
}
.sk-card-purple {
  border-radius: 1.25rem;
  padding: 1rem;
  border: 0.5px solid #a6b5f2;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(25, 7, 80, 0.08);
}
@media (min-width: 1024px) {
  .sk-card-purple {
    padding: 2.75rem;
  }
}

.sk-col {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .sk-col.sk-col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.sk-col.sk-col-mb-3 {
  flex: 0 0 auto;
  width: 25%;
}
@media (min-width: 1024px) {
  .sk-col.sk-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.sk-col.sk-col-mb-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (min-width: 1024px) {
  .sk-col.sk-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .sk-col.sk-col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.sk-col.sk-col-mb-6 {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 1024px) {
  .sk-col.sk-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .sk-col.sk-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.sk-col.sk-col-mb-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
@media (min-width: 1024px) {
  .sk-col.sk-col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.sk-col.sk-col-mb-9 {
  flex: 0 0 auto;
  width: 75%;
}
@media (min-width: 1024px) {
  .sk-col-gap-32:nth-of-type(odd) {
    padding-right: 1rem;
  }
  .sk-col-gap-32:nth-of-type(even) {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .sk-col-gap-40:nth-of-type(odd) {
    padding-right: 1.25rem;
  }
  .sk-col-gap-40:nth-of-type(even) {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .sk-col-gap-44:nth-of-type(odd) {
    padding-right: 1.375rem;
  }
  .sk-col-gap-44:nth-of-type(even) {
    padding-left: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .sk-col-gap-70:nth-of-type(odd) {
    padding-right: 2.1875rem;
  }
  .sk-col-gap-70:nth-of-type(even) {
    padding-left: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .sk-col-gap-80:nth-of-type(odd) {
    padding-right: 2.5rem;
  }
  .sk-col-gap-80:nth-of-type(even) {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .sk-col-gap-100:nth-of-type(odd) {
    padding-right: 3.125rem;
  }
  .sk-col-gap-100:nth-of-type(even) {
    padding-left: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .sk-col-gap-108:nth-of-type(odd) {
    padding-right: 3.375rem;
  }
  .sk-col-gap-108:nth-of-type(even) {
    padding-left: 3.375rem;
  }
}

.sk-row-2, .sk-row-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  justify-content: center !important;
}

.post.sk-col {
  margin-top: 1.375rem;
}
@media (min-width: 1024px) {
  .post.sk-col {
    padding: 0.625rem;
  }
}
.post.swiper-slide {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .post.swiper-slide {
    max-width: calc(25% - 0.9375rem);
  }
}
.post-link {
  position: relative;
}
.post-link:hover .sk-text--h6, .post-link:focus .sk-text--h6 {
  color: var(--sk-color-link-hover);
}
.post-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 20px 6px;
  background-color: var(--sk-green);
  color: var(--sk-color-white);
  text-transform: uppercase;
  border-radius: 24px 0 24px 0;
  min-width: 100px;
  text-align: center;
}
.post-label.report {
  background-color: var(--sk-red);
}
.post-label.webinar {
  background-color: var(--sk-blue);
}
.post-label.latest {
  background-color: var(--sk-color-fourth);
}
.post-img,
.post .post-image-wrap svg {
  height: 14.375rem;
  width: 100%;
  border-radius: 24px;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .post-img,
  .post .post-image-wrap svg {
    height: 16.25rem;
  }
}
.post .post-image-wrap svg {
  background-color: #ccc;
}
.post-title {
  line-height: 1.4;
  margin-bottom: 14px;
  font-family: var(--sk-font-primary);
  transition: 0.3s;
  transition-timing-function: ease;
}
.post-meta {
  line-height: 1;
  color: var(--sk-meta);
  font-family: var(--sk-font-primary);
}

.foodtrend {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .foodtrend {
    max-width: calc(33.3333333333% - 2.5rem / 3);
    flex: calc(33.3333333333% - 2.5rem / 3);
    box-shadow: 0 7px 28.605px 0 rgba(0, 0, 0, 0.1);
  }
}
.foodtrend-image-wrap {
  width: 100%;
}
.foodtrend-img {
  height: 13.125rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
@media (max-width: 1024px) {
  .foodtrend-img {
    border-radius: 0.625rem;
  }
}
.foodtrend-content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.foodtrend-content-wrap {
  padding: 1rem 0.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .foodtrend-content-wrap {
    padding: 1.25rem 1.5rem;
  }
}

.press {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .press.sk-col {
    padding: 0 10px;
  }
}
.press-link {
  position: relative;
}
.press-img,
.press .post-image-wrap svg {
  height: 340px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  margin-bottom: 16px;
}
.press .post-image-wrap svg {
  background-color: #ccc;
}
.press-title {
  margin-bottom: 16px;
  color: var(--sk-purple);
  font-family: var(--sk-font-primary);
}

@media (min-width: 1024px) {
  .facetwp-template[data-name=all_press] {
    padding: 30px 0 0;
  }
}

@media (min-width: 1024px) {
  .facetwp-template-static[data-name=featured_press] {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .facetwp-template-static[data-name=featured_press] article.sk-col-4:nth-of-type(1), .facetwp-template-static[data-name=featured_press] article.sk-col-4:nth-of-type(2) {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .customer-stories {
    grid-gap: 20px;
  }
}

.customer-story-loop {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .customer-story-loop {
    width: calc(33.33333333% - 13.3333333333px);
  }
}
.customer-story-loop .post-link {
  display: block;
  padding: 20px 20px 28px;
  border: 1px solid var(--sk-color-grey-second);
  border-radius: 24px;
  height: 100%;
}
.customer-story-loop .post-link:hover, .customer-story-loop .post-link:focus {
  border-color: #7526c5;
}
.customer-story-loop .post-link:hover .sk-text--h6, .customer-story-loop .post-link:focus .sk-text--h6 {
  color: var(--sk-color-text);
}
.customer-story-loop .post-meta {
  color: var(--sk-purple);
  margin-bottom: 12px;
}
.customer-story-loop .post-title {
  font-family: var(--sk-font-secondary);
}
.customer-story-loop--meta {
  display: inline-block;
  font-size: var(--sk-text--xs);
  line-height: 24px;
  color: var(--sk-color-second);
  background-color: #f0f0f0;
  padding: 0 8px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--sk-font-secondary);
}
.customer-story-loop--meta.product-innovation {
  color: var(--sk-purple);
  background-color: var(--sk-purple-bg);
}
.customer-story-loop--meta.consumer-market-intelligence {
  color: var(--sk-color-primary-dark);
  background-color: var(--sk-color-primary-bg);
}
.customer-story-loop--meta.content-marketing {
  color: var(--sk-color-fourth);
  background-color: var(--sk-color-third-light);
}
.customer-story-loop--meta.foodservice-execution {
  color: var(--sk-blue-light);
  background-color: var(--sk-blue-light-bg);
}

.customer-story--meta {
  display: inline-block;
  font-size: var(--sk-text--xs);
  line-height: 24px;
  color: var(--sk-color-second);
  background-color: #f0f0f0;
  padding: 0 8px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--sk-font-secondary);
}
.customer-story--meta.product-innovation {
  color: var(--sk-purple);
  background-color: var(--sk-purple-bg);
}
.customer-story--meta.consumer-market-intelligence {
  color: var(--sk-color-primary-dark);
  background-color: var(--sk-color-primary-bg);
}
.customer-story--meta.content-marketing {
  color: var(--sk-color-fourth);
  background-color: var(--sk-color-third-light);
}
.customer-story--meta.foodservice-execution {
  color: var(--sk-blue-light);
  background-color: var(--sk-blue-light-bg);
}

.facetwp-facet {
  margin-bottom: 0;
}
.facetwp-facet-search {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.facetwp-facet-search .facetwp-input-wrap {
  position: relative;
  padding-right: 53px;
  width: 100%;
}
@media (min-width: 1024px) {
  .facetwp-facet-search .facetwp-input-wrap {
    max-width: 563px;
  }
}
.facetwp-facet-search .facetwp-icon {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background: var(--sk-color-primary);
  border: 1px solid var(--sk-color-primary);
  border-radius: 36px;
  width: 106px;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: ease;
}
.facetwp-facet-search .facetwp-icon::before {
  content: "";
  display: block;
  width: 24px;
  margin: 0 auto;
  height: 100%;
  background: url(../img/search.svg) center/contain no-repeat;
}
.facetwp-facet-search .facetwp-icon:hover, .facetwp-facet-search .facetwp-icon:focus {
  background: var(--sk-color-white);
}
.facetwp-facet-search.facetwp-type-autocomplete {
  float: right;
  width: 100%;
}
@media (min-width: 1024px) {
  .facetwp-facet-search.facetwp-type-autocomplete {
    max-width: 25rem;
  }
}
.facetwp-facet-search input.facetwp-autocomplete {
  border-radius: 36px;
  padding: 0rem 1.75rem;
}
.facetwp-facet-search .fcomplete-wrap {
  top: 100%;
  left: 0;
  min-width: calc(100% - 6.625rem) !important;
  padding: 1rem 0.5rem;
}
.facetwp-facet-search .fcomplete-wrap .fcomplete-result {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0.375rem;
}
.facetwp-facet-search .fcomplete-wrap .fcomplete-result:last-child {
  margin-bottom: 0;
}
.facetwp-facet-search .fcomplete-wrap .fcomplete-result:hover, .facetwp-facet-search .fcomplete-wrap .fcomplete-result:focus {
  background: rgba(237, 240, 252, 0.7);
}
.facetwp-facet-search .facetwp-autocomplete-update {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background: url(../img/search.svg), var(--sk-color-primary);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, cover;
  background-position: center, center;
  border: 1px solid var(--sk-color-primary);
  border-radius: 36px;
  width: 6.625rem;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: ease;
  color: transparent;
}
.facetwp-facet-search .facetwp-autocomplete-update:hover, .facetwp-facet-search .facetwp-autocomplete-update:focus {
  background: url(../img/search.svg), var(--sk-color-primary-dark);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, cover;
  background-position: center, center;
  border-color: var(--sk-color-primary-dark);
}
.facetwp-facet-load_more {
  text-align: center;
}
@media (min-width: 1024px) {
  .facetwp-type-radio, .facetwp-wrap {
    padding: 0 15px;
  }
}
.facetwp-title {
  display: none;
  font-family: var(--sk-font-primary);
}
@media (min-width: 1024px) {
  .facetwp-title {
    display: flex;
    margin: 11px 0;
  }
}
.facetwp-type-radio, .facetwp-type-checkboxes {
  display: flex;
}
@media (min-width: 1024px) {
  .facetwp-type-radio, .facetwp-type-checkboxes {
    flex-direction: column;
  }
}
.facetwp-checkbox, .facetwp-radio {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-radius: 25px;
  padding: 0 15px;
  min-height: 28px;
  line-height: 28px;
  margin-right: 10px;
  border: 1px solid var(--sk-mobile-unactive);
  font-family: var(--sk-font-primary);
  transition: 0.3s;
  transition-timing-function: ease;
}
.facetwp-checkbox.checked, .facetwp-radio.checked {
  border-color: var(--sk-color-second);
}
@media (min-width: 1024px) {
  .facetwp-checkbox, .facetwp-radio {
    margin: 11px 0;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .facetwp-checkbox.checked, .facetwp-checkbox:hover, .facetwp-checkbox:focus, .facetwp-radio.checked, .facetwp-radio:hover, .facetwp-radio:focus {
    color: var(--sk-color-primary);
  }
}
@media (min-width: 1024px) {
  .facetwp-radio {
    margin-bottom: 32px;
  }
}
.facetwp-checkbox {
  position: relative;
}
@media (min-width: 1024px) {
  .facetwp-checkbox {
    padding-left: 26px;
  }
  .facetwp-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid var(--sk-color-black);
    border-radius: 100%;
  }
  .facetwp-checkbox.checked::before {
    border-color: var(--sk-color-primary);
    box-shadow: var(--sk-color-white) 0 0 0 2px inset;
    background: var(--sk-color-primary);
  }
}
.facetwp-load-more, .facetwp-reset {
  margin-top: 15px;
}
.facetwp-load-more:hover, .facetwp-load-more:focus, .facetwp-reset:hover, .facetwp-reset:focus {
  background: var(--sk-color-primary-dark);
  border-color: var(--sk-color-primary-dark);
}
@media (max-width: 1024px) {
  .facetwp-reset {
    min-height: 28px;
    line-height: 28px;
    padding: 0 15px;
    margin: 0;
  }
}
.facetwp-load-more {
  margin: 30px auto 0;
}
.facetwp-load-more:hover, .facetwp-load-more:focus {
  color: var(--sk-color-second);
}
@media (max-width: 1024px) {
  .facetwp-display-value {
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .facetwp-counter {
    display: none;
  }
}
.facetwp-hidden {
  display: none;
}

.facetwp-facet-stories_categories {
  display: block;
  line-height: 40px;
  padding: 0;
}
@media (max-width: 1024px) {
  .facetwp-facet-stories_categories {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -16px;
  }
  .facetwp-facet-stories_categories::-webkit-scrollbar {
    display: none;
  }
}
.facetwp-facet-stories_categories .facetwp-radio {
  line-height: 40px;
}
.facetwp-facet-stories_categories .facetwp-counter {
  display: none;
}

.wp-block-categories-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid var(--sk-color-grey-second);
}
.wp-block-categories-list li {
  margin-right: 2.25rem;
  padding-bottom: 0.75rem;
}
.wp-block-categories-list li a, .wp-block-categories-list li .sk-link {
  color: #7a7a7a;
}
.wp-block-categories-list li a:hover, .wp-block-categories-list li .sk-link:hover, .wp-block-categories-list li a:focus, .wp-block-categories-list li .sk-link:focus {
  color: var(--sk-color-link-hover);
}
.wp-block-categories-list li.current-cat {
  border-bottom: 4px solid var(--sk-color-fourth);
}
.wp-block-categories-list li.current-cat a, .wp-block-categories-list li.current-cat .sk-link {
  color: var(--sk-color-text);
  font-weight: bold;
}
.wp-block-categories-list li.current-cat a:hover, .wp-block-categories-list li.current-cat .sk-link:hover, .wp-block-categories-list li.current-cat a:focus, .wp-block-categories-list li.current-cat .sk-link:focus {
  color: var(--sk-color-link-hover);
}
.wp-block-categories-list.child {
  justify-content: space-evenly;
}
.wp-block-categories-list.child li {
  margin: 0;
}

.lightbox--toggle {
  position: relative;
  max-width: 735px;
  display: block;
  cursor: pointer;
}
.lightbox--toggle img,
.lightbox--toggle svg,
.lightbox--toggle use,
.lightbox--toggle picture {
  pointer-events: none;
}
.lightbox--toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sk-color-black);
  opacity: 0.8;
  z-index: -1;
}
.lightbox--close {
  border-radius: 100%;
  background: var(--sk-color-white);
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 4.75rem;
  right: 1rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .lightbox--close {
    top: 6.75rem;
  }
}
.lightbox--container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.lightbox--container > .vidyard-player-container,
.lightbox--container .lightbox--slider,
.lightbox--container > iframe {
  position: absolute;
  top: 8.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 335px;
  height: 100%;
  box-sizing: content-box;
  max-height: 70vh;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .lightbox--container > .vidyard-player-container,
  .lightbox--container .lightbox--slider,
  .lightbox--container > iframe {
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  .lightbox--container > .vidyard-player-container,
  .lightbox--container .lightbox--slider,
  .lightbox--container > iframe {
    max-width: 1350px;
  }
}
.lightbox--container > .vidyard-player-container .summits-slider--image,
.lightbox--container .lightbox--slider .summits-slider--image,
.lightbox--container > iframe .summits-slider--image {
  display: flex;
  height: 100%;
  justify-content: center;
}
.lightbox--container > .vidyard-player-container img,
.lightbox--container .lightbox--slider img,
.lightbox--container > iframe img {
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 0;
}
.lightbox--container > .vidyard-player-container > div {
  padding-bottom: 70vh !important;
}
.lightbox--container > .hero-lightbox--wrap {
  position: absolute;
  top: 8.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.lightbox--container .lightbox--slider {
  height: 75vh;
}
@media (min-width: 1024px) {
  .lightbox--container .lightbox--slider {
    height: 793px;
  }
}
@media (max-width: 1024px) {
  .lightbox--container .lightbox--slider .sk-image-cover {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lightbox--container .lightbox--slider .swiper-slide {
  display: flex;
}
.lightbox--container .lightbox--slider .swiper-wrapper {
  height: calc(100% - 30px);
}
.lightbox--container .lightbox--slider .swiper-navigation {
  justify-content: center;
}
.lightbox--container .lightbox--slider .swiper-button-prev,
.lightbox--container .lightbox--slider .swiper-button-next {
  background-image: url(../img/arrow-right.svg);
}
.lightbox--container.openned {
  display: flex;
}

.all-jobs-link {
  display: none !important;
}

.comeet-outer-wrapper {
  max-width: var(--sk-container-width--sm);
  margin: 0 auto;
  width: 100%;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
.comeet-outer-wrapper .position-image {
  display: none;
}

.marquee {
  background: var(--sk-color-second);
}
.marquee-slider--container .swiper-wrapper, .marquee-slider-mobile--container .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.marquee .swiper-wrapper {
  display: flex;
}
.marquee-slide {
  max-width: 12.5%;
}
@media (max-width: 1024px) {
  .marquee-slide {
    max-width: 200px;
  }
}
.marquee-slide img {
  max-width: 160px;
  height: 105px;
  display: block;
}
.marquee-container {
  background: none;
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
  position: relative;
}
.marquee-container .marquee-content {
  background: var(--sk-color-white);
  border-radius: 1.25rem;
  box-shadow: 0 4px 60px 0 rgba(13, 0, 92, 0.1);
}
.marquee-white, .marquee-white-small, .marquee-static {
  background: none;
}
.marquee-white .marquee-trusted {
  position: relative;
}
.marquee-white .marquee-trusted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #cbd3f6;
  z-index: -1;
}
.marquee-white .marquee-trusted span {
  background: var(--sk-color-white);
  padding: 0 1.5625rem;
}
.marquee-static {
  overflow: hidden;
  margin: 5rem 0 !important;
}
@media (max-width: 1024px) {
  .marquee-static {
    padding: 0 !important;
    margin: 1.875rem 0 3.125rem;
    background: none !important;
  }
}
.marquee-static--slide {
  max-width: 10rem;
  width: 100%;
  flex: 1 0 10rem;
  height: 6.5625rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.375rem;
  background: var(--sk-color-white);
}
@media (min-width: 1024px) {
  .marquee-static--slide {
    max-width: 9.6vw;
    flex: 1;
  }
}
.marquee-static--slide img {
  height: 3.75rem;
  max-width: 7.8125rem;
}
.marquee-static--container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1024px) {
  .marquee-static--container {
    overflow: scroll;
  }
}
.marquee-static .marquee-static--container::-webkit-scrollbar {
  display: none;
}
.marquee-static--wrapper {
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .marquee-static--wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.marquee-static-simple {
  background: none;
}
@media (min-width: 1024px) {
  .marquee-static-simple {
    padding-top: 2.5rem;
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .marquee-static-simple .sk-container {
    padding: 0;
  }
}
.marquee-static-simple .swiper-wrapper {
  justify-content: space-between;
  gap: 2.1875rem;
}
.marquee-static-simple .marquee-slide {
  max-width: 8.125rem;
  height: 4.8125rem;
}
.marquee-static-simple .marquee-slide img {
  height: 100%;
  max-width: 100%;
}
.marquee-static-simple .marquee-trusted {
  margin-bottom: 1.5rem;
}
.marquee-static-simple .marquee-trusted h2 {
  font-size: var(--sk-text-base-size);
  line-height: var(--sk-line-height--body);
}
.marquee-grid {
  background: none;
  margin: 2.5rem 0;
}
@media (min-width: 1024px) {
  .marquee-grid {
    margin: 5rem 0;
  }
}
.marquee-grid .marquee-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .marquee-grid .marquee-content {
    text-align: center;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .marquee-grid .marquee-content {
    gap: 3.875rem;
    padding: 3.75rem 3.375rem;
    border-radius: 5.625rem 0;
    box-shadow: 0 4px 16px 0 rgba(25, 7, 80, 0.16);
  }
}
.marquee-grid .marquee-title {
  width: 100%;
}
@media (max-width: 1024px) {
  .marquee-grid .marquee-title .marquee-text {
    display: none;
  }
  .marquee-grid .marquee-title .sk-btn, .marquee-grid .marquee-title input[type=submit], .marquee-grid .marquee-title .facetwp-load-more, .marquee-grid .marquee-title .facetwp-reset {
    position: absolute;
    bottom: 0.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .marquee-grid .marquee-title {
    flex: 33.125rem;
    max-width: 33.125rem;
  }
}
.marquee-grid .marquee-title .marquee-text {
  margin-top: 2rem;
}
.marquee-grid .marquee-title a.sk-btn, .marquee-grid .marquee-title .sk-btn.sk-link, .marquee-grid .marquee-title input.sk-link[type=submit], .marquee-grid .marquee-title a.facetwp-load-more, .marquee-grid .marquee-title .sk-link.facetwp-load-more, .marquee-grid .marquee-title a.facetwp-reset, .marquee-grid .marquee-title .sk-link.facetwp-reset {
  margin-top: 2rem;
}
.marquee-grid .marquee-static--container {
  width: 100%;
}
@media (min-width: 1024px) {
  .marquee-grid .marquee-static--container {
    flex: calc(100% - 37rem);
    max-width: calc(100% - 37rem);
  }
}
@media (max-width: 1024px) {
  .marquee-grid .marquee-static--container {
    border-radius: 1.25rem;
    box-shadow: 0 4px 16px 0 rgba(25, 7, 80, 0.16);
    padding: 0.9375rem 0.9375rem 3.5rem;
    margin-top: 1.125rem;
  }
}
.marquee-grid .marquee-static--wrapper {
  flex-wrap: wrap;
  gap: 1.875rem;
}
.marquee-grid .marquee-static--wrapper .marquee-static--slide {
  flex: calc(50% - 1.25rem);
  max-width: calc(50% - 1.25rem);
  border: none;
  height: 2.5rem;
}
@media (min-width: 1024px) {
  .marquee-grid .marquee-static--wrapper .marquee-static--slide {
    flex: calc(33% - 1.25rem);
    max-width: calc(33% - 1.25rem);
    height: 6.25rem;
  }
}
.marquee-grid .marquee-static--wrapper .marquee-static--slide img {
  height: 100%;
  max-width: 7.1875rem;
  max-height: 2.5rem;
}
@media (min-width: 1024px) {
  .marquee-grid .marquee-static--wrapper .marquee-static--slide img {
    max-height: 6.25rem;
    max-width: 11.25rem;
  }
}
.marquee-two_lines {
  background: none;
  padding: 1.25rem 0 2rem;
}
@media (min-width: 1024px) {
  .marquee-two_lines {
    padding: 3.75rem 0 5rem;
  }
}
.marquee-two_lines .marquee-slide {
  background: var(--sk-color-white);
  border-radius: 0.875rem;
  width: 100%;
  height: 4rem;
  max-width: calc(33.3333333333% - 1.875rem / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .marquee-two_lines .marquee-slide {
    height: 10.3125rem;
    max-width: 15rem;
  }
}
.marquee-two_lines .marquee-slide:nth-of-type(3n+1):last-of-type {
  display: none;
}
.marquee-two_lines .marquee-slide img {
  height: 2.8125rem;
  width: calc(100% - 0.625rem);
  margin: 0 auto;
  padding: 0 0.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .marquee-two_lines .marquee-slide img {
    height: 6.25rem;
    max-width: calc(100% - 1.875rem);
  }
}
.marquee-two_lines .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 1024px) {
  .marquee-two_lines .swiper-wrapper {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .marquee-two_lines .marquee-content {
    padding: 0 0.625rem;
  }
}
.marquee-two_lines .marquee-slider-two-reverse--container {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .marquee-two_lines .marquee-slider-two-reverse--container {
    margin-top: 1.875rem;
  }
}
.marquee + .sk-section.dark {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .marquee + .sk-section.dark {
    margin-top: 2.5rem;
  }
}

.gated {
  position: relative;
}
.gated::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1;
  left: 0;
  top: 0;
}
.gated .sk-btn.btn-access, .gated input.btn-access[type=submit], .gated .btn-access.facetwp-load-more, .gated .btn-access.facetwp-reset {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.two-step-form .form-fullscreen {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.two-step-form .form-fullscreen--title {
  margin-bottom: 1.125rem;
  text-align: center;
}
.two-step-form .form-fullscreen-wrap {
  max-width: 100%;
  margin: 0 auto;
  background: var(--sk-color-white);
  border-radius: 1.5rem;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .two-step-form .form-fullscreen-wrap {
    padding: 3rem;
    max-width: 40.875rem;
  }
}
.two-step-form-hubspot, .two-step-form-hubspot.form-fullscreen, .two-step-form-hubspot.hero, .two-step-form-survey {
  display: none;
  flex-direction: column;
}
.two-step-form-hubspot .sk-text--h3, .two-step-form-hubspot.form-fullscreen .sk-text--h3, .two-step-form-hubspot.hero .sk-text--h3, .two-step-form-survey .sk-text--h3 {
  margin-bottom: 0.75rem;
}
.two-step-form-hubspot.active, .two-step-form-hubspot.form-fullscreen.active, .two-step-form-hubspot.hero.active, .two-step-form-survey.active {
  display: flex;
}
.two-step-form-hubspot.active.fullscreen-slider.review-slider, .two-step-form-hubspot.form-fullscreen.active.fullscreen-slider.review-slider, .two-step-form-hubspot.hero.active.fullscreen-slider.review-slider, .two-step-form-survey.active.fullscreen-slider.review-slider {
  display: block;
}
.two-step-form-hubspot .hbspt-form, .two-step-form-hubspot.form-fullscreen .hbspt-form, .two-step-form-hubspot.hero .hbspt-form, .two-step-form-survey .hbspt-form {
  width: 100%;
}
.two-step-form-hubspot p:last-child, .two-step-form-hubspot.form-fullscreen p:last-child, .two-step-form-hubspot.hero p:last-child, .two-step-form-survey p:last-child {
  margin-bottom: 0;
}
.two-step-form-hubspot .sk-container, .two-step-form-hubspot.form-fullscreen .sk-container, .two-step-form-hubspot.hero .sk-container, .two-step-form-survey .sk-container {
  position: relative;
}
.two-step-form-hubspot .sk-container:has(.gform_confirmation_wrapper) .add-question--wrap, .two-step-form-hubspot.form-fullscreen .sk-container:has(.gform_confirmation_wrapper) .add-question--wrap, .two-step-form-hubspot.hero .sk-container:has(.gform_confirmation_wrapper) .add-question--wrap, .two-step-form-survey .sk-container:has(.gform_confirmation_wrapper) .add-question--wrap {
  display: none;
}
.two-step-form .add-question {
  font-size: 0.875rem;
  height: 2.5rem;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0.375rem;
  color: var(--sk-bullet);
  border: 1px solid var(--sk-bullet);
  padding: 0.75rem 0.75rem 0.625rem 1.875rem;
  position: relative;
}
@media (min-width: 1024px) {
  .two-step-form .add-question {
    padding: 0.75rem 1rem 0.625rem 2.75rem;
  }
}
.two-step-form .add-question::before {
  content: "";
  display: block;
  background-image: url("../img/plus-square-icons.svg");
  background-size: contain;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 0.75rem;
  top: 0.6875rem;
}
@media (min-width: 1024px) {
  .two-step-form .add-question::before {
    height: 1.25rem;
    width: 1.25rem;
    left: 1rem;
    top: 0.5625rem;
  }
}
.two-step-form .add-question:hover, .two-step-form .add-question:focus {
  cursor: pointer;
}
.two-step-form .add-question--wrap {
  position: absolute;
  left: var(--sk-container-padding);
  bottom: 1rem;
}
@media (max-width: 1024px) {
  .two-step-form .add-question--wrap {
    bottom: 4.5rem;
  }
}

.autoComplete_wrapper {
  position: relative;
}
.autoComplete_wrapper[aria-expanded=true] input {
  border-bottom-left-radius: 0 !important;
}
.autoComplete_wrapper ul {
  list-style: none;
  background: var(--sk-color-white);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid rgba(80, 93, 112, 0.15);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: none;
}
.autoComplete_wrapper ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.sk-breadcrumbs {
  margin-bottom: 1.25rem;
}
.sk-breadcrumbs p {
  margin-bottom: 0;
}
.sk-breadcrumbs p,
.sk-breadcrumbs a,
.sk-breadcrumbs .sk-link {
  font-family: var(--sk-font-primary);
}
.sk-breadcrumbs a, .sk-breadcrumbs .sk-link,
.sk-breadcrumbs .separator {
  color: inherit;
  opacity: 0.6;
}

.page:not(.page-blue):not(.page-minimal) .with-image .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.page:not(.page-blue):not(.page-minimal) .with-image .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.page:not(.page-blue):not(.page-minimal) .with-image .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.page:not(.page-blue):not(.page-minimal) .with-image .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.page:not(.page-blue):not(.page-minimal) .with-image-simple .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.page:not(.page-blue):not(.page-minimal) .with-image-simple .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.page:not(.page-blue):not(.page-minimal) .with-image-simple .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.page:not(.page-blue):not(.page-minimal) .with-image-simple .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.page:not(.page-blue):not(.page-minimal) .with-form .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.page:not(.page-blue):not(.page-minimal) .with-form .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.page:not(.page-blue):not(.page-minimal) .with-form .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.page:not(.page-blue):not(.page-minimal) .with-form .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator {
  color: var(--sk-color-white);
}

.survey .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.survey .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.survey .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.survey .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.recipe .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.recipe .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.recipe .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.recipe .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.report .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.report .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.report .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.report .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.archive .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.archive .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.archive .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.archive .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.page-template-page-legal .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.page-template-page-legal .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.page-template-page-legal .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.page-template-page-legal .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator,
.summit .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) p,
.summit .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) a,
.summit .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .sk-link,
.summit .hero:not(.hero--new) .sk-breadcrumbs:not(.sk-typo-mod-color-text) .separator {
  color: var(--sk-color-white);
}

.swiper-navigation {
  display: flex;
  grid-gap: 15px;
  padding: 0 15px;
  justify-content: flex-end;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(../img/arrow-slider.svg);
  transition: 0.3s;
  transition-timing-function: ease;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-disabled,
.swiper-button-next.swiper-button-lock {
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-prev:not(.swiper-button-disabled):not(.swiper-button-lock):hover, .swiper-button-prev:not(.swiper-button-disabled):not(.swiper-button-lock):focus {
  transform: rotate(180deg) translateX(10px);
}

.swiper-button-next:not(.swiper-button-disabled):not(.swiper-button-lock):hover, .swiper-button-next:not(.swiper-button-disabled):not(.swiper-button-lock):focus {
  transform: translateX(10px);
}

.swiper-scrollbar {
  background: var(--sk-color-grey);
  height: 2px;
  width: 100%;
  margin-top: 24px;
}
.swiper-scrollbar-drag {
  height: 2px;
  background: var(--sk-color-second);
}
@media (min-width: 1024px) {
  .swiper-scrollbar {
    display: none;
  }
}

.swiper-pagination,
.swiper-pagination-simple,
.swiper-pagination-tabs,
.swiper-pagination-columns,
.swiper-pagination-case-studies {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-simple .swiper-pagination-bullet,
.swiper-pagination-tabs .swiper-pagination-bullet,
.swiper-pagination-columns .swiper-pagination-bullet,
.swiper-pagination-case-studies .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #edf0fc;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-simple .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-tabs .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-columns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-case-studies .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--sk-color-fourth);
}
