@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

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

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  box-sizing: border-box;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a, .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;
}

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-disable */
:root {
  --sk-line-height--body: 1.5;
  --sk-line-height--h1: 1.0769230769;
  --sk-line-height--h2: 1.1851851852;
  --sk-line-height--h3: 1.2272727273;
  --sk-line-height--h4: 1.2941176471;
  --sk-line-height--h5: 1.5833333333;
  --sk-line-height--h6: 1.5833333333;
  --sk-text-base-size: 16px;
  --sk-text--h1-up: clamp(40px, 29.8039215686px + 0.0261437908 * 100vw, 80px);
  --sk-text--h1: clamp(30px, 21.0784313725px + 0.022875817 * 100vw, 65px);
  --sk-text--h2: clamp(28px, 21.3725490196px + 0.0169934641 * 100vw, 54px);
  --sk-text--h3: clamp(24px, 18.9019607843px + 0.0130718954 * 100vw, 44px);
  --sk-text--h4: clamp(20px, 16.431372549px + 0.0091503268 * 100vw, 34px);
  --sk-text--h5: clamp(20px, 18.9803921569px + 0.0026143791 * 100vw, 24px);
  --sk-text--h6: clamp(20px, 19.4901960784px + 0.0013071895 * 100vw, 22px);
  --sk-text--xs: 14px;
  --sk-text--2xs: 12px;
}

@media (max-width: 768px) {
  :root {
    --sk-line-height--body: 1.4;
    --sk-line-height--h1: 1.1333333333;
    --sk-line-height--h2: 1.2142857143;
    --sk-line-height--h3: 1.3333333333;
    --sk-line-height--h4: 1.6;
    --sk-line-height--h5: 1.6;
    --sk-line-height--h6: 1.4;
  }
}
/* stylelint-disable */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Open Sans', sans-serif;
  --font-play: 'Playfair Display', serif;
}

/* stylelint-disable */
/**
  Generate colors https://gka.github.io/palettes
 */
:root {
  /* Main colors */
  --sk-color-black: black;
  --sk-color-white: white;
  --White: #FFF;
  --bg: #d9d9d9;
  --1-c-1-c-1-c: #1C1C1C;
  --161616: #161616;
  --dc-1915: #DC1915;
  --338-af-4: #338AF4;
  --f-8-f-8-f-8: #FBFBFB;
  --ececec: #ECECEC;
  --9-e-9-e-9-e: #9E9E9E;
  --grey: #ABABAB;
  --grey-500: #5f5f5f;
  --stroke: #9A9A9A;
  --sk-color-dark: #292b2f;
  --sk-color-primary: #52C41A;
  --sk-color-primary-light: #95DE64;
  --sk-color-primary-dark: #237804;
  --sk-color-second: #1890FF;
  --sk-color-second-light: #40A9FF;
  --sk-color-second-dark: #0050B3;
  --sk-color-third: #13C2C2;
  --sk-color-third-light: #5CDBD3;
  --sk-color-third-dark: #006D75;
  /* Background colors */
  --sk-color-bg-primary: var(--sk-color-second);
  --sk-color-bg-second: #f2f6fd;
  /* Typography */
  --sk-color-text: #151515;
  --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-second-light);
  --sk-color-link-visited: var(--sk-color-second);
  /* Border */
  --sk-color-border: #c8c8c8;
  /* Body */
  --sk-color-body: var(--sk-color-text);
  /* Feedback */
  --sk-color-success: green;
  --sk-color-error: red;
  --sk-color-warning: orange;
  /* Icons */
  --sk-color-icon-primary: var(--sk-color-primary);
  --sk-color-icon-secondary: var(--sk-color-second);
  --sk-color-blue: #08c;
  --sk-color-purple: #7360f2;
}

/* stylelint-disable */
body {
  font-size: var(--sk-text-base-size);
  font-family: var(--font-primary);
  color: var(--sk-color-text);
  font-weight: 400;
  line-height: var(--sk-line-height--body);
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
}

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(--font-primary);
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

