:root {
  --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: 80px;
  --padding-left: 80px;
  --padding: 80px;
  --top-height: 120px;
  --top-height-scroll: 100px;
  --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: 64px;
    --padding-left: 64px;
    --top-height: 110px;
    --top-height-scroll: 90px;
  }
}
@media (max-width: 1366px) {
  :root {
    --top-height: 100px;
    --top-height-scroll: 80px;
  }
}
@media (max-width: 1280px) {
  :root {
    --margin-bottom: 88px;
    --padding-right: 64px;
    --padding-left: 64px;
    --top-height: 90px;
    --top-height-scroll: 80px;
  }
}
@media (max-width: 1024px) {
  :root {
    --margin-bottom: 72px;
    --padding: 64px;
    --top-height: 80px;
    --top-height-scroll: 64px;
  }
}
@media (max-width: 768px) {
  :root {
    --margin-bottom: 64px;
    --padding-right: 24px;
    --padding-left: 24px;
    --padding: 48px;
    --top-height: 64px;
    --top-height-scroll: 64px;
  }
}
@media (max-width: 500px) {
  :root {
    --margin-bottom: 64px;
    --padding-right: 16px;
    --padding-left: 16px;
  }
}

/*===================================
=            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;
  position: relative;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #030303;
  font-size: 16px;
  line-height: 1.52;
}

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: "Inter", 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: "Space Grotesk", Arial, Helvetica, sans-serif;
  color: inherit;
  font-weight: 700;
  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;
  }
}
h2 {
  line-height: 1.1;
}

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;
}
a:not([class]):hover {
  text-decoration: underline;
}

: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: #000;
  color: #fff;
}

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

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

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

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

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

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

/* 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  ------*/
/* inter-300 - 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: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter-v20-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - 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: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/inter-v20-latin_latin-ext-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter-v20-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - 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: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/inter-v20-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/inter-v20-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/inter-v20-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter-v20-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-300 - 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: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/space-grotesk-v22-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-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: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/space-grotesk-v22-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-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: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/space-grotesk-v22-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-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: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/space-grotesk-v22-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-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: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/space-grotesk-v22-latin_latin-ext-700.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(1400px + 2 * (var(--padding-left)));
  }
}

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

.full-section {
  --gradient-size: 1600px;
}
.full-section.padding-top {
  padding-top: var(--padding);
}
.full-section.padding-bottom {
  padding-bottom: var(--padding);
}
.full-section.photo-with-text-section {
  padding-bottom: 128px;
}
@media (max-width: 1024px) {
  .full-section.photo-with-text-section {
    padding-bottom: var(--padding);
  }
}
.full-section.dark-section {
  background-color: #05021e;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.full-section.dark-section:before, .full-section.dark-section:after {
  display: block;
  width: var(--gradient-size);
  height: var(--gradient-size);
  background: radial-gradient(closest-side, rgba(38, 103, 255, 0.2) 0%, rgba(5, 2, 30, 0) 100%);
  content: "";
  position: absolute;
  z-index: 1;
}
.full-section.dark-section:before {
  left: calc(var(--gradient-size) / 2 * -1);
  top: calc(var(--gradient-size) / 2 * -1);
}
.full-section.dark-section:after {
  right: calc(var(--gradient-size) / 2 * -1);
  bottom: calc(var(--gradient-size) / 2 * -1);
}
.full-section.dark-section > * {
  position: relative;
  z-index: 10;
}
@media (max-width: 1480px) {
  .full-section {
    --gradient-size: 1400px;
  }
}
@media (max-width: 1366px) {
  .full-section {
    --gradient-size: 1200px;
  }
}
@media (max-width: 1280px) {
  .full-section {
    --gradient-size: 1000px;
  }
}
@media (max-width: 768px) {
  .full-section {
    --gradient-size: 800px;
  }
}

.section-title {
  margin-bottom: 40px;
}
.section-title.center {
  text-align: center;
}
.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;
}
.section-title h2 span {
  color: #2667ff;
}

@-webkit-keyframes bckRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes bckRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-display: swap;
}
#wrap {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: var(--top-height);
}

.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 {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 990;
  height: var(--top-height);
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .container-flex {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-fixed-wrapper .logo {
  display: block;
  height: 30px;
}
.top-fixed-wrapper .logo a,
.top-fixed-wrapper .logo img {
  height: 30px;
  width: auto;
}
.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;
}
.top-fixed-wrapper .main-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 16px;
}
.top-fixed-wrapper .main-menu .spacer {
  font-size: 24px;
  opacity: 0.3;
  font-weight: 300;
}
.top-fixed-wrapper .main-menu a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.top-fixed-wrapper .main-menu a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: calc(100% + 6px);
  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 {
  color: #ffce26;
  text-decoration: none;
}
.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 .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: 20px;
  height: 20px;
  color: #fff;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1480px) {
  .top-fixed-wrapper {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .top-fixed-wrapper {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .top-fixed-wrapper .main-menu {
    gap: 0 20px;
  }
  .top-fixed-wrapper .main-menu .spacer {
    display: none;
  }
}
@media (max-width: 1180px) {
  .top-fixed-wrapper #nav {
    display: none;
  }
  .top-fixed-wrapper .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .top-fixed-wrapper .logo {
    height: 24px;
  }
  .top-fixed-wrapper .logo a,
  .top-fixed-wrapper .logo img {
    height: 24px;
  }
}

body.scroll .top-fixed-wrapper {
  height: var(--top-height-scroll);
  background: rgba(3, 3, 3, 0.85);
  backdrop-filter: blur(6px);
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #010217 url(images/home-header.webp) top center no-repeat;
  background-size: cover;
  color: #fff;
}
.footer .container-flex {
  -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: 40px;
}
.footer .logo img {
  height: 64px;
  width: auto;
}
@media (max-width: 1024px) {
  .footer .logo img {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .footer .logo img {
    height: 40px;
  }
}
.footer p {
  margin-bottom: 0;
}
.footer p a {
  color: inherit;
}
.footer p a:hover {
  text-decoration: underline;
}

.copyright-row {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 13px;
}
.copyright-row a {
  color: inherit;
}
.copyright-row a:hover {
  text-decoration: underline;
}
.copyright-row p {
  margin: 0;
}
@media (min-width: 768px) {
  .copyright-row p:nth-child(1) {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .copyright-row p:nth-child(2) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .copyright-row 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-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;
    gap: 6px;
  }
}

.landing-home-header {
  display: block;
  background: url(images/home-header.webp) center top no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: calc(var(--top-height) + 24px);
}
.landing-home-header .container-flex {
  gap: 24px 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.landing-home-header .logo img {
  height: 48px;
  width: auto;
}
.landing-home-header .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
  font-size: 21px;
  padding-bottom: 40px;
}
.landing-home-header .desc h1 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 48px;
}
.landing-home-header .desc h1 span {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #F29F05), color-stop(30%, #ffce26), color-stop(70%, #faca15), color-stop(80%, #F28705));
  background: linear-gradient(to right, #F29F05 20%, #ffce26 30%, #faca15 70%, #F28705 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  -webkit-animation: textShine 5s ease-in-out infinite alternate;
          animation: textShine 5s ease-in-out infinite alternate;
}
.landing-home-header .desc p {
  margin-bottom: 48px;
}
.landing-home-header .desc .button-wrap a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.landing-home-header .button-info {
  font-size: 13px;
  padding-top: 16px;
}
.landing-home-header .button-info a {
  text-decoration: underline;
}
.landing-home-header .photos {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 834px;
          flex: 0 0 834px;
  display: block;
  width: 834px;
  position: relative;
}
.landing-home-header .photos img {
  width: 100%;
  height: auto;
}
@media (max-width: 1480px) {
  .landing-home-header .container-flex {
    gap: 24px 64px;
  }
  .landing-home-header .desc {
    font-size: 19px;
  }
  .landing-home-header .desc h1 {
    font-size: 64px;
    margin-bottom: 40px;
  }
  .landing-home-header .desc p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1366px) {
  .landing-home-header .container-flex {
    gap: 24px 48px;
  }
  .landing-home-header .desc {
    font-size: 17px;
  }
  .landing-home-header .desc h1 {
    font-size: 56px;
    margin-bottom: 32px;
  }
  .landing-home-header .desc p {
    margin-bottom: 32px;
  }
}
@media (max-width: 1280px) {
  .landing-home-header .desc {
    font-size: 17px;
  }
  .landing-home-header .desc h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .landing-home-header .desc p {
    margin-bottom: 24px;
  }
  .landing-home-header .desc .button-wrap {
    gap: 12px;
  }
  .landing-home-header .desc .button-wrap a {
    --font-size: 14px;
    --font-weight: 600;
    --min-height: 48px;
    --padding: 12px 16px;
    --border-radius: 3px;
    --svg: 14px;
  }
  .landing-home-header .photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 750px;
            flex: 0 0 750px;
    width: 750px;
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  .landing-home-header .desc {
    font-size: 15px;
  }
  .landing-home-header .desc h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .landing-home-header .desc p {
    margin-bottom: 20px;
  }
  .landing-home-header .desc .button-wrap {
    gap: 12px;
  }
  .landing-home-header .photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
    width: 700px;
  }
}
@media (max-width: 1024px) {
  .landing-home-header .container-flex {
    -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;
    text-align: center;
  }
  .landing-home-header .desc {
    text-align: center;
  }
  .landing-home-header .desc h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  .landing-home-header .desc h1 {
    font-size: calc(44px + 20 * (100vw - 320px) / 704);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .landing-home-header .desc h1 {
    font-size: 64px;
  }
}
@media (max-width: 1024px) {
  .landing-home-header .photos {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .landing-home-header .photos img {
    width: 700px;
  }
}

@-webkit-keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.schedule {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.schedule__item {
  border: 2px solid #2667ff;
  border-radius: 10px;
  padding: 24px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 40px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 0 40px;
}
@media (max-width: 1024px) {
  .schedule__item {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.schedule .week {
  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;
  height: 48px;
  border-radius: 0 6px 6px 0;
  background: #2667ff;
  font-size: 21px;
  font-weight: bold;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}
.schedule .desc {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .schedule .desc {
    font-size: calc(15px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .schedule .desc {
    font-size: 19px;
  }
}
.schedule .desc {
  padding-right: 40px;
}
.schedule .desc > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.schedule .desc > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.schedule .desc > * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.schedule .desc > p:first-child {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .schedule .desc > p:first-child {
    font-size: calc(19px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .schedule .desc > p:first-child {
    font-size: 23px;
  }
}
.schedule .desc ul {
  list-style: none;
  padding: 0;
}
.schedule .desc ul {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .schedule .desc ul {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .schedule .desc ul {
    font-size: 17px;
  }
}
.schedule .desc ul li:not(:last-child) {
  margin-bottom: 16px;
}
.schedule .desc ul li {
  padding-left: 24px;
  position: relative;
}
.schedule .desc ul li:before {
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #2667ff;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 1;
}
@media (max-width: 768px) {
  .schedule .desc ul li {
    padding-left: 20px;
  }
  .schedule .desc ul li:before {
    border-width: 1px;
  }
}
@media (max-width: 1024px) {
  .schedule .week {
    height: auto;
    padding: 12px 0;
    border-radius: 0px;
    font-size: 19px;
  }
  .schedule .desc {
    padding: 24px;
  }
}

.order-section {
  color: #fff;
}

.order-columns {
  width: 100%;
  max-width: 1180px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}
.order-columns__item {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: #070707;
  border: 1px solid #333;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.order-columns__item:before {
  display: block;
  width: 540px;
  height: 540px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.2) 0%, rgb(7, 7, 7) 100%);
  content: "";
  position: absolute;
  z-index: 1;
  right: -270px;
  top: -270px;
}
.order-columns__item:first-child {
  border: 1px solid #132c65;
}
.order-columns__item:first-child:before {
  display: block;
  width: 500px;
  height: 560px;
  background: radial-gradient(closest-side, rgba(38, 103, 255, 0.99608) 0%, rgb(7, 7, 7) 100%);
  content: "";
  position: absolute;
  z-index: 1;
  right: -280px;
  top: -280px;
  -webkit-animation: bckRotate 5s linear infinite;
          animation: bckRotate 5s linear infinite;
}
.order-columns__item > * {
  position: relative;
  z-index: 10;
}
.order-columns__title p {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
}
.order-columns__price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 8px -webkit-min-content;
  -ms-grid-columns: min-content 8px min-content;
  grid-template-columns: -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content;
  -ms-grid-rows: 1fr 0px -webkit-min-content;
  -ms-grid-rows: 1fr 0px min-content;
  grid-template-rows: 1fr -webkit-min-content;
  grid-template-rows: 1fr min-content;
  gap: 0px 8px;
  font-weight: 300;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
      grid-template-areas: "price sup" "price currency";
  min-height: 64px;
}
.order-columns__price:has(p) {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
.order-columns__price:has(p) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.order-columns__price p {
  line-height: 1.3;
}
.order-columns__price > * {
  display: block;
  line-height: 1;
}
.order-columns__price strong {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: price;
  font-size: 64px;
  font-weight: 300;
}
.order-columns__price em {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sup;
  font-size: 30px;
  font-style: normal;
  padding-top: 6px;
}
.order-columns__price span {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: currency;
  font-size: 18px;
  padding-bottom: 6px;
  text-align: right;
}
.order-columns__btn .btn {
  width: 100%;
}
.order-columns__desc {
  font-size: 19px;
}
.order-columns__desc hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #2667ff;
  margin-bottom: 16px;
}
.order-columns__desc p {
  margin-bottom: 16px;
}
.order-columns__desc ul {
  list-style: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  line-height: 1.4;
}
.order-columns__desc ul li {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-left: 32px;
}
.order-columns__desc ul li:not(:last-child) {
  margin-bottom: 16px;
}
.order-columns .blue ul li {
  background-image: url(images/check-blue.svg);
}
.order-columns .gray ul li {
  background-image: url(images/check-gray.svg);
}
@media (max-width: 1280px) {
  .order-columns {
    gap: 40px;
  }
  .order-columns__item {
    padding: 32px;
    gap: 16px;
    border-radius: 10px;
  }
  .order-columns__item:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .order-columns__title p {
    font-size: 27px;
  }
  .order-columns__title p strong {
    font-size: 32px;
  }
  .order-columns__desc {
    font-size: 17px;
  }
  .order-columns__desc p {
    margin-bottom: 12px;
  }
  .order-columns__desc ul li {
    background-position: left 5px;
    background-size: 12px 12px;
    padding-left: 28px;
  }
  .order-columns__desc ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .order-columns {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-columns__item {
    padding: 32px 24px;
    gap: 16px;
    border-radius: 10px;
  }
  .order-columns__item:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .order-columns__price {
    min-height: auto;
  }
  .order-columns__price strong {
    font-size: 56px;
  }
  .order-columns__price em {
    font-size: 22px;
    padding-top: 6px;
  }
  .order-columns__price span {
    font-size: 13px;
  }
}

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

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: 400px;
}

.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: #05021e;
  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 {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.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--modal {
  max-width: none;
  background: rgba(5, 2, 30, 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(5, 2, 30, 0.8);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.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: 24px;
  border-bottom: 1px solid #2667ff;
}
.drawer__header img {
  height: 24px;
  width: auto;
}

.drawer__text-component {
  padding: 24px;
}
.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: 4px;
  font-size: 21px;
  margin-bottom: 40px;
}
.drawer__text-component .main-menu a {
  color: #fff;
  display: inline-block;
  padding: 8px 0;
}
.drawer__text-component .button-wrap a {
  width: 100%;
}

.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: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 24px;
  --border-radius: 4px;
  --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);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -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: #ffffff;
  background: #2667ff;
  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: #ffce26;
  color: #030303;
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
: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: #ffce26;
  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 32px;
  --border-radius: 5px;
  --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 16px;
  --border-radius: 3px;
  --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).outline,
.wp-block-button__link.outline,
.btn.outline {
  background: transparent;
  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;
}
:root :where(.wp-element-button, .wp-block-button__link).outline.white:hover,
.wp-block-button__link.outline.white:hover,
.btn.outline.white:hover {
  border-color: #ffce26;
  background: #ffce26;
  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: #0BBF59;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #1F8C4E;
  --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;
  }
}