:root {
  --color-text-primary: #f7f8f8;
  --color-text-secondary: #d0d6e0;
  --color-text-tertiary: #8a8f98;
  --wp--style--global--content-size: 960px;
  --wp--style--global--wide-size: 1180px;
  --wp--preset--font-family--text-font: Aleo;
  --wp--preset--font-family--heading-font: Barlow;
  --wp--preset--spacing--small: 16px;
  --wp--preset--spacing--medium: 32px;
  --wp--preset--spacing--large: 48px;
  --wp--preset--spacing--x-large: 0px;
  --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012), 0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035), 0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07), 0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117), 0 46px 60px -6px rgba(0, 0, 0, 0.2);
  --margin-bottom: 100px;
  --padding-right: var(--wp--preset--spacing--x-large);
  --padding-left: var(--wp--preset--spacing--x-large);
  --top-height: 100px;
  --border-radius: 10px;
  --yellow-300: var(--wp--preset--color--yellow-300);
  --orange-600: var(--wp--preset--color--orange-600);
  --orange-800: var(--wp--preset--color--orange-800);
  --red-700: var(--wp--preset--color--red-700);
  --red-800: var(--wp--preset--color--red-800);
  --green-600: var(--wp--preset--color--green-600);
  --green-800: var(--wp--preset--color--green-800);
  --teal-600: var(--wp--preset--color--teal-600);
  --teal-800: var(--wp--preset--color--teal-800);
  --blue-100: var(--wp--preset--color--blue-100);
  --blue-500: var(--wp--preset--color--blue-500);
  --blue-600: var(--wp--preset--color--blue-600);
  --blue-800: var(--wp--preset--color--blue-800);
  --indigo-600: var(--wp--preset--color--indigo-600);
  --indigo-800: var(--wp--preset--color--indigo-800);
}
@media (max-width: 1480px) {
  :root {
    --padding-right: var(--wp--preset--spacing--large);
    --padding-left: var(--wp--preset--spacing--large);
  }
}
@media (max-width: 1280px) {
  :root {
    --top-height: 90px;
    --border-radius: 8px;
    --margin-bottom: 88px;
    --padding-right: var(--wp--preset--spacing--medium);
    --padding-left: var(--wp--preset--spacing--medium);
  }
}
@media (max-width: 1024px) {
  :root {
    --margin-bottom: 72px;
    --top-height: 80px;
  }
}
@media (max-width: 768px) {
  :root {
    --border-radius: 6px;
    --margin-bottom: 64px;
    --padding-right: 16px;
    --padding-left: 16px;
    --top-height: 64px;
  }
}

/*===================================
=            Reset style            =
===================================*/
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  min-height: 100vh;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.48;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a,
ins,
del {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote,
q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: inherit;
  text-wrap: balance;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(23px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 27px;
  }
}

