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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

b, strong {
  font-weight: bolder; }

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

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

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

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

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

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

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

button {
  border-radius: 0; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a > code {
  color: inherit; }

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

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

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

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

input, button {
  outline: none; }

button {
  cursor: pointer; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

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

.light-text {
  color: white; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

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

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

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

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

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

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

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

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

header {
  height: 80px; }

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

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

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

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

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

b, strong {
  font-weight: 600; }

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

h3, h4 {
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section {
  background-color: white; }

dt {
  margin-bottom: 8px; }

dd {
  margin-bottom: 16px; }

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

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

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

  header {
    padding: 9px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset !important;
    transition-property: height; }
    header .logo-burger {
      flex: 0 0 auto;
      justify-content: center; }
    header .burger {
      position: absolute;
      right: 22px; }
    header.opened-burger {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 10000;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      padding: 9px 30px;
      animation: fadeIn 0.3s ease-in-out; }
      header.opened-burger .logo-burger {
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(48, 86, 128, 0.07);
        width: 100%;
        margin: 0 -30px;
        padding: 0 30px;
        height: 60px;
        justify-content: flex-end;
        display: flex;
        align-items: center; }
        header.opened-burger .logo-burger .logo {
          display: none; }
      header.opened-burger .burger {
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%); }
        header.opened-burger .burger .burger-icon {
          display: none !important; }
        header.opened-burger .burger .close-icon {
          display: inline-block !important; }
      header.opened-burger .head-buttons {
        display: flex; }
      header.opened-burger .head-menu {
        display: block;
        margin: 0;
        padding: 0 30px 50px;
        position: relative;
        left: unset;
        transform: none;
        overflow-y: auto;
        flex: 1;
        -webkit-overflow-scrolling: touch; }
        header.opened-burger .head-menu ul {
          margin-top: 0; }
          header.opened-burger .head-menu ul li:first-child {
            padding-top: 0; }
        header.opened-burger .head-menu .centered-sub {
          justify-content: flex-start;
          opacity: 1;
          width: 100%; }
          header.opened-burger .head-menu .centered-sub .sub-menu {
            display: none;
            top: unset; }
    header .burger {
      display: block; }
    header .head-buttons {
      display: none; }
    header .head-menu {
      display: none;
      margin-top: 80px; }
      header .head-menu ul {
        display: unset;
        align-items: flex-start; }
        header .head-menu ul li {
          height: unset;
          width: 100% !important;
          justify-content: flex-start;
          display: block; }
          header .head-menu ul li a:focus .centered-sub, header .head-menu ul li span.main-menu-link:focus .centered-sub {
            margin: 0; }
            header .head-menu ul li a:focus .centered-sub .sub-menu, header .head-menu ul li span.main-menu-link:focus .centered-sub .sub-menu {
              display: block; }
          header .head-menu ul li .centered-sub {
            margin: 0; }
            header .head-menu ul li .centered-sub .sub-menu {
              position: unset;
              box-shadow: unset;
              padding: 12px 0; }
              header .head-menu ul li .centered-sub .sub-menu.open-sub {
                display: flex;
                width: 100%;
                flex-wrap: wrap; }
                header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups {
                  flex-direction: column;
                  align-items: stretch;
                  gap: 0;
                  padding-left: 0; }
                  header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group {
                    flex-direction: column;
                    gap: 10px;
                    padding: 16px 20px;
                    min-width: unset;
                    border-right: none;
                    border-bottom: 1px solid #e8eaed; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:last-child {
                      border-bottom: none; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:nth-child(odd) {
                      background-color: #ffffff; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:nth-child(even) {
                      background-color: #f8f9fa; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:first-child {
                      width: unset;
                      align-self: unset; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column {
                      gap: 10px; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column .small-link {
                        margin: 0; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column:not(:first-child) .group-name {
                        display: none; }
      header .head-menu .indicator {
        display: none; }
    header .n-button {
      display: none;
      margin: 40px 0 40px 8px; } }
#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; } }
#company .owl-carousel.owl-theme {
  margin: 40px 0 0; }
#company .owl-carousel.owl-theme.smooth-carousel {
  margin: 0; }
#company #companyBg {
  padding: 0;
  overflow: hidden;
  background: #FFFFFF; }
  #company #companyBg #companyContent {
    --company-hero-carousel-animation: 0.1;
    --company-aboutus-content-animation: 0.4;
    --company-history-content-animation: 0.2;
    --company-timeline-content-animation: 0.5;
    --company-values-content-animation: 0.3; }
    #company #companyBg #companyContent .company-content .company-hero-carousel {
      opacity: 0; }
    #company #companyBg #companyContent .company-content .company-hero-carousel-animation {
      animation: revealFromRightToLeft 0.8s ease-in-out forwards, opacityTransform 1.5s ease-out forwards; }
    #company #companyBg #companyContent .company-content .company-aboutus-container {
      position: relative;
      background: #F7F9FC;
      padding: 50px 0px;
      overflow: hidden; }
      #company #companyBg #companyContent .company-content .company-aboutus-container .company-content-title {
        margin-bottom: 50px;
        padding: 0; }
      #company #companyBg #companyContent .company-content .company-aboutus-container .company-aboutus-image-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px; }
        #company #companyBg #companyContent .company-content .company-aboutus-container .company-aboutus-image-block .company-aboutus-image {
          width: 400px; }
        #company #companyBg #companyContent .company-content .company-aboutus-container .company-aboutus-image-block span {
          font-size: 70px;
          font-weight: 500;
          color: #305680; }
    #company #companyBg #companyContent .company-content .company-aboutus-content-animation .company-flex-content-default {
      animation: opacityTransform 0.8s ease-out forwards; }
      #company #companyBg #companyContent .company-content .company-aboutus-content-animation .company-flex-content-default .company-aboutus-image-block {
        transform: translateX(-100%);
        animation: slideInFromLeft 0.8s ease-out forwards; }
      #company #companyBg #companyContent .company-content .company-aboutus-content-animation .company-flex-content-default .company-text-content-default {
        transform: translateX(100%);
        animation: slideInFromRight 0.8s ease-out forwards; }
    #company #companyBg #companyContent .company-history-container .company-aboutus-image {
      max-width: 400px; }
    #company #companyBg #companyContent .company-history-content-animation .company-flex-content-default {
      animation: slideInFromBottom 0.8s ease-out forwards, opacityTransform 1s ease-out forwards;
      transform: translateY(100%); }
    #company #companyBg #companyContent .company-aboutus-container .company-flex-content-default {
      align-items: center; }
    #company #companyBg #companyContent .company-history-container .company-flex-content-default {
      align-items: flex-start; }
    #company #companyBg #companyContent .company-timeline {
      opacity: 0; }
    #company #companyBg #companyContent .company-timeline-content-animation {
      animation: revealFromLeftToRight 0.8s ease-in-out forwards, opacityTransform 1.5s ease-out forwards; }
    #company #companyBg #companyContent .company-values {
      opacity: 0; }
    #company #companyBg #companyContent .company-values-content-animation {
      animation: revealFromLeftToRight 0.8s ease-in-out forwards, opacityTransform 1.5s ease-out forwards; }
    #company #companyBg #companyContent .company-aboutus-image {
      width: 100%;
      height: auto; }
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@keyframes revealFromLeftToRight {
  0% {
    clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes revealFromRightToLeft {
  0% {
    clip-path: inset(0 0 0 100%); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes opacityTransform {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#company .company-wrapper {
  max-width: 1390px;
  padding: 0 20px;
  margin: 0 auto; }
#company .company-team-wrapper {
  max-width: 1775px;
  padding: 0 36px;
  margin: 0 auto 100px; }
  #company .company-team-wrapper .team-portraits {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; }
    #company .company-team-wrapper .team-portraits .team-member {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px; }
      #company .company-team-wrapper .team-portraits .team-member img {
        border-radius: 8px;
        object-fit: cover; }
      #company .company-team-wrapper .team-portraits .team-member .team-member-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px; }
        #company .company-team-wrapper .team-portraits .team-member .team-member-info .team-member-name {
          font-size: 20px;
          font-weight: 600;
          line-height: 28px;
          color: #000000de; }
        #company .company-team-wrapper .team-portraits .team-member .team-member-info .team-member-role {
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          color: #00000061; }
  #company .company-team-wrapper .join-link {
    margin: 120px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    border-radius: 6px;
    padding: 10px 21.5px;
    width: 200px;
    border: 2px solid #2A7DEC;
    background: #2A7DEC;
    transition: ease-in-out 0.3s; }
    #company .company-team-wrapper .join-link span {
      font-size: 18px;
      font-weight: 400;
      color: #FFF; }
    #company .company-team-wrapper .join-link .fas {
      font-size: 20px;
      color: #FFF;
      transform: rotate(-45deg); }
    #company .company-team-wrapper .join-link:hover {
      text-decoration: none;
      background: #FFF; }
      #company .company-team-wrapper .join-link:hover span, #company .company-team-wrapper .join-link:hover .fas {
        color: #2A7DEC; }
