@charset "UTF-8";
.gg-chevron-double-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-chevron-double-up::after,
.gg-chevron-double-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
  bottom: 3px;
}

.gg-chevron-double-up::after {
  bottom: 8px;
}

.gg-close {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px;
}

.gg-close::after,
.gg-close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px;
}

.gg-close::after {
  transform: rotate(-45deg);
}

.gg-details-more {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 14px;
  border: 2px solid transparent;
}

.gg-details-more::after,
.gg-details-more::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-details-more::before {
  box-shadow: 0 4px 0 0;
  top: 0;
  width: 16px;
}

.gg-details-more::after {
  width: 10px;
  bottom: 0;
}

.gg-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(-45deg) scale(var(--ggs, 1));
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}

.gg-link::after,
.gg-link::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 10px;
  border: 2px solid;
  top: -4px;
}

.gg-link::before {
  border-right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  left: -6px;
}

.gg-link::after {
  border-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  right: -6px;
}

.gg-menu {
  transform: scale(var(--ggs, 1));
}

.gg-menu,
.gg-menu::after,
.gg-menu::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.gg-menu::after,
.gg-menu::before {
  content: "";
  position: absolute;
  top: -6px;
}

.gg-menu::after {
  top: 6px;
}

.gg-npm,
.gg-npm::before {
  box-sizing: border-box;
  display: block;
}

.gg-npm {
  position: relative;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  border: 3px solid;
  border-radius: 2px;
}

.gg-npm::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  background: currentColor;
  bottom: -3px;
  right: 3px;
}

.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}

.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.gg-twitter {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
}

.gg-twitter::after,
.gg-twitter::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 4px;
}

.gg-twitter::before {
  width: 9px;
  height: 14px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-bottom-left-radius: 6px;
  background: linear-gradient(to left, currentColor 12px, transparent 0) no-repeat center 2px/10px 4px;
  top: 4px;
}

.gg-twitter::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 20px;
  top: 2px;
  box-shadow: 7px 4px 0, 7px 12px 0;
}

.gg-youtube {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 10px;
  box-shadow: 0 0 0 2px;
  border-radius: 15px 15px 15px 15px/45px 45px 45px 45px;
}

.gg-youtube::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  top: 2px;
  border-left: 4px solid currentColor;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

img[src$=centered] {
  display: block;
  margin: 0 auto;
}

img[src$=shadowed] {
  display: block;
  max-width: 100%;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.embeded-media-container {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
}

.embeded-media-container.vimeo {
  padding-top: 0;
}

.embeded-media-container iframe,
.embeded-media-container object,
.embeded-media-container embed,
.embeded-media-container video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border: 0;
}

.docs-box, .docs-warning-box, .docs-error-box, .docs-info-box {
  width: 100%;
  padding: 20px;
  border-left: 3px solid;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.docs-box .underlined-text, .docs-warning-box .underlined-text, .docs-error-box .underlined-text, .docs-info-box .underlined-text {
  text-decoration: underline;
}
.docs-box .strong-text, .docs-warning-box .strong-text, .docs-error-box .strong-text, .docs-info-box .strong-text {
  font-weight: 600;
}

.docs-box-centered {
  text-align: center;
}

.docs-info-box {
  border-color: rgb(54, 131, 255);
  background-color: rgba(54, 131, 255, 0.1);
}

.docs-error-box {
  border-color: rgb(228, 59, 59);
  background-color: rgba(228, 59, 59, 0.1);
}

.docs-warning-box {
  border-color: rgb(245, 123, 1);
  background-color: rgba(245, 123, 1, 0.1);
}

.next-page-link {
  margin-top: 50px;
  text-align: right;
}

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

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #ec4e20 #fff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 150px 0 0;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 30px;
  color: #322e2f;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  body {
    padding: 130px 0 0;
  }
}

::-moz-selection {
  color: #fff;
  background: #ec4e20;
}

