@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

body {
  margin: 0;
  font-family: -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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

b, strong {
  font-weight: bolder; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

.collapse:not(.show) {
  display: none; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.w-100 {
  width: 100% !important; }

html, body, ul {
  margin: 0;
  padding: 0; }

input, button {
  outline: none; }

button {
  cursor: pointer; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

.clear {
  display: block;
  clear: both; }

.light-text {
  color: white; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1 {
  font-size: 32px;
  line-height: 40px; }

h2 {
  font-size: 28px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px; }

h5 {
  font-size: 16px;
  line-height: 36px; }

p {
  font-size: 14px;
  line-height: 22px; }

section, header {
  padding-left: 20px;
  padding-right: 20px; }
  section main, header main {
    width: 100%;
    max-width: 100%; }

header {
  height: 80px; }

#hamburger {
  width: 40px;
  height: 40px; }

#mainNav {
  padding: 100px 0 0; }
  #mainNav h5 {
    margin-bottom: 1em; }
  #mainNav h3 {
    margin-bottom: 0.6em; }
  #mainNav main + main {
    margin-top: 40px; }
  #mainNav .left .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px; }

nav.nav-menu {
  padding: 65px 0 0; }

*, .button {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  background: none;
  margin: 0;
  border: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

b, strong {
  font-weight: 600; }

h1, h2, h5, p {
  font-weight: 300; }

h3, h4 {
  font-weight: 400; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
:root {
  --tb-main-color: #2A7DEC;
  --tb-main-background: rgba(48, 86, 128, 0.08);
  --tb-main-color-filter: invert(37%) sepia(84%) saturate(891%) hue-rotate(184deg) brightness(105%) contrast(88%); }

body {
  background-color: white;
  line-height: 1.32; }

section {
  position: relative;
  background-color: white; }

section main, section div.main-div, header main, header div.main-div, footer main, footer div.main-div {
  position: relative;
  margin: auto;
  display: block; }

p {
  font-size: 14px;
  font-weight: 400;
  margin: 0; }

a {
  color: #2a7dec; }
  a:hover {
    color: #2a7dec; }
  a strong {
    font-weight: 500; }

.button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 24px;
  color: white;
  background-color: var(--tb-main-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: background-color, filter; }
  .button:hover {
    filter: brightness(1.3) contrast(0.9);
    color: white;
    text-decoration: none; }
  .button:focus {
    filter: brightness(1.3) contrast(0.9); }
  .button.accent {
    background-color: #f9b115; }
    .button.accent:hover {
      background-color: #f9b115; }
    .button.accent:focus {
      background-color: #f9b115; }

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

#home header {
  background-color: unset;
  box-shadow: unset; }
  #home header .support-ukraine p {
    color: #fff; }
  #home header .logo {
    background-image: url(/images/industryos_logo_text_w.svg); }
  #home header .burger {
    filter: invert(100%) sepia(68%) saturate(0%) hue-rotate(350deg) brightness(113%) contrast(101%); }
  #home header .head-menu ul li.active a, #home header .head-menu ul li.active a:hover, #home header .head-menu ul li.active span.main-menu-link:hover {
    color: rgba(255, 255, 255, 0.5); }
  #home header .head-menu ul a {
    color: #fff; }
  #home header .head-menu ul a:not([href]), #home header .head-menu ul span.main-menu-link {
    color: #fff; }
    #home header .head-menu ul a:not([href]):hover, #home header .head-menu ul span.main-menu-link:hover {
      color: #fff; }
  #home header .head-menu ul .centered-sub .sub-menu li a {
    color: #212529; }
  #home header .head-menu ul .centered-sub .sub-menu li:hover a {
    color: #2A7DEC; }
  #home header .n-button.price {
    color: #fff;
    transition-duration: 0s;
    border: unset;
    background-color: rgba(255, 255, 255, 0.05); }
    #home header .n-button.price:hover {
      text-decoration: none;
      color: #212529;
      background-color: white; }
  #home header .n-button.try:hover {
    color: #2A7DEC;
    box-shadow: unset;
    background-color: #fff; }

#home #hero .achievement {
  position: absolute;
  top: 90px;
  right: 20px;
  z-index: 100; }
  #home #hero .achievement .achieve {
    width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      #home #hero .achievement .achieve {
        width: 60px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
  margin: 0 -78px;
  width: calc(100% + 156px);
  z-index: 8888;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header .logo-burger {
    z-index: 1;
    flex: 0 0 220px; }
  header .head-menu {
    flex: 1;
    display: flex;
    justify-content: center; }
  @media screen and (min-width: 1280px) {
    header .head-menu ul li:hover .centered-sub {
      opacity: 1;
      transition-duration: 0.6s;
      z-index: 2; }
      header .head-menu ul li:hover .centered-sub .sub-menu {
        top: 84px;
        transition-delay: 0s; } }
  header .logo-burger {
    display: flex;
    height: 100%;
    align-items: center; }
  header .head-buttons {
    display: flex;
    flex-direction: row; }
    header .head-buttons .n-button {
      width: 110px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  header .head-menu {
    height: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }
    header .head-menu .sub-menu-container {
      position: absolute;
      top: 84px;
      left: 0;
      transition: visibility, opacity ease-in-out;
      transition-duration: 0.3s;
      border-radius: 4px;
      box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 50px 100px -20px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      width: auto !important;
      height: auto !important;
      overflow: visible !important; }
      header .head-menu .sub-menu-container.active {
        visibility: visible;
        opacity: 1;
        background-color: #ffffff; }
        header .head-menu .sub-menu-container.active.bounds-transition {
          transition: left ease-in-out 0.4s, width ease-in-out 0.4s, height ease-in-out 0.4s; }
        header .head-menu .sub-menu-container.active > div.open {
          opacity: 1;
          display: block;
          transition-property: display, opacity;
          transition-duration: 0.4s;
          transition-behavior: allow-discrete; }
@starting-style {
  header .head-menu .sub-menu-container.active > div.open {
    opacity: 0; } }
      header .head-menu .sub-menu-container > div {
        opacity: 0;
        display: none; }
      header .head-menu .sub-menu-container div#nav-cases .group:last-child .column {
        min-width: 320px; }
    header .head-menu .sub-menu-container .centered-sub, header .head-menu ul .centered-sub {
      width: max-content; }
      header .head-menu .sub-menu-container .centered-sub .sub-menu, header .head-menu ul .centered-sub .sub-menu {
        width: max-content;
        display: block;
        z-index: 1; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu li, header .head-menu ul .centered-sub .sub-menu li {
          padding: 0; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups, header .head-menu ul .centered-sub .sub-menu .sub-groups {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          gap: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group, header .head-menu ul .centered-sub .sub-menu .sub-groups .group {
            display: flex;
            flex-direction: column;
            padding: 16px 24px;
            gap: 10px;
            border-bottom: 1px solid #e8eaed; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:last-child, header .head-menu ul .centered-sub .sub-menu .sub-groups .group:last-child {
              border-bottom: none; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:nth-child(odd), header .head-menu ul .centered-sub .sub-menu .sub-groups .group:nth-child(odd) {
              background-color: #ffffff; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:nth-child(even), header .head-menu ul .centered-sub .sub-menu .sub-groups .group:nth-child(even) {
              background-color: #f8f9fa; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group .column, header .head-menu ul .centered-sub .sub-menu .sub-groups .group .column {
              display: flex;
              flex-direction: column;
              gap: 12px; }
              header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group .column .group-name, header .head-menu ul .centered-sub .sub-menu .sub-groups .group .column .group-name {
                text-transform: uppercase;
                font-weight: 600;
                color: #305680;
                font-size: 12px;
                line-height: normal;
                white-space: nowrap;
                margin-bottom: 4px; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu a, header .head-menu ul .centered-sub .sub-menu a {
          text-align: left;
          display: flex; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a:hover .sub-text span.item-heading {
            color: #2A7DEC; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:hover .sub-text p, header .head-menu ul .centered-sub .sub-menu a:hover .sub-text p {
            color: #212529; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.prof-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.prof-lnk:hover .sub-text span.item-heading {
            color: #1F8B4D; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.com-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.com-lnk:hover .sub-text span.item-heading {
            color: #305680; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.edge-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.edge-lnk:hover .sub-text span.item-heading {
            color: #009688; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.gateway-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.gateway-lnk:hover .sub-text span.item-heading {
            color: #7A4DC3; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.mobile-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.mobile-lnk:hover .sub-text span.item-heading {
            color: #305680; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:last-child, header .head-menu ul .centered-sub .sub-menu a:last-child {
            margin-bottom: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a .material-icons, header .head-menu ul .centered-sub .sub-menu a .material-icons {
            margin-right: 12px;
            flex-shrink: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text, header .head-menu ul .centered-sub .sub-menu a .sub-text {
            max-width: 284px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text h1, header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a .sub-text h1, header .head-menu ul .centered-sub .sub-menu a .sub-text span.item-heading {
              color: #212529;
              font-size: 16px;
              font-weight: 400;
              line-height: 24px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text p, header .head-menu ul .centered-sub .sub-menu a .sub-text p {
              color: #899AAB;
              font-size: 14px;
              font-weight: 400;
              line-height: 24px;
              white-space: nowrap; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a img, header .head-menu ul .centered-sub .sub-menu a img {
            margin-right: 12px;
            height: fit-content; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text {
            padding: 0; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text h1, header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text h1, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text span.item-heading {
              font-weight: 400;
              white-space: nowrap; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link:last-child, header .head-menu ul .centered-sub .sub-menu a.small-link:last-child {
            margin-bottom: 0; }
    header .head-menu ul {
      display: flex; }
      header .head-menu ul li {
        cursor: default;
        display: flex;
        padding: 10px 14px 14px;
        align-items: center;
        height: calc(100% + 4px); }
        header .head-menu ul li a, header .head-menu ul li span.main-menu-link {
          text-align: center; }
        header .head-menu ul li:hover a {
          color: #2A7DEC; }
      header .head-menu ul a, header .head-menu ul span.main-menu-link {
        display: block;
        color: #212529;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none; }
      header .head-menu ul a:not([href]), header .head-menu ul span.main-menu-link {
        color: #212529; }
        header .head-menu ul a:not([href]):hover, header .head-menu ul span.main-menu-link:hover {
          color: #2A7DEC; }
  header .support-ukraine {
    padding-right: 20px; }
    header .support-ukraine img {
      height: 31px; }
  header .logo {
    position: relative;
    float: left;
    display: block;
    width: 140px;
    height: 60px;
    top: 0;
    left: 0;
    transform: none;
    background-image: url(/images/industryos_logo_text.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s; }

.indicator.active {
  transition-delay: 0s;
  transition-duration: 0.2s; }
  .indicator.active .line {
    transition-delay: 0s;
    transition-duration: 0.2s;
    width: 100%;
    left: 0;
    opacity: 1; }
  .indicator.active .head-arrow {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    opacity: 1; }

.indicator {
  width: 0;
  left: 0;
  border-radius: 2px;
  position: absolute;
  height: 4px;
  bottom: -4px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  z-index: -1;
  padding: 0 14px;
  transition-property: none; }
  .indicator.left-transition {
    transition-property: left; }
  .indicator .head-arrow {
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #2A7DEC;
    width: 8px;
    height: 100%;
    left: calc(50% - 4px);
    bottom: 4px;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.2s; }
  .indicator .line {
    position: relative;
    background-color: #2A7DEC;
    width: 0;
    height: 100%;
    left: 50%;
    opacity: 0;
    transition-duration: 0.2s; }

.n-button {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 47px;
  transition-duration: 0.3s;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px;
  padding: 11px 20px; }
  .n-button.price {
    border: solid 1px #EBEBEB;
    padding: 10px 11px;
    color: #212529;
    transition-duration: 0s;
    background-color: unset; }
    .n-button.price:hover {
      border: solid 2px #212529;
      text-decoration: none; }
  .n-button.try {
    background-color: #2A7DEC;
    color: white;
    padding: 11px 14px; }
    .n-button.try:hover {
      transition-duration: 0.3s;
      color: #fff;
      background-color: #2A7DEC;
      box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25);
      text-decoration: none; }
    .n-button.try:active {
      background-color: #4F97F8;
      transition-duration: 0s; }

.burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  display: none;
  filter: unset;
  height: 47px;
  width: 47px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0; }
  .burger .material-icons {
    font-size: 47px;
    line-height: 47px;
    vertical-align: middle;
    color: #305680; }
  @media screen and (max-width: 1024px) {
    .burger {
      height: 37px;
      width: 37px; }
      .burger .material-icons {
        font-size: 37px; } }
  .burger:focus {
    outline: none; }

#githubButtonContainer {
  display: none;
  position: relative;
  padding-left: 14px;
  float: left;
  height: 60px;
  align-items: center;
  align-content: center; }
  #githubButtonContainer span {
    height: 20px; }

#home.flip-nav header, #partners.flip-nav header {
  transition-duration: 0.3s;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
  #home.flip-nav header .support-ukraine p, #partners.flip-nav header .support-ukraine p {
    color: #000; }
  #home.flip-nav header .logo, #partners.flip-nav header .logo {
    background-image: url(/images/industryos_logo_text.svg); }
  #home.flip-nav header .burger, #partners.flip-nav header .burger {
    filter: unset; }
  #home.flip-nav header .head-menu ul li.active a, #home.flip-nav header .head-menu ul li.active span.main-menu-link, #partners.flip-nav header .head-menu ul li.active a, #partners.flip-nav header .head-menu ul li.active span.main-menu-link {
    opacity: 1;
    color: #2A7DEC; }
  #home.flip-nav header .head-menu ul a, #home.flip-nav header .head-menu ul span.main-menu-link, #partners.flip-nav header .head-menu ul a, #partners.flip-nav header .head-menu ul span.main-menu-link {
    color: #212529; }
  #home.flip-nav header .head-menu ul .centered-sub .sub-menu li a, #partners.flip-nav header .head-menu ul .centered-sub .sub-menu li a {
    color: #212529; }
  #home.flip-nav header .head-menu ul .centered-sub .sub-menu li:hover a, #partners.flip-nav header .head-menu ul .centered-sub .sub-menu li:hover a {
    color: #2A7DEC; }
  #home.flip-nav header .n-button.price, #partners.flip-nav header .n-button.price {
    border: solid 1px #EBEBEB;
    color: #212529;
    background-color: unset; }
    #home.flip-nav header .n-button.price:hover, #partners.flip-nav header .n-button.price:hover {
      border: solid 2px #212529; }
  #home.flip-nav header .n-button.try:hover, #partners.flip-nav header .n-button.try:hover {
    color: #fff;
    background-color: #2A7DEC;
    box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }

#hero {
  text-align: center;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
  #hero h5 {
    margin: 20px 0;
    line-height: 28px; }

.customer-logo {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 120px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .customer-logo img {
    flex: 0 0 auto;
    object-fit: scale-down;
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle; }

footer {
  width: 100%;
  background-color: #0F161D; }
  footer main, footer div.main-div {
    padding: 92px 0 78px; }
    footer main hr, footer div.main-div hr {
      border-top: 2px solid white;
      opacity: 0.1;
      margin-top: 54px; }
    footer main .deeper, footer div.main-div .deeper {
      margin-bottom: 60px;
      display: flex;
      justify-content: space-between; }
      footer main .deeper .footer-logo, footer div.main-div .deeper .footer-logo {
        background-image: url(/images/industryos_logo_text_w.svg);
        width: 180px;
        height: 60px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      footer main .deeper nav, footer div.main-div .deeper nav {
        display: flex;
        align-items: center;
        justify-content: right; }
        footer main .deeper nav a, footer div.main-div .deeper nav a {
          text-align: right;
          display: inline-block;
          margin: 0 14px;
          font-size: 16px;
          color: white;
          transition: 300ms; }
          footer main .deeper nav a:hover, footer div.main-div .deeper nav a:hover {
            color: white; }
          footer main .deeper nav a:last-child, footer div.main-div .deeper nav a:last-child {
            margin-right: 0; }
          footer main .deeper nav a:first-child, footer div.main-div .deeper nav a:first-child {
            margin-left: 0; }
  footer .newsletterSubsContainer {
    height: 106px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left; }
    footer .newsletterSubsContainer .footer-top-section {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      gap: 30px; }
      @media (max-width: 655px) {
        footer .newsletterSubsContainer .footer-top-section {
          justify-content: center; } }
      footer .newsletterSubsContainer .footer-top-section .footer-top-img-section {
        display: flex;
        gap: 40px; }
    footer .newsletterSubsContainer .loading {
      margin: 0;
      height: 47px;
      padding: 0 18px; }
    footer .newsletterSubsContainer .subscribe {
      margin: 0;
      height: fit-content;
      padding: 13px 20px;
      transition-duration: unset; }
      footer .newsletterSubsContainer .subscribe:hover {
        transition-duration: unset;
        box-shadow: unset;
        background-color: #4F97F8; }
      footer .newsletterSubsContainer .subscribe:focus {
        outline: none; }
    footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form {
      background: none !important;
      border: none !important;
      padding: 0;
      width: 520px !important; }
      @media (max-width: 768px) {
        footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form {
          width: 100% !important; } }
      footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form.horizontal {
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section p {
      line-height: 150%;
      padding: 0 !important;
      margin: 0 0 10px 0; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section.mb10 {
      margin-bottom: 10px;
      float: left; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal {
      float: left;
      margin-bottom: 10px;
      width: 70%; }
      @media (max-width: 768px) {
        footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal {
          float: none;
          width: 100%;
          padding: 0; } }
      footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position {
        width: 30%;
        padding: 0; }
        @media (max-width: 768px) {
          footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position {
            float: none;
            width: 100%;
            padding: 0;
            margin-bottom: 20px; }
            footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position .button {
              width: 100%; } }
      footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal .form-group {
        float: left;
        width: 100%;
        padding-right: 6px;
        box-sizing: border-box;
        margin: 0; }
        @media (max-width: 768px) {
          footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal .form-group {
            padding: 0; } }
    footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group.ml-error .form-control {
      border-color: red !important; }
    footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control {
      background-color: white !important;
      height: 47px;
      width: 100%;
      font-size: 18px;
      line-height: 16px;
      font-weight: 400;
      color: #212529;
      border: 1px solid #fff;
      transition: 0.3s; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control::-webkit-input-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control::-moz-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control:-ms-input-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control:-moz-placeholder {
        color: #999 !important; }
    footer .newsletterSubsContainer p {
      color: #6D7175;
      font-weight: 400; }
  footer .deepmost {
    display: flex;
    justify-content: space-between; }
    footer .deepmost .copyright {
      color: #847989;
      font-size: 14px; }
    footer .deepmost .social {
      width: fit-content;
      display: flex;
      text-align: right; }
      footer .deepmost .social a {
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
        margin-left: 16px; }
        footer .deepmost .social a:hover {
          filter: brightness(200%); }
      footer .deepmost .social .twitter {
        display: flex;
        justify-content: flex-start; }

section {
  background-color: white; }

dt {
  margin-bottom: 8px; }

dd {
  margin-bottom: 16px; }

.usecases-bottom-nav a {
  margin: 10px 20px 10px 0; }
  .usecases-bottom-nav a:last-of-type {
    margin-right: 0; }

@media screen and (max-width: 1500px) {
  header {
    margin: unset;
    width: 100%; }
    header .head-menu ul li {
      padding: 10px 10px 14px; }
    header .head-menu ul .indicator {
      padding: 0 10px; }
    header div .n-button {
      margin-left: 8px;
      font-size: 17px; } }
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  header .head-menu ul {
    gap: 10px; }
    header .head-menu ul li {
      padding: 10px 6px 14px; }
      header .head-menu ul li a, header .head-menu ul li span.main-menu-link {
        font-size: 15px; } }
@media screen and (max-width: 1280px) {
  header .logo-burger {
    flex: 1;
    justify-content: center; }

  #home .opened-burger, #docs .opened-burger, #common .opened-burger {
    height: 100% !important;
    animation: fadeIn 0.3s ease-in-out;
    transition-duration: 0.3s;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
    #home .opened-burger .burger .burger-icon, #docs .opened-burger .burger .burger-icon, #common .opened-burger .burger .burger-icon {
      display: none !important; }
    #home .opened-burger .burger .close-icon, #docs .opened-burger .burger .close-icon, #common .opened-burger .burger .close-icon {
      display: inline-block !important; }
    #home .opened-burger .support-ukraine p, #docs .opened-burger .support-ukraine p, #common .opened-burger .support-ukraine p {
      color: #000; }
    #home .opened-burger .logo, #home .opened-burger .burger, #docs .opened-burger .logo, #docs .opened-burger .burger, #common .opened-burger .logo, #common .opened-burger .burger {
      filter: unset; }
    #home .opened-burger .head-buttons, #docs .opened-burger .head-buttons, #common .opened-burger .head-buttons {
      display: flex; }
    #home .opened-burger .head-menu, #docs .opened-burger .head-menu, #common .opened-burger .head-menu {
      display: block;
      margin: 70px -30px 0;
      padding: 16px 30px 0;
      position: static;
      left: unset;
      transform: none; }
      #home .opened-burger .head-menu ul li:hover a, #home .opened-burger .head-menu ul li:hover span.main-menu-link, #docs .opened-burger .head-menu ul li:hover a, #docs .opened-burger .head-menu ul li:hover span.main-menu-link, #common .opened-burger .head-menu ul li:hover a, #common .opened-burger .head-menu ul li:hover span.main-menu-link {
        color: #2A7DEC !important; }
      #home .opened-burger .head-menu ul a, #home .opened-burger .head-menu ul a:not([href]), #home .opened-burger .head-menu ul span.main-menu-link, #docs .opened-burger .head-menu ul a, #docs .opened-burger .head-menu ul a:not([href]), #docs .opened-burger .head-menu ul span.main-menu-link, #common .opened-burger .head-menu ul a, #common .opened-burger .head-menu ul a:not([href]), #common .opened-burger .head-menu ul span.main-menu-link {
        color: #212529; }
      #home .opened-burger .head-menu ul .centered-sub, #docs .opened-burger .head-menu ul .centered-sub, #common .opened-burger .head-menu ul .centered-sub {
        margin: 0;
        width: 100%; }
        #home .opened-burger .head-menu ul .centered-sub .sub-menu, #docs .opened-burger .head-menu ul .centered-sub .sub-menu, #common .opened-burger .head-menu ul .centered-sub .sub-menu {
          background-color: unset; }
          #home .opened-burger .head-menu ul .centered-sub .sub-menu li a, #docs .opened-burger .head-menu ul .centered-sub .sub-menu li a, #common .opened-burger .head-menu ul .centered-sub .sub-menu li a {
            color: #212529; }
          #home .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a, #docs .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a, #common .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a {
            color: #2A7DEC; }
    #home .opened-burger .n-button.price, #docs .opened-burger .n-button.price, #common .opened-burger .n-button.price {
      border: solid 1px #EBEBEB;
      color: #212529;
      background-color: unset; }
      #home .opened-burger .n-button.price:hover, #docs .opened-burger .n-button.price:hover, #common .opened-burger .n-button.price:hover {
        border: solid 2px #212529; }
    #home .opened-burger .n-button.try:hover, #docs .opened-burger .n-button.try:hover, #common .opened-burger .n-button.try:hover {
      color: #fff;
      background-color: #2A7DEC;
      box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }

  header {
    padding: 9px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset !important;
    transition-property: height; }
    header .logo-burger {
      flex: 0 0 auto;
      justify-content: center; }
    header .burger {
      position: absolute;
      right: 22px; }
    header.opened-burger {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 10000;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      padding: 9px 30px;
      animation: fadeIn 0.3s ease-in-out; }
      header.opened-burger .logo-burger {
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(48, 86, 128, 0.07);
        width: 100%;
        margin: 0 -30px;
        padding: 0 30px;
        height: 60px;
        justify-content: flex-end;
        display: flex;
        align-items: center; }
        header.opened-burger .logo-burger .logo {
          display: none; }
      header.opened-burger .burger {
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%); }
        header.opened-burger .burger .burger-icon {
          display: none !important; }
        header.opened-burger .burger .close-icon {
          display: inline-block !important; }
      header.opened-burger .head-buttons {
        display: flex; }
      header.opened-burger .head-menu {
        display: block;
        margin: 0;
        padding: 0 30px 50px;
        position: relative;
        left: unset;
        transform: none;
        overflow-y: auto;
        flex: 1;
        -webkit-overflow-scrolling: touch; }
        header.opened-burger .head-menu ul {
          margin-top: 0; }
          header.opened-burger .head-menu ul li:first-child {
            padding-top: 0; }
        header.opened-burger .head-menu .centered-sub {
          justify-content: flex-start;
          opacity: 1;
          width: 100%; }
          header.opened-burger .head-menu .centered-sub .sub-menu {
            display: none;
            top: unset; }
    header .burger {
      display: block; }
    header .head-buttons {
      display: none; }
    header .head-menu {
      display: none;
      margin-top: 80px; }
      header .head-menu ul {
        display: unset;
        align-items: flex-start; }
        header .head-menu ul li {
          height: unset;
          width: 100% !important;
          justify-content: flex-start;
          display: block; }
          header .head-menu ul li a:focus .centered-sub, header .head-menu ul li span.main-menu-link:focus .centered-sub {
            margin: 0; }
            header .head-menu ul li a:focus .centered-sub .sub-menu, header .head-menu ul li span.main-menu-link:focus .centered-sub .sub-menu {
              display: block; }
          header .head-menu ul li .centered-sub {
            margin: 0; }
            header .head-menu ul li .centered-sub .sub-menu {
              position: unset;
              box-shadow: unset;
              padding: 12px 0; }
              header .head-menu ul li .centered-sub .sub-menu.open-sub {
                display: flex;
                width: 100%;
                flex-wrap: wrap; }
                header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups {
                  flex-direction: column;
                  align-items: stretch;
                  gap: 0;
                  padding-left: 0; }
                  header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group {
                    flex-direction: column;
                    gap: 10px;
                    padding: 16px 20px;
                    min-width: unset;
                    border-right: none;
                    border-bottom: 1px solid #e8eaed; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:last-child {
                      border-bottom: none; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:nth-child(odd) {
                      background-color: #ffffff; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:nth-child(even) {
                      background-color: #f8f9fa; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:first-child {
                      width: unset;
                      align-self: unset; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column {
                      gap: 10px; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column .small-link {
                        margin: 0; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column:not(:first-child) .group-name {
                        display: none; }
      header .head-menu .indicator {
        display: none; }
    header .n-button {
      display: none;
      margin: 40px 0 40px 8px; } }
#docs header {
  background-color: #F9F9F9; }
#docs.ce {
  --tb-main-color: #305680;
  --tb-main-background: rgba(48, 86, 128, 0.08);
  --tb-main-color-filter: invert(29%) sepia(61%) saturate(478%) hue-rotate(171deg) brightness(94%) contrast(93%); }
#docs.pe {
  --tb-main-color: #1F8B4D;
  --tb-main-background: rgba(31, 139, 77, 0.08);
  --tb-main-color-filter: invert(25%) sepia(43%) saturate(5965%) hue-rotate(143deg) brightness(97%) contrast(76%); }
#docs.paas {
  --tb-main-color: #2A7DEC;
  --tb-main-background: rgba(42, 125, 236, 0.08);
  --tb-main-color-filter: invert(37%) sepia(84%) saturate(891%) hue-rotate(184deg) brightness(105%) contrast(88%); }
#docs.edge {
  --tb-main-color: #2260a7;
  --tb-main-background: rgba(34, 96, 167, 0.08);
  --tb-main-color-filter: invert(27%) sepia(97%) saturate(823%) hue-rotate(184deg) brightness(95%) contrast(90%); }
#docs.edge-pe {
  --tb-main-color: #009688;
  --tb-main-background: rgba(0, 150, 136, 0.08);
  --tb-main-color-filter: invert(42%) sepia(85%) saturate(4933%) hue-rotate(156deg) brightness(96%) contrast(102%); }
#docs.gw {
  --tb-main-color: #7A4DC3;
  --tb-main-background: rgba(122, 77, 195, 0.08);
  --tb-main-color-filter: invert(43%) sepia(48%) saturate(952%) hue-rotate(223deg) brightness(78%) contrast(96%); }
#docs.license {
  --tb-main-color: #1F8B4D;
  --tb-main-background: rgba(31, 139, 77, 0.08);
  --tb-main-color-filter: invert(25%) sepia(43%) saturate(5965%) hue-rotate(143deg) brightness(97%) contrast(76%); }
#docs.trendz {
  --tb-main-color: #2696F3;
  --tb-main-background: rgba(42, 125, 236, 0.08);
  --tb-main-color-filter: invert(62%) sepia(61%) saturate(4424%) hue-rotate(184deg) brightness(94%) contrast(102%); }
#docs.mobile {
  --tb-main-color: #305680;
  --tb-main-background: rgba(48, 86, 128, 0.08);
  --tb-main-color-filter: invert(29%) sepia(61%) saturate(478%) hue-rotate(171deg) brightness(94%) contrast(93%); }
#docs.mobile-pe {
  --tb-main-color: #1F8B4D;
  --tb-main-background: rgba(31, 139, 77, 0.08);
  --tb-main-color-filter: invert(25%) sepia(43%) saturate(5965%) hue-rotate(143deg) brightness(97%) contrast(76%); }
#docs.mqtt-broker {
  --tb-main-color: #1F8B4D;
  --tb-main-background: rgba(31, 139, 77, 0.08);
  --tb-main-color-filter: invert(25%) sepia(43%) saturate(5965%) hue-rotate(143deg) brightness(97%) contrast(76%); }

@media screen and (min-width: 1281px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-8 {
    flex: 0 0 66.6%;
    max-width: 66.6%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }
@media screen and (min-width: 1600px) {
  .col-3xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-3xl-8 {
    flex: 0 0 66.6%;
    max-width: 66.6%; }

  .col-3xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-3xl-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%; }

  .col-3xl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }
@media screen and (min-width: 1750px) {
  .col-4xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-4xl-8 {
    flex: 0 0 66.6%;
    max-width: 66.6%; }

  .col-4xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-4xl-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%; }

  .col-4xl-3 {
    flex: 0 0 25%;
    max-width: 25%; } }
#docs header {
  box-shadow: none; }
  @media screen and (max-width: 1280px) {
    #docs header .logo-burger .support-ukraine {
      display: none; } }