#company .company-values-wrapper {
  max-width: 1920px;
  margin: 0 auto; }
#company .company-flex-content-default {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  opacity: 0; }
#company .company-text-content-default {
  display: flex;
  flex-direction: column;
  gap: 30px; }
#company .company-content-title {
  padding: 50px 0;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  color: #212529; }
#company .company-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.15px;
  color: #000000c2; }
#company footer {
  position: static; }

@media (max-width: 959px) {
  #company #companyBg #companyContent {
    --company-aboutus-content-animation: 0.2;
    --company-history-content-animation: 0.1;
    --company-values-content-animation: 0.2; }
    #company #companyBg #companyContent .company-aboutus-container .company-flex-content-default {
      flex-direction: column; }
    #company #companyBg #companyContent .company-history-container .company-flex-content-default:last-child {
      flex-direction: column-reverse;
      align-items: center; } }
@media (max-width: 600px) {
  #company .company-content-title {
    padding: 60px 0; }
  #company #companyBg #companyContent .company-content .company-aboutus-container {
    padding: 70px 0; }
    #company #companyBg #companyContent .company-content .company-aboutus-container .company-aboutus-image-block .company-aboutus-image {
      max-width: 160px; }
    #company #companyBg #companyContent .company-content .company-aboutus-container .company-aboutus-image-block span {
      font-size: 40px; }
  #company #companyBg #companyContent .company-content .company-flex-content-default {
    gap: 50px; } }
