:root {
  --content-max-width: 1320px;
  --sidebar-width: 20rem;
  --blockquote-border-color: rgb(43 183 123);
  --sidebar-nav-link-border-color--active: rgb(43 183 123);
  --theme-color: rgb(43 183 123);
  --base-background-color: #fafafa;
  --cover-background-mask-color: #fafafa;
  --cover-background-mask-opacity: 1;
  --cover-max-width: 100%;
  --cover-heading-color: #373b46;
  --color-primary: #373b46;
  --search-input-margin: 0 -5px;
  --search-input-border-width: 1px;
  --search-input-padding: 0.65em 50px 0.65em 50px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-full {
  width: 100%;
}

.flex {
  display: flex;
}

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

.justify-center {
  justify-content: center;
}

.gap-3 {
  gap: 0.75rem; /* 12px */
}

.mt-3 {
  margin-top: 1rem; /* 16px */
}

.mt-4 {
  /* 24px */
  margin-top: 1.5rem;
}

.mb-4 {
  /* 24px */
  margin-bottom: 1.5rem;
}

.mt-5 {
  /* 32px */
  margin-top: 2rem;
}

.px-6 {
  padding-left: 1.5rem; /* 24px */
  padding-right: 1.5rem; /* 24px */
}

.py-3 {
  padding-top: 0.75rem; /* 12px */
  padding-bottom: 0.75rem; /* 12px */
}

.rounded-full {
  border-radius: 9999px;
}

.font-medium {
  font-weight: 500;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cursor-pointer {
  cursor: pointer;
}

.m-auto {
  margin: auto;
}

.text-color-primary,
.color-primary {
  color: #3371e6 !important;
}
.text-color-primary a,
.color-primary a {
  color: #3371e6 !important;
}

.bg-color-primary,
.bg-primary {
  background-color: #3371e6 !important;
}

.text-color-secondady,
.color-secondady {
  color: #dd363b !important;
}
.text-color-secondady a,
.color-secondady a {
  color: #dd363b !important;
}

.bg-color-secondady,
.bg-secondady {
  background-color: #dd363b !important;
}

.text-color-black,
.color-black {
  color: #000 !important;
}
.text-color-black a,
.color-black a {
  color: #000 !important;
}

.bg-color-black,
.bg-black {
  background-color: #000 !important;
}

.text-color-white,
.color-white {
  color: #FFF !important;
}
.text-color-white a,
.color-white a {
  color: #FFF !important;
}

.bg-color-white,
.bg-white {
  background-color: #FFF !important;
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section strong,
.markdown-section .anchor span,
.markdown-section code {
  color: #3371e6 !important;
}
.markdown-section a {
  color: #dd363b;
  font-weight: 600;
  text-decoration: none;
}
.markdown-section a:hover, .markdown-section a:focus, .markdown-section a:active {
  text-decoration: none;
}

.sidebar ul li.active > a {
  color: #3371e6;
}

.sidebar-toggle span {
  background-color: #3371e6;
}

section.cover .anchor span {
  color: #FFF;
}

body, html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #222222 !important;
}

.demo-logo {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

section.cover .cover-main .get-started {
  background-color: rgb(255, 88, 93);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 3.125rem;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  padding: 20px 25px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none !important;
}
section.cover .cover-main .get-started:hover, section.cover .cover-main .get-started:active, section.cover .cover-main .get-started:focus {
  background-color: #EB4A4F;
  text-decoration: none !important;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff !important;
  opacity: 1 !important;
}

section.cover a.cover-button-outline {
  background-color: #fff;
  border: 1px solid transparent;
  position: relative;
  border-radius: 3.125rem;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 18px 32px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: rgb(0, 87, 184);
  text-decoration: none;
}
section.cover a.cover-button-outline:hover, section.cover a.cover-button-outline:active, section.cover a.cover-button-outline:focus {
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  color: rgb(0, 87, 184) !important;
}

@media screen and (max-width: 320px) {
  section.cover a.cover-button-outline {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
section.cover {
  position: relative;
  z-index: 1;
  background: url("../img/maw-coverpage.jpg") no-repeat center !important;
  background-size: cover !important;
  color: #ffffff;
}
section.cover:before {
  display: none;
}
section.cover:after {
  display: block;
}
section.cover h1 {
  color: #ffffff;
  margin-bottom: 40px;
}

section.cover .mask {
  opacity: 1;
  visibility: visible;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 184, 0.45);
  mix-blend-mode: multiply;
  backdrop-filter: saturate(1.2) brightness(0.85) hue-rotate(-5deg);
  -webkit-backdrop-filter: saturate(1.2) brightness(0.85) hue-rotate(-5deg);
}

#intro {
  font-size: 2.4rem;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto;
}

.demo-link {
  border-radius: 3px;
  padding: 5px 29px 5px 12px;
  background: #daecff;
  color: #000 !important;
  font-weight: 400 !important;
  text-decoration: none;
  position: relative;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
.demo-link:after {
  content: "";
  background: url("../img/link.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 9px;
  opacity: 0.7;
}
.demo-link:hover {
  color: #fff !important;
  background: #4884ff;
  text-decoration: none;
}
.demo-link:hover:after {
  filter: invert(1);
}
.demo-link--download:after {
  content: "";
  background: url("../img/download.svg");
  background-repeat: no-repeat;
}

button.demo-link {
  border: none;
  outline: none;
  padding-block: 8px;
  padding-inline: 12px;
  padding-inline-end: 29px;
}