#docs #hero {
  background: white;
  position: fixed;
  padding-top: 0;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 7888;
  height: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
  #docs #hero #hero-content {
    height: 100%; }
  @media screen and (min-width: 1281px) {
    #docs #hero {
      box-shadow: none;
      padding-left: 296px; } }
  @media screen and (min-width: 1600px) {
    #docs #hero {
      padding-left: 362px; } }
#docs.flip-nav #hero {
  transition-duration: 0.3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
#docs.open-nav #hero #hero-content {
  visibility: hidden; }
  #docs.open-nav #hero #hero-content #search {
    transition: 0ms; }
#docs #searchBox {
  display: block;
  position: relative;
  margin: 0 20px 20px 20px;
  height: 44px;
  line-height: 44px; }
  #docs #searchBox #search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 16px;
    height: 44px;
    line-height: 30px;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #212529;
    box-shadow: none; }
    #docs #searchBox #search::-webkit-input-placeholder {
      color: #212529;
      opacity: 0.6; }
    #docs #searchBox #search:-moz-placeholder {
      color: #212529;
      opacity: 0.6; }
    #docs #searchBox #search::-moz-placeholder {
      color: #212529;
      opacity: 0.6; }
    #docs #searchBox #search:-ms-input-placeholder {
      color: #212529;
      opacity: 0.6; }
    #docs #searchBox #search:hover {
      border: 2px solid #000;
      padding: 1px 15px;
      cursor: pointer; }
    #docs #searchBox #search:focus {
      cursor: initial;
      border: 2px solid #2a7dec;
      padding: 1px 15px;
      color: #212529; }
      #docs #searchBox #search:focus::-webkit-input-placeholder {
        opacity: 0.2; }
      #docs #searchBox #search:focus:-moz-placeholder {
        opacity: 0.2; }
      #docs #searchBox #search:focus::-moz-placeholder {
        opacity: 0.2; }
      #docs #searchBox #search:focus:-ms-input-placeholder {
        opacity: 0.2; }
  #docs #searchBox .searchButton {
    position: absolute;
    padding: 0;
    top: 10px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    #docs #searchBox .searchButton .material-icons {
      color: #212529;
      opacity: 0.6;
      font-size: 24px; }
    #docs #searchBox .searchButton:focus {
      outline: none; }
  #docs #searchBox.focused .searchButton .material-icons {
    opacity: 1;
    color: #2a7dec; }
#docs #docsNav {
  z-index: 2000;
  display: none;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
  position: fixed;
  top: 140px;
  bottom: calc( 100vh - 140px );
  left: 0;
  right: 0; }
  @media screen and (max-width: 1280px) {
    #docs #docsNav {
      display: block; } }
  #docs #docsNav > * {
    opacity: 0;
    transition: 0.3s; }
  #docs #docsNav.active {
    visibility: visible;
    bottom: 0; }
    #docs #docsNav.active > * {
      opacity: 1; }
    #docs #docsNav.active .docItems {
      bottom: 0; }
  #docs #docsNav .docItems {
    position: fixed;
    top: 154px;
    bottom: calc( 100vh - 154px );
    padding: 30px 20px;
    left: 0;
    right: 0;
    display: flex;
    overflow: auto;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      #docs #docsNav .docItems {
        top: 222px; } }
    #docs #docsNav .docItems a.toc {
      color: #212529;
      font-size: 1.2em;
      font-weight: 600;
      text-decoration: none;
      padding: 7.5px 10px 7.5px 0; }
#docs #vendorStrip {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  text-align: center; }
  #docs #vendorStrip img {
    max-height: 24px;
    vertical-align: middle;
    margin: 0 30px; }
  #docs #vendorStrip #docsList {
    display: flex;
    height: 100%;
    width: 100%; }
    #docs #vendorStrip #docsList #docsBreadcrumbs {
      position: relative;
      display: none;
      align-items: center;
      padding-left: 22px;
      padding-right: 66px;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      #docs #vendorStrip #docsList #docsBreadcrumbs::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-size: 14px;
        display: block;
        position: absolute;
        top: 23px;
        right: 26px;
        width: 14px;
        height: 14px;
        transform: rotate(90deg);
        transition: transform 0.3s;
        border: none; }
      #docs #vendorStrip #docsList #docsBreadcrumbs.active::after {
        transform: rotate(-90deg); }
      @media screen and (max-width: 1280px) {
        #docs #vendorStrip #docsList #docsBreadcrumbs {
          display: flex; } }
      #docs #vendorStrip #docsList #docsBreadcrumbs span {
        font-size: 17px;
        font-weight: 400;
        color: rgba(33, 37, 41, 0.6); }
        #docs #vendorStrip #docsList #docsBreadcrumbs span.item:not(:last-child) {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #docs #vendorStrip #docsList #docsBreadcrumbs span.item:last-child {
          font-weight: 500;
          color: #212529;
          white-space: normal;
          text-align: start;
          font-size: 15px; }
        #docs #vendorStrip #docsList #docsBreadcrumbs span.divider {
          padding-left: 6px;
          padding-right: 6px; }
    #docs #vendorStrip #docsList .indicator {
      width: 100%;
      transition: none;
      padding: 0; }
      #docs #vendorStrip #docsList .indicator div {
        transition: none; }
      #docs #vendorStrip #docsList .indicator .head-arrow {
        border-bottom-color: var(--tb-main-color);
        opacity: 1; }
      #docs #vendorStrip #docsList .indicator .line {
        background-color: var(--tb-main-color);
        opacity: 1;
        width: 100%;
        left: 0; }
    #docs #vendorStrip #docsList ul {
      display: inline-block;
      height: 100%; }
      @media screen and (max-width: 1280px) {
        #docs #vendorStrip #docsList ul {
          display: none; } }
      #docs #vendorStrip #docsList ul li {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        margin-left: 17px;
        float: left; }
        @media screen and (min-width: 1500px) {
          #docs #vendorStrip #docsList ul li {
            margin-left: 20px; } }
        @media screen and (min-width: 1700px) {
          #docs #vendorStrip #docsList ul li {
            margin-left: 28px; } }
        #docs #vendorStrip #docsList ul li a {
          position: relative;
          display: block;
          color: #0000008A;
          font-size: 14px;
          font-weight: normal; }
          @media screen and (min-width: 1500px) {
            #docs #vendorStrip #docsList ul li a {
              font-size: 16px; } }
          #docs #vendorStrip #docsList ul li a.YAH {
            position: relative;
            opacity: 1;
            font-weight: 500;
            color: #000000DE; }
          #docs #vendorStrip #docsList ul li a:hover {
            color: #000000DE;
            text-decoration: none !important; }
