.jarallax {
  position: relative;
  z-index: 0 !important;
}

.jarallax > .jarallax-img {
  position: absolute !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;" !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.nyriad-fit-img {
  position: absolute !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.nyriad-fit-img-contain {
  position: absolute !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: contain;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.nyriad-fit-img-container {
  position: relative !important;
  z-index: 0 !important;
}

.editor-visual-editor__post-title-wrapper {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133) !important;
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133) !important;
}

.editor-visual-editor__post-title-wrapper h1 {
  font-size: 36px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600 !important;
  color: #1e1e1e !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background: none;
  border: 0;
}
.nav .nav-link.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
}
.nav .nav-item {
  margin-bottom: -1px;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar .navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle {
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu.show {
  display: block;
}
.dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown .dropdown-menu .dropdown-item.disabled, .dropdown .dropdown-menu .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: visible;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.offcanvas.show {
  visibility: visible;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  pointer-events: none;
}
.offcanvas.offcanvas-start.show {
  opacity: 1;
  pointer-events: all;
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  pointer-events: none;
}
.offcanvas.offcanvas-end.show {
  opacity: 1;
  pointer-events: all;
}
.offcanvas.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.offcanvas-bottom.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.offcanvas .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas .offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.method-sn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.method-sn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}
.method-sn li a {
  color: #fff;
}

.nyriad-header-part {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 80px;
  background-color: #fff;
}
.nyriad-header-part:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dee2e6;
  content: "";
}

.nyriad-sidenav-part,
.nyriad-sidenav-part:hover {
  position: fixed !important;
  top: 80px !important;
  bottom: 0 !important;
  left: 0 !important;
  right: calc(100% - 300px) !important;
  width: calc(300px - 4rem) !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  padding: 3rem 2rem 3rem 3rem;
}
.nyriad-sidenav-part:after,
.nyriad-sidenav-part:hover:after {
  position: absolute !important;
  bottom: 0 !important;
  top: 0 !important;
  right: 0 !important;
  width: 1px !important;
  background-color: #dee2e6 !important;
  content: "" !important;
}

.nyriad-inpagenav-part {
  position: fixed !important;
  top: 80px !important;
  bottom: 0 !important;
  right: 0 !important;
  left: calc(100% - 300px) !important;
  width: calc(300px - 4rem) !important;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  padding: 3rem 2rem;
}
.nyriad-inpagenav-part ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.nyriad-inpagenav-part ul li {
  list-style: none;
}
.nyriad-inpagenav-part ul li ul {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.nyriad-inpagenav-part ul .active {
  color: #45DABE;
}
.nyriad-inpagenav-part ul a {
  text-decoration: none;
  color: #161616;
}

.page-template-page-brand-docs .entry-content {
  margin-left: 300px;
  margin-right: 300px;
}

.entry-content {
  min-height: calc(100vh - 205px);
}

.nyriad-footer-part {
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.nyriad-footer-part:after {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background-color: #dee2e6 !important;
  content: "" !important;
}

#nyriad-btt {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%23161616' width='20px' height='20px' version='1.1' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m5 58.75 45-45 45 45c0.41797 0.41797 1.25 0.83203 2.082 0.83203s1.25-0.41797 2.082-0.83203c1.25-1.25 1.25-2.918 0-3.75l-47.082-47.082c-1.25-1.25-2.918-1.25-3.75 0l-47.5 47.082c-1.25 1.25-1.25 2.918 0 3.75 1.25 1.25 2.918 1.25 4.168 0z'/%3E%3Cpath d='m52.082 41.25c-1.25-1.25-2.918-1.25-3.75 0l-47.5 47.082c-1.25 1.25-1.25 2.918 0 3.75 1.25 1.25 2.918 1.25 3.75 0l45.418-45 45 45c0.41797 0.41797 1.25 0.83203 2.082 0.83203s1.25-0.41797 2.082-0.83203c1.25-1.25 1.25-2.918 0-3.75z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 2px #45DABE;
          box-shadow: inset 0 0 0 2px #45DABE;
  border-radius: 8px;
  z-index: 200;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  cursor: pointer;
}
#nyriad-btt.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}