p {
  font-size: clamp(14px, 12.9803921569px + 0.0026143791 * 100vw, 18px);
  line-height: var(--sk-line-height--body);
  font-family: var(--font-primary);
}

a, .sk-link {
  color: var(--sk-color-link);
  text-decoration: none;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
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);
  text-decoration: underline;
}

button,
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  box-shadow: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
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;
}

.rll-youtube-player {
  position: static;
}

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

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

/* stylelint-disable */
:root {
  --sk-container-padding: 30px;
  --sk-container-width-lg: calc(1338px + 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: 10px;
  }
}
.sk-container {
  max-width: var(--sk-container-width-lg);
  margin: 0 auto;
  width: 100%;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
.sk-container--md {
  max-width: var(--sk-container-width--md);
}
.sk-container--sm {
  max-width: var(--sk-container-width--sm);
}
.sk-container--fl {
  max-width: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--White);
  z-index: 999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.header-logo {
  width: -moz-max-content;
  width: max-content;
  height: clamp(23px, 20.1960784314px + 0.0071895425 * 100vw, 34px);
  margin-right: auto;
  z-index: 1016;
  min-width: -moz-max-content;
  min-width: max-content;
  filter: invert(1);
}
.header-logo svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.header-logo:hover {
  filter: invert(0);
}
.header-wrapper {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
}
.header-wrapper.min {
  padding: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px) 0;
}
.header-wrapper.min .nav-main-desktop {
  top: clamp(40px, 34.9019607843px + 0.0130718954 * 100vw, 60px);
}
@media (max-width: 768px) {
  .header-wrapper {
    padding: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px) 0;
    justify-content: space-between;
    gap: clamp(8px, 2.3921568627px + 0.014379085 * 100vw, 30px);
  }
}
.header .nav-main-desktop {
  display: flex;
  position: relative;
  width: auto;
  flex: 1;
  left: 0;
  z-index: 1015;
  padding: 35px 0;
  flex-direction: column;
}
.header .nav-main-desktop.show {
  display: flex;
}
@media (max-width: 768px) {
  .header .nav-main-desktop {
    display: none !important;
  }
}
.header .nav-main-mobile {
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1015;
  padding: 70px 30px 30px;
  background: var(--White);
  overflow: auto;
  transform: translateX(-100%);
  transition-duration: 1s;
}
.header .nav-main-mobile .toggle-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav-main-mobile {
    display: flex;
  }
}
.header .nav-main-mobile.show {
  transform: translateX(0);
}
.header .nav-main-mobile ul {
  list-style: none;
  gap: clamp(10px, 4.9019607843px + 0.0130718954 * 100vw, 30px);
  margin: 0;
  padding: 0;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .header .nav-main-mobile ul {
    gap: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px);
  }
}
.header .nav-main-mobile ul li {
  margin-bottom: 20px;
}
.header .nav-main-mobile ul li a, .header .nav-main-mobile ul li .sk-link {
  font-family: var(--font-primary);
  color: var(--1-c-1-c-1-c);
  font-size: clamp(12px, 10.4705882353px + 0.0039215686 * 100vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1280px) {
  .header .nav-main-mobile ul li a, .header .nav-main-mobile ul li .sk-link {
    font-size: clamp(12px, 10.9803921569px + 0.0026143791 * 100vw, 16px);
  }
}
.header .nav-main-mobile ul li a:hover, .header .nav-main-mobile ul li .sk-link:hover {
  color: var(--338-af-4);
}
.header .nav-main-mobile ul .menu-item-has-children.open ul {
  height: auto;
  margin-top: 15px;
}
.header .nav-main-mobile ul .menu-item-has-children.open a svg, .header .nav-main-mobile ul .menu-item-has-children.open .sk-link svg {
  transform: rotate(180deg);
}
.header .nav-main-mobile ul .menu-item-has-children ul {
  height: 0;
  overflow: hidden;
}
.header .nav-main-mobile ul .menu-item-has-children ul li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.header .nav-main-mobile ul .menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}
.header .nav-main-mobile ul .menu-item-has-children ul li a, .header .nav-main-mobile ul .menu-item-has-children ul li .sk-link {
  font-weight: 400;
}
.header .nav-main-mobile .header-phone {
  display: flex;
}
.header .lang-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--sk-color-dark);
  height: 35px;
  z-index: 1017;
  display: flex;
  align-items: center;
}
.header .lang-wrapper .sk-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .header .lang-wrapper {
    position: static;
    width: auto;
    background: transparent;
  }
}
.header .lang {
  z-index: 1016;
  position: relative;
}
.header .lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .lang .wpml-ls-legacy-dropdown-click {
  width: -moz-max-content;
  width: max-content;
}
.header .lang .wpml-ls-legacy-dropdown-click a, .header .lang .wpml-ls-legacy-dropdown-click .sk-link {
  padding: 5px 10px;
  border: none;
  font-size: 12px;
  color: var(--White);
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .lang .wpml-ls-legacy-dropdown-click a .wpml-ls-flag, .header .lang .wpml-ls-legacy-dropdown-click .sk-link .wpml-ls-flag {
  height: 12px;
  width: auto;
}
.header .lang .wpml-ls-legacy-dropdown-click a:hover, .header .lang .wpml-ls-legacy-dropdown-click .sk-link:hover, .header .lang .wpml-ls-legacy-dropdown-click a:focus, .header .lang .wpml-ls-legacy-dropdown-click .sk-link:focus, .header .lang .wpml-ls-legacy-dropdown-click a:focus-visible, .header .lang .wpml-ls-legacy-dropdown-click .sk-link:focus-visible {
  color: var(--338-af-4);
  background: transparent;
  text-decoration: none;
}
.header .lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, .header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle.sk-link {
  padding-right: 20px;
}
.header .lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after, .header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle.sk-link::after {
  content: "";
  right: 5px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
}
@media (max-width: 768px) {
  .header .lang .wpml-ls-legacy-dropdown-click a, .header .lang .wpml-ls-legacy-dropdown-click .sk-link {
    color: var(--1-c-1-c-1-c);
  }
}
.header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background: var(--White);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  left: unset;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
.header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a, .header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .sk-link {
  transition: none;
  color: var(--1-c-1-c-1-c);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover, .header .lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .sk-link:hover {
  color: var(--338-af-4);
  background: transparent;
}
.header .lang .wpml-ls-legacy-dropdown-click.open .wpml-ls-sub-menu {
  visibility: visible;
}
.header .lang .wpml-ls-legacy-dropdown-click:has(.wpml-ls-item:hover) a.wpml-ls-item-toggle, .header .lang .wpml-ls-legacy-dropdown-click:has(.wpml-ls-item:hover) .wpml-ls-item-toggle.sk-link {
  color: var(--338-af-4);
}
.header .burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1020;
}
@media (max-width: 768px) {
  .header .burger {
    display: flex;
  }
}
.header .header-phone {
  color: var(--1-c-1-c-1-c);
  font-weight: 600;
  font-size: clamp(16px, 14.9803921569px + 0.0026143791 * 100vw, 20px);
  text-decoration: none;
}
.header .header-phone:hover {
  color: var(--338-af-4);
}
@media (max-width: 992px) {
  .header .header-phone {
    display: none;
  }
}

.footer {
  background-color: var(--sk-color-dark);
}
.footer-wrapper {
  padding: clamp(40px, 34.9019607843px + 0.0130718954 * 100vw, 60px) 0 clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
}
.footer-logo {
  width: -moz-max-content;
  width: max-content;
  height: 34px;
  display: flex;
  margin-bottom: clamp(10px, 8.7254901961px + 0.0032679739 * 100vw, 15px);
}
.footer-logo svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.footer-social-wrapper {
  width: clamp(250px, 232.1568627451px + 0.045751634 * 100vw, 320px);
  display: flex;
  flex-direction: column;
  color: var(--sk-color-white);
}
@media (max-width: 992px) {
  .footer-social-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 512px) {
  .footer-social-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer-social-wrapper .footer-text {
    text-align: center;
  }
}
.footer .phone-wrapper {
  margin-bottom: clamp(15px, 12.4509803922px + 0.0065359477 * 100vw, 25px);
}
.footer .phone {
  color: var(--sk-color-white);
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: clamp(20px, 16.9411764706px + 0.0078431373 * 100vw, 32px);
  text-decoration: unset;
}
.footer .phone:hover {
  color: var(--338-af-4);
}
.footer .socials {
  display: flex;
  gap: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px);
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer .socials {
    margin-top: 0;
  }
}
.footer .socials-link {
  cursor: pointer;
  height: clamp(24px, 20.9411764706px + 0.0078431373 * 100vw, 36px);
  width: clamp(24px, 20.9411764706px + 0.0078431373 * 100vw, 36px);
  border: 1px solid var(--sk-color-white);
  color: var(--sk-color-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .socials-link svg {
  max-width: calc(100% - 4px);
  max-height: calc(100% - 4px);
}
.footer .socials-link:hover svg path {
  fill: var(--338-af-4);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
}
@media (max-width: 992px) {
  .footer-top {
    flex-wrap: wrap;
  }
}
.footer .nav-main ul {
  list-style: none;
  display: flex;
  gap: clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer .nav-main ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.footer .nav-main ul li {
  flex: 1;
}
@media (max-width: 512px) {
  .footer .nav-main ul li {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    align-items: flex-start;
    flex: initial;
  }
  .footer .nav-main ul li.open ul {
    height: auto;
  }
}
.footer .nav-main ul li a, .footer .nav-main ul li .sk-link {
  font-family: var(--font-primary);
  color: var(--sk-color-white);
  font-size: clamp(12px, 10.4705882353px + 0.0039215686 * 100vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}
.footer .nav-main ul li a .toggle-menu, .footer .nav-main ul li .sk-link .toggle-menu {
  display: none;
}
@media (max-width: 1440px) {
  .footer .nav-main ul li a, .footer .nav-main ul li .sk-link {
    font-size: clamp(12px, 10.9803921569px + 0.0026143791 * 100vw, 16px);
  }
}
@media (max-width: 512px) {
  .footer .nav-main ul li a, .footer .nav-main ul li .sk-link {
    text-align: center;
  }
  .footer .nav-main ul li a .toggle-menu, .footer .nav-main ul li .sk-link .toggle-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .nav-main ul li a:hover, .footer .nav-main ul li .sk-link:hover {
  color: var(--338-af-4);
}
.footer .nav-main ul li:last-child {
  margin-right: 0;
}
.footer .nav-main ul ul {
  flex-direction: column;
  gap: clamp(15px, 16.2745098039px + -0.0032679739 * 100vw, 10px);
  padding-top: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px);
}
@media (max-width: 512px) {
  .footer .nav-main ul ul li {
    width: auto;
  }
}
.footer .nav-main ul ul li a, .footer .nav-main ul ul li .sk-link {
  font-weight: 400;
}
@media (max-width: 512px) {
  .footer .nav-main ul ul {
    width: 100%;
    align-items: center;
    height: 0;
    overflow: hidden;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(12px, 11.4901960784px + 0.0013071895 * 100vw, 14px);
  color: var(--sk-color-white);
  gap: 20px;
  margin-top: clamp(60px, 54.9019607843px + 0.0130718954 * 100vw, 80px);
}
@media (max-width: 512px) {
  .footer-bottom {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.footer-bottom .left ul {
  display: flex;
  gap: 10px 35px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom .left ul a, .footer-bottom .left ul .sk-link {
  font-size: clamp(12px, 11.4901960784px + 0.0013071895 * 100vw, 14px);
}
@media (max-width: 512px) {
  .footer-bottom .left ul {
    align-items: center;
    justify-content: center;
  }
}
.footer-bottom .right p {
  font-size: clamp(12px, 11.4901960784px + 0.0013071895 * 100vw, 14px);
}
@media (max-width: 512px) {
  .footer-bottom .right {
    text-align: center;
  }
}
.footer-bottom a, .footer-bottom .sk-link {
  color: var(--sk-color-white);
}
.footer-bottom a:hover, .footer-bottom .sk-link:hover {
  color: var(--338-af-4);
}
.footer .footer-text p {
  font-size: clamp(20px, 16.9411764706px + 0.0078431373 * 100vw, 32px);
  margin-bottom: clamp(15px, 12.4509803922px + 0.0065359477 * 100vw, 25px);
  line-height: 1;
}
.footer .footer-text p em {
  font-size: clamp(14px, 12.9803921569px + 0.0026143791 * 100vw, 18px);
}
@media (max-width: 768px) {
  .footer {
    background: var(--sk-color-dark);
  }
}

.otgs-development-site-front-end {
  display: none;
}

.chat-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.chat-buttons a, .chat-buttons .sk-link {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, opacity 0.2s;
}
.chat-buttons a.telegram, .chat-buttons .telegram.sk-link {
  background-color: var(--sk-color-blue); /* Telegram color */
  animation: pulseTelegram 3s infinite ease-in-out;
}
.chat-buttons a.viber, .chat-buttons .viber.sk-link {
  background-color: var(--sk-color-purple); /* Viber color */
  animation: pulseViber 2.5s infinite ease-in-out;
}
.chat-buttons a:hover, .chat-buttons .sk-link:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.chat-buttons img {
  width: 30px;
  height: 30px;
}

/* --- Анімація Telegram --- */
@keyframes pulseTelegram {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 136, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
  }
}
/* --- Анімація Viber --- */
@keyframes pulseViber {
  0% {
    box-shadow: 0 0 0 0 rgba(115, 96, 242, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(115, 96, 242, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(115, 96, 242, 0);
  }
}
input,
textarea {
  border-radius: 15px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  font-weight: 400;
  border: 1px solid var(--sk-color-black);
  background: var(--sk-color-white);
  color: var(--sk-color-black);
  font-size: var(--sk-text--xs);
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--sk-input-color-border-focus);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--sk-input-color-placeholder);
}
input::placeholder,
textarea::placeholder {
  color: var(--sk-input-color-placeholder);
}

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

.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 {
  margin-bottom: 38px;
}

.mega-menu-wrapper ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .mega-menu-wrapper ul {
    gap: 10px;
  }
}
.mega-menu-wrapper ul .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 30px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
  transition: opacity 0.25s ease, transform 0.5s ease, visibility 0.25s ease;
}
.mega-menu-wrapper ul .sub-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--White);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 9999;
}
.mega-menu-wrapper ul .menu-item {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.mega-menu-wrapper ul .menu-item a, .mega-menu-wrapper ul .menu-item .sk-link {
  text-decoration: none;
  font-weight: 600;
  color: var(--1-c-1-c-1-c);
  font-size: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px);
  display: flex;
  align-items: center;
}
.mega-menu-wrapper ul .menu-item a .toggle-menu, .mega-menu-wrapper ul .menu-item .sk-link .toggle-menu {
  cursor: pointer;
  display: flex;
  line-height: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mega-menu-wrapper ul .menu-item a .toggle-menu:hover, .mega-menu-wrapper ul .menu-item .sk-link .toggle-menu:hover {
  color: var(--dc-1915);
}
@media (max-width: 1440px) {
  .mega-menu-wrapper ul .menu-item a, .mega-menu-wrapper ul .menu-item .sk-link {
    font-size: clamp(12px, 10.9803921569px + 0.0026143791 * 100vw, 16px);
  }
}
@media (max-width: 992px) {
  .mega-menu-wrapper ul .menu-item a, .mega-menu-wrapper ul .menu-item .sk-link {
    font-size: 10px;
  }
}
.mega-menu-wrapper ul .menu-item:hover, .mega-menu-wrapper ul .menu-item:has(a:focus-visible, .sk-link:focus-visible) {
  border-color: var(--dc-1915);
}
.mega-menu-wrapper ul .menu-item:hover a, .mega-menu-wrapper ul .menu-item:hover .sk-link, .mega-menu-wrapper ul .menu-item:has(a:focus-visible, .sk-link:focus-visible) a, .mega-menu-wrapper ul .menu-item:has(a:focus-visible, .sk-link:focus-visible) .sk-link {
  text-decoration: none;
}
.mega-menu-wrapper ul .menu-item.active, .mega-menu-wrapper ul .menu-item.current-menu-item {
  border-color: var(--dc-1915);
}
.mega-menu-wrapper ul .menu-item.menu-item-has-children:hover, .mega-menu-wrapper ul .menu-item.menu-item-has-children.open {
  border-color: var(--dc-1915);
}
.mega-menu-wrapper ul .menu-item.menu-item-has-children:hover .sub-menu, .mega-menu-wrapper ul .menu-item.menu-item-has-children.open .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 30px;
}
.mega-menu-wrapper ul .menu-item.menu-item-has-children:hover .toggle-menu, .mega-menu-wrapper ul .menu-item.menu-item-has-children.open .toggle-menu {
  color: var(--dc-1915);
}
.mega-menu-wrapper .mega-menu-main {
  padding: 0;
}
@media (max-width: 992px) {
  .mega-menu-wrapper .mega-menu-main {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: 0;
  }
}

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

a.sk-btn,
button.sk-btn,
.sk-btn,
input[type=submit],
.gform_button.button {
  font-family: var(--font-primary);
  background: var(--sk-color-primary);
  color: var(--sk-color-white);
  border-radius: 30px;
  width: 180px;
  height: 60px;
  border: none;
  padding: 0 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  font-size: var(--sk-text-base-size);
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.sk-btn--primary,
button.sk-btn--primary,
.sk-btn--primary,
input[type=submit],
.gform_button.button--primary {
  background: var(--sk-color-primary);
  border-radius: 30px;
  border: 0 solid var(--sk-color-white);
}
a.sk-btn--primary:hover, a.sk-btn--primary:active,
button.sk-btn--primary:hover,
button.sk-btn--primary:active,
.sk-btn--primary:hover,
input[type=submit]:hover,
.sk-btn--primary:active,
input[type=submit]:active,
.gform_button.button--primary:hover,
.gform_button.button--primary:active {
  color: var(--sk-color-white);
  background: var(--sk-color-primary-dark);
}
a.sk-btn--secondary,
button.sk-btn--secondary,
.sk-btn--secondary,
.gform_button.button--secondary {
  background: var(--sk-color-second-dark);
  color: var(--sk-color-white);
  border: 2px solid var(--sk-color-white);
  border-radius: 30px;
}
a.sk-btn--secondary:hover,
button.sk-btn--secondary:hover,
.sk-btn--secondary:hover,
.gform_button.button--secondary:hover {
  color: var(--sk-color-white);
  background: var(--sk-color-second-light);
}
a.sk-btn--disabled, a.sk-btn[disabled], a.sk-btn[readonly],
button.sk-btn--disabled,
button.sk-btn[disabled],
button.sk-btn[readonly],
.sk-btn--disabled,
.sk-btn[disabled],
input[disabled][type=submit],
.sk-btn[readonly],
input[readonly][type=submit],
.gform_button.button--disabled,
.gform_button.button[disabled],
.gform_button.button[readonly] {
  opacity: 0.6;
  cursor: not-allowed;
}
a.sk-btn--lg,
button.sk-btn--lg,
.sk-btn--lg,
input[type=submit],
.gform_button.button--lg {
  font-size: var(--sk-text-base-size);
  width: 245px;
  height: 45px;
}
a.sk-btn--md,
button.sk-btn--md,
.sk-btn--md,
.gform_button.button--md {
  font-size: var(--sk-text--xs);
  width: 150px;
  height: 50px;
}
a.sk-btn--sm,
button.sk-btn--sm,
.sk-btn--sm,
.gform_button.button--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,
  .gform_button.button--sm {
    width: 120px;
    height: 40px;
  }
}
a.sk-btn--auto,
button.sk-btn--auto,
.sk-btn--auto,
.gform_button.button--auto {
  max-width: inherit;
  width: auto;
}
a.sk-btn--full-w,
button.sk-btn--full-w,
.sk-btn--full-w,
.gform_button.button--full-w {
  width: 100%;
}
a.sk-btn--rectangle,
button.sk-btn--rectangle,
.sk-btn--rectangle,
.gform_button.button--rectangle {
  border-radius: 15px;
}
a.sk-btn--shadow,
button.sk-btn--shadow,
.sk-btn--shadow,
.gform_button.button--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,
.gform_button.button--shadow:hover {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

a.button,
button.button,
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px) clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
  text-decoration: unset;
  border: 1px solid var(--338-af-4);
  color: var(--1-c-1-c-1-c);
  gap: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px);
  font-weight: 600;
  font-size: clamp(14px, 6px + 0.00625 * 100vw, 18px);
  line-height: 1.5;
  cursor: pointer;
  transition-duration: 1s;
}
a.button svg,
button.button svg,
.button svg {
  position: relative;
  transition-duration: 1s;
  width: clamp(12px, 10.7254901961px + 0.0032679739 * 100vw, 17px);
  height: auto;
}
a.button:hover svg,
button.button:hover svg,
.button:hover svg {
  transform: translateX(10px);
}
a.button.blue,
button.button.blue,
.button.blue {
  background: var(--338-af-4);
  color: var(--White);
}

.popup .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
}
.popup .gform_wrapper form .gform_footer .gform_button.button {
  margin: 0;
  background: var(--338-af-4);
  border-radius: 0;
  padding: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px) clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-weight: 600;
  font-size: clamp(14px, 12.9803921569px + 0.0026143791 * 100vw, 18px);
}

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