@media screen and (max-width: 1280px) {
  #docs #githubButtonContainer {
    position: fixed;
    left: 372px;
    top: 9px; } }
#docs.search .gsc-control-cse {
  margin-top: 32px; }
  #docs.search .gsc-control-cse .gsc-above-wrapper-area {
    display: none; }
  #docs.search .gsc-control-cse .gsc-wrapper .gs-bidi-start-align {
    color: #212529;
    font-size: 16px;
    line-height: 1.32;
    margin-bottom: 0.75em; }
  #docs.search .gsc-control-cse .gsc-wrapper .gs-visibleUrl {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 0.25em; }
  #docs.search .gsc-control-cse .gsc-wrapper .gs-title {
    color: #2a7dec;
    font-size: 18px;
    line-height: 1.32;
    margin-bottom: 0.5em; }
    #docs.search .gsc-control-cse .gsc-wrapper .gs-title:hover {
      text-decoration: underline; }
  #docs.search .gsc-control-cse .gsc-wrapper .gcsc-find-more-on-google {
    color: #212529;
    opacity: 0.6; }
    #docs.search .gsc-control-cse .gsc-wrapper .gcsc-find-more-on-google:hover span {
      text-decoration: underline; }
    #docs.search .gsc-control-cse .gsc-wrapper .gcsc-find-more-on-google svg {
      fill: #212529; }
  #docs.search .gsc-control-cse .gsc-wrapper .gs-no-results-result .gs-snippet {
    background-color: unset;
    border: none;
    color: #212529;
    font-size: 16px; }
#docs .fixed footer {
  width: calc( 100% - 60px); }
  @media screen and (min-width: 1281px) {
    #docs .fixed footer {
      width: calc( 100% - 590px); } }
  @media screen and (min-width: 1500px) {
    #docs .fixed footer {
      width: calc( 100% - 810px); } }

.mobile-docs-menu-btn {
  display: none; }

.close-mobile-docs-btn {
  display: none; }

#docsToc {
  position: fixed;
  background-color: #F9F9F9;
  top: 80px;
  left: 0;
  width: 292px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0 0 0;
  z-index: 999999;
  transition: 0.3s; }
  #docsToc .pi-accordion {
    padding-bottom: 60px; }
  #docsToc .docs-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 292px;
    text-align: center;
    font-size: 12px;
    color: #899aab;
    padding: 20px;
    background-color: #F9F9F9;
    border-top: 1px solid #e0e0e0; }

#docsToc .pi-accordion .yah-indicator, #docsNav .pi-accordion .yah-indicator {
  position: absolute;
  left: 0;
  bottom: 4px;
  top: 4px;
  margin-top: 4px;
  content: "";
  border-left: 4px solid var(--tb-main-color); }
#docsToc .pi-accordion .yah > .title, #docsNav .pi-accordion .yah > .title {
  color: var(--tb-main-color);
  font-weight: 500; }
#docsToc .pi-accordion .item, #docsNav .pi-accordion .item {
  display: block;
  position: relative;
  overflow: visible; }
#docsToc .pi-accordion .title, #docsNav .pi-accordion .title {
  color: #0000008A;
  line-height: 24px; }
  #docsToc .pi-accordion .title:hover, #docsNav .pi-accordion .title:hover {
    color: #2a7dec; }
#docsToc .pi-accordion a.item > .title, #docsNav .pi-accordion a.item > .title {
  padding-left: 18px; }
  #docsToc .pi-accordion a.item > .title:hover, #docsNav .pi-accordion a.item > .title:hover {
    color: #2a7dec; }
#docsToc .pi-accordion div.item > .title, #docsNav .pi-accordion div.item > .title {
  padding-left: 24px; }
  #docsToc .pi-accordion div.item > .title:before, #docsNav .pi-accordion div.item > .title:before {
    content: "";
    font-family: "Material Icons";
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: absolute;
    left: 0px;
    top: 7.5px;
    transform: rotate(-90deg);
    transition: transform 0.3s;
    border: none;
    color: #0000008A; }
#docsToc .pi-accordion .item.on, #docsNav .pi-accordion .item.on {
  overflow: visible; }
  #docsToc .pi-accordion .item.on > .title, #docsNav .pi-accordion .item.on > .title {
    font-weight: 500;
    color: #212529; }
    #docsToc .pi-accordion .item.on > .title:hover, #docsNav .pi-accordion .item.on > .title:hover {
      color: #2a7dec; }
    #docsToc .pi-accordion .item.on > .title:before, #docsNav .pi-accordion .item.on > .title:before {
      transform: rotate(0deg); }

#device-filters {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 130px;
  overflow: hidden; }
  #device-filters .header {
    display: none; }
    #device-filters .header .indicator {
      position: absolute;
      left: -20px;
      bottom: 4px;
      top: 4px;
      margin-top: 4px;
      content: "";
      border-left: 4px solid var(--tb-main-color); }
    #device-filters .header .title {
      position: relative;
      padding: 7.5px 10px 7.5px 0px;
      cursor: pointer;
      transition: 0.3s;
      color: var(--tb-main-color);
      font-size: 1.2em;
      font-weight: 600;
      line-height: 24px; }
  #device-filters .group {
    padding-left: 20px; }
    #device-filters .group .title {
      color: #75767C;
      line-height: 24px;
      padding-left: 15px;
      cursor: pointer; }
      #device-filters .group .title:hover {
        color: var(--tb-main-color); }
      #device-filters .group .title:before {
        content: "";
        font-family: "Material Icons";
        font-size: 18px;
        font-weight: 400;
        display: block;
        width: 10px;
        position: relative;
        left: -25px;
        top: 23.5px;
        transform: rotate(0deg);
        transition: transform 0.3s;
        border: none;
        cursor: pointer; }
      #device-filters .group .title.collapsed:before {
        transform: rotate(-90deg); }
    #device-filters .group .filters-wrapper {
      overflow: hidden;
      transition: height 0.3s;
      height: auto;
      padding-top: 10px; }
      #device-filters .group .filters-wrapper .filter {
        margin-left: 5px; }
        #device-filters .group .filters-wrapper .filter .filter-label {
          cursor: pointer;
          color: #75767C; }
        #device-filters .group .filters-wrapper .filter input[type=checkbox] {
          -webkit-appearance: none;
          appearance: none;
          background-color: #fff;
          margin: 0;
          font: inherit;
          color: var(--tb-main-color);
          width: 1.15em;
          height: 1.15em;
          border: 0.15em solid var(--tb-main-color);
          border-radius: 0.15em;
          transform: translateY(-0.075em);
          display: inline-flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
        #device-filters .group .filters-wrapper .filter input[type="checkbox"]::before {
          content: "";
          width: 0.65em;
          height: 0.65em;
          transform: scale(0);
          transition: 120ms transform ease-in-out;
          box-shadow: inset 1em 1em var(--tb-main-color);
          transform-origin: bottom left;
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
        #device-filters .group .filters-wrapper .filter input[type="checkbox"]:checked::before {
          transform: scale(1); }

td.item.item-pe::after, p.item.item-pe::after, span.item-pe::after, span.item-ce::after, span.item-edge::after {
  content: "PE";
  font-size: 12px;
  font-weight: bold;
  color: var(--tb-main-color);
  transform: translate(5px, -10px);
  display: inline-block; }

span.item-ce::after {
  color: #305680;
  content: "CE"; }

span.item-pe::after {
  color: #1F8B4D; }

span.item-edge::after {
  color: #009688;
  content: "EDGE"; }

.item-ce.product-label-padding, .item-pe.product-label-padding, .item-edge.product-label-padding {
  padding-right: 6px; }

.doc-features {
  max-width: 1200px; }

a.feature-card, .feature-card {
  display: block;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 100%;
  height: 100%; }
  a.feature-card.inner, .feature-card.inner {
    padding: 16px; }
    a.feature-card.inner .feature-title, .feature-card.inner .feature-title {
      font-size: 16px;
      line-height: 150%;
      padding-bottom: 0; }
  a.feature-card img.feature-logo, .feature-card img.feature-logo {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    filter: var(--tb-main-color-filter); }
  a.feature-card img.integration-logo, .feature-card img.integration-logo {
    width: 28px;
    height: 28px;
    margin-right: 7px; }
  a.feature-card .feature-title, .feature-card .feature-title {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 8px; }
    a.feature-card .feature-title span, .feature-card .feature-title span {
      vertical-align: middle; }
  a.feature-card .feature-text, .feature-card .feature-text {
    color: rgba(0, 0, 0, 0.76);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    a.feature-card .feature-text ul, .feature-card .feature-text ul {
      margin: 0; }
      a.feature-card .feature-text ul li, .feature-card .feature-text ul li {
        margin-bottom: 0; }

a.feature-card:hover {
  text-decoration: none;
  transition-duration: 0.3s;
  box-shadow: 0 7px 32px rgba(0, 0, 0, 0.06); }

.jssocials-share-link {
  border-radius: 50% !important; }

#calendarWrapper {
  height: 300px;
  margin-bottom: 48px; }

#video {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0; }
  #video #video_wrapper {
    width: 100%;
    padding-bottom: 56.25%; }
    #video #video_wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.products-selector {
  position: relative;
  height: auto;
  margin: 40px 20px 10px 20px;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .products-selector .product-selector {
    position: relative;
    width: 100%; }
  .products-selector .product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 44px;
    padding-left: 16px;
    flex: 1;
    justify-content: center;
    border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0; }
    .products-selector .product-info .product-title {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      position: relative;
      color: var(--tb-main-color); }
      @media screen and (max-width: 1024px) {
        .products-selector .product-info .product-title {
          font-size: 16px; } }
      .products-selector .product-info .product-title::after {
        content: "";
        font-family: "Material Icons";
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        display: block;
        position: absolute;
        top: 2px;
        right: 18px;
        transition: transform 0.3s;
        border: none; }
    .products-selector .product-info .product-description {
      color: #899aab;
      font-size: 13px;
      font-weight: 400; }
      @media screen and (max-width: 1024px) {
        .products-selector .product-info .product-description {
          font-size: 10px; } }
  .products-selector .products {
    transition: visibility, opacity ease-in-out;
    transition-duration: 0.3s;
    border-radius: 4px;
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 50px 100px -20px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    z-index: 10; }
    .products-selector .products .product-group-label {
      color: #899aab;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 12px 12px 4px 12px;
      margin-top: 8px; }
      .products-selector .products .product-group-label:first-child {
        margin-top: 0; }
      .products-selector .products .product-group-label:not(:first-child) {
        border-top: 1px solid #e0e0e0;
        padding-top: 12px; }
    .products-selector .products a.product {
      color: #75767C;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      padding: 8px 12px; }
      .products-selector .products a.product:hover, .products-selector .products a.product.active {
        text-decoration: none;
        color: #2a7dec; }
      .products-selector .products a.product.active {
        font-weight: 500;
        background: rgba(42, 125, 236, 0.04); }
  .products-selector .product-selector:hover, .products-selector .product-selector.active, .products-selector .server-selector:hover, .products-selector .server-selector.active {
    cursor: pointer; }
  .products-selector .product-selector.active .product-title::after, .products-selector .server-selector.active .product-title::after {
    transform: rotate(-90deg); }
  .products-selector .product-selector.active .products, .products-selector .server-selector.active .products {
    visibility: visible;
    opacity: 1; }

.products-selector-cloud {
  gap: 10px; }
  .products-selector-cloud .server-selector {
    min-width: 150px;
    display: flex;
    flex: 1; }
    .products-selector-cloud .server-selector .products a.product:hover, .products-selector-cloud .server-selector .products a.product.active {
      color: #75767C; }
      .products-selector-cloud .server-selector .products a.product:hover .server-option-title, .products-selector-cloud .server-selector .products a.product.active .server-option-title {
        color: #2a7dec; }
    .products-selector-cloud .server-selector .server-option {
      display: flex;
      flex-direction: column; }
      .products-selector-cloud .server-selector .server-option-title {
        color: #000000; }
      .products-selector-cloud .server-selector .server-option-subtitle {
        font-size: 14px; }
  @media screen and (max-width: 769px) {
    .products-selector-cloud .product-info .product-title {
      font-size: 14px; }
    .products-selector-cloud .product-selector {
      display: flex;
      flex: 1; } }
  @media screen and (min-width: 769px) {
    .products-selector-cloud .product-selector {
      width: 94px; }
    .products-selector-cloud .product-info .product-title {
      font-size: 14px; } }
  @media screen and (min-width: 870px) {
    .products-selector-cloud .product-selector {
      width: 124px; } }
  @media screen and (min-width: 1281px) {
    .products-selector-cloud .product-selector {
      width: 94px; }
    .products-selector-cloud .product-info .product-title {
      font-size: 14px; } }
  @media screen and (min-width: 1601px) {
    .products-selector-cloud .product-selector {
      width: 124px; }
    .products-selector-cloud .product-info .product-title {
      font-size: 18px; } }
  .products-selector-cloud .product-info {
    width: 100%; }

details summary {
  outline: none;
  list-style: none;
  position: relative;
  padding-left: 18px; }
  details summary::-webkit-details-marker {
    display: none; }
  details summary::marker {
    display: none; }
  details summary:hover {
    color: #2a7dec; }
    details summary:hover:before {
      filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%); }
  details summary:before {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    transition: transform 0.3s;
    filter: invert(84%) sepia(0%) saturate(7494%) hue-rotate(88deg) brightness(94%) contrast(89%);
    border: none; }

details[open] summary {
  font-weight: 500; }
  details[open] summary:before {
    filter: none;
    transform: rotate(90deg); }
  details[open] summary:hover:before {
    filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%); }

@media screen and (max-width: 1280px) {
  #docs header {
    height: 80px !important; }

  #docsToc {
    display: block;
    width: 0 !important;
    visibility: hidden; }
    #docsToc.mobile-open {
      width: 320px !important;
      visibility: visible;
      box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15); }

  .close-mobile-docs-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s; }
    .close-mobile-docs-btn:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .close-mobile-docs-btn .material-icons {
      color: #75767C;
      font-size: 24px; }

  .mobile-docs-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 47px;
    height: 47px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s; }
    .mobile-docs-menu-btn:hover {
      opacity: 0.7; }
    .mobile-docs-menu-btn.active {
      opacity: 0.5; }
    .mobile-docs-menu-btn .material-icons {
      color: #000000;
      font-size: 40px; } }
#encyclopedia {
  position: relative;
  padding: 0 30px 20px 30px;
  overflow: hidden;
  font-size: 14px; }
  #encyclopedia > div {
    height: 100%; }

