/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  --primary-color: #599ffe;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  color: #585e71;
  font-weight: 500;
  font-family: stabil_grotesk, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  transition: background-color 0.3s ease-in-out;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  margin: 0 0 15px;
}
h1 {
  font-size: 58px;
  font-family: "victor_serif";
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
h1.homepage {
  font-size: 55px;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: -.03em;
  font-family: "stabil_grotesk";
} /* Force deployment refresh */
h2 {
  font-family: "victor_serif";
  color: #222;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.06rem;
}
.h2-style {
  font-weight: 600;
  font-family: "stabil_grotesk", sans-serif;
  font-size: 42px;
  line-height: 1.1em;
  letter-spacing: -0.05rem;
}

h3 {
  font-family: "stabil_grotesk";
  color: #222;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}
.h3-style {
  font-family: monospace;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px auto;
}

h4 {
  font-family: "stabil_grotesk";
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02rem;
}
.h4-small-style {
  font-size: 15px;
  letter-spacing: -0.02rem;
  color: #595E6C;
  font-weight: 600;
  margin: 0;
}

.serif {
  font-family: "victor_serif";
  font-weight: normal;
}
h5 {
  font-size: 20px;
}

h5.subtitle {
  color: #585e71;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-transform: uppercase;
}

h6 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02rem;
  line-height: 1.4em;
  color: rgba(82, 74, 62, 0.82)
}

p {
  margin: 0 0 20px;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
blockquote {
  color: #666;
  font-size: 26px;
  font-weight: bold;
  margin: 45px 0px;
  padding-left: 20px;
  line-height: 1.4;
  border-left: 3px solid #ff2753;
}
blockquote strong {
  font-weight: bold;
}
ul,
ol {
  margin: 10px 0 30px 0;
  padding-left: 0;
}
li {
  margin: 5px 0;
}
iframe,
embed {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
figure {
  margin: 20px 0 45px;
}
figcaption {
  color: #1a1a1a;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
pre {
  margin: 30px 0;
  overflow-x: scroll;
}
hr {
  background-color: #1a1a1a;
  border: 0;
  border-radius: 50%;
  height: 5px;
  margin: 70px auto;
  position: relative;
  width: 5px;
}
hr:before,
hr:after {
  background-color: #1a1a1a;
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  width: 5px;
}
hr:before {
  right: 20px;
}
hr:after {
  left: 20px;
}
section.product {
  width: 1000px;
  margin: 200px auto 0;
  padding-bottom: 150px;
}
section.community {
  margin-top: 80px;
}
h1.product-header {
  width: auto;
}
h1.product-header-wider {
  max-width: 600px;
  font-size: 60px;
}
.first-row {
  border-bottom: 1px solid #e7e9ee;
}
.first-column {
  border-right: 1px solid #e7e9ee;
}
.pr-box {
  display: flex;
  max-width: 800px;
  margin: 0 auto 100px;
  align-items: center;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
}
.pr-box-link {
  margin-top: 10px;
}
.pr-box-link:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
}
.pr-box-inner {
  margin-left: 25px;
}
.product-container h4 {
  width: 360px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.product-container-300 {
  width: 300px;
}
.product-icon {
  margin: 0 auto 20px;
  height: 70px;
}
.product-icon img {
  display: inline;
}
.product-quote {
  width: 260px;
  margin: 0 auto;
  padding-bottom: 80px;
  font-size: 18px;
  color: #585e71;
  line-height: 1.4;
}
.quote-person {
  font-size: 17px;
  margin-top: 30px;
}
.quote-author {
  font-size: 15px;
  line-height: 1.6em;
  margin: 0;
  display: inline-block;
}
span.step-eyebrow {
  font-size: 16px;
  font-weight: bold;
}
.promo-step {
  margin: 80px auto;
  width: 500px;
}
section.cta-prefooter {
  padding: 80px 0 150px 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .product-container h4 {
    width: auto;
  }
  .pr-box {
    display: block;
    text-align: center;
  }
  .pr-box-inner-img {
    margin: 0 auto;
    display: inline-block;
  }
  .product-header {
    width: auto;
  }
  .pr-box-inner {
    margin-left: 0;
  }
  .promo-step {
    width: auto;
  }
  h3 {
    line-height: 1.3em;
    font-size: 34px;
  }
  section {
    padding: 0 20px;
  }
  section.product {
    width: auto;
    padding-bottom: 0;
  }
  section.cta-prefooter {
    padding: 80px 20px 150px 20px;
  }
  section.community {
    margin-top: 0;
  }
  .product-description {
    width: auto;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .first-row {
    border: none;
  }
  .first-column {
    border: none;
  }
  .product-container-300 {
    width: auto;
  }
  .product-quote {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col-1 {
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
  .navbar {
    padding: 0 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

/* Buttons
==============================================*/
.button-arrow-icon {
  color: #aaa;
  display: inline-block;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
}
.button-arrow-left .button-arrow-icon {
  margin-left: -2px;
  margin-right: 3px;
}
.button-arrow-right .button-arrow-icon {
  margin-left: 3px;
  margin-right: -2px;
}
.button-arrow-left:hover .button-arrow-icon {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-arrow-right:hover .button-arrow-icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 16px;
  height: 50px;
  outline: none;
  padding: 0 15px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: var(--primary-color);
}
.text-center {
  text-align: center;
}
.button-link {
  color: #ff2753;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
}
.link {
  color: #ff2753;
  font-weight: bold;
  line-height: 1.4em;
  display: inline;
}
.button {
  background-color: #ff2753;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  border-radius: 12px;
  padding: 10px 18px 14px;
  text-align: center;
  transition: 0.15s ease;
  border: .75px solid transparent;
  transition-property: background-color, border-color, color, box-shadow;
}
.button:hover {
  border: .75px solid transparent;
  box-shadow: 0 10px 30px rgba(22, 22, 22, 0.10);
}
.button-border {
  background-color: transparent;
  border-color: #666;
  color: #1a1a1a;
}

.button-border-light {
  background-color: #fafafa;
  border: .75px solid #dadbdf;
  color: #434140;
}

.button-border-light:hover {
  border: .75px solid #262626;
  color: #262626
}

.button-border:hover {
  border: .75px solid #262626;
  color: #262626;
}
.site-header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 80;
  margin: 0 auto;
  width: 1200px;
  position: relative;
}
.navbar {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.navbar-left,
.navbar-right {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.navbar-left {
  height: 100%;
}
.logo {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}
.logo-image {
  max-height: 36px;
}
.logo-image.white {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
}
.logo-text {
  font-size: 24px;
  font-weight: 800;
}
.sep {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 15px;
  width: 1px;
}
.sep:after {
  background-color: #d9d9d978;
  content: "";
  height: 40%;
  margin: auto;
  transition: background-color 0.5s ease-in-out;
  width: 100%;
}
.nav-list {
  display: -webkit-flex;
  display: flex;
}
.menu-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin: 0 15px;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
  height: 22px;
}
@media (max-width: 767px) {
  .menu-item {
    margin: 0 10px;
  }
  
  .button {
    box-shadow: none;
  }
}
.menu-item-link {
  color: #585e71;
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .logo {
    margin-right: 0;
  }
  .site-header {
    width: 100%;
  }
  .site {
    margin: 0 20px;
  }
  .navbar {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .site-header {
    width: 100%;
  }
  .site {
    margin: 0px;
  }
}
.your-portal {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.burger {
  cursor: pointer;
  height: 30px;
  margin-right: 10px;
  position: relative;
  width: 30px;
}
.burger:before,
.burger:after {
  background-color: #1a1a1a;
  content: "";
  height: 2px;
  left: 9px;
  position: absolute;
  width: 12px;
}
.burger:before {
  top: 11px;
}
.burger:after {
  bottom: 11px;
}
.toggle-track {
  background-color: #1a1a1a;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  height: 24px;
  margin-left: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 45px;
}
.toggle-sun,
.toggle-moon {
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1px;
  width: 50%;
}
.toggle-moon {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
.toggle-thumb {
  background-color: #fff;
  border-radius: 50%;
  height: 20px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.dark-mode .toggle-thumb {
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
}
.site {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
section.hero {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}
.hero_headline {
  margin-bottom: 50px;
  position: relative;
}
.hero_headline_container {
  margin-top: 100px;
}
.hero_headline_eyebrow {
  color: #ff2753;
  font-family: stabil_grotesk;
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
}
.hero_headline_subpage {
  font-family: victor_serif;
  font-weight: normal;
  font-size: 55px;
}
.hero-video {
  position: relative;
  left: -100px;
  top: -100px;
  z-index: 0;
}

@media (max-width: 767px) {
  section.hero {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  h1.homepage {
    font-size: 40px;
    width: 100%;
  }
  .secondary-header {
    font-size: 20px;
    padding: 0 40px;
  }
  .hero-video {
    position: inherit;
    margin-top: 50px;
  }
}

.hero_headline_cta {
  margin-top: 30px;
}

.customer-logos {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

section.trusted {
  margin-bottom: 200px;
}

.site-hero-header .sub-header {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.3;
}
.single-action {
  margin-top: 45px;
}
.single-action-button {
  width: 100%;
}
.early-access-button {
  background: #ff2753;
  border: 0;
  font-size: 17px;
}
.subtle-button {
  font-size: 15px;
}
.early-access-button:hover {
  border: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
.login-button {
  display: flex;
  align-items: center;
  border: 0;
  font-size: 15px;
  color: #262626;
  padding: 5px 15px 9px 20px;
  border-radius: 8px;
  background: #fafafa;
  border: .75px solid #dadbdf;
  transition: all 0.2s ease-in-out;
}
.login-button img {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.login-button:hover {
  background: #efefef;
  border-color: #ccc;
  color: #ff2753;
}
.site-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.content-area {
  padding-top: 60px;
}
.term {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}
.term-image-container {
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 70px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 70px;
}
.term-name {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0;
}
.term-description {
  line-height: 1.5;
  margin-top: 8px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .term {
    margin-top: -30px;
  }
  section.trusted {
    margin-bottom: 80px;
  }
}
.dimmer {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
}
.off-canvas {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 60px 0 30px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
  max-width: 400px;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.canvas-close {
  color: #1a1a1a;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
}
html:not(.canvas-visible) .off-canvas {
  visibility: hidden;
}
.canvas-opened {
  overflow-y: hidden;
}
.canvas-opened .off-canvas {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  visibility: visible;
}
.subscribe {
  background-color: #f1f1f1;
  margin-top: 45px;
  padding: 45px 0 48px;
  text-align: center;
}
.post-template .subscribe {
  background-color: transparent !important;
  margin-top: 20px;
}
.subscribe-title {
  font-size: 22px;
  margin-bottom: 8px;
}
.subscribe-message {
  color: #aaa;
  line-height: 1.4;
  margin-bottom: 25px;
}
.subscribe-form {
  display: inline-block;
  position: relative;
}
input.subscribe-email {
  padding-right: 55px;
  width: 350px;
}
.subscribe-button {
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  height: 40px;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
}
.subscribe-button:after {
  color: #fff;
  content: "\e92c";
  font-family: Alto;
}
.subscribe-button span {
  display: none;
}
@media (max-width: 767px) {
  .subscribe {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 0;
  }
  .subscribe-form,
  .subscribe-email {
    width: 100% !important;
  }
}
.instagram-feed {
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.instagram-feed-item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: calc(100% / 6);
}
.instagram-feed-username {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  bottom: 15px;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  left: 15px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  z-index: 10;
}
.instagram-feed-icon {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .instagram-feed-item {
    width: calc(100% / 3);
  }
}
footer {
  position: relative;
  overflow: hidden;
}
footer::after {
  content: "";
  width: 71px;
  height: 88px;
  background: url("https://playbook-beta.imgix.net/a98fc667-dde3-4bad-bf60-5bb7f84854d7?w=576")
    center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0 0 -10px -65px;
  transform-origin: bottom center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);

  -webkit-animation: waving 1s alternate infinite;
  -moz-animation: waving 1s alternate infinite;
  -ms-animation: waving 1s alternate infinite;
  -o-animation: waving 1s alternate infinite;
  animation: waving 1s alternate infinite;
}
-webkit-keyframes waving /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  to {
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes waving {
  from {
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  to {
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.copyright,
.terms,
.privacy,
.discord {
  font-size: 14px;
  margin-right: 20px;
  font-weight: 500;
}
.privacy a.hiring {
  color: #ff2753;
  font-style: italic;
}
.copyright a {
  position: relative;
}
.privacy a,
.terms a,
.discord a {
  color: #777e93;
}
.footer-links {
  display: flex;
  margin: 0 auto;
}
.footer-social {
  margin-left: -7px;
  text-align: left;
  margin-top: 30px;
}
.footer-social-item {
  color: #aaa;
  font-size: 20px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .footer-links {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .terms,
  .privacy,
  .discord {
    margin-bottom: 15px;
  }
  .site-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .copyright {
    margin-top: 0;
    -webkit-order: 1;
    order: 1;
  }
  .footer-social {
    margin-right: 0;
    margin-top: 30px;
  }
}
.error {
  text-align: center;
}
.error-code {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: -5px;
}
.error-posts {
  margin-top: 60px;
}
.error-link {
  color: var(--primary-color) !important;
  font-weight: 700;
}
.post-media {
  margin-bottom: 20px;
}
.post-excerpt {
  color: #888;
  font-weight: 500;
  height: 50px;
  overflow: hidden;
}
.post-media.kg-width-wide {
  margin-bottom: 45px;
}
.post-media-tag {
  background: var(--primary-color);
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.post-title {
  font-size: 18px;
  line-height: 1.3em;
}
.post-header.big-title h1.post-title {
  font-size: 55px;
}
.post-header.big-title h3.post-title {
  font-size: 18px;
  letter-spacing: -0.02em;
  font-family: "AktivGrotesk", sans-serif !important;
  font-weight: bold;
}
.post-title-link {
  color: #3e3033;
}
.post-title-link:hover {
  color: #ff2753;
}
.post-meta {
  color: #aaa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 20px auto;
  font-family: "stabil_grotesk";
}
.big-meta {
  font-size: 15px;
  margin: 30px 0 0 0;
}
.post-meta-item + .post-meta-item:before {
  content: "\02022";
  font-family: serif;
  padding: 0 4px;
}
.post-tag {
  color: var(--primary-color);
}
.post-tag + .post-tag:before {
  content: ", ";
}
.post-footer {
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 10px;
}
.post-action {
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.post-link {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding-left: 14px;
  position: relative;
  text-transform: uppercase;
}
.post-link:before {
  font-family: Alto;
  left: 0;
  position: absolute;
}
.post-link.primary {
  color: var(--primary-color);
  font-weight: 800;
}
.post-link.primary:before {
  content: "\e932";
  font-size: 14px;
  left: -3px;
}
.post-link.secondary {
  margin-left: 15px;
  padding-left: 17px;
}
.post-link.secondary:before {
  content: "\e933";
}
.post-author {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.post-author-image-link {
  display: block;
  height: 30px;
  margin: 0 -4px;
  position: relative;
  width: 30px;
}
.post-author-image-link:first-child {
  z-index: 10;
}
.post-author-image-link:nth-child(2) {
  z-index: 9;
}
.post-author-image-link:nth-child(3) {
  z-index: 8;
}
.post-author-image-link:nth-child(4) {
  z-index: 7;
}
.post-author-image-link:nth-child(5) {
  z-index: 6;
}
.post-author-image {
  border: 2px solid #fff;
  border-radius: 50%;
}
.post-author-name {
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.post-author-name-link + .post-author-name-link:before {
  color: #aaa;
  content: ", ";
}
h1.blog-header {
  font-size: 19px;
  text-align: center;
  margin: 15px auto;
  font-weight: 500;
  font-family: "stabil_grotesk";
}
@media (max-width: 767px) {
  .post-header.big-title h1.post-title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .post-media.kg-width-wide {
    margin-bottom: 30px;
  }
  .post:not(.single-post) .post-title {
    font-size: 20px !important;
  }
}
.featured-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  margin: 30px auto 20px;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  max-width: 1200px;
  overflow: hidden;
}
.featured-container .post-title {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  text-align: left;
  font-family: "AktivGrotesk", sans-serif !important;
  font-weight: bold;
}
.featured-container .post-media {
  margin-bottom: 0;
}

.featured-image .post-media,
.featured-image .u-placeholder,
.featured-image .post-image-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.featured-container .post-excerpt {
  text-align: left;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
}
.featured-container .featured-tag {
  color: #ff2753;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}
.featured-image {
  width: 450px;
  min-width: 450px;
  max-width: 500px;
  min-height: 250px;
  border-radius: 12px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
}

.featured-image .u-placeholder {
  padding-bottom: 0 !important;
}

.featured-image .u-placeholder::before {
  display: none;
}

.featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-content {
  padding: 30px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .featured-image {
    min-width: 350px;
  }
  .featured-content {
    padding: 25px 30px;
  }
}

@media (max-width: 767px) {
  .featured-container {
    display: block;
    border: 1px solid #eaeaea;
    padding: 0;
    margin: 30px 20px 20px;
  }
  .featured-image {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .featured-content {
    padding: 20px;
  }
}
.pagination {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 30px auto 45px auto;
  justify-content: center;
}
.pagination-left,
.pagination-right {
  -webkit-flex: 2;
  flex: 2;
  font-weight: 700;
}
.pagination-right {
  text-align: right;
}
.page-number {
  border-radius: 30px;
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
  line-height: 0;
  padding: 16px 16px;
}
.single-post {
  margin-bottom: 60px;
}
.single-post .post-header {
  font-family: "victor_serif";
  font-weight: 600;
  color: rgba(41, 41, 41, 1);
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.single-post .post-media {
  margin-top: 45px;
}
.single-post .post-image-link {
  pointer-events: none;
}
.post-header .big-title {
  font-family: "AktivGrotesk";
}
.single-post .post-content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.06rem;
  color: #222;
}
.single-post .post-content h3 {
  font-size: 24px;
  margin: 40px 0 14px 0;
  display: block;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-family: "AktivGrotesk";
}
.single-post .post-content p {
  margin-bottom: 1.5em;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
.single-post .post-content {
  line-height: 1.7;
  font-size: 24px;
  color: rgba(41, 41, 41, 1);
  font-weight: normal;
  font-family: "charter";
}
.single-post .post-content img,
.single-post .post-content .kg-image,
.single-post .post-content figure.kg-image-card img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .single-post .post-header {
    margin: -30px 20px 0 20px;
    font-size: 40px;
  }

  .single-post .post-header h1 {
    font-size: 40px;
  }

  .single-post {
    padding: 0px;
  }

  .single-post .u-text-format {
    margin: 0 20px;
  }
}
.kg-gallery-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.kg-gallery-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.kg-gallery-image img {
  height: 100%;
  width: 100%;
}
.kg-gallery-row:not(:first-of-type) {
  margin: 10px 0 0 0;
}
.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 10px;
}
.share {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  margin-top: 30px;
}
.share-item {
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}
.share-item + .share-item {
  margin-left: 8px;
}
.share-facebook {
  background-color: #3b5998;
}
.share-twitter {
  background-color: #1da1f2;
}
.share-pinterest {
  background-color: #bd081c;
}
.share-linkedin {
  background-color: #0077b5;
}
.share-reddit {
  background-color: #ff4500;
}
.share-tumblr {
  background-color: #35465c;
}
.share-vk {
  background-color: #45668e;
}
.share-pocket {
  background-color: #ef4056;
}
.share-telegram {
  background-color: #0088cc;
}
.author {
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
}
.author + .author {
  margin-top: 30px;
}
.author-image-placeholder {
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
.author-wrapper {
  margin-left: 25px;
  max-width: 550px;
}
.author-header {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.author-header-wrapper {
  position: relative;
}
.author-name {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
  position: relative;
}
.author-name:after {
  content: "\e92e";
  font-family: Alto;
  font-size: 19px;
  margin-left: 1px;
}
.author-social {
  background-color: #1a1a1a;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  left: 100%;
  line-height: 1;
  margin-left: -26px;
  margin-top: 5px;
  opacity: 0;
  padding: 8px 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
.author-social:before {
  color: #1a1a1a;
  content: "\e900";
  font-family: Alto;
  font-size: 19px;
  left: 7px;
  position: absolute;
  top: -12px;
}
.author-social.enabled {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.author-social-item {
  color: #fff;
  font-weight: 700;
  padding: 5px 11px;
  white-space: nowrap;
}
.author-location-icon {
  position: relative;
  top: 1px;
}
.author-bio {
  font-size: 15px;
  margin-top: 8px;
}
.author-location {
  color: #aaa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-left: -2px;
  margin-top: 12px;
  text-transform: uppercase;
}
.navigation {
  display: -webkit-flex;
  display: flex;
  margin-top: -15px;
}
.navigation-item {
  -webkit-flex: 1;
  flex: 1;
}
.navigation-item-link {
  font-size: 17px;
  font-weight: 700;
}
.navigation-next {
  margin-left: 30px;
  text-align: right;
}
.featured-posts {
  margin: 45px 0;
}
.featured-posts .post {
  margin-bottom: 0;
}
.featured-posts .post-header,
.featured-posts .post-title {
  margin-bottom: 0;
}
.featured-posts .post-header {
  text-align: center;
}
@media (max-width: 767px) {
  .featured-posts {
    margin: 0;
  }
}
.related-posts {
  margin-top: 60px;
}
.related-posts .post {
  margin-bottom: 0;
}
.related-posts .post-meta-length,
.related-posts .post-meta-tags {
  display: none;
}
.related-title {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .related-column + .related-column .post {
    margin-top: 30px;
  }
}
.comment-container {
  margin-top: 45px;
  padding: 30px 0;
}
.comment-container a {
  color: var(--primary-color) !important;
}
@font-face {
  font-family: "Alto";
  src: url("../fonts/Alto.ttf") format("truetype"),
    url("../fonts/Alto.woff") format("woff"),
    url("../fonts/Alto.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "stabil_grotesk";
  src: url("../fonts/StabilGrotesk-Light.woff") format("woff"),
    url("../fonts/StabilGrotesk-Light.woff2") format("woff2"),
    url("../fonts/StabilGrotesk-Light.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "stabil_grotesk";
  src: url("../fonts/StabilGrotesk-Regular.woff") format("woff"),
    url("../fonts/StabilGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/StabilGrotesk-Regular.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "stabil_grotesk";
  src: url("../fonts/StabilGrotesk-Medium.woff") format("woff"),
    url("../fonts/StabilGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/StabilGrotesk-Medium.otf") format("otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "victor_serif";
  src: url("../fonts/VictorSerif-Regular.otf") format("otf"),
    url("../fonts/VictorSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "victor_serif";
  src: url("../fonts/VictorSerif-Semibold.otf") format("otf"),
    url("../fonts/VictorSerif-Semibold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "charter";
  src: url("../fonts/CharterRegular.otf") format("otf"),
    url("../fonts/CharterRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "charter";
  src: url("../fonts/CharterBold.otf") format("otf"),
    url("../fonts/CharterBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AktivGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: "AktivGrotesk";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/AktivGrotesk-Medium.otf") format("opentype");
}
.icon:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Alto";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-left:before {
  content: "\e929";
}
.icon-chevron-right:before {
  content: "\e92a";
}
.icon-arrow-left:before {
  content: "\e92b";
}
.icon-arrow-right:before {
  content: "\e92c";
}
.icon-map-marker:before {
  content: "\e92d";
}
.icon-menu-down:before {
  content: "\e92e";
}
.icon-menu-up:before {
  content: "\e900";
}
.icon-window-close:before {
  content: "\e92f";
}
.icon-white-balance-sunny:before {
  content: "\e930";
}
.icon-brightness-2:before {
  content: "\e931";
}
.icon-play:before {
  content: "\e932";
}
.icon-bookmark:before {
  content: "\e933";
}
.icon-behance:before {
  content: "\e934";
}
.icon-dribbble:before {
  content: "\e935";
}
.icon-facebook:before {
  content: "\e936";
}
.icon-github-circle:before {
  content: "\e937";
}
.icon-instagram:before {
  content: "\e938";
}
.icon-linkedin:before {
  content: "\e939";
}
.icon-pinterest:before {
  content: "\e93a";
}
.icon-pocket:before {
  content: "\e93b";
}
.icon-reddit:before {
  content: "\e93c";
}
.icon-rss:before {
  content: "\e93d";
}
.icon-telegram:before {
  content: "\e93e";
}
.icon-tumblr:before {
  content: "\e93f";
}
.icon-twitter:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aaa'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.icon-vk:before {
  content: "\e941";
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.slicknav_menu .slicknav_nav {
  display: block !important;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0 20px;
  width: 100%;
}
.slicknav_menu .menu-item-link {
  display: block;
  outline: none;
  padding: 12px 0;
}
.owl {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.owl .owl-stage {
  position: relative;
  touch-action: pan-Y;
}
.owl .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl .owl-item > img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.owl .owl-nav.disabled,
.owl .owl-dots.disabled {
  display: none;
}
.owl .owl-prev,
.owl .owl-next,
.owl .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl .owl-prev,
.owl .owl-next {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #1a1a1a;
  font-size: 21px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 130px;
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
  width: 40px;
}
.owl .owl-prev.disabled,
.owl .owl-next.disabled {
  color: #aaa;
  cursor: default;
}
.owl .owl-prev {
  left: -20px;
}
.owl .owl-next {
  right: -20px;
}
.owl .owl-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.owl .owl-dot {
  -webkit-align-items: center;
  align-items: center;
  border: 0;
  display: -webkit-flex;
  display: flex;
  height: 20px;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 20px;
}
.owl .owl-dot span {
  background-color: #d9d9d9;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.owl .owl-dot.active span {
  background-color: #000;
}
.owl.owl-loaded {
  display: block;
}
.owl.owl-loading {
  display: block;
  opacity: 0;
}
.owl.owl-hidden {
  opacity: 0;
}
.owl.owl-refresh .owl-item {
  visibility: hidden;
}
.owl.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl.owl-grab {
  cursor: move;
}
.no-js .owl {
  display: block;
}
.owl .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.owl .owl-animated-in {
  z-index: 0;
}
.owl .owl-animated-out {
  z-index: 1;
}
.owl .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
@media (min-width: 992px) {
  .kg-width-normal {
    margin-left: calc(-750px / 2 + 100% / 2);
    margin-right: calc(-750px / 2 + 100% / 2);
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  body:not(.sidebar-right):not(.sidebar-left) .kg-width-wide {
    margin-left: calc(-750px / 2 + 100% / 2);
    margin-right: calc(-750px / 2 + 100% / 2);
    max-width: 750px;
  }
  body:not(.sidebar-right):not(.sidebar-left) .kg-width-wide img {
    width: 100%;
  }
  body:not(.sidebar-right):not(.sidebar-left) .kg-width-large {
    margin-left: calc(-1140px / 2 + 100% / 2);
    margin-right: calc(-1140px / 2 + 100% / 2);
    max-width: 1140px;
  }
  body:not(.sidebar-right):not(.sidebar-left) .kg-width-large img {
    width: 100%;
  }
}
body:not(.sidebar-right):not(.sidebar-left) .kg-width-full {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
body:not(.sidebar-right):not(.sidebar-left) .kg-width-full img {
  width: 100%;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-plain-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.u-permalink {
  bottom: 0;
  left: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.u-object-fit {
  height: 100%;
  border-radius: 12px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.u-placeholder {
  background-color: #f1f1f1;
  border-radius: 14px;
  position: relative;
  z-index: 10;
}
.u-placeholder:before {
  content: "";
  display: block;
}
.u-placeholder.horizontal:before {
  padding-bottom: 50%;
}
.u-placeholder.rectangle:before {
  padding-bottom: 62.5%;
}
.u-placeholder.square:before {
  padding-bottom: 100%;
}
.u-hover-item,
.featured-posts .owl-item {
  transition: opacity 0.3s ease-in-out;
}
.u-hover-wrapper:hover .u-hover-item,
.featured-posts .owl-stage:hover .owl-item {
  opacity: 0.7;
}
.u-hover-wrapper:hover .u-hover-item:hover,
.featured-posts .owl-stage:hover .owl-item:hover {
  opacity: 1;
}
.u-text-format h1,
.u-text-format h2,
.u-text-format h3,
.u-text-format h4,
.u-text-format h5,
.u-text-format h6 {
  font-weight: 800;
  margin-top: 40px;
}
.u-text-format h4 {
  font-size: 20px;
  font-weight: 700;
}
.u-text-format h5 {
  font-size: 15px;
  font-weight: 700;
}
.u-text-format h6 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.u-text-format strong {
  color: #1a1a1a;
}
.u-text-format a {
  color: #ff2753;
  position: relative;
  text-decoration: underline;
}
.u-text-format ul,
.u-text-format ol {
  list-style-type: disc;
  padding-left: 20px;
  position: relative;
}
.u-text-format ul li,
.u-text-format ol li {
  line-height: 1.5;
  margin: 12px 0;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.u-text-format ol {
  counter-reset: numbered-list;
}
@media (max-width: 767px) {
  .u-placeholder.horizontal:before {
    padding-bottom: 62.5%;
  }
}
.perk {
  background-color: #f5f5f5;
  border-radius: s5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
  padding: 18px 15px;
  text-align: center;
}
h3.perk-title,
p.perk-title {
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.perk-image {
  margin: 0 auto 10px;
}
.single-highlights {
  display: inline-block;
  margin: 3px auto 0px;
  padding: 0;
  color: #343f44;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  text-align-last: left;
  list-style: none;
  max-width: 220px;
}
.single-highlight-item-icon {
  margin: 7px 10px 0 -8px;
}
.single-highlight-item {
  display: flex;
  margin: 30px 0;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.perfect-for {
  font-size: 15px;
  margin: 5px 20px 0px 20px;
  color: #000;
  line-height: 1.2em;
  margin-top: 20px;
}
.pricing-table {
  padding: 0 20px;
  margin: 0 auto;
  border-bottom: none;
  line-height: 1.5em;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.pricing-column {
  padding: 15px 25px 15px 25px;
  vertical-align: top;
  position: relative;
  background: white;
}
.special {
  position: relative;
  top: -44px;
  border: 2px solid cadetblue;
  border-radius: 5px;
}
.pricing-container {
  border-radius: 3px;
}
.price-title {
  margin: 15px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}
.price-desc {
  color: #888;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
}
h3.price {
  font-size: 40px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  justify-content: center;
  margin: 10px auto 10px;
}
.single-highlight-item-icon {
  margin: 5px 10px 0 0px;
}
.price-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pricing-table {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }
  .pricing-column {
    border-right: 0px;
    padding: 25px;
    margin: 0 0 20px 0;
    width: auto;
    text-align: left;
    background: #f3f3f3;
    border-radius: 5px;
  }
  h3.price {
    justify-content: flex-start;
    margin: 10px auto 0px;
  }
  .special {
    position: inherit;
    border: 0;
  }
  .perfect-for {
    margin: 0;
  }
  .single-highlight-item {
    margin: 15px 0;
  }
}
.hero_headline_eyebrow {
  color: #ff2753;
  font-family: "stabil_grotesk";
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
}
.secondary-header {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.02rem;
  color: rgba(82, 74, 62, 0.82);
}
.promo-wrapper {
  text-align: center;
  font-size: 16px;
  color: #222;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
}
.announcement {
  padding: 16px 20px;
  background: #f5ebe6;
  border-top: 1px solid #e3d3cc;
}
.promo {
  padding: 16px 20px 16px 20px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}
.containerConfetti {
  position: relative;
  z-index: 999;
}
.confetti {
  width: 15px;
  height: 15px;
  background-color: #f2d74e;
  position: absolute;
  left: 50%;
  animation: confetti 5s ease-in-out -2s infinite;
  transform-origin: left top;
}
.confetti:nth-child(1) {
  background-color: #f2d74e;
  left: 10%;
  animation-delay: 0;
}
.confetti:nth-child(2) {
  background-color: #95c3de;
  left: 20%;
  animation-delay: -5s;
}
.confetti:nth-child(3) {
  background-color: #ff9a91;
  left: 30%;
  animation-delay: -3s;
}
.confetti:nth-child(4) {
  background-color: #f2d74e;
  left: 40%;
  animation-delay: -2.5s;
}
.confetti:nth-child(5) {
  background-color: #95c3de;
  left: 50%;
  animation-delay: -4s;
}
.confetti:nth-child(6) {
  background-color: #ff9a91;
  left: 60%;
  animation-delay: -6s;
}
.confetti:nth-child(7) {
  background-color: #f2d74e;
  left: 70%;
  animation-delay: -1.5s;
}
.confetti:nth-child(8) {
  background-color: #95c3de;
  left: 80%;
  animation-delay: -2s;
}
.confetti:nth-child(9) {
  background-color: #ff9a91;
  left: 90%;
  animation-delay: -3.5s;
}
.confetti:nth-child(10) {
  background-color: #f2d74e;
  left: 100%;
  animation-delay: -2.5s;
}

@keyframes confetti {
  0% {
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}
.promo-text-img {
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.promo-text,
.promo-banner {
  display: flex;
  align-items: center;
  padding-right: 100px;
  font-size: 16px;
  justify-content: flex-start;
  line-height: 1.4em;
  text-align: left;
}
@media (max-width: 1000px) {
  .promo-text,
  .promo-banner {
    padding-right: 20px;
    min-width: 200px;
  }
  .removedInSmallScreens {
    display: none;
  }
}
.promo-url {
  color: #000;
  border-bottom: 1px solid #000;
}
.promo-img {
  display: inline-block;
  padding: 0 3px;
  height: 94px;
}

.promo-illustration {
  font-size: 13px;
  color: #000;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.promo-illustration a {
  color: #ff2753;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: none;
}
.promo-banner strong,
.promo-banner span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-banner img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
}

.name_artist {
  font-size: 11px;
  color: #585e71;
  opacity: 0.7;
  text-align: center;
}

.illustration-hp {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .removedInSmallerScreens {
    display: none !important;
  }
  .ai-logo {
    position: relative;
    top: 30px;
  }
  .promo-banner img {
    display: none;
  }
  .promo-banner {
    display: flex;
    justify-content: center;
  }
  .promo {
    padding: 15px 10px 15px 10px
  }
  .promo .promo-img {
    height: 80px;
  }
  .promo-text span strong {
    font-size: 15px;
  }
  .promo-url {
    font-size: 14px;
  }
}

.producthunt-btn {
  display: inline-block;
  position: relative;
  top: 20px;
  margin-left: 10px;
}
ul.customerList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 45px;
  opacity: 0.3;
  max-width: 1200px;
  filter: grayscale(100%);
}
ul.customerList li {
  list-style-type: none;
  display: inline-block;
  margin: 0 40px;
}
@media (max-width: 767px) {
  ul.customerList li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
  }
}
video {
  clip-path: inset(1px 1px);
}
video:focus {
  outline: none;
}
.video {
  height: 400px;
}
.video_lg {
  height: 50vh;
}
.video_xlg {
  height: 100%;
  width: 100%;
  border-radius: 18px;
}
section.fun-tile {
  margin: 0 -50%;
  position: relative;
  height: 900px;
}
.fun-tile-intro {
  background: linear-gradient(#fafafb 0, #fff 100%);
  padding: 150px 0;
}
.home-templates-container {
  position: absolute;
  top: 350px;
  left: -20px;
  height: 500px;
  overflow: hidden;
}
.template-grid {
  display: flex;
}
.template-column {
  display: flex;
  flex-direction: column;
}
.tile {
  background: white;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  margin: 10px;
  width: 300px;
  height: 200px;
}
.label {
  border-radius: 50px;
  background: #000;
  padding: 3px 7px;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.tile_r {
  height: 240px;
}
@media (max-width: 767px) {
  .tile {
    margin: 6px;
    width: 100px;
    height: 50px;
  }
  section.fun-tile {
    margin: 0 -20px;
  }
  .fun-tile-intro {
    padding: 150px 20px;
  }
  .video {
    height: 180px;
  }
  .video_lg { 
    margin-top: 30px;
    height: 50vh;
    transform: none;
  }
  .secondary-header {
    font-size: 24px;
  }
  ul.customerList {
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  ul.customerList li {
    margin-bottom: 10px;
  }
  .announcement {
    font-size: 17px;
    height: auto;
  }
  .promo-wrapper {
    display: block;
  }
  .promo {
    display: block;
    padding: 20px 10px 20px 10px;
  }
  .promo-text {
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .promo-img {
    display: inline-block;
    padding: 3px;
  }
  .promo-url {
    min-width: 100px;
  }
  .producthunt-btn {
    margin-left: 0px;
    top: 10px;
  }
}

.subpage-features {
  max-width: 1170px;
  margin: 0 auto;
  font-size: 17px;
}

.feature-description {
  padding-right: 15px;
}

.post-feed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0px;
  margin-bottom: 80px;
}
.valueContainer {
  padding: 100px 0 120px;
}

@media (max-width: 767px) {
  .post-feed {
    padding: 0;
  }
  .post-column {
    width: 100%;
  }
  .valueContainer {
    padding: 80px 0 80px;
  }
}



ul.values {
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
}

ul.values li {
  display: flex;
  color: #000;
}

ul.values li img {
  width: 21px;
  height: 18px;
  margin-right: 10px;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .valueContainer {
    padding: 0px 0 80px;
  }
  .subpage-features {
    padding-left: 30px;
    padding-right: 30px;
  }
  ul.values {
    display: inline-block;
    margin: 0 auto;
  }
}

#countdown {
  margin: 0px auto;
  height: 28px;
  border-radius: 4px;
  width: 100%;
  background: #eaeaea;
  font-size: 14px;
  color: #666;
}

.artist-pb-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.artist-pb-wrapper {
  font-size: 16px;
  max-width: 400px;
  display: inline-block;
  padding: 30px 20px;
  text-align: center;
}

.artist-pb-wrapper a.link {
  transition: all 0.1s ease-in-out;
}

.artist-pb-wrapper a.link:hover {
  color: #ff2753;
}

.artist-pb-wrapper a.about {
  color: #aaa;
  font-size: 13px;
  margin: 0 4px;
}

.artist-pb-wrapper .arrow {
  font-size: 11px;
  margin-left: 2px;
  transition: all 0.1s ease-in-out;
}

.artist-pb-wrapper a.about:hover {
  opacity: 0.8;
  color: #ff2753;
}

.artist-pb-wrapper a.about:hover .arrow {
  margin-left: 4px;
}

.artist-pb {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-top: 20px;
}

.artist-pb:hover {
  border: 1px solid #ffffff;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}

a.artist-pb-seemore {
  display: inline-block;
  font-size: 16px;
  color: #ff2753;
  border-bottom: 1px solid #ff2753;
}

.join-community {
  color: #478081;
  border-bottom: 1px solid #5da4a6;
  margin-left: 15px;
  font-size: 17px;
}

.pill-group {
  margin-top: 60px;
  position: relative;
  top: -20px;
}

.pill {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 4px 10px 6px 16px;
  border-radius: 999px;
  background: #fefefe;
  color: #333;
  margin: 10px 5px;
  border: 1px solid #eee;
  white-space: nowrap;
}

.active-pill {
  border-color: #262626;
  background: #fafafa;
  color: #222;
}

.pill:not(.active-pill):hover {
  background: #efefef;
  opacity: 0.7;
  border: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  .join-community {
    color: #478081;
    border-bottom: 0px;
    margin-left: 15px;
    font-size: 17px;
    text-decoration: underline;
  }

  .pill-group {
    top: -30px;
  }
  .pill {
    display: block;
  }
  .artist-pb-row {
    flex-direction: column;
  }
  .artist-pb-wrapper {
    padding: 10px;
    margin-bottom: 30px;
  }
  #countdown {
    background: none;
    color: #ff2753;
  }
  .mobile-hide {
    display: none;
  }
  .join-community {
    display: inline-block;
    margin: 30px 0 30px 20px;
  }
}

.quote-cloud {
  padding: 30px;
  column-count: 3;
  column-gap: 15px;
}
@media (max-width: 767px) {
  .quote-cloud {
    padding: 0px;
    column-count: 1;
    column-gap: 15px;
  }
}
.name,
.role {
  font-size: 15px;
  line-height: 1.3em;
}
.name {
  font-weight: bold;
  margin-top: 20px;
}
.role {
  color: #777e93;
}
.quote {
  border: 1px solid #d1d9dd;
  border-radius: 8px;
  text-align: left;
  padding: 12px 18px;
  margin: 7px 0;
  color: black;
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
}
section.productTour {
  width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
}
.subtext {
  font-size: 20px;
  width: 80%;
  line-height: 1.5em;
  color: rgba(82, 74, 62, 0.82);
  font-weight: 500;
}
.subtext-header {
  font-size: 20px;
  width: 80%;
  line-height: 1.5em;
  margin: 20px auto 40px;
  color: rgba(82, 74, 62, 0.82);
  font-weight: 500;
}

@media (max-width: 767px) {
  section.productTour {
    width: auto;
    text-align: center;
    margin: 30px 0 0;
  }
  .subtext {
    font-size: 16px;
    width: 100%;
    line-height: 1.6em;
    margin-top: 20px;
  }
  #video-product {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}

.join-a-and-d {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 18px 10px;
  text-align: center;
  transition: 0.15s ease;
  font-size: 17px;
  margin-left: 10px;
  transition-property: background-color, border-color, color, box-shadow;
}
.join-a-and-d:hover {
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .join-a-and-d {
    margin-top: 20px;
  }
}

/* ==== Announcement pill ==== */
.announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px 5px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 0.75px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.announcement-pill:hover {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.announcement-pill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 35%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.5) 65%,
    transparent 100%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.announcement-pill:hover::after {
  opacity: 1;
  animation: pill-shimmer 1.5s ease-in-out;
}
@keyframes pill-shimmer {
  0%   { left: -100%; }
  100% { left: 200%; }
}
.pill-plippy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.pill-plippy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.pill-text-mask {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 240px;
  mask-image: linear-gradient(to right, transparent 0%, #000 1%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 1%, #000 88%, transparent 100%);
}
.pill-text {
  display: inline-flex;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  letter-spacing: -0.01em;
  will-change: transform;
  animation: pill-scroll 10s linear infinite;
}
.pill-text-inner {
  display: inline-flex;
  align-items: center;
}
.pill-title {
  background: linear-gradient(90deg, #6CB4EE, #D46BCA, #FF3C8E, #FF6B35, #6CB4EE);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-right: 4px;
}
@keyframes pill-scroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.pill-spacer {
  display: inline-block;
  width: 40px;
}
.pill-tagline {
  font-weight: 500;
  color: #888;
}
.pill-arrow {
  font-size: 14px;
  color: #999;
  transition: transform 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.announcement-pill:hover .pill-arrow {
  transform: translateX(2px);
  color: #262626;
}
@media (max-width: 767px) {
  .announcement-pill {
    margin-bottom: 40px;
  }
  .pill-text {
    font-size: 13px;
  }
  .pill-text-mask {
    width: 210px;
  }
}

/* ==== Homepage scoped styles ==== */
.home-template .hero {padding: 0;}
.home-template .hero_headline { margin-bottom: 0; }
.home-template .hero_headline_container { margin-top: 100px; }
.home-template .hero_headline_cta { margin: 20px auto; }
.home-template .rotate span { display: none; }
.home-template .headerText {
  margin: 50px auto 20px;
  max-width: 1000px;
  padding: 20px 16px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-template h1.homepage {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: -0.03em;
}
.home-template .subtext {
  font-size: 20px;
  width: 70%;
  line-height: 1.5em;
  margin: 20px auto 40px;
  color: rgba(82, 74, 62, 0.82);
  font-weight: 500;
}

.home-template .homepage-hero {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home-template .secondary-header {
  max-width: 1000px;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  color: rgba(82, 74, 62, 0.82);
}

/* Video container */
.home-template .video-container {
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 24px;
  margin: 30px auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  min-height: 400px;
  aspect-ratio: 16/9;
}
.home-template .video-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

/* Secondary hero wrapper (shared section wrapper) */
.home-template section.secondaryHero:not(.comparisonChart) {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

@keyframes scaleIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.home-template .scaleIn {
  animation-name: scaleIn;
  animation-duration: 700ms;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: both;
  transform-origin: center center;
  will-change: transform, opacity;
}

.home-template .button-border-light img {
  vertical-align: middle;
  margin-top: -2px;
}
.home-template .button-border-light {
  background-color: #fafafa;
  border: .75px solid #dadbdf;
  color: #434140;
}
.home-template .button-border-light:hover {
  border: .75px solid #262626;
  color: #262626
}


.home-template .mini-playbook .mini-playbook-header {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;
}
.home-template .showcase-container .secondaryHero .container.row {
  display: flex; align-items: flex-start; gap: 30px; flex-wrap: inherit;
}
.home-template .showcase-container .secondaryHero .col-md-4 { flex: 0 0 45%; max-width: 45%; }
.home-template .showcase-container .secondaryHero .col-md-7 { flex: 0 0 55%; max-width: 55%; margin-bottom: -80px;}

.home-template .demo-cta-buttons {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 3rem;
}
.home-template .demo-cta-buttons .button.button-border-light {
  background-color: #fafafb; font-size: 16px; padding: 10px 16px 12px; min-width: 150px; white-space: nowrap;
}
.home-template .demo-cta-buttons .button:not(.button-border-light) {
  background-color: transparent; color: #fff; font-size: 16px; padding: 10px 16px 12px; min-width: 150px; text-decoration: underline; white-space: nowrap;
}
.home-template .break-on-mobile { display: none; }
.home-template .hide-on-mobile { display: block; }
.home-template .mobile-break { display: none; }

/* Mobile subheaders shown only on mobile */
@media (max-width: 767px) {
  .home-template .mobile-break.subheader,
  .home-template .mobile-break.secondary-header {
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
  }
  .home-template .video-container {
    margin: 30px 0;
    min-height: 400px;
    aspect-ratio: none;
  }
  .home-template .break-on-mobile { display: block; }
  .home-template .hide-on-mobile { display: none; }
  .home-template .mobile-break { display: block; }
  .hero-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home-template .h3-style {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .home-template .video-container {
    min-height: 300px;
  }
  .home-template .mobile-break.subheader,
  .home-template .mobile-break.secondary-header {
    text-align: center;
    font-size: 16px;
  }
}

/* Hero CTA group and buttons */
 .hero-cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: left;
  margin-bottom: 30px;
}
.hero-cta-buttons .button {
  font-size: 18px;
  min-width: 200px;
  letter-spacing: -0.02em;
}

/* Customers logo homepage */
.home-template h5.subtitle {
  margin-bottom: 30px;
  text-align: center;
  opacity: .5;
}

/* Use-case intro homepage */
.home-template .secondaryHero.use-case-intro { margin-bottom: 0; }

/* Partner apps spacing */
.home-template .partnerApps { margin-top: 30px; }

/* Templates gallery cards on homepage */
.home-template .template-card { cursor: pointer; margin-bottom: 14px; }
.home-template .template-card .h4-small-style { margin-top: 15px; }
.home-template .template-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #dadbdf;
}

/* Showcase section */
.home-template .showcase-container h5 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
}
.home-template .showcase-container p {
  color: rgba(225, 225, 225, 0.8);
  line-height: 1.2em;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.home-template .demo-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 15px;
  margin-top: 3rem;
}
.home-template .demo-cta-buttons .button {
  white-space: nowrap;
}
.home-template .demo-cta-buttons .button.button-border-light {
  background-color: #fafafb;
  font-size: 16px;
  padding: 10px 16px 12px;
  min-width: 150px;
  white-space: nowrap;
}
.home-template .demo-cta-buttons .button:not(.button-border-light) {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding: 10px 16px 12px;
  min-width: 150px;
  text-decoration: underline;
  white-space: nowrap;
}

/* Final CTA block */
.valueContainer .hero-cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.valueContainer .hero-cta-buttons .button {
  font-size: 17px;
  min-width: 172px;
}
.valueContainer .hero-cta-buttons .button:first-child {
  background-color: #262626;
}

/* ==== Homepage: Use-case tabs ==== */
.home-template .use-case-tabs {
  display: flex;
  justify-content: center;
  background: #f2f3f5;
  border-radius: 999px;
  padding: 8px;
  gap: 8px;
  margin: 2rem auto;
  width: fit-content;
}
.home-template .use-case-panels {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  box-sizing: border-box;
}
.home-template .tab-panel img.scale-in-active {
  animation: scaleInCentered 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  will-change: transform, opacity;
}
.home-template .tab-btn {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: .4rem 1rem .6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #A0A0A0;
  cursor: pointer;
  transition: background .1s, color .1s;
}
.home-template .tab-btn.active {
  background: #fff;
  color: #262626;
}
.home-template .tab-panel {
  position: relative;
  background-image: url('https://img.playbook.com/kHeh2CIobVw002zwakswYnDmg46RMINkiYmVCk6gWFs/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzhmMGY4YWI5/LWE1NzktNGMwMC04/NWQ0LTBlMzM0MTk4/YmQ4ZA');
  background-size: cover;
  padding: 50px 40px 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16/9;
}
.home-template .tab-panel img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  height: auto;
}
.home-template .tab-panel[hidden] { display: none !important; }
.home-template .use-case-intro {
  width: fit-content;
  margin: 2rem auto 1rem;
  text-align: center;
}

/* Scale-in animation for tab images (maintains centering) */
@keyframes scaleInCentered {
    0% {
      transform: translateX(-50%) scale(1.1);
      opacity: 0;
    }
    100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
}

/* ==== Homepage: Studio Features ==== */
.home-template .studio-section {
  background: #f7f7f8;
  max-width: 1200px;
  width: 100%;
  margin: 1rem auto 4rem;
  padding: 1rem;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: visible; /* keep section padding visible; preview box handles media clipping */
}
.home-template .studio-intro {
  width: fit-content;
  margin: 4rem auto 1rem;
  text-align: center;
}
.home-template .studio-features {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 28px;
  width: 100%;
  align-items: stretch;
}
.home-template .studio-features > * {
  min-width: 0; /* prevent grid children from forcing horizontal overflow */
}
.home-template .studio-features__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.home-template .studio-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #eeeeee;
  border-radius: 14px;
  transition: transform 0.3s ease, height 0.3s ease;
  pointer-events: none;
  z-index: 0;
}
.home-template .studio-features__cta {
  align-self: flex-start;
  margin-top: auto;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
.home-template .studio-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: none;
  background: transparent;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
  font-family: inherit;
  position: relative;
  z-index: 1;
}
.home-template .studio-feature-item:hover {
  background: #eeeef0;
}
.home-template .studio-feature-item.active {
  background: transparent;
}
.home-template .studio-feature-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 2px;
}
.home-template .studio-feature-item__text h6 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #434140;
  line-height: 1.3;
  background: linear-gradient(90deg, #262626, #262626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background 0.4s ease;
}
.home-template .studio-feature-item.active .studio-feature-item__text h6 {
  margin: 0 0 10px;
  background: linear-gradient(90deg, #1b8eeb, #D46BCA, #FF3C8E, #FF6B35);
  background-size: 150% 100%;
  background-position: 20% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-template .studio-feature-item__text p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.4;
  color: #434140;
  font-weight: 500;
  letter-spacing: -0.02rem;
  display: none;
}
.home-template .studio-feature-item.active .studio-feature-item__text p {
  display: block;
}
.home-template .studio-features__preview {
  position: relative;
  min-width: 0; /* allow grid item to shrink instead of forcing section-level clipping */
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #fafafa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 4/3;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5), 0 4px 24px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.home-template .studio-panel {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-template .studio-panel > .studio-main-media {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: unset !important;
  object-fit: cover;
  border-radius: inherit;
  object-position: left top;
}
.home-template .studio-float {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50%;
  z-index: 2;
  pointer-events: none;
  animation: studioBob 6s ease-in-out infinite;
  background: rgba(98, 98, 98, 0.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 8px;
}
.home-template .studio-float img {
  position: static;
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 10px;
  display: block;
}
@keyframes studioBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.home-template .studio-panel[hidden] {
  display: none !important;
}
.home-template .studio-panel > .studio-main-media.studio-scale-in {
  animation: studioFadeIn 400ms ease both;
}
@keyframes studioFadeIn {
  0% { opacity: 0; transform: scale(1.02); transform-origin: top left; }
  100% { opacity: 1; transform: scale(1); transform-origin: top left; }
}

/* Studio: mobile caption shown below image */
.home-template .studio-features__mobile-caption {
  display: none;
}

/* Studio: mobile nav arrows */
.home-template .studio-mobile-cta {
  display: none;
}
.home-template .studio-features__nav {
  display: none;
}

@media (max-width: 767px) {
  .home-template .studio-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f8;
    border-radius: 14px;
    padding: 1rem;
    margin: 0.75rem 1rem 2rem;
  }
  .home-template .studio-mobile-cta h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #262626;
    text-wrap: balance;
  }
  .home-template .studio-mobile-cta .button.button-border-light {
    font-size: 16px !important;
    padding-left: .75rem;
    padding-right: .75rem;
    min-width: 140px;
  }
  .home-template .studio-intro {
    width: 100%;
    padding: 0 1rem;
    margin: 2rem auto 0.5rem;
  }
  .home-template .studio-section {
    width: auto;
    margin: 0 1rem .5rem;
    padding: 1rem;
    border-radius: 14px;
  }
  .home-template .studio-float {
    display: none;
  }
  .home-template .studio-features {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-template .studio-features__list {
    display: none;
  }
  .home-template .studio-features__preview {
    aspect-ratio: 4/3;
    border-radius: 14px;
  }
  .home-template .studio-panel > .studio-main-media {
    border-radius: 10px 0 0 0;
  }
  .home-template .studio-features__mobile-caption {
    display: block;
    text-align: left;
    padding: 1rem 0 0;
  }
  .home-template .studio-features__mobile-caption h6 {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #262626;
  }
  .home-template .studio-features__mobile-caption p {
    margin: 0;
    font-size: 0.92rem;
    color: #6b6b6b;
    line-height: 1.45;
  }
  .home-template .studio-features__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .home-template .studio-features__dots {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .home-template .studio-nav-arrows {
    display: flex;
    gap: 8px;
  }
  .home-template .studio-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: .75px solid #dadbdf;
    background: #fafafa;
    color: #434140;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, background 0.15s;
    padding: 0;
    line-height: 0;
  }
  .home-template .studio-nav-btn:hover {
    border-color: #999;
    background: #f6f6f7;
  }
  .home-template .studio-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: background 0.2s;
  }
  .home-template .studio-dot.active {
    background: #262626;
  }
}

/* 3-card bento below use case section */
.bento-grid-3 {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
.bento-3-card1 { grid-column: 1; grid-row: 1; }
.bento-3-card2 { grid-column: 2; grid-row: 1; }
.bento-3-card3 { grid-column: 3; grid-row: 1; }
.bento-icon svg { width: 24px; }

/* Hidden bento cards */
.bento-small, 
.bento-wide { display: none; }

.home-template .bento-icon svg,
.home-template .bento-icon svg path,
.home-template .bento-icon svg circle {
  stroke: #c9c8c8; /* your chosen color */
}


@media (max-width: 767px) {
  .home-template .tab-btn {
    padding: .2rem .5rem .4rem;
    font-size: 1rem;
  }
  .home-template .tab-panel {
    padding: 15px 10px 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
    aspect-ratio: 16/9;
    height: auto;
  }
  .home-template .tab-panel img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    max-width: 95%;
    object-fit: contain;
  }
  .home-template .use-case-panels { padding: 0 1rem; box-sizing: border-box; }
  .home-template .use-case-intro { width: 100%; padding: 0 1rem; margin: 1.5rem auto; }
  .home-template .use-case-tabs { flex-wrap: wrap; justify-content: center; padding: 8px; gap: 8px; margin: 1rem auto 1.5rem; }
  .bento-features .bento-3card-section {
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@keyframes scaleInCentered {
  0% {
    transform: translateX(-50%) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

/* ==== Bento grid (Global) ==== */
.bento-features {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}
.bento-header { margin-bottom: 60px; }
.bento-grid  {
  display: grid;
  padding-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 205px);
  gap: 20px;
}
.bento-item {
  background: #f9f9f9;
  border: .75px solid #ebecef;
  border-radius: 16px;
  padding: 16px;
  transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.bento-large { grid-column: 1 / 3; grid-row: 1 / 3; }
.bento-large1 { grid-column: 3 / 5; grid-row: 1 / 3; }
.bento-medium1 { grid-column: 3; grid-row: 1; }
.bento-medium2 { grid-column: 3; grid-row: 2; }
.bento-tall { grid-column: 4; grid-row: 1 / 3; }

.bento-content { height: 100%; display: flex; flex-direction: column; position: relative; z-index: 2; }
.bento-icon { width: 30px; height: 40px; border-radius: 12px; display: flex-start; align-items: center; padding-top: 2px; }
.bento-item h5 { font-size: 17px; font-weight: 600; margin-bottom: 5px; color: #434140; letter-spacing: -0.02em; }
.bento-item h6 { font-size: 16px; font-weight: 600; margin-bottom: 5px; color: #434140; letter-spacing: -0.01em; }
.bento-item p { font-size: 15px; color: #666; line-height: 1.4; margin-bottom: 8px; font-weight: 500; }
.bento-item p.bento-learn-more { font-size: 12px; margin: 3px 0 0 0; }
.bento-learn-more a {
    background-image: linear-gradient(270deg, #f96583 0.5%, #8355eb 100%);
    -webkit-background-clip: text; 
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-decoration: none;
}
.home-template .site-footer {
    line-height: 1;
    padding: 50px 0 120px 0;
    margin: 0 -20px;  /* Negative margin to break out of .site container */
    width: calc(100% + 40px);  /* Compensate for negative margin */
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
  }


/* Images inside cards */

.bento-large1 .bento-image,
.bento-tall .bento-image {
  margin-top: auto;
  margin-bottom: -30px;
  border-radius: 12px;
  overflow: hidden;
  max-height: 250px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  mask: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 15%, black 25%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, rbga(0, 0, 0, 0.3) 15%, black 25%);
}
.bento-large .bento-image {
 margin-top: auto;
 margin-bottom: -20px;
 border-radius: 12px;
 overflow: hidden;
 max-height: 250px;
 width: calc(100% + 40px);
 margin-left: -20px;
 margin-right: -20px;
 mask: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 15%, black 25%);
 -webkit-mask: linear-gradient(to bottom, transparent 0%, rbga(0, 0, 0, 0.3) 15%, black 25%);
}
.bento-large .bento-image img,
.bento-large1 .bento-image img,
.bento-tall .bento-image img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: center 80%;
}

/* Bento grid responsive */
@media (max-width: 1024px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); }
  .bento-large { grid-column: 1 / 3; grid-row: 1; }
  .bento-large1 { grid-column: 1 / 3; grid-row: 2; }
  .bento-tall  { grid-column: 2; grid-row: 1; }
  .bento-medium1 { grid-column: 1; grid-row: 2; }
  .bento-medium2 { grid-column: 2; grid-row: 2; }
  .bento-large1 .bento-image,
  .bento-tall .bento-image {
    max-height: 210px; margin-bottom: -20px; width: 75%;
    mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 15%, black 30%);
    -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 15%, black 30%);
  }
  .bento-large .bento-image {
    max-height: 210px; margin-bottom: -20px;
    mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 15%, black 30%);
    -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 15%, black 30%);
  }
  .bento-large .bento-image img,
  .bento-large1 .bento-image img { object-position: center 65%; }
  .bento-tall .bento-image img { object-position: bottom; }
   /* 3-Card Layout Responsive */


}
@media (max-width: 768px) {
  .bento-features { padding: 0 16px; }
  .bento-features.bento-3card-section {
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .bento-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
  }
  .bento-3-card1 { 
    grid-column: 1; 
    grid-row: 1; 
  }
  .bento-3-card2 { 
    grid-column: 2; 
    grid-row: 1; 
  }
  .bento-3-card3 { 
    grid-column: 1 / 3; 
    grid-row: 2; 
  }
  .bento-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); padding-bottom: 14px; gap: 14px; }
  .bento-large  { grid-column: 1 / 3; grid-row: 1; }
  .bento-large1 { grid-column: 1 / 3; grid-row: 2; }
  .bento-tall   { grid-column: 2; grid-row: 1; }
  .bento-medium1{ grid-column: 1; grid-row: 2; }
  .bento-medium2{ grid-column: 2; grid-row: 2; }
  .bento-item { padding: 18px; }
  .bento-large1 .bento-image { max-height: 180px; margin-bottom: -16px; width: 80%;
    mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 10%, black 20%); -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 10%, black 20%); }
  .bento-large .bento-image { max-height: 180px; margin-bottom: -16px;
    mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 10%, black 20%); -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 10%, black 20%); }
  .bento-tall .bento-image { max-height: 180px; margin-bottom: -16px; width: 70%;
    mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 10%, black 20%); -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 10%, black 20%); }
  .bento-large .bento-image img,
  .bento-large1 .bento-image img { object-position: center 70%; }
  .bento-tall .bento-image img { object-position: bottom; }
  
}
@media (max-width: 480px) {
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, auto); padding-bottom: 12px; gap: 12px; }
  .bento-large,
  .bento-large1,
  .bento-medium1,
  .bento-medium2,
  .bento-tall { grid-column: 1; grid-row: auto; }
  .bento-features {margin-top: 0px !important;}
  .bento-item { padding: 16px; }
  .bento-item h5 { font-size: 16px; }
  .bento-item p  { font-size: 13px; }
  .bento-icon { width: 32px; height: 32px; }
  .bento-large .bento-image,
  .bento-large1 .bento-image,
  .bento-tall .bento-image { display: none; }
  
  /* 3-Card Layout Small Mobile */
  .bento-features.bento-3card-section {
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .bento-grid-3 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 16px;
  }
  .bento-3-card1, 
  .bento-3-card2, 
  .bento-3-card3 { 
    grid-column: 1; 
    grid-row: auto; 
    border-radius: 1
  }
  .home-template section.secondaryHero:not(.comparisonChart) {
    margin: 50px auto 30px;
    width: auto;
    text-align: center;
  }
  .home-template .subtext {
    font-size: 14px;
    width: 60%;
    line-height: 1.5em;
    margin-top: 20px;
  }
}

/* ==== Homepage: Showcase demo container ==== */
.home-template .showcase-container {
  min-height: 280px;
  margin: 0px auto 80px;
  padding: 15px;
  background-image: url('https://img.playbook.com/nS2doynY_Q0HNMdFFNnkFxQk01EeCzOCI3Y1AQ3o6mo/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljL2VhM2E4ZDg4/LWY1ZjgtNDFkYy1i/ZWEwLTljZWIyZGIw/MDllNA');
  background-size: cover; 
  background-position: center;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 1200px; 
  width: 100%;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.home-template .showcase-container .secondaryHero {
  margin-top: 20px;
}

.home-template .showcase-container section.secondaryHero {
  display: block;
  align-items: initial;
  justify-content: initial;
  min-height: auto;
}
.home-template .showcase-container section.secondaryHero .row {
  align-items: center;
}

.home-template .showcase-container .container.row {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Mini Playbook Demo Section */
.home-template .mini-playbook {
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 300px;
  transition: all 0.5s ease-out;
}

.home-template .mini-playbook:hover {
  opacity: 0.8;
}

.home-template .mini-playbook-sidebar {
  height: 100%;
  width: 20%;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0 0;
  color: rgb(161, 165, 176);
}

.home-template .board-placeholder {
  background-color: rgb(161, 165, 176, 0.15);
  border-radius: 10px;
  height: 10px;
  margin-top: 8px;
}

.home-template .placeholder1 { width: 80%; }
.home-template .placeholder2 { width: 70%; }
.home-template .placeholder3 { width: 60%; }

.home-template .mini-playbook-topbar {
  box-shadow: 0 1px 2px #0000000f;
  height: 10%;
  min-height: 80px;
  width: 100%;
  z-index: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.home-template .mini-playbook-search  {
  background-color: #efefef;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  height: 40px;
  background-color: white;
  border: 1px solid #b77aea;
  cursor: pointer;
  transition: all 0.5s ease-out;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595E6C;
  font-weight: bold;
  position: relative;
}

.home-template .mini-playbook-search::before,
.home-template .mini-playbook-search::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #81aff9, #b77aea, #ec7bc0, #fdacdb, #f092b3, #fecec0, #f092b3, #ec7bc0, #b77aea, #81aff9);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: glow 20s linear infinite;
  border-radius: 23px;
}

.home-template .mini-playbook-search::after {
  filter: blur(8px);
}

.home-template .mini-playbook-frame {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #EBECEF;
  padding: 0 20px;
  overflow: visible;
  display: inline-block;
  max-width: 800px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
}

@keyframes glow {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

.home-template .mini-playbook-avatars {
  display: flex;
  margin: 15px 0;
  justify-content: flex-start;
}

.home-template .mini-playbook-person {
  flex: 0 0 30px;
  height: 30px;
  border-radius: 999px;
  overflow: hidden;
  position: relative; 
  transition: all 0.2s ease-out;
  z-index: 1;
  margin-left: -8px;
  border: 2px solid #fafafa;
}

.home-template .mini-playbook-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-template .person1 { border-radius: 100%; }
.home-template .person2 { left: -8px; }
.home-template .person3 { left: -16px; }

.home-template .person1:hover, 
.home-template .person2:hover, 
.home-template .person3:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.home-template .mini-playbook-add {
  position: absolute;
  right: 0;
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}

.home-template .mini-playbook-add .button {
  background-color: #ff2753;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
/* ==== Homepage: Publish templates ==== */
.home-template .template-container {
  width: 100%; 
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.home-template .template-grid {
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/* ==== Homepage: Testimonials ==== */
.home-template .testimonials-header { margin: 0; }
.home-template .testimonials {
  padding: 30px 0px;
  margin: 80px 0 50px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.home-template .testimonials-scroll {
  display: flex;
  animation: scroll 30s linear infinite;
  width: max-content;
}
.home-template .testimonials-scroll:hover {
  animation-play-state: paused;
}
.home-template .testimonial-container {
  display: flex;
  gap: 30px;
  width: 100%;
  height: 350px;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-template .testimonial-container::-webkit-scrollbar {
  display: none;
}
.home-template .testimonial-card {
  flex: 0 0 450px; 
  min-width: 300px;
  max-width: 450px;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 16px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  background: rgb(255,255,255);
}
.home-template .testimonial-card h2 {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: -0.01rem;
}
.home-template .author-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.home-template .profile-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.home-template .author-details {
  display: flex;
  flex-direction: column;
}
.home-template .author-details span {
  font-weight: 600;
  font-size: 1.1rem;
  color: black;
}
.home-template .author-details a {
  font-size: 1.1rem;
  color: black;
  text-decoration: none;
  font-weight: 600;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 767px) {
  .home-template h1.homepage { font-size: 40px; }
  .hero-cta-buttons {
    justify-content: center;
    flex-wrap: wrap; 
    padding: 0 16px;
    gap: 10px;
  }
  .home-template .template-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .home-template .testimonials-scroll {
    animation: scroll 20s linear infinite;
  }
  .home-template .testimonial-container {
    height: auto; 
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    gap: 20px;
  }
  .home-template .testimonial-card {
    flex: 0 0 0%; 
    padding: 20px;
    max-width: 400px;
  }
  .home-template .testimonial-card h2 {
      font-size: 1rem;
      margin-bottom: 10px;
  }
  .home-template .author-container {
    gap: 15px;
  }
  .home-template .profile-picture {
    width: 50px;
    height: 50px;
  }
  .home-template .author-details span {
    font-size: 1rem;
  }
  .home-template .author-details a {
    font-size: 0.9rem;
  }
}

/* Animations jitter fix */
.home-template .fadeInUp,
.home-template .wow,
.home-template .animated {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.home-template .wow {
  visibility: hidden;
}

/* Values list */
.home-template ul.values {
  max-width: 800px;
  margin-top: 5px;
  font-size: 20px;
}
.home-template .nocreditcard {
  display: inline-flex;
  font-size: 13px;
  opacity: 0.6;
  margin: 20px auto;
}

/* ==== Homepage: Mini-apps ==== */
.home-template .partnerApps {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 20px;
  box-sizing: border-box;
  padding: 0 20px;
  justify-content: center;
}
.home-template .app {
  padding: 24px;
  padding-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 130px;
  height: 130px;
  font-size: 11px;
  transition: all 0.2s ease-out;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.home-template .app::before {
  content: '+';
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px 0 6px;
  background-color: #f3f4f6;
  color: #A1A5B0;
  border: 0.5px solid transparent;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.home-template .app .label {
  margin: 0;
  position: absolute;
  bottom: -26px;
  left: -1px;
  right: -1px;
  font-weight: 600;
  text-align: center;
  background-color: white;
  color: #434140;
  padding: 6px 0 14px;
  border-radius: 0 0 16px 16px;
  border: 1px solid #eee;
  border-top: none;
  font-size: 13px;
  box-sizing: border-box;
}
.home-template .app:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.home-template .app:hover::before {
  color: #b680b1;
  border: 0.5px solid #B680B1;
  width: 35px;
  height: 35px;
  top: 10px;
  right: 10px;
}
.home-template .app img {
  max-width: 70px;
  max-height: 70px;
  transition: all 0.2s ease-out;
  border-radius: 8px;
  overflow: hidden;
}

.marquee-section {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .marquee-section::before,
  .marquee-section::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 120px;
    z-index: 10;
    pointer-events: none;
  }
  .marquee-section::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
  }
  .marquee-section::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
  }
  .marquee-row {
    display: flex;
    width: max-content;
    align-items: center;
    padding: 14px 0;
  }
  .marquee-row.row-1 { animation: scrollLeft 30s linear infinite; }
  .marquee-row.row-2 { animation: scrollRight 26s linear infinite; }
  @keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }
  .marquee-row:hover { animation-play-state: paused; }
  .logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
    flex-shrink: 0;
  }
  .logo-item img {
    height: 36px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(1) opacity(0.4);
    transition: filter 0.2s;
  }

  .smaller img {
    height: 26px !important;
  }
  .logo-item:hover img { filter: grayscale(1) opacity(0.65); }

/* Responsive adjustments */
@media (min-width: 768px) and (max-width: 1200px) {
  .home-template .secondary-header {
    font-size: 18px;
  }
  .home-template .testimonials {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1200px) and (max-width: 1240px) {
  .home-template .video-container,
  .home-template .secondaryHero,
  .home-template .testimonials,
  .home-template .customerList {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 1023px) {
  .home-template ul.customerList {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .home-template .mini-playbook-frame {
    display: block;
  }
  .home-template .showcase-container {
    height: auto;
    padding: 25px 20px 30px;
  }
}

@media (max-width: 950px) {
  .home-template .showcase-container {
    max-height: 320px;
  }
  .home-template .demo-cta-buttons {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-template .showcase-container { display: block; padding: 20px 20px; box-sizing: border-box; width: auto !important; border-radius: 12px; min-height: 300px; }
  .home-template .showcase-container section.secondaryHero .container.row { gap: 0; }
  .home-template .showcase-container .container { padding-left: 10px; padding-right: 10px; }
  .home-template .showcase-container .col-md-5, .home-template .showcase-container .col-md-7 { flex: 0 0 100%; max-width: 100%; }
  .home-template .mini-playbook-frame {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .home-template .homepage-hero {
    margin: 0 16px;
  }
  .home-template .demo-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .home-template .demo-cta-buttons .button {
    white-space: nowrap;
    min-width: 120px;
  }
  .home-template .button:hover {
    background-color: unset;
    color: inherit;
    box-shadow: none !important;
  }
  .home-template .partnerApps {
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
    padding: 0 20px;
    gap: 40px 20px;
  }
  .home-template .app {
    height: auto;
    padding-bottom: 20px;
    border: 1px solid #eee;
  }
  .home-template .app .label {
    position: absolute;
    bottom: -20px;
    left: -1px;
    right: -1px;
    margin-top: 5px;
    padding: 3px 0 10px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #eee;
    border-top: none;
  }
  .home-template .app img {
    max-width: 50px;
    max-height: 50px;
    transition: all 0.2s ease-out;
  }
  .home-template .reviews {
    justify-content: center;
    margin: 40px auto 0;
    flex-direction: column;
  }
  .home-template .review1 {
    margin-right: 0;
    border: 0;
    padding-right: 0;
  }
  .home-template .review2 {
    margin-left: 0;
    border: 0;
    padding-left: 0;
  }
  .home-template .literati-quote {
    margin: 70px auto;
  }
  .home-template .literati-quote h2 {
    font-size: 25px;
  }
  .home-template h2 {
    font-size: 32px;
  }
  .home-template .rotate span {
    display: none;
  }
  .home-template ul.values {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .home-template .headerText {
    margin: 50px auto 0;
  }
  .home-template .showcase-container {  
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
    max-height: none;
    width: auto !important;
    border-radius: 12px;
  }
  .home-template .partnerApps {
    grid-template-columns: repeat(2, 1fr) !important;
    box-sizing: border-box;
    padding: 0 16px;
    gap: 30px 10px;
    margin-bottom: 50px;
  }
  .home-template .tab-btn {
    padding: .2rem .4rem .4rem;
    font-size: 0.8rem;
  }
  .home-template .template-container {
    margin-bottom: 20px;
    padding-bottom: 50px !important;
  }
  .home-template .testimonials {
    margin-bottom: 80px;
  }
}

/* ===== Data stat cards ===== */
      /* Data Stats Section */
      .data-stats-section {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 100px 20px;
        text-align: left;
      }

      .data-stats-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 40px;
        width: 100%;
      }

      .data-stat-card {
        background-color: #fafafa;
        border: .75px solid #e5e5e5;
        border-radius: 20px;
        padding: 36px 34px;
        text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        min-height: 200px;
      }

      .data-stat-number {
        font-size: 50px;
        font-weight: 600;
        color: #262626;
        margin-bottom: 35px;
        letter-spacing: -0.02em;
        line-height: 1;
        position: relative;
        overflow: hidden;
      }

      /* Subtle shiny effect */
      .data-stat-number::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(50deg, transparent, rgba(255,255,255,0.7), transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
      }

      /* Show shiny effect on card hover */
      .data-stat-card:hover .data-stat-number::before {
        opacity: 1;
        animation: shine 2s ease-in-out;
      }

      @keyframes shine {
        0% { left: -100%; }
        50% { left: 100%; }
        100% { left: 100%; }
      }

      .data-stat-label {
        font-size: 20px;
        font-weight: 600;
        color: rgba(82, 74, 62, 0.82);
        margin-top: 16px;
        letter-spacing: -0.01em;
        line-height: 1.3;
      }

      .data-stat-description {
        font-size: 16px;
        color: #666;
        line-height: 1.4;
        margin: 0;
      }
      @media (max-width: 950px) {
        .data-stats-grid {
          grid-template-columns: 1fr;
          gap: 20px;
          margin-top: 30px;
        }
        .data-stat-number {
            margin-bottom: 20px;
        }
        .data-stat-card {
            min-height: unset;
        }
      }


      /* Data Stats Mobile Responsiveness */
      @media (max-width: 767px) {
        .data-stats-section {
          padding: 60px 20px;
        }

        .data-stats-grid {
          grid-template-columns: 1fr;
          gap: 20px;
          margin-top: 30px;
        }

        .data-stat-card {
          padding: 30px 25px;
        }

        .data-stat-number {
          font-size: 40px;
        }

        .data-stat-label {
          font-size: 16px;
        }

        .data-stat-description {
      font-size: 15px;
    }
      }

      @media (max-width: 480px) {
        .data-stats-section {
          padding: 40px 15px;
        }

        .data-stat-card {
          padding: 25px 20px;
        }

                .data-stat-number {
          font-size: 36px;
        }
      }

/* ==========================================
   Reusable FAQ (pricing-style accordion)
   Use class .faq-section on a wrapper for accordion FAQs on any page.
   ========================================== */
.faq-header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 1.1em;
  font-weight: 600;
}

.faq-section {
  max-width: 800px;
  margin: 40px auto;
  font-family: inherit;
}

.faq-list {
  border-top: 1px solid #eee;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 24px 0;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #f3f4f6;
  color: #777E93;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
  transition: transform 0.2s ease-in-out, background-color 0.1s ease, color 0.1s ease;
  cursor: pointer;
  padding-bottom: 2px;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  color: #585e71;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  font-size: 17px;
  color: #434140;
  padding: 0 0;
  letter-spacing: -0.2px;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 800px;
  padding: 0 0 24px 0;
}

.faq-answer p {
  text-align: left;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 0 16px;
    color: #262626 !important;
  }

  .faq-question,
  .faq-question:active,
  .faq-question:focus {
    color: #262626 !important;
    font-size: 16px;
    padding: 18px 0;
    text-align: left;
    transition: all 0.2s ease-in-out;
  }

  .faq-question .h5 {
    text-align: left;
    width: 90%;
    color: #262626 !important;
  }

  .faq-answer {
    font-size: 15px;
  }

  .faq-answer p {
    text-align: left;
  }
}

/* ==========================================================================
   Comparison blog: table styling only
   ========================================================================== */
/* Break out of narrow container - make tables wider */
.feature-page .single-post .post-content .simple-table {
  width: calc(100vw - 40px);
  max-width: 1100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ebecef;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  table-layout: fixed;
  margin: 3em 0 50px 0;
}
@media (max-width: 768px) {
  .feature-page .single-post .post-content .simple-table {
    width: calc(100vw - 32px);
  }
}
.feature-page .single-post .post-content .simple-table th:first-child,
.feature-page .single-post .post-content .simple-table td:first-child {
  width: 22%;
  min-width: 180px;
}
.feature-page .single-post .post-content .simple-table th:not(:first-child),
.feature-page .single-post .post-content .simple-table td:not(:first-child) {
  width: 39%;
}
.feature-page .single-post .post-content .simple-table thead th {
  background: #F6F6F6;
  vertical-align: top;
  padding: 24px 15px;
  font-weight: 600;
  color: #262626;
  font-size: 17px;
  letter-spacing: -0.02em;
}
.feature-page .single-post .post-content .simple-table thead th:first-child {
  border-radius: 20px 0 0 0;
}
.feature-page .single-post .post-content .simple-table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.feature-page .single-post .post-content .simple-table th,
.feature-page .single-post .post-content .simple-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.feature-page .single-post .post-content .simple-table th:first-child,
.feature-page .single-post .post-content .simple-table td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 5;
  font-weight: normal;
  color: #262626;
  line-height: 1.4;
}
.feature-page .single-post .post-content .simple-table td:first-child strong,
.feature-page .single-post .post-content .simple-table td:first-child b,
.feature-page .single-post .post-content .simple-table th:first-child strong,
.feature-page .single-post .post-content .simple-table th:first-child b {
  font-weight: normal !important;
  font-size: 15px !important;
  letter-spacing: -0.03em !important;
  line-height: 1.4 !important;
  color: #262626 !important;
}
.feature-page .single-post .post-content .simple-table thead th:first-child {
  z-index: 10;
  background: #F6F6F6;
}
.feature-page .single-post .post-content .simple-table .block-color-pink_background,
.feature-page .single-post .post-content .simple-table tr td.block-color-pink_background {
  font-weight: 600;
  font-size: 17px;
  color: #262626;
  letter-spacing: -0.03em;
  line-height: 1.4;
  padding-top: 28px;
  padding-bottom: 8px;
  border-bottom: none;
}
.post-content .simple-table td:not(:first-child) {
  color: #666;
}
.feature-page .single-post .post-content .simple-table tbody tr:last-child td {
  border-bottom: none;
}
.feature-page .single-post .post-content .simple-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.feature-page .single-post .post-content .simple-table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
@media (max-width: 768px) {
  .feature-page .single-post .post-content .simple-table th,
  .feature-page .single-post .post-content .simple-table td {
    padding: 10px 8px;
  }
  .feature-page .single-post .post-content .simple-table th:first-child,
  .feature-page .single-post .post-content .simple-table td:first-child {
    width: 28%;
    min-width: 0;
    font-size: 13px;
    max-width: 120px;
  }
  .feature-page .single-post .post-content .simple-table th:not(:first-child),
  .feature-page .single-post .post-content .simple-table td:not(:first-child) {
    width: 36%;
  }
}

/* ==========================================
   HIGHLIGHT CARDS (usecase / comparison)
   ========================================== */
.usecase-highlight {
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 20px;
}
.highlight-cards-container {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.highlight-card-link {
  flex: 1 1 0;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
.highlight-card {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 330px;
  width: 100%;
  background-color: white;
}
.highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
  border-color: hsla(0, 0%, 100%, .2);
}
.highlight-card-img {
  display: block;
  height: 200px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.highlight-card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.highlight-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
@media (max-width: 767px) {
  .highlight-cards-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
  }
  .highlight-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    min-height: 300px;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 300px;
  }
  .highlight-card-img {
    flex-shrink: 0;
    min-height: 200px;
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
  }
  .highlight-card-content {
    flex: 1;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
}

/* ==========================================
   BANNER COMPONENT
   ========================================== */
.banner {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 50px;
  background-color: #f5f5f5;
  padding: 22px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.banner-cursor-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 450px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  will-change: transform;
  z-index: 0;
  /* Use your PNG: --banner-blob-image: url('YOUR_BLOB_URL'); */
  background-image: var(--banner-blob-image, url('https://img.playbook.com/WgGC9fLDfvNMe5uGyiXtKcvV-Mg5nqCAcGjjawz1WQM/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzE5NWIxOTZi/LTcyZDMtNGQ5NS1i/MDgyLWY4NWNiODIw/NDk4NQ'));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: opacity 0.55s ease-out;
}
.banner.banner--blob-visible .banner-cursor-blob {
  opacity: 0.7;
}
.banner-cursor-blob-trail {
  opacity: 0 !important;
  z-index: -1;
}
.banner.banner--blob-visible .banner-cursor-blob-trail:nth-of-type(1) {
  opacity: 0.35 !important;
}
.banner.banner--blob-visible .banner-cursor-blob-trail:nth-of-type(2) {
  opacity: 0.15 !important;
}
.banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.banner--image-left .banner__inner { flex-direction: row; }
.banner--image-right .banner__inner { flex-direction: row-reverse; }
.banner__text {
  flex: 1;
  min-width: 280px;
}
.banner__title {
  font-family: "stabil_grotesk", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03rem;
  color: #222;
  margin: 0 0 8px;
}
.banner__desc {
  font-family: "AktivGrotesk", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.banner__image {
  flex-shrink: 0;
  max-width: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.banner__image img {
  display: block;
  width: 100%;
  height: auto;
}
.banner__cta {
  display: inline-block;
}
.banner .button {
  background-color: #262626;
}
.banner--narrow .banner__inner {
  max-width: 800px;
}
.banner--split .banner__inner {
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.banner--split .banner__text {
  text-align: left;
  flex: 1;
  min-width: 0;
}
.banner--split .banner__cta {
  flex-shrink: 0;
  margin-left: 24px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
}

/* =============================================
   Ghost Toggle/Accordion Card Styles (global)
   ============================================= */
.kg-toggle-card {
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  margin: 12px 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.kg-toggle-card + .kg-toggle-card {
  margin-top: 12px !important;
}

.kg-toggle-heading {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 15px 20px 18px !important;
  cursor: pointer !important;
  gap: 16px !important;
}

.kg-toggle-heading-text {
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #262626 !important;
  text-align: left !important;
}

.kg-toggle-card-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  background-color: #f3f4f6 !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.kg-toggle-card-icon svg {
  display: none !important;
}

.kg-toggle-card-icon::after {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  background:
    linear-gradient(#A1A5B0, #A1A5B0) center / 2px 100% no-repeat,
    linear-gradient(#A1A5B0, #A1A5B0) center / 100% 2px no-repeat !important;
  transition: transform 0.2s ease-in-out, background 0.1s ease !important;
}

.kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-card-icon::after {
  transform: rotate(45deg) !important;
  background:
    linear-gradient(#585e71, #585e71) center / 2px 100% no-repeat,
    linear-gradient(#585e71, #585e71) center / 100% 2px no-repeat !important;
}

.kg-toggle-content {
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #434140 !important;
}

.kg-toggle-card[data-kg-toggle-state="open"] .kg-toggle-content {
  height: auto !important;
  overflow: visible !important;
  padding: 0 20px 20px 20px !important;
}

.kg-toggle-content p {
  margin: 0 0 1rem 0 !important;
}

.kg-toggle-content p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .kg-toggle-heading {
    padding: 16px 20px !important;
  }
  .kg-toggle-heading-text {
    font-size: 16px !important;
  }
  .kg-toggle-content {
    font-size: 15px !important;
  }
}