.title-wrapper {
  position: relative;
  margin-bottom: clamp(20px, 12.3529411765px + 0.0196078431 * 100vw, 50px);
}
.title-wrapper .block-title {
  font-family: var(--font-secondary);
  font-size: clamp(18px, 8.3137254902px + 0.0248366013 * 100vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--1-c-1-c-1-c);
}
.title-wrapper .lines {
  height: calc(100% + 10px);
  min-width: clamp(32px, 25.8823529412px + 0.0156862745 * 100vw, 56px);
  border-left: 3px solid var(--dc-1915);
  border-bottom: 3px solid var(--dc-1915);
  display: block;
  position: absolute;
  left: -20px;
  bottom: -20px;
}
@media (max-width: 1440px) {
  .title-wrapper .lines {
    left: -10px;
    bottom: -10px;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .title-wrapper .lines {
    left: -5px;
    bottom: -5px;
  }
}
@media (max-width: 768px) {
  .title-wrapper .lines {
    border-width: 1px;
  }
}
.title-wrapper.quote::after {
  content: "“";
  font-size: clamp(30px, 23.3725490196px + 0.0169934641 * 100vw, 56px);
  font-weight: 700;
  color: var(--dc-1915);
  font-family: var(--font-play);
  position: absolute;
  right: calc(100% + 5px);
  line-height: 1.2;
  text-transform: uppercase;
  top: -15px;
}
@media (max-width: 1024px) {
  .title-wrapper.quote::after {
    right: calc(100% - 10px);
    top: -20px;
  }
}

.swiper-button {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  cursor: pointer;
  background: var(--White);
  border: 1px solid var(--ececec);
  width: clamp(36px, 24.7843137255px + 0.0287581699 * 100vw, 80px);
  height: clamp(36px, 24.7843137255px + 0.0287581699 * 100vw, 80px);
  transition-duration: 0.5s;
  padding: clamp(2px, -0.0392156863px + 0.0052287582 * 100vw, 10px);
  box-sizing: border-box;
}
.swiper-button svg {
  height: 100%;
  width: 100%;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button:hover {
  color: var(--White);
  background: var(--338-af-4);
}
.swiper-button-disabled {
  color: var(--1-c-1-c-1-c);
  background-color: var(--White);
  opacity: 0.5;
}
.swiper-button-disabled:hover {
  color: var(--1-c-1-c-1-c);
  background-color: var(--White);
  opacity: 0.5;
}
.swiper-button.show {
  display: flex;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  display: none;
  overflow: auto;
  padding: 0 clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
}
.popup.show {
  display: flex;
}
.popup-inner {
  padding: clamp(20px, 4.7058823529px + 0.0392156863 * 100vw, 80px) clamp(15px, -1.568627451px + 0.0424836601 * 100vw, 80px);
  background: var(--f-8-f-8-f-8);
  position: relative;
  width: 540px;
  max-width: 100%;
  overflow: auto;
  margin-top: clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
  margin-bottom: clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
}
.popup .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
  height: clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
  cursor: pointer;
}
.popup .close-popup svg {
  width: 100%;
  height: 100%;
}
.popup .gform_wrapper .gform_validation_errors {
  display: none;
}
.popup .gform_wrapper .gform_heading {
  margin-bottom: clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
}
.popup .gform_wrapper .gform_heading .gform_title {
  font-size: clamp(18px, 14.9411764706px + 0.0078431373 * 100vw, 30px);
  font-weight: 700;
}
.popup .gform_wrapper .gform_heading .gform_description {
  display: none;
}
.popup .gform_wrapper form .gform_body {
  margin-bottom: clamp(15px, 11.1764705882px + 0.0098039216 * 100vw, 30px);
}
.popup .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 7.4509803922px + 0.0065359477 * 100vw, 20px);
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield_label {
  font-size: clamp(10px, 8.9803921569px + 0.0026143791 * 100vw, 14px);
  color: var(--9-e-9-e-9-e);
  font-weight: 400;
  margin-bottom: 4px;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield_label .gfield_required {
  display: none;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  padding: clamp(6px, 4.4705882353px + 0.0039215686 * 100vw, 12px) 0 clamp(3px, 2.2352941176px + 0.0019607843 * 100vw, 6px);
  border: unset;
  border-bottom: 1.5px solid var(--grey);
  border-radius: 0;
  font-size: clamp(14px, 12.9803921569px + 0.0026143791 * 100vw, 18px);
  background: transparent;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  color: var(--grey);
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  color: var(--grey);
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  padding: clamp(6px, 4.4705882353px + 0.0039215686 * 100vw, 12px) 0 clamp(3px, 2.2352941176px + 0.0019607843 * 100vw, 6px);
  border: unset;
  border-bottom: 1.5px solid var(--grey);
  border-radius: 0;
  font-size: clamp(14px, 12.9803921569px + 0.0026143791 * 100vw, 18px);
  background: transparent;
  cursor: pointer;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
  color: var(--grey);
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  color: var(--grey);
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield_description.instruction {
  display: none;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield_description.validation_message {
  color: var(--dc-1915);
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}
.popup .gform_wrapper form .gform_body .gform_fields .gfield--type-fileupload .ginput_container input {
  cursor: pointer;
}

.breadcrumbs {
  display: inline-flex;
  font-size: clamp(12px, 11.4901960784px + 0.0013071895 * 100vw, 14px);
  text-transform: uppercase;
  gap: clamp(5px, 3.7254901961px + 0.0032679739 * 100vw, 10px);
  color: var(--9-e-9-e-9-e);
}
.breadcrumbs a, .breadcrumbs .sk-link {
  color: var(--White);
}
.breadcrumbs.white {
  color: var(--9-e-9-e-9-e);
  margin-bottom: clamp(20px, 14.9019607843px + 0.0130718954 * 100vw, 40px);
}
.breadcrumbs.white a, .breadcrumbs.white .sk-link {
  color: var(--1-c-1-c-1-c);
}