::selection {
  color: #fff;
  background: #ec4e20;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

article, aside, footer, header, nav, section {
  display: block;
}
article h1, aside h1, footer h1, header h1, nav h1, section h1 {
  font-size: 2em;
}

code {
  font-size: 14px;
  display: inline-block;
  background-color: #F6F9FB;
  padding: 2px 10px;
  border-radius: 6px;
  word-break: break-word;
  white-space: pre-wrap;
}

pre {
  font-size: 14px;
}
pre code.hljs {
  font-size: inherit;
  border-radius: 3px;
  padding: 20px 30px;
  background-color: #F6F9FB;
}
pre code {
  width: 100%;
}

.main-header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  backface-visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.main-header-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu-list-item {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu-list-item img {
  margin-top: -2px;
}
@media screen and (max-width: 845px) {
  .main-menu-list-item.social-icon {
    display: none;
  }
}

.main-menu-versions {
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
}
.main-menu-versions a {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .main-menu-versions {
    display: none;
  }
}

.main-logo {
  font-size: 36px;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.main-logo a {
  text-decoration: none;
  color: inherit;
}

.main-logo-beta {
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  left: 27px;
  bottom: -14px;
  line-height: 1;
}

.main-logo-beta-exclamation {
  color: #ec4e20;
  font-weight: 600;
}

.main-logo-dot {
  width: 15px;
  height: 15px;
  background-color: #ec4e20;
  margin-right: 10px;
  margin-bottom: 2px;
}

.clearfix::before, .container::before, .container-full-width::before, .clearfix:after, .container:after, .container-full-width:after {
  content: "";
  display: table;
  clear: both;
}

.container, .container-full-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}

.container-full-width {
  max-width: 100%;
}

.container-center {
  text-align: center;
}

.main-footer {
  padding: 60px 30px 30px;
  text-align: center;
  font-size: 13px;
  color: rgba(50, 46, 47, 0.4);
  height: 120px;
}

.button {
  color: #322e2f;
  display: inline-block;
  transition: background-color 0.2s;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 3px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #322e2f;
  color: #fff;
  border: 0;
}
.button:hover {
  background-color: #3f3a3b;
}

.js-overflow-y-hidden {
  overflow-y: hidden;
  padding-right: 15px;
}

.full-screen-overlay, .main-menu-overlay, .search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 46, 47, 0.95);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.full-screen-overlay.js-visible, .js-visible.main-menu-overlay, .js-visible.search-overlay {
  opacity: 1;
  visibility: visible;
}

.full-screen-overlay-contents, .main-menu-overlay-contents, .search-overlay-contents {
  overflow-y: auto;
  height: 100%;
}

.full-screen-overlay-close-btn, .main-menu-overlay-close-btn, .search-overlay-close-btn {
  position: absolute;
  top: 40px;
  right: 55px;
  cursor: pointer;
}
.full-screen-overlay-close-btn .gg-close, .main-menu-overlay-close-btn .gg-close, .search-overlay-close-btn .gg-close {
  transform: scale(2);
}

.go-to-top-button {
  background: #322e2f;
  color: #fff;
  position: fixed;
  bottom: -45px;
  right: 15px;
  width: 50px;
  height: 40px;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-to-top-button.js-visible {
  bottom: 0;
}

.page {
  min-height: calc(100vh - 150px - 120px);
}

.common-link {
  color: #ec4e20;
}

.docs-svg-image {
  max-width: 100%;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search-overlay-input-wrapper {
  margin: 20vh auto 5vh;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .search-overlay-input-wrapper {
    max-width: 90%;
  }
}

.search-overlay-input {
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  padding: 20px 0 10px;
  line-height: 1;
  outline: none;
  border-bottom: 5px solid #fff;
}
.search-overlay-input::-moz-placeholder {
  color: #fff;
}
.search-overlay-input::placeholder {
  color: #fff;
}

.search-overlay-results {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 900;
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .search-overlay-results {
    max-width: 90%;
  }
}

.search-overlay-results-item {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 0;
}
.search-overlay-results-item a {
  color: #fff;
  text-decoration: none;
}
.search-overlay-results-item a:hover {
  text-decoration: underline;
}
.search-overlay-results-item:before {
  content: "●";
  padding-right: 15px;
  margin-top: -2px;
}

.main-menu-overlay-contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu-overlay-list {
  text-align: center;
  margin: 0;
  padding: 0;
}

.main-menu-overlay-list-item {
  color: #fff;
  padding: 5px 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  list-style-type: none;
}
.main-menu-overlay-list-item a {
  color: #fff;
  text-decoration: none;
}
.main-menu-overlay-list-item a:hover {
  text-decoration: underline;
}

.main-menu-overlay-social-separator {
  height: 5px;
  width: 100px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 50px;
}

.main-menu-overlay-social {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 10px;
}
.main-menu-overlay-social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 20px;
}
.main-menu-overlay-social i {
  --ggs: 2;
}

[data-js-doc-header-wrapper] {
  position: relative;
}

[data-js-doc-header-anchor] {
  position: absolute;
  top: -100px;
  visibility: hidden;
  pointer-events: none;
}

[data-js-doc-header] {
  position: relative;
  display: flex;
  align-items: center;
}
[data-js-doc-header]:hover [data-js-doc-header-link] {
  display: inline-block;
}

[data-js-doc-header-link] {
  margin-left: 15px;
  display: none;
  color: #322e2f;
}
[data-js-doc-header-link] .gg-link {
  color: inherit;
}

.docs-layout {
  position: relative;
}

.docs-sidebar-left {
  max-width: 280px;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  padding: 50px 30px;
  background-color: #F6F9FB;
  border-right: 1px solid #ebebeb;
  transition: transform 0.3s;
  z-index: 2;
}
.docs-sidebar-left.js-sidebar-left-visible {
  transform: none;
}
@media screen and (max-width: 1024px) {
  .docs-sidebar-left {
    transform: translateX(-100%);
  }
}

.docs-sidebar-left-header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.docs-sidebar-left-menu-icon {
  display: none;
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .docs-sidebar-left-menu-icon {
    display: block;
    top: 0;
  }
}

.docs-content {
  margin-left: 280px;
  margin-right: 250px;
  width: auto;
  padding: 0 30px;
  line-height: 1.6;
}
.docs-content h1 {
  margin-top: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.docs-content h2,
.docs-content h3,
.docs-content h4,
.docs-content h5,
.docs-content h6 {
  margin-top: 0;
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin-top: 35px;
}
.docs-content a {
  color: #ec4e20;
  word-break: break-word;
  white-space: pre-wrap;
}
.docs-content img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .docs-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .docs-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .docs-content {
    padding: 0;
  }
}

.docs-content-edit-button {
  text-align: right;
  font-size: 13px;
}
.docs-content-edit-button a {
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #ec4e20;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .docs-content-edit-button {
    margin-bottom: 30px;
  }
}

.docs-home {
  margin-right: 0;
}

.docs-sidebar-right {
  width: 250px;
  max-height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 100px;
  margin-top: 30px;
  right: 0;
  padding: 10px 0;
  border-left: 1px solid #ebebeb;
  line-height: 1.6;
  font-weight: 400;
}
.docs-sidebar-right a {
  font-size: 13px;
  text-decoration: none;
  color: #322e2f;
  line-height: 1.1;
  display: inline-block;
}
.docs-sidebar-right a:hover {
  color: #ec4e20;
}
@media screen and (max-width: 1280px) {
  .docs-sidebar-right {
    display: none;
  }
}

.docs-sidebar-right-item {
  padding: 0 25px;
  position: relative;
  margin: 3px 0;
}
.docs-sidebar-right-item.js-docs-active-header a {
  color: #ec4e20;
}
.docs-sidebar-right-item.js-docs-active-header:before {
  position: absolute;
  content: " ";
  display: block;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ec4e20;
}

.docs-sidebar-right-title {
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 20px;
}

.docs-articles-list {
  margin-bottom: 20px;
}

.docs-articles-list-out-link {
  display: flex;
  align-items: center;
}
.docs-articles-list-out-link [class^=gg-] {
  display: inline-block;
  margin-right: 12px;
  transform: scale(0.7) rotate(45deg);
  min-width: 10px;
}

.docs-articles-list--title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.docs-articles-list--title a {
  color: inherit;
  text-decoration: none;
}
.docs-articles-list--title a.js-sidebar-left-menu-active {
  color: #ec4e20;
}

.js-selected-menu-item {
  font-weight: 500;
  position: relative;
}
.js-selected-menu-item:after {
  content: "➤";
  position: absolute;
  right: 0;
}

.homepage-lead {
  text-align: center;
}
.homepage-lead .npm-command {
  margin-bottom: 20px;
  font-weight: bold;
}
.homepage-lead .npm-command code {
  font-size: 18px;
}
.homepage-lead a {
  color: #ec4e20;
}
.homepage-lead h1 {
  font-size: 100px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .homepage-lead h1 {
    font-size: 65px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-lead h1 {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .homepage-lead h1 {
    font-size: 20px;
  }
}

.homepage-lead-subtitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .homepage-lead-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-lead-subtitle {
    margin-top: 40px;
  }
}
.homepage-lead-subtitle a {
  font-weight: 800;
  text-decoration: none;
}

.homepage-lead-subtitle-small {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
}

.homepage-lead-accent {
  color: #ec4e20;
}

.homepage-link {
  color: #ec4e20;
  margin-left: 5px;
  margin-right: 5px;
}

.homepage-docs-help-section {
  margin-top: 10px;
  margin-bottom: 60px;
}

.homepage-docs-button-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .homepage-docs-button-section {
    margin-top: 24px;
  }
}
.homepage-docs-button-section a {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 6px;
  border: 1px solid #ec4e20;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  background-color: #ec4e20;
  transition: background-color 0.2s, color 0.2s;
  min-width: 200px;
  margin: auto 5px;
}
.homepage-docs-button-section a.secondary {
  background-color: #F6F9FB;
  color: #ec4e20;
}
.homepage-docs-button-section a:hover {
  color: #ec4e20;
  background-color: #fff;
}
@media screen and (max-width: 495px) {
  .homepage-docs-button-section a {
    margin-bottom: 10px;
  }
}

.homepage-lead-columns {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 50px;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .homepage-lead-columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-lead-columns {
    margin-top: 100px;
  }
}

.homepage-lead-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 40px 30px;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.homepage-lead-column-icon-wrap {
  display: flex;
  justify-content: center;
}

.homepage-lead-column-icon {
  max-width: 40%;
  border: 0;
}
@media screen and (max-width: 900px) {
  .homepage-lead-column-icon {
    max-width: 100px;
  }
}

.homepage-lead-column-desc {
  line-height: 1.6;
  font-size: 15px;
  text-align: center;
}
.homepage-lead-column-desc .homepage-lead-column-bold {
  font-weight: 600;
}

.homepage-lead-column-title {
  text-align: center;
  margin-top: 10px;
}
.homepage-lead-column-title a {
  color: #322e2f;
  text-decoration: none;
}

.homepage-lead-column-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.homepage-lead-column-btn {
  font-weight: 300;
  display: block;
  padding: 0 15px;
  border: 1px solid #ec4e20;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  color: #ec4e20;
  transition: background-color, 0.2s;
}
.homepage-lead-column-btn:hover {
  background-color: #ec4e20;
  color: #fff;
}
.homepage-lead-column-btn.disabled, .homepage-lead-column-btn.disabled:hover {
  color: #322e2f;
  border: 1px solid #322e2f;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.homepage-code-example-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 860px) {
  .homepage-code-example-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.homepage-code-example {
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 500px;
  padding: 30px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .homepage-code-example {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .homepage-code-example {
    margin-bottom: 24px;
  }
}

.homepage-code-try {
  text-align: center;
}

.homepage-code-try-header {
  padding-top: 40px;
  font-size: 80px;
}
@media screen and (max-width: 760px) {
  .homepage-code-try-header {
    font-size: 65px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-code-try-header {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .homepage-code-try-header {
    font-size: 40px;
  }
}

.homepage-code-try-desc {
  margin-bottom: 80px;
}

.homepage-slogan {
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 40px;
  line-height: 1;
}
.homepage-slogan.secondary {
  font-size: 50px;
  font-weight: 700;
  padding-top: 60px;
}
@media screen and (max-width: 760pxhomepage-lead) {
  .homepage-slogan.secondary {
    font-size: 40px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-slogan.secondary {
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .homepage-slogan.secondary {
    font-size: 36px;
  }
}
@media screen and (max-width: 760px) {
  .homepage-slogan {
    font-size: 65px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-slogan {
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .homepage-slogan {
    font-size: 36px;
  }
}

.demo-tiles {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.demo-tiles.smaller {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.demo-tiles.last-tiles-wrapper {
  padding-bottom: 50px;
}
.demo-tiles .demo-tile {
  border-radius: 8px;
  min-width: 200px;
  border: 1px solid #ebebeb;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: box-shadow 100ms ease, transform 100ms ease;
  color: #322e2f;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
}
.demo-tiles .demo-tile:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.demo-tiles .demo-tile .link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.demo-tiles .demo-tile .link-wrapper img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.demo-tiles .demo-tile .link-wrapper img.wider {
  width: 160px;
}
.demo-tiles .demo-tile .text {
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
}
.demo-tiles .demo-tile .text.bigger {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}