#docsContent {
  position: relative;
  float: right;
  width: 100%;
  padding-top: 100px; }
  #docsContent footer {
    background: none;
    padding: 0; }
    #docsContent footer main, #docsContent footer div.main-div {
      padding-top: 20px; }
      #docsContent footer main.light-text, #docsContent footer div.main-div.light-text {
        color: #212529; }
      #docsContent footer main .deeper .footer-logo, #docsContent footer div.main-div .deeper .footer-logo {
        display: none; }
      #docsContent footer main .deeper nav, #docsContent footer div.main-div .deeper nav {
        justify-content: left; }
        #docsContent footer main .deeper nav a, #docsContent footer div.main-div .deeper nav a {
          color: #212529; }
      #docsContent footer main .newsletterSubsContainer, #docsContent footer div.main-div .newsletterSubsContainer {
        display: none; }
      #docsContent footer main hr, #docsContent footer div.main-div hr {
        border-top-width: 1px;
        border-top-color: #212529;
        margin-bottom: 2rem; }
      #docsContent footer main .deepmost .social a:hover, #docsContent footer div.main-div .deepmost .social a:hover {
        filter: invert(35%) sepia(99%) saturate(1401%) hue-rotate(200deg) brightness(90%) contrast(100%); }
  #docsContent #top-spacer {
    height: 0; }
  #docsContent h1:first-of-type {
    margin-top: 20px;
    margin-bottom: 40px; }
  #docsContent #content {
    padding-bottom: 30px; }
    #docsContent #content h1:before, #docsContent #content h2:before, #docsContent #content h3:before, #docsContent #content h4:before, #docsContent #content h5:before, #docsContent #content h6:before {
      display: block;
      content: " ";
      visibility: hidden;
      margin-top: -210px;
      height: 210px; }
    #docsContent #content > ul#markdown-toc {
      display: none; }
    #docsContent #content h1.mainTitle {
      font-size: 36px;
      font-weight: 500;
      line-height: 54px;
      width: 100%;
      margin: 0 0 56px;
      padding: 0; }
      #docsContent #content h1.mainTitle:before {
        content: none; }
  #docsContent.noToc {
    float: none;
    margin: auto; }
  #docsContent * + h2, #docsContent * + h3, #docsContent * + h4, #docsContent * + h5, #docsContent * + h6 {
    margin-top: 30px; }
  #docsContent h1, #docsContent h2, #docsContent h3, #docsContent h4, #docsContent h5, #docsContent h6 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 0;
    pointer-events: none; }
  #docsContent h1 {
    font-size: 36px;
    padding-right: 60px; }
  #docsContent h2 {
    font-size: 28px; }
  #docsContent h3 {
    font-size: 24px; }
  #docsContent h4 {
    font-size: 20px; }
  #docsContent h5, #docsContent h6 {
    font-size: 18px;
    font-weight: 500; }
  #docsContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  #docsContent p + p {
    margin-top: 10px; }
  #docsContent pre .pi, #docsContent pre .s {
    margin: 0;
    padding: 0; }
  #docsContent h1 code, #docsContent h2 code, #docsContent h3 code, #docsContent h4 code, #docsContent h5 code, #docsContent h6 code {
    font-family: inherit;
    font-size: inherit;
    background-color: transparent; }
  #docsContent ul li {
    list-style: disc; }
  #docsContent ol li {
    list-style: decimal; }
  #docsContent ul, #docsContent ol {
    margin: 20px 0;
    padding-left: 30px;
    font-weight: 400; }
  #docsContent ul ul, #docsContent ol ol, #docsContent ul ol, #docsContent ol ul {
    margin: 0.75em 0; }
  #docsContent li {
    margin-bottom: 0.75em;
    line-height: 24px; }
  #docsContent table.includecode {
    width: 100%;
    table-layout: fixed;
    border: none;
    margin: 0; }
    #docsContent table.includecode > tbody > tr > td {
      padding: 0; }
  #docsContent table:not(.rouge-table):not(.includecode) {
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid rgba(42, 125, 236, 0.2);
    border-radius: 4px;
    border-collapse: unset;
    border-spacing: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
    #docsContent table:not(.rouge-table):not(.includecode) > thead {
      background-color: #f9fbff;
      color: rgba(33, 37, 41, 0.6); }
    #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > th, #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > td, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > th, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > td {
      font-size: 14px;
      padding: 12px 16px;
      text-align: left;
      margin: 0;
      word-break: break-word; }
      #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > th b, #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > td b, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > th b, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > td b {
        font-weight: 500; }
      #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > th strong, #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > td strong, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > th strong, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > td strong {
        font-weight: 500; }
    #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr > th, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > th {
      font-weight: normal; }
    #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > th, #docsContent table:not(.rouge-table):not(.includecode) > thead > tr > td {
      border-bottom: 1px solid rgba(42, 125, 236, 0.2); }
    #docsContent table:not(.rouge-table):not(.includecode) > tbody > tr:not(:last-child) > td {
      border-bottom: 1px solid rgba(42, 125, 236, 0.2); }
  #docsContent #editPageButton {
    position: absolute;
    top: -25px;
    right: 5px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: 56px;
    overflow: hidden;
    background: #2fb8e3 url(/images/icon-pencil.svg) no-repeat;
    background-position: 16px 16px;
    background-size: 24px 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
    #docsContent #editPageButton:hover {
      background-color: #2fb8e3; }
    #docsContent #editPageButton:focus {
      background-color: #2fb8e3; }
    #docsContent #editPageButton:active {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
  #docsContent #markdown-toc {
    margin-bottom: 20px; }
    #docsContent #markdown-toc ul, #docsContent #markdown-toc li {
      list-style: disc;
      color: #2fb8e3; }
    #docsContent #markdown-toc ul {
      padding: 0 15px;
      margin: 0; }
    #docsContent #markdown-toc li {
      padding: 0;
      line-height: 24px;
      margin-bottom: 4px; }
    #docsContent #markdown-toc a {
      position: relative;
      color: #2fb8e3;
      font-weight: 600; }
  #docsContent img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain; }
  #docsContent .customer-logo img {
    max-width: 75%;
    max-height: 85%; }
  #docsContent a.issue {
    margin-left: 20px; }
  #docsContent #docsActions {
    padding-top: 15px; }
    #docsContent #docsActions #editPageBtns {
      padding-top: 10px; }
  #docsContent #video {
    width: 100%;
    margin: 0; }
  #docsContent div.products-title {
    text-align: center;
    font-size: 48px;
    padding-bottom: 50px;
    font-weight: 500; }
  #docsContent .cards {
    position: relative;
    display: flex;
    font-size: 16px;
    justify-content: space-around;
    flex-wrap: wrap; }
    #docsContent .cards .card {
      position: relative;
      margin-bottom: 49px;
      padding-left: 0;
      display: block;
      width: 300px;
      height: 300px;
      border-radius: 3px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      color: #ffffff;
      background: #2fb8e3;
      overflow: hidden; }
      #docsContent .cards .card:hover {
        text-decoration: none; }
      #docsContent .cards .card.industryos-ce {
        background: #3a6a9e; }
      #docsContent .cards .card.industryos-pe {
        background: #00695c; }
      #docsContent .cards .card.industryos-edge {
        background: #009688; }
      #docsContent .cards .card.industryos-gw {
        background: #467978; }
      #docsContent .cards .card.trendz {
        background: #5555FF; }
      #docsContent .cards .card.mqtt-broker {
        background: #00695c; }
      #docsContent .cards .card .card-img {
        position: absolute;
        width: 60%;
        height: 60%;
        opacity: 0.5;
        top: 92px;
        left: 20%;
        z-index: 90;
        background-size: 65% 65%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
        border-radius: 50%;
        transition: opacity 0.3s ease, left 0.4s ease, top 0.4s ease, height 0.4s ease, width 0.4s ease, background-color 0.4s ease; }
        #docsContent .cards .card .card-img.product {
          background-size: contain;
          width: 100%;
          height: 170px;
          left: 0px;
          opacity: 0.7;
          border-radius: initial;
          background-color: initial;
          box-shadow: none; }
      #docsContent .cards .card .card-title {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        width: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 15px;
        font-size: 20px;
        font-weight: 500;
        height: 86px; }
      #docsContent .cards .card .title-text {
        z-index: 90;
        position: relative; }
        #docsContent .cards .card .title-text:after {
          content: "";
          width: 0;
          height: 2px;
          position: absolute;
          bottom: -4px;
          left: 0;
          transition: all 0.3s ease;
          background: #fff;
          z-index: 90; }
      #docsContent .cards .card .card-description {
        position: absolute;
        top: 100%;
        bottom: 0;
        background-color: #f9b115;
        text-align: center;
        width: 100%;
        color: rgba(255, 255, 255, 0.87);
        left: 0;
        padding: 173px 15px 15px 15px;
        opacity: 0;
        transition: background-color 0.3s ease, top 0.4s ease, opacity 0.2s;
        font-size: 18px;
        z-index: 70; }
      #docsContent .cards .card:hover .card-title {
        color: #fff; }
      #docsContent .cards .card:hover .title-text:after {
        width: 100%; }
      #docsContent .cards .card:hover .card-img {
        height: 25%;
        width: 25%;
        left: 37.5%;
        background-color: transparent;
        box-shadow: none;
        opacity: 1; }
        #docsContent .cards .card:hover .card-img.product {
          width: 100%;
          height: 80px;
          left: 0px; }
      #docsContent .cards .card:hover .card-description {
        top: 0;
        opacity: 1; }
  #docsContent .trainings-info {
    width: 100%;
    color: #ffffff; }
    #docsContent .trainings-info table {
      border: 0; }
    #docsContent .trainings-info td {
      border-bottom: 1px solid #ffffff; }
    #docsContent .trainings-info td:nth-child(1) {
      width: 25%;
      background-color: #212631;
      background-image: url(/images/texture.png);
      font-size: 14px;
      text-transform: uppercase; }
    #docsContent .trainings-info td:nth-child(2), #docsContent .trainings-info td:nth-child(3) {
      background-color: #2fb8e3; }
    #docsContent .trainings-info td:nth-child(2) {
      width: 75%;
      font-size: 16px; }
    #docsContent .trainings-info tr:last-child td {
      border-bottom: none; }
    #docsContent .trainings-info tr:last-child td:nth-child(2) {
      width: 35%; }
    #docsContent .trainings-info tr:last-child td:nth-child(3) {
      width: 40%;
      padding: 8px 0; }
      #docsContent .trainings-info tr:last-child td:nth-child(3) .button {
        font-size: 12px;
        padding: 0 4px;
        line-height: 30px; }
    #docsContent .trainings-info td.price {
      font-size: 14px; }
      #docsContent .trainings-info td.price .old-price {
        opacity: 0.85;
        text-decoration: line-through; }
  #docsContent span.heading {
    font-weight: 500;
    font-size: 26px; }
  #docsContent .ui-widget-header {
    background: transparent;
    border: none; }
  #docsContent .ui-tabs-scrollbox {
    height: 39px;
    overflow-x: auto;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #ebebeb, rgba(255, 255, 255, 0)), linear-gradient(to left, #ebebeb, rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
    border-bottom: 1px solid #EBEBEB; }
    #docsContent .ui-tabs-scrollbox ul {
      display: none; }
      #docsContent .ui-tabs-scrollbox ul.ui-tabs-nav {
        display: flex; }
  #docsContent .ui-tabs .ui-tabs-scrollbox {
    height: auto; }
  #docsContent .docs-tabs {
    margin-top: 20px; }
  #docsContent .ui-tabs ul, #docsContent .ui-tabs ol, #docsContent .ui-tabs li {
    padding: 0;
    list-style: none;
    margin: 0; }
  #docsContent .ui-widget-content {
    padding: 0;
    border: none; }
  #docsContent .ui-tabs .ui-tabs-panel {
    padding: 0;
    border: none;
    overflow-x: auto; }
  #docsContent .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px; }
  #docsContent .ui-state-default, #docsContent .ui-widget-content .ui-state-default, #docsContent .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    color: rgba(33, 37, 41, 0.6); }
    #docsContent .ui-state-default a, #docsContent .ui-state-default a:link, #docsContent .ui-widget-content .ui-state-default a, #docsContent .ui-widget-content .ui-state-default a:link, #docsContent .ui-widget-header .ui-state-default a, #docsContent .ui-widget-header .ui-state-default a:link {
      color: rgba(33, 37, 41, 0.6); }
    #docsContent .ui-state-default:first-child a, #docsContent .ui-state-default:first-child a:link, #docsContent .ui-widget-content .ui-state-default:first-child a, #docsContent .ui-widget-content .ui-state-default:first-child a:link, #docsContent .ui-widget-header .ui-state-default:first-child a, #docsContent .ui-widget-header .ui-state-default:first-child a:link {
      padding-left: 0; }
    #docsContent .ui-state-default:last-child a, #docsContent .ui-state-default:last-child a:link, #docsContent .ui-widget-content .ui-state-default:last-child a, #docsContent .ui-widget-content .ui-state-default:last-child a:link, #docsContent .ui-widget-header .ui-state-default:last-child a, #docsContent .ui-widget-header .ui-state-default:last-child a:link {
      padding-right: 0; }
    #docsContent .ui-state-default:hover, #docsContent .ui-widget-content .ui-state-default:hover, #docsContent .ui-widget-header .ui-state-default:hover {
      color: #212529; }
      #docsContent .ui-state-default:hover a, #docsContent .ui-state-default:hover a:link, #docsContent .ui-widget-content .ui-state-default:hover a, #docsContent .ui-widget-content .ui-state-default:hover a:link, #docsContent .ui-widget-header .ui-state-default:hover a, #docsContent .ui-widget-header .ui-state-default:hover a:link {
        color: #212529; }
  #docsContent .ui-state-active, #docsContent .ui-widget-content .ui-state-active, #docsContent .ui-widget-header .ui-state-active {
    color: #212529;
    font-weight: 500; }
    #docsContent .ui-state-active:after, #docsContent .ui-widget-content .ui-state-active:after, #docsContent .ui-widget-header .ui-state-active:after {
      content: "";
      background: #2a7dec;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 12px;
      right: 12px; }
    #docsContent .ui-state-active:first-child:after, #docsContent .ui-widget-content .ui-state-active:first-child:after, #docsContent .ui-widget-header .ui-state-active:first-child:after {
      left: 0; }
    #docsContent .ui-state-active:last-child:after, #docsContent .ui-widget-content .ui-state-active:last-child:after, #docsContent .ui-widget-header .ui-state-active:last-child:after {
      right: 0; }
    #docsContent .ui-state-active a, #docsContent .ui-state-active a:link, #docsContent .ui-widget-content .ui-state-active a, #docsContent .ui-widget-content .ui-state-active a:link, #docsContent .ui-widget-header .ui-state-active a, #docsContent .ui-widget-header .ui-state-active a:link {
      color: #212529;
      font-weight: 500; }
  #docsContent #content #talkToUs {
    padding: 0;
    margin-bottom: 48px; }
    #docsContent #content #talkToUs h1:before, #docsContent #content #talkToUs h2:before, #docsContent #content #talkToUs h3:before, #docsContent #content #talkToUs h4:before {
      content: none; }
    #docsContent #content #talkToUs #bigSocial, #docsContent #content #talkToUs #gettingHelp {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      #docsContent #content #talkToUs #bigSocial a, #docsContent #content #talkToUs #gettingHelp a {
        position: relative;
        display: block;
        cursor: pointer;
        text-decoration: none;
        margin-top: 20px;
        padding: 66px 24px 24px;
        background-position: 24px 24px;
        background-size: 32px;
        background-repeat: no-repeat;
        border: 1px solid #EBEBEB;
        border-radius: 4px;
        color: #212529; }
        #docsContent #content #talkToUs #bigSocial a:after, #docsContent #content #talkToUs #gettingHelp a:after {
          content: "";
          background-image: url("/images/link-arrow.svg");
          background-size: contain;
          display: block;
          position: absolute;
          right: 14px;
          top: 14px;
          width: 8px;
          height: 9px;
          border: none; }
        #docsContent #content #talkToUs #bigSocial a:hover, #docsContent #content #talkToUs #gettingHelp a:hover {
          border: 4px solid #2A7DEC;
          padding: 63px 21px 21px;
          background-position: 21px 21px;
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05), 0px 30px 30px -20px rgba(0, 0, 0, 0.15); }
          #docsContent #content #talkToUs #bigSocial a:hover:after, #docsContent #content #talkToUs #gettingHelp a:hover:after {
            right: 11px;
            top: 11px; }
        #docsContent #content #talkToUs #bigSocial a h1, #docsContent #content #talkToUs #bigSocial a h2, #docsContent #content #talkToUs #bigSocial a span.phrase-heading, #docsContent #content #talkToUs #bigSocial a h5.social-heading, #docsContent #content #talkToUs #gettingHelp a h1, #docsContent #content #talkToUs #gettingHelp a h2, #docsContent #content #talkToUs #gettingHelp a span.phrase-heading, #docsContent #content #talkToUs #gettingHelp a h5.social-heading {
          color: #2A7DEC;
          font-weight: 500;
          font-size: 18px;
          line-height: 27px;
          padding: 0;
          margin: 0 0 2px; }
        #docsContent #content #talkToUs #bigSocial a p, #docsContent #content #talkToUs #gettingHelp a p {
          font-weight: 300;
          font-size: 16px;
          line-height: 24px;
          padding: 0;
          margin: 0; }
    #docsContent #content #talkToUs #bigSocial a {
      width: 100%; }
      @media screen and (min-width: 640px) {
        #docsContent #content #talkToUs #bigSocial a {
          width: calc((100% - 16px * (2 - 1)) / 2); }
          #docsContent #content #talkToUs #bigSocial a:nth-child(even) {
            margin-left: 16px; } }
      @media screen and (min-width: 1280px) {
        #docsContent #content #talkToUs #bigSocial a {
          width: calc((100% - 16px * (4 - 1)) / 4); }
          #docsContent #content #talkToUs #bigSocial a:not(:first-child) {
            margin-left: 16px; } }
      @media screen and (min-width: 1500px) {
        #docsContent #content #talkToUs #bigSocial a {
          max-width: 400px; } }
    #docsContent #content #talkToUs #bigSocial a:nth-child(1) {
      background-image: url(/images/twitter_icon.png); }
    #docsContent #content #talkToUs #bigSocial a:nth-child(2) {
      background-image: url(/images/github_icon.png); }
    #docsContent #content #talkToUs #bigSocial a:nth-child(3) {
      background-image: url(/images/stackoverflow_icon.png); }
    #docsContent #content #talkToUs #gettingHelp a {
      width: 100%; }
      @media screen and (min-width: 640px) {
        #docsContent #content #talkToUs #gettingHelp a {
          width: calc((100% - 16px * (2 - 1)) / 2); }
          #docsContent #content #talkToUs #gettingHelp a:nth-child(even) {
            margin-left: 16px; } }
      @media screen and (min-width: 1024px) {
        #docsContent #content #talkToUs #gettingHelp a {
          width: calc((100% - 16px * (3 - 1)) / 3); }
          #docsContent #content #talkToUs #gettingHelp a:not(:first-child) {
            margin-left: 16px; } }
      @media screen and (min-width: 1500px) {
        #docsContent #content #talkToUs #gettingHelp a {
          max-width: 400px; } }
    #docsContent #content #talkToUs #gettingHelp a:nth-child(1) {
      background-image: url(/images/github_icon.png); }
    #docsContent #content #talkToUs #gettingHelp a:nth-child(2) {
      background-image: url(/images/stackoverflow_icon.png); }
  #docsContent a.feature-card .feature-text ul, #docsContent .feature-card .feature-text ul {
    margin: 0; }
    #docsContent a.feature-card .feature-text ul li, #docsContent .feature-card .feature-text ul li {
      margin-bottom: 0; }

