@charset "UTF-8";
img[src$=centered] {
  display: block;
  margin: 0 auto;
}

.wide-content {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: 30px calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
  text-align: center;
}

.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;
}

.full-screen-overlay, .main-menu-overlay, .search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(56, 56, 56, 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);
}

.button {
  color: #383838;
  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: #383838;
  color: #fff;
  border: 0;
}
.button:hover {
  background-color: rgb(68.75, 68.75, 68.75);
}

.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;
}

* {
  box-sizing: border-box;
}

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: #383838;
  background-color: #fff;
}

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

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

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;
}

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

.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;
}

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

.main-logo-dot {
  width: 15px;
  height: 15px;
  background-color: #ea4c89;
  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%;
}

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

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

.go-to-top-button {
  background: #383838;
  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);
}

.main-footer-link {
  color: #ea4c89;
}

.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: #383838;
}
[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 rgb(234.6, 234.6, 234.6);
  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;
  }
}

.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 rgb(234.6, 234.6, 234.6);
  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 rgb(234.6, 234.6, 234.6);
  padding-top: 25px;
  margin-top: 35px;
}
.docs-content a {
  color: #ea4c89;
}
@media screen and (max-width: 1280px) {
  .docs-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .docs-content {
    margin-left: 0;
  }
}

.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 rgb(234.6, 234.6, 234.6);
  line-height: 1.6;
  font-weight: 400;
}
.docs-sidebar-right a {
  font-size: 13px;
  text-decoration: none;
  color: #383838;
}
.docs-sidebar-right a:hover {
  color: #ea4c89;
}
@media screen and (max-width: 1280px) {
  .docs-sidebar-right {
    display: none;
  }
}

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

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

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

.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: #ea4c89;
}

.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 h1 {
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 35px;
}
@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: 40px;
  }
}
@media screen and (max-width: 450px) {
  .homepage-lead h1 {
    font-size: 40px;
  }
}

.homepage-lead-subtitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .homepage-lead-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .homepage-lead-subtitle {
    margin-bottom: 30px;
  }
}

.homepage-lead-image {
  margin: 40px 0 20px;
}
.homepage-lead-image img {
  max-width: 100%;
}
@media screen and (max-width: 560px) {
  .homepage-lead-image {
    display: none;
  }
}

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

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

.homepage-docs-button-section {
  margin-bottom: 50px;
}
.homepage-docs-button-section a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 100px;
  border: 3px solid #ea4c89;
  color: #ea4c89;
  text-decoration: none;
  font-weight: 900;
  transition: background-color 0.2s, color 0.2s;
}
.homepage-docs-button-section a:hover {
  background-color: #ea4c89;
  color: #fff;
}