#encyclopedia {
  padding-bottom: 0; }

#docsContent #content {
  padding-bottom: 0; }
  #docsContent #content > div {
    margin: 0 auto 0 auto;
    max-width: 1400px; }
  #docsContent #content .media-kit-title {
    color: #212529;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.14px;
    margin-bottom: 16px;
    padding-right: 0;
    animation: appear 0.6s ease-out forwards; }
  #docsContent #content .media-kit-subtitle {
    color: #3D3D3D;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.249px;
    margin-bottom: 100px;
    animation: appear 0.6s ease-out forwards; }
  #docsContent #content .media-kit-assets-title {
    color: #212121;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.09px;
    margin-bottom: 56px;
    animation: appear 0.6s ease-out forwards; }
  #docsContent #content .industryos-logos, #docsContent #content .industryos-colors {
    padding: 46px;
    border-radius: 24px;
    box-shadow: -4px 15px 50px -20px rgba(0, 0, 0, 0.15), 0 0 8px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 56px; }
    #docsContent #content .industryos-logos h3, #docsContent #content .industryos-colors h3 {
      color: #212529;
      font-size: 28px;
      line-height: 44px;
      letter-spacing: 0.249px;
      margin-bottom: 8px; }
      #docsContent #content .industryos-logos h3:before, #docsContent #content .industryos-colors h3:before {
        display: none; }
    #docsContent #content .industryos-logos p, #docsContent #content .industryos-colors p {
      margin-top: 0;
      color: #3D3D3D;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px; }
      #docsContent #content .industryos-logos p.mb, #docsContent #content .industryos-colors p.mb {
        margin-bottom: 32px; }
    #docsContent #content .industryos-logos .logos-images, #docsContent #content .industryos-colors .logos-images {
      display: flex;
      justify-content: center;
      gap: 24px; }
      #docsContent #content .industryos-logos .logos-images:first-of-type, #docsContent #content .industryos-colors .logos-images:first-of-type {
        margin-bottom: 24px; }
      #docsContent #content .industryos-logos .logos-images:last-of-type, #docsContent #content .industryos-colors .logos-images:last-of-type {
        margin-bottom: 40px; }
      #docsContent #content .industryos-logos .logos-images > div, #docsContent #content .industryos-colors .logos-images > div {
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center; }
      #docsContent #content .industryos-logos .logos-images img, #docsContent #content .industryos-colors .logos-images img {
        max-width: 436px;
        width: 100%; }
    #docsContent #content .industryos-logos .logos-examples, #docsContent #content .industryos-colors .logos-examples {
      display: flex;
      justify-content: space-around;
      max-width: 1300px;
      margin-bottom: 40px; }
    #docsContent #content .industryos-logos .download, #docsContent #content .industryos-colors .download {
      color: #2a7dec;
      border-radius: 6px;
      border: 1px solid #2A7DEC;
      padding: 10px;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      cursor: pointer;
      text-decoration: none;
      display: block;
      margin: 0 auto;
      width: fit-content;
      align-content: center; }
      #docsContent #content .industryos-logos .download:hover, #docsContent #content .industryos-colors .download:hover {
        filter: brightness(1.3) contrast(0.9); }
      #docsContent #content .industryos-logos .download img, #docsContent #content .industryos-colors .download img {
        width: 15px;
        margin-left: 5px; }
  #docsContent #content .industryos-logos {
    animation: slide-in 0.8s ease-out forwards;
    position: relative;
    z-index: 1; }
    #docsContent #content .industryos-logos:before {
      content: "";
      position: absolute;
      background: url("/images/customers/clients-feedback-bg.svg");
      top: -520px;
      left: -1550px;
      width: 2187px;
      height: 1004px;
      z-index: -1; }
    #docsContent #content .industryos-logos:after {
      content: "";
      position: absolute;
      background: url("/images/customers/clients-feedback-bg.svg");
      top: -521px;
      right: -1500px;
      width: 2187px;
      height: 1004px;
      z-index: -1; }
  #docsContent #content .industryos-colors > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; }
  #docsContent #content .industryos-colors .color-block {
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    #docsContent #content .industryos-colors .color-block .color {
      height: 160px;
      border-radius: 0;
      width: 100%; }
    #docsContent #content .industryos-colors .color-block .color-values {
      padding: 16px;
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      #docsContent #content .industryos-colors .color-block .color-values p {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        #docsContent #content .industryos-colors .color-block .color-values p span:first-child {
          font-weight: 500;
          color: #666;
          margin-right: 8px; }
        #docsContent #content .industryos-colors .color-block .color-values p span:nth-child(2) {
          flex: 1;
          color: #212529; }
        #docsContent #content .industryos-colors .color-block .color-values p span:last-of-type {
          position: absolute;
          right: -8px;
          top: -32px;
          left: 111px;
          width: max-content;
          padding: 0 7px;
          visibility: hidden;
          background-color: #0000008F;
          color: #fff;
          text-align: center;
          border-radius: 6px; }
        #docsContent #content .industryos-colors .color-block .color-values p img {
          cursor: pointer; }
          #docsContent #content .industryos-colors .color-block .color-values p img:hover + span {
            visibility: visible; }
  #docsContent #content .trademarks {
    padding: 100px 0 100px 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin-bottom: 0; }
    #docsContent #content .trademarks:before {
      content: "";
      position: absolute;
      width: 300%;
      height: 100%;
      background-color: #F4F8FE;
      z-index: -1;
      left: -100%;
      top: 0; }
    #docsContent #content .trademarks h3 {
      color: #212529;
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 0.249px;
      margin-bottom: 8px;
      font-weight: 500; }
      #docsContent #content .trademarks h3:before {
        display: none; }
    #docsContent #content .trademarks .block {
      display: flex;
      align-items: center;
      gap: 32px;
      padding: 40px 0;
      border-bottom: 1px solid #DDECFD;
      background-color: transparent; }
      #docsContent #content .trademarks .block:last-child {
        padding-bottom: 0; }
      #docsContent #content .trademarks .block .text h4 {
        font-size: 28px;
        line-height: 44px;
        color: #202021;
        margin-bottom: 40px; }
      #docsContent #content .trademarks .block .text > p {
        margin-bottom: 16px; }
      #docsContent #content .trademarks .block .text p a {
        position: relative;
        text-decoration: underline;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400; }
      #docsContent #content .trademarks .block .text p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #3B3C3D; }
      #docsContent #content .trademarks .block .text ul {
        margin-left: 34px;
        list-style: disc; }
        #docsContent #content .trademarks .block .text ul li {
          margin-bottom: 16px;
          list-style: disc; }
      #docsContent #content .trademarks .block:nth-of-type(even) {
        flex-direction: row-reverse; }
      #docsContent #content .trademarks .block:last-child {
        border-bottom: none; }
      #docsContent #content .trademarks .block img {
        width: 450px;
        border-radius: 24px;
        height: 250px; }
  #docsContent #content .contact-us-banner {
    position: relative;
    z-index: 1;
    padding: 46px;
    background: #fff;
    border-radius: 24px;
    box-shadow: -4px 15px 50px -20px rgba(0, 0, 0, 0.15), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    max-width: 1408px;
    width: 100%;
    margin-bottom: 92px;
    overflow: hidden; }
    #docsContent #content .contact-us-banner img {
      position: absolute;
      right: 46px;
      top: 93px; }
      @media (max-width: 1150px) {
        #docsContent #content .contact-us-banner img {
          display: none; } }
    #docsContent #content .contact-us-banner .contact-us-banner-content {
      max-width: 600px; }
      #docsContent #content .contact-us-banner .contact-us-banner-content h2 {
        font-size: 36px;
        font-weight: 500;
        line-height: 48px;
        margin-bottom: 16px;
        padding: 0; }
        @media (max-width: 599px) {
          #docsContent #content .contact-us-banner .contact-us-banner-content h2 {
            font-size: 28px; } }
      #docsContent #content .contact-us-banner .contact-us-banner-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.76);
        margin-bottom: 32px;
        margin-top: 0; }
        @media (max-width: 599px) {
          #docsContent #content .contact-us-banner .contact-us-banner-content p {
            font-size: 14px; } }
      #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons {
        display: flex;
        gap: 16px;
        flex-wrap: wrap; }
        #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button {
          background: #2A7DEC;
          color: #fff; }
        #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a {
          color: #2A7DEC;
          border: 1px solid #2A7DEC; }
        #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a {
          text-align: center;
          font-size: 16px;
          font-weight: 500;
          line-height: 28px;
          width: 154px;
          border-radius: 6px;
          padding: 10px 0; }
          @media (max-width: 600px) {
            #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a {
              width: 100%; } }
          #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button:hover, #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a:hover {
            text-decoration: none;
            filter: brightness(1.3) contrast(0.9); }
  @media (max-width: 1780px) {
    #docsContent #content .industryos-colors {
      padding: 32px; }
      #docsContent #content .industryos-colors > div {
        align-items: center;
        justify-content: center; }
        #docsContent #content .industryos-colors > div .color-block {
          flex: unset;
          flex-direction: column; } }
  @media (max-width: 900px) {
    #docsContent #content .trademarks {
      padding: 50px 0; }
      #docsContent #content .trademarks h3 {
        text-align: center;
        font-size: 28px;
        line-height: 44px; }
      #docsContent #content .trademarks .block {
        flex-direction: column;
        text-align: left; }
        #docsContent #content .trademarks .block:nth-of-type(even) {
          flex-direction: column; }
        #docsContent #content .trademarks .block .text h4 {
          font-size: 24px;
          line-height: 36px; }
        #docsContent #content .trademarks .block .text img {
          height: auto;
          width: 100%; } }
  @media (max-width: 720px) {
    #docsContent #content .industryos-colors > div {
      flex-direction: column; } }
  @media (max-width: 599px) {
    #docsContent #content .media-kit-title {
      font-size: 36px;
      line-height: 48px;
      text-align: center; }
    #docsContent #content .media-kit-subtitle {
      font-size: 20px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 50px; }
    #docsContent #content .industryos-logos {
      padding: 32px; }
      #docsContent #content .industryos-logos .logos-images, #docsContent #content .industryos-logos .logos-examples {
        flex-direction: column;
        align-items: center; } }

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.8; }
  to {
    opacity: 1;
    scale: 1; } }