html.search #docsContent #editPageButton {
  display: none; }
html.search #docsContent table {
  border: 0;
  margin-bottom: 0; }
html.search #docsContent td {
  padding: 0; }
html.search #docsContent h1 {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 8px;
  margin-bottom: 30px; }
html.search #docsContent thead, html.search #docsContent tr:nth-child(even) {
  background-color: #f3f4f7; }
html.search #docsContent thead {
  background-color: #555;
  color: white; }
html.search #docsContent th, html.search #docsContent td {
  padding: 8px;
  text-align: left;
  margin: 0; }
html.search #docsContent th {
  font-weight: normal; }
html.search #docsContent td {
  font-size: 0.85em; }

@media screen and (max-width: 1024px) {
  #docs .logo {
    left: calc(50% - 70px); } }
@media screen and (max-width: 1280px) {
  #docsContent #table-of-contents {
    display: none; } }
@media screen and (min-width: 750px) {
  span.paas-title, span.edge-title, span.pe-title {
    line-height: 44px; }

  #device-filters {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: 124px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    #device-filters .header {
      display: none; }

  #docsContent .trainings-info {
    width: 720px; }
    #docsContent .trainings-info td:nth-child(1) {
      width: 250px;
      font-size: 18px; }
    #docsContent .trainings-info td:nth-child(2) {
      width: 470px;
      font-size: 18px; }
    #docsContent .trainings-info td.price {
      font-size: 24px; }
    #docsContent .trainings-info tr:last-child td:nth-child(2) {
      width: 160px; }
    #docsContent .trainings-info tr:last-child td:nth-child(3) {
      padding: 8px;
      width: 310px; }
      #docsContent .trainings-info tr:last-child td:nth-child(3) .button {
        font-size: 14px;
        padding: 0 10px;
        line-height: 40px; }

  #video {
    width: 100%;
    display: block; } }
@media screen and (min-width: 1281px) {
  #common #encyclopedia {
    padding-left: 30px;
    padding-right: 30px; }
    #common #encyclopedia #content {
      max-width: 1200px;
      margin: auto; }

  #encyclopedia {
    clear: both; }
    #encyclopedia #docsToc {
      position: fixed;
      top: 80px;
      height: calc(100vh - 80px);
      overflow: auto;
      padding: 0 20px;
      left: 0;
      width: 292px;
      z-index: auto; }
      #encyclopedia #docsToc::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      #encyclopedia #docsToc::-webkit-scrollbar-track {
        background: #f1f1f1; }
      #encyclopedia #docsToc::-webkit-scrollbar-thumb {
        background: rgba(33, 37, 41, 0.2); }
        #encyclopedia #docsToc::-webkit-scrollbar-thumb:hover {
          background: rgba(33, 37, 41, 0.5); }
      #encyclopedia #docsToc.horizontal {
        width: 100%;
        margin-top: -50px;
        margin-bottom: 50px;
        padding: 0 50px; }
        #encyclopedia #docsToc.horizontal .yah > .title {
          margin-left: 0px; }
        #encyclopedia #docsToc.horizontal .pi-accordion > .container:first-child > .item.yah:first-child > .title:first-child {
          margin-left: 0px !important; }
        #encyclopedia #docsToc.horizontal .pi-accordion .item {
          display: inline-block; }
    #encyclopedia #device-filters {
      display: none;
      position: relative;
      margin-top: 124px;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      z-index: 1; }
      #encyclopedia #device-filters::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      #encyclopedia #device-filters::-webkit-scrollbar-track {
        background: #f1f1f1; }
      #encyclopedia #device-filters::-webkit-scrollbar-thumb {
        background: rgba(33, 37, 41, 0.2); }
        #encyclopedia #device-filters::-webkit-scrollbar-thumb:hover {
          background: rgba(33, 37, 41, 0.5); }
    #encyclopedia #docsContent {
      width: 100%; }
      #encyclopedia #docsContent #editPageButton {
        right: -25px; }
      #encyclopedia #docsContent #video {
        width: 50%; }
      #encyclopedia #docsContent .company-logo img {
        max-width: 400px; } }
@media screen and (min-width: 1281px) {
  #encyclopedia #device-filters {
    margin-top: 0;
    position: fixed;
    top: 80px;
    display: block;
    height: calc(100vh - 80px);
    overflow: auto;
    padding: 0 20px;
    left: 0;
    width: 292px;
    background-color: #F9F9F9;
    z-index: auto; }
    #encyclopedia #device-filters::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    #encyclopedia #device-filters::-webkit-scrollbar-track {
      background: #f1f1f1; }
    #encyclopedia #device-filters::-webkit-scrollbar-thumb {
      background: rgba(33, 37, 41, 0.2); }
      #encyclopedia #device-filters::-webkit-scrollbar-thumb:hover {
        background: rgba(33, 37, 41, 0.5); }
    #encyclopedia #device-filters .header {
      display: block;
      position: relative; }
  #encyclopedia #docsContent.hasTocContent {
    margin-right: 280px;
    width: calc(100% - 574px); }
  #encyclopedia #docsContent #table-of-contents {
    position: fixed;
    padding: 20px 20px;
    top: 80px;
    overflow: auto;
    height: calc(100vh - 80px);
    right: 0;
    width: 260px; }
    #encyclopedia #docsContent #table-of-contents::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    #encyclopedia #docsContent #table-of-contents::-webkit-scrollbar-track {
      background: #f1f1f1; }
    #encyclopedia #docsContent #table-of-contents::-webkit-scrollbar-thumb {
      background: rgba(33, 37, 41, 0.2); }
      #encyclopedia #docsContent #table-of-contents::-webkit-scrollbar-thumb:hover {
        background: rgba(33, 37, 41, 0.5); }
    #encyclopedia #docsContent #table-of-contents h4 {
      font-size: 16px;
      color: #212529;
      opacity: 0.6;
      margin-top: 20px;
      margin-bottom: 0; }
      #encyclopedia #docsContent #table-of-contents h4:before {
        content: none; }
    #encyclopedia #docsContent #table-of-contents ul#markdown-toc {
      margin-top: 10px;
      padding-left: 16px; }
      #encyclopedia #docsContent #table-of-contents ul#markdown-toc li {
        color: #212529; }
        #encyclopedia #docsContent #table-of-contents ul#markdown-toc li::marker {
          font-size: 10px; }
        #encyclopedia #docsContent #table-of-contents ul#markdown-toc li:hover::marker {
          color: #2a7dec; }
        #encyclopedia #docsContent #table-of-contents ul#markdown-toc li a {
          color: #212529;
          font-weight: normal; }
          #encyclopedia #docsContent #table-of-contents ul#markdown-toc li a:hover {
            text-decoration: none;
            color: #2a7dec; }
        #encyclopedia #docsContent #table-of-contents ul#markdown-toc li.active::marker {
          color: #2a7dec; }
        #encyclopedia #docsContent #table-of-contents ul#markdown-toc li.active > a {
          color: #2a7dec;
          font-weight: 500; }
      #encyclopedia #docsContent #table-of-contents ul#markdown-toc li.hide {
        display: none; } }
@media screen and (min-width: 1500px) {
  #docs footer main, #docs footer div.main-div, #common footer main, #common footer div.main-div {
    max-width: 100% !important; }

  #common #encyclopedia #content {
    max-width: 100%; }
  #common #encyclopedia, #common footer {
    padding-left: 260px;
    padding-right: 260px; } }
@media screen and (min-width: 1600px) {
  #encyclopedia #docsToc {
    width: 358px; }
  #encyclopedia #docsContent.hasTocContent {
    margin-right: 390px;
    width: calc(100% - 750px); }
  #encyclopedia #docsContent #table-of-contents {
    width: 370px; }

  #device-filters {
    width: 358px; } }
@media screen and (min-width: 1700px) {
  #docsContent .services {
    display: table;
    table-layout: fixed; }
    #docsContent .services .service {
      display: table-cell;
      padding-left: 50px;
      padding-bottom: 0px; } }
/* Default gh-pages-blog css from https://github.com/thedereck/gh-pages-blog/blob/master/css/syntax.css */
code {
  color: #eb5757; }

.highlight br {
  display: none; }

.highlight {
  background: #ffffff; }

.highlighter-rouge {
  position: relative; }
  .highlighter-rouge[class*="expandable"] pre.highlight {
    margin-bottom: 45px; }
  .highlighter-rouge[class*="expandable"] button.expand-code-btn {
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2a7dec;
    width: 130px;
    height: 30px;
    outline: none; }
    .highlighter-rouge[class*="expandable"] button.expand-code-btn .arrow {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 13px solid #2a7dec; }
    .highlighter-rouge[class*="expandable"] button.expand-code-btn .collapse {
      display: none;
      margin-top: 0 !important; }
  .highlighter-rouge[class*="expandable"][data-expanded="true"] pre.highlight {
    height: max-content !important; }
  .highlighter-rouge[class*="expandable"][data-expanded="true"] button.expand-code-btn .arrow {
    border-top: none;
    border-bottom: 13px solid #2a7dec; }
  .highlighter-rouge[class*="expandable"][data-expanded="true"] button.expand-code-btn .collapse {
    display: block; }
  .highlighter-rouge[class*="expandable"][data-expanded="true"] button.expand-code-btn .expand {
    display: none; }
  .highlighter-rouge[class*="expandable"][data-expanded="false"] button.expand-code-btn .arrow {
    border-bottom: none;
    border-top: 13px solid #2a7dec; }

div.highlight {
  margin-top: 12px;
  margin-bottom: 32px; }
  div.highlight pre {
    margin-bottom: 0; }
  div.highlight pre.highlight {
    border: 1px solid rgba(42, 125, 236, 0.2);
    border-radius: 4px; }
    div.highlight pre.highlight table.rouge-table {
      border: none;
      border-spacing: 0;
      table-layout: auto;
      width: 100%; }
      div.highlight pre.highlight table.rouge-table td {
        line-height: 28px;
        vertical-align: top; }
      div.highlight pre.highlight table.rouge-table td.rouge-gutter {
        position: sticky;
        left: 0;
        padding: 8px 12px 8px 18px;
        text-align: right;
        background: #f9fbff;
        border-right: 1px solid rgba(42, 125, 236, 0.15);
        user-select: none;
        width: 1%;
        white-space: nowrap; }
        div.highlight pre.highlight table.rouge-table td.rouge-gutter pre {
          color: rgba(33, 37, 41, 0.6);
          font-weight: 500; }
      div.highlight pre.highlight table.rouge-table td.rouge-code {
        padding: 8px 16px; }
        div.highlight pre.highlight table.rouge-table td.rouge-code pre {
          width: max-content; }
    div.highlight pre.highlight > code {
      display: block;
      counter-reset: line; }
      div.highlight pre.highlight > code .line {
        counter-increment: line; }
        div.highlight pre.highlight > code .line::before {
          content: counter(line);
          display: inline-block;
          width: 40px;
          padding-right: 16px;
          margin-right: 16px;
          text-align: right;
          color: rgba(33, 37, 41, 0.6);
          border-right: 1px solid rgba(42, 125, 236, 0.15);
          user-select: none; }

.highlight code span, code, pre code, pre {
  font-family: monospace;
  font-size: 14px; }

.highlight .c {
  color: #999988;
  font-style: italic; }

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

.highlight .k {
  color: #2a7dec; }

.highlight .o {
  font-weight: normal; }

.highlight .cm {
  color: #999988;
  font-style: italic; }

.highlight .cp {
  color: #999999;
  font-weight: bold; }

.highlight .c1 {
  color: #999988;
  font-style: italic; }

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

.highlight .ge {
  font-style: italic; }

.highlight .gr {
  color: #aa0000; }

.highlight .gh {
  color: #999999; }

.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

.highlight .go {
  color: #888888; }

.highlight .gp {
  color: #555555; }

.highlight .gs {
  font-weight: bold; }

.highlight .gu {
  color: #aaaaaa; }

.highlight .gt {
  color: #aa0000; }

.highlight .kc {
  font-weight: normal; }

.highlight .kd {
  font-weight: bold; }

.highlight .kp {
  font-weight: bold; }

.highlight .kr {
  font-weight: bold; }

.highlight .kt {
  color: #445588;
  font-weight: bold; }

.highlight .m {
  color: #2a7dec; }

.highlight .s {
  color: #eb5757; }

.highlight .na {
  color: #212529; }

.highlight .nb {
  color: #2a7dec; }

.highlight .nc {
  color: #445588;
  font-weight: bold; }

.highlight .no {
  color: #008080; }

.highlight .ni {
  color: #800080; }

.highlight .ne {
  color: #990000;
  font-weight: bold; }

.highlight .nf {
  color: #990000;
  font-weight: bold; }

.highlight .nn {
  color: #555555; }

.highlight .nt {
  color: #212529; }

.highlight .nv {
  color: #2a7dec; }

.highlight .ow {
  font-weight: bold; }

.highlight .w {
  color: #bbbbbb; }

.highlight .mf {
  color: #2a7dec; }

.highlight .mh {
  color: #009999; }

.highlight .mi {
  color: #2a7dec; }

.highlight .mo {
  color: #009999; }

.highlight .sb {
  color: #eb5757; }

.highlight .sc {
  color: #eb5757; }

.highlight .sd {
  color: #eb5757; }

.highlight .s2 {
  color: #eb5757; }

.highlight .se {
  color: #eb5757; }

.highlight .sh {
  color: #eb5757; }

.highlight .si {
  color: #eb5757; }

.highlight .sx {
  color: #eb5757; }

.highlight .sr {
  color: #009926; }

.highlight .s1 {
  color: #eb5757; }

.highlight .ss {
  color: #990073; }

.highlight .bp {
  color: #999999; }

.highlight .vc {
  color: #008080; }

.highlight .vg {
  color: #008080; }

.highlight .vi {
  color: #008080; }

.highlight .il {
  color: #009999; }

#docs .copy-code {
  position: relative; }
  #docs .copy-code pre.highlight {
    position: relative;
    display: grid; }
    #docs .copy-code pre.highlight > button.clipboard-btn, #docs .copy-code pre.highlight > code {
      grid-row: 1;
      grid-column: 1; }
  #docs .copy-code .highlight {
    background: none !important; }
    #docs .copy-code .highlight .customTooltip {
      display: none;
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 1px;
      left: 1px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.55); }
      #docs .copy-code .highlight .customTooltip .tooltipText {
        bottom: calc(50% - 18px);
        left: calc(50% - 54px);
        position: absolute;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        color: white;
        background: #212529;
        padding: 8px 22px; }
    #docs .copy-code .highlight.showTool .customTooltip {
      display: block; }
    #docs .copy-code .highlight .rouge-code pre {
      padding-right: 32px; }
  #docs .copy-code button.clipboard-btn {
    pointer-events: none;
    outline: none;
    position: sticky;
    height: 46px;
    width: 206px;
    left: calc(100% - 206px);
    top: 0;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #docs .copy-code button.clipboard-btn img {
      width: 18px;
      height: 18px;
      filter: invert(51%) sepia(6%) saturate(172%) hue-rotate(177deg) brightness(94%) contrast(92%); }
    #docs .copy-code button.clipboard-btn p {
      padding: 10px;
      bottom: 2px;
      transition: 0.2s;
      color: #2a7dec;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(4px);
      opacity: 0;
      font-weight: 500;
      right: 32px;
      position: absolute; }
    #docs .copy-code button.clipboard-btn div {
      background-color: #fff;
      position: absolute;
      width: 38px;
      height: 38px;
      top: 46%;
      right: 0;
      transform: translateY(-50%);
      padding: 10px; }
      #docs .copy-code button.clipboard-btn div img {
        position: initial; }
  #docs .copy-code:hover {
    cursor: pointer; }
    #docs .copy-code:hover div.highlight pre.highlight {
      border: solid 1px #2A7DEC; }
    #docs .copy-code:hover button.clipboard-btn p {
      opacity: 1; }
    #docs .copy-code:hover button.clipboard-btn img {
      filter: invert(49%) sepia(97%) saturate(3730%) hue-rotate(200deg) brightness(95%) contrast(95%); }
  #docs .copy-code:active button.clipboard-btn p {
    opacity: 0; }
  #docs .copy-code:active button.clipboard-btn img {
    filter: invert(51%) sepia(6%) saturate(172%) hue-rotate(177deg) brightness(94%) contrast(92%); }

.tooltipped {
  position: relative; }

.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.5em 0.75em;
  font: normal normal 11px/1.5 "Roboto", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: #000000;
  border-radius: 3px;
  opacity: 0; }

.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #000000;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  opacity: 0; }

@keyframes tooltip-appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.tooltipped:hover::before, .tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 0s; }

.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
  animation-delay: 0s; }

.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell; }

.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px; }
.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #000000; }

.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px; }

.tooltipped-sw::after {
  margin-right: -16px; }

.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px; }
.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
  top: -7px;
  right: 50%;
  bottom: auto;
  margin-right: -6px;
  border-top-color: #000000; }

.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px; }

.tooltipped-nw::after {
  margin-right: -16px; }

.tooltipped-s::after,
.tooltipped-n::after {
  transform: translateX(50%); }

.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  transform: translateY(50%); }
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: #000000; }

.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  transform: translateY(50%); }
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: #000000; }

.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0; }

.tooltipped-align-right-1::before {
  right: 10px; }

.tooltipped-align-right-2::before {
  right: 15px; }

.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0; }

.tooltipped-align-left-1::before {
  left: 5px; }

.tooltipped-align-left-2::before {
  left: 10px; }

.tooltipped-multiline::after {
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate; }
.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%); }
.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
  right: 100%; }

@media screen and (min-width: 0\0 ) {
  .tooltipped-multiline::after {
    width: 250px; } }
.tooltipped-sticky::before, .tooltipped-sticky::after {
  display: inline-block; }
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell; }

.pi-accordion .container {
  padding: 0;
  margin: 0; }
.pi-accordion .item {
  overflow: hidden; }
  .pi-accordion .item:hover {
    text-decoration: none; }
.pi-accordion .title {
  color: #212631;
  position: relative;
  padding: 7.5px 10px 7.5px 18px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px; }
  .pi-accordion .title:hover {
    color: #2fb8e3; }
.pi-accordion a.item > .title {
  color: black; }
  .pi-accordion a.item > .title:hover {
    color: #2fb8e3; }
.pi-accordion a.item.item-pe > .title::after {
  content: "PE";
  font-size: 12px;
  font-weight: bold;
  color: #2fb8e3;
  transform: translate(5px, -10px);
  display: inline-block; }
.pi-accordion a.item.item-new > .title::after {
  content: "NEW";
  font-size: 12px;
  font-weight: bold;
  color: var(--tb-main-color);
  transform: translate(5px, -10px);
  display: inline-block; }
.pi-accordion div.item > .title:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #2fb8e3;
  transform: rotate(0deg);
  transition: 0.3s; }
.pi-accordion div.item.item-pe > .title::after {
  content: "PE";
  font-size: 12px;
  font-weight: bold;
  color: var(--tb-main-color);
  transform: translate(5px, -10px);
  display: inline-block; }
.pi-accordion div.item.item-new > .title::after {
  content: "NEW";
  font-size: 12px;
  font-weight: bold;
  color: var(--tb-main-color);
  transform: translate(5px, -10px);
  display: inline-block; }
.pi-accordion .wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: height 0.3s; }
.pi-accordion .content {
  padding-left: 20px;
  opacity: 0;
  transition: 0.3s; }
.pi-accordion .item.on > .title:before {
  transform: rotate(90deg); }
.pi-accordion .item.on > .wrapper > .content {
  opacity: 1; }

#docsContent #content .contact-form {
  z-index: 2;
  position: relative;
  background: #fff;
  color: #212529;
  box-shadow: -4px 15px 50px -20px rgba(0, 0, 0, 0.15), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 46px;
  margin: 0 auto;
  max-width: 915px; }
  #docsContent #content .contact-form h1.contact-us-title {
    position: relative;
    padding: 0;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px; }
    #docsContent #content .contact-form h1.contact-us-title:before {
      content: none; }
  #docsContent #content .contact-form .form-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    #docsContent #content .contact-form .form-section.mb30 {
      margin-bottom: 30px; }
  #docsContent #content .contact-form .form-element {
    display: inline-block;
    position: relative;
    width: 49%;
    margin-bottom: 8px; }
    #docsContent #content .contact-form .form-element:last-of-type, #docsContent #content .contact-form .form-element:nth-last-of-type(2) {
      width: 100%; }
    #docsContent #content .contact-form .form-element input.form-control, #docsContent #content .contact-form .form-element select.form-control {
      height: 44px; }
    #docsContent #content .contact-form .form-element input.form-control {
      padding: 0 16px; }
      #docsContent #content .contact-form .form-element input.form-control:focus {
        padding: 1px 15px; }
      #docsContent #content .contact-form .form-element input.form-control:-webkit-autofill, #docsContent #content .contact-form .form-element input.form-control:-webkit-autofill:hover, #docsContent #content .contact-form .form-element input.form-control:-webkit-autofill:focus, #docsContent #content .contact-form .form-element input.form-control:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #F7F9FC inset !important; }
    #docsContent #content .contact-form .form-element select.form-control {
      position: relative;
      padding: 0 36px 0 12px;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #docsContent #content .contact-form .form-element select.form-control::-ms-expand {
        display: none; }
      #docsContent #content .contact-form .form-element select.form-control:focus {
        padding: 1px 35px 1px 11px; }
      #docsContent #content .contact-form .form-element select.form-control option[value=""][disabled] {
        display: none; }
    #docsContent #content .contact-form .form-element label.select-label:after {
      content: "arrow_drop_down";
      font-family: "Material Icons";
      font-size: 24px;
      display: block;
      position: absolute;
      top: 42px;
      right: 18px;
      width: 10px;
      height: 10px;
      transform: rotate(90deg);
      transition: transform 0.3s;
      border: none; }
    #docsContent #content .contact-form .form-element label.select-label:hover:after {
      filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%); }
    #docsContent #content .contact-form .form-element textarea.form-control {
      resize: vertical;
      padding: 8px 16px;
      margin-bottom: 16px; }
      #docsContent #content .contact-form .form-element textarea.form-control:focus {
        padding: 7px 15px; }
      #docsContent #content .contact-form .form-element textarea.form-control:focus {
        cursor: initial;
        border: 2px solid #2a7dec;
        color: #212529; }
        #docsContent #content .contact-form .form-element textarea.form-control:focus::-webkit-input-placeholder {
          opacity: 0.2; }
        #docsContent #content .contact-form .form-element textarea.form-control:focus:-moz-placeholder {
          opacity: 0.2; }
        #docsContent #content .contact-form .form-element textarea.form-control:focus::-moz-placeholder {
          opacity: 0.2; }
        #docsContent #content .contact-form .form-element textarea.form-control:focus:-ms-input-placeholder {
          opacity: 0.2; }
    #docsContent #content .contact-form .form-element .form-control {
      width: 100%;
      margin: 24px 0 0 0;
      line-height: 30px;
      font-size: 16px;
      vertical-align: middle;
      border: 1px solid #E0E1E2;
      background-color: transparent;
      border-radius: 6px;
      color: #212529;
      box-shadow: none; }
      #docsContent #content .contact-form .form-element .form-control::-webkit-input-placeholder {
        color: #9E9E9E; }
      #docsContent #content .contact-form .form-element .form-control:-moz-placeholder {
        color: #9E9E9E; }
      #docsContent #content .contact-form .form-element .form-control::-moz-placeholder {
        color: #9E9E9E; }
      #docsContent #content .contact-form .form-element .form-control:-ms-input-placeholder {
        color: #9E9E9E; }
      #docsContent #content .contact-form .form-element .form-control.invalid-input {
        border: 1px solid #D9534F; }
      #docsContent #content .contact-form .form-element .form-control.invalid-input:focus {
        border-color: #D9534F;
        box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }
      #docsContent #content .contact-form .form-element .form-control:focus {
        cursor: initial;
        border: 2px solid #2a7dec;
        color: #212529; }
        #docsContent #content .contact-form .form-element .form-control:focus::-webkit-input-placeholder {
          opacity: 0.2; }
        #docsContent #content .contact-form .form-element .form-control:focus:-moz-placeholder {
          opacity: 0.2; }
        #docsContent #content .contact-form .form-element .form-control:focus::-moz-placeholder {
          opacity: 0.2; }
        #docsContent #content .contact-form .form-element .form-control:focus:-ms-input-placeholder {
          opacity: 0.2; }
      #docsContent #content .contact-form .form-element .form-control.select.input--empty {
        color: rgba(33, 37, 41, 0.6); }
        #docsContent #content .contact-form .form-element .form-control.select.input--empty:focus {
          color: rgba(33, 37, 41, 0.2); }
          #docsContent #content .contact-form .form-element .form-control.select.input--empty:focus option {
            color: #212529; }
    #docsContent #content .contact-form .form-element label {
      width: 100%;
      line-height: 100%;
      font-size: 14px;
      margin-bottom: 0; }
      #docsContent #content .contact-form .form-element label p {
        cursor: text;
        position: absolute;
        margin: 0 0 0 10px;
        padding: 11px 0;
        font-size: 14px;
        font-weight: 500;
        color: #3D3D3D;
        transition: 150ms;
        transform: scale(1) translate(-10px, -86px);
        pointer-events: none; }
        #docsContent #content .contact-form .form-element label p.text-area-label {
          position: absolute;
          top: 68px; }
    #docsContent #content .contact-form .form-element .form-control:focus + p, #docsContent #content .contact-form .form-element .form-control:not(.input--empty) + p {
      color: inherit; }
    #docsContent #content .contact-form .form-element .error-message-hint {
      color: #D9534F;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      width: 100%;
      display: block;
      box-sizing: border-box; }
    #docsContent #content .contact-form .form-element:last-child label .error-message-hint {
      transform: translateY(-15px); }
  #docsContent #content .contact-form .submit-button-container input {
    width: 100%; }
  #docsContent #content .contact-form input.button {
    min-width: 150px; }
