*, ::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; } }
#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; } }
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .modal-overlay.visible {
    display: flex; }
  .modal-overlay .modal-content {
    border-radius: 24px;
    background-color: #F7F9FC;
    max-height: 95vh;
    overflow-y: auto; }
    .modal-overlay .modal-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; }
      .modal-overlay .modal-content .contact-form .close-button {
        position: absolute;
        right: 9px;
        top: 8px;
        cursor: pointer; }
      .modal-overlay .modal-content .contact-form h1.contact-us-title {
        font-size: 36px;
        line-height: 48px;
        text-align: center;
        font-weight: 500; }
        .modal-overlay .modal-content .contact-form h1.contact-us-title:before {
          content: none; }
      .modal-overlay .modal-content .contact-form h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 32px; }
      .modal-overlay .modal-content .contact-form .form-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 16px; }
        .modal-overlay .modal-content .contact-form .form-section.mb30 {
          margin-bottom: 30px; }
      .modal-overlay .modal-content .contact-form .form-element {
        display: inline-block;
        position: relative;
        width: 49%;
        margin-bottom: 8px; }
        .modal-overlay .modal-content .contact-form .form-element:last-of-type, .modal-overlay .modal-content .contact-form .form-element:nth-last-of-type(2) {
          width: 100%; }
        .modal-overlay .modal-content .contact-form .form-element input.form-control, .modal-overlay .modal-content .contact-form .form-element select.form-control {
          height: 44px; }
        .modal-overlay .modal-content .contact-form .form-element input.form-control {
          padding: 0 16px; }
          .modal-overlay .modal-content .contact-form .form-element input.form-control:focus {
            padding: 1px 15px; }
          .modal-overlay .modal-content .contact-form .form-element input.form-control:-webkit-autofill, .modal-overlay .modal-content .contact-form .form-element input.form-control:-webkit-autofill:hover, .modal-overlay .modal-content .contact-form .form-element input.form-control:-webkit-autofill:focus, .modal-overlay .modal-content .contact-form .form-element input.form-control:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px #F7F9FC inset !important; }
        .modal-overlay .modal-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; }
          .modal-overlay .modal-content .contact-form .form-element select.form-control::-ms-expand {
            display: none; }
          .modal-overlay .modal-content .contact-form .form-element select.form-control:focus {
            padding: 1px 35px 1px 11px; }
          .modal-overlay .modal-content .contact-form .form-element select.form-control option[value=""][disabled] {
            display: none; }
        .modal-overlay .modal-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; }
        .modal-overlay .modal-content .contact-form .form-element label.select-label:hover:after {
          filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%); }
        .modal-overlay .modal-content .contact-form .form-element textarea.form-control {
          resize: vertical;
          padding: 8px 16px;
          margin-bottom: 16px; }
          .modal-overlay .modal-content .contact-form .form-element textarea.form-control:focus {
            padding: 7px 15px; }
          .modal-overlay .modal-content .contact-form .form-element textarea.form-control:focus {
            cursor: initial;
            border: 2px solid #2a7dec;
            color: #212529; }
            .modal-overlay .modal-content .contact-form .form-element textarea.form-control:focus::-webkit-input-placeholder {
              opacity: 0.2; }
            .modal-overlay .modal-content .contact-form .form-element textarea.form-control:focus:-moz-placeholder {
              opacity: 0.2; }
            .modal-overlay .modal-content .contact-form .form-element textarea.form-control:focus::-moz-placeholder {
              opacity: 0.2; }
            .modal-overlay .modal-content .contact-form .form-element textarea.form-control:focus:-ms-input-placeholder {
              opacity: 0.2; }
        .modal-overlay .modal-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; }
          .modal-overlay .modal-content .contact-form .form-element .form-control::-webkit-input-placeholder {
            color: #9E9E9E; }
          .modal-overlay .modal-content .contact-form .form-element .form-control:-moz-placeholder {
            color: #9E9E9E; }
          .modal-overlay .modal-content .contact-form .form-element .form-control::-moz-placeholder {
            color: #9E9E9E; }
          .modal-overlay .modal-content .contact-form .form-element .form-control:-ms-input-placeholder {
            color: #9E9E9E; }
          .modal-overlay .modal-content .contact-form .form-element .form-control.invalid-input {
            border: 1px solid #D9534F; }
          .modal-overlay .modal-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); }
          .modal-overlay .modal-content .contact-form .form-element .form-control:focus {
            cursor: initial;
            border: 2px solid #2a7dec;
            color: #212529; }
            .modal-overlay .modal-content .contact-form .form-element .form-control:focus::-webkit-input-placeholder {
              opacity: 0.2; }
            .modal-overlay .modal-content .contact-form .form-element .form-control:focus:-moz-placeholder {
              opacity: 0.2; }
            .modal-overlay .modal-content .contact-form .form-element .form-control:focus::-moz-placeholder {
              opacity: 0.2; }
            .modal-overlay .modal-content .contact-form .form-element .form-control:focus:-ms-input-placeholder {
              opacity: 0.2; }
          .modal-overlay .modal-content .contact-form .form-element .form-control.select.input--empty {
            color: rgba(33, 37, 41, 0.6); }
            .modal-overlay .modal-content .contact-form .form-element .form-control.select.input--empty:focus {
              color: rgba(33, 37, 41, 0.2); }
              .modal-overlay .modal-content .contact-form .form-element .form-control.select.input--empty:focus option {
                color: #212529; }
        .modal-overlay .modal-content .contact-form .form-element label {
          width: 100%;
          line-height: 100%;
          font-size: 14px;
          margin-bottom: 0; }
          .modal-overlay .modal-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; }
            .modal-overlay .modal-content .contact-form .form-element label p.text-area-label {
              position: absolute;
              top: 68px; }
        .modal-overlay .modal-content .contact-form .form-element .form-control:focus + p, .modal-overlay .modal-content .contact-form .form-element .form-control:not(.input--empty) + p {
          color: inherit; }
        .modal-overlay .modal-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; }
        .modal-overlay .modal-content .contact-form .form-element:last-child label .error-message-hint {
          transform: translateY(-15px); }
      .modal-overlay .modal-content .contact-form .submit-button-container input {
        width: 100%; }
      .modal-overlay .modal-content .contact-form input.button {
        min-width: 150px; }
    .modal-overlay .modal-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; }
      .modal-overlay .modal-content #contact-us-thanks.opened {
        margin-bottom: 0; }
      .modal-overlay .modal-content #contact-us-thanks .thanks-content p {
        font-size: 18px;
        font-weight: normal;
        color: #75767C; }
        .modal-overlay .modal-content #contact-us-thanks .thanks-content p.thank-you {
          font-size: 36px;
          font-weight: 600;
          color: #212529; }
      .modal-overlay .modal-content #contact-us-thanks .thanks-content a.homepage {
        margin-top: 48px;
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 500; }
        .modal-overlay .modal-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) {
  .modal-overlay .modal-content .contact-form, .modal-overlay .modal-content #contact-us-thanks {
    width: 1050px; } }
@media screen and (max-width: 972px) {
  .modal-overlay .modal-content .contact-form fieldset .form-section .form-element, .modal-overlay .modal-content #contact-us-thanks fieldset .form-section .form-element {
    width: 100%; } }
@media screen and (max-width: 599px) {
  .modal-overlay .modal-content {
    border-radius: unset;
    max-height: 100vh; }
    .modal-overlay .modal-content .contact-form, .modal-overlay .modal-content #contact-us-thanks {
      padding: 16px; }
      .modal-overlay .modal-content .contact-form h1.contact-us-title, .modal-overlay .modal-content #contact-us-thanks h1.contact-us-title {
        font-size: 36px; } }
@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; } }