#encyclopedia #docsContent #content .contact-us-banner, #blog #blog-content .contact-us-banner {
  position: relative;
  z-index: 1;
  padding: 46px;
  background: #fff;
  border-radius: 24px;
  box-shadow: -4px 15px 50px -20px rgba(0, 0, 0, 0.15), 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  max-width: 1408px;
  width: 100%;
  margin-bottom: 92px;
  overflow: hidden; }
  #encyclopedia #docsContent #content .contact-us-banner img, #blog #blog-content .contact-us-banner img {
    position: absolute;
    right: 46px;
    top: 93px; }
    @media (max-width: 1150px) {
      #encyclopedia #docsContent #content .contact-us-banner img, #blog #blog-content .contact-us-banner img {
        display: none; } }
  #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content, #blog #blog-content .contact-us-banner .contact-us-banner-content {
    max-width: 600px; }
    #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content h2, #blog #blog-content .contact-us-banner .contact-us-banner-content h2 {
      font-size: 36px;
      font-weight: 500;
      line-height: 48px;
      margin-bottom: 16px;
      padding: 0; }
      @media (max-width: 599px) {
        #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content h2, #blog #blog-content .contact-us-banner .contact-us-banner-content h2 {
          font-size: 28px; } }
    #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content p, #blog #blog-content .contact-us-banner .contact-us-banner-content p {
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      color: rgba(0, 0, 0, 0.76);
      margin-bottom: 32px;
      margin-top: 0; }
      @media (max-width: 599px) {
        #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content p, #blog #blog-content .contact-us-banner .contact-us-banner-content p {
          font-size: 14px; } }
    #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap; }
      #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button {
        background: #2A7DEC;
        color: #fff; }
      #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a {
        color: #2A7DEC;
        border: 1px solid #2A7DEC; }
      #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        width: 154px;
        border-radius: 6px;
        padding: 10px 0; }
        @media (max-width: 600px) {
          #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a {
            width: 100%; } }
        #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button:hover, #encyclopedia #docsContent #content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a:hover, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons button:hover, #blog #blog-content .contact-us-banner .contact-us-banner-content .contact-us-banner-buttons a:hover {
          text-decoration: none;
          filter: brightness(1.3) contrast(0.9); }

@media (max-width: 599px) {
  #blog #blog-content .contact-us-banner {
    margin-bottom: 40px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-top {
  --ghost-accent-color: #2A7DEC;
  position: fixed;
  z-index: 50;
  padding: 0;
  left: 2.5rem;
  bottom: 2.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  height: 54px;
  width: 54px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  border: none;
  box-shadow: inset 0 0 0 2px #ccc;
  color: #ccc;
  background-color: #fff; }
  .scroll-top.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .scroll-top .icon-tabler-arrow-up {
    position: absolute;
    stroke-width: 2px;
    stroke: #333; }
  .scroll-top svg path {
    fill: none; }
  .scroll-top svg.progress-circle path {
    stroke: #333;
    stroke-width: 4;
    transition: all 0.4s ease; }
  .scroll-top:hover {
    color: var(--ghost-accent-color); }
  .scroll-top:hover .progress-circle path, .scroll-top:hover .icon-tabler-arrow-up {
    stroke: var(--ghost-accent-color); }