#docsContent #content #contact-us-thanks {
  position: relative;
  height: 619px;
  padding: 30px;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin-bottom 0.5s;
  margin: auto;
  margin-bottom: 130px; }
  #docsContent #content #contact-us-thanks.opened {
    margin-bottom: 0; }
  #docsContent #content #contact-us-thanks .thanks-content p {
    font-size: 18px;
    font-weight: normal;
    color: #75767C; }
    #docsContent #content #contact-us-thanks .thanks-content p.thank-you {
      font-size: 36px;
      font-weight: 600;
      color: #212529; }
  #docsContent #content #contact-us-thanks .thanks-content a.homepage {
    margin-top: 48px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500; }
    #docsContent #content #contact-us-thanks .thanks-content a.homepage:after {
      content: "arrow_forward";
      font-family: "Material Icons";
      font-size: 12px;
      display: block;
      position: absolute;
      top: 6px;
      right: -22px;
      width: 12px;
      height: 12px;
      border: none;
      filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%); }

@media screen and (min-width: 1921px) {
  #docsContent .contact-form, #docsContent #contact-us-thanks {
    width: 1050px; } }
@media screen and (max-width: 972px) {
  #docsContent #content .contact-form fieldset .form-section .form-element, #docsContent #content #contact-us-thanks fieldset .form-section .form-element {
    width: 100%; } }
@media screen and (max-width: 599px) {
  #docsContent #content .contact-form, #docsContent #content #contact-us-thanks {
    padding: 16px; }
    #docsContent #content .contact-form h1.contact-us-title, #docsContent #content #contact-us-thanks h1.contact-us-title {
      font-size: 36px; } }
.tb-content-toggle .panel-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 30px; }
  .tb-content-toggle .panel-heading a.content-toggle-button {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 0.75em 0.75em;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    background: #EEF5FD; }
    .tb-content-toggle .panel-heading a.content-toggle-button.active {
      border: 1px solid #2A7DEC;
      background: #2A7DEC; }
      .tb-content-toggle .panel-heading a.content-toggle-button.active .content-toggle-button-text {
        color: #FFF; }
        .tb-content-toggle .panel-heading a.content-toggle-button.active .content-toggle-button-text small {
          color: #FFF; }
    .tb-content-toggle .panel-heading a.content-toggle-button:not(.active):hover {
      border: 1px solid rgba(0, 0, 0, 0.87); }
    .tb-content-toggle .panel-heading a.content-toggle-button .content-toggle-button-text {
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      color: #000000C2;
      height: 80px;
      width: 260px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .tb-content-toggle .panel-heading a.content-toggle-button .content-toggle-button-text small {
        color: rgba(33, 37, 41, 0.6);
        font-size: 14px;
        line-height: 24px;
        font-weight: 400; }
.tb-content-toggle .panel-collapse .panel-body > table {
  width: auto !important;
  border: none !important;
  margin: 0 !important;
  display: block; }
  .tb-content-toggle .panel-collapse .panel-body > table > tbody {
    display: block; }
    .tb-content-toggle .panel-collapse .panel-body > table > tbody > tr {
      display: block; }
      .tb-content-toggle .panel-collapse .panel-body > table > tbody > tr > td {
        display: block; }
.tb-content-toggle .panel-collapse h1:before, .tb-content-toggle .panel-collapse h2:before, .tb-content-toggle .panel-collapse h3:before, .tb-content-toggle .panel-collapse h4:before, .tb-content-toggle .panel-collapse h5:before, .tb-content-toggle .panel-collapse h6:before {
  height: 0 !important;
  margin-top: 0 !important; }

.tb-liquid-content-toggle .panel-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 30px; }
  .tb-liquid-content-toggle .panel-heading a.content-toggle-button {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 0.75em 0.75em;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    background: #EEF5FD; }
    .tb-liquid-content-toggle .panel-heading a.content-toggle-button.active {
      border: 1px solid #2A7DEC;
      background: #2A7DEC; }
      .tb-liquid-content-toggle .panel-heading a.content-toggle-button.active .content-toggle-button-text {
        color: #FFF; }
        .tb-liquid-content-toggle .panel-heading a.content-toggle-button.active .content-toggle-button-text small {
          color: #FFF; }
    .tb-liquid-content-toggle .panel-heading a.content-toggle-button:not(.active):hover {
      border: 1px solid rgba(0, 0, 0, 0.87); }
    .tb-liquid-content-toggle .panel-heading a.content-toggle-button .content-toggle-button-text {
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      color: #000000C2;
      height: 80px;
      width: 260px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .tb-liquid-content-toggle .panel-heading a.content-toggle-button .content-toggle-button-text small {
        color: rgba(33, 37, 41, 0.6);
        font-size: 14px;
        line-height: 24px;
        font-weight: 400; }
.tb-liquid-content-toggle .panel-collapse .panel-body > table {
  width: auto !important;
  border: none !important;
  margin: 0 !important;
  display: block; }
  .tb-liquid-content-toggle .panel-collapse .panel-body > table > tbody {
    display: block; }
    .tb-liquid-content-toggle .panel-collapse .panel-body > table > tbody > tr {
      display: block; }
      .tb-liquid-content-toggle .panel-collapse .panel-body > table > tbody > tr > td {
        display: block; }

.images-gallery {
  padding: 16px 0 8px;
  display: flex;
  align-items: start;
  flex-wrap: wrap; }
  .images-gallery .list-item {
    margin: 0 0.75em 0.5em; }
  .images-gallery img {
    cursor: zoom-in; }
  .images-gallery figcaption {
    display: none; }

#docs .breadcrumbs {
  margin: 0 0 20px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #docs .breadcrumbs .breadcrumbs-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px; }
  #docs .breadcrumbs .breadcrumbs-item, #docs .breadcrumbs .breadcrumbs-item a {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.54); }
    #docs .breadcrumbs .breadcrumbs-item:hover, #docs .breadcrumbs .breadcrumbs-item a:hover {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.76); }
    #docs .breadcrumbs .breadcrumbs-item.current-page, #docs .breadcrumbs .breadcrumbs-item a.current-page {
      color: rgba(0, 0, 0, 0.76); }

.owl-carousel.owl-theme {
  margin: 64px 0 24px;
  position: relative;
  visibility: hidden;
  display: block;
  min-height: 500px;
  max-height: 500px; }
  .owl-carousel.owl-theme.owl-loaded {
    visibility: visible;
    min-height: unset;
    max-height: unset; }
    .owl-carousel.owl-theme.owl-loaded .owl-stage-outer .owl-stage .owl-item {
      transition: unset; }
  .owl-carousel.owl-theme.support-ukraine img {
    max-height: 600px;
    margin: auto;
    width: auto; }
  .owl-carousel.owl-theme .carousel-item-default a {
    position: relative; }
    .owl-carousel.owl-theme .carousel-item-default a .arrow {
      font-size: 13px;
      transform: translate(0px);
      transition-duration: 0.3s;
      box-shadow: none !important;
      width: 12px !important;
      margin-left: 12px;
      position: absolute;
      top: 7px; }
      .owl-carousel.owl-theme .carousel-item-default a .arrow.first {
        opacity: 0.2; }
      .owl-carousel.owl-theme .carousel-item-default a .arrow.second {
        opacity: 0.5; }
    .owl-carousel.owl-theme .carousel-item-default a:hover {
      transition-duration: 0.3s; }
      .owl-carousel.owl-theme .carousel-item-default a:hover .first {
        transform: translate(10px); }
      .owl-carousel.owl-theme .carousel-item-default a:hover .second {
        transform: translate(20px); }
      .owl-carousel.owl-theme .carousel-item-default a:hover .third {
        transform: translate(30px); }
  .owl-carousel.owl-theme .carousel-item-default .carousel-text {
    display: flex;
    flex-direction: column; }
  .owl-carousel.owl-theme .carousel-item-default .carousel-image {
    position: relative; }
    .owl-carousel.owl-theme .carousel-item-default .carousel-image img {
      height: auto;
      width: 100%;
      border-radius: var(--imageBorderRadius); }
    .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay {
      top: 0;
      position: absolute;
      opacity: 0;
      color: #fff;
      z-index: 1000;
      display: block;
      width: 100%;
      font-weight: 400;
      height: 100%;
      background: linear-gradient(0deg, rgba(37, 38, 40, 0.8) 0%, rgba(37, 38, 40, 0.6) 100%);
      transition-duration: 0.3s;
      border-radius: var(--imageBorderRadius); }
      .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay:hover {
        opacity: 1; }
        .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay:hover .eye {
          bottom: 14%; }
      .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay .eye {
        transition-duration: 0.3s;
        position: absolute;
        bottom: 0;
        left: 33%;
        display: flex; }
        .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay .eye img, .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay .eye i {
          font-size: 24px;
          margin-right: 10px;
          width: unset !important; }
    .owl-carousel.owl-theme .carousel-item-default .carousel-image:hover .overlay {
      opacity: 1; }
  .owl-carousel.owl-theme .carousel-item {
    display: block; }
    .owl-carousel.owl-theme .carousel-item .carousel-text {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  .owl-carousel.owl-theme .carousel-item-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .owl-carousel.owl-theme .carousel-item-flex-row .carousel-text {
      width: 30%; }
    .owl-carousel.owl-theme .carousel-item-flex-row .carousel-image {
      width: 66%; }
    @media screen and (max-width: 1024px) {
      .owl-carousel.owl-theme .carousel-item-flex-row {
        flex-direction: column;
        gap: 32px; }
        .owl-carousel.owl-theme .carousel-item-flex-row .carousel-text {
          width: 100%; }
        .owl-carousel.owl-theme .carousel-item-flex-row .carousel-image {
          width: 100%; } }
  .owl-carousel.owl-theme .carousel-item-flex-column {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px; }
    .owl-carousel.owl-theme .carousel-item-flex-column .carousel-text {
      gap: 25px; }
  .owl-carousel.owl-theme .carousel-item-image-background {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .owl-carousel.owl-theme .carousel-item-image-background .carousel-image {
      display: none; }
    .owl-carousel.owl-theme .carousel-item-image-background .carousel-text {
      padding: 30px;
      position: relative;
      max-width: 1430px;
      width: 100%;
      margin: 0 auto;
      height: auto;
      gap: 15px;
      z-index: 3; }
      .owl-carousel.owl-theme .carousel-item-image-background .carousel-text p {
        max-width: 935px;
        align-self: flex-end; }
      .owl-carousel.owl-theme .carousel-item-image-background .carousel-text a {
        align-self: flex-end; }
    .owl-carousel.owl-theme .carousel-item-image-background:after {
      content: "";
      z-index: 1;
      backdrop-filter: blur(4px); }
  .owl-carousel.owl-theme .owl-nav button.owl-prev, .owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    filter: invert(100%) sepia(74%) saturate(108%) hue-rotate(175deg) brightness(90%) contrast(96%);
    outline: none;
    background-color: transparent;
    width: 17px;
    height: 50px;
    top: calc(50% - 25px); }
    .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
      filter: invert(62%) sepia(74%) saturate(6770%) hue-rotate(202deg) brightness(99%) contrast(87%); }
    .owl-carousel.owl-theme .owl-nav button.owl-prev span, .owl-carousel.owl-theme .owl-nav button.owl-next span {
      display: none; }
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 0;
    transform: scale(-1, 1); }
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 0; }
  .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 32px; }
  .owl-carousel.owl-theme .owl-dots {
    margin-top: 32px; }
    .owl-carousel.owl-theme .owl-dots button.owl-dot {
      outline: none;
      margin: 0 12px; }
      .owl-carousel.owl-theme .owl-dots button.owl-dot:hover, .owl-carousel.owl-theme .owl-dots button.owl-dot.active {
        filter: invert(62%) sepia(74%) saturate(6770%) hue-rotate(202deg) brightness(99%) contrast(87%); }
      .owl-carousel.owl-theme .owl-dots button.owl-dot span {
        margin: 8px 0;
        background: #E0E1E2;
        border-radius: 4px; }

.owl-carousel.owl-theme.partnersCarousel {
  margin: 0; }
  .owl-carousel.owl-theme.partnersCarousel .owl-stage {
    display: flex; }
  .owl-carousel.owl-theme.partnersCarousel .owl-nav {
    display: block !important;
    margin-top: 0; }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev,
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next {
      position: absolute;
      outline: none;
      background-color: transparent;
      filter: unset;
      width: 60px;
      height: 60px;
      top: calc(50% - 25px); }
      .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev span,
      .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next span {
        display: none; }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev {
      left: 0;
      transform: scale(-1, 1); }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next {
      right: 0; }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev::before,
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 42%;
      left: 85px;
      transform: translate(-50%, -50%) rotate(-90deg);
      font-weight: 900;
      font-size: 21px;
      color: #2A7DEC;
      transition: ease-in-out 0.3s; }

.owl-carousel.owl-theme.usecase-carousel img {
  height: auto;
  width: auto; }

.owl-carousel.owl-theme.usecase-carousel.substrateClassTrue .owl-item.active .carousel-image {
  padding: 9px;
  border-radius: 24px;
  background: #EBEBEB; }

.owl-carousel.owl-theme.nonActiveItemsVisibilityTrue .owl-stage-outer {
  overflow: visible; }

.owl-carousel.owl-theme.nonActiveItemsVisibilityFalse .owl-stage-outer {
  overflow: hidden; }

.owl-carousel.owl-theme.circle .owl-dots button.owl-dot {
  width: 10px;
  height: 10px; }

.owl-carousel.owl-theme.line .owl-dots button.owl-dot span {
  width: 72px;
  height: 4px; }

.owl-carousel.owl-theme.square .owl-dots button.owl-dot:hover, .owl-carousel.owl-theme.square .owl-dots button.owl-dot.active {
  filter: unset; }
  .owl-carousel.owl-theme.square .owl-dots button.owl-dot:hover span, .owl-carousel.owl-theme.square .owl-dots button.owl-dot.active span {
    background: #305680; }
.owl-carousel.owl-theme.square .owl-dots button.owl-dot span {
  border-radius: 0;
  width: 12px;
  height: 12px; }

.owl-carousel.owl-theme.dotButtonInCarouselContainerEnabled .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%); }

.owl-carousel.owl-theme.disableDots .owl-dots {
  display: none; }

@media screen and (max-width: 750px) {
  .owl-carousel.owl-theme.line .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px; } }
.owl-carousel.owl-theme.IndustryOSStyledBackgroundEnabled .carousel-item-default {
  position: relative; }
  .owl-carousel.owl-theme.IndustryOSStyledBackgroundEnabled .carousel-item-default:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(/images/tbstyled-bg.svg);
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.3; }

.owl-carousel.owl-theme.darkenedImageEnabled .carousel-item-default {
  position: relative; }
  .owl-carousel.owl-theme.darkenedImageEnabled .carousel-item-default:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #3F474F99;
    z-index: 1; }

.owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer {
  position: relative; }
  .owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer .owl-stage .owl-item {
    filter: blur(8px);
    transform: scale(0.9);
    transition: filter 0.5s ease, transform 0.5s ease; }
    .owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer .owl-stage .owl-item .item-image {
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04), 0px 50px 50px -20px rgba(0, 0, 0, 0.15); }
    .owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer .owl-stage .owl-item.active {
      filter: blur(0);
      transform: scale(1); }