h4 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: calc(21px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: calc(18px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: calc(16px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h6 {
    font-size: 19px;
  }
}

/* Anchors */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
}

ol {
  list-style: outside decimal;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::-moz-selection {
  background: #030303;
  color: #fff;
}

::selection {
  background: #030303;
  color: #fff;
}

::-moz-selection {
  background: #030303;
  color: #fff;
}

::-webkit-selection {
  background: #030303;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #737373;
}

::-moz-placeholder {
  color: #737373;
}

:-ms-input-placeholder {
  color: #737373;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
a:focus-visible,
button:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
}

/*-----  End of Reset style  ------*/
/* barlow-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/barlow-v13-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/barlow-v13-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/barlow-v13-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/barlow-v13-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/barlow-v13-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.container,
.container-flex {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}
@media (min-width: 1480px) {
  .container,
  .container-flex {
    max-width: calc(var(--wp--style--global--wide-size) + 2 * (var(--padding-left)));
  }
}
@media (max-width: 1480px) {
  .container,
  .container-flex {
    max-width: 1180px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-display: swap;
}
body {
  background-color: #08090B;
  color: #F6F9F8;
}

#wrap {
  display: block;
  position: relative;
}

.svg-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.is-type-video.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wp-block-embed.is-type-video.wp-block-embed-youtube object,
.wp-block-embed.is-type-video.wp-block-embed-youtube embed,
.wp-block-embed.is-type-video.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-fixed-wrapper {
  --logo-height: 32px;
  --menu-gap: 40px;
  --menu-font: 17px;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 990;
  height: var(--top-height);
  -webkit-transition: background 0.3s ease, padding 0.3s ease;
  transition: background 0.3s ease, padding 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-fixed-wrapper .container-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.top-fixed-wrapper .logo {
  height: var(--logo-height);
  width: auto;
}
.top-fixed-wrapper .logo img {
  height: var(--logo-height);
  width: auto;
  vertical-align: top;
}
.top-fixed-wrapper #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  height: 100%;
}
.top-fixed-wrapper .main-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--menu-gap);
  font-size: var(--menu-font);
  font-family: var(--wp--preset--font-family--heading-font);
}
.top-fixed-wrapper .main-menu li {
  position: relative;
}
.top-fixed-wrapper .main-menu a {
  color: #fff;
  position: relative;
  white-space: nowrap;
  padding-bottom: 12px;
  padding-top: 12px;
  display: block;
  line-height: 1;
}
.top-fixed-wrapper .main-menu a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: calc(100% + 2px);
  left: 0;
  pointer-events: none;
  content: "";
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-fixed-wrapper .main-menu a:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.top-fixed-wrapper .main-menu .current_page_ancestor > a:before,
.top-fixed-wrapper .main-menu .current-menu-item > a:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.top-fixed-wrapper .nav-toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media (max-width: 1480px) {
  .top-fixed-wrapper {
    --logo-height: 26px;
    --menu-gap: 32px;
    --menu-font: 16px;
  }
}
@media (max-width: 1280px) {
  .top-fixed-wrapper {
    --logo-height: 24px;
    --menu-gap: 32px;
    --menu-font: 15px;
  }
}
@media (max-width: 1180px) {
  .top-fixed-wrapper {
    --logo-height: 20px;
    --menu-gap: 24px;
    --menu-font: 15px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper #nav {
    display: none;
  }
  .top-fixed-wrapper .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.scroll .top-fixed-wrapper {
  position: fixed;
  background: rgba(3, 3, 3, 0.85);
  background: rgba(8, 9, 11, 0.92);
  top: 0;
  backdrop-filter: blur(4px);
}

.home-header {
  position: relative;
  overflow: hidden;
}
.home-header .video {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
.home-header .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-header .desc {
  position: relative;
  padding-top: calc(var(--top-height) + 64px);
  padding-bottom: 32px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(to top, #08090B 0, rgba(8, 9, 11, 0.9) 150px, rgba(8, 9, 11, 0.78) 100%);
}
.home-header .container-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding-bottom: 64px;
}
.home-header .container-flex > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.home-header .container-flex > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.home-header .container-flex > * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.home-header .container-flex h3,
.home-header .container-flex h1,
.home-header .container-flex > p {
  opacity: 0;
}
.home-header .container-flex h3 {
  line-height: 1.2;
  font-size: 32px;
  font-weight: 400;
  color: var(--color-text-secondary);
  text-align: center;
}
.home-header .container-flex h1 {
  width: 100%;
  line-height: 1.1;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
}
.home-header .container-flex > p {
  max-width: 800px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--color-text-secondary);
}
.home-header .home-header-time-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
  gap: 24px 0;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 19px;
}
.home-header .home-header-time-place .time,
.home-header .home-header-time-place .place {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 24px 1fr;
  grid-template-columns: 40px 1fr;
  gap: 0 24px;
}
.home-header .home-header-time-place sup {
  font-size: 10px;
}
.home-header .home-header-time-place p {
  margin-bottom: 0;
}
.home-header .home-header-time-place em {
  color: #ff0a54;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
}
.home-header .social-proof-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 564px;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}
.home-header .social-proof-wrap .btn {
  --font-size: 21px;
  white-space: nowrap;
}
.home-header .social-proof-wrap .social-proof {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-header .social-proof-wrap .social-proof p {
  margin-bottom: 0;
}
.home-header .social-proof-wrap .social-proof .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 4px;
  font-size: 17px;
  line-height: 1;
}
.home-header .social-proof-wrap .social-proof .people .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.home-header .social-proof-wrap .social-proof .avatars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (12px)[12];
  grid-template-columns: repeat(12, 12px);
  -ms-grid-rows: (48px)[1];
  grid-template-rows: repeat(1, 48px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.home-header .social-proof-wrap .social-proof .avatars > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}
.home-header .social-proof-wrap .social-proof .avatars img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #08090B;
  position: relative;
}
.home-header .social-proof-wrap .social-proof .avatars img:nth-child(1) {
  z-index: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-header .social-proof-wrap .social-proof .avatars img:nth-child(2) {
  z-index: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-header .social-proof-wrap .social-proof .avatars img:nth-child(3) {
  z-index: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-column: 7/span 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-header .social-proof-wrap .social-proof .avatars img:nth-child(4) {
  z-index: 4;
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px);
}
.home-header .photo {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
}
.home-header .photo img {
  width: 100%;
}
@media (max-width: 1480px) {
  .home-header .desc {
    padding-top: calc(var(--top-height) + 32px);
    padding-bottom: 32px;
  }
  .home-header .container-flex > * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .home-header .container-flex h3 {
    font-size: 27px;
  }
  .home-header .container-flex h1 {
    font-size: 48px;
  }
  .home-header .container-flex > p {
    font-size: 17px;
    max-width: 700px;
  }
  .home-header .home-header-time-place {
    max-width: 520px;
    gap: 24px 0;
    font-size: 17px;
  }
  .home-header .home-header-time-place .time,
  .home-header .home-header-time-place .place {
    -ms-grid-columns: 36px 20px 1fr;
    grid-template-columns: 36px 1fr;
    gap: 0 20px;
  }
  .home-header .home-header-time-place sup {
    font-size: 10px;
  }
  .home-header .home-header-time-place em {
    font-size: 17px;
  }
  .home-header .social-proof-wrap {
    max-width: 520px;
  }
  .home-header .social-proof-wrap .btn {
    --font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .home-header .desc {
    padding-top: calc(var(--top-height) + 24px);
    padding-bottom: 24px;
  }
  .home-header .container-flex > * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .home-header .container-flex h3 {
    font-size: 23px;
  }
  .home-header .container-flex h1 {
    font-size: 40px;
  }
  .home-header .container-flex > p {
    font-size: 16px;
  }
  .home-header .home-header-time-place {
    max-width: 460px;
    gap: 24px 0;
    font-size: 16px;
  }
  .home-header .home-header-time-place .time,
  .home-header .home-header-time-place .place {
    -ms-grid-columns: 32px 20px 1fr;
    grid-template-columns: 32px 1fr;
    gap: 0 20px;
  }
  .home-header .home-header-time-place sup {
    font-size: 10px;
  }
  .home-header .home-header-time-place em {
    font-size: 17px;
  }
  .home-header .social-proof-wrap {
    max-width: 460px;
  }
  .home-header .social-proof-wrap .btn {
    --font-size: 19px;
  }
  .home-header .social-proof-wrap .social-proof .people {
    font-size: 16px;
  }
  .home-header .social-proof-wrap .social-proof .people .stars {
    gap: 0 6px;
  }
  .home-header .social-proof-wrap .social-proof .people .stars img {
    height: 12px;
    width: 12px;
  }
  .home-header .social-proof-wrap .social-proof .avatars {
    -ms-grid-columns: (10px)[12];
    grid-template-columns: repeat(12, 10px);
  }
  .home-header .social-proof-wrap .social-proof .avatars img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .home-header .container-flex h3 {
    font-size: 21px;
  }
  .home-header .container-flex h1 {
    font-size: 36px;
  }
  .home-header .container-flex > p {
    font-size: 15px;
  }
  .home-header .home-header-time-place {
    max-width: 600px;
    gap: 24px 0;
    font-size: 15px;
  }
  .home-header .home-header-time-place .time,
  .home-header .home-header-time-place .place {
    -ms-grid-columns: 24px 12px 1fr;
    grid-template-columns: 24px 1fr;
    gap: 0 12px;
  }
  .home-header .home-header-time-place sup {
    font-size: 7px;
  }
  .home-header .home-header-time-place em {
    font-size: 12px;
  }
  .home-header .social-proof-wrap {
    max-width: 600px;
  }
  .home-header .social-proof-wrap .btn {
    --font-size: 17px;
  }
  .home-header .social-proof-wrap .social-proof .people {
    font-size: 15px;
  }
  .home-header .social-proof-wrap .social-proof .people .stars {
    gap: 0 6px;
  }
  .home-header .social-proof-wrap .social-proof .people .stars img {
    height: 12px;
    width: 12px;
  }
}
.logos-wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.logos-wrap p {
  line-height: 1;
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--wp--preset--font-family--heading-font);
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
}

.page-content .logos-wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.new-logos-wrap > .text-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  margin-bottom: 64px;
}
.new-logos-wrap > .text-cols .left-col {
  font-size: 32px;
  font-weight: 500;
}
.new-logos-wrap > .text-cols .left-col p {
  margin-bottom: 0;
  line-height: 1.4;
}
.new-logos-wrap > .text-cols .left-col p span {
  color: #ff0a54;
}
.new-logos-wrap > .text-cols .right-col p {
  color: var(--color-text-secondary);
  margin-bottom: 12px;
  font-size: 19px;
}
.new-logos-wrap > .text-cols .right-col p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .new-logos-wrap > .text-cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.new-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .new-logos {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 650px) {
  .new-logos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-logos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-logos__logo {
  display: block;
  width: auto;
}
.new-logos__logo.allegro {
  height: 48px;
}
.new-logos__logo.asseco {
  height: 22px;
}
.new-logos__logo.colliers {
  height: 64px;
}
.new-logos__logo.empik {
  height: 44px;
}
.new-logos__logo.grayling {
  height: 40px;
}
.new-logos__logo.pko-bp {
  height: 72px;
}
.new-logos__logo.spacelift {
  height: 48px;
}
.new-logos__logo.piwik {
  height: 28px;
}
@media (max-width: 1280px) {
  .new-logos__logo.allegro {
    height: 40px;
  }
  .new-logos__logo.asseco {
    height: 20px;
  }
  .new-logos__logo.colliers {
    height: 56px;
  }
  .new-logos__logo.empik {
    height: 40px;
  }
  .new-logos__logo.grayling {
    height: 36px;
  }
  .new-logos__logo.pko-bp {
    height: 64px;
  }
  .new-logos__logo.spacelift {
    height: 40px;
  }
  .new-logos__logo.piwik {
    height: 22px;
  }
}
@media (max-width: 768px) {
  .new-logos__logo.allegro {
    height: 32px;
  }
  .new-logos__logo.asseco {
    height: 14px;
  }
  .new-logos__logo.colliers {
    height: 44px;
  }
  .new-logos__logo.empik {
    height: 36px;
  }
  .new-logos__logo.grayling {
    height: 24px;
  }
  .new-logos__logo.pko-bp {
    height: 48px;
  }
  .new-logos__logo.spacelift {
    height: 36px;
  }
  .new-logos__logo.piwik {
    height: 22px;
  }
}

.page-content .new-logos {
  padding-left: 0;
}

.home-about-wrap {
  position: relative;
  z-index: 10;
}
.home-about-wrap .text {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  font-size: 23px;
  color: var(--color-text-secondary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-about-wrap .text {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .home-about-wrap .text {
    font-size: calc(17px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-about-wrap .text {
    font-size: 23px;
  }
}
.home-about-wrap .text p:first-child {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .home-about-wrap .text p:first-child {
    font-size: calc(21px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-about-wrap .text p:first-child {
    font-size: 27px;
  }
}
.home-about-wrap .text p:not(:last-child) {
  margin-bottom: 24px;
}

.home-about-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.home-about-video video {
  aspect-ratio: auto;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.about-gallery {
  --gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.about-gallery .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 1280px) {
  .about-gallery {
    --gap: 20px;
  }
}
@media (max-width: 1024px) {
  .about-gallery {
    --gap: 16px;
  }
}
@media (max-width: 768px) {
  .about-gallery {
    --gap: 8px;
  }
}

.team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 40px;
}

.team-grid-item .photo {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 10px 0 24px 0;
  margin-bottom: 16px;
}
.team-grid-item .photo img {
  width: 100%;
}
.team-grid-item h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 4px;
}
.team-grid-item span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ff0a54;
}

.before-after {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.before-after ul {
  list-style: none;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #08090B;
  border-radius: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
  font-size: 19px;
  line-height: 1.4;
  background: url(images/before-after-arrow.svg) calc(50% - 16px) center no-repeat;
  background-size: auto 32px;
}
@media (max-width: 1024px) {
  .before-after ul {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .before-after ul {
    padding: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    border-radius: 4px;
  }
}
.before-after ul li:not(:last-child) {
  margin-bottom: 16px;
}
.before-after ul li strong {
  font-size: 17px;
  text-transform: uppercase;
}
.before-after ul li.before strong {
  color: #ff0a54;
}
.before-after ul li.after strong {
  color: #0BBF59;
}
.before-after ul li:last-child {
  margin-bottom: 0;
}
.before-after ul + ul {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.for-who {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .for-who {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.for-who .left-col,
.for-who .right-col {
  padding: 24px;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .for-who .left-col,
  .for-who .right-col {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .for-who .left-col,
  .for-who .right-col {
    padding: 16px;
    border-radius: 4px;
  }
}
.for-who .left-col p,
.for-who .right-col p {
  font-size: 23px;
  margin-bottom: 24px;
}
.for-who .left-col ul,
.for-who .right-col ul {
  font-size: 19px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.for-who .left-col ul li,
.for-who .right-col ul li {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 5px;
}
.for-who .left-col ul li:not(:last-child),
.for-who .right-col ul li:not(:last-child) {
  margin-bottom: 24px;
}
.for-who .left-col {
  border: 2px solid #ff0a54;
  background: rgba(255, 10, 84, 0.02);
}
.for-who .left-col ul li {
  background-image: url(images/no.svg);
}
.for-who .right-col {
  border: 2px solid #0BBF59;
  background: rgba(11, 191, 89, 0.02);
}
.for-who .right-col ul li {
  background-image: url(images/yes.svg);
}

.home-authors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 128px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 128px;
}
@media (max-width: 1024px) {
  .home-authors {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-author {
  display: block;
  max-width: 500px;
}
.home-author .photo {
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.home-author .photo img {
  max-width: 400px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .home-author .photo img {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .home-author .photo img {
    max-width: 200px;
  }
}
.home-author .photo:before {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -320px;
  content: "";
  z-index: 1;
  background: radial-gradient(closest-side, #1a1b1c 0, #08090B 100%);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .home-author .photo:before {
    width: 400px;
    height: 400px;
    margin-left: -280px;
    margin-top: -260px;
  }
}
@media (max-width: 600px) {
  .home-author .photo:before {
    max-width: 200px;
    width: 300px;
    height: 300px;
    margin-left: -240px;
    margin-top: -160px;
  }
}
.home-author .photo:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #08090B), to(rgba(8, 9, 11, 0)));
  background: linear-gradient(to top, #08090B 0, rgba(8, 9, 11, 0) 100%);
  content: "";
}
.home-author .desc p {
  margin-bottom: 0;
  font-size: 19px;
  color: var(--color-text-tertiary);
}
@media (max-width: 768px) {
  .home-author .desc p {
    font-size: 17px;
  }
}
.home-author .desc strong {
  font-size: 32px;
  color: #fff;
}
.home-author .desc p + p {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.home-author .desc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
}

.home-cover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
}
.home-cover .desc > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.home-cover .desc > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.home-cover .desc > * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.timetable__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 40px 1fr;
  grid-template-columns: 160px 1fr;
  gap: 16px 40px;
  -ms-grid-rows: auto 16px auto;
      grid-template-areas: "claim title" "claim desc";
}
.timetable__row:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .timetable__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "claim" "title" "desc";
  }
}
.timetable__row .time {
  grid-area: time;
}
.timetable__row .time span {
  display: block;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}
.timetable__row .time span sup {
  font-size: 13px;
  padding-left: 2px;
}
.timetable__row .claim {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: claim;
  -ms-grid-row-align: start;
      align-self: start;
  color: var(--color-text-tertiary);
  font-size: 13px;
  text-align: right;
}
.timetable__row .claim span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  background: #ff0a54;
  color: #08090B;
  line-height: 1;
  padding: 12px 24px 12px 0;
  border-radius: 0 24px 24px 0;
}
@media (max-width: 768px) {
  .timetable__row .claim {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timetable__row .claim span {
    font-size: 15px;
    padding: 10px 32px 10px 16px;
  }
}
.timetable__row .title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  font-size: 23px;
  font-weight: 600;
}
.timetable__row .desc {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: desc;
  font-size: 17px;
  color: var(--color-text-tertiary);
}
@media (max-width: 768px) {
  .timetable__row .claim {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .timetable__row .title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .timetable__row .desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.timetable__row .desc strong {
  font-weight: 600;
}
.timetable__row .desc ul {
  list-style: circle;
  padding-left: 24px;
}
.timetable__row .desc ul li:not(:last-child) {
  margin-bottom: 8px;
}
.timetable__row .desc > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.timetable__row .desc > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.timetable__row .desc > * {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.home-claim-wrap p {
  margin-bottom: 32px;
  font-size: 27px;
  line-height: 1.5;
}
.home-claim-wrap p strong {
  background-color: #d80607;
  color: #fff;
  padding: 4px 8px;
}

.home-faq-wrap .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.home-faq-wrap .faq-list details {
  display: block;
  padding: 24px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .home-faq-wrap .faq-list details {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .home-faq-wrap .faq-list details {
    padding: 16px;
    border-radius: 4px;
  }
}
.home-faq-wrap .faq-list details summary {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 12px;
  color: var(--color-text-tertiary);
}
.home-faq-wrap .faq-list details summary img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}
.home-faq-wrap .faq-list details p {
  padding-top: 16px;
  margin-bottom: 0;
}
.home-faq-wrap .faq-list details:hover {
  -webkit-box-shadow: inset 0 0 0 1px white;
          box-shadow: inset 0 0 0 1px white;
  background: #08090B;
}
.home-faq-wrap .faq-list details:hover summary {
  color: #fff;
}
.home-faq-wrap .faq-list details:hover summary img {
  opacity: 1;
}
.home-faq-wrap .faq-list details[open] {
  -webkit-box-shadow: inset 0 0 0 2px #ff0a54, 0 0 0 4px rgba(255, 10, 84, 0.1);
          box-shadow: inset 0 0 0 2px #ff0a54, 0 0 0 4px rgba(255, 10, 84, 0.1);
  background: #08090B;
}
.home-faq-wrap .faq-list details[open] summary {
  color: #fff;
}
.home-faq-wrap .faq-list details[open] summary img {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer {
  --logo-height: 28px;
  --menu-gap: 40px;
  --menu-font: 17px;
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
  color: #fff;
}
.footer .container-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
}
.footer .logo-row {
  border-bottom: 1px solid #2c2c2c;
}
.footer .logo {
  height: var(--logo-height);
  width: auto;
}
.footer .logo img {
  height: var(--logo-height);
  width: auto;
  vertical-align: top;
}
.footer .main-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--menu-gap);
  font-size: var(--menu-font);
  font-family: var(--wp--preset--font-family--heading-font);
}
.footer .main-menu li {
  position: relative;
}
.footer .main-menu a {
  color: #fff;
  position: relative;
  white-space: nowrap;
  padding-bottom: 12px;
  padding-top: 12px;
  display: block;
  line-height: 1;
}
.footer .main-menu a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: calc(100% + 2px);
  left: 0;
  pointer-events: none;
  content: "";
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .main-menu a:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.footer .main-menu .current_page_ancestor > a:before,
.footer .main-menu .current-menu-item > a:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.footer .copyright-row {
  font-size: 15px;
  color: #555555;
}
@media (max-width: 1480px) {
  .footer {
    --logo-height: 26px;
    --menu-gap: 32px;
    --menu-font: 16px;
  }
}
@media (max-width: 1280px) {
  .footer {
    --logo-height: 24px;
    --menu-gap: 32px;
    --menu-font: 15px;
  }
  .footer .container-flex {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1180px) {
  .footer {
    --logo-height: 20px;
    --menu-gap: 24px;
    --menu-font: 15px;
  }
}
@media (max-width: 1024px) {
  .footer .container-flex {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer .logo-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 0;
  }
}
@media (max-width: 768px) {
  .footer #footer-nav {
    display: none;
  }
  .footer .copyright-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px 0;
  }
}

.copyright-row2 {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 13px;
}
.copyright-row2 a {
  color: inherit;
}
.copyright-row2 a:hover {
  text-decoration: underline;
}
.copyright-row2 p {
  margin: 0;
}
@media (min-width: 768px) {
  .copyright-row2 p:nth-child(1) {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .copyright-row2 p:nth-child(2) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .copyright-row2 p:nth-child(3) {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .copyright-row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}

.user-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.user-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.page-title {
  display: block;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 64px;
}
.page-title h1 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: calc(40px + 20 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .page-title {
    padding: 72px 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 1366px) {
  .page-title {
    padding: 64px 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1280px) {
  .page-title {
    padding: 56px 0;
    margin-bottom: 44px;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding: 48px 0;
    margin-bottom: 40px;
  }
}

.page-content {
  display: block;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 21px;
  margin-bottom: 80px;
}
.page-content > p a {
  text-decoration: underline;
}
.page-content ol,
.page-content ul {
  padding-left: 24px;
}
@media (max-width: 1480px) {
  .page-content {
    font-size: 19px;
  }
}

.page-content > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.page-content > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.page-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.alignfull {
  margin-right: calc(var(--padding-right) * -1);
  margin-left: calc(var(--padding-left) * -1);
}

.full-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.full-section:before {
  display: block;
  width: 1480px;
  height: 600px;
  background: radial-gradient(closest-side, #141415 0, #08090B 100%);
  position: absolute;
  left: 50%;
  margin-left: -740px;
  top: -300px;
  content: "";
  z-index: 2;
}
.full-section > .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 1280px) {
  .full-section {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}
@media (max-width: 1024px) {
  .full-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media (max-width: 768px) {
  .full-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.section-title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
.section-title h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .section-title h2 {
    font-size: 48px;
  }
}
.section-title h2 {
  margin-bottom: 0.6em;
}
.section-title hr {
  width: 128px;
  height: 2px;
  background: #ff0a54;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.wpcf7 .grid .row > label {
  display: block;
  line-height: 1.2;
  font-size: 17px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.wpcf7 .grid input[type=text],
.wpcf7 .grid input[type=email],
.wpcf7 .grid select,
.wpcf7 .grid textarea {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
@media (max-width: 768px) {
  .wpcf7 .grid input[type=text],
  .wpcf7 .grid input[type=email],
  .wpcf7 .grid select,
  .wpcf7 .grid textarea {
    font-size: 16px;
  }
}
.wpcf7 .grid input[type=text]:focus,
.wpcf7 .grid input[type=email]:focus,
.wpcf7 .grid select:focus,
.wpcf7 .grid textarea:focus {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #ff0a54, 0 0 0 4px rgba(255, 10, 84, 0.1);
          box-shadow: inset 0 0 0 2px #ff0a54, 0 0 0 4px rgba(255, 10, 84, 0.1);
  outline: 0;
}
.wpcf7 .grid input[type=text].wpcf7-not-valid,
.wpcf7 .grid input[type=email].wpcf7-not-valid,
.wpcf7 .grid select.wpcf7-not-valid,
.wpcf7 .grid textarea.wpcf7-not-valid {
  -webkit-box-shadow: inset 0 0 0 2px #e02424, 0 0 0 4px rgba(224, 36, 36, 0.1);
          box-shadow: inset 0 0 0 2px #e02424, 0 0 0 4px rgba(224, 36, 36, 0.1);
  outline: 0;
}
.wpcf7 .grid textarea {
  height: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 .grid textarea:focus {
  height: 200px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:hover:after {
  background: #fff url(images/check-dark.svg) center no-repeat;
  background-size: 9px 9px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] input:checked ~ .wpcf7-list-item-label:after {
  background: #23a04e url(images/check-white.svg) center no-repeat;
  border-color: #23a04e;
  background-size: 9px 9px;
}
.wpcf7 .btn {
  --font-size: 21px;
  --font-weight: 600;
  --min-height: 72px;
  --padding: 12px;
  --border-radius: 5px;
  --svg: 20px;
  width: 100%;
}
.wpcf7-form.submitting .last button {
  text-indent: -9999px;
  background: #fff;
  border-color: #fff;
  padding: 0;
  position: relative;
}
.wpcf7-form.submitting .last button span {
  background: none;
  display: none;
  padding-left: 0;
}
.wpcf7-form.submitting .last button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
  border: 5px #f1f1f1 solid;
  border-left-color: #0BBF59;
  border-radius: 100%;
}
.wpcf7-form.submitting .last button:after {
  display: none;
}

#map {
  display: block;
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.button-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-wrap.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

:root :where(.wp-element-button, .wp-block-button__link),
.wp-block-button__link,
.btn {
  --font-size: 17px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 32px;
  --border-radius: 2px;
  --svg: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  font-family: var(--wp--preset--font-family--heading-font);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  color: #fff;
  background: #ff0a54;
  gap: 0 16px;
}
:root :where(.wp-element-button, .wp-block-button__link) svg,
.wp-block-button__link svg,
.btn svg {
  width: var(--svg);
  height: var(--svg);
  fill: currentColor;
}
:root :where(.wp-element-button, .wp-block-button__link):hover,
.wp-block-button__link:hover,
.btn:hover {
  background: #ffffff;
  color: #030303;
}
:root :where(.wp-element-button, .wp-block-button__link).bigger,
.wp-block-button__link.bigger,
.btn.bigger {
  --font-size: 17px;
  --font-weight: 600;
  --min-height: 64px;
  --padding: 12px 40px;
  --border-radius: 2px;
  --svg: 20px;
}
:root :where(.wp-element-button, .wp-block-button__link).smaller,
.wp-block-button__link.smaller,
.btn.smaller {
  --font-size: 14px;
  --font-weight: 600;
  --min-height: 48px;
  --padding: 12px 20px;
  --border-radius: 24px;
  --svg: 14px;
}
:root :where(.wp-element-button, .wp-block-button__link).small,
.wp-block-button__link.small,
.btn.small {
  --font-size: 13px;
  --font-weight: 600;
  --min-height: 40px;
  --padding: 8px 16px;
  --border-radius: 2px;
  --svg: 12px;
}
:root :where(.wp-element-button, .wp-block-button__link).white,
.wp-block-button__link.white,
.btn.white {
  background: #fff;
  color: #030303;
}
:root :where(.wp-element-button, .wp-block-button__link).white:hover,
.wp-block-button__link.white:hover,
.btn.white:hover {
  background: #ffffff;
  color: #030303;
}
:root :where(.wp-element-button, .wp-block-button__link).outline,
.wp-block-button__link.outline,
.btn.outline {
  border: 2px solid;
}
:root :where(.wp-element-button, .wp-block-button__link).outline.white,
.wp-block-button__link.outline.white,
.btn.outline.white {
  border-color: #fff;
  color: #fff;
  background: none;
}
:root :where(.wp-element-button, .wp-block-button__link).outline.white:hover,
.wp-block-button__link.outline.white:hover,
.btn.outline.white:hover {
  background: #fff;
  color: #030303;
}

.wp-block-buttons.bigger .wp-block-button__link,
.wp-block-button.bigger .wp-block-button__link {
  --font-size: 17px;
  --font-weight: 600;
  --min-height: 64px;
  --padding: 12px 32px;
  --border-radius: 5px;
  --svg: 20px;
}
.wp-block-buttons.smaller .wp-block-button__link,
.wp-block-button.smaller .wp-block-button__link {
  --font-size: 14px;
  --font-weight: 600;
  --min-height: 48px;
  --padding: 12px 20px;
  --border-radius: 3px;
  --svg: 14px;
}
.wp-block-buttons.border .wp-block-button__link,
.wp-block-button.border .wp-block-button__link {
  background: #fff;
  border: 2px solid;
}
.wp-block-buttons.clear .wp-block-button__link,
.wp-block-button.clear .wp-block-button__link {
  background: none;
  color: #000;
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: $base-font-family, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .2rem;
  --cc-btn-border-radius: .125rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #000;
  --cc-secondary-color: #333;
  --cc-btn-primary-bg: #ef233c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #030303;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em ;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  -webkit-transition: background-size 0.25s, color 0.25s ease;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  -ms-scroll-chaining: auto contain;
      overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s ;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809 ;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1em 1.3em;
  width: unset;
}

#cc-main .cm__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3em;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cc-main .cm__btn-group {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3em;
}

#cc-main .cm--flip .cm__btn:last-child {
  -ms-grid-row: 1;
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3em;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em ;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  #cc-main .cm__link-group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg) ;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  -webkit-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  -webkit-transform: scale(0.55) rotate(-45deg);
          transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm__service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    -webkit-transform: translateY(1.6em);
            transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .image img {
  width: auto;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e02424; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #e02424; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e02424; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #e02424;
  font-weight: bold;
  font-size: 15px;
  padding: 8px 12px;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #e02424;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/* --------------------------------

File#: _1_drawer
Title: Drawer
Descr: A slide-in panel used to display critical content
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
/* icons */
.dp8-icon {
  height: var(--dp8-size, 1em);
  width: var(--dp8-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

.dp8-icon--xs {
  --dp8-size: 16px;
}

/* component */
:root {
  --drawer-width: 320px;
}

.drawer {
  position: fixed;
  z-index: 1500;
  height: 100%;
  width: 100%;
  max-width: var(--drawer-width);
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}

.drawer:focus {
  outline: none;
}

.drawer--is-visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.drawer--open-left {
  right: auto;
  left: 0;
}

.drawer__content {
  background: #030303;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer--open-left .drawer__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drawer--is-visible .drawer__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer--modal {
  max-width: none;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s, visibility 0s 0.3s;
  transition: background-color 0.3s, visibility 0s 0.3s;
}

.drawer--modal.drawer--is-visible {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  backdrop-filter: blur(6px);
}

.drawer--modal.drawer--open-left .drawer__content {
  right: auto;
  left: 0;
}

.drawer--modal .drawer__content {
  max-width: var(--drawer-width);
}

.drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #131313;
  margin-bottom: 24px;
}
.drawer__header img {
  height: 20px;
  width: auto;
}
.drawer__header .drawer__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  color: #fff;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.drawer__text-component .main-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 23px;
  font-family: var(--wp--preset--font-family--heading-font);
}
.drawer__text-component .main-menu a {
  display: inline-block;
  padding: 12px 0;
}