/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/highlight.js/styles/a11y-dark.css ***!
  \**************************************************************************************************/
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: a11y-dark
  Author: @ericwbailey
  Maintainer: @ericwbailey

  Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/.hljs{background:#2b2b2b;color:#f8f8f2}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ffa07a}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#f5ab35}.hljs-attribute{color:gold}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#abe338}.hljs-section,.hljs-title{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/codemirror/lib/codemirror.css ***!
  \**********************************************************************************************/
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/codemirror/theme/darcula.css ***!
  \*********************************************************************************************/
/**
    Name: IntelliJ IDEA darcula theme
    From IntelliJ IDEA by JetBrains
 */

.cm-s-darcula  { font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;}
.cm-s-darcula.CodeMirror { background: #2B2B2B; color: #A9B7C6; }

.cm-s-darcula span.cm-meta { color: #BBB529; }
.cm-s-darcula span.cm-number { color: #6897BB; }
.cm-s-darcula span.cm-keyword { color: #CC7832; line-height: 1em; font-weight: bold; }
.cm-s-darcula span.cm-def { color: #A9B7C6; font-style: italic; }
.cm-s-darcula span.cm-variable { color: #A9B7C6; }
.cm-s-darcula span.cm-variable-2 { color: #A9B7C6; }
.cm-s-darcula span.cm-variable-3 { color: #9876AA; }
.cm-s-darcula span.cm-type { color: #AABBCC; font-weight: bold; }
.cm-s-darcula span.cm-property { color: #FFC66D; }
.cm-s-darcula span.cm-operator { color: #A9B7C6; }
.cm-s-darcula span.cm-string { color: #6A8759; }
.cm-s-darcula span.cm-string-2 { color: #6A8759; }
.cm-s-darcula span.cm-comment { color: #61A151; font-style: italic; }
.cm-s-darcula span.cm-link { color: #CC7832; }
.cm-s-darcula span.cm-atom { color: #CC7832; }
.cm-s-darcula span.cm-error { color: #BC3F3C; }
.cm-s-darcula span.cm-tag { color: #629755; font-weight: bold; font-style: italic; text-decoration: underline; }
.cm-s-darcula span.cm-attribute { color: #6897bb; }
.cm-s-darcula span.cm-qualifier { color: #6A8759; }
.cm-s-darcula span.cm-bracket { color: #A9B7C6; }
.cm-s-darcula span.cm-builtin { color: #FF9E59; }
.cm-s-darcula span.cm-special { color: #FF9E59; }
.cm-s-darcula span.cm-matchhighlight { color: #FFFFFF; background-color: rgba(50, 89, 48, .7); font-weight: normal;}
.cm-s-darcula span.cm-searching { color: #FFFFFF; background-color: rgba(61, 115, 59, .7); font-weight: normal;}

.cm-s-darcula .CodeMirror-cursor { border-left: 1px solid #A9B7C6; }
.cm-s-darcula .CodeMirror-activeline-background { background: #323232; }
.cm-s-darcula .CodeMirror-gutters { background: #313335; border-right: 1px solid #313335; }
.cm-s-darcula .CodeMirror-guttermarker { color: #FFEE80; }
.cm-s-darcula .CodeMirror-guttermarker-subtle { color: #D0D0D0; }
.cm-s-darcula .CodeMirrir-linenumber { color: #606366; }
.cm-s-darcula .CodeMirror-matchingbracket { background-color: #3B514D; color: #FFEF28 !important; font-weight: bold; }

.cm-s-darcula div.CodeMirror-selected { background: #214283; }

.CodeMirror-hints.darcula {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  color: #9C9E9E;
  background-color: #3B3E3F !important;
}

.CodeMirror-hints.darcula .CodeMirror-hint-active {
  background-color: #494D4E !important;
  color: #9C9E9E !important;
}

/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/vendors/jquery-nice-select-1.1.0/css/nice-select.css ***!
  \************************************************************************************************************/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* tailwind */
/* ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .container{
    max-width: 600px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 728px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 984px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1108px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1248px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.bottom-\[60px\]{
  bottom: 60px;
}
.bottom-0{
  bottom: 0px;
}
.z-50{
  z-index: 50;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-30{
  z-index: 30;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-4{
  height: 1rem;
}
.w-full{
  width: 100%;
}
.w-64{
  width: 16rem;
}
.w-1\/2{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.-translate-x-full{
  --tw-translate-x: -100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none{
  -webkit-transform: none;
          transform: none;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.p-4{
  padding: 1rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-2{
  padding: 0.5rem;
}
.p-1{
  padding: 0.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.text-center{
  text-align: center;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-opacity{
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-transform{
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@tailwind forms;
/* global */
body {
  font-family: var(--font-main) !important;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 700 !important;
}

@media (max-width: 1023px) {
  .container {
    max-width: unset;
    width: calc(100% - 48px);
    margin-inline: auto;
  }
}

pre,
code {
  font-family: var(--font-code) !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  letter-spacing: 0.004em;
}

/* Core variables */
/**
 * Variables
*/
/* Typography */
:root {
  --font-main: "Poppins", sans-serif;
  --font-content: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-code: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
}

/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
:root {
  --header-height: 80px;
  --translation-bar-height: 60px;
  --top-height: 70px;
  --controls-width: 30rem;
  --live-example-width: 50%;
  --spymenu-width: 16rem;
  --color-active-bg: rgba(249, 250, 254, 1);
  --color-primary: #001E87;
  --color-secondary: #7A7A7A;
  --color-tiertary: #A0B4FE;
  --color-inactive: #BABABA;
  --color-inactive-button: #E8EAEC;
  --color-accent: #0259E9;
  --color-lines: #DBDBDB;
  --color-white: #FFF;
  --color-hero-overlay: rgba(48, 65, 120, 0.8);
  --color-filter-buttons: #F0F5FF;
  --color-industry-badge: #F8F8F8;
  --color-page-section: #F9FAFC;
  --color-text-primary: #353D5A;
  --color-text-secondary: #95A1BD;
  --color-placeholder: #C9CFDC;
  --color-modal-bg: rgb(53, 61, 90, 0.7);
  --color-black: #000;
  --color-gray600: #6B7280;
  --color-other-primary: #3F559C;
}

/* Components */
/* CSS Reset */
html {
  font-size: 62.5%;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-ExtraBoldItalic.971d0e.woff2) format("woff2"), url(../images/design/Poppins-ExtraBoldItalic.a0eb75.woff) format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-BoldItalic.18770f.woff2) format("woff2"), url(../images/design/Poppins-BoldItalic.066192.woff) format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-Light.9bec05.woff2) format("woff2"), url(../images/design/Poppins-Light.6f5b7a.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-Thin.852baf.woff2) format("woff2"), url(../images/design/Poppins-Thin.654968.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-BlackItalic.8b2173.woff2) format("woff2"), url(../images/design/Poppins-BlackItalic.5853a9.woff) format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-SemiBoldItalic.6ad14e.woff2) format("woff2"), url(../images/design/Poppins-SemiBoldItalic.ae7a11.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-LightItalic.f8fc4f.woff2) format("woff2"), url(../images/design/Poppins-LightItalic.cbc254.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-Black.9f8a4a.woff2) format("woff2"), url(../images/design/Poppins-Black.5d0476.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-ExtraLightItalic.55ba01.woff2) format("woff2"), url(../images/design/Poppins-ExtraLightItalic.7b781b.woff) format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-SemiBold.3c3f36.woff2) format("woff2"), url(../images/design/Poppins-SemiBold.71da8e.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-ExtraBold.5b57f3.woff2) format("woff2"), url(../images/design/Poppins-ExtraBold.ccb9c2.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-ExtraLight.8a5423.woff2) format("woff2"), url(../images/design/Poppins-ExtraLight.52747b.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/poppins-medium-webfont.732002.woff2) format("woff2"), url(../images/design/poppins-medium-webfont.3d9c35.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-Bold.dd24d1.woff2) format("woff2"), url(../images/design/Poppins-Bold.a6b628.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-Regular.ad1972.woff2) format("woff2"), url(../images/design/Poppins-Regular.387f90.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-ThinItalic.0996aa.woff2) format("woff2"), url(../images/design/Poppins-ThinItalic.ed0c90.woff) format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-Italic.f93236.woff2) format("woff2"), url(../images/design/Poppins-Italic.dce448.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url(../images/design/Poppins-MediumItalic.de07f2.woff2) format("woff2"), url(../images/design/Poppins-MediumItalic.38bd2f.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
.dark .hljs {
  color: #EABE7D !important;
  background-color: #1F2334;
}
.dark .hljs-keyword,
.dark .hljs-selector-tag,
.dark .hljs-variable {
  color: var(--color-accent) !important;
  font-weight: 600 !important;
}
.dark .hljs-title.class_, .dark .hljs-title.function_, .dark .hljs-params {
  color: #EABE7D !important;
}
.dark .hljs-number,
.dark .hljs-literal,
.dark .hljs-type {
  color: orangered;
}

.light .hljs {
  color: #FA9500 !important;
  background-color: var(--color-inactive-button) !important;
}
.light .hljs-keyword,
.light .hljs-selector-tag,
.light .hljs-variable {
  color: var(--color-accent) !important;
  font-weight: 600 !important;
}
.light .hljs-title.class_,
.light .hljs-title.function_,
.light .hljs-params {
  color: #FA9500 !important;
}
.light .hljs-number,
.light .hljs-literal,
.light .hljs-type {
  color: orangered;
}
.light .hljs-string {
  color: green;
}

/* large banner / hero heading */
.hero-headline {
  font-size: clamp(4.3rem, 4.1571rem + 0.4464vw, 4.8rem);
  line-height: clamp(6.7rem, 6.5571rem + 0.4464vw, 7.2rem);
  font-weight: 300;
  color: var(--color-primary);
}

/* style for items like H1 or large headings */
.headline-1 {
  font-size: clamp(4.1rem, 3.9571rem + 0.4464vw, 4.6rem);
  line-height: clamp(6.4rem, 6.2571rem + 0.4464vw, 6.9rem);
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 425px) {
  .headline-1 {
    font-size: 2.5rem;
    line-height: 1.25;
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .headline-1 {
    font-size: 3rem;
    line-height: 1.25;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .headline-1 {
    font-size: 3.5rem;
    line-height: 1.25;
    padding-bottom: 1.5rem;
  }
}

/* style for items like H2 or second in size headings */
.headline-2 {
  font-size: clamp(1.6rem, 1.4rem + 0.625vw, 2.3rem);
  line-height: clamp(3rem, 2.8rem + 0.625vw, 3.7rem);
  color: var(--color-primary);
}

/* subtitle style */
.subtitle-1 {
  font-size: clamp(1.4rem, 1.2571rem + 0.4464vw, 1.9rem);
  line-height: clamp(2.5rem, 2.3571rem + 0.4464vw, 3rem);
  color: var(--color-primary);
}
.subtitle-1--normal {
  font-weight: 400;
  letter-spacing: 0.015em;
}
.subtitle-1--bold {
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* standard text called by .body class */
.body, .feedback__message p, .feedback p, .javonet-content__live-example .live-example__button--close, .javonet-content__content p, .javonet-content__open-controls span {
  font-size: clamp(1.2rem, 1.0571rem + 0.4464vw, 1.7rem);
  line-height: clamp(2.2rem, 2.0571rem + 0.4464vw, 2.7rem);
  font-weight: 400;
  letter-spacing: 0.015em;
}
.body--italic {
  font-style: italic;
}
.body--medium, .javonet-content__open-controls span {
  font-weight: 500;
}
.body--bold {
  font-weight: 700;
}

/* Filter */
.active-filter {
  font-size: clamp(1.2rem, 1.0571rem + 0.4464vw, 1.7rem);
  line-height: clamp(1.6rem, 1.4571rem + 0.4464vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.0015em;
  color: var(--color-primary);
}

/* caption - description of some items e.g img */
.caption, .feedback__modal-text, .javonet-version-compatiblity .javonet-version-compatiblity__tooltip, .javonet-version-compatiblity label, .javonet-content__guides-tooltip span, .javonet-content__accordion-item__links li a, .javonet-content__accordion-item__title {
  font-size: clamp(0.9rem, 1.4571rem + 0.4464vw, 1.4rem);
  line-height: clamp(1.6rem, 1.4571rem + 0.4464vw, 2.1rem);
  letter-spacing: 0.004em;
  font-weight: 400;
  color: var(--color-primary);
}
.caption--italic {
  font-style: italic;
}
.caption--active, .javonet-version-compatiblity .javonet-version-compatiblity__tooltip span {
  font-weight: 600;
}

.button--lg {
  min-width: 26.5rem;
  padding: 1rem 1.6rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  letter-spacing: 0.0015em;
}
.button--sm {
  min-width: 12.3rem;
  padding: 0.2rem 1.6rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  letter-spacing: 0.0015em;
}
.button--primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 0.8rem;
}
.button--secondary {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 0.4rem;
}
.button--icon {
  padding-left: 4.2rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTMzMjkgOC42MjAzQzkuNTE3MzQgOC42MDUzNCA5LjUwNDY0IDguNTg3MjcgOS40OTU5NSA4LjU2NzJDOS40ODcyNiA4LjU0NzEzIDkuNDgyNzggOC41MjU1IDkuNDgyNzggOC41MDM2M0M5LjQ4Mjc4IDguNDgxNzcgOS40ODcyNiA4LjQ2MDE0IDkuNDk1OTUgOC40NDAwN0M5LjUwNDY0IDguNDIgOS41MTczNCA4LjQwMTkzIDkuNTMzMjkgOC4zODY5N0wxNS43MDY2IDIuMjA2OTdDMTUuODAwMSAyLjExNDU4IDE1Ljg3NDQgMi4wMDQ1NCAxNS45MjUxIDEuODgzMjNDMTUuOTc1OCAxLjc2MTkzIDE2LjAwMTkgMS42MzE3NyAxNi4wMDE5IDEuNTAwM0MxNi4wMDE5IDEuMzY4ODMgMTUuOTc1OCAxLjIzODY4IDE1LjkyNTEgMS4xMTczN0MxNS44NzQ0IDAuOTk2MDY1IDE1LjgwMDEgMC44ODYwMjcgMTUuNzA2NiAwLjc5MzYzNUMxNS41MTgzIDAuNjA3OTgxIDE1LjI2NDQgMC41MDM5MDYgMTUgMC41MDM5MDZDMTQuNzM1NSAwLjUwMzkwNiAxNC40ODE2IDAuNjA3OTgxIDE0LjI5MzMgMC43OTM2MzVMOC4xMTk5NiA2Ljk2Njk3QzguMTA0NDEgNi45ODMxIDguMDg1NzcgNi45OTU5MyA4LjA2NTE1IDcuMDA0NjlDOC4wNDQ1MyA3LjAxMzQ2IDguMDIyMzYgNy4wMTc5NyA3Ljk5OTk1IDcuMDE3OTdDNy45Nzc1NSA3LjAxNzk3IDcuOTU1MzggNy4wMTM0NiA3LjkzNDc2IDcuMDA0NjlDNy45MTQxNCA2Ljk5NTkzIDcuODk1NSA2Ljk4MzEgNy44Nzk5NSA2Ljk2Njk3TDEuNzA2NjIgMC43OTM2MzVDMS41MTgyNyAwLjYwNzk4MSAxLjI2NDQyIDAuNTAzOTA2IDAuOTk5OTU0IDAuNTAzOTA2QzAuNzM1NDg1IDAuNTAzOTA2IDAuNDgxNjQgMC42MDc5ODEgMC4yOTMyODggMC43OTM2MzVDMC4xOTk3NjEgMC44ODYwMjcgMC4xMjU1MDUgMC45OTYwNjUgMC4wNzQ4MjQyIDEuMTE3MzdDMC4wMjQxNDM2IDEuMjM4NjggLTAuMDAxOTUzMTIgMS4zNjg4MyAtMC4wMDE5NTMxMiAxLjUwMDNDLTAuMDAxOTUzMTIgMS42MzE3NyAwLjAyNDE0MzYgMS43NjE5MyAwLjA3NDgyNDIgMS44ODMyM0MwLjEyNTUwNSAyLjAwNDU0IDAuMTk5NzYxIDIuMTE0NTggMC4yOTMyODggMi4yMDY5N0w2LjQ2NjYyIDguMzg2OTdDNi40ODI1NiA4LjQwMTkzIDYuNDk1MjcgOC40MiA2LjUwMzk2IDguNDQwMDdDNi41MTI2NSA4LjQ2MDE0IDYuNTE3MTMgOC40ODE3NyA2LjUxNzEzIDguNTAzNjNDNi41MTcxMyA4LjUyNTUgNi41MTI2NSA4LjU0NzEzIDYuNTAzOTYgOC41NjcyQzYuNDk1MjcgOC41ODcyNyA2LjQ4MjU2IDguNjA1MzQgNi40NjY2MiA4LjYyMDNMMC4yOTMyODggMTQuNzkzNkMwLjE5OTc2MSAxNC44ODYgMC4xMjU1MDUgMTQuOTk2MSAwLjA3NDgyNDIgMTUuMTE3NEMwLjAyNDE0MzYgMTUuMjM4NyAtMC4wMDE5NTMxMiAxNS4zNjg4IC0wLjAwMTk1MzEyIDE1LjUwMDNDLTAuMDAxOTUzMTIgMTUuNjMxOCAwLjAyNDE0MzYgMTUuNzYxOSAwLjA3NDgyNDIgMTUuODgzMkMwLjEyNTUwNSAxNi4wMDQ1IDAuMTk5NzYxIDE2LjExNDYgMC4yOTMyODggMTYuMjA3QzAuNDgxNjQgMTYuMzkyNiAwLjczNTQ4NSAxNi40OTY3IDAuOTk5OTU0IDE2LjQ5NjdDMS4yNjQ0MiAxNi40OTY3IDEuNTE4MjcgMTYuMzkyNiAxLjcwNjYyIDE2LjIwN0w3Ljg3OTk1IDEwLjAzMzZDNy44OTU1IDEwLjAxNzUgNy45MTQxNCAxMC4wMDQ3IDcuOTM0NzYgOS45OTU5MUM3Ljk1NTM4IDkuOTg3MTUgNy45Nzc1NSA5Ljk4MjYzIDcuOTk5OTUgOS45ODI2M0M4LjAyMjM2IDkuOTgyNjMgOC4wNDQ1MyA5Ljk4NzE1IDguMDY1MTUgOS45OTU5MUM4LjA4NTc3IDEwLjAwNDcgOC4xMDQ0MSAxMC4wMTc1IDguMTE5OTYgMTAuMDMzNkwxNC4yOTMzIDE2LjIwN0MxNC40ODE2IDE2LjM5MjYgMTQuNzM1NSAxNi40OTY3IDE1IDE2LjQ5NjdDMTUuMjY0NCAxNi40OTY3IDE1LjUxODMgMTYuMzkyNiAxNS43MDY2IDE2LjIwN0MxNS44MDAxIDE2LjExNDYgMTUuODc0NCAxNi4wMDQ1IDE1LjkyNTEgMTUuODgzMkMxNS45NzU4IDE1Ljc2MTkgMTYuMDAxOSAxNS42MzE4IDE2LjAwMTkgMTUuNTAwM0MxNi4wMDE5IDE1LjM2ODggMTUuOTc1OCAxNS4yMzg3IDE1LjkyNTEgMTUuMTE3NEMxNS44NzQ0IDE0Ljk5NjEgMTUuODAwMSAxNC44ODYgMTUuNzA2NiAxNC43OTM2TDkuNTMzMjkgOC42MjAzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-position: 1.6rem center;
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
}
.button--inactive, .button:disabled {
  background-color: var(--color-inactive-button);
  color: var(--color-text-secondary);
  border-color: var(--color-inactive-button);
}

.site-header {
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 265px;
  max-height: var(--header-height);
  background: var(--color-white);
  -webkit-box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
          box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  will-change: max-height, transform, background, box-shadow;
  -webkit-transition: max-height 0.2s ease-in-out, background 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, background 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, transform 0.2s linear, background 0.2s linear, box-shadow 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, transform 0.2s linear, background 0.2s linear, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s ease-in-out;
}
.site-header.is-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
@media (min-width: 1200px) {
  .site-header.active {
    height: 265px;
    max-height: 265px;
    background: var(--color-active-bg);
    -webkit-box-shadow: 0px 4px 18px rgba(0, 30, 135, 0.5);
            box-shadow: 0px 4px 18px rgba(0, 30, 135, 0.5);
  }
}
@media (min-width: 768px) {
  .site-header.has-translation-bar {
    max-height: calc(var(--header-height) + var(--translation-bar-height));
  }
}
.site-header__container {
  position: relative;
  height: var(--header-height);
  padding: 0 2rem;
}
@media (min-width: 475px) {
  .site-header__container {
    padding: 0 4rem;
  }
}
.site-header__background {
  z-index: 7999;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  top: var(--header-height);
  left: 0;
  right: 0;
  height: calc(100vh - var(--header-height));
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .site-header__background {
    display: none;
  }
}
.site-header__background.active {
  pointer-events: all;
  opacity: 1;
}
.site-header__logo {
  margin-right: 3rem;
  -webkit-transition: left 0.2s ease-in-out !important;
  transition: left 0.2s ease-in-out !important;
}
@media (max-width: 1199px) {
  .site-header__logo {
    margin-right: unset;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .site-header__logo {
    margin-right: 1rem;
  }
}
.site-header__logo-wrapper {
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  will-change: width;
}
.site-header__toggleMenu {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 4rem;
  width: 4rem;
  border: none;
  margin-left: auto;
  background: none;
  cursor: pointer;
}
.site-header__toggleMenu span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 1px;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header__toggleMenu span:first-child {
  top: 1.2rem;
}
.site-header__toggleMenu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header__toggleMenu span:last-child {
  bottom: 1.2rem;
}
.site-header__toggleMenu.open span:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.site-header__toggleMenu.open span:nth-child(2) {
  opacity: 0;
}
.site-header__toggleMenu.open span:last-child {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .site-header__toggleMenu-wrapper {
    display: none;
  }
}
.site-header a:not(.button) {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.69;
  letter-spacing: 0.0015em;
  color: var(--color-primary);
  text-align: center;
  will-change: font-weight;
}
.site-header a:not(.button)::before {
  content: attr(data-title);
  display: block;
  font-weight: 700;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.site-header a:not(.button):hover {
  font-weight: 700;
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .site-header a:not(.button) {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1360px) {
  .site-header a:not(.button) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .site-header a:not(.button) {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .site-header a.button {
    font-size: 1.4rem;
  }
}
.site-header__menu {
  position: relative;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .site-header__menu:after {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-lines);
    border-radius: 500px;
    top: 4rem;
    left: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
.site-header__menu.active:after {
  opacity: 1;
}
@media (min-width: 1200px) {
  .site-header__menu .menu-item:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 1440px) {
  .site-header__menu .menu-item:not(:first-child) {
    margin-left: 1.6rem;
  }
}
@media screen and (min-width: 1500px) {
  .site-header__menu .menu-item:not(:first-child) {
    margin-left: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .site-header__menu .menu-item {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .site-header__menu .menu-item {
    line-height: 0;
  }
}
.site-header__menu .menu-item.menu-item-has-children {
  position: relative;
  vertical-align: middle;
}
.site-header__menu .menu-item.menu-item-has-children > a {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.site-header__menu .menu-item.menu-item-has-children.active > a {
  background-color: #E8EAEC;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .site-header__menu .menu-item.menu-item-has-children.active > .nav__submenu {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
}
.site-header__menu .nav__link {
  display: inline-block;
  padding: 0 0.8rem;
  border-radius: 0.8rem;
}
@media (max-width: 1199px) {
  .site-header__menu .nav__link {
    display: block;
    padding: 1.2rem;
  }
}
.site-header__menu .nav__link--dropdown {
  padding-right: 3.2rem;
}
.site-header__menu .nav__link--dropdown::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  content: "";
  width: 32px;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjM3NUw2LjIzNTU2IDYuMjc0NTVDNi4xNzMxMSA2LjMzODg2IDYuMDg4MzcgNi4zNzUgNiA2LjM3NUM1LjkxMTYzIDYuMzc1IDUuODI2ODkgNi4zMzg4NiA1Ljc2NDQ0IDYuMjc0NTVMMSAxLjM3NSIgc3Ryb2tlPSIjMDAxRTg3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position: center center;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media (max-width: 1199px) {
  .site-header__menu-wrapper {
    z-index: 8000;
    position: fixed;
    top: var(--header-height);
    right: 0;
    width: 100% !important;
    max-width: 475px;
    height: calc(100vh - var(--header-height));
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--color-white);
    background-image: url(../images/design/bg-menu.e0a333.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    will-change: transform;
  }
  .site-header__menu-wrapper.open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1199px) {
  .site-header__userarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .site-header__userarea a {
    margin-right: 1rem;
  }
}
@media (min-width: 1440px) {
  .site-header__userarea a {
    margin-right: 2.4rem;
  }
}
.site-header__userarea a:last-child {
  margin-right: 0;
}
.site-header__userarea a.button {
  min-width: 0;
}
@media screen and (max-width: 1199px) {
  .site-header__userarea a:not(.button) {
    padding: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .site-header .nav__submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
  }
}
@media (min-width: 1200px) {
  .site-header .nav__submenu {
    z-index: 999;
    pointer-events: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    top: 4rem;
    left: -0.8rem;
    width: 53em;
    height: 200px;
    padding: 1.6rem 0 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
  }
  .site-header .nav__submenu .nav__item {
    height: 2.7rem;
    margin-bottom: 1.6rem;
  }
}
.site-header__translation-bar {
  display: none;
  background-color: var(--color-filter-buttons);
  height: var(--translation-bar-height);
}
@media (min-width: 768px) {
  .site-header__translation-bar {
    display: block;
  }
}
.site-header__translation-bar .translation-bar__container {
  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;
  height: 100%;
}
@media (min-width: 1200px) {
  .site-header__translation-bar .translation-bar__container {
    padding: 0 2.4rem;
  }
}
.site-header__translation-bar .translation-bar__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.site-header__translation-bar .translation-bar__text:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik05IDAuNUM3LjIxOTk3IDAuNSA1LjQ3OTkxIDEuMDI3ODQgMy45OTk4NyAyLjAxNjc3QzIuNTE5ODMgMy4wMDU3MSAxLjM2NjI4IDQuNDExMzEgMC42ODUwODggNi4wNTU4NUMwLjAwMzg5OTU0IDcuNzAwMzggLTAuMTc0MzMgOS41MDk5OCAwLjE3MjkzNiAxMS4yNTU4QzAuNTIwMjAzIDEzLjAwMTYgMS4zNzczNyAxNC42MDUzIDIuNjM2MDQgMTUuODY0QzMuODk0NzEgMTcuMTIyNiA1LjQ5ODM2IDE3Ljk3OTggNy4yNDQxOSAxOC4zMjcxQzguOTkwMDIgMTguNjc0MyAxMC43OTk2IDE4LjQ5NjEgMTIuNDQ0MiAxNy44MTQ5QzE0LjA4ODcgMTcuMTMzNyAxNS40OTQzIDE1Ljk4MDIgMTYuNDgzMiAxNC41MDAxQzE3LjQ3MjIgMTMuMDIwMSAxOCAxMS4yOCAxOCA5LjVDMTcuOTk3NSA3LjExMzgyIDE3LjA0ODUgNC44MjYwOSAxNS4zNjEyIDMuMTM4ODFDMTMuNjczOSAxLjQ1MTUyIDExLjM4NjIgMC41MDI1MDggOSAwLjVaTTkgMTYuNjA1M0M3LjU5NDcxIDE2LjYwNTMgNi4yMjA5OCAxNi4xODg1IDUuMDUyNTMgMTUuNDA3OEMzLjg4NDA4IDE0LjYyNzEgMi45NzMzOCAxMy41MTc0IDIuNDM1NiAxMi4yMTkxQzEuODk3ODIgMTAuOTIwNyAxLjc1NzExIDkuNDkyMTIgMi4wMzEyNyA4LjExMzgzQzIuMzA1NDIgNi43MzU1NCAyLjk4MjEzIDUuNDY5NTEgMy45NzU4MiA0LjQ3NTgyQzQuOTY5NTEgMy40ODIxMyA2LjIzNTU1IDIuODA1NDIgNy42MTM4MyAyLjUzMTI2QzguOTkyMTIgMi4yNTcxIDEwLjQyMDggMi4zOTc4MSAxMS43MTkxIDIuOTM1NTlDMTMuMDE3NCAzLjQ3MzM3IDE0LjEyNzEgNC4zODQwNyAxNC45MDc4IDUuNTUyNTNDMTUuNjg4NSA2LjcyMDk4IDE2LjEwNTMgOC4wOTQ3MSAxNi4xMDUzIDkuNUMxNi4xMDI4IDExLjM4MzcgMTUuMzUzNCAxMy4xODk1IDE0LjAyMTQgMTQuNTIxNEMxMi42ODk1IDE1Ljg1MzQgMTAuODgzNyAxNi42MDI4IDkgMTYuNjA1M1oiCiAgICAgICAgICBmaWxsPSIjMDAxRTg3Ii8+CiAgICA8cGF0aCBkPSJNMTEuMDk0MyAxMy4wNTM0SDEwLjM4MzdDMTAuMzIwOSAxMy4wNTM0IDEwLjI2MDcgMTMuMDI4NCAxMC4yMTYzIDEyLjk4NEMxMC4xNzE4IDEyLjkzOTYgMTAuMTQ2OSAxMi44NzkzIDEwLjE0NjkgMTIuODE2NVY5LjI2Mzg4QzEwLjE0NjkgOC43NjEzNiA5Ljk0NzI3IDguMjc5NDMgOS41OTE5NCA3LjkyNDFDOS4yMzY2MSA3LjU2ODc2IDguNzU0NjcgNy4zNjkxNCA4LjI1MjE2IDcuMzY5MTRINy4zMDQ3OUM3LjA1MzUzIDcuMzY5MTQgNi44MTI1NyA3LjQ2ODk1IDYuNjM0OSA3LjY0NjYyQzYuNDU3MjMgNy44MjQyOCA2LjM1NzQyIDguMDY1MjUgNi4zNTc0MiA4LjMxNjUxQzYuMzU3NDIgOC41Njc3NyA2LjQ1NzIzIDguODA4NzMgNi42MzQ5IDguOTg2NEM2LjgxMjU3IDkuMTY0MDcgNy4wNTM1MyA5LjI2Mzg4IDcuMzA0NzkgOS4yNjM4OEg4LjA1MzIxQzguMTE2MDMgOS4yNjM4OCA4LjE3NjI3IDkuMjg4ODMgOC4yMjA2OCA5LjMzMzI1QzguMjY1MSA5LjM3NzY2IDguMjkwMDUgOS40Mzc5IDguMjkwMDUgOS41MDA3MlYxMi44MTY1QzguMjkwMDUgMTIuODc5MyA4LjI2NTEgMTIuOTM5NiA4LjIyMDY4IDEyLjk4NEM4LjE3NjI3IDEzLjAyODQgOC4xMTYwMyAxMy4wNTM0IDguMDUzMjEgMTMuMDUzNEg3LjMwNDc5QzcuMDUzNTMgMTMuMDUzNCA2LjgxMjU3IDEzLjE1MzIgNi42MzQ5IDEzLjMzMDhDNi40NTcyMyAxMy41MDg1IDYuMzU3NDIgMTMuNzQ5NSA2LjM1NzQyIDE0LjAwMDdDNi4zNTc0MiAxNC4yNTIgNi40NTcyMyAxNC40OTI5IDYuNjM0OSAxNC42NzA2QzYuODEyNTcgMTQuODQ4MyA3LjA1MzUzIDE0Ljk0ODEgNy4zMDQ3OSAxNC45NDgxSDExLjA5NDNDMTEuMzQ1NSAxNC45NDgxIDExLjU4NjUgMTQuODQ4MyAxMS43NjQyIDE0LjY3MDZDMTEuOTQxOCAxNC40OTI5IDEyLjA0MTYgMTQuMjUyIDEyLjA0MTYgMTQuMDAwN0MxMi4wNDE2IDEzLjc0OTUgMTEuOTQxOCAxMy41MDg1IDExLjc2NDIgMTMuMzMwOEMxMS41ODY1IDEzLjE1MzIgMTEuMzQ1NSAxMy4wNTM0IDExLjA5NDMgMTMuMDUzNFoiCiAgICAgICAgICBmaWxsPSIjMDAxRTg3Ii8+CiAgICA8cGF0aCBkPSJNOS4xOTg0IDYuNjU4NTFDOS45ODMyMiA2LjY1ODUxIDEwLjYxOTQgNi4wMjIyOCAxMC42MTk0IDUuMjM3NDZDMTAuNjE5NCA0LjQ1MjYzIDkuOTgzMjIgMy44MTY0MSA5LjE5ODQgMy44MTY0MUM4LjQxMzU3IDMuODE2NDEgNy43NzczNCA0LjQ1MjYzIDcuNzc3MzQgNS4yMzc0NkM3Ljc3NzM0IDYuMDIyMjggOC40MTM1NyA2LjY1ODUxIDkuMTk4NCA2LjY1ODUxWiIKICAgICAgICAgIGZpbGw9IiMwMDFFODciLz4KPC9zdmc+Cg==);
  background-size: cover;
}
.site-header__translation-bar .translation-bar__btn {
  padding: 0 1.6rem;
  border: solid 1px var(--color-primary);
  border-radius: 4px;
  font-size: 17px;
  line-height: 27px;
  color: var(--color-primary);
}
.site-header__translation-bar .translation-bar__btn:hover {
  font-weight: normal;
}

.javonet-content__navigation {
  -webkit-transition: max-width 0.2s linear;
  transition: max-width 0.2s linear;
  will-change: max-width;
}
.javonet-content__navigation.inactive {
  max-width: 0;
  overflow: hidden;
}

.javonet-content__menu li {
  padding: 0 1.5rem;
  color: var(--color-inactive);
}
.javonet-content__menu li:not(:last-child) {
  border-right: 1px solid var(--color-inactive);
}
.javonet-content__menu li:first-child {
  padding-left: 0;
}
.javonet-content__menu li.active {
  font-weight: 700;
  color: var(--color-secondary);
}
.javonet-content__menu li a {
  position: relative;
  font-size: clamp(1.2rem, 1.1429rem + 0.1786vw, 1.4rem);
  line-height: clamp(1.9rem, 1.8429rem + 0.1786vw, 2.1rem);
}

.javonet-content__controls {
  z-index: 9500;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 100vh;
  width: 100%;
  max-width: calc(var(--controls-width) + 2.4rem);
  padding: 2.4rem;
  border-right: 1px solid var(--color-lines);
  background-color: var(--color-white);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .javonet-content__controls {
    z-index: unset;
    position: static;
    height: auto;
    overflow: hidden;
    margin-right: 2.4rem;
    -webkit-transition: none;
    transition: none;
  }
}
.javonet-content.open-controls .javonet-content__controls {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.javonet-content__controls-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3.2rem;
}
.javonet-content__controls-actions #toggle-live-example {
  opacity: 0;
  pointer-events: none;
}
.javonet-content.anim-stage-3 .javonet-content__controls-actions #toggle-live-example {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1200px) {
  .javonet-content__controls-actions {
    display: none;
  }
  .javonet-content.anim-stage-3 .javonet-content__controls-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 3.2rem;
  }
}
.javonet-content__controls .systems-list {
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  margin-top: 0.8rem;
}
.javonet-content__open-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .javonet-content__open-controls {
    display: none;
    opacity: 0;
  }
  .javonet-content.anim-stage-1 .javonet-content__open-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .javonet-content.anim-stage-2 .javonet-content__open-controls {
    opacity: 1;
  }
}
.javonet-content__open-controls span {
  margin-left: 0.836rem;
  color: var(--color-primary);
}

.javonet-content__search {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
.javonet-content__search .input-wrapper {
  margin-right: 1.6rem;
}
.javonet-content__search input {
  max-height: 5.1rem;
  padding: 1.2rem 0.8rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  font-weight: 400;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-lines);
  border-radius: 0.4rem;
}
@media screen and (max-width: 380px) {
  .javonet-content__search input {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .javonet-content__search .button {
    min-width: unset;
  }
}

.javonet-content__content {
  font-family: var(--font-content);
}
.javonet-content__content .javonet-content__source {
  position: relative;
  overflow: hidden;
}
.javonet-content__content .guides__col {
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  will-change: height;
}
.javonet-content__content img {
  margin: 3.4rem auto;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.javonet-content__content pre {
  margin-bottom: 3.2rem;
}
.javonet-content__content ol,
.javonet-content__content ul {
  margin-block: 2.4rem;
}
.javonet-content__content ol li,
.javonet-content__content ul li {
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  color: var(--color-text-primary);
}
.javonet-content__content ol li::before,
.javonet-content__content ul li::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 1.1rem;
  margin-bottom: 4px;
  background-color: var(--color-text-primary);
  border-radius: 50%;
}
.javonet-content__content p {
  margin-bottom: 3.2rem;
}
.javonet-content__content p a {
  color: var(--color-accent);
  text-decoration: underline;
}
.javonet-content__content p code {
  background-color: var(--color-inactive);
  padding: 0.1em 0.2em;
  border-radius: 3px;
  word-wrap: break-word;
}

.javonet-content__spymenu {
  position: sticky;
  -ms-flex-item-align: start;
      align-self: start;
  top: 13.6rem;
  width: var(--spymenu-width);
}
.javonet-content__spymenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  width: 1px;
  background-color: var(--color-lines);
}
.javonet-content__spymenu .spymenu__marker {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 3px;
  background-color: var(--color-primary);
  border-radius: 2px;
}
.javonet-content__spymenu .spymenu__item {
  display: block;
}
.javonet-content__spymenu .spymenu__item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.javonet-content__spymenu .spymenu__item-anchor {
  display: block;
  position: relative;
  padding: 0.85rem 0 0.85rem 1.6rem;
  font-size: clamp(1.2rem, 1.1429rem + 0.1786vw, 1.4rem);
  line-height: clamp(1.9rem, 1.8429rem + 0.1786vw, 2.1rem);
  color: var(--color-text-primary);
}
.javonet-content__spymenu .spymenu__item-anchor.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 3px;
  height: 100%;
  background-color: var(--color-primary);
  border-radius: 2px;
}

.javonet-content__actions {
  opacity: 1;
  margin-bottom: 1.8rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.javonet-content.anim-stage-1 .javonet-content__actions {
  pointer-events: none;
}
.javonet-content.anim-stage-2 .javonet-content__actions {
  opacity: 0;
}
.javonet-content__actions .button-share {
  margin-right: 2.4rem;
}
.javonet-content__actions .button-langswitch .lang-code {
  margin-right: 0.8rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: var(--color-primary);
}
.javonet-content__actions .javonet-social-link {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.004em;
  color: var(--color-primary);
}
.javonet-content__actions .javonet-social-link .icon {
  margin-right: 0.8rem;
}
.javonet-content__actions .social-dropdown {
  z-index: 1;
  padding: 0.8rem;
  width: 10.7rem;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
          box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  -webkit-transform: translate3d(-24px, 20px, 0) !important;
          transform: translate3d(-24px, 20px, 0) !important;
}
.javonet-content__actions .social-dropdown li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.javonet-content__actions .social-dropdown li:before {
  display: none;
}

.javonet-content__accordion {
  margin: 2.4rem 0;
  max-height: 900px;
  overflow-x: hidden;
}
.javonet-content__accordion-item {
  margin: 0.8rem 0;
}
.javonet-content__accordion-item.disabled {
  position: relative;
  cursor: pointer;
}
.javonet-content__accordion-item.disabled * {
  color: var(--color-secondary);
}
.javonet-content__accordion-item.disabled .javonet-content__accordion-item__title::before {
  -webkit-filter: invert(66%) sepia(18%) saturate(406%) hue-rotate(184deg) brightness(95%) contrast(87%) grayscale(0.9);
          filter: invert(66%) sepia(18%) saturate(406%) hue-rotate(184deg) brightness(95%) contrast(87%) grayscale(0.9);
}
.javonet-content__accordion-item.disabled .javonet-content__accordion-item__title {
  pointer-events: none;
}
.javonet-content__accordion-item__title {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  color: var(--color-text-primary);
  will-change: font-weight;
  cursor: pointer;
}
.javonet-content__accordion-item__title:not(.type-link)::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuMzk5NTUgNi4yNjQ0NEM2LjQ2Mzg2IDYuMzI2ODkgNi41IDYuNDExNjMgNi41IDYuNUM2LjUgNi41ODgzNyA2LjQ2Mzg2IDYuNjczMTEgNi4zOTk1NSA2LjczNTU1TDEuNSAxMS41IiBzdHJva2U9IiMwMDFFODciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 0.8rem 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.javonet-content__accordion-item__title.type-link {
  padding: 1rem;
}
.javonet-content__accordion-item__title.active {
  font-weight: 700;
  color: var(--color-primary);
}
.javonet-content__accordion-item__title.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.javonet-content__accordion-item__links {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.javonet-content__accordion-item__links li a {
  display: block;
  padding: 1rem 1rem 1rem 4rem;
  color: var(--color-text-primary);
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  will-change: background-color, color;
}
.javonet-content__accordion-item__links li a.current-link, .javonet-content__accordion-item__links li a:hover {
  color: var(--color-primary);
  background-color: var(--color-filter-buttons);
}
.javonet-content__accordion-item__links li.disabled a {
  color: var(--color-secondary);
}

.javonet-content__guides-tooltip {
  position: absolute;
  left: 6rem;
  width: 27.5rem;
  padding: 0.8rem 1.6rem;
  background-color: var(--color-secondary);
  border-radius: 0.8rem;
  z-index: 999;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .javonet-content__guides-tooltip {
    left: 2rem;
  }
}
.javonet-content__guides-tooltip.js--active {
  pointer-events: all;
}
.javonet-content__guides-tooltip span {
  color: var(--color-white);
}
.javonet-content__guides-tooltip::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid var(--color-secondary);
}

.javonet-content__select {
  position: relative;
}
.javonet-content__select:not(:last-child) {
  margin-bottom: 3.2rem;
}
.javonet-content__select-title {
  position: absolute;
  top: 0.1rem;
  left: 0.8rem;
  bottom: 0.1rem;
  padding: 0 0.2rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 4.9rem;
  letter-spacing: 0.0015em;
  color: var(--color-secondary);
  background-color: var(--color-white);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform, font-size, line-height, letter-spacing, color, height;
  pointer-events: none;
}
.javonet-content__select .nice-select {
  height: 5.1rem;
  padding: 1.2rem 0.8rem;
  font-size: 1.7rem;
  line-height: 5.1rem;
  border-color: var(--color-lines);
  will-change: border-color;
}
.javonet-content__select .nice-select::after {
  width: 1.2rem;
  height: 0.8rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjM3NUw2LjIzNTU2IDYuMjc0NTVDNi4xNzMxMSA2LjMzODg2IDYuMDg4MzcgNi4zNzUgNiA2LjM3NUM1LjkxMTYzIDYuMzc1IDUuODI2ODkgNi4zMzg4NiA1Ljc2NDQ0IDYuMjc0NTVMMSAxLjM3NSIgc3Ryb2tlPSIjMDAxRTg3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: cover;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: opacity, filter;
  -webkit-transition: opacity 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, filter 0.2s, transform 0.2s;
  transition: opacity 0.2s, filter 0.2s, transform 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
}
.javonet-content__select .nice-select.active, .javonet-content__select .nice-select.open {
  border-color: var(--color-primary);
}
.javonet-content__select .nice-select.active::after, .javonet-content__select .nice-select.open::after {
  -webkit-filter: unset;
          filter: unset;
  opacity: unset;
}
.javonet-content__select .nice-select .current {
  display: block;
  line-height: 2.7rem;
  color: var(--color-text-primary);
}
.javonet-content__select .nice-select.hidden-current .current {
  opacity: 0;
}
.javonet-content__select .nice-select.wide .list {
  left: -1px !important;
}
.javonet-content__select .nice-select.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.javonet-content__select.active .javonet-content__select-title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  height: 2.1rem;
  color: var(--color-primary);
  -webkit-transform: translate3d(0, -1.1rem, 0);
          transform: translate3d(0, -1.1rem, 0);
}
.javonet-content__select::after {
  content: "";
  display: table;
  clear: both;
}
.javonet-content__select .list {
  width: calc(100% + 2px);
  -webkit-box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
          box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  border-radius: 0.4px;
  max-height: 34.4rem;
  overflow: unset;
  overflow-x: hidden !important;
  z-index: 1000;
}
.javonet-content__select .list li:first-child {
  font-style: italic;
}

.javonet-content__select + .javonet-version-compatiblity {
  margin-top: -2.5rem;
  margin-bottom: 3.2rem;
}

.javonet-version-compatiblity {
  position: relative;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
  cursor: pointer;
}
.javonet-version-compatiblity.active {
  overflow: visible;
}
.javonet-version-compatiblity li {
  cursor: pointer;
}
.javonet-version-compatiblity li svg {
  pointer-events: none;
}
.javonet-version-compatiblity label {
  margin-bottom: 0.8rem;
  color: var(--color-text-secondary);
}
.javonet-version-compatiblity .javonet-version-compatiblity__tooltip {
  position: absolute;
  top: -2.6rem;
  left: 1.1rem;
  width: 32rem;
  padding: 0.8rem 1.6rem;
  font-weight: 400;
  background-color: var(--color-gray600);
  border-radius: 0.8rem;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
}
.javonet-version-compatiblity .javonet-version-compatiblity__tooltip::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid var(--color-gray600);
}
.javonet-version-compatiblity .javonet-version-compatiblity__tooltip.visible {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

.javonet-content__dropdown:not(:last-child) {
  margin-bottom: 3.2rem;
}

.javonet-content__lang-modal-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 17px;
}
.javonet-content__lang-modal-btn > span {
  margin-right: 8px;
}

.javonet-content__lang-modal {
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 9000;
  inset: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s 0.3s linear;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s linear;
}
.javonet-content__lang-modal.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.javonet-content__lang-modal .lang-modal__inner {
  z-index: 10;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 737px;
  height: 100%;
  max-height: calc(100% - 2rem);
  background-color: #F9FAFC;
  padding: 4.8rem;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
          box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .javonet-content__lang-modal .lang-modal__inner {
    max-height: calc(100% - 4rem);
  }
}
.javonet-content__lang-modal .lang-modal__bg {
  z-index: 9;
  position: absolute;
  inset: 0;
  background-color: var(--color-text-primary);
  opacity: 0.7;
}
.javonet-content__lang-modal .lang-modal__title {
  margin-bottom: 32px;
  font-size: 23px;
  line-height: 37px;
  font-weight: 700;
  color: var(--color-primary);
}
.javonet-content__lang-modal .lang-modal__close {
  position: absolute;
  top: 4.8rem;
  display: block;
  right: 4.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.javonet-content__lang-modal .lang-modal__close:before, .javonet-content__lang-modal .lang-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.javonet-content__lang-modal .lang-modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.javonet-content__lang-modal .lang-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.javonet-content__lang-modal .lang-modal__current {
  font-size: 17px;
  line-height: 27px;
  color: var(--color-primary);
  margin-bottom: 3.2rem;
}
.javonet-content__lang-modal .lang-modal__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.javonet-content__lang-modal .lang-modal__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.javonet-content__lang-modal .lang-modal__search-input input {
  width: 100%;
  padding: 11px 36px 11px 8px;
  border: solid 1px #DBDBDB;
  font-size: 17px;
  line-height: 27px;
}
.javonet-content__lang-modal .lang-modal__search-input svg {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.javonet-content__lang-modal .lang-modal__search-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33%;
  margin-left: 16px;
  font-size: 17px;
}
.javonet-content__lang-modal .lang-modal__list {
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding: 0;
  margin: 0;
}
.javonet-content__lang-modal .lang-modal__list-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  margin-top: 2.4rem;
}
.javonet-content__lang-modal .lang-modal__list-item {
  font-size: 17px;
  line-height: 27px;
}
.javonet-content__lang-modal .lang-modal__list-item:before {
  display: none;
}
.javonet-content__lang-modal .lang-modal__list-item.is-hidden {
  display: none;
}

.javonet-content__live-example {
  z-index: 9000;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-text-primary);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (min-width: 640px) {
  .javonet-content__live-example {
    width: calc(100% - 9.4rem);
  }
}
@media (min-width: 768px) {
  .javonet-content__live-example {
    height: 100%;
    width: var(--live-example-width);
  }
}
.javonet-content__live-example.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.javonet-content__live-example .live-example__content {
  height: 100%;
  padding: 2rem 2rem 0;
}
@media (min-width: 768px) {
  .javonet-content__live-example .live-example__content {
    padding: 1.5rem 6.1rem 2rem;
  }
}
.javonet-content__live-example .live-example__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 2rem;
  font-size: 23px;
  line-height: 37px;
  color: var(--color-white);
}
.javonet-content__live-example .live-example__sections {
  height: calc(100% - 2rem - 37px);
}
.javonet-content__live-example .live-example__section {
  position: relative;
  height: calc(33.33% - 2rem);
  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: 2rem;
}
.javonet-content__live-example .live-example__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.javonet-content__live-example .live-example__section-header .live-example__section-heading {
  margin-bottom: 0;
}
.javonet-content__live-example .live-example__section-heading {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .javonet-content__live-example .live-example__section-heading {
    font-size: 17px;
    line-height: 27px;
  }
}
.javonet-content__live-example .live-example__section-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-white);
}
.javonet-content__live-example .live-example__section-btn:first-of-type {
  margin-left: auto;
  margin-right: 3rem;
}
.javonet-content__live-example .live-example__section-btn:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 1rem;
  background-size: cover;
}
.javonet-content__live-example .live-example__section-btn--play:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS43MTI3IDcuMDcxNzRMMS43ODcyNCAwLjEwODY2N0MxLjYyODkzIDAuMDI5OTYzMyAxLjQ1MzE1IC0wLjAwNzA1NjM2IDEuMjc2NTQgMC4wMDExMDkzNUMxLjA5OTkzIDAuMDA5Mjc1MDYgMC45MjgzMjMgMC4wNjIzNTYyIDAuNzc3OTQ1IDAuMTU1MzMzQzAuNjI3NTY3IDAuMjQ4MzA5IDAuNTAzMzkxIDAuMzc4MTA4IDAuNDE3MTYxIDAuNTMyNDUzQzAuMzMwOTMyIDAuNjg2Nzk5IDAuMjg1NDk3IDAuODYwNTg5IDAuMjg1MTU2IDEuMDM3MzlMMC4yODUxNTYgMTQuOTYyOUMwLjI4NTQyOCAxNS4xMzk3IDAuMzMwODI5IDE1LjMxMzUgMC40MTcwNTkgMTUuNDY3OUMwLjUwMzI5IDE1LjYyMjIgMC42Mjc0OTUgMTUuNzUyIDAuNzc3OTEzIDE1Ljg0NDlDMC45MjgzMzEgMTUuOTM3OSAxLjA5OTk4IDE1Ljk5MDkgMS4yNzY2MSAxNS45OTg5QzEuNDUzMjQgMTYuMDA3IDEuNjI5IDE1Ljk2OTggMS43ODcyNCAxNS44OTA5TDE1LjcxMjcgOC45Mjg1MkMxNS44ODUxIDguODQyMjkgMTYuMDMwMSA4LjcwOTc2IDE2LjEzMTQgOC41NDU3OUMxNi4yMzI3IDguMzgxODIgMTYuMjg2NCA4LjE5Mjg4IDE2LjI4NjQgOC4wMDAxM0MxNi4yODY0IDcuODA3MzggMTYuMjMyNyA3LjYxODQ0IDE2LjEzMTQgNy40NTQ0NkMxNi4wMzAxIDcuMjkwNDkgMTUuODg1MSA3LjE1Nzk3IDE1LjcxMjcgNy4wNzE3NFoiCiAgICAgICAgICBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.javonet-content__live-example .live-example__section-btn--reset:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS4wODUyIDBIMS40ODUxNkMwLjgyMjQxNSAwIDAuMjg1MTU2IDAuNTM3MjU4IDAuMjg1MTU2IDEuMlYxNC44QzAuMjg1MTU2IDE1LjQ2MjcgMC44MjI0MTUgMTYgMS40ODUxNiAxNkgxNS4wODUyQzE1Ljc0NzkgMTYgMTYuMjg1MiAxNS40NjI3IDE2LjI4NTIgMTQuOFYxLjJDMTYuMjg1MiAwLjUzNzI1OCAxNS43NDc5IDAgMTUuMDg1MiAwWiIKICAgICAgICAgIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.javonet-content__live-example .live-example__code {
  display: block;
  height: 100%;
}
.javonet-content__live-example .live-example__code-wrapper {
  height: calc(100% - 24px - 1rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.javonet-content__live-example .live-example__console {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 37px);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.javonet-content__live-example .live-example__console-content {
  overflow: auto;
  width: 100%;
  height: calc(100% - 2rem);
  background-color: #2b2b2b;
  color: var(--color-white);
}
.javonet-content__live-example .live-example__console-id {
  width: 100%;
  height: 2rem;
  border-top: solid 1px #393939;
  background-color: #2b2b2b;
  color: var(--color-white);
}
.javonet-content__live-example .live-example__button {
  position: absolute;
  top: 9.5rem;
  background-color: var(--color-text-primary);
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .site-header.has-translation-bar + .javonet-content .javonet-content__live-example .live-example__button {
    top: calc(9.5rem + var(--translation-bar-height));
  }
}
.javonet-content__live-example .live-example__button--open {
  display: block;
  left: -4rem;
  width: 4rem;
  height: 4rem;
}
.javonet-content__live-example .live-example__button--open:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcxIDUuNzFMMTQuMjkgMC4yOUMxNC4xMDM3IDAuMTA1MjU2IDEzLjg1MjMgMC4wMDExMDQ2MiAxMy41OSAwSDJDMS40Njk1NyAwIDAuOTYwODU5IDAuMjEwNzE0IDAuNTg1Nzg2IDAuNTg1Nzg2QzAuMjEwNzE0IDAuOTYwODU5IDAgMS40Njk1NyAwIDJWMjJDMCAyMi41MzA0IDAuMjEwNzE0IDIzLjAzOTEgMC41ODU3ODYgMjMuNDE0MkMwLjk2MDg1OSAyMy43ODkzIDEuNDY5NTcgMjQgMiAyNEgxOEMxOC41MzA0IDI0IDE5LjAzOTEgMjMuNzg5MyAxOS40MTQyIDIzLjQxNDJDMTkuNzg5MyAyMy4wMzkxIDIwIDIyLjUzMDQgMjAgMjJWNi40MkMyMC4wMDA4IDYuMjg4MzkgMTkuOTc1NSA2LjE1NzkzIDE5LjkyNTggNi4wMzYwOUMxOS44NzYgNS45MTQyNiAxOS44MDI3IDUuODAzNDQgMTkuNzEgNS43MVpNMTggMjEuNUMxOCAyMS42MzI2IDE3Ljk0NzMgMjEuNzU5OCAxNy44NTM2IDIxLjg1MzZDMTcuNzU5OCAyMS45NDczIDE3LjYzMjYgMjIgMTcuNSAyMkgyLjVDMi4zNjczOSAyMiAyLjI0MDIxIDIxLjk0NzMgMi4xNDY0NSAyMS44NTM2QzIuMDUyNjggMjEuNzU5OCAyIDIxLjYzMjYgMiAyMS41VjIuNUMyIDIuMzY3MzkgMi4wNTI2OCAyLjI0MDIxIDIuMTQ2NDUgMi4xNDY0NUMyLjI0MDIxIDIuMDUyNjggMi4zNjczOSAyIDIuNSAySDEzQzEzLjA2NzEgMS45OTkwMyAxMy4xMzM2IDIuMDExODQgMTMuMTk1NiAyLjAzNzY0QzEzLjI1NzUgMi4wNjM0NCAxMy4zMTM1IDIuMTAxNjkgMTMuMzYgMi4xNUwxNy44OSA2LjY4QzE3Ljk2MzUgNi43NzAyMiAxOC4wMDI1IDYuODgzNjYgMTggN1YyMS41WiIgZmlsbD0iIzAwMUU4NyIvPgo8cGF0aCBkPSJNNi41Mjk1IDEzLjMxMDNDNi40ODY2MyAxMy4yNjQxIDYuNDYyODEgMTMuMjAzMyA2LjQ2MjgxIDEzLjE0MDNDNi40NjI4MSAxMy4wNzcyIDYuNDg2NjMgMTMuMDE2NSA2LjUyOTUgMTIuOTcwM0w5LjA1OTUgMTAuMjYwM0M5LjE0OTQ2IDEwLjE2NDQgOS4yMTk2NSAxMC4wNTE4IDkuMjY2MDcgOS45Mjg3OEM5LjMxMjUgOS44MDU3OSA5LjMzNDI0IDkuNjc0ODYgOS4zMzAwNiA5LjU0MzQ2QzkuMzI1ODggOS40MTIwNyA5LjI5NTg2IDkuMjgyNzggOS4yNDE3MiA5LjE2Mjk5QzkuMTg3NTggOS4wNDMxOSA5LjExMDM3IDguOTM1MjQgOS4wMTQ1IDguODQ1MjhDOC45MTg2NCA4Ljc1NTMzIDguODA1OTkgOC42ODUxMyA4LjY4MyA4LjYzODcxQzguNTYwMDEgOC41OTIyOSA4LjQyOTA4IDguNTcwNTUgOC4yOTc2OCA4LjU3NDcyQzguMTY2MjkgOC41Nzg5IDguMDM3IDguNjA4OTIgNy45MTcyMSA4LjY2MzA2QzcuNzk3NDIgOC43MTcyMSA3LjY4OTQ2IDguNzk0NDIgNy41OTk1IDguODkwMjhMNC4yNjk1IDEyLjQ2MDNDNC4wOTUxMyAxMi42NDU3IDMuOTk4MDUgMTIuODkwNyAzLjk5ODA1IDEzLjE0NTNDMy45OTgwNSAxMy4zOTk4IDQuMDk1MTMgMTMuNjQ0OCA0LjI2OTUgMTMuODMwM0w3LjU5OTUgMTcuNDAwM0M3LjY4OTEyIDE3LjQ5NzQgNy43OTcwOSAxNy41NzU3IDcuOTE3MTYgMTcuNjMwOEM4LjAzNzI0IDE3LjY4NTkgOC4xNjcwNCAxNy43MTY3IDguMjk5MDggMTcuNzIxM0M4LjQzMTExIDE3LjcyNiA4LjU2Mjc2IDE3LjcwNDQgOC42ODY0MiAxNy42NTc5QzguODEwMDcgMTcuNjExNCA4LjkyMzI4IDE3LjU0MDggOS4wMTk1IDE3LjQ1MDNDOS4xOTk3NCAxNy4yNjM4IDkuMzAwNDkgMTcuMDE0NiA5LjMwMDQ5IDE2Ljc1NTNDOS4zMDA0OSAxNi40OTU5IDkuMTk5NzQgMTYuMjQ2NyA5LjAxOTUgMTYuMDYwM0w2LjUyOTUgMTMuMzEwM1oiIGZpbGw9IiMwMDFFODciLz4KPHBhdGggZD0iTTEyLjM5OTggOC44ODk3QzEyLjMxMzQgOC43ODMyMSAxMi4yMDYxIDguNjk1NjEgMTIuMDg0NSA4LjYzMjM1QzExLjk2MjggOC41NjkwOSAxMS44Mjk1IDguNTMxNTIgMTEuNjkyNyA4LjUyMTk2QzExLjU1NiA4LjUxMjQxIDExLjQxODcgOC41MzEwOCAxMS4yODk1IDguNTc2ODFDMTEuMTYwMiA4LjYyMjU0IDExLjA0MTggOC42OTQzNiAxMC45NDE0IDguNzg3ODFDMTAuODQxMSA4Ljg4MTI2IDEwLjc2MTEgOC45OTQzMyAxMC43MDYzIDkuMTIwMDFDMTAuNjUxNSA5LjI0NTY5IDEwLjYyMzIgOS4zODEyOSAxMC42MjMgOS41MTgzOUMxMC42MjI5IDkuNjU1NDkgMTAuNjUwOSA5Ljc5MTE1IDEwLjcwNTQgOS45MTY5NkMxMC43NTk5IDEwLjA0MjggMTAuODM5NyAxMC4xNTYgMTAuOTM5OCAxMC4yNDk3TDEzLjQ2OTggMTIuOTk5N0MxMy41MTI2IDEzLjA0NTkgMTMuNTM2NSAxMy4xMDY2IDEzLjUzNjUgMTMuMTY5N0MxMy41MzY1IDEzLjIzMjcgMTMuNTEyNiAxMy4yOTM1IDEzLjQ2OTggMTMuMzM5N0wxMC45Mzk4IDE1Ljk5OTdDMTAuNzc4MyAxNi4xOTMzIDEwLjY5NTkgMTYuNDQwNyAxMC43MDkgMTYuNjkyNEMxMC43MjIxIDE2Ljk0NDIgMTAuODI5OSAxNy4xODE3IDExLjAxMDYgMTcuMzU3NEMxMS4xOTE0IDE3LjUzMzEgMTEuNDMxOCAxNy42MzQgMTEuNjgzOSAxNy42NEMxMS45MzU5IDE3LjY0NiAxMi4xODA5IDE3LjU1NjYgMTIuMzY5OCAxNy4zODk3TDE1LjY5OTggMTMuODE5N0MxNS44NzQyIDEzLjYzNDIgMTUuOTcxMiAxMy4zODkzIDE1Ljk3MTIgMTMuMTM0N0MxNS45NzEyIDEyLjg4MDEgMTUuODc0MiAxMi42MzUyIDE1LjY5OTggMTIuNDQ5N0wxMi4zOTk4IDguODg5N1oiIGZpbGw9IiMwMDFFODciLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.javonet-content.anim-stage-2 .javonet-content__live-example .live-example__button--open {
  opacity: 0;
}
.javonet-content.anim-stage-3 .javonet-content__live-example .live-example__button--open {
  display: none;
}
.javonet-content__live-example .live-example__button--close {
  display: none;
  opacity: 0;
  top: calc(var(--top-height) / 2) !important;
  right: 0;
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
  width: 6.8rem;
  height: 4.3rem;
  color: var(--color-white);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media (min-width: 768px) {
  .javonet-content__live-example .live-example__button--close {
    left: -6.8rem;
    right: auto;
  }
}
.javonet-content.anim-stage-1 .javonet-content__live-example .live-example__button--close {
  display: block;
}
.javonet-content.anim-stage-2 .javonet-content__live-example .live-example__button--close {
  opacity: 1;
}
.javonet-content__live-example .live-example__button--close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1rem;
  width: 1.02rem;
  height: 1.602rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMS41TDYuMzk5NTUgNi4yNjQ0NEM2LjQ2Mzg2IDYuMzI2ODkgNi41IDYuNDExNjMgNi41IDYuNUM2LjUgNi41ODgzNyA2LjQ2Mzg2IDYuNjczMTEgNi4zOTk1NSA2LjczNTU1TDEuNSAxMS41IiBzdHJva2U9IiMwMDFFODciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.javonet-content__references {
  margin-bottom: 4rem;
}
.javonet-content__references-heading {
  margin-bottom: 1.6rem;
  font-weight: 700;
  color: var(--color-black);
}
.javonet-content__references ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.javonet-content__references ul li::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 1.1rem;
  background-color: var(--color-accent);
  border-radius: 50%;
}
.javonet-content__references ul li a {
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  text-decoration: underline;
  color: var(--color-accent);
}

.javonet-content__side-search .input-wrapper input {
  max-height: 5.1rem;
  padding: 1.2rem 0.8rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  font-weight: 400;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-lines);
  border-radius: 0.4rem;
}

.text-field__component {
  position: relative;
}
.text-field__component label {
  position: absolute;
  top: 0.1rem;
  left: 0.8rem;
  height: 4.9rem;
  padding: 0 0.2rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 4.9rem;
  letter-spacing: 0.0015em;
  color: var(--color-secondary);
  background-color: var(--color-white);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform, font-size, line-height, letter-spacing, color, height;
  pointer-events: none;
}
.text-field__component input {
  width: 100%;
  max-height: 5.1rem;
  padding: 1.2rem 0.8rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  font-weight: 400;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-lines);
  border-radius: 0.4rem;
}
.text-field__component textarea {
  width: 100%;
  max-height: 11rem;
  padding: 1.2rem 0.8rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 1.59;
  font-weight: 400;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-lines);
  border-radius: 0.4rem;
}
.text-field__component.active label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  height: 2.1rem;
  color: var(--color-primary);
  -webkit-transform: translate3d(0, -1.1rem, 0);
          transform: translate3d(0, -1.1rem, 0);
}

.feedback {
  width: auto;
  margin-bottom: 13.3rem;
  padding: 2.4rem;
  background-color: var(--color-filter-buttons);
  border-radius: 0.8rem;
}
.feedback__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback p {
  margin-right: 2.4rem;
  margin-bottom: 0;
  color: var(--color-text-primary);
}
@media screen and (max-width: 600px) {
  .feedback {
    width: 100%;
  }
  .feedback__content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__content p {
    margin-right: unset;
    margin-bottom: 0.4rem;
  }
}
.feedback .button--sm {
  min-width: auto;
  margin-left: 1.6rem;
}
.feedback .button:first-child {
  margin-right: 1.6rem;
}
.feedback__message {
  display: none;
}
.feedback__modal {
  background-color: var(--color-modal-bg);
}
.feedback__modal-header {
  margin-bottom: 2.5rem;
}
.feedback__modal-heading {
  font-weight: 700;
}
.feedback__modal-form__row {
  margin-bottom: 1.6rem;
}
.feedback__modal-text {
  margin-bottom: 1.6rem;
  color: var(--color-secondary);
}
.feedback__modal-content {
  padding: 4.45rem 4.8rem;
  width: min(60vw, 60rem);
  background-color: var(--color-page-section);
}
.feedback__modal-content-wrapper {
  width: min(60vw, 60rem);
}
.feedback__modal .text-field__component label {
  background-color: transparent;
}

.related-articles__title {
  margin-bottom: 1rem;
  font-size: 23px;
  line-height: 37px;
  font-weight: 700;
}
.related-articles__list li:before {
  background-color: var(--color-accent) !important;
}
.related-articles__list li a {
  font-size: 17px;
  line-height: 27px;
  color: var(--color-accent);
  text-decoration: underline;
}

.links-control {
  border-color: var(--color-lines);
  will-change: border-color;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  height: 5.1rem;
  padding: 1.2rem 0.8rem;
  font-size: 1.7rem;
  line-height: 5.1rem;
  border: 1px solid var(--color-lines);
}
.links-control::after {
  content: "";
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 1.2rem;
  height: 0.8rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjM3NUw2LjIzNTU2IDYuMjc0NTVDNi4xNzMxMSA2LjMzODg2IDYuMDg4MzcgNi4zNzUgNiA2LjM3NUM1LjkxMTYzIDYuMzc1IDUuODI2ODkgNi4zMzg4NiA1Ljc2NDQ0IDYuMjc0NTVMMSAxLjM3NSIgc3Ryb2tlPSIjMDAxRTg3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: cover;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: opacity, filter;
  -webkit-transition: opacity 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, filter 0.2s, transform 0.2s;
  transition: opacity 0.2s, filter 0.2s, transform 0.2s, -webkit-filter 0.2s, -webkit-transform 0.2s;
  z-index: 999;
}
.links-control__search {
  width: calc(100% - 2px);
  left: 1px;
  right: 1px;
  height: 4.8rem;
  position: absolute;
  top: 1px;
  z-index: 98;
  display: block;
  padding: 0.8rem 2.4rem 0.8rem 1.2rem;
}
.links-control__search:focus {
  z-index: 99;
}
.links-control__search:focus + .links-control__current {
  opacity: 0;
  z-index: 98;
}
.links-control__current {
  position: absolute;
  left: 0;
  z-index: 99;
  pointer-events: none;
  height: 4.8rem;
  padding: 0.8rem 2.4rem 0.8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links-control__current.invisible {
  opacity: 0;
}
.links-control .javonet-content__select-title {
  position: absolute;
  top: 0.1rem;
  left: 0.8rem;
  height: 4.7rem;
  padding: 0 0.2rem;
  font-size: clamp(1.4rem, 1.3rem + 0.2778vw, 1.7rem);
  line-height: 4.9rem;
  letter-spacing: 0.0015em;
  color: var(--color-secondary);
  background-color: var(--color-white);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform, font-size, line-height, letter-spacing, color, height;
  pointer-events: none;
}
.links-control .list {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2000;
  width: 100%;
  -webkit-box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  border-radius: 0.4px;
  max-height: 34.4rem;
  overflow: unset;
  overflow-x: hidden !important;
}
.links-control .list li > a,
.links-control .list li > span {
  display: block;
  cursor: pointer;
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  color: var(--color-text-primary);
}
.links-control .list li > a:hover,
.links-control .list li > span:hover {
  background-color: #f6f6f6;
}
.links-control .list li > a.inactive, .links-control .list li > a.blocked,
.links-control .list li > span.inactive,
.links-control .list li > span.blocked {
  pointer-events: none;
  color: var(--color-text-secondary);
}
.links-control .list li > a.inactive a, .links-control .list li > a.blocked a,
.links-control .list li > span.inactive a,
.links-control .list li > span.blocked a {
  color: var(--color-text-secondary);
}
.links-control .list li > a a,
.links-control .list li > span a {
  font-size: 1.6rem;
  color: var(--color-text-primary);
}
.links-control .list li > a.clear,
.links-control .list li > span.clear {
  font-style: italic;
}
.links-control.open {
  border-color: var(--color-primary);
}
.links-control.open .list {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.links-control.open .list li > a,
.links-control.open .list li > span {
  pointer-events: all;
}
.links-control.open .javonet-content__select-title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  height: 2.1rem;
  color: var(--color-primary);
  -webkit-transform: translate3d(0, -1.1rem, 0);
          transform: translate3d(0, -1.1rem, 0);
}
.links-control.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-filter: unset;
          filter: unset;
  opacity: unset;
}
.links-control.active-current {
  border-color: var(--color-primary);
}
.links-control.active-current .links-control__current {
  color: var(--color-text-primary);
}
.links-control.active-current .javonet-content__select-title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  height: 2.1rem;
  color: var(--color-primary);
  -webkit-transform: translate3d(0, -1.1rem, 0);
          transform: translate3d(0, -1.1rem, 0);
}
.links-control.active-current:after {
  -webkit-filter: unset;
          filter: unset;
  opacity: unset;
}
.links-control__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.9rem;
}

.live-code {
  scroll-margin-top: 10rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px var(--color-inactive-button);
  border-radius: 4px;
  margin-bottom: 3.2rem;
  background-color: var(--color-filter-buttons);
}
.live-code__header {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0.6rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--primary);
  border-bottom: solid 1px var(--color-inactive-button);
}
@media (min-width: 768px) {
  .live-code__header {
    padding: 0.6rem 2.4rem;
  }
}
.live-code__header-left, .live-code__header-right {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
@media (min-width: 475px) {
  .live-code__header-left, .live-code__header-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.live-code__header-left {
  margin-right: 1.6rem;
}
@media (min-width: 475px) {
  .live-code__header-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.live-code__header-btn {
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
  background-position: left center;
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  display: block;
}
.live-code__header-btn--copy {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTIuMzMyNjggMS44MzMzM0MyLjI0NDI4IDEuODMzMzMgMi4xNTk0OSAxLjg2ODQ1IDIuMDk2OTggMS45MzA5N0MyLjAzNDQ3IDEuOTkzNDcgMS45OTkzNSAyLjA3ODI2IDEuOTk5MzUgMi4xNjY2N1YxMS41QzEuOTk5MzUgMTEuNTg4NCAyLjAzNDQ3IDExLjY3MzIgMi4wOTY5OCAxMS43MzU3QzIuMTU5NSAxMS43OTgyIDIuMjQ0MjggMTEuODMzMyAyLjMzMjY4IDExLjgzMzNINC42NjYwMlY1LjVDNC42NjYwMiA1LjA1Nzk3IDQuODQxNjEgNC42MzQwNSA1LjE1NDE3IDQuMzIxNDlDNS40NjY3MyA0LjAwODkzIDUuODkwNjYgMy44MzMzMyA2LjMzMjY4IDMuODMzMzNIOS44ODk4OEw3Ljk4NzQxIDEuOTMwODlDNy45MjUwMSAxLjg2ODU3IDcuODQwMjIgMS44MzMzOSA3Ljc1MjAyIDEuODMzMzNIMi4zMzI2OFpNMTEuMzE0MiAzLjgzMzMzQzExLjI2MTUgMy40ODMwNCAxMS4wOTgxIDMuMTU2MTYgMTAuODQ0NyAyLjkwMjU5TDguOTI5OTUgMC45ODc3NzhDOC42MTc0OCAwLjY3NTUzNSA4LjE5Mzc1IDAuNTAwMDk0IDcuNzUyMDIgMC41SDIuMzMyNjhDMS44OTA2NiAwLjUgMS40NjY3MyAwLjY3NTU5NSAxLjE1NDE3IDAuOTg4MTU1QzAuODQxNjA5IDEuMzAwNzEgMC42NjYwMTYgMS43MjQ2NCAwLjY2NjAxNiAyLjE2NjY3VjExLjVDMC42NjYwMTYgMTEuOTQyIDAuODQxNjA5IDEyLjM2NTkgMS4xNTQxNyAxMi42Nzg1QzEuNDY2NzMgMTIuOTkxMSAxLjg5MDY2IDEzLjE2NjcgMi4zMzI2OCAxMy4xNjY3SDQuNjY2MDJWMTQuODMzM0M0LjY2NjAyIDE1LjI3NTMgNC44NDE2MSAxNS42OTkzIDUuMTU0MTcgMTYuMDExOUM1LjQ2NjczIDE2LjMyNDQgNS44OTA2NiAxNi41IDYuMzMyNjggMTYuNUgxMy42NjZDMTQuMTA4IDE2LjUgMTQuNTMxOSAxNi4zMjQ0IDE0Ljg0NDUgMTYuMDExOUMxNS4xNTcxIDE1LjY5OTMgMTUuMzMyNyAxNS4yNzUzIDE1LjMzMjcgMTQuODMzM1Y3LjQxMzg3QzE1LjMzMjYgNi45NzIxNCAxNS4xNTcgNi41NDgzNyAxNC44NDQ3IDYuMjM1OTNMMTIuOTI5OSA0LjMyMTExQzEyLjYxNzUgNC4wMDg4NyAxMi4xOTM3IDMuODMzNDMgMTEuNzUyIDMuODMzMzNIMTEuMzE0MlpNMTAuNjY2IDUuMTY2NjdINi4zMzI2OEM2LjI0NDI4IDUuMTY2NjcgNi4xNTk0OSA1LjIwMTc5IDYuMDk2OTggNS4yNjQzQzYuMDM0NDcgNS4zMjY4MSA1Ljk5OTM1IDUuNDExNTkgNS45OTkzNSA1LjVWMTIuNVYxNC44MzMzQzUuOTk5MzUgMTQuOTIxNyA2LjAzNDQ3IDE1LjAwNjUgNi4wOTY5OCAxNS4wNjkxQzYuMTU5NSAxNS4xMzE1IDYuMjQ0MjggMTUuMTY2NyA2LjMzMjY4IDE1LjE2NjdIMTMuNjY2QzEzLjc1NDQgMTUuMTY2NyAxMy44MzkyIDE1LjEzMTUgMTMuOTAxNyAxNS4wNjkxQzEzLjk2NDIgMTUuMDA2NSAxMy45OTkzIDE0LjkyMTcgMTMuOTk5MyAxNC44MzMzVjcuNDE0MTNDMTMuOTk5MyA3LjMyNTkzIDEzLjk2NDMgNy4yNDEyIDEzLjkwMTkgNy4xNzg3M0wxMS45ODc0IDUuMjY0MjJDMTEuOTI0OSA1LjIwMTgxIDExLjg0MDMgNS4xNjY3MiAxMS43NTIgNS4xNjY2N0gxMC42NjZaIgogICAgICAgICAgZmlsbD0iIzAwMUU4NyIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgICBkPSJNNy4zMzM5OCA3LjgzMzY2QzcuMzMzOTggNy40NjU0NiA3LjYzMjQ1IDcuMTY2OTkgOC4wMDA2NSA3LjE2Njk5SDEwLjMzNEMxMC43MDIyIDcuMTY2OTkgMTEuMDAwNyA3LjQ2NTQ2IDExLjAwMDcgNy44MzM2NkMxMS4wMDA3IDguMjAxODYgMTAuNzAyMiA4LjUwMDMzIDEwLjMzNCA4LjUwMDMzSDguMDAwNjVDNy42MzI0NSA4LjUwMDMzIDcuMzMzOTggOC4yMDE4NiA3LjMzMzk4IDcuODMzNjZaIgogICAgICAgICAgZmlsbD0iIzAwMUU4NyIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgICBkPSJNNy4zMzM5OCAxMC40OTk3QzcuMzMzOTggMTAuMTMxNSA3LjYzMjQ1IDkuODMzMDEgOC4wMDA2NSA5LjgzMzAxSDEyLjAwMDdDMTIuMzY4OSA5LjgzMzAxIDEyLjY2NzMgMTAuMTMxNSAxMi42NjczIDEwLjQ5OTdDMTIuNjY3MyAxMC44Njc5IDEyLjM2ODkgMTEuMTY2MyAxMi4wMDA3IDExLjE2NjNIOC4wMDA2NUM3LjYzMjQ1IDExLjE2NjMgNy4zMzM5OCAxMC44Njc5IDcuMzMzOTggMTAuNDk5N1oiCiAgICAgICAgICBmaWxsPSIjMDAxRTg3Ii8+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgICAgICAgIGQ9Ik03LjMzMzk4IDEzLjE2NjdDNy4zMzM5OCAxMi43OTg1IDcuNjMyNDUgMTIuNSA4LjAwMDY1IDEyLjVIMTIuMDAwN0MxMi4zNjg5IDEyLjUgMTIuNjY3MyAxMi43OTg1IDEyLjY2NzMgMTMuMTY2N0MxMi42NjczIDEzLjUzNDkgMTIuMzY4OSAxMy44MzMzIDEyLjAwMDcgMTMuODMzM0g4LjAwMDY1QzcuNjMyNDUgMTMuODMzMyA3LjMzMzk4IDEzLjUzNDkgNy4zMzM5OCAxMy4xNjY3WiIKICAgICAgICAgIGZpbGw9IiMwMDFFODciLz4KPC9zdmc+Cg==);
}
.live-code__header-btn--try-it {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcxIDUuNzFMMTQuMjkgMC4yOUMxNC4xMDM3IDAuMTA1MjU2IDEzLjg1MjMgMC4wMDExMDQ2MiAxMy41OSAwSDJDMS40Njk1NyAwIDAuOTYwODU5IDAuMjEwNzE0IDAuNTg1Nzg2IDAuNTg1Nzg2QzAuMjEwNzE0IDAuOTYwODU5IDAgMS40Njk1NyAwIDJWMjJDMCAyMi41MzA0IDAuMjEwNzE0IDIzLjAzOTEgMC41ODU3ODYgMjMuNDE0MkMwLjk2MDg1OSAyMy43ODkzIDEuNDY5NTcgMjQgMiAyNEgxOEMxOC41MzA0IDI0IDE5LjAzOTEgMjMuNzg5MyAxOS40MTQyIDIzLjQxNDJDMTkuNzg5MyAyMy4wMzkxIDIwIDIyLjUzMDQgMjAgMjJWNi40MkMyMC4wMDA4IDYuMjg4MzkgMTkuOTc1NSA2LjE1NzkzIDE5LjkyNTggNi4wMzYwOUMxOS44NzYgNS45MTQyNiAxOS44MDI3IDUuODAzNDQgMTkuNzEgNS43MVpNMTggMjEuNUMxOCAyMS42MzI2IDE3Ljk0NzMgMjEuNzU5OCAxNy44NTM2IDIxLjg1MzZDMTcuNzU5OCAyMS45NDczIDE3LjYzMjYgMjIgMTcuNSAyMkgyLjVDMi4zNjczOSAyMiAyLjI0MDIxIDIxLjk0NzMgMi4xNDY0NSAyMS44NTM2QzIuMDUyNjggMjEuNzU5OCAyIDIxLjYzMjYgMiAyMS41VjIuNUMyIDIuMzY3MzkgMi4wNTI2OCAyLjI0MDIxIDIuMTQ2NDUgMi4xNDY0NUMyLjI0MDIxIDIuMDUyNjggMi4zNjczOSAyIDIuNSAySDEzQzEzLjA2NzEgMS45OTkwMyAxMy4xMzM2IDIuMDExODQgMTMuMTk1NiAyLjAzNzY0QzEzLjI1NzUgMi4wNjM0NCAxMy4zMTM1IDIuMTAxNjkgMTMuMzYgMi4xNUwxNy44OSA2LjY4QzE3Ljk2MzUgNi43NzAyMiAxOC4wMDI1IDYuODgzNjYgMTggN1YyMS41WiIgZmlsbD0iIzAwMUU4NyIvPgo8cGF0aCBkPSJNNi41Mjk1IDEzLjMxMDNDNi40ODY2MyAxMy4yNjQxIDYuNDYyODEgMTMuMjAzMyA2LjQ2MjgxIDEzLjE0MDNDNi40NjI4MSAxMy4wNzcyIDYuNDg2NjMgMTMuMDE2NSA2LjUyOTUgMTIuOTcwM0w5LjA1OTUgMTAuMjYwM0M5LjE0OTQ2IDEwLjE2NDQgOS4yMTk2NSAxMC4wNTE4IDkuMjY2MDcgOS45Mjg3OEM5LjMxMjUgOS44MDU3OSA5LjMzNDI0IDkuNjc0ODYgOS4zMzAwNiA5LjU0MzQ2QzkuMzI1ODggOS40MTIwNyA5LjI5NTg2IDkuMjgyNzggOS4yNDE3MiA5LjE2Mjk5QzkuMTg3NTggOS4wNDMxOSA5LjExMDM3IDguOTM1MjQgOS4wMTQ1IDguODQ1MjhDOC45MTg2NCA4Ljc1NTMzIDguODA1OTkgOC42ODUxMyA4LjY4MyA4LjYzODcxQzguNTYwMDEgOC41OTIyOSA4LjQyOTA4IDguNTcwNTUgOC4yOTc2OCA4LjU3NDcyQzguMTY2MjkgOC41Nzg5IDguMDM3IDguNjA4OTIgNy45MTcyMSA4LjY2MzA2QzcuNzk3NDIgOC43MTcyMSA3LjY4OTQ2IDguNzk0NDIgNy41OTk1IDguODkwMjhMNC4yNjk1IDEyLjQ2MDNDNC4wOTUxMyAxMi42NDU3IDMuOTk4MDUgMTIuODkwNyAzLjk5ODA1IDEzLjE0NTNDMy45OTgwNSAxMy4zOTk4IDQuMDk1MTMgMTMuNjQ0OCA0LjI2OTUgMTMuODMwM0w3LjU5OTUgMTcuNDAwM0M3LjY4OTEyIDE3LjQ5NzQgNy43OTcwOSAxNy41NzU3IDcuOTE3MTYgMTcuNjMwOEM4LjAzNzI0IDE3LjY4NTkgOC4xNjcwNCAxNy43MTY3IDguMjk5MDggMTcuNzIxM0M4LjQzMTExIDE3LjcyNiA4LjU2Mjc2IDE3LjcwNDQgOC42ODY0MiAxNy42NTc5QzguODEwMDcgMTcuNjExNCA4LjkyMzI4IDE3LjU0MDggOS4wMTk1IDE3LjQ1MDNDOS4xOTk3NCAxNy4yNjM4IDkuMzAwNDkgMTcuMDE0NiA5LjMwMDQ5IDE2Ljc1NTNDOS4zMDA0OSAxNi40OTU5IDkuMTk5NzQgMTYuMjQ2NyA5LjAxOTUgMTYuMDYwM0w2LjUyOTUgMTMuMzEwM1oiIGZpbGw9IiMwMDFFODciLz4KPHBhdGggZD0iTTEyLjM5OTggOC44ODk3QzEyLjMxMzQgOC43ODMyMSAxMi4yMDYxIDguNjk1NjEgMTIuMDg0NSA4LjYzMjM1QzExLjk2MjggOC41NjkwOSAxMS44Mjk1IDguNTMxNTIgMTEuNjkyNyA4LjUyMTk2QzExLjU1NiA4LjUxMjQxIDExLjQxODcgOC41MzEwOCAxMS4yODk1IDguNTc2ODFDMTEuMTYwMiA4LjYyMjU0IDExLjA0MTggOC42OTQzNiAxMC45NDE0IDguNzg3ODFDMTAuODQxMSA4Ljg4MTI2IDEwLjc2MTEgOC45OTQzMyAxMC43MDYzIDkuMTIwMDFDMTAuNjUxNSA5LjI0NTY5IDEwLjYyMzIgOS4zODEyOSAxMC42MjMgOS41MTgzOUMxMC42MjI5IDkuNjU1NDkgMTAuNjUwOSA5Ljc5MTE1IDEwLjcwNTQgOS45MTY5NkMxMC43NTk5IDEwLjA0MjggMTAuODM5NyAxMC4xNTYgMTAuOTM5OCAxMC4yNDk3TDEzLjQ2OTggMTIuOTk5N0MxMy41MTI2IDEzLjA0NTkgMTMuNTM2NSAxMy4xMDY2IDEzLjUzNjUgMTMuMTY5N0MxMy41MzY1IDEzLjIzMjcgMTMuNTEyNiAxMy4yOTM1IDEzLjQ2OTggMTMuMzM5N0wxMC45Mzk4IDE1Ljk5OTdDMTAuNzc4MyAxNi4xOTMzIDEwLjY5NTkgMTYuNDQwNyAxMC43MDkgMTYuNjkyNEMxMC43MjIxIDE2Ljk0NDIgMTAuODI5OSAxNy4xODE3IDExLjAxMDYgMTcuMzU3NEMxMS4xOTE0IDE3LjUzMzEgMTEuNDMxOCAxNy42MzQgMTEuNjgzOSAxNy42NEMxMS45MzU5IDE3LjY0NiAxMi4xODA5IDE3LjU1NjYgMTIuMzY5OCAxNy4zODk3TDE1LjY5OTggMTMuODE5N0MxNS44NzQyIDEzLjYzNDIgMTUuOTcxMiAxMy4zODkzIDE1Ljk3MTIgMTMuMTM0N0MxNS45NzEyIDEyLjg4MDEgMTUuODc0MiAxMi42MzUyIDE1LjY5OTggMTIuNDQ5N0wxMi4zOTk4IDguODg5N1oiIGZpbGw9IiMwMDFFODciLz4KPC9zdmc+Cg==);
}
.live-code__tech-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-code__tech-select:last-child {
  margin-bottom: 0;
}
.live-code__tech-select .tech-select__label {
  margin-right: 2.4rem;
}
.live-code__tech-select .tech-select__select {
  position: relative;
  height: 100%;
  margin-left: -1rem;
}
@media (min-width: 475px) {
  .live-code__tech-select .tech-select__select {
    margin-right: 1rem;
  }
}
.live-code__tech-select .tech-select__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.8rem;
}
.live-code__tech-select .tech-select__btn::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  margin-left: 0.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjM3NUw2LjIzNTU2IDYuMjc0NTVDNi4xNzMxMSA2LjMzODg2IDYuMDg4MzcgNi4zNzUgNiA2LjM3NUM1LjkxMTYzIDYuMzc1IDUuODI2ODkgNi4zMzg4NiA1Ljc2NDQ0IDYuMjc0NTVMMSAxLjM3NSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: cover;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.live-code__tech-select .tech-select__list {
  list-style: none;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: unset;
  overflow-x: hidden !important;
  z-index: 2000;
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 200px;
  max-height: 34.4rem;
  background-color: #fff;
  padding: 0;
  border-radius: 0.4px;
  margin-block: 0;
  -webkit-box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
          box-shadow: 0px 4px 18px rgba(63, 85, 156, 0.08);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.live-code__tech-select .tech-select__item {
  font-size: inherit;
}
.live-code__tech-select .tech-select__item:before {
  display: none;
}
.live-code__tech-select .tech-select__item a {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0 18px;
  outline: none;
  font-size: inherit;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  color: var(--color-text-primary);
  cursor: pointer;
}
.live-code__tech-select .tech-select__item.active a {
  background-color: var(--color-filter-buttons);
}
.live-code__tech-select.is-open .tech-select__btn:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.live-code__tech-select.is-open .tech-select__list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.live-code__tech-select.is-reversed .tech-select__list {
  top: auto;
  bottom: 100%;
}
.live-code__title {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: var(--color-text-primary);
}
.live-code__message {
  padding: 0 1rem;
  border: solid 1px red;
  border-radius: 2rem;
  margin: 1rem 1rem 0 !important;
  background: rgba(255, 0, 0, 0.1);
  text-align: center;
  font-size: 12px !important;
  line-height: 14px;
}
.live-code__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 2.4rem 2.4rem 1.4rem;
  margin: 0 -1rem;
  margin-block: 0 !important;
  background-color: var(--color-filter-buttons);
}
.live-code__list .live-code__list-item {
  display: inline-block;
  -ms-flex-preferred-size: calc(100% - 2rem);
      flex-basis: calc(100% - 2rem);
  margin: 0 1rem 1rem;
}
@media (min-width: 475px) {
  .live-code__list .live-code__list-item {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}
@media (min-width: 768px) {
  .live-code__list .live-code__list-item {
    -ms-flex-preferred-size: calc(33.33% - 2rem);
        flex-basis: calc(33.33% - 2rem);
  }
}
.live-code__list .live-code__list-item:before {
  display: none;
}
.live-code__list .live-code__list-item a {
  display: block;
  padding: 0.8rem 1.6rem;
  border: solid 1px var(--color-primary);
  border-radius: 4rem;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  background-color: var(--color-white);
  will-change: background-color, color;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.live-code__list .live-code__list-item a:hover, .live-code__list .live-code__list-item a.is-active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.live-code__message + .live-code__list .live-code__list-item a.is-active {
  pointer-events: none;
  background-color: var(--color-inactive);
  border-color: var(--color-secondary);
  cursor: not-allowed;
}
.live-code__code {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.live-code__code-wrapper {
  width: 100%;
  margin: 0 !important;
}
.live-code--select .live-code__header {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.live-code--select .live-code__tech-select .tech-select__btn:after {
  -webkit-filter: invert(0);
          filter: invert(0);
}

/* Views */
@media screen and (min-width: 769px) {
  .guides .javonet-content__guides {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 6.4rem;
       -moz-column-gap: 6.4rem;
            column-gap: 6.4rem;
  }
}
@media screen and (max-width: 1439px) {
  .guides .javonet-content__guides {
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
}
.guides .javonet-content__guides .guides__list li:before {
  display: none;
}
.guides .javonet-content__content {
  width: 94.8rem;
}
.guides__box {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .guides__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }
}
.guides__box.disabled .subtitle-1 {
  color: var(--color-secondary);
}
.guides__list {
  margin-top: 1.6rem;
}
.guides__list li a {
  font-size: clamp(1.2rem, 1.0333rem + 0.463vw, 1.7rem);
  line-height: 1.59;
  font-weight: 400;
  letter-spacing: 0.015em;
  color: var(--color-text-primary);
}
.guides__list li.disabled a {
  color: var(--color-secondary);
}

.javonet-content {
  margin-top: var(--header-height);
  margin-bottom: 2.4rem;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
  will-change: margin-top;
}
.javonet-content.anim-stage-1 {
  margin-top: 0 !important;
}
.javonet-content__container {
  position: relative;
}
.javonet-content.anim-stage-1 .javonet-content__container {
  left: 24px;
  margin: 0;
  -webkit-transition: left 0.2s ease-in-out, max-width 0.2s ease-in-out;
  transition: left 0.2s ease-in-out, max-width 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .javonet-content.anim-stage-1 .javonet-content__container {
    left: calc((100% - 984px) / 2);
  }
}
@media (min-width: 1200px) {
  .javonet-content.anim-stage-1 .javonet-content__container {
    left: calc((100% - 1108px) / 2);
  }
}
@media (min-width: 1440px) {
  .javonet-content.anim-stage-1 .javonet-content__container {
    left: calc((100% - 1248px) / 2);
  }
}
.javonet-content.anim-stage-2 .javonet-content__container {
  position: relative;
  margin: 0;
}
@media (min-width: 1200px) {
  .javonet-content.anim-stage-2 .javonet-content__container {
    left: calc(-1 * var(--controls-width));
    width: calc(100% + var(--controls-width) + var(--spymenu-width) - var(--live-example-width));
  }
}
.javonet-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--top-height);
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .javonet-content.anim-stage-2 .javonet-content__top {
    margin-left: calc(var(--controls-width) + 2.4rem);
  }
}
.javonet-content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.javonet-content__main:after {
  content: "";
  pointer-events: none;
  z-index: 9100;
  position: fixed;
  opacity: 0;
  inset: 0;
  background-color: rgba(53, 61, 90, 0.7);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.javonet-content.open-controls .javonet-content__main:after {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 1200px) {
  .javonet-content.anim-stage-2 .javonet-content__controls {
    margin-right: 0;
  }
  .javonet-content.anim-stage-3 .javonet-content__controls {
    z-index: 9500;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(var(--controls-width) + 2.4rem);
    height: 100vh;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .javonet-content.open-controls .javonet-content__controls {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.javonet-content__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .javonet-content.anim-stage-2 .javonet-content__content {
    padding: 0 2.4rem;
  }
  .javonet-content.anim-stage-3 .javonet-content__content {
    margin-left: var(--controls-width);
  }
}
.javonet-content__spymenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 2.4rem;
  display: none;
}
@media (min-width: 1024px) {
  .javonet-content__spymenu {
    display: block;
  }
}
.javonet-content.anim-stage-2 .javonet-content__spymenu {
  margin-left: 0;
}
@media (min-width: 768px) {
  .site-header.has-translation-bar + .javonet-content {
    margin-top: calc(var(--header-height) + var(--translation-bar-height));
  }
}

@media (min-width: 1200px) {}
.guides--menu .javonet-content__guides-register {
  position: relative;
}
.guides--menu .javonet-content__header {
  margin-bottom: 1.6rem;
}

/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
.z-1200 {
  z-index: 1200;
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
@media (prefers-color-scheme: dark){
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .dark\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  .dark\:border-transparent{
    border-color: transparent;
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }
  .dark\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .dark\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  }
}
@media (min-width: 768px){
  .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-auto{
    height: auto;
  }
}
@media (min-width: 1024px){
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