.owl-carousel.owl-theme.thinArrow .owl-nav button.owl-prev, .owl-carousel.owl-theme.thinArrow .owl-nav button.owl-next {
  background-image: url(/images/slider-arrow.svg); }

.owl-carousel.owl-theme.fatArrow .carousel-item-default {
  padding: 0 30px; }
.owl-carousel.owl-theme.fatArrow .owl-nav button.owl-prev, .owl-carousel.owl-theme.fatArrow .owl-nav button.owl-next {
  filter: unset;
  width: 26px;
  height: 40px;
  background-image: url(/images/slider-forward.svg); }

.owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next {
  filter: unset;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  transition: ease-in-out 0.3s; }
  .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev:before, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-weight: 900;
    font-size: 40px;
    color: #305680;
    transition: ease-in-out 0.3s; }
  .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next:hover {
    background-color: #E6EAEF; }
    .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev:hover:before, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next:hover:before {
      content: "";
      color: #7093b9; }

.owl-carousel.owl-theme.timeline {
  position: relative; }
  .owl-carousel.owl-theme.timeline:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 5px;
    background: #305680; }
  .owl-carousel.owl-theme.timeline .owl-stage-outer .owl-stage .owl-item {
    filter: blur(0); }
  .owl-carousel.owl-theme.timeline .owl-nav button.owl-prev, .owl-carousel.owl-theme.timeline .owl-nav button.owl-next {
    margin: 0;
    transform: translateY(-50%);
    top: 40%; }
  .owl-carousel.owl-theme.timeline .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1, 1); }
  .owl-carousel.owl-theme.timeline .owl-nav .disabled {
    display: none; }
  .owl-carousel.owl-theme.timeline .timeline-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto; }
    .owl-carousel.owl-theme.timeline .timeline-item .timeline-label {
      padding-top: 10px;
      display: flex;
      gap: 10px;
      flex-direction: column;
      text-align: center;
      cursor: pointer; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label:hover .timeline-title {
        text-shadow: 4px 4px 4px rgba(48, 86, 128, 0.15);
        transform-origin: bottom;
        transform: scale(1.6); }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label:hover .timeline-circle {
        background: #E6EAEF; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label .timeline-title {
        display: flex;
        font-size: 24px;
        color: #305680;
        font-weight: 500;
        line-height: 40px;
        justify-content: center;
        align-items: end;
        transition: ease-in-out 0.3s; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label .timeline-circle {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        border-radius: 100px;
        border: 2px solid #305680;
        background: #FFF;
        transition: ease-in-out 0.3s; }
        .owl-carousel.owl-theme.timeline .timeline-item .timeline-label .timeline-circle .fas {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: ease-in-out 0.4s; }
    .owl-carousel.owl-theme.timeline .timeline-item .timeline-text {
      align-self: center; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-text li {
        color: #000000c2;
        line-height: 30px;
        font-size: 18px;
        list-style-type: disc;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease; }
  .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-circle {
    background: #E6EAEF; }
    .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-circle .fas {
      transform: translate(-50%, -50%) rotate(180deg); }
  .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-text li {
    opacity: 1;
    transform: translateY(0); }
  .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-label .timeline-title {
    text-shadow: 4px 4px 4px rgba(48, 86, 128, 0.15);
    transform: scale(1.6);
    transform-origin: bottom; }

.owl-carousel.owl-theme.cardMode .card {
  cursor: pointer;
  transform: scale(0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid rgba(42, 125, 236, 0.25);
  background: #FFF;
  box-shadow: 0px 10px 25px -15px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 46px;
  transition: ease-in-out 0.3s; }
  .owl-carousel.owl-theme.cardMode .card .card-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center; }
  .owl-carousel.owl-theme.cardMode .card .card-link {
    display: flex;
    pointer-events: none;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: ease-in-out 0.3s;
    opacity: 0;
    transform: translateY(100%);
    animation: slideDown 0.3s forwards; }
  .owl-carousel.owl-theme.cardMode .card ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    gap: 12px; }
    .owl-carousel.owl-theme.cardMode .card ul li {
      width: auto;
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 8px;
      background: #2A7DEC14;
      border-radius: 8px; }
      .owl-carousel.owl-theme.cardMode .card ul li img {
        width: auto; }
      .owl-carousel.owl-theme.cardMode .card ul li span {
        font-size: 14px; }
  .owl-carousel.owl-theme.cardMode .card h2 {
    text-align: center; }
  .owl-carousel.owl-theme.cardMode .card p {
    text-align: center; }
.owl-carousel.owl-theme.cardMode .owl-item.center .card {
  transform: scale(1); }
  .owl-carousel.owl-theme.cardMode .owl-item.center .card .card-link {
    pointer-events: initial;
    opacity: 1;
    animation: slideUp 0.3s forwards; }
    .owl-carousel.owl-theme.cardMode .owl-item.center .card .card-link:hover {
      opacity: 0.7; }
      .owl-carousel.owl-theme.cardMode .owl-item.center .card .card-link:hover a {
        text-decoration: none; }

.owl-carousel.owl-theme.cardMode .owl-item.active.center .card {
  box-shadow: -4px 15px 50px -20px rgba(42, 125, 236, 0.15), 0px 0px 8px 0px rgba(42, 125, 236, 0.08); }

.owl-carousel.owl-theme.usecase-carousel.cardMode .card span {
  transition: ease-in-out 0.2s;
  color: #000000DE; }
.owl-carousel.owl-theme.usecase-carousel.cardMode .owl-item.active.center .card {
  position: relative; }
  .owl-carousel.owl-theme.usecase-carousel.cardMode .owl-item.active.center .card:hover span {
    color: #2A7DEC; }
  .owl-carousel.owl-theme.usecase-carousel.cardMode .owl-item.active.center .card .card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-prev:before, .owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-next:before {
  font-size: 30px;
  color: #2A7DEC; }
.owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-next:hover {
  background-color: unset;
  opacity: 0.7; }

.owl-carousel.owl-theme.cardMode.circle button.owl-dot {
  width: 8px;
  height: 8px; }

.owl-carousel-toggle-content .owl-carousel-toggle-content-item {
  display: none; }
.owl-carousel-toggle-content .owl-carousel-toggle-content-item.current-content {
  display: flex;
  flex-direction: column; }

.owl-carousel.owl-theme.cardMode .course-below {
  color: #2a7dec; }

@keyframes slideUp {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0); } }
@keyframes slideDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50px); } }
.not-found-message {
  display: block;
  font-size: 36px;
  text-align: center; }

@media screen and (min-width: 1280px) {
  .owl-carousel.owl-theme .carousel-text h2 {
    font-size: var(--titleSize); }
  .owl-carousel.owl-theme .carousel-text p {
    font-size: var(--descriptionSize); }
  .owl-carousel.owl-theme .carousel-text a {
    font-size: var(--linkSize); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSize); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSize); } }
@media screen and (max-width: 1279px) {
  .owl-carousel.owl-theme .carousel-text h2 {
    font-size: var(--titleSizeLower1280); }
  .owl-carousel.owl-theme .carousel-text p {
    font-size: var(--descriptionSizeLower1280); }
  .owl-carousel.owl-theme .carousel-text a {
    font-size: var(--linkSizeLower1280); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSizeLower1280); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSizeLower1280); } }
@media screen and (max-width: 959px) {
  .owl-carousel.owl-theme .carousel-text h2, .owl-carousel.owl-theme .timeline-item h2 {
    font-size: var(--titleSizeLower960); }
  .owl-carousel.owl-theme .carousel-text p, .owl-carousel.owl-theme .timeline-item p {
    font-size: var(--descriptionSizeLower960); }
  .owl-carousel.owl-theme .carousel-text a, .owl-carousel.owl-theme .timeline-item a {
    font-size: var(--linkSizeLower960); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSizeLower960); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSizeLower960); }

  .owl-carousel.owl-theme.timeline:before {
    content: "";
    width: 80%; } }
@media screen and (max-width: 599px) {
  .owl-carousel.owl-theme .carousel-text h2, .owl-carousel.owl-theme .timeline-item h2 {
    font-size: var(--titleSizeLower600); }
  .owl-carousel.owl-theme .carousel-text p, .owl-carousel.owl-theme .timeline-item p {
    font-size: var(--descriptionSizeLower600); }
  .owl-carousel.owl-theme .carousel-text a, .owl-carousel.owl-theme .timeline-item a {
    font-size: var(--linkSizeLower600); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSizeLower600); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSizeLower600); }

  .owl-carousel.owl-theme.timeline:before {
    content: "";
    width: 70%; }

  .owl-carousel.owl-theme.cardMode .card {
    padding: 24px; } }
.owl-carousel.owl-theme.dev-serv .development-title {
  font-size: 28px;
  color: #212529;
  line-height: 40px;
  font-weight: 500; }
.owl-carousel.owl-theme.dev-serv .development-description {
  font-size: 16px;
  color: #000000DE;
  line-height: 27px;
  font-weight: 400; }

.owl-carousel.owl-theme .company-values-title {
  font-size: 96px;
  font-weight: 500;
  line-height: 125%;
  color: #FFF; }
.owl-carousel.owl-theme .company-values-description {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  color: #FFF; }

#docsContent h1 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 32px; }
  #docsContent h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 32px;
    background: linear-gradient(135deg, #2a7dec, #816ef4);
    border-radius: 3px; }
#docsContent h2 {
  position: relative;
  padding-left: 16px;
  padding-top: 24px;
  margin-bottom: 20px;
  color: #212529;
  font-weight: 600; }
  #docsContent h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #49e587, #2a7dec);
    border-radius: 2px; }
#docsContent h3 {
  padding-top: 20px;
  margin-bottom: 16px;
  color: #212529;
  font-weight: 600; }

#docsToc .pi-accordion .item {
  margin: 4px 0;
  border-radius: 6px;
  transition: all 0.2s ease; }
  #docsToc .pi-accordion .item:hover {
    background-color: rgba(42, 125, 236, 0.05); }
#docsToc .pi-accordion .title {
  transition: all 0.2s ease;
  border-radius: 4px;
  padding: 8px 18px !important; }
  #docsToc .pi-accordion .title:hover {
    background-color: rgba(42, 125, 236, 0.08);
    transform: translateX(4px); }
#docsToc .pi-accordion .yah {
  background: linear-gradient(135deg, rgba(42, 125, 236, 0.1) 0%, rgba(129, 110, 244, 0.05) 100%);
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(42, 125, 236, 0.1); }

.feature-card {
  background: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; }
  .feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2a7dec, #816ef4, #49e587);
    opacity: 0;
    transition: opacity 0.3s ease; }
  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05); }
    .feature-card:hover::before {
      opacity: 1; }

#docsContent a:not(.feature-card):not(.button):not(.cta-button) {
  color: #2a7dec;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease; }
  #docsContent a:not(.feature-card):not(.button):not(.cta-button)::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2a7dec;
    transition: width 0.3s ease; }
  #docsContent a:not(.feature-card):not(.button):not(.cta-button):hover {
    color: #1159b9; }
    #docsContent a:not(.feature-card):not(.button):not(.cta-button):hover::after {
      width: 100%; }

#searchBox #search {
  transition: all 0.3s ease; }
  #searchBox #search:focus {
    box-shadow: 0 0 0 3px rgba(42, 125, 236, 0.1);
    transform: translateY(-1px); }

.products-selector .product-info {
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); }
  .products-selector .product-info:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px); }

#docsToc::-webkit-scrollbar {
  width: 8px; }

#docsToc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px; }

#docsToc::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #2a7dec, #816ef4);
  border-radius: 4px; }
  #docsToc::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1364d0, #583ff0); }

.badge, .pill, .tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(135deg, #2a7dec, #816ef4);
  color: white;
  margin: 0 4px; }

#docsContent img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06); }

#docsContent hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #2a7dec, transparent);
  margin: 40px 0;
  border-radius: 2px; }

#table-of-contents {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06); }
  #table-of-contents > span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #212529;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(42, 125, 236, 0.1); }
  #table-of-contents ul#markdown-toc {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    #table-of-contents ul#markdown-toc li {
      margin: 6px 0;
      padding-left: 0;
      position: relative; }
      #table-of-contents ul#markdown-toc li a {
        color: #75767C;
        font-size: 14px;
        line-height: 1.8;
        display: block;
        transition: all 0.2s ease; }
        #table-of-contents ul#markdown-toc li a::after {
          display: none !important; }
        #table-of-contents ul#markdown-toc li a:hover {
          color: #2a7dec; }
      #table-of-contents ul#markdown-toc li ul {
        margin-top: 6px;
        padding-left: 20px; }

#docsContent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 24px 0;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05); }
  #docsContent .video-container iframe, #docsContent .video-container object, #docsContent .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px; }

#docsContent pre {
  position: relative; }
  #docsContent pre:hover .copy-button {
    opacity: 1; }
  #docsContent pre .copy-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(135deg, #2a7dec, #816ef4);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    #docsContent pre .copy-button:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }
    #docsContent pre .copy-button:active {
      transform: scale(0.95); }

.steps, .numbered-section {
  counter-reset: step-counter; }
  .steps .step, .numbered-section .step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 32px; }
    .steps .step::before, .numbered-section .step::before {
      counter-increment: step-counter;
      content: counter(step-counter);
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, #2a7dec, #816ef4);
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 18px;
      box-shadow: 0 4px 8px rgba(42, 125, 236, 0.3); }
    .steps .step h3, .steps .step h4, .numbered-section .step h3, .numbered-section .step h4 {
      margin-top: 0;
      color: #212529;
      font-weight: 600; }

.progress-bar {
  width: 100%;
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  margin: 16px 0; }
  .progress-bar .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2a7dec, #816ef4, #49e587);
    border-radius: 4px;
    transition: width 0.3s ease; }

.status {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 600;
  gap: 6px; }
  .status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block; }
  .status.success {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32; }
    .status.success::before {
      background: #4caf50; }
  .status.warning {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    color: #f57c00; }
    .status.warning::before {
      background: #ffa31a; }
  .status.error {
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    color: #c62828; }
    .status.error::before {
      background: #f44336; }
  .status.info {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #1565c0; }
    .status.info::before {
      background: #2a7dec; }

kbd {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #212529;
  background: linear-gradient(135deg, #ffffff, #f5f5f5);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  font-family: monospace;
  font-weight: 600; }

#docsContent dl {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
  margin: 24px 0; }
  #docsContent dl dt {
    font-weight: 600;
    color: #2a7dec;
    margin-bottom: 8px;
    font-size: 16px; }
    #docsContent dl dt::before {
      content: "▸";
      margin-right: 8px;
      color: #816ef4; }
  #docsContent dl dd {
    margin: 0 0 16px 24px;
    color: #212529;
    line-height: 1.6; }
    #docsContent dl dd:last-child {
      margin-bottom: 0; }

.icon-list {
  list-style: none;
  padding: 0; }
  .icon-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px; }
    .icon-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 2px;
      width: 24px;
      height: 24px;
      background: linear-gradient(135deg, #49e587, #66bb6a);
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 14px;
      box-shadow: 0 2px 4px rgba(73, 229, 135, 0.3); }

.comparison-table table th {
  background: linear-gradient(135deg, #2a7dec, #816ef4); }
  .comparison-table table th:first-child {
    background: linear-gradient(135deg, #37474f, #546e7a); }
.comparison-table table tbody tr:nth-child(even) {
  background: linear-gradient(135deg, #fafafa, #ffffff); }

.alert {
  position: relative;
  padding: 16px 20px 16px 56px;
  margin: 24px 0;
  border-radius: 8px;
  border-left: 5px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06); }
  .alert::before {
    font-family: "Material Icons";
    font-size: 28px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%); }
  .alert.alert-success {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    border-left-color: #49e587;
    color: #2e7d32; }
    .alert.alert-success::before {
      content: "";
      color: #49e587; }
  .alert.alert-info {
    background: linear-gradient(135deg, #e3f2fd, #e1f5fe);
    border-left-color: #2a7dec;
    color: #1565c0; }
    .alert.alert-info::before {
      content: "";
      color: #2a7dec; }
  .alert.alert-warning {
    background: linear-gradient(135deg, #fff3e0, #ffecb3);
    border-left-color: #ffa31a;
    color: #f57c00; }
    .alert.alert-warning::before {
      content: "";
      color: #ffa31a; }
  .alert.alert-danger {
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    border-left-color: #f44336;
    color: #c62828; }
    .alert.alert-danger::before {
      content: "";
      color: #f44336; }

.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2a7dec, #816ef4);
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(42, 125, 236, 0.4);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000; }
  .scroll-to-top.visible {
    opacity: 1;
    visibility: visible; }
  .scroll-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(42, 125, 236, 0.5); }
  .scroll-to-top::before {
    content: "";
    font-family: "Material Icons";
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  margin-bottom: 24px;
  font-size: 14px; }
  .breadcrumbs a {
    color: #75767C;
    transition: color 0.2s ease; }
    .breadcrumbs a:hover {
      color: #2a7dec; }
  .breadcrumbs .separator {
    color: #ccc; }
    .breadcrumbs .separator::before {
      content: "›";
      font-size: 18px; }
  .breadcrumbs .current {
    color: #212529;
    font-weight: 600; }

.grid-2, .grid-3, .grid-4 {
  display: grid;
  gap: 24px;
  margin: 24px 0; }

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-top: 4px solid transparent; }
  .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    border-top-color: #2a7dec; }
  .card h3, .card h4 {
    margin-top: 0;
    color: #212529; }
  .card .card-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #2a7dec, #816ef4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(42, 125, 236, 0.2); }
    .card .card-icon .material-icons {
      color: white;
      font-size: 28px; }

@keyframes gradientShift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.gradient-bg {
  background: linear-gradient(-45deg, #2a7dec, #816ef4, #49e587, #ffa31a);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite; }

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0; }
  .tech-stack .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    min-width: 100px; }
    .tech-stack .tech-item:hover {
      transform: translateY(-8px) scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); }
      .tech-stack .tech-item:hover .tech-icon {
        transform: rotate(360deg); }
    .tech-stack .tech-item .tech-icon {
      width: 48px;
      height: 48px;
      margin-bottom: 12px;
      transition: transform 0.6s ease;
      filter: grayscale(30%); }
      .tech-stack .tech-item .tech-icon:hover {
        filter: grayscale(0%); }
    .tech-stack .tech-item .tech-name {
      font-size: 13px;
      font-weight: 600;
      color: #212529;
      text-align: center; }

.feature-highlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0; }
  .feature-highlight .highlight-item {
    position: relative;
    padding: 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    overflow: hidden; }
    .feature-highlight .highlight-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #2a7dec, #816ef4);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease; }
    .feature-highlight .highlight-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); }
      .feature-highlight .highlight-item:hover::before {
        transform: scaleX(1); }
      .feature-highlight .highlight-item:hover .highlight-icon {
        transform: scale(1.1) rotate(5deg); }
    .feature-highlight .highlight-item .highlight-icon {
      width: 56px;
      height: 56px;
      background: linear-gradient(135deg, #2a7dec, #816ef4);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 12px rgba(42, 125, 236, 0.3); }
      .feature-highlight .highlight-item .highlight-icon .material-icons {
        color: white;
        font-size: 32px; }
    .feature-highlight .highlight-item h3, .feature-highlight .highlight-item h4 {
      margin-top: 0;
      margin-bottom: 12px;
      color: #212529;
      font-size: 18px;
      font-weight: 600; }
    .feature-highlight .highlight-item p {
      color: #75767C;
      line-height: 1.6;
      margin: 0; }

.timeline {
  position: relative;
  padding-left: 40px;
  margin: 32px 0; }
  .timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #2a7dec, #816ef4, #49e587);
    border-radius: 2px; }
  .timeline .timeline-item {
    position: relative;
    margin-bottom: 32px; }
    .timeline .timeline-item::before {
      content: "";
      position: absolute;
      left: -33px;
      top: 6px;
      width: 16px;
      height: 16px;
      background: white;
      border: 3px solid #2a7dec;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(42, 125, 236, 0.1);
      z-index: 1; }
    .timeline .timeline-item:nth-child(2)::before {
      border-color: #816ef4;
      box-shadow: 0 0 0 4px rgba(129, 110, 244, 0.1); }
    .timeline .timeline-item:nth-child(3)::before {
      border-color: #49e587;
      box-shadow: 0 0 0 4px rgba(73, 229, 135, 0.1); }
    .timeline .timeline-item:nth-child(4)::before {
      border-color: #ffa31a;
      box-shadow: 0 0 0 4px rgba(255, 163, 26, 0.1); }
    .timeline .timeline-item .timeline-content {
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
      .timeline .timeline-item .timeline-content h4 {
        margin-top: 0;
        margin-bottom: 8px;
        color: #212529;
        font-weight: 600; }
      .timeline .timeline-item .timeline-content .timeline-date {
        font-size: 13px;
        color: #2a7dec;
        font-weight: 600;
        margin-bottom: 12px; }

.tabs {
  margin: 32px 0; }
  .tabs .tab-nav {
    display: flex;
    gap: 8px;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 24px; }
    .tabs .tab-nav button {
      background: none;
      border: none;
      padding: 12px 24px;
      font-size: 15px;
      font-weight: 500;
      color: #75767C;
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease;
      border-radius: 8px 8px 0 0; }
      .tabs .tab-nav button::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, #2a7dec, #816ef4);
        transform: scaleX(0);
        transition: transform 0.3s ease; }
      .tabs .tab-nav button:hover {
        background: rgba(42, 125, 236, 0.05);
        color: #2a7dec; }
      .tabs .tab-nav button.active {
        color: #2a7dec;
        background: rgba(42, 125, 236, 0.08); }
        .tabs .tab-nav button.active::after {
          transform: scaleX(1); }
  .tabs .tab-content {
    display: none;
    animation: fadeInUp 0.4s ease; }
    .tabs .tab-content.active {
      display: block; }

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0; }
  .pricing-cards .pricing-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden; }
    .pricing-cards .pricing-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(90deg, #2a7dec, #816ef4); }
    .pricing-cards .pricing-card.featured {
      border-color: #2a7dec;
      transform: scale(1.05); }
      .pricing-cards .pricing-card.featured::before {
        height: 8px; }
      .pricing-cards .pricing-card.featured .badge-featured {
        display: block; }
    .pricing-cards .pricing-card:hover {
      transform: translateY(-8px) scale(1.05);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); }
    .pricing-cards .pricing-card .badge-featured {
      display: none;
      position: absolute;
      top: 24px;
      right: -32px;
      background: linear-gradient(135deg, #ffa31a, #ff6b6b);
      color: white;
      padding: 4px 40px;
      font-size: 12px;
      font-weight: 700;
      transform: rotate(45deg);
      box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4); }
    .pricing-cards .pricing-card h3 {
      margin-top: 8px;
      margin-bottom: 16px;
      font-size: 24px;
      color: #212529; }
    .pricing-cards .pricing-card .price {
      font-size: 40px;
      font-weight: 700;
      color: #2a7dec;
      margin-bottom: 8px; }
      .pricing-cards .pricing-card .price .currency {
        font-size: 24px;
        vertical-align: super; }
      .pricing-cards .pricing-card .price .period {
        font-size: 16px;
        color: #75767C;
        font-weight: 400; }
    .pricing-cards .pricing-card ul {
      list-style: none;
      padding: 0;
      margin: 24px 0; }
      .pricing-cards .pricing-card ul li {
        padding: 12px 0;
        padding-left: 32px;
        position: relative;
        color: #212529; }
        .pricing-cards .pricing-card ul li::before {
          content: "✓";
          position: absolute;
          left: 0;
          color: #49e587;
          font-weight: bold;
          font-size: 18px; }
    .pricing-cards .pricing-card .cta-button {
      display: block;
      width: 100%;
      padding: 14px 24px;
      background: linear-gradient(135deg, #2a7dec, #816ef4);
      color: white;
      text-align: center;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(42, 125, 236, 0.3); }
      .pricing-cards .pricing-card .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(42, 125, 236, 0.4);
        text-decoration: none;
        color: white; }

.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 32px 0; }
  .metrics .metric-card {
    background: linear-gradient(135deg, white, #f8f9fa);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid; }
    .metrics .metric-card:nth-child(1) {
      border-top-color: #2a7dec; }
    .metrics .metric-card:nth-child(2) {
      border-top-color: #49e587; }
    .metrics .metric-card:nth-child(3) {
      border-top-color: #816ef4; }
    .metrics .metric-card:nth-child(4) {
      border-top-color: #ffa31a; }
    .metrics .metric-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }
    .metrics .metric-card .metric-value {
      font-size: 36px;
      font-weight: 700;
      background: linear-gradient(135deg, #2a7dec, #816ef4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 8px; }
    .metrics .metric-card .metric-label {
      font-size: 14px;
      color: #75767C;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.accordion {
  margin: 24px 0; }
  .accordion .accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    overflow: hidden; }
    .accordion .accordion-item .accordion-header {
      padding: 16px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(135deg, #f8f9fa, white);
      transition: all 0.3s ease; }
      .accordion .accordion-item .accordion-header:hover {
        background: linear-gradient(135deg, #e9ecef, #f8f9fa); }
      .accordion .accordion-item .accordion-header h4, .accordion .accordion-item .accordion-header h5 {
        margin: 0;
        color: #212529;
        font-weight: 600;
        font-size: 16px; }
      .accordion .accordion-item .accordion-header .icon {
        transition: transform 0.3s ease;
        color: #2a7dec;
        font-size: 24px; }
    .accordion .accordion-item .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease; }
      .accordion .accordion-item .accordion-content .content-inner {
        padding: 20px;
        border-top: 1px solid #e9ecef; }
    .accordion .accordion-item.active .accordion-header {
      background: linear-gradient(135deg, rgba(42, 125, 236, 0.1), rgba(129, 110, 244, 0.05)); }
      .accordion .accordion-item.active .accordion-header .icon {
        transform: rotate(180deg); }
    .accordion .accordion-item.active .accordion-content {
      max-height: 1000px; }

.terminal {
  background: #1e1e1e;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  position: relative; }
  .terminal::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 16px;
    width: 12px;
    height: 12px;
    background: #ff5f56;
    border-radius: 50%;
    box-shadow: 18px 0 0 #ffbd2e, 36px 0 0 #27c93f; }
  .terminal pre, .terminal code {
    background: transparent !important;
    color: #d4d4d4;
    font-family: "Consolas", "Monaco", monospace;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none; }
  .terminal .command {
    color: #4ec9b0; }
    .terminal .command::before {
      content: "$ ";
      color: #569cd6; }
  .terminal .output {
    color: #ce9178; }

.api-endpoint {
  background: linear-gradient(135deg, #f8f9fa, white);
  border-left: 4px solid;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  font-family: monospace;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06); }
  .api-endpoint.get {
    border-left-color: #2a7dec; }
    .api-endpoint.get .method {
      background: #2a7dec; }
  .api-endpoint.post {
    border-left-color: #49e587; }
    .api-endpoint.post .method {
      background: #49e587; }
  .api-endpoint.put {
    border-left-color: #ffa31a; }
    .api-endpoint.put .method {
      background: #ffa31a; }
  .api-endpoint.delete {
    border-left-color: #ff5252; }
    .api-endpoint.delete .method {
      background: #ff5252; }
  .api-endpoint .method {
    display: inline-block;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    margin-right: 12px; }
  .api-endpoint .path {
    color: #212529;
    font-weight: 600;
    font-size: 16px; }

@media screen and (min-width: 750px) {
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px; }

  h1 {
    font-size: 36px;
    line-height: 44px; }

  h2 {
    font-size: 28px;
    line-height: 60px; }

  h3 {
    font-size: 28px;
    line-height: 36px; }

  h4 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 0px; }

  footer nav {
    text-align: center;
    flex-direction: row; } }
@media screen and (max-width: 1024px) {
  footer {
    padding-left: 30px;
    padding-right: 30px; }
    footer .deeper {
      justify-content: flex-end !important; }
      footer .deeper .footer-logo {
        display: none; } }
@media screen and (max-width: 768px) {
  footer .deeper {
    justify-content: center !important; }
    footer .deeper nav {
      display: block !important; }
      footer .deeper nav a {
        width: 100%;
        text-align: center !important;
        margin: 18px 0 0 !important; }
  footer .deepmost {
    display: block; }
    footer .deepmost .copyright {
      text-align: center; }
    footer .deepmost .social {
      justify-content: center;
      width: 100%;
      padding-top: 48px; }
  footer .newsletterSubsContainer {
    justify-content: center; }
    footer .newsletterSubsContainer .primary {
      height: unset; }
      footer .newsletterSubsContainer .primary.subscribe {
        margin-top: 8px;
        width: 100%; } }
@media screen and (min-width: 1025px) {
  header .logo {
    width: 180px;
    height: 60px; }

  #mainNav .nav-box {
    padding: 0 20px; }
  #mainNav main#headNav h3 {
    font-size: 28px;
    line-height: 36px; }

  section main, section div.main-div, header main, header div.main-div, footer main, footer div.main-div {
    max-width: 1200px; }

  #video {
    width: 1200px;
    position: relative; }

  footer {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
    footer nav {
      overflow: hidden; }

  .social a span {
    position: relative;
    display: block;
    color: white !important; } }
@media screen and (min-width: 1500px) {
  footer {
    padding-left: 100px;
    padding-right: 100px; }
    footer main, footer div.main-div {
      max-width: 1400px !important; } }
@media screen and (min-width: 1120px) {
  #githubButtonContainer {
    display: inline-flex; } }
@media screen and (min-width: 1501px) {
  section, header {
    padding-left: 100px;
    padding-right: 100px; } }
